body,html,h1,h2,h3,h4,h5,h6,p,a,button {
	font-family: 'Arial', sans-serif !important;
}

.holds-the-iframe {
    content: "Please wait...";
	center center no-repeat;
}

.googlemaps iframe {
	width: 100%;
}

.report-box .wp-block-buttons a {
	outline: none;
}

.report-box p, .report-box .wp-block-buttons {
	margin-block-start: .4rem;
}

body .is-layout-flex {
	width: 100%;
}

.report-box em {
	float: right;
	font-style: normal;
}

.main-report.wp-block-group {
	margin-top: -3px;
}

.staff-text {
	padding-top: 15px;
}

.link-color a,.staff-design a {
	color: #8C1D40;
}

.video-width {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

header.wp-block-template-part li:first-child a {
	background: url('https://azvdrs.org/wp-content/uploads/2024/06/home.png');
	background-repeat: no-repeat;
	color: transparent !important;
	background-size: 20px;
	background-position: center;
}

header.wp-block-template-part .current-menu-item a {
	background-color: #FFC627 !important;
}

header.wp-block-template-part li a {
	padding: 2px 24px;
}

header.wp-block-template-part ul.wp-block-navigation__container.is-responsive.items-justified-right.wp-block-navigation {
	gap: 0;
}

header.wp-block-template-part p.wp-block-site-title a {
	font-size: 24px;
	padding-bottom: 10px;
	display: inline-block;
}

footer.wp-block-template-part .is-layout-flow > * {
	margin-block-start: 0;
}

footer.wp-block-template-part + .wp-block-group {
	display: none;
}

main#wp--skip-link--target > .wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
	display: none;
}

.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: 100%;
}

.team-section .wp-block-column {
	margin-top: 40px;
}

.staff-design .wp-block-media-text>.wp-block-media-text__content {
	padding: 0 5%;
}

.staff-design p {
	margin: 0;
}

.staff-design p:last-child {
	padding-top: 14px;
}

.team-section p {
	margin: 0;
	max-width: 200px;
	line-height: 1.2;
}

.main-home .wp-block-column,.team-section .wp-block-column {
	position: relative;
	flex-basis: 32.2% !important;
}

.main-home img {
	height: 260px;
	object-fit: cover;
}

.main-home figure.wp-block-image.size-large:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #8c1d4080;
}

.main-home .wp-block-buttons a {
	text-transform: uppercase;
	font-weight: 600;
}

.main-home .wp-block-buttons a {
	position: absolute;
	top: 50%;
	transition: .3s all;
	left: 50%;
	transform: translate(-50%, -50%);
}

.top-heading {
	display: inline-block;
}

.team-section .wp-block-column {
	text-align: center;
}

header.wp-block-template-part {
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}

.main-home .wp-block-buttons a:hover {
	background-color: #ffc627 !important;
	color: #000 !important;
}

@media (max-width: 767px) {
	header.wp-block-template-part p.wp-block-site-title a {
		font-size: 16px;
	}
	
	.staff-design img {
		width: 220px;
		margin: 0 auto 30px;
		display: block;
	}
	
	.staff-design p {
		text-align: center;
	}
	
	footer.wp-block-template-part p.has-text-align-right {
		text-align: left;
	}
	
	ul.wp-block-social-links.is-layout-flex.wp-block-social-links-is-layout-flex {
		justify-content: center;
	}
	
	header.wp-block-template-part li a {
		padding: 2px 6px !important;
	}
	
	footer.wp-block-template-part .wp-block-group {
		padding: 50px 30px !important;
	}
	
	.report-box em {
		float: none;
	}
	
	.googlemaps iframe {
		margin: 30px 0;
	}
	
	button.wp-block-navigation__responsive-container-open {
		margin-top: -158px;
		position: absolute;
		right: 0;
	}
	
	.report-box {
		padding: 15px !important;
	}
}

@media (min-width: 768px) {
	.main-home.wp-block-columns,.team-section.wp-block-columns {
		flex-wrap: wrap !important;
	}
}