iframe#pdf-iframe {
	height: 600px;
}

.p-text p:not(.has-background):last-of-type {
	padding-bottom: 1em !important;
}

.et_parallax_bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.mfp-title {
	display: none !important;
}

ul.et_mobile_menu li.menu-item-has-children>.mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0 !important;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999;
	background-color: transparent;
	border-bottom: 0;
	text-align: center;
	cursor: pointer;
}

ul.et_mobile_menu>li {
	background-color: #eee;
	position: relative;
}

ul.et_mobile_menu .menu-item-has-children .sub-menu {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height .4s ease, opacity .4s ease;
}

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	max-height: 500px;
	opacity: 1;
}

ul.et_mobile_menu .sub-menu li {
	background-color: #f5f5f5;
}

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle .dt-icons {
	top: 10px;
	position: relative;
}

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle .dt-close-icon {
	display: none;
}

ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle .dt-open-icon {
	display: none;
}

ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle .dt-close-icon {
	display: inline-block;
}

#map-canvas>div.i4ewOd-pzNkMb-haAclf {
	display: none !important;
}

@media screen and (max-width:767px) {
	.et_pb_section_parallax {
		background-attachment: scroll !important;
	}
}