#overdiv .qmsuk-badge img {
	max-width: 350px;
	max-height: 300px;
	width: 100%;
}
#overdiv .qmsuk-badge span {
	display: none;
}
/*General Admin*/
* {
	margin: 0;
	padding: 0;
}
.ui-datepicker-prev::after {
	font-family: "Font Awesome 6 Pro", sans-serif;
	content: "\f053";
	font-weight: 400;
	position: absolute;
	top: 7px;
	left: 10px;
	color: #433f38;
}
.ui-datepicker-next::after {
	font-family: "Font Awesome 6 Pro", sans-serif;
	content: "\f054";
	font-weight: 400;
	position: absolute;
	top: 7px;
	left: 10px;
	color: #433f38;
}
#overdiv *,
#mint_popup.general-popup *,
#appends #miniPop *,
#appends .tiles_blocker * {
	box-sizing: border-box;
}
#main ul,
#main ol {
	padding-left: 20px;
}
.multi_add {
	margin: 16px 0;
}
#appends.no-admin #mint_popup input[type=button] {
	background-color: #4EBDC3;
	border-radius: 25px;
}
#appends.no-admin #mint_popup {
	border: none;
	font-family: source-sans-pro, sans-serif;
	line-height: 1.1;
}
.multi_controls {
	position: relative;
}
#overdiv.admin .mint_field {
	min-height: 24px;
	min-width: 40px;
}
.admin-message {
	color: #900;
}
.admin-message span {
	font-weight: 700;
}

/*General Overdiv*/
/**Overdiv**/
#overdiv img {
	vertical-align: middle;
}
.ext-overdiv {
	max-width: 1168px;
	margin: 0 auto;
}
.ext-overdiv592 {
	max-width: 592px;
	margin: 0 auto;
}
.overdiv {
	width: 100%;
	padding-left: 24px;
	padding-right: 24px;
}
/**Display**/
.flex {
	display: flex;
}
/**Images**/
#overdiv img {
	max-width: 100%;
	max-height: 100%;
}
.bg-container {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.bg-container img {
	opacity: 0;
}
/**Links**/
#overdiv a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}
#overdiv .link-underlined a {
	text-decoration: underline;
}
/**Fonts**/
#overdiv,
#overdiv input,
#overdiv textarea,
#overdiv select,
#mint_popup.general-popup,
#mint_popup.general-popup .button,
#appends .tiles_blocker {
	font-family: source-sans-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	line-height: 1.3;
	color: #29255B;
}
.normal {
	font-weight: 400;
}
.semi-bold {
	font-weight: 600;
}
h1, .h1 {
	font-weight: 700;
	font-size: 36px;
}
h2, .h2 {
	font-weight: 700;
	font-size: 32px;
}
h3, .h3 {
	font-weight: 700;
	font-size: 28px;
}
h4, .h4 {
	font-weight: 700;
	font-size: 25px;
}
h5, .h5 {
	font-weight: 700;
	font-size: 20px;
}
h6, .h6 {
	font-weight: 700;
	font-size: 18px;
}
.paragraph18 {
	font-size: 18px;
}
.paragraph16 {
	font-size: 16px;
}
.paragraph14 {
	font-size: 14px;
}
/**Backgrounds and colours**/
.bg-full {
	padding-top: 32px;
	padding-bottom: 32px;
}
.bg-overdiv {
	padding: 32px;
}
.dark-blue {
	color: #29255B;
}
.grey {
	color: #B2B2B2;
}
.white {
	color: #FFFFFF;
}
.bg-blue {
	background-color: #3A5AA2;
}
.bg-dark-blue {
	background-color: #29255B;
}
.bg-green {
	background-color: #72B437;
}
.bg-light-blue {
	background-color: #E3EBF6;
}
.bg-with-shapes::before {
	position: absolute;
	content: "";
	width: 320px;
	height: 160px;
	background: url("images/circle.svg") no-repeat 50% 50%;
	background-size: contain;
	top: 0;
	left: 0;
}
.bg-with-shapes {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px
}
.bg-with-shapes .mint_field {
	position: relative;
	z-index: 1;
}
.bg-with-shapes::after {
	position: absolute;
	content: "";
	width: 274px;
	height: 137px;
	background: url("images/cross.svg") no-repeat 50% 50%;
	background-size: contain;
	bottom: 0;
	right: 0;
}
/**Button**/
#overdiv .button,
#appends .button {
	min-height: 56px;
	min-width: 120px;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	cursor: pointer;
	padding: 16px;
	background-color: #72B437;
	color: #FFFFFF;
	text-align: center;
}
#overdiv .button:active,
#appends .button:active,
#overdiv .button:hover,
#appends .button:hover {
	filter: brightness(95%);
}

/*Header*/
#overdiv.admin #header {
	position: relative;
}
#header.sticky {
	background-color: rgba(255, 255, 255, .9);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	transition: all 150ms ease-out;
}
#header.sticky img {
	transition: all 150ms ease-out;
}
#header {
	padding: 16px 0;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	transition: padding 150ms ease-out;
	background-color: #FFFFFF;
}
#header_logo {
	height: 56px;
	transition: all 150ms ease-out;
}
#header .overdiv {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#header .flex {
	gap: 16px
}
#overdiv .hub-login {
	background-color: #29255B;
	color: #FFFFFF;
	border-radius: 4px;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
}
.tooltip {
	position: relative;
}
.tooltip .tooltip-text {
	position: absolute;
	background-color: #e3ebf6;
	visibility: hidden;
	min-width: 94px;
	border-radius: 4px;
	padding: 2px 4px;
	font-size: 14px;
	text-align: center;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
}
.tooltip .tooltip-text:after {
	position: absolute;
	content: '';
	top: -8px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-bottom: 8px solid #e3ebf6;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}
.tooltip:hover .tooltip-text {
	visibility: visible;
}
/*Main*/
#overdiv.admin #main {
	margin-top: 0;
}
#main {
	margin-top: 88px;
}

/*Footer*/
#footer {
	padding: 48px 0;
	text-align: center;
}
#footer_field2,
#footer_contact {
	font-size: 16px;
	font-weight: 600;
}
#footer_contact {
	flex-wrap: wrap;
}
#footer_contact .contact a {
	display: flex;
	align-items: center;
	margin: 8px 24px 0;
}
#footer_contact .contact i {
	margin-right: 10px;
	font-size: 20px;
}
#footer_social,
#footer_contact {
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer_social .social {
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 24px;
	background-color: #72B437;
	color: #FFFFFF;
}
#footer_social .social + .social {
	margin-left: 24px;
}
#footer_social .social.fb i {
	align-self: flex-end;
	font-size: 38px;
}
#footer_social .social.youtube i {
	font-size: 30px;
}

/*Components*/
/**Columns**/
.color-select {
	display: block;
	width: calc(100% - 16px);
	margin: 8px;
}
.component[data-component="columns"] .grid {
	display: grid;
	justify-content: center;
	grid-gap: 32px;
}
.component[data-component="columns"] .grid2.fifty.standard-tile-container {
	grid-template-columns: repeat(auto-fit, 400px);
}
.component[data-component="columns"] .grid2.thirty {
	grid-template-columns: repeat(1, 35% calc(65% - 32px));
}
.component[data-component="columns"] .grid2.fifty {
	grid-template-columns: repeat(2, 1fr);
}
.component[data-component="columns"] .grid2.seventy {
	grid-template-columns: repeat(1, calc(65% - 32px) 35%);
}
.component[data-component="columns"] .grid3 {
	grid-template-columns: repeat(3, minmax(200px, 256px));
}
.component[data-component="columns"] .grid4 {
	grid-template-columns: repeat(4, minmax(188px, 256px));
}
.component[data-component="columns"] .field-background {
	padding: 32px;
}
.component[data-component="columns"] .small-tile {
	text-align: center;
	padding: 24px;
	border-radius: 5px;
}
.component[data-component="columns"] .small-tile .multiField_3 {
	margin-top: 32px;
}
.component[data-component="columns"] .standard-tile {
	border-radius: 5px;
	overflow: hidden;
}
.component[data-component="columns"] .standard-tile .multiField_3 {
	padding: 32px;
}
.component[data-component="columns"] .standard-tile .multiField_3 .button {
	width: 100%;
}
.component[data-component="columns"] .multi_column .multiField_0,
.component[data-component="columns"] .multi_column .multiField_1,
.component[data-component="columns"] .multi_column .multiField_3,
.component[data-component="columns"] .multi_column .multiField_4,
.component[data-component="columns"] .multi_column .multiField_5 {
	display: none;
}
#overdiv.admin .component[data-component="columns"] .multi_column.mobile-field .multiField_5 {
	display: block;
}
/**Hero image**/
.component[data-component="hero-image"] .hero-container {
	display: flex;
	align-items: center;
	position: relative;
	padding: 64px 0;
	background-blend-mode: darken;
	min-height: 472px;
}
.component[data-component="hero-image"] .hero-img {
	position: absolute;
	top: 0;
	left: 0;
}
#overdiv.admin .component[data-component="hero-image"] .hero-img-mobile img {
	max-height: 100px;
}
#overdiv:not(.admin) .component[data-component="hero-image"] .hero-img-mobile {
	display: none;
}
.component[data-component="hero-image"] .bg-container img {
	opacity: 1;
}
.component[data-component="hero-image"] .hero-img img {
	opacity: 0;
}
.component[data-component="hero-image"] .hero-text img {
	max-height: 200px!important;
}
/**Single field**/
#overdiv:not(.admin) .component[data-component="single-field"] .single-field-mobile {
	display: none;
}
/**Spacer**/
.component[data-component="spacer"] .mobile-height {
	display: none;
}




#overdiv.page-all-components .component + .component {
	margin-top: 72px;
}
