body,
p,
a,
li,
b,
button {
	font-family: 'Avenir Next LT', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Ertige', sans-serif !important;
}

.scroll-header {
	position: fixed;
	/* display: none; */
	top: 0;
	left: 0;
	width: 100%;
	background: #083045 !important;
	color: #b9966c !important;
	transform: translateY(-10px);
	transition: transform 0.3s;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
}

#navigation a.active,
#navigation a:hover,
.scroll-active #navigation a.active,
.scroll-active #navigation a:hover {
	color: #b9966c !important;
}

.scroll-active .scroll-header {
	/* display: block; */
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
	z-index: 1000;
}

.carousel-container {
	position: relative;
}

.carousel-placeholder {
	position: relative;
	z-index: -1;
	opacity: 0;
}

div[id^='carousel_'] {
	/* visibility: hidden; */
	opacity: 0;
	transition: opacity 0.5s ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}

div[id^='carousel_'].active {
	/* visibility: visible; */
	opacity: 1;
	z-index: 5;
}

.msum-modal-overlay {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	transition: opacity 0.5s ease;
}

.msum-modal-open .msum-modal-overlay {
	opacity: 1;
	visibility: visible;
	z-index: 1000;
}

.msum-modal {
	position: absolute;
	z-index: 1000;
	left: 50%;
	top: 50%;
	width: 640px;
	height: 500px;
	transform: translate(-50%, -50%);
}

.msum-modal-header {
}

.msum-modal-content {
	width: 100%;
	height: 100%;
}

.msum-modal-content iframe {
	width: 100%;
	height: 100%;
	background-color: #b9966c;
	border: none;
}

.msum-modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background: transparent url(//clientassets.collectivemo.com/msum/24/img/xmark-solid.svg) center
		no-repeat;
	text-indent: -9999em;
	border: none;
	z-index: 1001;
}

.msum-modal svg,
.msum-modal img {
	width: 100%;
	height: 100%;
}

body.msum-modal-open #app {
	overflow: hidden;
	/* height: 100vh; */
	height: 100%;
	width: 100%;
	filter: blur(5px);
}

@media (max-width: 768px) {
	.bee-row-1 {
		background-position: bottom;
	}
	.msum-modal {
		padding: 30px 10px;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		transform: translate(0, 0);
	}
}
