/*<meta />*/

/*DO NOT USE UNLESS YOU HAVE APPROVAL FROM THE TECH COMMS TEAM*/
/*Controls the position of the Cookie Consent button on the page*/

div.CookieConsentButton
{
	float: right;
}

@media only screen and (max-width: 767px)
{
	div.CookieConsentButton
	{
		float: inherit;
	}
}

/*Controls the appearance of the Cookie Settings button*/

#ot-sdk-btn.ot-sdk-show-settings,
#ot-sdk-btn.optanon-show-settings,
#ot-sdk-btn
{
	color: #444444 !important;
	border: 1px solid #444444 !important;
	border-radius: 0.5em;
	padding: 0.6em, 0.5em !important;
}

/*Controls the drop shadow for the cookie consent banner*/

#onetrust-banner-sdk
{
	box-shadow: 0 0 14px rgb(0 0 0 / 40%) !important;
}

/*Controls the background color of the cookie consent banner*/

#onetrust-consent-sdk,
#onetrust-banner-sdk
{
	background-color: #efefef !important;
}

/*Controls the appearance of the Accept button in the Cookie consent banner*/

#onetrust-consent-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler
{
	background-color: #FFFFFF !important;
	border-color: #444444 !important;
	font-size: 1em !important;
	line-height: 1.125em !important;
	color: #444444 !important;
	font-family: 'Segoe UI', Arial !important;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
}

/*Controls the appearance of the Accept button in the Cookie consent banner when the button is in focus*/

#onetrust-consent-sdk #onetrust-accept-btn-handler:focus,
#onetrust-banner-sdk #onetrust-reject-all-handler:focus
{
	background-color: #FFFFFF !important;
	opacity: inherit !important;
	outline: inherit !important;
}

/*Controls the positioning of the Accept button in the Cookie consent banner*/

#onetrust-banner-sdk .banner-actions-container
{
	float: inherit !important;
	width: auto !important;
}

/*Controls the appearance of the Accept button in the Cookie consent banner and the Cookies Settings button when the user hovers their cursor over the buttons*/

#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.optanon-show-settings:hover,
#onetrust-consent-sdk #onetrust-accept-btn-handler:hover,
#onetrust-banner-sdk #onetrust-reject-all-handler:hover
{
	background-color: #007ac9 !important;
	color: #ffffff !important;
	border-color: #007ac9 !important;
}

/*Changes the font settings of the heading in the Cookie Consent banner*/

#onetrust-policy-title
{
	color: #444444 !important;
	font-family: 'Segoe UI', Arial !important;
	font-size: 1.25em !important;
	line-height: 1.5em !important;
	font-weight: normal !important;
}

/*Changes the font settings of the paragraph text in the Cookie Consent banner*/

#onetrust-policy-text
{
	font-size: 1em !important;
	line-height: 1.125em !important;
	color: #444444 !important;
	font-family: 'Segoe UI', Arial !important;
}

