body {
	display: unset
}

#cookie-container {
	background: #fff
}

.sr-only {
	top: -9999px
}


option, optgroup {
	font-family: "Figtree Regular", sans-serif
}

button .text-link + i {
	color: var(--colour-link);
}

.button .button__icon .fa-spinner {
	display: none
}

.button.spinner .button__icon {
	transform: translateX(5px);
}

.button.spinner .button__icon .fa-spinner {
	display: unset;
}

.button.spinner .button__icon svg {
	display: none
}

.wizard-container {
	display: flex;
	flex-direction: column;
	height: 100vh
}

.wizard {
	flex: 1 1 0%;
	position: relative
}

.wizard__middle__content {
	display: block;
}

.wizard__top__content .title {
	margin-top: 0
}

.wizard-background {
	display: none
}


@media ( min-width: 768px) {
	.wizard-background {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1
	}
	
	.wizard-background img {
		object-fit: cover;
		object-position: 100% 0;
		width: 100%;
		height: 100%;
		display: block;
	}
	
	.wizard-background:has(img) ~ .wizard {
		background: none
	}
}

.wizard__top .progress-title:has(h1 .sr-only) {
	margin-top: 0
}

.wizard__middle__content hr {
	margin: 40px 0;
	border: none;
	border-top: 1px solid var(--border, #B8C6CD)
}

.form-group .label {
	margin-left: 0;
}

.logout-form {
	display: inline-flex;
	height: 100%
}

.header__bottom {
	gap: 2rem
}

.logo {
	max-height: 44px;
}

.wizard h1, .wizard h2, .wizard h3, .wizard h4, .wizard h5, .wizard h6,
	.wizard p {
	margin-top: 20px
}

.margin-top {
	margin-top: 20px
}

.margin-top-lg {
	margin-top: 40px !important
}

.margin-top-xl {
	margin-top: 60px !important
}

b {
	font-weight: 700;
}

.pull-right {
	float: right
}

.max-500 {
	max-width: 500px;
	margin: auto;
}

.margin-bottom {
	margin-bottom: 20px
}

.alert.alert-info {
	border-left: .5rem solid var(--colour-info, #00819E);
	padding: 2rem;
	border-radius: .5rem;
	background: rgba(0, 129, 158, 0.1);
	color: var(--colour-info, #00819E);
	margin-top: 20px;
}

.alert.alert-infor>h3 {
	margin-top: 0;
	color: inherit;
	font-size: 18px;
}

.alert.alert-info>p {
	margin-top: 0;
	color: inherit;
	font-size: 14px;
}

.alert.alert-danger {
	border-left: .5rem solid var(--danger, #A32C2C);
	padding: 2rem;
	border-radius: .5rem;
	background: rgba(163, 44, 44, 0.10);
	color: var(--danger, #A32C2C);
	margin-top: 20px;
}

.alert.alert-danger>h3 {
	margin-top: 0;
	color: inherit;
	font-size: 18px;
}

.alert.alert-danger>p {
	margin-top: 0;
	color: inherit;
	font-size: 14px;
}

.alert.alert-success {
	border-left: .5rem solid var(--danger, #66ff66);
	padding: 2rem;
	border-radius: .5rem;
	background: rgba(102, 255, 102, 0.3);
	color: var(--danger, black);
	margin-top: 20px;
}

.background-success {
	border-radius: .5rem;
	background: #B2CA711A;
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 1rem;
}

.background-error {
	border-radius: .5rem;
	background: #A32C2C1A;
	margin-left: -10px;
	margin-right: -10px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 1rem;
}

.background-error .text-error {
	color: var(--colour-status-danger)
}

.alert.alert-success>h3 {
	margin-top: 0;
	color: inherit;
	font-size: 18px;
}

.alert.alert-success>p {
	margin-top: 0;
	color: inherit;
	font-size: 14px;
}

.form-group__field-error {
	border-left: .5rem solid var(--danger, #A32C2C);
	padding: .25rem 2rem;
	border-radius: .5rem;
	background: rgba(163, 44, 44, 0.10);
	color: var(--danger, #A32C2C);
	display: inline-block;
	margin-bottom: 1rem;
}

.form-group.error input, .form-group.error textarea, .form-group.error .form-group__inner,
	.form-group.error .flag-wrap__flag__icon {
	border: 2px solid #a32c2c !important;
	box-shadow: 0 0 0 3px rgba(163, 44, 44, .2)
}

ih-password-strength .password-strength {
	margin-top: 1rem
}

.section.theme .container h2:first-child, .title-bar .title, .message .title,
	.content .wizard-navigation+h2 {
	margin-top: 0
}

.title-bar p, .message p {
	margin-top: 10px
}

.header {
	--nav-offset-height: 54px
}

.header__top__wrapper {
	height: 100%;
	padding-bottom: 0px;
	justify-content: end;
	align-items: stretch;
	flex-direction: row
}

.header__top__wrapper__links {
	margin-top: 0;
	align-items: center
}

@media ( min-width : 1024px) {
	.header__bottom__nav__links {
		padding-left: 0;
		padding-right: 25px;
		overflow: hidden;
	}
	.header__bottom__nav__links__item {
		height: 100%
	}
}

@media ( max-width : 1023px) {
	.header__bottom__nav__links__item__link {
		height: auto
	}
}

/* Logout button */
.header__top__wrapper__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 100%;
	padding-left: 20px;
	padding-right: 20px;
	background: var(--colour-one);
	color: #fff;
}

/*[data-cy] {*/
/*	outline: 1px solid red !important*/
/*}*/
.header__top__wrapper__links__link:last-child {
	margin-left: 15px;
	margin-right: 15px;
}

a.button {
	text-decoration: none;
}

ol.decimal {
	padding-left: 40px;
	margin-top: 20px;
	list-style-type: decimal
}

ol.decimal li {
	margin-top: 10px
}

.ul-unstyled {
	margin-top: 40px
}

.ul-unstyled li {
	list-style-type: none;
}

.tile {
	border-radius: 20px;
	background: var(--background, #FFF);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
	padding: 40px
}

.tile>h4 {
	margin-top: 0
}

h1>i, h2>i, h3>i, h4>i, h5>i, h6>i {
	margin-right: 16px
}

.tile p, .tile ul, .tile dl {
	margin-top: 20px
}

.button--3 {
	--button-border-width: 1px;
}

::backdrop {
	background: rgba(0, 0, 0, 0.1);
}

dialog {
	border: none;
	border-radius: 24px;
	background: var(--body-background, #fff);
	box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
	max-width: 480px;
	padding: 20px 30px
}

dialog p {
	margin: 20px 0;
	font-weight: bold;
}

#exit-container {
	text-align: right;
}

.wizard .wizard-navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0
}

.wizard .wizard-navigation .wizard-close-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4rem;
	height: 4rem;
	border-radius: 100%
}

.wizard .wizard-navigation .wizard-close-link:hover {
	background: var(--colour-accent)
}

.wizard-question__answers__description {
	margin-bottom: 10px;
}

.progress-pills {
	margin: 10px 0;
	display: flex;
	gap: 8px;
}

.progress-pills li {
	border-radius: 16px;
	background: var(--accent, #eceef2);
	flex: 1;
}

.progress-pills li.active {
	background: var(--six, #bbe1ea);
	padding: 0 16px;
	text-align: center;
	flex: 8;
}

.progress-list {
	position: relative;
}

.progress-list .progress-list__vline {
	position: absolute;
	top: 20px;
	bottom: 20px;
	left: 10px;
	border-left: 2px dashed var(--colour-border);
}

.progress-list ul {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.progress-list ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	font-family: "Figtree Semi Bold";
}

.progress-list ul li span.icon-wrap {
	margin-right: 10px;
	background: #fff
}

.icon-transparent {
	color: transparent
}

.icon-green {
	color: var(--colour-status-success)
}

.icon-grey {
	color: var(--colour-border)
}

.icon-red {
	color: var(--colour-three)
}

.two-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px 20px;
}

.two-col .flag-wrap__flag:nth-child(2) {
	margin-top: 0;
}

.two-col-vertical {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	gap: 10px 20px;
}

.contact-tiles {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px 20px;
}

@media ( min-width: 768px) {
	.contact-tiles {
		grid-template-columns: 1fr 1fr;
	}
}
.contact-tile {
	font-size: 16px;
	border-radius: 16px;
	border: 1px solid var(--border, #b8c6cd);
	background: #fff;
	padding: 24px;
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin-top: 20px;
	min-height: 150px
}

.contact-tile.add-contact {
	font-size: 18px;
	justify-content: center;
	align-items: center;
}

.contact-tile dl dt {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.review-container,
.appointments-container {
	position: relative;
	font-size: 16px;
}

.appointments-container .appointment-vline {
	position: absolute;
	border-left: 2px dashed #ddd;
	top: 30px;
	bottom: 30px;
	left: 10px;
}

.review-container .review-vline{
	position: absolute;
	border-left: 2px dashed #ddd;
	top: 50px;
	bottom: 20px;
	left: 10px;
}

.review-container .review-section-title {
	margin-left: 32px;
	margin-bottom: 10px;
}

.review-container .review-section-page,
.appointments-container .appointment-section-page {
	position: relative;
	display: flex;
	gap: 10px;
	align-items: baseline;
}

.appointments-container .appointment-section-page i {
	margin: auto;
}

.review-container .review-section-page-content,
.appointments-container .appointment-section-page-content {
	flex: 1;
}

.appointments-container .appointment-section {
	margin-top: 10px
}

.review-container .review-section-page-title {
	border-radius: 8px;
	background: var(--accent, #eceef2);
	height: 40px;
	padding: 0 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
}

.review-container .review-section-page-title h4 {
	margin-top: 0;
	font-size: 18px;
}

.review-container .review-section-page-content dl {
	display: grid;
	grid-template-columns: 1fr;
	margin: 10px 16px;
}

.review-container .review-section-page-content p {
	margin: 10px 16px;
}

.review-container .review-section-page-content dl dt:not(:first-child) {
	padding-top: 10px;
}

@media ( min-width: 768px) {
	.review-container .review-section-page-content dl {
		grid-template-columns: 1fr 1fr;
		gap: 5px;
	}
	
	.review-container .review-section-page-content dl dt:not(:first-child) {
		padding-top: 0
	}

}

.appointments-container .appointment-section-page-content dl {
	display: grid;
	gap: 5px;
	margin: 10px 16px;
}

.review-container .review-section-page-content dl dd,
.appointments-container .appointment-section-page-content dl dd {
	font-weight: bold;
}

.appointments-container ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.appointments-container ol dl {
  display: grid;
}

.appointments-container ol dl dd a {
  font-weight: normal
}

@media (min-width:768px) {
  .appointments-container ol dl {
    grid-template-columns: 1fr 1fr
  }
}

@media (min-width:1024px) {
  .appointments-container ol dl {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
  .appointments-container ol dl.manage {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
}



.float-right {
	float: right;
}

.hide {
	display: none
}


.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-small {
	font-size: 75%;
}

.form-inline {
	display: flex;
	gap: 2rem;
	align-items: flex-end;
}

.form-flex-1>div {
	flex: 1
}

.textarea-counter {
	display: block;
	text-align: right;
}

.button--4.selected {
	--colour-button-background: #063B56;
	--colour-button-text: #FFF;
}

.button--4 span.button__text {
	padding: 15px;
}

.button--4 {
	margin-right: 20px;
}

main .content a:not(.button) {
	color: var(--colour-link);
}

.text-link--nounderline {
	text-decoration: none
}

.text-link i {
	text-decoration: none
}

.pick-slot-element {
	margin-top: var(--spacing-internal);
}

.dl-horizontal {
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(2, max-content);
	gap: 0 16px
}

.dl-horizontal dd {
	font-weight: bold
}

.dl-horizontal dd a {
	font-weight: normal
}

/* cancel, mange, review*2, policy */
.dl-3-column {
	margin: 20px 0 0 0;
	display: grid;
	gap: 5px
}

.dl-3-column.inset {
	margin: 20px 16px 0 45px;
}

.dl-3-column dd {
	font-weight: bold;
}

.dl-3-column dd a {
	font-weight: normal;
}

.dl-3-column button {
	font-weight: normal;
	align-self: end
}

@media (min-width:768px) {
  .dl-3-column {
    grid-template-columns: repeat(3, minmax(0, 1fr))
  }
}



ol.appointment-section dl {
  display: grid;
}

@media (min-width:768px) {
  ol.appointment-section dl {
    grid-template-columns: 1fr 1fr
  }
}

@media (min-width:1024px) {
  ol.appointment-section dl {
    grid-template-columns: repeat(4, minmax(0, 1fr))
  }
}



ol.appointment-history {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol.appointment-history li {
  border-top: 1px solid var(--colour-border);
  padding: 50px 0;
}

ol.appointment-history li:first-child {
  border-top: none;
  padding-top: 0;
}

ol.appointment-history li:last-child {
  padding-bottom: 0;
}

ol.appointment-history dl dd {
  font-weight: bold;
  margin: 0;
  padding: 0 0 1em;
}

ol.appointment-history dl {
  display: grid;
}

@media (min-width:768px) {
  ol.appointment-history dl {
    grid-template-columns: 1fr 1fr
  }
}

@media (min-width:1024px) {
  ol.appointment-history dl {
    grid-template-columns: 1fr 1fr 1fr 1fr
  }
}

.overflow-wrap-break-word {
	overflow-wrap: break-word
}

.grecaptcha-badge { visibility: hidden; }

#test-banner {
	padding: 0.5em;
	margin: 0;
	border-radius: 0;
	background: var(--colour-status-danger);
	color:white;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	min-height: 42px;
	width: 100%
}

#test-banner .text-link {
	color: white;
	text-decoration-color: white
}

@media (max-width: 1023px) and (orientation: portrait) {
 .content-layout .header:has(#test-banner) {
 	position: sticky 
  }
  .content-layout .header:has(#test-banner) ~ main {
    padding-top: 0
  }
}

@media (min-width: 1024px) or (orientation: landscape) {
 	.content-layout .header #test-banner {
		position: fixed;
		top: 0;
		z-index: 999
	}
	.content-layout .header {
		padding-top: 42px
	}
}