﻿#resources-page {
    padding-bottom: 25px;
}

    #resources-page h1 {
        line-height: 1.2em;
        margin-top: 40px;
    }

    #resources-page h2 {
        font-style: italic;
        letter-spacing: 1px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    #resources-page .noCat .space {
        margin-top: 40px;
    }

    #resources-page .noCat h2 {
        font-style: normal;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: -0.2px;
        margin-bottom: 15px;
    }

    #resources-page .noCat hr {
        display: block !important;
        margin-top: 15px;
    }

    #resources-page a {
        display: inline-block;
        line-height: 1.4em;
        margin-bottom: 14px;
    }

@media (max-width : 767px) {
    #resources-page h1 {
        font-size: 30px;
    }

    #resources-page h2 {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #resources-page .containerPadding {
        padding: 15px;
    }

    #resources-page .resourceItem {
        font-size: 15px;
    }

    #resources-page .containerPadding h1:first-of-type {
        margin-top: 10px !important;
    }

    #resources-page .noCat .space {
        margin-top: 0;
    }

    #resources-page .noCat h2 {
        margin-bottom: 10px;
    }

    #resources-page .noCat hr {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    #resources-page a {
        margin-bottom: 10px;
    }
}
@media (min-width: 768px) and (max-width : 991px) {
    #resources-page .containerPadding {
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media (min-width: 768px) {
    #resources-page h1 {
        font-size: 35px;
    }

    #resources-page .resourceItem {
        font-size: 18px;
    }
}
@media (min-width : 1600px) {
    #resources-page .resourceItem {
        font-size: 18px;
    }

    #resources-page h2 {
        font-size: 30px;
    }
}