.contest-consent-header{
	min-height: 416px;
	height: auto;
	margin-bottom: 48px;
	max-height: 416px;
	overflow: hidden;
}

@media only screen and (max-width: 800px){

	.contest-consent-header{
		max-height: unset;
	}
	.contest-consent-header img{
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	
	}

.contest-consent-content{
	padding-bottom: 112px;
}

.contest-consent-content .section-heading{
	margin-bottom: 32px;
}

.contest-consent-content .bx--fieldset{
	border: none;
	padding: 0;
	margin: 0 0 32px 0;
}


@media only screen and (max-width: 800px){

.contest-consent-content .first-col,
.contest-consent-header .first-col{
	flex: 0 1 100%;
}
.contest-consent-content .second-col,
.contest-consent-header .second-col{
	flex: 0 1 100%;
}

}



/* Send In Blue Overrides */

.override-sib-styles *{
	font-family: "IBM Plex Sans", Arial, Helvetica, sans-serif !important;
}

.override-sib-styles .sib-form{
	padding: 0;
}

.override-sib-styles .sib-form .entry__field{
	all: initial;
}

.override-sib-styles .sib-form input{
	all: initial;
}


.override-sib-styles #sib-container{
	padding: 0;
}

.override-sib-styles .sib-form-block{
	padding-left: 0;
	padding-right: 0;
}

.override-sib-styles .sib-form__declaration .declaration-block-icon{
	display: none;
}

.override-sib-styles .sib-form .entry__choice{
	padding-left: 0;
}