﻿#header {
    background-color: #F4244E;
    background: url('/resources/images/portal/groupride_crop.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 140px;
}
#headeroverlay {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #F4244E;
    opacity: 0.78;
}
#header h2 {
    line-height: 130px;
    padding-left: 40px;
    color: #fff;
    font-size: 36px;
    box-sizing: border-box;
}
.negativemargin {
    margin-top: -15px;
}

.negativemarginextra {
    margin-top: -32px;
}