
.closeButton {
	position: absolute;
	top: 0px;
	right: -3px;
	width: 50px;
	height: 35px;
	cursor: pointer;
	z-index: 1000;
	color: black;
	font-weight: 900;
	font-size: 25px;
	background-color: white;
	line-height: 37px;
	border-top-left-radius: 10px;
	text-align: center;
	transition-duration: .5s;
}
.closeButton:hover {
	font-size: 30px;
	color: #F79227;
	background-color: #01516F;
}
.closeButton > div {
	width: 35px;
	height: 35px;
	top: 0.5px;
	position: relative;
	left: 6px;
	transition-duration: .25s;
}
.closeButton > div:hover {
	transform: rotate(360deg);
}

.entry-event.entry.flex {
    overflow: hidden;
}

.entry-event.entry.flex .entry-image-link {
    overflow: hidden;
	max-height: 0px;
	padding-top: 77%;
	position: relative;
}
.entry-event.entry .entry-image-link img {
	max-height: 242px;
	width: 100%;
	top: 0;
	position: absolute;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.button.genericbutton {
	font-size: 1.2rem;
	padding: 8px 37px;
	margin-top: 5px;
}
.more-link-button {
	display: flex;
	flex-wrap: inherit;
	padding-top: 20px;
}
.webinarPopup .embed-spot {
	border: none !important;
}
.more-link-button .button {
	height: 36px;
	white-space: nowrap;
	width: calc(50% - 5px);
	min-width: unset;
	max-width: unset;
	font-size: 14px !important;
	margin-top: 5px !important;
	text-align: center;
	line-height: 36px;
	padding: 0px !important;
	margin-bottom: 5px;
	background-color: white;
	color: #F79227;
	border-radius: 25px !important;
	overflow: hidden;
}
.more-link-button .button > a, .more-link-button .button > span {
	width: 100%;
	display: block;
	font-size: 12px;
	letter-spacing: -0.5px;
	color: #F79227;
	transition-duration: .5s;
}
.more-link-button .button > a:hover, .more-link-button .button > span:hover, .more-link-button > a.button:hover {
	color: white;
	background-color: #F79227;
}
.more-link-button .button > a:focus, .more-link-button .button > span:focus {
	outline: unset;
}
.more-link-button .button::after {
	display: none !important;
}
.more-link-button .button:nth-of-type(2n + 1) {
	margin-right: 2px !important;
}
.more-link-button .button:nth-of-type(2n + 2) {
	margin-left: 2px !important;
	margin-top: 5px !important;
}
.webinarPopup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
}
.webinarPopup.closed {
	display: none;
}
.webinarPopup .shadow {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.25);
}

.upcoming-spacing {
	padding-bottom: 20px;
}
.upcoming-bottom-border {
	border-bottom: 2px solid black;
	padding-top: 20px;
	margin-bottom: 40px;
}
.webinarPopup .inner {
	max-width: 1000px;
	max-height: 600px;
	padding-bottom: 66.25%;
	height: 0;
	width: 100%;
	z-index: 100000;
	position: absolute;
	top: calc(50% - 35px);
	left: 50%;
	transform: translate(-50%, calc(-50% - 35px));
	border-radius: 10px;
	overflow: hidden;
}
.webinarPopup .inner iframe {
	padding-top: 35px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0px !important;
}

.fullbody {
	display: grid;
	grid-template-columns: 4fr 1fr;
	grid-gap: 40px;
}

.fullbody .sidebar .tagcloud a {
	display: block;
	border: 0px;
	background-color: unset;
	padding: 0px;
	margin-bottom: 0px;
}

.fullbody .sidebar .tagcloud a:hover {
	background-color: unset;
	color: #58595b;
	text-decoration: underline;
}
.fullbody .content h1.heading {
	margin-top: 10px;
	text-align: center;
	font-size: 58px;
	font-weight: 400;
	padding-bottom: 40px;
}

.fullbody .event-meta span, .fullbody .page-summary {
	font-size: 14px;
	overflow: hidden;
	max-height: 85px;
}
#page-header {
	padding-top: 160px;
	padding-bottom: 60px;
	text-align: center;
	text-transform: uppercase;
}
#page-header h1{
	font-size: 70px;
	margin-bottom: 0px;
}
.fullbody .event-info {
	width: 100%;
}
.fullbody .entry-title {
	margin-top: 0px;
}
.fullbody .entry-image-link {
	margin-bottom: 20px !important;
}
.fullbody .entry.entry-event {
	padding: 20px;
	box-shadow: 15px 15px 0px 0px rgb(210, 215, 215);
	border-radius: 0px;
	margin-left: 0px !important;
	width: 100%;
	height: fit-content;
	min-height: 440px;
	max-width: calc(100vw - 40px);
}
.flex.event-area-sec {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
}
.fullbody .entry.entry-event:hover {
	box-shadow: 15px 15px 0px 0px rgba(80,192,175,1);
}
@media screen and (min-width: 1200px) {
	.webinarPopup .inner {
		padding-bottom: 600px;
	}

}

@media screen and (max-width: 1200px) {
	.webinarPopup .inner {
		transform: translateX(-50%);
		top: 30px;
		left: 50%;
		width: 100%;
	}
}

@media screen and (max-width: 1100px) {
	.flex.event-area-sec {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-gap: 20px;
	}
	.flex.event-area-sec .entry.entry-event {
		width: 100%;
	}
}
@media screen and (max-width: 750px) {
	.flex.event-area-sec {
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width: 450px) {
	.fullbody {
		grid-template-columns: 1fr;
	}
	.fullbody .sidebar {
		display: none;
	}
}

@media screen and (max-height: 840px) {
	.webinarPopup .inner {
		transform: translateX(-50%);
		top: 30px;
		left: 50%;
		width: 100%;
	}
}
