/* New home page signup section beneath the banner */
.hero-banner-container {
    bottom: 60px;
}

.hero-banner-signup {
	padding: 50px;
}

.hero-banner-signup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
    text-align: left;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.4);
    border-radius: 2px;
    flex-direction: column;
}

.hero-banner-title {
	font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}


.hero-banner-signup__form .gform_wrapper input[type=submit] {
	border: 0;
    background-color: #ff4a14;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 15px;
    text-transform: uppercase;
    position: relative;
    font-family: Proxima Nova Extrabold,sans-serif;
}

.hero-banner-signup__form .gform_wrapper input,
.hero-banner-signup__form .gform_wrapper .gfield_select {
	width: 100% !important;
}


.hero-banner-signup__form .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
	padding: 0;
}

.hero-banner-signup__form .gform_wrapper label {
    display: none!important;
}

.hero-banner-signup__form .gform_wrapper input[type=email],
.hero-banner-signup__form .gform_wrapper input[type=text] {
    width: 100%!important;
    padding: 12px 20px!important;
    font-size: 18px!important;
    line-height: 1!important;
    border-radius: 2px;
    border: 1px solid #373737;
}

.hero-banner-signup__form .gform_wrapper select {
	width: 100%!important;
	padding: 12px 20px!important;
	outline: none!important;
	border: 1px solid #373737!important;
	border-radius: 2px;
}

.hero-banner-signup__form #gform_wrapper_1:not(.open) .gfield:not(#field_1_1) {
	/* Hide all but the first field. We'll toggle the rest of the fields on when the first gets focus */
	max-height: 0;
	overflow: hidden;
	margin: 0;
}

.hero-banner-signup__form .gform_wrapper .gfield_radio label {
	display: inline-block!important;
}

.hero-banner-signup__form .gfield_radio li input[type=radio] {
	width: auto !important;
	text-align: left !important;
}

.hero-banner-signup__form  .gform_footer {
	padding: 0 0 10px 0!important;
    margin: 16px 0 0 0!important;
}

/* Signup block (same as home page but developed into a block) */
.signup-block-new .hero-banner-container {
	bottom: 0;
}

.signup-block-new .hero-banner-container .hero-banner-inner {
     padding: 0px; 
}

@media only screen and (min-width: 992px) {
	.hero-banner-signup {
		padding: 50px 100px;
	}

	.hero-banner-signup {
		flex-direction: row;
	}

	.hero-banner-signup__content {
		width: 50%;
	}

	.hero-banner-signup__form {
		width: 36%;
	}
}