/* Enter Your Custom CSS Here */
.hp-sub-btn {
	display: block;
	color: #fff;
	width: auto;
	cursor: pointer;
	background: none;
	padding: 16px 15px 15px;
	border-radius: 2px;
	border: 1px solid #fff;
	line-height: 120%;
	min-width: 265px;
	max-width: 350px;
	font-size: 11px;
	font-weight: 700;
    font-family: runda;
	text-align: center;
	text-transform: uppercase;
    letter-spacing: .16em;
    margin-left: 17%;
    margin-top: 5%;
}

header.at-title {
	display: none;
}

/* temp hide broken fb news */
.news-items {
	display:flex;
	justify-content:center;
}
.news-item.facebook {
	display:none;
}

/* deck is floating left erroneously */
.deck {
	float: none!important;
}

/* START NEW SECTION */
/* styling the EA embedded Newsletter Signup popup */

div.ngp-form header.at-markup {
	background: transparent !important;
	height:auto !important;
	box-shadow: none !important;
	line-height:1.2em !important;
}

/* The next few are resizing the header text, form paragraph, and line height */

div.ngp-form header.at-markup h3 {
	font-weight:400 !important;
}


div.ngp-form header.at-markup h2 {
	margin-bottom:10px!important;
}

div.ngp-form header.at-markup div span {
	line-height:10px !important;
}

div.ngp-form header.at-markup p {
		line-height:1.2em !important;
}

/* Hiding legend for Email input */
div.ngp-form section.at-inner form fieldset.ContactInformation legend.at-legend {display:none !important;}

/* Centering submit button on EA form */
div.ngp-form .at-form-submit {
	display: flex;
  justify-content: center;
	padding: 4px !important;
}

/* centering content in EA form */
div.ngp-form div.at-row:nth-child(1) {
	justify-content: flex-start
}
/* in EA form, decreasing padding */
div.ngp-form #NVSignupForm1155669-ContactInformation {
	padding: 4px !important;
}

/* On EA form, hiding the word "Email" above the input box */
#NVSignupForm1155669-ContactInformation-EmailAddress {font-size: 0 !important;}

/* On EA form, resizing input box */
#NVSignupForm1155669-ContactInformation-EmailAddress > input:nth-child(1) {
	margin-bottom:0 !important;
	font-size: 14px !important;
}

/* setting popup title to match EA formatting */
div.popmake-title {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif !important;
	font-weight: bold !important;
	text-align:center !important;
}

/* setting EA form to display with same background color as popup */
#NVSignupForm1155669 .at-inner {background-color:#f9f9f9 !important;}

/* removing weird outline from popup content */
.pum-content:focus {
	outline: none !important;
}