/* add margins so that the form elements are not too tight against the center well edges */
.form-section {
	padding-left: 5%;
	padding-right: 5%;
}

/* input field error messages - remove the overlap between the red icon and the text */
.sys-err-msg {
	padding-left:1.75em!important;
}


/* A few things to simulate a lede section, and to add in padding when condensing COTs into NCLs */
.subscription-lede {
	font-size: 20px;
    font-weight: 300;
    padding-bottom: 36px;
	border-bottom: 1px solid #DBDCDE;
}

/* too much padding above and below multicolumn in NCL */
@media (max-width: 47.5em){
	.scl-flexible-single-column--pads .scl-flexible-images-with-column-1 {
		padding: 0;
	}
}

/* too much space at the bottom of the page! */
#layout-region-center-well>.fidgrid--content {
	padding-bottom:32px;
}