/* Tiny MCE override */
.tox :not(svg):not(rect) {
	font-size: revert!important;
    line-height: 1.3!important;
	color: #000!important;
}

/* Fonts */
@font-face {
    font-family: 'Tesco';
    src: url('fonts/TescoModern-BoldItalic.eot');
    src: url('fonts/TescoModern-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/TescoModern-BoldItalic.woff') format('woff'),
         url('fonts/TescoModern-BoldItalic.ttf') format('truetype'),
         url('fonts/TescoModern-BoldItalic.svg') format('svg');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Tesco';
    src: url('fonts/TescoModern-Bold.eot');
    src: url('fonts/TescoModern-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/TescoModern-Bold.woff') format('woff'),
         url('fonts/TescoModern-Bold.ttf') format('truetype'),
         url('fonts/TescoModern-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Tesco';
    src: url('fonts/TescoModern-MediumItalic.eot');
    src: url('fonts/TescoModern-MediumItalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/TescoModern-MediumItalic.woff') format('woff'),
         url('fonts/TescoModern-MediumItalic.ttf') format('truetype'),
         url('fonts/TescoModern-MediumItalic.svg') format('svg');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Tesco';
    src: url('fonts/TescoModern-Medium.eot');
    src: url('fonts/TescoModern-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/TescoModern-Medium.woff') format('woff'),
         url('fonts/TescoModern-Medium.ttf') format('truetype'),
         url('fonts/TescoModern-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Tesco';
    src: url('fonts/TescoModern-Italic.eot');
    src: url('fonts/TescoModern-Italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/TescoModern-Italic.woff') format('woff'),
         url('fonts/TescoModern-Italic.ttf') format('truetype'),
         url('fonts/TescoModern-Italic.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Tesco';
    src: url('fonts/TescoModern-Regular.eot');
    src: url('fonts/TescoModern-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/TescoModern-Regular.woff') format('woff'),
         url('fonts/TescoModern-Regular.ttf') format('truetype'),
         url('fonts/TescoModern-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Tesco';
    src: url('fonts/TescoModern-LightItalic.eot');
    src: url('fonts/TescoModern-LightItalic.eot?#iefix') format('embedded-opentype'),
         url('fonts/TescoModern-LightItalic.woff') format('woff'),
         url('fonts/TescoModern-LightItalic.ttf') format('truetype'),
         url('fonts/TescoModern-LightItalic.svg') format('svg');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Tesco';
    src: url('fonts/TescoModern-Light.eot');
    src: url('fonts/TescoModern-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/TescoModern-Light.woff') format('woff'),
         url('fonts/TescoModern-Light.ttf') format('truetype'),
         url('fonts/TescoModern-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
}

/* General */
:root {
    /* Typography */
	--font: "Tesco", sans-serif;
	--12px: 0.75rem;
	--14px: 0.875rem;
	--16px: 1rem;
    --18px: 1.125rem;
	--20px: 1.25rem;
	--22px: 1.375rem;
	--24px: 1.5rem;
	--26px: 1.625rem;
	--28px: 1.75rem;
	--36px: 2.25rem;
	--40px: 2.5rem;
	--48px: 3rem;
	--56px: 3.5rem;
    /* Colours */
	--blue: #004A97;
	--cyan: #00838F;
	--havelock-blue: #5C6BC0;
	--midnight-blue: #1A237E;
	--grey: #666666;
	--light-grey: #DBDBDB;
	--very-light-grey: #F4F4F4;
	--off-white: rgba(215, 223, 225, 0.25);
	--red: #DC3545;
	--teal: #00BCD4;
	--white: #FFFFFF;
}
* {
    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: var(--grey);
}
.ui-datepicker-next::after {
	font-family: "Font Awesome 6 Pro", sans-serif;
	content: "\f054";
	font-weight: 400;
	position: absolute;
	top: 7px;
	left: 10px;
	color: var(--grey);
}
#overdiv *,
#mint_popup.general-popup *,
#appends #miniPop * {
	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: var(--blue);
	border-radius: 25px;
	width: 49%;
}
#appends.no-admin #mint_popup {
	border: none;
	font-family: var(--font);
	line-height: 1.5;
    font-weight: 400;
	padding: 24px;
}

/* Admin fields */
#overdiv.admin .mint_field {
	min-height: 24px;
	min-width: 40px;
}
.admin-message {
	font-size: var(--16px);
	color: var(--red);
	font-weight: 500;
}
.type-select {
	padding: 8px 16px;
}

/* 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;
}
.link-arrow-down {
	position: relative;
	background-color: var(--dark-green);
	width: 120px;
	height: 84px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	margin: 0 auto;
	text-align: center;
	padding: 16px 0 8px;
}
.link-arrow-down span {
	font-size: var(--16px);
	color: var(--white);
}
.link-arrow-down i {
	font-size: var(--32px);
	color: var(--light-green);
}

/* Overdiv and sections */
#overdiv,
#overdiv input,
#overdiv textarea,
#overdiv select,
#mint_popup.general-popup,
#mint_popup.general-popup .button {
	font-family: var(--font);
	font-size: var(--16px);
    line-height: 1.5;
    font-weight: 400;
	font-style: normal;
	color: var(--grey);
}
.overdiv-1400 {
	max-width: 1400px;
	padding: 0 24px;
	margin: 0 auto;
}
#components_sidebar_container .overdiv-1400 {
	padding-left: 0;
	padding-right: 0;
}
#components_sidebar_container .max-888 iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 1.8;
}
.max-780 {
	max-width: 780px;
}
.max-888 {
	max-width: 888px;
}
.max-424 {
	max-width: 424px;
}

/* Flex */
.flex {
	display: flex;
}
.max-centre {
	justify-content: center;
}
.max-right {
	justify-content: flex-end;
}

/* Block */
.block {
	display: block;
}

/* Positions */
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}

/* Fonts */
#overdiv h1, .h1 {
	font-family: var(--font);
	font-weight: 700;
	font-size: var(--56px);
	line-height: 1.21;
}
#overdiv h2, .h2 {
	font-family: var(--font);
	font-weight: 700;
	font-size: var(--36px);
	line-height: 1.33;
}
#overdiv h3, .h3 {
	font-family: var(--font);
	font-weight: 700;
	font-size: var(--28px);
}
#overdiv h4, .h4 {
	font-family: var(--font);
	font-weight: 400;
	font-size: var(--24px);
	line-height: 1.33;
}
#overdiv h5, .h5 {
	font-family: var(--font);
	font-weight: 400;
	font-size: var(--22px);
	line-height: 1.33;
}
#overdiv h6, .h6 {
	font-family: var(--font);
	font-weight: 400;
	font-size: var(--20px);
}
.p-24 {
	font-size: var(--24px);
}
.p-20 {
	font-size: var(--20px);
}
.p-18 {
	font-size: var(--18px);
}
.p-14 {
	font-size: var(--14px);
}
.medium-500 {
	font-weight: 500;
}
.text-chevron {
	position: relative;
	font-weight: 700;
	padding-right: 20px;
	color: var(--blue);
	display: inline-block;
}
.text-chevron:after {
	content: "\f054";
	position: absolute;
	font-family: "Font Awesome 6 Sharp", sans-serif;
	top: 50%;
	right: 0px;
	transform: translateY(-44%);
	font-weight: 300;
}
#main ul:has(.tick-ul) {
  list-style: none;
  padding-left: 0;
}
.tick-ul {
	position: relative;
	padding-left: 20px;
	display: inline-block;
}
.tick-ul:before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 2px;
  font-weight: 600;
}

/* Backgrounds */
.bg-off-white {
	background-color: var(--off-white);
}

/* Buttons */
#overdiv #header_search_button,
#overdiv #sidebar_search_button {
	padding: 8px;
	min-height: auto;
	background-color: transparent;
	border: none;
	color: var(--blue);
	font-size: var(--16px);
}
#overdiv .button {
	position: relative;
	padding: 8px 56px 8px 24px;
	font-size: var(--18px);
	font-weight: 700;
	min-height: 48px;
	border-radius: 100px;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}
#overdiv .button.blue {
	border: 2px solid var(--blue);
	background-color: var(--blue);
	color: var(--white);
}
#overdiv .button.blue-outline {
	border: 2px solid var(--blue);
	color: var(--blue);
}
#overdiv:not(.admin) .button.blue-outline:hover {
	background-color: var(--blue);
	color: var(--white);
}
#overdiv .button.white-outline {
	border: 2px solid var(--white);
	color: var(--white);
}
#overdiv:not(.admin) .button:not(#header_search_button, #sidebar_search_button, #new_forms_exit)::after {
	position: absolute;
	content: "\f054";
	font-size: var(--24px);
	font-family: "Font Awesome 6 Sharp", sans-serif;
	font-weight: 300;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
}
#overdiv:not(.admin) #new_forms_main .button::after {
	content: none;
}
#overdiv:not(.admin) .button.blue-outline:after {
	color: var(--blue);
}
#overdiv:not(.admin) .button.blue:after,
#overdiv:not(.admin) .button.blue-outline:hover:after,
#overdiv:not(.admin) .button.white-outline:after {
	color: var(--white);
}

/* Header */
#header {
	background-color: var(--white);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
}
#header_top {
	background-color: var(--blue);
	color: var(--white);
}
#header_top > .overdiv-1400 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	min-height: 56px;
}
#header_logo_container {
	width: 100%;
	max-width: 288px;
	height: 24px;
}
#header_logo {
	max-width: 288px;
}
#header_top_menu .top-menu-item {
	font-size: var(--14px);
	font-weight: 500;
	padding: 12px 16px;
	border-left: 1px solid rgba(255, 255, 255, .5);
	border-right: 1px solid rgba(255, 255, 255, .5);
	display: inline-flex;
	min-height: 56px;
	align-items: center;
}
#header_top_menu .top-menu-item + .top-menu-item {
	border-left: none;
}
#header_top.search-open #site_search,
#header_top.search-open #header_close_search {
	display: flex;
}
#header_top.search-open #header_open_search {
	display: none;
}
#header_search_container {
	display: flex;
	align-items: center;
	font-size: var(--14px);
	font-weight: 500;
	border-right: 1px solid rgba(255, 255, 255, .5);
}
#header_open_search {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 16px;
	min-height: 56px;
	cursor: pointer;
}
#header_open_search i,
#header_close_search i {
	font-size: var(--20px);
}
#header_close_search {
	display: none;
	align-items: center;
	padding: 12px 16px;
	min-height: 56px;
	cursor: pointer;
}
#site_search {
	margin-left: 16px;
	max-width: 544px;
}
#site_search {
	display: none;
	width: 100%;
	height: 32px;
	border: 1px solid var(--light-grey);
	background-color: var(--white);
	justify-content: space-between;
}
#site_search input {
	width: 100%;
	font-size: var(--14px);
	padding: 8px 16px;
	border: none;
}
#site_search input:focus-visible {
	outline: none;
}
#site_search input::placeholder {
	font-style: italic;
	color: var(--grey);
}
#header_bottom {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	min-height: 64px;
}
#header_bottom_menu ul {
	list-style: none;
}
#header_bottom_menu > ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 32px;
	min-height: 64px;
	padding-top: 20px;
}
#header_bottom_menu > ul > li {
	position: relative;
	font-weight: 500;
}
#header_bottom_menu > ul > li > div {
	padding-bottom: 16px;
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}
#header_bottom_menu > ul > li > div > i {
	font-size: var(--18px);
	color: var(--blue);
}
#header_bottom_menu > ul > li:hover > div > a {
	font-weight: 700;
	color: var(--blue);
	text-decoration: underline;
}
#header_bottom_menu > ul > li:hover > ul,
#header_bottom_menu > ul > li > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}
#header_bottom_menu > ul > li > ul > li:has(>ul):hover {
	background-color: var(--blue);
	color: var(--white);
}
#header_bottom_menu > ul > li > ul {
	visibility: hidden;
	transition: 0.2s 0.2s;
	opacity: 0;
	position: absolute;
	width: max-content;
	left: -32px;
	top: calc(100% + 2px);
	background-color: var(--white);
	z-index: 2;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07);
	font-weight: 400;
	color: var(--blue);
}
#header_bottom_menu > ul > li:last-child > ul {
	left: auto;
	right: -24px;
}
#header_bottom_menu > ul > li > ul > li,
#header_bottom_menu > ul > li > ul > li > ul > li {
	position: relative;
	display: block;
	padding: 16px 32px;
	cursor: pointer;
}
#header_bottom_menu > ul > li > ul > li:first-child,
#header_bottom_menu > ul > li > ul > li > ul > li:first-child {
	padding-top: 24px;
}
#header_bottom_menu > ul > li > ul > li:last-child,
#header_bottom_menu > ul > li > ul > li > ul > li:last-child {
	padding-bottom: 24px;
}
#header_bottom_menu > ul > li > ul > li > div,
#header_bottom_menu > ul > li > ul > li > ul > li > div {
	position: relative;
	padding-right: 48px;
}
#header_bottom_menu > ul > li > ul > li > div::after,
#header_bottom_menu > ul > li > ul > li > ul > li > div::after {
	content: "\f054";
	position: absolute;
	font-family: "Font Awesome 6 Sharp", sans-serif;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-weight: 200;
	font-size: var(--22px);
}
#header_bottom_menu > ul > li > ul > li:has(>ul):hover + li::before,
#header_bottom_menu > ul > li > ul > li:has(>ul):hover::before {
	height: 0;
}
#header_bottom_menu > ul > li > ul > li.remove-arrow > div::after {
	content: "";
}
#header_bottom_menu > ul > li > ul > li + li::before,
#header_bottom_menu > ul > li > ul > li > ul > li + li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 16px;
	width: calc(100% - 32px);
	height: 1px;
	background-color: var(--light-grey);
}
#header_bottom_menu > ul > li > ul > li > ul > li + li::before  {
	opacity: .5;
}
#header_bottom_menu > ul > li > ul > li > ul {
	visibility: hidden;
	transition: 0.2s 0.2s;
	opacity: 0;
	position: absolute;
	width: max-content;
	left: 100%;
	top: 0;
	background-color: var(--blue);
	z-index: 2;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07);
	font-weight: 400;
	color: var(--white);
}

/* Mobile menu */
#overdiv:not(.page-home, .dark-green-background) #header #mobileMenuArea i {
	color: var(--dark-green);
}
.UIsideBar,
#mobileMenuArea,
#mobileMenuAreaClose,
#overdiv.openUI .UIsideBar {
	display: none;
}
#overdiv.openUI .UIsideBar {
	border-top: 1px solid var(--light-grey);
	flex-direction: column;
	justify-content: space-between;
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	left: 0;
	top: 100%;
	width: 100%;
	height: calc(100vh - 120px);
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.75);
}
#mobileMenuArea,
#mobileMenuAreaClose {
	display: none;
	width: 56px;
	height: 72px;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: var(--blue);
}
#mobileMenuAreaClose {
	font-size: var(--24px);
}
#mobileMenuArea i {
	line-height: 6px;
}
#sidebarContent {
	width: 100%;
	margin: 0 auto;
	background-color: var(--white);
	color: var(--blue);
}
#sidebarContent ul {
	list-style: none;
}
#sidebarContent > ul {
	flex-grow: 1;
}
#sidebarContent > ul > li {
	position: relative;
	padding: 16px 24px;
}
#sidebarContent > ul > li + li {
	border-top: 1px solid var(--light-grey);
}
#sidebarContent > ul > li div {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}
#sidebarContent > ul > li > div {
	font-weight: 700;
}
#sidebarContent > ul > li div > i {
	font-size: var(--18px);
}
#sidebarContent > ul li.has-submenu.show > div > i:before {
	content: "\f078";
}
#sidebarContent > ul li > ul {
	display: none;
}
#sidebarContent > ul li.has-submenu.show > ul {
	display: block;
	padding-top: 12px;
}
#sidebarContent > ul li.has-submenu.show > ul > li {
	position: relative;
	padding-block: 12px;
}
#sidebarContent > ul > li > ul > li.has-submenu {
	background-color: var(--blue);
	color: var(--white);
	margin-inline: -24px;
	padding-inline: 24px;
}
#sidebarContent > ul > li > ul > li > ul > li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* Footer */
#footer_top {
	background-color: var(--blue);
	color: var(--white);
	padding-block: 48px;
}
#footer_multi_container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 40px;
}
#footer_multi_container .footer-multi .multiField_0 {
	font-size: var(--18px);
	font-weight: 500;
	margin-bottom: 8px;
}
#footer_multi_container .footer-multi .multiField_1 p + p {
	margin-top: 8px;
}
#footer_bottom {
	font-size: var(--14px);
	padding-top: 12px;
	padding-bottom: 12px;
	min-height: 48px;
}

/* Dot */
.dot-animation {
	white-space: nowrap;
}
.dot-animation::after {
	animation-name: dot-animation;
	animation-duration: 1.4s;
	animation-timing-function: linear;
	animation-play-state: running;
	animation-delay: 0s;
	display: inline-block;
	content: ".";
	color: var(--red);
}
@keyframes dot-animation {
	0% {
		transform:translate3d(250px,-90px,0)
	}
	3.6666666667% {
		transform:translate3d(239.5833333333px,-83.149157926px,0)
	}
	7.3333333333% {
		transform:translate3d(229.1666666667px,-63.6396103068px,0)
	}
	11% {
		transform:translate3d(218.75px,-34.4415089129px,0)
	}
	14.6666666667% {
		transform:translate3d(208.3333333333px,0,0)
	}
	18.3333333333% {
		transform:translate3d(197.9166666667px,-22.9610059419px,0)
	}
	22% {
		transform:translate3d(187.5px,-42.4264068712px,0)
	}
	25.6666666667% {
		transform:translate3d(177.0833333333px,-55.4327719507px,0)
	}
	29.3333333333% {
		transform:translate3d(166.6666666667px,-60px,0)
	}
	33% {
		transform:translate3d(156.25px,-55.4327719507px,0)
	}
	36.6666666667% {
		transform:translate3d(145.8333333333px,-42.4264068712px,0)
	}
	40.3333333333% {
		transform:translate3d(135.4166666667px,-22.9610059419px,0)
	}
	44% {
		transform:translate3d(125px,0,0)
	}
	47.6666666667% {
		transform:translate3d(114.5833333333px,-11.480502971px,0)
	}
	51.3333333333% {
		transform:translate3d(104.1666666667px,-21.2132034356px,0)
	}
	55% {
		transform:translate3d(93.75px,-27.7163859753px,0)
	}
	58.6666666667% {
		transform:translate3d(83.3333333333px,-30px,0)
	}
	62.3333333333% {
		transform:translate3d(72.9166666667px,-27.7163859753px,0)
	}
	66% {
		transform:translate3d(62.5px,-21.2132034356px,0)
	}
	69.6666666667% {
		transform:translate3d(52.0833333333px,-11.480502971px,0)
	}
	73.3333333333% {
		transform:translate3d(41.6666666667px,0,0);
		animation-timing-function:ease-out
	}
}
/* Homepage */
#home_banner {
	position: relative;
	width: 100%;
	color: var(--white);
	aspect-ratio: 3.56;
  	overflow: hidden;
}
#home_banner_title {
	padding: 80px 0 184px;
	max-width: 488px;
	position: relative;
  	z-index: 1;
}
#home_banner_image {
	position: absolute;
	inset: 0 0 auto auto;
	width: 100vw;
	height: 100%;
	background-color: var(--blue);
}
#home_banner_image::after {
	content: "";
	position: absolute;
	inset: 0 0 auto auto;
	background: linear-gradient(90deg, rgba(0, 0, 0, .40) 5%, rgba(111, 111, 111, 0.00) 70%, rgba(255, 255, 255, 0) 100%);
	width: 100%;
	height: 100%;
}
#home_banner_image img {
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
	height: 100%;
}
#home_banner_sections {
	background-color: var(--blue);
	color: var(--white);
	padding: 40px 0 48px;
}
#home_banner_sections .overdiv-1400 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 1fr;
	column-gap: 36px;
	row-gap: 40px;
	z-index: 1;
  	position: relative;
}
.home-banner-section-title {
	font-size: var(--26px);
	line-height: 1.23;
	font-weight: 500;
	text-align: center;
}
.home-banner-multis {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 1fr;
	column-gap: 36px;
	row-gap: 32px;
	margin-top: 40px;
}
.multi-home-banner {
	background-color: var(--white);
	color: var(--blue);
	border-radius: 200px;
	padding: 16px 24px 16px 16px;
}
#overdiv.admin .multi-home-banner {
	padding-left: 24px;
	padding-bottom: 24px;
}
#overdiv:not(.admin) .multi-home-banner {
	display: flex;
	align-items: center;
	gap: 12px;
}
#overdiv:not(.admin) .multi-home-banner .multiField_0 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 72px;
	height: 48px;
	color: var(--blue);
	border-radius: 100%;
	flex-shrink: 0;
	font-size: 40px;
}
.multi-home-banner .multiField_1 {
	font-size: var(--20px);
	line-height: 1.40;
	font-weight: 500;
	color: var(--grey);
}

/* Landing */
#landing_boxes {
	display: flex;
	justify-content: center;
	padding-top: 64px;
	padding-bottom: 80px;
	gap: 32px;
}
.landing-box {
	background-color: var(--off-white);
	display: flex;
	flex-direction: column;
	max-width: 424px;
	width: 100%;
}
.landing-box:hover {
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
}
.landing-first-box {
	background-color: var(--blue);
}
.landing-box-image {
	overflow: hidden;
	width: 100%;
	height: 224px;
}
.landing-box-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform .3s ease;
}
#overdiv:not(.admin) .landing-box:hover .landing-box-image img {
	transform: scale(1.1);
}
.landing-box-bottom {
	padding: 24px;
	color: var(--blue);
	display: flex;
  	flex-direction: column;
	gap: 8px;
	height: calc(100% - 224px);
}
.landing-box-title {
	font-size: var(--24px);
	font-weight: 500;
	line-height: 1.41;
}
.landing-box-subtitle {
	flex-grow: 1;
	margin-bottom: 24px;
}
.landing-first-box .landing-box-bottom {
	color: var(--white);
}
.landing-box-link {
	align-self: flex-end;
}
.landing-box-or {
	font-size: var(--28px);
	font-weight: 500;
	line-height: 1.41;
	align-self: center;
	color: var(--blue);
}

/* Search */
#search_container {
	margin-top: 48px;
}
.search-result {
	border: 2px solid transparent;
	border-bottom: 2px solid var(--light-grey);
	padding: 16px 8px;
	cursor: pointer;
}
.search-result:last-child {
	border-bottom: 2px solid transparent;
	margin-bottom: 40px;
}
.search-result:hover {
	border: 2px solid var(--blue);
}
.search-page {
	font-weight: 700;
	font-size: var(--20px);
	color: var(--blue);
	padding-right: 20px;
	position: relative;
}
.search-page::after {
	content: "\f054";
	font-family: "Font Awesome 5 Pro", sans-serif;
	position: absolute;
	top: 0;
	right: 0;
	color: var(--blue);
	cursor: pointer;
	font-size: var(--20px);
	font-weight: 400;
}
.result {
	background-color: var(--blue);
	color: var(--white);
	padding: 0 4px;
	border-radius: 4px;
}

/* Components */
.pt-24 {
	padding-top: 24px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-48 {
	padding-top: 48px;
}
.pt-64 {
	padding-top: 64px;
}
.pt-80 {
	padding-top: 80px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-64 {
	padding-bottom: 64px;
}
.pb-80 {
	padding-bottom: 80px;
}

#components_sidebar_container {
	display: flex;
	justify-content: space-between;
	gap: 48px;
}
#components_sidebar {
	position: relative;
	width: 100%;
	max-width: 400px;
	padding: 48px 0;
	font-size: var(--18px);
}
#components_sidebar .sidebar {
	position: sticky;
	top: 8px;
}
#components_sidebar .sidebar-link {
	padding: 10px 16px;
	min-height: 48px;
	cursor: pointer;
	border-bottom: 1px solid var(--very-light-grey);
}
#components_sidebar .sidebar-link:hover, 
#components_sidebar .sidebar-link.selected {
	background-color: var(--off-white);
	color: var(--blue);
	font-weight: 700;
}
#components_sidebar #sidebar_button_show {
	display: none;
}
#components_sidebar #sidebar_button_container {
	background-color: var(--red);
	color: var(--white);
	padding: 12px 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 72px;
	margin-top: 24px;
	font-size: var(--20px);
	font-weight: 700;
	line-height: 1.4;
}
#components_container {
	width: 100%;
	max-width: 888px;
}
#components_container .component[data-component="single-field"] + .component[data-component="single-field"] {
	border-top: 1px solid var(--light-grey);
}
.fade {
	animation-name: fade;
	animation-duration: .8s;
	animation-timing-function: ease-out;
	animation-fill-mode: both;
	animation-play-state: running;
	animation-delay: .4s;
}
@keyframes fade {
  0% {
    opacity: 0;
	transform: perspective(1px) translate3d(0, 6rem, 0);
  }
  to {
    opacity: 1;
	transform: perspective(1px) translate3d(0, 0, 0);
  }
}

/* Banner */
#search_banner,
#landing_banner,
.component[data-component="banner"] .banner {
	position: relative;
	width: 100%;
	background-color: var(--blue);
	color: var(--white);
	min-height: 416px;
}
#search_banner .banner-breadcrumbs-out,
.component[data-component="banner"] .banner-breadcrumbs-out {
	position: absolute;
	inset: 24px auto auto 50%;
	font-size: var(--14px);
	max-width: 1400px;
	width: 100%;
	transform: translate(-50%);
	padding: 0 24px;
	z-index: 1;
}
#search_banner .banner-breadcrumbs,
.component[data-component="banner"] .banner-breadcrumbs {
	max-width: 50%;
	padding-right: 60px;
}
#search_banner .banner-breadcrumbs a:hover,
#overdiv .component[data-component="banner"] .banner-breadcrumbs a:hover {
	text-decoration: underline;
}
#search_banner .banner-breadcrumbs span,
.component[data-component="banner"] .banner-breadcrumbs span {
	font-weight: 700;
	text-decoration: underline;
}
#search_banner .banner-text,
#landing_banner .banner-text,
.component[data-component="banner"] .banner-text {
	padding: 112px 68px 112px 0;
	max-width: 50%;
	font-size: var(--18px);
	line-height: 1.5;
}
#search_banner .banner-image,
#landing_banner .banner-image,
.component[data-component="banner"] .banner-image {
	position: absolute;
	inset: 0 0 auto auto;
	width: 50vw;
	height: 100%;
	aspect-ratio: 1.52;
	overflow: hidden;
}
#search_banner .banner-image img,
#landing_banner .banner-image img,
.component[data-component="banner"] .banner-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

/* Cards */
.component[data-component="cards"] .cards-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 24px;
	row-gap: 40px;
}
.component[data-component="cards"] .cards-container.off-white .card-multi {
	background-color: var(--off-white);
	box-shadow: none;
}
.component[data-component="cards"] .cards-container .card-multi {
	background-color: var(--white);
	display: flex;
	flex-direction: column;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.07);
	max-width: 424px;
}
#overdiv:not(.admin) .component[data-component="cards"] .cards-container .card-multi:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	background-color: var(--blue);
	color: var(--white);
}
.component[data-component="cards"] .cards-container .card-multi .multiField_0 {
	overflow: hidden;
	width: 100%;
	max-height: 224px;
	aspect-ratio: 1.89;
}
#overdiv:not(.admin) .component[data-component="cards"] .cards-container .card-multi:hover .multiField_0 img {
	transform: scale(1.1);
}
.component[data-component="cards"] .cards-container .card-multi .multiField_0 img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform .3s ease;
}
#overdiv:not(.admin) .component[data-component="cards"] .cards-container .card-multi:hover .multiField_1 {
	color: var(--white);
}
.component[data-component="cards"] .cards-container .card-multi .multiField_1 {
	margin: 24px 24px 8px 24px;
	font-size: var(--24px);
	font-weight: 500;
	line-height: 1.41;
	color: var(--blue);
	flex-grow: 1;
}
#overdiv:not(.admin) .component[data-component="cards"] .cards-container .card-multi:hover .button.blue-outline {
	border-color: var(--white);
	background-color: var(--white);
	color: var(--blue);
}
#overdiv:not(.admin) .component[data-component="cards"] .cards-container .card-multi:hover .button.blue-outline::after {
	color: var(--blue);
}
.component[data-component="cards"] .cards-container .card-multi .multiField_2 {
	margin: 0 24px 24px;
	font-size: var(--18px);
	line-height: 1.44;
	flex-grow: 1;
}
.component[data-component="cards"] .cards-container .card-multi .multiField_2 > :first-of-type:not(div):not(:last-child) {
	margin-bottom: 16px;
}
.component[data-component="cards"] .cards-container .card-multi .multiField_3 {
	margin: 8px 24px 24px;
}

/* Get a valuation */
.component[data-component="get-a-valuation"] .max-780 {
	margin-inline: auto;
	font-size: var(--18px);
}
#overdiv .component[data-component="get-a-valuation"] h2,
#overdiv .component[data-component="get-a-valuation"] h3 {
	color: var(--blue);
	font-weight: 400;
	line-height: 1.21;
}
#overdiv .component[data-component="get-a-valuation"] h2 > span {
	color: var(--red);
}
.component[data-component="get-a-valuation"] .flex {
	margin-top: 24px;
	padding-top: 24px;
	border-top: 2px solid var(--light-grey);
}
.component[data-component="get-a-valuation"] .flex  > div {
	width: 50%;
}
.component[data-component="get-a-valuation"] .flex  > div:first-child {
	padding-right: 18px;
	border-right: 1px solid var(--light-grey);
}
.component[data-component="get-a-valuation"] .flex  > div:last-child {
	padding-left: 17px;
	border-left: 1px solid var(--white);
}
.component[data-component="get-a-valuation"] img {
	margin-block: 24px;
}
.component[data-component="get-a-valuation"] li + li {
	margin-top: 8px;
}

/* Image text */
#components_container .component[data-component="image-text"] .image-text-multi .multiField_0 {
	max-width: 656px;
}
#components_container .component[data-component="image-text"] .image-text-multi .multiField_1 {
	max-width: 424px;
}
#overdiv:not(.admin) .component[data-component="image-text"] .image-text-multis-out {
	width: 100%;
    overflow: hidden;
    position: relative;
}
#overdiv:not(.admin) .component[data-component="image-text"] .image-text-multis {
    transition: transform 0.5s ease-in-out;
    display: flex;
}
#overdiv:not(.admin) .component[data-component="image-text"] .image-text-multis.column,
#overdiv.admin .component[data-component="image-text"] .image-text-multis.column {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.component[data-component="image-text"] .image-text-multi {
	width: 100%;
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.component[data-component="image-text"] .image-text-multi .multiField_0 {
	max-width: 890px;
	min-height: 312px;
  	width: 100%;
	align-self: center;
}
.component[data-component="image-text"] .image-text-multi .multiField_0 img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.component[data-component="image-text"] .image-text-multi .multiField_1 {
	width: 100%;
	max-width: 656px;
	background-color: var(--blue);
	padding: 40px;
	color: var(--white);
	margin-left: -192px;
	align-self: center;
}
.component[data-component="image-text"] .image-text-multi .multiField_1 p:not(:first-child) {
	margin-top: 16px;
}
.component[data-component="image-text"] .image-text-multi .multi_controls {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-right: 0!important;
}
.component[data-component="image-text"] .image-text-multi .multi_controls span.awe {
	padding: 5px;
}
.component[data-component="image-text"] .image-text-multis-dots {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 32px;
}
.component[data-component="image-text"] .image-text-multis-dots .dot {
	width: 12px;
	height: 12px;
	background-color: var(--blue);
	opacity: .25;
	border-radius: 100%;
	cursor: pointer;
}
.component[data-component="image-text"] .image-text-multis-dots .dot.selected,
.component[data-component="image-text"] .image-text-multis-dots .dot:hover {
	opacity: 1;
}

/* Red box */
.component[data-component="red-box"] .overdiv-1400 {
	display: flex;
}
.component[data-component="red-box"] .overdiv-1400.left {
	justify-content: left;
}
.component[data-component="red-box"] .overdiv-1400.centre {
	justify-content: center;
}
.component[data-component="red-box"] .overdiv-1400.right {
	justify-content: right;
}
.component[data-component="red-box"] .overdiv-1400 > div {
	width: 100%;
	border: 2px solid var(--red);
	padding: 24px;
}