nav ul.pico button,
nav ul.pico [type=submit],
nav ul.pico [type=reset],
nav ul.pico [type=button],
nav ul.pico [type=file]::file-selector-button,
nav ul.pico [role=button] {
	padding: 0.6rem;
	font-size: 0.8rem;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1rem;
}

body.resizing * {
	transition: none !important;
}

.pico ol {
	padding-left: 1rem;
}
/* Reset */
*, *::before, *::after {
	box-sizing: border-box;
}
* {
	margin: 0;
}
body {
	min-height: 100vh;
}
img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
}
input, button, textarea, select {
	font: inherit;
}
p, h1, h2, h3, h4 {
	overflow-wrap: break-word;
}
p {
	/* text-wrap: pretty; */
}
h1, h2, h3, h4, h5, h6 {
}
.pico h5 {
	line-height: 1.7rem;
}
.goback {
	cursor: pointer;
}
.dragging {
	opacity: 0.25;
}
.hidden {
	display: none !important;
}
.table-responsive {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 1rem;
}
.table-responsive table {
    width: 100%;
	margin: 0;
}
.table-responsive table th,
.table-responsive table td {
    white-space: nowrap;
    vertical-align: middle;
}

@keyframes loading {
  from {
    background-position: 100% 0;
  }
  to {
    background-position: -100% 0;
  }
}

.banner:has(> img), .image:has(> img), .uploads>div:has(> img) {
	background: linear-gradient(
		90deg,
		#eeeeee 25%,
		#f4f4f4 50%,
		#eeeeee 75%
	);
	background-size: 200% 100%;
	animation: loading 1s linear infinite;
}

/* Font */
body {
	font-family: "Quicksand", sans-serif;
	background: #ffffff;
	position: relative;
}

span.booking_enabled {
	font-size: 0.75rem;
	padding: 0.25rem;
	padding-left: 0.1rem;
	border-radius: 0.25rem;
	line-height: 0rem;
	color: #0172ad;
	background: #eeeeee;
	font-weight: 600;
	margin-right: 0.5rem;
	position: relative;
	top: -1px;
}
span.booking_enabled svg {
	height: 1.25rem;
	display: inline-block;
	position: relative;
	top: -1px;
	margin-right: 1px;
}

/* Top */
body > section {
	margin: 0;
	padding: 0.4rem;
	background: #0172ad;	
	width: 100%;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.65rem;
	line-height: 1rem;
}
body > section > a {
	text-decoration: underline;
	color: #ffffff;
	font-weight: 700;
	transition: opacity 0.25s;
}
body > section > a:hover {
	opacity: 0.8;
}

/* Header */
body > header {
	width: 100%;
	background: #f9f9f9;
	border-bottom: 1px solid #eeeeee;
}
body > header > div {
	display: flex;
	column-gap: 1rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	max-width: 1600px;
	margin: 0 auto;
	padding: 1rem;
}
body > header > div > a {
	flex-shrink: 0;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	grid-gap: 15px;
	text-decoration: none;
	width: 230px;
	line-height: 1.1;
	font-size: 25px;
	font-weight: 600;
	color: #0172ad;
}
body > header > div > a > img {
	height: 56px;
}
@media (max-width: 1024px) {
	body > header > div > a {
		grid-gap: 10px;
		width: 200px;
		font-size: 18px;
	}
	body > header > div > a > img {
		height: 40px;
	}
	
}

/* Nav */
body header nav {
	font-size: 0.9rem;
}
body header nav > ul {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
	list-style: none;
	grid-gap: 1.2rem;
	margin: 0;
	padding: 0;
}
body header nav > ul a {
	text-decoration: none !important;
}
/*body header nav > ul li [role=button] {
	padding: 10px !important;
	height: inherit !important;
	font-size: 0.8rem !important;
	text-transform: uppercase;
	font-weight: 600 !important;
}*/
body header nav > ul li svg {
	width: 1rem;
	display: inline;
	position: relative;
	top: -0.1rem;
	margin-right: 0.15rem;
}
body header nav > ul li:first-child a {
	display: none;
}
.burger {
	display: none;
}
@media (max-width: 1024px) {
	body header nav > ul li:first-child a {
		display: block;
	}
	.burger {
		display: block;
		width: 2.25rem;
		padding: 0.2rem;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background: #f3f3f3;
		color: #555555;
		cursor: pointer;
		transition: background 0.25s; 
	}
	.burger:hover {
		background: #ffffff;
	}
}

a.whatsapp-prompt {
    position: fixed;
    right: 0.875rem;
    bottom: 0.875rem;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    z-index: 5;
	filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}

a.whatsapp-prompt > img {
	width: 100%;
	height: 100%;
}

/* Breadcrumbs */
.pico nav[aria-label=breadcrumb] {
	
}
.pico nav[aria-label=breadcrumb] li {
	padding-top: 0;
}

/* Dropdowns */
.pico details.dropdown {
	margin: 0;
}
.pico details.dropdown > summary:not([role]){
    padding: 0;
    height: auto;
    border: 0;
    box-shadow: transparent;
    background: none;
    margin: 0;
    outline: none;
    background-color: transparent;
    color: var(--pico-primary);
    -webkit-text-decoration: var(--pico-text-decoration);
    text-decoration: var(--pico-text-decoration);
    text-decoration-color: var(--pico-primary-underline);
    text-underline-offset: 0.125em;
	display: block;
    max-width: 9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 1rem;
	position: relative;
}
.pico details.dropdown > summary:not([role]):focus, .pico details.dropdown > summary:not([role]):active {
    border-color: transparent;
    background-color: transparent;
	box-shadow: none;
}
.pico details.dropdown > summary:after {
	height: calc(0.9rem * var(--pico-line-height, 1.5));
	margin-inline-start: 0;
	position: absolute;
	top: 0;
	right: 0;
	transition: none;
}
.pico details[open] > summary:not([role]):not(:focus){
    border-color: transparent;
    background-color: transparent;
	box-shadow: none;
	color: var(--pico-primary);
}
.pico details.dropdown > summary + ul {
	min-width: max-content;
	transition: none;
}
.pico details.dropdown[open] > summary + ul {
	border: 1px solid #eeeeee;;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    background-color: white;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
	transition: none;
}
.pico details.dropdown > summary + ul li:first-of-type {
    margin-top: 0;
}
.pico details.dropdown > summary + ul li:last-of-type {
    margin-bottom: 0;
}
.pico details.dropdown > summary + ul li a {
	color: var(--pico-primary);
}
.pico details.dropdown > summary + ul li a:hover, .pico details.dropdown > summary + ul li a:focus, .pico details.dropdown > summary + ul li a:active, .pico details.dropdown > summary + ul li a:focus-visible, .pico details.dropdown > summary + ul li a[aria-current]:not([aria-current=false]) {
    background-color: #f9f9f9;
}
@media (max-width: 1024px) {
	.pico details.dropdown > summary:not([role]){
		padding: 0.85rem 2rem 0.85rem 0.85rem;
		display: block;
		width: 100%;
		max-width: none;
		white-space: normal;
	}
	.pico details.dropdown > summary:not([role]):hover {
		background: rgba(0, 0, 0, 0.02);
	}
	.pico details.dropdown[open] > summary {
		background: rgba(0, 0, 0, 0.02) !important;
	}
	.pico details.dropdown[open] > summary + ul {
		position: relative;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border: none;
		margin-top: 0;
		background: #f9f9f9;
		box-shadow: none;
		transition: none;
	}
	.pico details.dropdown[open] > summary + ul > li {
		margin: 0;
		padding: 0;
	}
	.pico details.dropdown[open] > summary + ul > li > a {
		margin: 0;
		padding: 1rem;
	}
	.pico details.dropdown[open] > summary + ul > li > a:hover {
		background: rgba(0, 0, 0, 0.02);
	}
	.pico details.dropdown[open] > summary::before {
		display: none;
	}
	.pico details.dropdown > summary:after {
		transition: none !important;
		transform: rotate(-90deg);
		top: 50%;
		right: 0.875rem;
		margin-top: -0.875rem;
	}
	.pico details.dropdown[open] > summary:after {
	    transform: rotate(0deg);
	}
}
/* Main */
body > main {
	background: #ffffff;
}
body > main > div {
	max-width: 1600px;
	margin: 0 auto;
	padding: 2rem;
}
body > main > div > *:last-child {
	margin-bottom: 0;
}
a > svg {
	width: 1rem;
	display: inline;
	position: relative;
	top: -0.1rem;
	margin-right: 0.15rem;
}
@media (max-width: 768px) {
	body > main > div {
		padding: 1.5rem;
	}
}

/* Heading */
body.hero > main div.heading {
	text-align: center;
	margin: 0 0 2rem;
	padding: 0 1rem 2rem;
	border-bottom: 1px solid #eeeeee;
}

body.hero > main div.heading p:last-child {
	margin: 0;
}

/* Banner */
body > main > div.banner {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: none;
	overflow: hidden;
}
body > main > div.banner > div {
	padding: 0;
}
body > main > div.banner > div > div {
	margin: 0;
	padding: 0;
	height: 180px;
	background: #000000;
	position: relative;
}
body > main > div.banner > div > div > div {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 2;
	padding: 2rem;
	text-align: center;
	text-shadow: 0px 1px 0px rgb(0 0 0 / 0.075), 0px 1px 1px rgb(0 0 0 / 0.075), 0px 2px 2px rgb(0 0 0 / 0.075);
}
body > main > div.banner > div > div > div > h1 {
	color: #ffffff;
	margin-bottom: 0.5rem;
}
body > main > div.banner > div > div > div > p {
	line-height: 1.75rem;
	color: #ffffff;
}
body > main > div.banner > div > div > div > *:last-child {
	margin: 0;
}
body > main > div.banner > div > div > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	z-index: 1;
}

/* Reviews */
div.reviews {
	width: 100%;
    background: #f3f3f3;
	border-top: 1px solid #eeeeee;
    font-size: 0.875rem;
}
div.reviews > div {
	max-width: 1600px;
	margin: 0 auto;
	padding: 2rem;
}
@media (max-width: 768px) {
	div.reviews > div {
		padding: 1.5rem;
	}
}

.review-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width: 600px) {
	.review-header {
		justify-content: center;
	}
}
.review-header > h3 {
	font-size: 1.4rem;
}
@media (max-width: 600px) {
	.review-header > h3 {
		font-size: 1.2rem;
	}
}
.review-header > div {
	display: flex;
	column-gap: 0.5rem;
}
@media (max-width: 600px) {
	.review-header > div {
		display: none;
	}
}
.review-footer {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	column-gap: 0.5rem;
	font-size: 1rem;
	font-weight: 600;
}
@media (max-width: 600px) {
	.review-footer {
		justify-content: center;
	}
}
.review-footer > strong {
	font-size: 1.5rem;
}

.review-btn {
    background: rgba(0,0,0,0.75);
    color: #ffffff;
    border: none;
    width: 1.5rem;
    height: 1.5rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.25s, opacity 0.25s;
	user-select: none;
}
.review-btn:hover {
	background: rgba(0,0,0,1);
}
.review-btn:disabled {
	cursor: default;
	opacity: 0.5;
	background: rgba(0,0,0,0.5);
}
.review-btn.prev span {
	position: relative;
	right: 1px;
}
.review-btn.next {
}

.review-slider {
    position: relative;
    overflow: hidden;
	padding: 1rem 0;
}
.review-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
	margin: -0.25rem;
}
.review-track::-webkit-scrollbar {
    display: none;
}
.review-slide {
	display: flex;
    flex: 0 0 100%;
    scroll-snap-align: start;
	scroll-margin-top: 1.5rem;
    padding: 0.25rem;
    box-sizing: border-box;
}
@media (min-width: 600px) {
    .review-slide {
        flex: 0 0 50%;
    }
}
@media (min-width: 900px) {
    .review-slide {
        flex: 0 0 33.3333%;
    }
}
@media (min-width: 1200px) {
    .review-slide {
        flex: 0 0 25%;
    }
}
.review {
    margin: 0 auto;
    text-align: left;
	padding: 1.5rem;
	background: #ffffff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
	display: flex;
	flex-direction: column;
	flex: 1;
}
.review__stars {
    color: #ffffff;
    margin-bottom: 10px;
	font-size: 1.5rem;
	line-height: 1;
	display: flex;
	column-gap: 0.1rem;
}
.review__stars .star {
	display: block;
	line-height: 1;
	padding: 0px 2px 2px 2px;
	margin: 0;
	background: #00B77F;
	user-select: none;
}
.review__stars .empty {
	background: #dddddd;
}
.review__name {
    font-weight: bold;
    margin-bottom: 5px;
}
.review__body {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 5px;
}
.review__published {
	opacity: 0.8;
}
.review-nav {
	display: none;
}
@media (max-width: 600px) {
	.review-nav {
		display: flex;
		justify-content: center;
		margin: 10px 0;
	}
}
.review-nav a {
	display: block;
	padding: 6px;
}
.review-nav a span {
	width: 12px;
	height: 12px;
	background: #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	transition: opacity 0.25s, width 0.25s;
	opacity: 0.25;
} 
.review-nav a.active span {
	opacity: 0.5;
	width: 20px;
}

/* Nominate */
div.nominate {
	width: 100%;
    font-size: 0.875rem;
}
div.nominate > div {
	margin: 0 0 2rem 0;
	padding: 0 0 2rem 0;
	border-bottom: 1px solid #dddddd;
}
div.nominate h4 {
	font-size: 1.4rem;
}
@media (max-width: 600px) {
	div.nominate  h4 {
		font-size: 1.2rem;
	}
}

tr.disabled td {
	background: rgba(255,0,0,0.1) !important;
}

/* Footer */
body > footer {
	width: 100%;
	background: #f9f9f9;
	font-size: 0.875rem;
	line-height: 1.5rem;
	border-top: 1px solid #eeeeee;
}
body > footer > div {
	max-width: 1600px;
	margin: 0 auto;
	padding: 2rem;
}
@media (max-width: 768px) {
	body > footer > div {
		padding: 1.5rem;
	}
}
body > footer .links {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
	column-gap: 2rem;
}
body > footer .links section {
	margin: 0;
	padding: 0;
}
body > footer .links h4 {
	padding: 0;
	margin: 0 0 0.5rem 0;
	color: #646b79;
	font-size: 1rem;
}
body > footer .links ul {
	list-style: none;
	margin: 0 0 1rem 0;
	padding: 0;
}
body > footer .links ul li {
	list-style: none;
	padding-bottom: 0.25rem;
}
body > footer .links ul li a {
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
body > footer > div > p {
	padding: 2rem 0 0 0 !important;
	margin: 1rem 0 0 0 !important;
	border-top: 1px solid #eeeeee;
}
@media (max-width: 768px) {
body > footer > div > p {
	padding: 1.5rem 0 0 0 !important;
	margin: 0.5rem 0 0 0 !important;
	border-top: 1px solid #eeeeee;
}
}

/* Small */
body.homepage {
}
body.homepage > main {
	padding: 0;
}
body.homepage > main > div {
	margin: 0;
	padding: 0;
	max-width: none;
}

/* Small */
body.small {
}
body.small > main {
	background: #f3f3f3;
	padding: 3rem;
}
body.small > main > div {
	background: #ffffff;
	max-width: 720px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #eeeeee;
	padding: 3rem;
}
body.small .pico nav li,
body.small .pico nav li > a {
	padding-top: 0;	
}
body.small .pico > div > *:last-child {
	margin-bottom: 1rem;
}
body.small > main div.heading {
	text-align: left;
	margin: 0;
	padding: 0;
	border-bottom: none;
}
body > main div.heading h1 {
	margin-bottom: 0.5rem;
}
body > main div.heading p {
	line-height: 1.75rem;
}
body > main div.heading p:last-child {
	margin: 0;
}
body > main div.footing {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #eeeeee;
}
body > main div.footing p {
	line-height: 1.75rem;
}
body > main div.footing p:last-child {
	margin: 0;
}

body.small div.reviews {
	display: none;
}
@media (max-width: 1024px) {
	body.small > main {
		background: #ffffff;
		padding: 2rem;
	}
	body.small > main > div {
		background: #ffffff;
		max-width: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border: none;
		padding: 0;
	}
}
body.small form {
	padding: 0;
	display: block;
	background: #ffffff;
}
div.small button {
	width: auto;
}

/* FAQ */
.pico .faq {
	margin-top: 2rem;	
}
.pico .faq details {
	font-size: 0.875rem;
}
.pico .faq details summary {
	color: #000000 !important;
	padding: 0.5rem 0;
	line-height: 1.75rem;
	font-weight: 600;
	font-size: 1rem;
	margin: 0;
	position: relative;
	padding-right: 1.5rem;
}
.pico .faq details summary::after {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.5rem;
}
.pico .faq details p {
	padding-right: 1.5rem;
}
.pico .faq hr {
}

/* Layout */
div.layout {
	display: flex;
	column-gap: 3rem;
	align-items: flex-start;
	justify-content: flex-start;
}
@media (max-width: 1024px) {
	div.layout {
		display: block;
	}
}
div.layout > div.main {
	width: 60%;
}
div.layout > div.main > *:last-child {
	margin-bottom: 1rem;
}
body main h4 {
	margin-bottom: 2rem;
}
.pico h4 {
	color: #0172ad;
}

p.table-heading {
	border-bottom: 1px solid #eee;
	margin-bottom: 0.1rem;
	padding-bottom: 0.5rem;
	font-size: 1.1rem;
	font-weight: 700;
}
div.layout.small > div.main {
	width: 66.66%;
}
@media (max-width: 1024px) {
	div.layout > div.main,
	div.layout.small > div.main {
		width: 100%;
		margin-bottom: 2rem;
	}
}
div.layout > div.main p.banner {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	height: 250px;
	overflow: hidden;
}
@media (max-width: 1024px) {
	div.layout > div.main p.banner {
		height: 150px;
	}
}
div.layout > div.main p.banner > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	transition: opacity 0.25s;
}
div.layout > div.main p.banner > img:hover {
	opacity: 1;
}
form {
    display: grid;
	grid-gap: 1rem;
    grid-template: unset;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 2rem;
    background: #f9f9f9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    margin: 0.75rem 0;
}
form.static {
	background: #ffffff;
	padding: 0;
}
form.static input, form.static select {
	max-width: 400px;
}
form.static input[type="file"] {
	border: var(--pico-border-width) solid var(--pico-border-color);
	border-radius: 5px;
	padding: var(--pico-form-element-spacing-vertical) var(--pico-form-element-spacing-horizontal);;
	height: auto;
	background-color: #ffffff;
}

form.static button {
	width: auto !important;
}
form.static > div {
	grid-column: 1 / -1;
}
@media (max-width: 768px) {
	form {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		padding: 0;
		background: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		margin: 0;
	}
}
.pico form > div > small {
	margin: 0.5rem 0 0 0;
}

.pico form.multi fieldset label {
	padding-left: 1rem;
}
.pico form.multi fieldset legend label {
	padding: 0;
	margin: 0;
}

form > div input,
form > div textarea,
form > div select {
	margin-bottom: 0 !important;
}
.pico select:invalid {
	color: inherit;
}
.pico textarea {
	min-height: 300px;
}
form > div.full {
    grid-column: 1 / -1;
}

div.layout > div.side {
	width: 40%;
}
div.layout.small > div.side {
	width: 33.33%;
}
div.layout > div.side > div {
	margin-bottom: 2rem;
}
div.layout > div.side > div:last-child {
	margin-bottom: 1rem;
}
div.layout > div.side > div > p {
	margin: calc(var(--pico-typography-spacing-vertical) * 0.25) 0;
}
div.layout > div.side > div > h4 {
	color: #0172ad;
}
div.layout > div.side ul.nobullet {
	padding-left: 0;
}
div.layout > div.side ul.nobullet li {
	list-style: none;
	line-height: 1.5rem;
}
@media (max-width: 1024px) {
	div.layout > div.side,
	div.layout.small > div.side {
		width: auto;
	}
}
div.layout svg {
	width: 1.2rem;
	display: inline;
	position: relative;
	top: -0.1rem;
	margin-right: 0.3rem;
}
div.layout li.location {
	margin-bottom: 1rem;
}
div.layout li.location svg {
	width: 1.25rem;
}
div.layout li span {
	width: 34px;
	text-align: center;
	display: inline-block;
}
div.layout li.email svg {
	width: 1.15rem;
}
div.layout li.whatsapp svg {
	width: 1.4rem;
}
/* div.layout li.whatsapp a {
	color: #25D366;
	text-decoration-color: #25D366;
} */
div.layout li.facebook svg {
	width: 1.3rem;
}

.toggleAddress {
	cursor: pointer;
}

/* Dob */
.dob-wrap {
	position: relative;
	display: block;
}
.dob-wrap input {
	position: relative;
	z-index: 2;
	background: transparent;
}
.dob-placeholder {
	position: absolute;
	left: 0;
    top: 1px;
	color: var(--pico-muted-color);
	pointer-events: none;
	z-index: 1;
	font: inherit;
	line-height: var(--pico-line-height);
	padding: var(--pico-form-element-spacing-vertical) var(--pico-form-element-spacing-horizontal);
	margin-bottom: var(--pico-spacing);
	border: var(--pico-border-width) solid transparent;
	-webkit-border-radius: var(--pico-border-radius);
	-moz-border-radius: var(--pico-border-radius);
	border-radius: var(--pico-border-radius);
	height: calc(1rem * var(--pico-line-height) + var(--pico-form-element-spacing-vertical) * 2 + var(--pico-border-width) * 2);
	margin: 0;
    font-size: 1rem;
    font-family: inherit;
    letter-spacing: inherit;
    width: 100%;
    background: #ffffff;
}
@media (max-width: 1024px) {
	.dob-placeholder {
		top: 0px;
	}
}

/* Sections */
.pico section {
	margin-bottom: 1rem;
}

/* Summary */
.summary {
    background: #f9f9f9;
    border-left: 5px solid #0172ad;
    padding: 1.5rem;
    margin: 0 0 1rem 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
}
.summary p {
    font-size: 1rem;
	margin-bottom: 0.5rem;
}
.summary > *:last-child {
    margin-bottom: 0 !important;
}

/* Profile */
.profile > li {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 1rem;
	margin-bottom: 1rem;
}
.profile > li div:first-child {
	width: 70px;
	height: 70px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
}
.profile > li img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.profile li strong {
	display: block;
}

/* Google maps */
.map-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin-top: 15px;
}
.map-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

@media (max-width: 1024px) {
	div.nav > nav {
		font-size: 1rem;
	}
	div.nav > nav > ul {
		flex-direction: column;
		align-items: flex-start;
		grid-gap: 0;
		padding: 0;
	}
	div.nav > nav > ul li {
		width: 100%;
		border-top: 1px solid #eeeeee;
	}
	div.nav > nav > ul > li:first-child,
	div.nav > nav > ul > li:last-child {
		border: none;
	}
	div.nav > nav > ul > li:nth-last-child(2) {
		border-bottom: 1px solid #eeeeee;
	}
	div.nav > nav > ul > li:last-child {
		position: absolute;
		bottom: 0;
	}
	div.nav > nav > ul > li > a {
		padding: 0.85rem;
		display: block;
		width: 100%;
	}
	div.nav > nav > ul > li > a:not([role="button"]):hover {
		background: rgba(0, 0, 0, 0.02);
	}
	div.nav > nav > ul li a[role="button"] {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		font-size: 1rem;
		padding: 1rem;
		font-weight: 600;
		text-transform: uppercase;
		line-height: 1rem;
	}
	div.nav {
		transform: translateX(100%);
		position: fixed;
		z-index: 20;
		top: 0;
		right: 0;
		bottom: 0;
		width: 80%;
		max-width: 400px;
		background: white;
		overflow-x: hidden;
		overflow-y: auto;
		transition: transform 0.25s;
	}
	div.overlay {
		opacity: 0;
		pointer-events: none; 
		position: fixed;
		z-index: 10;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.1);
		backdrop-filter: blur(12px);
		-moz-backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
		transition: opacity 0.25s;
	}
	body.popout {
		overflow: hidden;
		width: 100%;
	}
	body.popout div.nav {
		transform: translateX(0);
	}
	body.popout div.overlay {
		opacity: 1;
		pointer-events: auto;
	}
}

@media (max-width: 768px) {
	.popupWrapper > div {
		height: 90vh !important;
	}
}

.pico dialog {
	opacity: 0;
	transition: opacity 0.25s;
	background: rgba(0, 0, 0, 0.1) !important;
	backdrop-filter: blur(12px) !important;
	-moz-backdrop-filter: blur(12px) !important;
	-webkit-backdrop-filter: blur(12px) !important;
}
.pico dialog::backdrop {
	background: none !important;
	backdrop-filter: none !important;
	-moz-backdrop-filter: none !important;
	-webkit-backdrop-filter: none !important;
}
.pico dialog > article {
	transition: transform 0.25s;
	transform: translateY(1rem);
}
.pico dialog > article > div {
	padding: 0.75rem;
}
.pico dialog > article > div *:last-child {
	margin-bottom: 0;
}
.pico dialog > article > footer {
	padding: 0.75rem;
}
.pico dialog > article > footer > a {
	margin-right: 1rem;
	cursor: pointer;
}
.pico dialog > article > footer > button {
	margin-bottom: 0 !important;
}
.pico .contrast.confirm-btn {
    background-color: #d32f2f;
    border-color: #d32f2f;
    color: white;
}
.pico .contrast.confirm-btn:hover,
.pico .contrast.confirm-btn:active,
.pico .contrast.confirm-btn:focus {
    background-color: #b71c1c;
    border-color: #b71c1c;
	box-shadow: none;
}
.pico dialog.show {
	opacity: 1;
}
.pico dialog.show > article {
	transform: translateY(0);
}

div[role="alert"] {
	position: relative;
	padding: 1rem;
	margin: 1.5rem 0;
	border: 1px solid transparent;
	border-radius: .25rem;
}
div.heading {
	margin-bottom: 2rem;
}
div.heading + div[role="alert"] {
	margin-top: 1.5rem;
}
div[role="alert"] > * {
    margin-bottom: 0.5rem;
}
div[role="alert"] > *:last-child {
    margin-bottom: 0 !important;
}
.danger {
	color: #721c24 !important;
}
div[role="alert"].primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}
div[role="alert"].secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}
div[role="alert"].success {
	color: #155724 !important;
	background-color: #d4edda !important;
	border-color: #c3e6cb !important;
}
div[role="alert"].danger {
	color: #721c24 !important;
	background-color: #f8d7da !important;
	border-color: #f5c6cb !important;
}
div[role="alert"].warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}
div[role="alert"].info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
div[role="alert"].light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
div[role="alert"].dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

tr.success td {
	color: #155724 !important;
	background-color: rgba(212, 237, 218, 0.5) !important;
	border-color: #c3e6cb !important;
}
tr.danger td {
	color: #721c24 !important;
	background-color: rgba(248, 215, 218, 0.75) !important;
	border-color: #f5c6cb !important;
}


main img {
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}
main img.loaded {
	opacity: 1;
	transform: translateY(0px);
}
main > div.banner img.loaded {
	opacity: 0.5;
	transform: translateY(0px);
}

div.slide {
	position: relative;
}
@media (max-width: 600px) {
    div.slide .slide-arrows {
        display: none;
    }
}
div.slide .slide-arrows .slide-btn {
    background: rgba(0,0,0,0.75);
    color: #ffffff;
    border: none;
    width: 2rem;
    height: 2rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.25s, background 0.25s;
	user-select: none;
	margin: 0;
    padding: 0;
	font-size: 1.1rem;
	position: absolute;
	top: 50%;
	margin-top: -1rem;
	z-index: 2;
}
div.slide .slide-arrows .slide-btn:hover {
	background: rgba(0,0,0,1);
}
div.slide .slide-arrows .slide-btn:disabled {
	cursor: default;
	opacity: 0.25;
	background: rgba(0,0,0,0.5);
}
div.slide .slide-arrows .slide-btn:focus {
	box-shadow: none;
}
div.slide .slide-arrows .slide-btn.next {
	right: 1rem;
}
div.slide .slide-arrows .slide-btn.next span {
	position: relative;
	right: 0;
}
div.slide .slide-arrows .slide-btn.prev {
	left: 1em;
}
div.slide .slide-arrows .slide-btn.prev span {
	position: relative;
	right: 2px;
}

div.slide .slide-slider {
    position: relative;
    overflow: hidden;
	margin: 0;
	padding: 0;
}
div.slide .slide-track {
    display: flex;
    overflow-x: auto;
	overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
	gap: 1rem;
}
div.slide .slide-track:-webkit-scrollbar {
    display: none;
}
div.slide .slide-slide {
    flex: 0 0 100%;
    scroll-snap-align: start;
	scroll-margin-top: 1.5rem;
    box-sizing: border-box;
}
@media (min-width: 600px) {
    div.slide .slide-slide {
        flex: 0 0 calc((100% - 1rem) / 2);
    }
}
@media (min-width: 900px) {
    div.slide .slide-slide {
        flex: 0 0 calc((100% - 2rem) / 3);
    }
}
@media (min-width: 1200px) {
	div.slide .slide-slide {
		flex: 0 0 calc((100% - 3rem) / 4);
	}
}
div.slide .slide-nav {
	display: none;
	justify-content: center;
	margin: 10px 0;
}
@media (max-width: 600px) {
	div.slide .slide-nav {
		display: flex;
	}
}
div.slide .slide-nav a {
	display: block;
	padding: 6px;
}
div.slide .slide-nav a span {
	width: 12px;
	height: 12px;
	background: #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
	transition: opacity 0.25s, width 0.25s;
	opacity: 0.25;
}
div.slide .slide-nav a.active span {
	opacity: 0.5;
	width: 20px;
}



ul.sub {
	margin: 0 0 1.5rem 0;
	padding: 0;
	list-style: none;
    display: flex;
    gap: 0.25rem;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
	scroll-snap-type: x proximity;
	line-height: 1rem;

}
ul.sub > li {
	flex: 0 0 auto;
	list-style: none;
	background: #f6f6f6;
	border-radius: 5px;
	scroll-snap-align: start;
}
ul.sub > li a {
	padding: 0.75rem;
	display: block;
}