.container1 {
    margin-top: -20px;
}

.splashpage-banner-header {
    position: relative;
    background-size:100% 100%;
    min-height: 500px;
}

.splashpage-banner-header .section {
    text-align: left;
    margin: 40px;
    box-sizing: border-box;
    color: #55565A;
    font-weight: 300;
    font-family: 'Roboto', "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.42857;
}

.splashpage-banner-header h1 {
    color: #e12521;
    font-family: 'helvetica';
    font-weight: bold;
    font-size: 35px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.1;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.splashpage-banner-header h3 {
    font-size: 20px;
    width: 60%;
    margin-bottom: 30px;
    color: #55565A;
    line-height: 1.2;
    font-weight: 300;
    font-family: 'Roboto', "Helvetica Neue", Arial, Helvetica, sans-serif;
    margin-top: 20px;
    box-sizing: border-box;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.splashpage-banner-header p {
    font-size: 20px;
    width: 60%;
    color: #55565A;
    line-height: 1.2;
    font-weight: 300;
    font-family: 'Roboto', "Helvetica Neue", Arial, Helvetica, sans-serif;
    margin: 0 0 10px;
    box-sizing: border-box;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    text-align: left;
}

@media (max-width: 767px) {

    .splashpage-banner-header {
        background-image: none !important;
    }
}