/* Contact Popover */
.popover {
	max-width: 350px !important;
	width: 350px !important;
	border: 1px solid var(--az-popover-border) !important;
}

.popover-body {
	padding: 1rem !important;
}

.img-magnifier-glass-loader {
	position: absolute;
	cursor: none;
	width: 1px;
	height: 1px;
	visibility: hidden;
	z-index: -1;
}

.img-magnifier-glass {
	position: absolute;
	border: 3px solid #000;
	border-radius: 20%;
	cursor: none;
	/*Set the size of the magnifier glass:*/
	width: 200px;
	height: 200px;
	z-index: 10;
}

.fullpage--ad {
	width: auto;
	text-align: center;
	display: block;
	/* margin: 10px auto; */
}

.fullpage__link,
.fullpage__popover-link {
	font-size: 1rem;
	color: var(--az-link-primary-color);
	-webkit-text-decoration: underline 2px rgba(0, 0, 0, 0);
	text-decoration: underline 2px rgba(0, 0, 0, 0);
	-webkit-transition: color 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
}

.fullpage__link:hover,
.fullpage__popover-link:hover {
	color: var(--az-link-primary-hover-color);
	-webkit-text-decoration-color: var(--az-link-primary-hover-underline);
	text-decoration-color: var(--az-link-primary-hover-underline);
}

.fullpage__link:focus,
.fullpage__popover-link:focus {
	color: var(--az-link-primary-focus-color);
	-webkit-text-decoration-color: var(--az-link-primary-focus-underline);
	text-decoration-color: var(--az-link-primary-focus-underline);
}

.fullpage__title {
	display: block;
	font-size: 1rem;
	color: var(--az-body-color);
	font-weight: bold;
	text-align: center;
	margin-bottom: 1rem;
}

.fullpage__image-wrapper {
	width: 66.6%;
	max-height: 450px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fullpage__image-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.fullpage__image--link-wrapper {
	width: 16.6%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.fullpage__image--link {
	font-size: 0.875rem;
	color: var(--az-link-primary-color);
	cursor: pointer;
	-webkit-text-decoration: underline 2px rgba(0, 0, 0, 0);
	text-decoration: underline 2px rgba(0, 0, 0, 0);
	-webkit-transition: color 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
}

.fullpage__image--link:hover {
	color: var(--az-link-primary-hover-color);
	-webkit-text-decoration-color: var(--az-link-primary-hover-underline);
	text-decoration-color: var(--az-link-primary-hover-underline);
}

.fullpage__image--link:focus {
	color: var(--az-link-primary-focus-color);
	-webkit-text-decoration-color: var(--az-link-primary-focus-underline);
	text-decoration-color: var(--az-link-primary-focus-underline);
}

.fullpage__image--arrow {
	font-size: 20px;
	margin: 10px 0;
}

.fullpage__image--caption {
	padding: 2px 5px;
	display: contents;
}

.fullpage__image {
	aspect-ratio: auto 4/3;
	/* Prevents text/image selection */
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
	/* Removes highlight on tap in Safari/Chrome */
	-webkit-tap-highlight-color: transparent;
}

.fullpage__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-column-gap: 1rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 12px;
}

.fullpage__header-title {
	font-size: 1.625rem;
	font-weight: bold;
	color: var(--az-link-primary-color);
	-webkit-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.fullpage__header a {
	color: var(--az-link-primary-color);
	-webkit-text-decoration: underline 2px rgba(0, 0, 0, 0);
	text-decoration: underline 2px rgba(0, 0, 0, 0);
	-webkit-transition: color 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
}

.fullpage__header a:hover {
	color: var(--az-link-primary-hover-color);
	-webkit-text-decoration-color: var(--az-link-primary-hover-underline);
	text-decoration-color: var(--az-link-primary-hover-underline);
}

.fullpage__header a:hover .fullpage__header-title {
	color: var(--az-link-primary-hover-color);
}

.fullpage__header a:focus {
	color: var(--az-link-primary-focus-color);
	-webkit-text-decoration-color: var(--az-link-primary-focus-underline);
	text-decoration-color: var(--az-link-primary-focus-underline);
}

.fullpage__header a:focus .fullpage__header-title {
	color: var(--az-link-primary-focus-color);
}

.fullpage .fullpage__header-btn {
	padding: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

.fullpage__header-btn:hover .fullpage__header-btn-icon {
	color: var(--az-link-primary-hover-color);
}

.fullpage__header-btn:focus .fullpage__header-btn-icon {
	color: var(--az-link-primary-focus-color);
}

.fullpage__header-btn-icon {
	color: var(--az-link-primary-color);
	font-size: 1.625rem;
}

.fullpage__details {
	width: 100%;
	display: inline-block;
	padding: 0;
}

.fullpage__contact-auc,
.fullpage__contact-btn {
	display: inline-block;
	vertical-align: middle;
}

.fullpage__contact-auc {
	font-size: 1rem;
	color: var(--az-body-color);
}

.fullpage__contact-btn {
	padding: 0;
	font-size: 1rem;
	color: var(--az-link-primary-color);
	background: none;
	border: none;
	cursor: pointer;
	-webkit-transition: color 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
}

.fullpage__contact-btn:hover {
	color: var(--az-link-primary-hover-color);
}

.fullpage__contact-btn:focus {
	color: var(--az-link-primary-focus-color);
}

.fullpage__popover-title {
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: bold;
	color: var(--az-body-color);

}

.fullpage__popover-text {
	font-size: 1rem;
	color: var(--az-body-color);
}

.fullpage__favorites {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.25rem;
}

.fullpage__favorites img {
	width: 100%;
	aspect-ratio: 24 / 24;
	cursor: pointer;
}

.fullpage__favorites a {
	padding: 0;
	font-size: 1rem;
	color: var(--az-link-primary-color);
	background: none;
	border: none;
	cursor: pointer;
	-webkit-text-decoration: underline 2px rgba(0, 0, 0, 0);
	text-decoration: underline 2px rgba(0, 0, 0, 0);
	-webkit-transition: color 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out;
	transition: color 0.2s ease-in-out,
		text-decoration 0.2s ease-in-out,
		-webkit-text-decoration 0.2s ease-in-out;
}

.fullpage__favorites a:hover {
	color: var(--az-link-primary-hover-color);
	-webkit-text-decoration-color: var(--az-link-primary-hover-underline);
	text-decoration-color: var(--az-link-primary-hover-underline);
}

.fullpage__favorites a:focus {
	color: var(--az-link-primary-focus-color);
	-webkit-text-decoration-color: var(--az-link-primary-focus-underline);
	text-decoration-color: var(--az-link-primary-focus-underline);
}

.fullpage__info-icon,
.fullpage__link-icon {
	width: 20px;
}

@media only screen and (max-width: 991px) {
	.fullpage__image--link-wrapper {
		position: absolute;
		height: 100%;
	}

	.fullpage__image--link-wrapper--left {
		left: 0;
	}

	.fullpage__image--link-wrapper--right {
		right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.img-magnifier-glass {
		z-index: unset;
	}

	.fullpage__image--link-wrapper {
		max-width: 10%;
	}

	.fullpage__image--link-wrapper--left {
		left: 5%;
	}

	.fullpage__image--link-wrapper--right {
		right: 5%;
	}

	.fullpage__image--link {
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-decoration: none;
		height: 100%
	}

	.fullpage__image--link:hover {
		border: 2px solid var(--az-link-primary-color);
	}

	.fullpage__image--arrow {
		font-size: 30px;
		color: #c0c0c0;
	}

	.fullpage__image--caption {
		display: none;
	}

	.fullpage__image-wrapper {
		width: 100%;
	}

	.fullpage__image {
		max-width: 100%;
	}
}

@media only screen and (max-width: 400px) {
	/* Contact Popover */
	.popover {
		max-width: 330px !important;
	}
}
