/*----- SETUP - Open -----*/
body {
	background-color: var(--color-white);
	cursor: default;
}
/*----- SETUP - Close -----*/

/*----- FOCUS - Open -----*/
#page a:focus-visible {
	outline: 2px dashed #000000;
	border-radius: 4px;
	outline-offset: 2px;
	transition: none !important;
}

#page .we-mega-menu-ul a:focus-visible {
	outline: 2px dashed #277145;
	outline-offset: 1px;
}

#page .footer a:focus-visible {
	outline: 2px dashed #ffffff;
}
a.visually-hidden.focusable:focus {
	background: #ffffff !important;
	border-radius: var(--border-radius);
	color: #000000 !important;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	left: 50%;
	outline-offset: -4px;
	outline: 2px dashed #f4a268;
	padding: 0.5rem 1rem;
	position: absolute !important;
	top: 0.5rem;
	transform: translateX(-50%);
	transition: none !important;
	z-index: 999;

	-webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.32);
	-moz-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.32);
	box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.32);
}
/*----- FOCUS - Close -----*/

/*----- CONTENT - Open -----*/
#presentation-region {
	background-color: var(--color-neutral-50);
}
/* .homepage #presentation-region {
	min-height: 75vh;
} */
#page .main-wrapper {
	padding: 2rem 0;
}
#main-content {
	scroll-margin-top: 80px;
}

/* Container Widths */
@media (max-width: 768px) {
	#page .footer-top .block-content,
	#page #main-content-no-container .apb-section-title,
	#page #main-content-no-container .views-element-container {
		width: 750px;
	}
}
@media (max-width: 992px) {
	#page .footer-top .block-content,
	#page #main-content-no-container .apb-section-title,
	#page #main-content-no-container .views-element-container {
		width: 970px;
	}
}
@media (max-width: 1200px) {
	#page .footer-top .block-content,
	#page #main-content-no-container .apb-section-title,
	#page #main-content-no-container .views-element-container {
		width: 1170px;
	}
}
#page .footer-top .block-content,
#page #main-content-no-container .apb-section-title,
#page #main-content-no-container .views-element-container {
	margin: 0 auto;
	max-width: 1270px;
	padding: 0 1rem;
	position: relative;
	width: 100%;
}
#page #main-content-no-container .views-element-container {
	margin-bottom: 4rem;
}
#main-content-no-container .apb-section-title .section-title-inner {
	margin-bottom: 1.5rem;
}
/*----- CONTENT - Close -----*/

/*----- FOOTER - Open -----*/
/* #page .footer {
	background-color: var(--color-neutral-50);
} */
/*----- FOOTER - Close -----*/

/*----- TRANSITION - Open -----*/
#edit-cancel,
#page input[type='submit'],
#page a::before,
#page a::after,
#page a {
	-webkit-transition: all 250ms ease-out;
	-moz-transition: all 250ms ease-out;
	-ms-transition: all 250ms ease-out;
	-o-transition: all 250ms ease-out;
	transition: all 250ms ease-out;
}
/*----- TRANSITION - Close -----*/
