
	:root {
		--cs-red: 			#a90047;
		--blue-dark: 		#156293;
		--blue-highlight: 	#098bf3;
		--indigo: 			#1c2732;
		--sky: 				#A4DCFD;
		--text: 			#44403b;
		--grey-dark: 		#333333;
		--offwhite: 		#f8f8f8;
		--bg: 				#ffffff;
		--white: 			#ffffff;
	}
	
	svg#svgh-cdfkey-nav {
		fill:#AF0C47;
	}
	
	

	.grecaptcha-badge {
		width: 70px !important;
		opacity: 0;
		overflow: hidden !important;
		transition: all 0.3s ease !important;
		left: 4px !important;
	}

	.grecaptcha-badge:hover {
		width: 256px !important;
	}