button {
	background: #333;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: .2px;
	width: 150px;
	border-radius: 5px;
	padding: 8px 6px;
	margin: 10% 45%;
	cursor: pointer;
}

button:focus {
	outline: none;
}

.modal {
	display: none;
	position: fixed;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: #000;
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.3);
}

.modal-content {
	background-color: #f5f5f5;
	height: auto;
	width: 50vw;
	border-radius: 2px;
	margin: 15% auto;
}
@media only screen and (max-width:1280px) {
.modal-content {
		width: 70vw;
}
}


.external-content-section {
	padding: 1rem 2.5rem;
	color: #0c2340;
	position: relative;
}

/* .external-header-section-header {
	color: #0c2340;
} */

.external-header-section-text {
	font-size: 16px;
}

.external-header-section .close {
	color: #252525;
	float: right;
	font-size: 3rem;
	font-weight: bold;
	margin-right: 1rem;
}

.close:hover,
.close:focus {
	text-decoration: none;
	cursor: pointer;
}

.external-header-section {
	padding: 1rem;
}

.external-msd-logo {
	padding: 1rem;
}

@media screen and (max-width: 768px) {
	.modal-content {
		width: 90vw;
	}

}

@media only screen and (max-width:540px) {
	.external-header-section .close {
		position: absolute;
		top: 16%;
		left: 80%;
	}
}





/* SPEAKER MODAL STYLES */
.speaker-modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 8888;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: scroll;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}

/* Modal Content/Box */
.speaker-modal-content {
	background-color: #ffffff;
	margin: 10vh auto;
	border: 1px solid #aaaaaa;
	width: 50vw;
}

/* The Close Button */
.speaker-modal-content .speaker-close {
	position: absolute;
	top: 10%;
	right: 2.5%;
	cursor: pointer;
	height: 25px;
	width: 25px;
	background-image: url('../assets/images/btn-webcast-close.svg');
	background-size: contain;
	background-repeat: no-repeat;
}


.speaker-modal-top {
	position: relative;
}

.speaker-modal-bottom {
	padding: 2rem;
}

.speaker-modal-title {
	padding: 0 0 0.5rem 2.5rem;
	font-size: 40px;
	line-height: 32px;
	text-decoration: underline;
	text-underline-offset: 20px;
	color: #0c2340;
}

.speaker-modal-title-text {
	color: #0c2340;
	padding: 0 0 0 2.5rem;
}

@media only screen and (max-width:1440px) {
	.speaker-modal-content {
		width: 70vw;
	}
}

@media only screen and (max-width:1280px) {
	.speaker-modal-content {
		width: 90vw;
	}

	.speaker-modal-title {
		padding: 0 0 0.5rem 0.5rem;
	}

	.speaker-modal-title-text {
		padding: 0 0 0 0.5rem;
	}
}

@media only screen and (max-width:1024px) {
	.speaker-modal-title {
		padding: 0 0 0 4.5rem;
	}

	.speaker-modal-title-text {
		padding: 0 0 0 4.5rem;
	}
}

@media only screen and (max-width:768px) {
	.speaker-modal-content {

		height: 70vh;
		overflow-y: scroll;
		overflow-x: hidden;
	}

	.speaker-modal-title {
		padding: 0 0 0.5rem 4.5rem;
	}

	.speaker-modal-title-text {
		padding: 0 0 0 4.5rem;
	}
}

@media only screen and (max-width:540px) {
	.speaker-modal-title {
		font-size: 20px;
		line-height: 24px;

		padding: 0 0 0.5rem 0.65rem;
	}

	.speaker-modal-title-text {
		font-size: 16px;
		line-height: 20px;
		padding: 0 0 0.5rem 0.65rem;
	}

	.speaker-modal-img {
		width: 100%;
	}
	.speaker-modal-content .speaker-close{
		width: 12px;
		height: 12px;
	}
}