/* Handouts */
#lockAlert {
	display: none;
}

.card-img-top {
	height: 200px;
	object-fit: cover;
}

.dwnd-btn, .dwnd-btn-secondary, .dwnd-btn-secondary-dis {
	text-decoration: none !important;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary:hover {
	color: #fff !important;
}

.handout-title {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.lock-overlay {
	position: absolute;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: #1d1d1d88;
	z-index: 25;
	color: #fff;
	text-align: center;
	padding: 40px 25px;
	cursor: pointer;
}

.lock-overlay:hover .locked-icon,
.lock-overlay .unlocked-icon {
	display: none;
}
.lock-overlay:hover .unlocked-icon {
	display: inline;
}

.lock-overlay i {
	font-size: 4rem;
}

.video-modal-dialog {
	max-width: 80% !important;
	margin: 15px auto !important;
}

.video-modal-body {
	position: relative !important;
	padding: 0 !important;
}

.modal-backdrop.show {
	opacity: 0.8 !important;
}

#pdfModal .modal-dialog {
	max-width: 90% !important;
}

#videoModal .modal-dialog {
	max-width: 80% !important;
}

#videoModal .close, #pdfModal .close {
	position: absolute;
	right: -30px;
	top: 0;
	z-index: 999;
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
	opacity: 1;
}

.unlockHandoutBtn {
	font-size: 2rem;
	color: #ff4949;
	background-color: transparent;
	border: 2px solid #ff4949;
	margin-bottom: 16px;
	padding: 10px 20px;
	border-radius: 0.25rem;
}

.unlockHandoutBtn:hover {
	background-color: #ff4949 !important;
	color: #fff;
}

.handoutRow {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}

.handoutRow .handoutBox {
	cursor: pointer;
	position: relative;
	margin: 5px;
	width: 24%;
}

.handoutRow .card {
	border: none;
	height: 100%;
	-webkit-box-shadow: 6px 12px 28px 1px rgba(54, 54, 54, 0.1);
	-moz-box-shadow: 6px 12px 28px 1px rgba(54, 54, 54, 0.1);
	box-shadow: 6px 12px 28px 1px rgba(54, 54, 54, 0.1);
}

.handoutBox .body-container {
	display: flex;
    height: 100%;
    flex-direction: column;
}

.handoutCardFooter {
	padding: 0px 20px;
	margin: auto;
}

.font-13 {
	font-size: 13px !important; 
}

.font-14 {
	font-size: 14px !important; 
}

.font-15 {
	font-size: 15px !important; 
}

.font-16 {
	font-size: 16px !important; 
}

.font-18 {
	font-size: 18px !important; 
}

@media (max-width: 1200px) {
	.handoutRow {
		display: flex;
		flex-wrap: row wrap;
		align-items: flex-start;
	}

	.handoutRow .handoutBox {
		width: 48%;
	}
}

@media (max-width: 800px) {
	.handoutRow {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 1;
		display: block;
		flex-wrap: nowrap;
	}

	.handoutRow .handoutBox {
		width: 100%;
	}

	.video-modal-dialog {
		max-width: 100% !important;
		margin: 5px auto !important;
	}
	
	/* #videoFrameContainer {
		height: 80vh;
	} */
}

@media (max-width: 425px) {
	.handoutRow {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
	.unlockHandoutBtn {
		font-size: 1.5rem;
		width: 100%;
	}
}
