/**/

#get-access a:not(.button) {
	text-decoration: none;
	color: #1B6685;
}

#get-access a:not(.button):hover {
	color: #eef;
}

#get-access .button {
	margin: 1.5em auto 0.5em;
	display: block;
	width: min-content;
}

#get-access .head {
	padding: 1.5em;
}

#get-access .body {	
	padding: 1em 1em 0;
	width: 23em;
	color: #000;
	box-sizing: border-box;
}

#get-access .footer {
	width: 23em;
	text-align: left;
	color: #000;
	padding: 1em;
	box-sizing: border-box;
}

#get-access.mobile {
	font-size: 16px;
}
