@charset "utf-8";

/* ASSIGN FONT TO HTML ELEMENTS AND CLASSES */
h1, h2, h1 a, h2 a, .EsriFont1, .EsriFont1 a {
    font-weight: normal !important;
    font-style: normal;
    line-height:normal;
    font-variant:normal;
    font-family:'Avenir LT W01 65 Medium', Verdana, Geneva, sans-serif;
}
.shadowText h1, .shadowText h2, #navMain, #topperText h1, #topperText h2, #eventTopperText h2, #eventTopperText h1, .shadowThis, .EsriFont2, .EsriFont2 a {
    font-weight: normal !important;
    font-style: normal;
    line-height:normal;
    font-variant:normal;
    font-family:'Avenir LT W01 85 Heavy', Verdana, Geneva, sans-serif;
    text-shadow: 1px 1px 3px #4d4d4d; /* Text shadow for newer browsers */
}
#topperText h3, #eventTopperText h3, .shadowText h3, .shadowThisSub, .EsriFont3, .EsriFont3 a {
    font-weight: normal !important;
    font-style: normal;
    line-height:normal;
    font-variant:normal;
    font-family:'Avenir LT W01 65 Medium', Verdana, Geneva, sans-serif;
    text-shadow: 1px 1px 3px #4d4d4d; /* Text shadow for newer browsers */
}
/* END ASSIGN FONT TO HTML ELEMENTS AND CLASSES */