/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 17, 2015, 3:46:11 PM
    Author     : philip
*/


.sectionWrapper.submenuArea article section header {
    height: 94px !important;
    position: relative;
}
.sectionWrapper.submenuArea article section header .header-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
}

/* 
    GALE Menu CSS
*/
main{
    background-color: #F6F6F1;
}

.custom-beef li{
    font-size: 1.125rem;
    font-family: MrsEavesXLSerif,serif;
    margin-top: 5px;
}
@media screen and (max-width: 768px){
    .custom-beef{
        margin-bottom: 20px;
        line-height: 22px;

    }
    .custom-beef li{
        font-size: 1.125rem;
        font-family: MrsEavesXLSerif,serif;
    }
}