.c-resources-hero {
    margin-bottom: -43vmin
}

    .c-resources-hero .o-wrapper {
        padding-bottom: 43vmin;
        min-height: 110vmin;
        background-repeat: no-repeat;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
        background-position: center 0
    }

@media screen and (min-width:1310px) {
    .c-resources-hero .o-wrapper {
        -webkit-background-size: calc(100% - 20px);
        background-size: calc(100% - 20px)
    }
}

.p-resources-cont {
    margin: 0 auto;
    padding-top: 40px;
    width: 100%;
    max-width: 1010px
}

    .p-resources-cont .text {
        margin-bottom: 38px
    }

        .p-resources-cont .text h1, .p-resources-cont .text h2 {
            margin-bottom: 14px
        }

        .p-resources-cont .text h3 {
            margin-bottom: 12px
        }

@media screen and (max-width:480px) {
    .c-resources-hero .o-wrapper {
        min-height: 310px;
        -webkit-background-size: 270% auto;
        background-size: 270% auto
    }

    .p-resources-cont {
        padding: 26px 20px 0
    }

        .p-resources-cont .text h1, .p-resources-cont .text h2 {
            font-size: 23px
        }

        .p-resources-cont .text h3 {
            font-size: 19px
        }
}

.p-resources-imgLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

    .p-resources-imgLink img {
        justify-self: flex-start;
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        display: inline-block;
        margin-right: 16px;
        width: 34px;
        height: auto
    }

    .p-resources-imgLink a {
        justify-self: flex-start;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        display: inline-block;
        font-family: NotoSansCdBold,sans-serif;
        font-weight: 700;
        font-size: 24px;
        color: #e24a26
    }

        .p-resources-imgLink a:hover {
            text-decoration: none
        }

@media screen and (max-width:768px) {
    .p-resources-imgLink {
        margin-bottom: 40px
    }
}

@media screen and (max-width:480px) {
    .p-resources-imgLink {
        margin-bottom: 30px
    }

        .p-resources-imgLink img {
            min-width: 29px;
            width: 29px
        }

        .p-resources-imgLink a {
            font-size: 16px;
            border: none
        }

            .p-resources-imgLink a:hover {
                border: none
            }
}
/*# sourceMappingURL=resources.css.map */

.dtc-class .c-resources-hero .o-wrapper {
    min-height: 94vmin;
}

@media screen and (max-width:768px) {
    .dtc-class .p-resources-imgLink a {
        text-decoration: none;
        color: #6d6e71;
    }
    .dtc-class .p-resources-cont {
        padding: 40px 30px 0;
    }

    .dtc-class .c-resources-hero {
        margin-bottom: -47vmin;
    }
}

@media screen and (max-width:550px) {

    .dtc-class .c-resources-hero {
        margin-bottom: -53vmin;
    }
}