@media only screen and (min-width: 1250px) {

a.floatemailheader {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 11px;
    line-height: 20px;
    margin-top: 5px;
    right: 6px;
    display: block !important;
    background: #8EC63F;
    border-radius: 8px;
    padding: 0 8px;
    color: #fff;
    transition-duration: 300ms;
    transition-timing-function: ease-in-out;
    transition-delay: 0ms;
}

a.floatemailheader:hover{
    background: #08aeea;
}

}


@media only screen and (min-width: 1382px) {

.footercolumn {
    font-size: 12px;
    line-height: 1.75em;
}

.footercolumn h4 {
    font-size: 13px;
}


}