/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */

/* CONTENT - START */

/* ------------------------------------------------------------------------------------------------------------------ */

/* DESKTOP FIRST - GENERAL - START */

div.annualgm-item {
    font-family: "PT_Serif-Web", Arial, sans-serif;
    font-size: 15px;
    color: #595959;
    line-height: 24px;
    margin: 0 0 55px;
}

div.annualgm-item h1 {
    color: #4f4229;
    font-size: 35px; text-transform: uppercase;
    margin: 0 0 30px;
}

div.annualgm-item h2 {
    margin: 0 0 25px;
    font-size: 25px;
    color: #a38853;
    font-family: "PT_Serif-Web", Arial, sans-serif;
}

div.annualgm-item .content p {
    margin: 0 0 15px;
}

/* DESKTOP FIRST - GENERAL - END */

/* ------------------------------------------------------------------------------------------------------------------ */

/* DESKTOP FIRST - MOBILE ONLY - START */

@media only screen and (max-width: 767px) {

    div.annualgm-item {
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 30px;
    }

    div.annualgm-item h1 {
        font-size: 30px;
        margin: 20px 0;
    }

    div.annualgm-item h2 {
        margin: 0 0 20px;
        font-size: 25px;
    }

    div.annualgm-item .content p {
        margin: 0 0 20px;
    }

}

/* DESKTOP FIRST - MOBILE ONLY - END */

/* ------------------------------------------------------------------------------------------------------------------ */

/* CONTENT - END */

/* ------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------ */