#field-122255{
	display : flex;
	flex-direction : column;
	justify-content : center;
	margin-bottom : 2rem;
}

.banner .banner-wrapper {
    max-width: 89rem;
    width: 100%;
    margin: 3rem auto;
    text-align: left;
}

.banner-wrapper h1{
 padding-left : 1rem;
	padding-right : 1rem;
}


#returning{
	display : none;
}

@media (min-width: 1024px) {
    .banner {
        min-height: 16rem;
    }
    #content {
        margin-top: 0rem;
    }
}