/* === Custom Block Styling === */

.resourcesSlider__headingRow{
    padding-bottom: 50px;
}

.resourceSlider__blockHeading{
    color: #093188;
    font-weight: 500;
    text-transform: uppercase;
}

.homeResources__image{
    padding-bottom: 300px;
    background-size: cover;
    background-position: center;
    clip-path: polygon(64px 0, 100% 0, 100% 100%, 0 100%, 0 64px);
}

.homeResources__contentWrapper{
    padding: 32px;
    background-color: #fff;
}

.homeResources__resourceTitle{
    color: #093188;
    font-weight: 500;
}

.homeResources__resourceContent{
    padding: 16px 0px;
}

.homeResources__resourceButton{
    padding: 16px 32px;
    background-color: #093188;
    border: solid 2px #093188;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    width: fit-content;
    transition: all 0.2s ease-in;
}

.homeResources__resourceButton:hover{
    background-color: transparent;
    color: #093188;
    transition: all 0.2s ease-in;
}


.homeResources__contentWrapper {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 400px;
}