﻿
@media only screen and (min-width : 1200px) {
}

@media only screen and (max-width : 991px) {
    .headerwrapper { margin: 0 0 30px 0; min-height: 100px; }
    .budghead { background: url(../images/BudgetYr23.png)no-repeat left center; width: auto; position: relative; top: 0; min-height: 115px; }
}

@media only screen and (max-width : 767px) {
    .footerwrapper span { text-align: center; }
    .budgtpopnewsdetails, .hmenewspop { width: 96%; }
}

@media only screen and (max-width:479px) {
    .budgethead > em { right: 15px !important; }
}


@media only screen and (max-width:375px) {

    .budgethead > h2 > em { font-size: 24px; line-height: 32px; }

    .budgethead > h2 { color: #fff; font-size: 8px; }
    .budgethead > h2 > em:before { width: 33px; left: 34px; }
    .budgethead > h2 > em:after { width: 32px; left: 67px; }
}
