.landing-page h1 {
    padding-top: 0;
    margin-top: -30px;
    line-height: 1.2em;
    font-size: 40px;
}
.landing-page h1, .logotype {
    font-family: 'Comfortaa', cursive !important;
    font-weight: bold !important;
    color: #fff !important;
}
.landing-page h1 small {
	color: #a1a7b9;
	line-height: 1.5em;
	padding-top: 5px;
}
.landing-page .header .links .brand img {
	left: 5px;
}
.coopMascot {
    height: 260px !important;
    width: auto;
    float:right;
    margin-right: 26px;
}
.coopLogo {
	height: 40px !important;
	width: auto;
	vertical-align: middle;
}
.subscribeButton {
background-color: #37852a !important;
color: #fff !important;
text-decoration: none !important;
margin: 18px 0;
}
.subscribeButton:hover {
background-color: rgba(55, 133, 41, 0.8) !important;
}

#form_black_out {
    z-index: 10;
}

#form_contain {
    z-index: 20;
}

.fa-ul {
    list-style-type: none !important;
    font-size: 16px;
    line-height: 30px;
    color: #606984;
}

.landing-page li, .landing-page p {
    line-height: 24px;
    margin-bottom: 8px;
}

.learn-more-cta{
    padding-top: 30px;
}

.landing-page .header .hero {
	margin-top: 18px;
}
.landing-page .header .hero .closed-registrations-message {
    min-height: 300px;
}

@media screen and (max-width: 689px){
	.coopMascot {
		display: none;
	}
}
