
h1, h2, h3, h4, h5, h6, h7, h8 {
	padding-bottom: .4em;
}

p {
	padding-bottom: .6em;
}

div#page-container {
	overflow-x: hidden;
}

html, body {
	max-width: 100%;
	overflow-x: hidden;
}

.et_mobile_menu {
	max-height: 84vh;
	overflow-y: scroll;
}

.dvmm_mobile_menu_wrapper {
	max-height: 80vh;
	overflow-y: scroll;
}

.lam-internal-default-txt ol li::marker {
	color: #682c90;
	font-weight: bold;
}

.et_pb_text_inner:has([class="video-album-thumb"]) {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.et_pb_row:has([class="video-album-thumb"]) {
	background-color: rgba(0, 0, 0, 0);
}

.video-album-thumb {
	width: 28%;
	min-width: 200px;
	background: #429db7;
	padding: 10px;
	text-align: center;
	display: flex;
	flex-direction: column;
	line-height: 1.2em;
}

.video-album-thumb img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin: 0px !important;
}

.video-album-thumb a {
	font-size: 15px;
	color: white;
	margin-top: 10px;
}

.video-album-thumb a:hover {
	font-size: 16px;
	color: #429db7;
	margin-top: 10px;
}

.vtitle {
	background: #6b6a69;
	padding: 3px 2px 6px 2px;
	margin-top: 10px;
}

@media (max-width:768px) {
	.video-album-thumb {
		width: 45%;
	}
}

@media (max-width:480px) {
	.video-album-thumb {
		width: 100%;
	}
}

.et_pb_row:has(.dsm-popup-module.dsm-popup-trigger.et_pb_blurb.lam-video-popup) {
	padding-top: 0px !important;
}

.lam-video-popup:has(.et_pb_blurb_content) .et_pb_main_blurb_image {
	margin-bottom: 10px;
}

h2.header-purple {
	background: #66288e;
	background: linear-gradient(90deg, rgba(102, 40, 142, 1) 0%, rgba(102, 40, 142, 0) 100%);
	font-size: clamp(20px, 4vw, 40px);
	font-weight: 700 !important;
	color: #fff !important;
	padding: 20px 50px;
	margin: 60px 0;
	text-transform: uppercase;
	text-align: center;
}

body .et_pb_scroll_top:before {
	content: "!" !important;
	color: grey;
	position: relative;
	top: 3px;
	font-weight: 900 !important;
}

.et_pb_scroll_top.et-pb-icon {
	background: rgba(0, 0, 0, 0);
	border: 4px solid grey;
	margin-right: 15px;
	border-radius: 50px;
	padding: 10px 12px 12px 10px;
}

.et_pb_scroll_top.et-pb-icon:hover {
	background-color: rgba(128, 128, 128, .1);
}
