.resource-block {
    position: relative;
    margin-bottom: -25px;
    color: #fff;
}

.resource-block-bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.resource-block-bg img {
    object-position: top center;
}

.resource-block-overlay {
    padding: 100px 0 113px;
    position: relative;
    z-index: 1;
}

.resource-block-top-content {
    text-align: center;
    margin-bottom: 45px;
}

.resource-block-top-content h2 {
    color: #fff;
}

.resource-block-top-content h5 {
    color: #F2DBB3;
}

.resource-block-top-content h2::after {
    left: 50%;
    transform: translate(-50%, 0);
}

.resource-block-top-content h2 span:before {
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: -95px;
}

.resource-block-top-content h2 span:after {
    left: 50%;
    transform: translate(-50%, 0);
    margin-left: 95px;
}

.resource-card-link {
    padding: 0;
    border-bottom: none;
}

.resource-card-image {
    height: 155px;
}

.resource-card-content {
    background-color: #00264F;
    padding: 20px 25px;
}

.resource-card-content h3 {
    font-size: 16px;
    font-weight: 700;
    color: #D0D3D4;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-bottom: 6px;
}

.resource-card-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    line-height: 1.5em;
    padding-bottom: 6px;
}

.resource-card-content p {
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    line-height: 1.625em;
    padding-bottom: 11px;
    margin: 0;
}

.resource-card-content .btn-tertiary {
    color: #F2DBB3;
}

.resource-info-item {
    display: flex !important;
    margin-top: 22px;
    padding-bottom: 30px;
    border-bottom: 2px solid #567A94;
}

.resource-info-item:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #567A94;
    border-radius: 50px;
    right: -2px;
    bottom: -4px;
    display: block;
}

.resource-info-item:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #567A94;
    border-radius: 50px;
    left: -2px;
    bottom: -4px;
    display: block;
}

.resource-info-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.resource-info-item:last-child:after,
.resource-info-item:last-child:before {
    display: none;
}

.resource-info-item-icon {
    width: 92px;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 48px;
    color: #F2DBB3;
    justify-content: center;
}

.resource-info-item-content {
    width: calc(100% - 92px);
}

.resource-info-item-content h3 {
    font-size: 25px;
    color: var(--white);
    font-weight: 700;
    padding-bottom: 8px;
}

.resource-info-item-content p {
    color: var(--white);
    font-weight: 400;
    margin-bottom: 4px;
}

.resource-info-item-content .btn {
    color: #F2DBB3;
    padding-right: 0;
}

.resource-info {
    padding-top: 8px;
    display: block;
    margin-bottom: 82px;
}

.resource-info-item-icon i.icon-speaker {
    font-size: 42px;
}

.resource-info-item-icon i.icon-FAQs {
    font-size: 44px;
}

.resource-info-item-content .btn span {
    padding-right: 22px;
    border-bottom: none;
}

@media(min-width: 768px) {
    .resource-card-link {
        display: flex;
    }

    .resource-card-image {
        width: 244px;
        height: auto;
    }

    .resource-card-content {
        width: calc(100% - 244px);
        padding: 22px 33px;
    }

    .resource-card-content h4 {
        font-size: 25px;
        padding-bottom: 0;
    }

    .resource-card-content p {
        padding-bottom: 5px;
    }

    .resource-block-top-content {
        margin-bottom: 50px;
    }

    .resource-block-overlay {
        padding: 160px 0 180px;
    }

    .resource-block {
        margin-bottom: -82px;
    }

    .resource-info-item-content h3 {
        font-size: 30px;
        padding-bottom: 4px;
    }

    .resource-info-item {
        padding-bottom: 25px;
    }

    .resource-info-item-icon {
        padding-bottom: 32px;
    }

    .resource-info {
        margin-bottom: 57px;
    }
}

@media(min-width: 1200px) {
    .resource-block-wrapper {
        display: flex;
    }

    .resource-block-left {
        width: 41%;
        max-width: 508px;
    }

    .resource-block-right {
        width: 59%;
        padding-left: 32px;
    }

    .resource-card-link {
        flex-direction: column;
    }

    .resource-card-image {
        width: 100%;
        height: 240px;
    }

    .resource-card-content {
        width: 100%;
        padding: 25px 32px 25px 44px;
    }

    .resource-block-top-content {
        margin-bottom: 45px;
    }

    .resource-block-overlay {
        padding: 189px 0 302px;
    }

    .resource-block {
        margin-bottom: -250px;
        padding-bottom: 50px;
    }
    .resource-block:has(+ .image-contact-form.footer-cta--disabled) {
        padding-bottom: 150px;
    }
  
    .resource-info-item-content h3 {
        font-size: 35px;
    }

    .resource-info {
        padding-top: 0;
        margin-bottom: 0;
    }

    .resource-info-item:first-child {
        margin-top: 0;
    }

    .resource-info-item:hover {
        border-color: #567A94;
    }

    .resource-card-link:hover:after,
    .resource-card-link:hover:before {
        display: none;
    }

    .resource-info-item-content .btn:hover span:after,
    .resource-info-item-content .btn:hover span:before {
        display: none;
    }

    .resource-info-item-content .btn:hover {
        color: #fff;
    }
}

.resource-number-item-num {
    font-size: 63px;
    font-weight: 700;
    color: #D0D3D4;
    letter-spacing: 0.1em;
    line-height: 1em;
    padding-bottom: 12px;
}

.resource-number-item h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
    padding-bottom: 0;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.resource-number-item {
    margin-top: 30px;
    /* padding-left: 27px; */
    position: relative;
    /* border-left: 2px solid #6E7544; */
}

/* .resource-number-item:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #6E7544;
    top: 0;
    left: -4px;
    border-radius: 50px;
}

.resource-number-item:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #6E7544;
    bottom: 0;
    left: -4px;
    border-radius: 50px;
} */

.resource-number-item-num i.icon-Employee-owned {
    font-size: 78px;
    height: 67px;
    display: block;
}

.resource-number-item-num i.icon-Made-in-the-usa {
    font-size: 68px;
    height: 66px;
    display: block;
}

.resource-number-item:first-child {
    margin-top: 0;
}
.resource-number{
    padding-top: 27px !important;
    border-top: 2px solid #567A94;
    position: relative;
}
.resource-number::before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #567A94;
    border-radius: 50px;
    left: -2px;
    top: -4px;
    display: block;
}
.resource-number::after{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #567A94;
    border-radius: 50px;
    right: -2px;
    top: -4px;
    display: block;
}

@media(min-width: 768px) {
    .resource-number {
        display: flex;
        flex-wrap: wrap;
    }

    .resource-number-item {
        width: 50%;
    }

    .resource-number-item:first-child {
        margin-top: 30px;
    }

    .resource-number-item-num {
        padding-bottom: 15px;
    }

    .resource-number-item-num i.icon-Employee-owned {
        height: 70px;
    }

    .resource-number {
        padding: 0 48px;
    }
}

@media(min-width: 1200px) {
    .resource-number-item {
        width: 25%;
        margin: 0;
    }

    .resource-number {
        padding: 0;
        margin-top: 115px;
    }

    .resource-number-item:first-child {
        margin-top: 0;
    }
    
}