.resources-container .resources-grid .card {
    margin-bottom: 36px;
    height: 100%;
}

.resources-container .resources-grid .card.caption-card {
    height: fit-content;
}

.resources-container .resources-grid .card-image {
    width: 100%;
}

.resources-container .resources-grid .card-body {
    background-color: var(--pure-white);
    height: 100%;
}

.resources-container .resources-grid .card .image-wrapper {
    width: 100%;

    position: relative;
}

.resources-container .resources-grid .card .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
}


.resources-container .resources-grid .card-body:first-of-type {
    border-bottom: 1px solid var(--divider-gray);
}

.resources-container .resources-grid .card-body.strong-blurb:first-of-type {
    border-bottom: 1px solid var(--divider-gray);
}

.resources-container .resources-grid .short-card .card-body:first-of-type {
    border-bottom: none;
    color: var(--night-sky);
}

.resources-container .resources-grid .card-body:last-of-type {
    height: fit-content;
}

.resources-container .resources-grid .card-body.caption {

    height: 80px !important;
}


.resources-container .under-card-body  {
    margin-bottom: 24px;
}

.resources-container .resources-grid .video-card .card-body:first-of-type {
    height: fit-content;
    border-bottom: none;
    color: var(--night-sky);
}

.resources-container .resources-grid .caption-card .card-body:first-of-type {
    border-bottom: none;
    color: var(--night-sky);
}

.resources-container .resources-grid h6.eyebrow {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--night-sky);
}

.resources-container .resources-grid .image-caption {
    color: var(--azamara-blue);
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 0.05em;
    /*margin-top: 13px;*/
    margin-bottom: 10px;
}

.resources-container .resources-grid .short-card .image-caption, .resources-container .resources-grid .short-card .card-link, .resources-container .resources-grid .short-card  .arrow-icon   {
    color: var(--night-sky);
    fill: var(--night-sky);
}

.resources-container .resources-grid .card-blurb {
    font-weight: 390;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: var(--night-sky);
}

.resources-container .resources-grid .card-blurb.strong-blurb  {
    font-weight: 400;
    color: var(--azamara-blue);
}

.resources-container .resources-grid .arrow {
    background-size: 1rem 1rem;
    height: 1rem;
    width: 1rem;
}

.resources-container .resources-grid .card-link {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.05em;
}

.resources-container .resources-grid .card-link + .card-link {
    margin-left: 0;
    margin-top: 12px;
    border: none;
}

/* -sm breakpoint */
@media (min-width: 576px) {

}

/* -md breakpoint */
@media (min-width: 768px) {
    .resources-container .resources-grid .video-card .card-body:first-of-type {
        height: 100%;
        min-height: 300px;
    }
}

/* -lg breakpoint*/
@media (min-width: 992px) {

}

/* -xl breakpoint */
@media (min-width: 1200px) {

}