/* Refurbishments Page */
.refurb-page.full.da-pad,
.refurb-page .da-callout {
    margin-bottom: 0;
}
.refurb-page .callout-cards-widget .da-callout-icons {
    padding-bottom: 1rem;
}
.refurb-page .da-generic.slick-slider, 
.refurb-page #differences {
    margin-top: 2rem;
}

/* Refurbishments Widget */
#refurbishments {
    padding-top: 2rem;
}
#refurbishments h2 {
    font-size: 1.5rem;
}
#refurbishments .card {
    width: 100%;
    max-width: 650px;
    max-height: 100%;
}
#refurbishments .card a {
    height: 100%;
    display: flex;
    flex-direction: column;
}
#refurbishments img {
    height: unset;
    aspect-ratio: 2 / 1;
}

/* Refurbishments Detail */
.refurb-hero img {
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.refurb-description {
    margin-top: 2rem;
}
.refurb-detail .read-more {
    color: #fff;
    text-align: center;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.refurb-detail .responsive-embed.widescreen {
    padding-bottom: 40%;
}
.da-generic.slick-slider {
    max-height: 450px;
    padding-left: 20px;
    padding-right: 20px;
}
.refurb-detail .da-generic.slick-slider {
    margin-bottom: 40px;
}
.refurb-detail .card-section {
    height: 350px;
}
.refurb-detail .card-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.da-generic.slick-slider .slick-prev:before, 
.da-generic.slick-slider .slick-next:before {
    color: #000;
}
.da-generic .card.slick-slide {
    border: none;
    padding: 10px;
    /* min-width: 244px; */
}
.refurb-detail ul.slick-dots {
    margin-left: -20px;
}
.da-generic .slick-dots li {
    margin: 0;
}
.da-generic .slick-dots li button:before {
    font-size: 10px;
}
.da-generic .slick-dots li.slick-active button:before{
    color: #fc3a1a;
}
.refurb-highlights {
    display: flex;
    text-align: center;
}
.refurb-highlights h3 {
    margin-bottom: 2rem;
}
.refurb-highlights ul {
    display: inline-block;
    text-align: left;
    margin: 0 auto;
}
.da-generic.slick-slider, 
.refurb-highlights, 
.refurb-video, 
.refurb-resources {
    margin-top: 4rem;
}

/* Resources */
.resource-item {
    min-height: 200px;
    border-top: 1px solid #ddd;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
}
.resource-main-title {
    margin-bottom: 2rem;
}
.resource-thumb {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    aspect-ratio: 3 / 2; 
}
.resource-title {
    margin-top: 0;
    font-size: 1.25rem;
}
.resource-text-wrapper {
    padding-left: 2rem;
}
.resource-summary {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.resource-date,
.resource-location,
.resource-more {
    font-size: 0.875rem;
    margin-bottom: 0;
    color: #8a8a8a;
}

/* Media Queries */

@media screen and (max-width: 1023px){
    .refurb-hero img {
        height: 350px;
    }
}
@media screen and (max-width: 639px){
    .refurb-hero img, .refurb-detail .card-section {
        height: 200px;
    }
    .refurb-detail.home-page.full.da-pad {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .refurb-highlights ul {
        display: block;
    }
    .resource-text-wrapper {
        padding-left: 0;
    }
    .resource-item {
        padding-left: 0;
        padding-right: 0;
    }
}