/* Variables */
:root {
    --link-color: #B25F01;
    --outline-color: #ffba74;
    --orange-color: #FE9D30;
  }

@import url(bootstrap-grid.min.css);
@import url(spacings.min.css);

.text-center {
    text-align: center;
}
.text-italic {
    font-style: italic;
}
.hcp-btn {
    background-color: var(--link-color);
    color: white;
    padding: 1rem;
    font-size: 22px;
    border: none;
    text-decoration: none;
}
.hcp-btn:hover {
    text-decoration: underline;
}

.d-flex {
    display: flex;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-start {
    justify-content: flex-start;
}
.justify-content-end {
    justify-content: flex-end;
}

.bootstrap-wrapper .l--offset,
.photo-gallery .views-view-grid {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.photoswipe-gallery img {
    width: 100%;
    height: auto;
}

@media (min-width: 786px) {
    .bootstrap-wrapper .l--offset,
    .photo-gallery .views-view-grid {
        padding-left:5.55556%;
        padding-right: 5.55556%;
    }
    .photoswipe-gallery img {
        width: auto;
        height: 250px;
        object-fit: cover;
        object-position: top;
    }
    .slide.slider-wrap img {
        max-height: 350px;
        width: auto;
        object-fit: cover;
    }
}

@media (min-width: 1024px) {
    .bootstrap-wrapper .l--offset,
    .photo-gallery .views-view-grid {
        padding-left:7.69231%;
        padding-right: 7.69231%;
    }

    .row--divider.cta-bottom-padding {
        height: 50px !important;
    }
}

@media (min-width: 1280px) {
    .bootstrap-wrapper .l--offset,
    .photo-gallery .views-view-grid {
        padding-left:7.69231%;
        padding-right: 7.69231%;
    }
}

.cta-title {
    font-size: 2.25rem;
    font-family: "freight-text-pro",serif;
    font-weight: 400;
}
.section-bottom-gap {
    margin-bottom: 3rem;
}
.hc-events-cta {
    padding: 5rem 0;
    position: relative;
}
.hc-events-cta::before {
    content: '';
    opacity: 1 !important;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(105, 154, 204, 0.82);
    z-index: 1;
}
.hc-events-cta .row__inner {
    z-index: 2;
}

.hc-events-cta .cta-title {
    color: white;
}
.hc-events-cta .cta-description {
    color: white;
}
.hc-events-cta .field {
    color: white !important;
}

.hcp-event-ctas .cta-card {
    outline: solid var(--outline-color) 1px;
}

.menu--colorado-events {
    display: flex;
}
.slide:not(.slick-current) img, .slide:not(.slick-current) .slide__description {
    opacity: 1 !important;
}

figure.slide, .slide {
    max-width: 100% !important;
}

.x-hr {
    height: 0;
    margin: 1.5em 0;
    border: 0;
    border-top: 2px solid #e5e5e5;
}

.views-field-field-pp-photos .field-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.header__menu-main-secondary .menu--colorado-events {
    list-style-type: none;
    padding: 0.75rem 0;
}
.header__menu-main-secondary .menu--colorado-events > .menu__item {
    margin-left: 1rem;
    margin-right: 1rem;
}
.header__menu-main-secondary .menu--colorado-events > .menu__item > .menu__link {
    font-size: 1.125rem;
    color: white;
    text-decoration: none;
}
.header__menu-main-secondary .menu--colorado-events > .menu__item > .menu__link:hover,
.header__menu-main-secondary .menu--colorado-events > .menu__item > .menu__link:focus {
    opacity: 0.8;
}

.hero__bg figure img {
    margin: 0 auto;
    width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 980px) {
    .views-field-field-pp-photos .field-content {
        grid-template-columns: repeat(3, 1fr);
    }

    .row--divider.cta-bottom-padding {
        height: 80px !important;
    }
}
@media screen and (max-width: 767px) {
    .bootstrap-wrapper .row {
        gap: 1rem;
    }
    .section-bottom-gap {
        margin-bottom: 1.5rem;
    }
    .hc-events-cta {
        padding: 3rem 0;
    }
    .views-field-field-pp-photos .field-content {
        grid-template-columns: repeat(2, 1fr);
    }
    .slide.slider-wrap img {
        max-height: 300px;
        width: auto;
        object-fit: cover;
    }

    .row--divider.cta-bottom-padding {
        height: 100px !important;
    }
}
@media screen and (max-width: 780px) {
    .views-field-field-pp-photos .field-content {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width: 1023px) {
    .header__menu-mobile .menu--colorado-events {
        margin: 0;
        padding: 0;
        background: white;
        flex-direction: column;
        list-style-type: none;
    }
    .header__menu-mobile .menu__item > .menu__link {
        display: flex;
        font-size: 1.625rem;
        line-height: 1.25;
        padding: 1rem 3.75rem 1rem 1.875rem;
        text-decoration: none;
        color: #485557;
    }
    .header__menu-mobile .mobile-menu__button {
        z-index: 2;
    }
    .header__menu-mobile .menu--colorado-events > li > .menu--colorado-events {
        background: var(--orange-color);
        display: none;
    }
    .header__menu-mobile .menu--colorado-events > li > .menu--colorado-events .menu__item > .menu__link {
        background-color: #FE9D30;
        border-top-color: #FE9D30;
        color: white;
        font-size: 1.5rem;
        font-weight: 500;
    }
    .header__menu-mobile .menu--colorado-events > li > .menu--colorado-events .menu__item:not(:first-child):before {
        background: #fff;
        content: "";
        height: 1px;
        left: 1.875rem;
        margin: auto;
        opacity: 0.4;
        position: absolute;
        right: 1.875rem;
        z-index: 1;
    }
}

/* Social media Styles */
.soical-media-wrap {
    margin-bottom: 2.25rem;
}
.soical-media-wrap .soical-media-list,
.soical-media-wrap .soical-media-list .field__items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.soical-media-wrap .soical-media-list li img {
    max-width: 48px;
}

h2.sidebar-heading {
    font-family: "freight-text-pro",serif;
    font-size: 2rem;
    font-style: italic;
    margin-bottom: 1.25em;
}

.l__secondary .venue__hours {
    margin-bottom: 2em;
    margin-top: 2em;
}

.l__secondary.exhibit-sidebar .field--name-field-remote-location {
    margin-bottom: 2em;
}
.l__secondary.exhibit-sidebar .venue-teaser {
    flex-direction: column;
    gap: 16px;
}

.sidebar-tickets-block ul.list--ruled--tighter {
    background: #e0e0e0;
    padding: 16px;
}

.header::after {
    height: 75px !important;
}

#block-gtranslate {
    position: absolute;
    right: 30px;
    margin: 17px 0;
}
.switcher {
    width: auto !important;
    font-family: "franklin-gothic-urw-cond","Franklin Gothic","ITC Franklin Gothic","Arial Narrow","AvenirNextCondensed-Regular","Roboto Condensed",sans-serif-condensed,sans-serif !important;
    font-size: 16px !important;
}
.switcher .selected {
    background: #fff !important;
}
.switcher .selected a {
    padding: 14px 10px !important;
    width: 110px !important;
    background-position: right 10px center !important;
    text-decoration: none !important;
    font-size: 16px !important;
}
.switcher .selected a:hover {
    background: none !important;
}
.switcher .option {
    width: auto !important;
}
.switcher .option a {
    padding: 8px 10px !important;
}
.switcher a span.gflag {
    margin-right: 5px !important;
}
@media screen and (max-width: 767px) {
    #block-gtranslate {
        right: auto;
        position: relative;
        margin: 12px 0;
    }
    .switcher, .switcher .selected a {
        margin: 0 auto;
    }
}

@media screen and (min-width: 1400px) {
    #block-gtranslate {
        right: 7.69231%;
    }
}
