body {
	background-image: url('https://assets-gbr.mkt.dynamics.com/ad1197f0-7d84-40e0-b38f-271d0646a5d7/digitalassets/images/52314c9f-32ab-ee11-be37-6045bdc1770b?ts=638399912425755806');
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: 'Karla', sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	background-position: center center
}
.container {
	background-color: #f4f4f4;
	border-radius: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	color: #000;
}
.GlobalPadding {
	padding: 60px 0px
}
h1 {
	font-weight: 500;
	font-size: 26px;
	line-height: 32px;
	color: #000;
	padding: 0;
	margin: 15px 0;
}
.Instructions {
	font-size: 18px;
	font-weight: 700;
	line-height: 23px;
}
.textfield {
	width: 100%;
	height: 40px;
}
.checkbox {
	width: 20px;
	height: 18px
}
.Yellow {
	background-color: #FEEBCF;
	padding: 25px;
	border-radius: 12px;
	margin-top: 15px;
}
.Blue {
	background-color: #BFE7F6;
	padding: 25px;
	border-radius: 12px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.Purple {
	background-color: #DFD8E9;
	padding: 25px;
	border-radius: 12px;
	margin-top: 30px;
}
.CardCheck p {
	margin: 0 0 5px 0
}
p {
	margin: 0 0 15px 0
}
.textfield {
	margin-bottom: 20px;
}
.CardCheck {
	background-color: #FFF;
	padding: 16px;
	border: 1px solid #B9B9B9;
	border-radius: 4px;
	margin-bottom: 25px;
}
.CardCheck:hover {
	border: 1px solid #009FDA;
}
.CardCheck.active {
	border: 1px solid #009FDA;
}
input:focus {
	outline: none !important;
	border: 1px solid #009fe3;
	box-shadow: 0 0 10px #719ECE;
}
.submitbtn {
	padding: 12px 24px;
	background-color: #FBB040;
	border-radius: 5px;
	border: none;
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
}
.submitbtn:hover {
	opacity: 0.9
}
.PostRow {
	margin-top: 20px;
}
.form-check-label {
	line-height: 25px;
}

/* Small devices tablets 576px and up */
 @media (min-width: 576px) {
h1 {
	font-weight: 500;
	font-size: 38px;
	line-height: 44px;
	color: #000;
	padding: 0;
	margin: 15px 0
}
.container {
	background-color: #ffffff;
	border-radius: 12px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.GlobalPadding {
	padding: 60px 40px
}
.Yellow {
	padding: 40px;
}
.Blue {
	padding: 40px;
}
.Purple {
	padding: 40px;
}
}

/* Medium devices tablets 768px and up */
@media (min-width: 768px) {
.Yellow .CardCheck {
	min-height: auto!important
}
}

/* Large devices desktops 992px and up */
@media (min-width: 992px) {
.Yellow .CardCheck {
	min-height: 165px!important;
}
}

/* X-Large devices large desktops 1200px and up */
@media (min-width: 1200px) {
.container {
	max-width: 980px;
}
}

/* XX-Large devices larger desktops */
@media (min-width: 1400px) {
}
