/*** Custom CSS for Cookies Consent ***/
.cc-grower, .css-revoke { position: relative; z-index: 1000; }
.cc-revoke, .cc-window { z-index: 99999999999; }
.cc-window.cc-banner { padding: 0.5em 40px 0.5em 0.25em; }
.cc-banner .cc-message { font-size: 12px; line-height: 1.2; margin: 5px 0 5px 1em; }
.cc-link { padding: 0 0.2em; }
.cc-banner .cc-btn { border-radius: 100px; }
.cc-banner .cc-dismiss { font-size: 1.2em; position: absolute; right: 20px; /*top: 0;*/ border: 0; padding: 0; }
.cc-banner .cc-allow { line-height: 24px; padding: 0; }
.cc-banner .cc-btn:last-child { min-width: 110px; }

body .hbspt-form .hs-form-field.hs-fieldtype-booleancheckbox.hs_gdpr_opt_in_1 label { display: none; }

/*@media screen and (min-width: 1830px) {
	.cc-window.cc-banner { padding: 0.75em 55px 0.75em 0.25em; }
}
*/
@media screen and (max-width: 767px) {
	.cc-window.cc-banner { background: #03798b !important; padding: 0 55px 0 0.25em; }
	.cc-banner .cc-dismiss { top: 0; }
	.cc-banner .cc-allow { padding: 0.25em 0; background: transparent !important; border: 2px solid #fff !important; }
	.cc-banner .cc-allow:hover,
	.cc-banner .cc-allow:focus { background: #fff !important; color: #03798b; text-decoration: none; }
}