/*
 * General Overrides
 */
body.v3 h3 {
	font-size: 24px;
	color: #555;
}

/*
 * Cookie bar overrides
 */
div.cookie-bar {
	background: #e9f4fb;
}

div.cookie-bar p {
	color: #333;
	margin: 20px 0;
}

div.cookie-bar p a {
	display: inline !important;
	background: none !important;
	margin: 0 0 0 20px !important;
    padding: 0 !important;
	border: none !important;
	outline: none !important;
	color: #333 !important;
    text-decoration: underline !important;
    font-weight: normal !important;
}

/*
 * Block "box-grid" overrides
 */
.box-grid .box-item img.box-item-image {
	width: 70px;
    height: 70px;
    object-fit: contain;
}

/*
 * Connector docs pages overrides
 */
div.full-docs-menu div#full-docs-menu-table-of-contents ul ul {
	padding: 0 0 0 25px;
}
