﻿html, body {
	font-family: "neue-haas-grotesk-text", sans-serif;
	letter-spacing: 0px;
}

p {
	font-size: 15px;
	line-height: 22px;
}


p.lead {
	line-height: 28px;
}

h3, .h3, h4, .h4, h5, .h5 {
	font-family: "bricolage-grotesque", sans-serif;
	font-weight: 700;
}

h1, .h1 {
	
}

h2, .h2 {
	margin-bottom: 30px;
}

h3, .h3 {
	margin-bottom: 15px;
}

h4, .h4 {
	margin-bottom: 0px;
}

/*ul, ol {
   font-size: 15px;
}*/

.valid.modified:not([type=checkbox]) {
	outline: 1px solid #26b050;
}

.invalid {
	outline: 1px solid red;
}

.validation-message {
	color: red;
}

#blazor-error-ui {
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

	#blazor-error-ui .dismiss {
		cursor: pointer;
		position: absolute;
		right: 0.75rem;
		top: 0.5rem;
	}

.blazor-error-boundary {
	background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
	padding: 1rem 1rem 1rem 3.7rem;
	color: white;
}

	.blazor-error-boundary::after {
		content: "An error has occurred."
	}

article#content > section, footer, #Newsletter {
	padding: 40px 0;
	/*margin-bottom: 80px;*/
}

	article#content > section#StockistResults {
		padding: 40px 0 40px;
	}

.login {
	height: 40px;
	font-size: 18px;
}

.basket {
	width: 40px;
	height: 40px;
	position: relative;
}

.basket-amount {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 20px;
	height: 20px;
	background: red;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	border-radius: 50%;
}

.card {
	overflow: hidden;
}

.card-img-top.crop {
	height: 200px;
	object-fit: cover;
	object-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card img.fill {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.card-body .restrict-width {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

.card .book {
	display: flex;
	justify-content: center;
	align-items: center;
}

nav .has-megamenu {
	position: static !important;
}

.navbar {
	border-bottom: solid 2px #FF4400;
}

nav .megamenu {
	left: 0;
	right: 0;
	width: 100%;
	margin-top: 0 !important;
	padding-top: 0;
	padding-bottom: 1em;
}

.nav-link{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px
}

.dropdown-menu {
	font-size: 14px;
}

.megamenu li .megamenu-item-description {
	margin-bottom: 0;
}

.img-holder {
	position: relative;
}

.zoom-btn {
	font-size: 24px;
	position: absolute;
	top: 5px;
	right: 5px;
}

.slick-prev:before, .slick-next:before {
	content: '' !important;
	display: block;
	background-image: url(/images/arrow-left.svg);
	width: 40px;
	height: 28px;
	opacity: 1 !important;
}

.slick-next:before {
	background-image: url(/images/arrow-right.svg);
	transform: translateX(-20px);
}

.slick-prev:hover:before {
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='29' viewBox='0 0 40 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.4142 28.0949C14.6332 28.8759 13.3668 28.8759 12.5858 28.0949L0.585782 16.0949C-0.195266 15.3138 -0.195265 14.0475 0.585782 13.2665L12.5858 1.26645C13.3668 0.485403 14.6332 0.485403 15.4142 1.26645C16.1953 2.0475 16.1953 3.31383 15.4142 4.09488L6.82843 12.6807L38 12.6807C39.1046 12.6807 40 13.5761 40 14.6807C40 15.7852 39.1046 16.6807 38 16.6807L6.82843 16.6807L15.4142 25.2664C16.1953 26.0475 16.1953 27.3138 15.4142 28.0949Z' fill='%236E6E5F'/%3E%3C/svg%3E%0A");
}

.slick-next:hover:before {
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='29' viewBox='0 0 40 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M24.5858 1.26645C25.3668 0.485402 26.6332 0.485402 27.4142 1.26645L39.4142 13.2664C40.1953 14.0475 40.1953 15.3138 39.4142 16.0949L27.4142 28.0949C26.6332 28.8759 25.3668 28.8759 24.5858 28.0949C23.8047 27.3138 23.8047 26.0475 24.5858 25.2664L33.1716 16.6807L2 16.6807C0.895431 16.6807 0 15.7852 0 14.6807C0 13.5761 0.895431 12.6807 2 12.6807L33.1716 12.6807L24.5858 4.09488C23.8047 3.31383 23.8047 2.0475 24.5858 1.26645Z' fill='%236E6E5F'/%3E%3C/svg%3E%0A");
}

.slick-next, .slick-prev {
	top: unset !important;
	bottom: 0 !important;
}

.slick-next {
	right: 0 !important;
}

.slick-prev {
	left: 0 !important;
}


.icon-hover-white:hover svg path {
	stroke: #fff;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.form-label.required::after {
	content: " *";
	font-size: 13px;
	display: inline-block;
	padding-left: 5px;
}

.dropdown-toggle::after {
	transition: 300ms;
}

.dropdown-toggle.show::after {
	transform: rotate(180deg);
}

.nav-down {
	background: #FF4400;
}

	.nav-down .nav-item > .nav-link {
		color: #F7F7F7;
	}

.slider-nav blockquote {
	max-width: 883px;
}

.slider-nav .blockquote-footer {
	max-width: 243px;
}

.slider-nav .blockquote-footer cite {
	font-style: normal !important;
}

.slider-nav .blockquote-footer strong {
	display: inline-block;
	margin-bottom: 6px;
}

.slider-nav .blockquote-footer::before {
	content: "";
}

.card-title {
	font-family: "bricolage-grotesque", sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 15px;
}

.pillars .card-title::before {
	content: "";
	width: 10px;
	height: 50px;
	border-radius: 20px;
	background: black;
	float: left;
	margin-right: 10px;
}

.bg-pillar-green, .pillar-green.card-title::before {
	background: #D9E506;
}

.bg-pillar-blue, .pillar-blue.card-title::before {
	background: #00C6D7;
}

.bg-pillar-pink, .pillar-pink.card-title::before {
	background: #CF0072;
}

.bg-pillar-orange, .pillar-orange.card-title::before {
	background: #FF7900;
}

.bg-pillar-purple, .pillar-purple.card-title::before {
	background: #830051;
}

.link-arrow {
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 15px;
	display: inline-block;
	transform: rotate(0deg);
}

	.link-arrow::after {
		content: "";
		display: inline-block;
		background-image: url(/images/link.svg);
		background-size: cover;
		width: 10px;
		height: 10px;
		margin-left: 5px;
		transform: rotate(0deg);
		transition: transform 300ms;
	}

	.link-arrow:hover::after,
	.link-arrow:focus::after {
		transform: rotate(45deg);
	}

	.link-arrow:focus {
		color: #232420;
	}

		.link-arrow:focus::after {
			color: #232420;
		}


.lead.link-arrow::after {
	content: "";
	display: inline-block;
	background-image: url(/images/link.svg);
	background-size: cover;
	width: 15px;
	height: 15px;
	margin-left: 10px;
}

.link-arrow-grey::after {
	background-image: url(/images/link-grey.svg);
}

.link-arrow-white::after {
	background-image: url(/images/link-white.svg);
}

.content-title {
	line-height: 132px;
	max-width: 1400px;
}

.container-narrow {
	max-width: 888px;
}

.news-title {
	font-size: 80px;
	line-height: 90px;
}

.page-title {
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
}

.page-title span:first-of-type {
	font-size: 12vw;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: -2px;
}

.ratio-175-1 {
	aspect-ratio: 1.75/1;
	object-fit: cover;
}

.ratio-1-1 {
	aspect-ratio: 1/1;
	object-fit: cover;
}

.accordion-item {
	border-radius: 0 !important;
	border-left: none;
	border-right: none;
}

	.accordion-item:not(:first-child) {
		border-top: none;
	}

.team-slider .slick-slide {
	margin: 0 10px;
}

.modal-close {
	position: absolute;
	right: -17px;
	top: -17px;
	background: #FF4400;
	opacity: 1;
	z-index: 1;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	padding: 0;
}

	.modal-close:hover {
		background: #000;
	}

	.modal-close::after {
		content: url(/images/close.svg);
		display: block;
		width: 13px;
		height: 13px;
		transform: translate(9px, -1px);
	}

.megamenu-title {
	font-size: 60px;
	line-height: 35px;
}

.filling-box {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: auto;
	display: flex;
	align-items: end;
}

[data-bs-theme="light"] .fill-background,
:root:not([data-bs-theme="dark"]) .fill-background {
	background-color: #F3F3F1;
}

[data-bs-theme="dark"] .fill-background {
	background-color: #44453E;
}

.fill-background {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.fill-foreground {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 0%;
	background-color: #FF4400;
	z-index: 2;
	transition: height 2s ease-in-out;
}

.filling-text {
	position: relative;
	z-index: 3;
	padding: 2rem;
}

.fill-percentage {
	line-height: 0.9;
	margin-bottom: 0;
}

.menu-image {
	width: 100%;
	max-height: 700px;
	object-fit: cover;
}

[data-bs-theme="light"] .themed-logo,
:root:not([data-bs-theme="dark"]) .themed-logo {
	filter: none;
}

/* Invert colors for dark theme */
[data-bs-theme="dark"] .themed-logo {
	filter: invert(1);
}

.breadcrumb {
	font-size: 12px;
}

#site-logo-scroll {
	display: none;
}

#theme-icon-scroll {
	display: none;
}

.nav-down #site-logo-scroll {
	display: block;
}

.nav-down #theme-icon-scroll {
	display: block;
}

.nav-down #site-logo {
	display: none;
}

.nav-down #theme-icon {
	display: none;
}

.navbar-toggler {
	border: none;
}

.navbar-toggler-icon {
	border-color: #5e5e4b;
}

.slick-scrollbar-container {
	width: 100%;
	padding: 12px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

.slick-scrollbar {
	width: 100%;
	appearance: none;
	height: 1px;
	background: #6E6E5F;
	border-radius: 0px;
	outline: none;
	transition: background 0.3s;
}

	.slick-scrollbar::-webkit-slider-thumb {
		appearance: none;
		width: 120px;
		height: 8px;
		border-radius: 15px;
		background: #FF4400;
		cursor: pointer;
	}

	.slick-scrollbar::-moz-range-thumb {
		width: 100px;
		height: 8px;
		border-radius: 15px;
		background: #FF4400;
		cursor: pointer;
	}

	.slick-scrollbar::-ms-thumb {
		width: 100px;
		height: 8px;
		border-radius: 15px;
		background: #FF4400;
		cursor: pointer;
	}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Hide scrollbar on desktop */
@media (max-width: 991px) {
	.slick-scrollbar-container {
		display: flex !important;
	}
}

@media (min-width: 992px) {
	.slick-scrollbar-container {
		display: none !important;
	}
}

.image-overlay-container {
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	cursor: pointer;
}

.image-overlay-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.overlay-content {
	display: none;
	position: absolute;
	inset: 0;
	
	flex-direction: column;
	justify-content: space-between;
	background: #FF4400;
	color: #fff;
	opacity: 0;
	transition: opacity 0.3s, background 0.3s;
	border-radius: 0.5rem;
	pointer-events: none;
	z-index: 2;
	padding: 30px 30px;
}

.overlay-content * {
	color: #fff;
}


.image-overlay-container.active .overlay-content {
	background: #6E6E5F;
}

.article-img-wrapper {
	overflow: hidden;
	border-radius: 0.5rem;
}

	.article-img-wrapper img {
		transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
		display: block;
		width: 100%;
	}

.article-preview:hover img {
	transform: scale(1.08);
}

.page-title {
	margin-bottom: 0;
}

.footer-link-title {
	font-size: 15px;
}

.footer-links li a {
	text-decoration: none;
	font-size: 14px;
}

	.footer-links li a:hover {
		color: #FF4400;
	}

	.footer-links li a:focus {
		color: #232420;
	}

.fade-in-up {
	opacity: 1;
	transform: none;
	animation: none;
	transition: none;
}

.logo-fade {
	opacity: 0;
	transition: opacity 0.5s;
}

#logo1 {
	animation: logoCycle 12s infinite;
	animation-delay: 0s;
}

#logo2 {
	animation: logoCycle 12s infinite;
	animation-delay: 4s;
}

#logo3 {
	animation: logoCycle 12s infinite;
	animation-delay: 8s;
}

@keyframes logoCycle {
	0% {
		opacity: 0;
	}

	33% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	60% {
		opacity: 1;
	}

	67% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

.navbar-toggler-icon-custom {
	display: inline-block;
	width: 16px;
	height: 14px;
	position: relative;
}

.navbar-toggler-icon-custom span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: currentColor;
	opacity: 1;
	left: 0;
	transition: all 0.25s cubic-bezier(.4,0,.2,1);
}

.navbar-toggler-icon-custom span:nth-child(1) {
	top: 0px;
}

.navbar-toggler-icon-custom span:nth-child(2) {
	top: 6px;
}

.navbar-toggler-icon-custom span:nth-child(3) {
	top: 12px;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon-custom span:nth-child(1) {
	top: 6px;
	transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon-custom span:nth-child(2) {
	opacity: 0;
	left: -6px;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon-custom span:nth-child(3) {
	top: 6px;
	transform: rotate(-45deg);
}

.dropdown-menu{
	font-size: 14px;
}

.dropdown-toggle::after{
	display: none;
}

.blockquote{
	font-size: 16px;
	line-height: 1.3;
}

.blockquote-footer {
	font-size: 14px;
	line-height: 1.3;
}

.box img {
	display: block;
}

.large img {
	width: 430px;
	height: 430px;
}

.medium img {
	width: 350px;
	height: 350px;
}

.small img {
	width: 277px;
	height: 277px;
}

.h2.fill-percentage{
	font-size: 102px;
	margin-bottom: 3px;
}

.news-slider {
	min-height: 404px;
	width: 100%;
}

/* Small (sm) — ≥576px */
@media (min-width: 576px) {
	.page-title span:first-of-type {
		font-size: 74px;
	}

	.page-title {
		font-size: 32px;
	}
}

/* Medium (md) — ≥768px */
@media (min-width: 768px) {
	.page-title span:first-of-type {
		font-size: 99px;
		letter-spacing: -4px;
	}

	.page-title {
		font-size: 42px;
	}

	.nav-link.accordion-button::after {
		width: 20px;
		height: 20px;
		vertical-align: top;
		background-image: url(/images/chevron-down.svg);
		background-position: center center;
		background-repeat: no-repeat;
	}

	.navbar-nav > .nav-item > .nav-link.dropdown-toggle {
		min-width: 65px;
		margin-right: 10px;
		text-align: left;
	}
}

/* Large (lg) — ≥992px */
@media (min-width: 992px) {
	.page-title span:first-of-type {
		font-size: 138px;
		letter-spacing: -8px;
	}

	.testimonial {
		font-family: "bricolage-grotesque", sans-serif;
		font-weight: 700;
	}

	header {
		position: fixed;
		top: 0;
		transition: top 0.2s ease-in-out;
		width: 100%;
		z-index: 1000;
	}

	body {
		padding-top: 85px !important;
	}

	.nav-up {
		top: -134px;
	}

	.sub img {
		width: 200px;
	}

	.sub {
		transform: translateY(-50px);
		display: block;
	}

	.fade-in-up {
		opacity: 0;
		transform: translateY(40px);
		transition: opacity 0.3s, transform 0.3s;
	}

	.fade-in-up.visible {
		animation: fadeInUp 2s cubic-bezier(.33,1,.68,1) forwards;
	}

	.navbar {
		border-bottom: 0;
	}

	nav .megamenu {
		padding-top: 3.5rem !important;
		padding-bottom: 4rem !important;
		border-bottom: solid 2px #FF4400;
	}

	.nav-link {
		font-size: 16px;
		font-weight: 500;
		margin-bottom: 0;
	}

	.dropdown-menu {
		font-size: 20px;
	}


	.image-overlay-container:hover .overlay-content,
	.image-overlay-container.active .overlay-content {
		opacity: 1;
		pointer-events: auto;
	}

	.overlay-content {
		display: flex;
	}

	.blockquote {
		font-size: 30px;
		line-height: 40px;
	}

	.blockquote-footer{
		font-size: 20px;
		line-height: 1.3;
	}

	.slider-nav .blockquote-footer {
		max-width: 343px;
	}

	h2, .h2 {
		margin-bottom: 60px;
	}

	.slick-next, .slick-prev {
		top: 50% !important;
		bottom: 0 !important;
	}

	.slick-next {
		right: 50px !important;
	}

	.slick-prev {
		left: 50px !important;
	}

}

/* Extra large (xl) — ≥1200px */
@media (min-width: 1200px) {
	.page-title span:first-of-type {
		font-size: 163px;
	}

	.page-title {
		font-size: 55px;
		line-height: 70px;
		margin-top: 100px;
	}

	.sub img {
		width: 240px;
	}

	.sub {
		transform: translateY(-55px);
		display: block;
	}

	.overlay-content {
		padding: 45px 45px;
	}
}

/* Extra extra large (xxl) — ≥1400px */
@media (min-width: 1400px) {
	.page-title span:first-of-type {
		font-size: 218px;
		margin-top: 120px;
	}

	.page-title {
		font-size: 70px;
		line-height: 70px;
		margin-top: 100px;
	}

	.page-title {
		margin-bottom: 30px;
	}

	.sub img {
		width: 320px;
	}

	.sub {
		transform: translateY(-65px);
		display: block;
	}

	.overlay-content {
		padding: 60px 45px;
	}
}

@media (min-width: 768px) {
	.collapse.dont-collapse-sm {
		display: block;
		height: auto !important;
		visibility: visible;
	}
}

@media (max-width: 575px) {
	.header-square {
		width: 40px;
		height: 40px;
	}

	article#content > section, footer, #Newsletter) {
		padding: 20px 0;
	}
}

@media only screen and (max-width: 500px) {
	.g-recaptcha {
		transform: scale(0.77);
		transform-origin: 0 0;
	}
}