h1,h2,h3,h4,h5,h6{
    font-family: 'CheltenhamITCPro-Book' !important;
}

#generic-header-image{ position: inherit !important; }

.footnote{ font-size: 12px !important; }

/* Navigation */
.b5-btn-two-line-text{ line-height: 16px; }



/* MEDIA QUERY */
@media only screen and (max-width: 1159px) {
    .pathways-hide-md { display: none !important; }
}

@media only screen and (max-width: 480px) {
    #main-content { padding-top: 15px; }

    #generic-header-image{
        position: relative !important;
        margin-bottom: 70px;
    }

    #generic-header-image .title { top: 58px !important; }

    h2{
        margin-top: 10px;
        font-size: 24px;
    }

    #generic-header-image {
        height: 235px !important;
        background-position: bottom;
    }
}