html{
	box-sizing: border-box;
}
body{
	
	margin: auto;
/*	margin: 0;	*/
	opacity: 1;
	outline: none;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}

body * {
	margin: 0;
	list-style-type: none;
	outline: none;
	box-sizing: border-box;
}

a {
    display: inline-block;
    line-height: 1em;
}

a:link{
  text-decoration: none;
} 

a:visited{
  text-decoration: none;
} 

a:hover{
  text-decoration: none;

} 
  
a:active{
  text-decoration: none;
}
section{
	display: block;
}
div{
	display: block;
}
.main-container{
	
/*	border: 4px dashed red;*/
	background: #fff;
	margin: 0 auto;/**/
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto;
	z-index: 2;
}

#main-content{
	/*border: 2px dashed green;*/
	position: relative;
	clear: both;
	height: auto;
	min-height: calc(100vh - 100px);
	min-height: -webkit-calc(100vh - 100px);
	min-height: -moz-calc(100vh - 100px);
	min-height: -ms-calc(100vh - 100px);
	min-height: -o-calc(100vh -  100px);
	width: 100%;
	clear: both;
	background: rgb(245,246,250);/*%after*/
}
#main-content .path-listing{
	position: relative;
	background: #fff;
	padding: 0 10%;
	width: 100%;
	height: auto;
	min-height: 60px;
	padding-top: 50px;
	padding-bottom: 20px;
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 15px;
	font-family: open_semi;
}
.path-listing p > a{
	color: #db0404;
}
.path-listing p > span{
	color: #6d6d6d;
}
#main-content .main-image{
	/*border: 2px solid gold;*/
	position: relative;
	background: rgb(245,246,250);
	width: 100%;
	margin: auto;
	
	height: 50px;
	background: url('../../files/images/pattern.jpg');
	background-color: #fff;
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	background-size: 720px 720px;
}
.main-image .overlay-content{
/*border: 2px solid blue;*/
	position: relative;
	width: 100%;
	height: auto;
    min-height: 50px;
	margin: auto;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0);
	padding: 0 10%;
	
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
	color: #323232;
}
.overlay-content h2{
	font-size: 18px;
    font-family: monts_semi;
    font-weight: 400;
    text-align: left;
}
#main-content .event-body{
/*	border: 2px solid red;*/
	position: relative;
	width: 100%;
	height: auto;
	min-height: 100vh;
	padding: 2% 10% 2% 10%;
	background: #fff;
}

.event-body .event-photo-container{
/*	border: 2px dashed blue;*/
	width: 100%;
	height: 600px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2em;
}
.event-photo-container img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.event-details{
    border: 1px dashed rgba(0, 0, 0, 0.08);
	padding: 25px;
	margin-bottom: 2em;
}
.event-details .event-details-header{
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0 0 25px 0;
}
.event-details-header .event-date{
	font-size: 20px;
	font-family: monts_reg;
}
.event-date .fa{
	color: rgba(0, 0, 0, 0.3);
    margin: 0 12px 0 0;
    vertical-align: -1px;
}
.event-details .attributes{
	display: grid;
	grid-template-columns: repeat(3,minmax(auto,1fr));
	grid-auto-rows: auto;
	grid-gap: 50px;
	gap: 50px;
}
.attributes div{
	padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	line-height: 42px;
	font-family: monts_reg;
	font-size: 14px;
}
.attributes div span{
	opacity: 0.5;
	color: #323232;
}
.attributes div span:nth-child(2){
	float: right;
	opacity: 1;
}

.event-description{
    border: 1px solid rgba(50, 50, 50, 0.08);
    border-radius: 3px;
    margin: 0 0 30px 0;
    padding: 25px;
}
.event-description img{
	max-width: 100%;
}
.event-description > h2{
	border-bottom: 1px solid rgba(50, 50, 50, 0.06);
	font-size: 18px;
	font-family: monts_reg;
	font-weight: 300;
	color: #323232;
    margin: 10px 0 30px 0;
    padding: 0 0 18px 0;
}
.event-description > p{
	margin: 0 0 30px 0;
	color: #6d6d6d;
	line-height: 24px;
	font-size: 15px;
	font-family: open_reg;
}

/*styles below for video*/
.video-container{
	/*border: 2px solid rgb(0, 206, 27);*/
	border: 1px solid rgba(50, 50, 50, 0.08);
    border-radius: 3px;
    position: relative;
    width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	margin: 0 0 30px 0;
	padding: 25px;
    /*padding-bottom: 56.25%;*/
}
.video-container > h2 {
    border-bottom: 1px solid rgba(50, 50, 50, 0.06);
    font-size: 18px;
    font-family: monts_reg;
    font-weight: 300;
    color: #323232;
    margin: 10px 0 30px 0;
	padding: 0 0 18px 0;
	width: 100%;
}
.video-container .video {
    position: relative;
    width: 100%;
    height: auto;
}
.video-container audio{
    position: relative;
    max-width: 100%;
}
/*styles above for video*/

.pdf-container{
	/*border: 2px solid red;*/
	width: 100%;
	height: 1000px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5%;
}
.pdf-document{
	position: relative;
	width: 100%;
	height: 100%;
}
.options-container{
    border: 1px solid rgba(50, 50, 50, 0.08);
    border-radius: 3px;
    margin: 0 0 30px 0;
    padding: 25px;
}
.options-container .event-register{
	visibility: visible;
}
.event-register > h2{
	border-bottom: 1px solid rgba(50, 50, 50, 0.06);
	font-size: 18px;
	font-family: monts_reg;
	font-weight: 300;
	color: #323232;
    margin: 10px 0 30px 0;
    padding: 0 0 18px 0;	
}
.options-container .event-attributes{
	display: grid;
	grid-template-columns: repeat(3,minmax(auto,1fr));
	grid-auto-rows: auto;
	grid-gap: 50px;
	gap: 50px;	
}
.event-attributes div{
	padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
	line-height: 42px;
	font-family: monts_reg;
	font-size: 14px;	
}
.event-attributes div span{
	opacity: 0.5;
	color: #323232;	
}
.event-attributes div span:nth-child(2){
	float: right;
	opacity: 1;	
}

.options-container .download-container{
  /*  border: 1px dashed rgba(50, 50, 50, 0.08);*/
  	/*border: 2px solid red;*/
    border-radius: 3px;
    margin: 0 0 30px 0;
	padding: 25px 0;	
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.download-container #pdf-download-btn{
	border: none;
	height: 50px;
	color: #fff;
	font-size: 16px;
	font-family: monts_semi;
    width: auto;
    width: 120px;
	background: #1598FE;
	display: flex;
	margin-right: 10px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	transition: all 0.45s;
}
.download-container #pdf-download-btn:hover{
	background: #0b86e4;
}

.download-container #tweet-btn{
	font-size: 14px;
	font-family: monts_semi;	
	background: #1DA1F2;
	color: #fff;
	width: 120px;
	height: 50px;
	margin-right: 10px;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 1350px){
	
	#main-content .event-body{
		padding: 0 6% 6% 6%;
	}
	.event-body .event-photo-container{
		padding-top: 2em;
	}
	.event-body .event-body-grid{
		gap: 15px;
		grid-gap: 15px;
	}
	.event-block{
		max-height: 1200px;
	}
	.event-block .event-content{
		height: 350px;
	}
}
@media screen and (max-width: 1320px){
	
	#main-content .event-body{
		padding: 0 2% 2% 2%;
	}
	.event-body .event-body-grid{
		gap: 10px;
		grid-gap: 10px;
	}
	.event-block{
		max-height: 1200px;
	}
	.event-block .event-content{
		height: 400px;
	}
}
@media screen and (max-width: 1080px){
	
	#filter-form .List{
		width: 250px;
	}
}
@media screen and (max-width: 850px){
	#filter-form .List{
		width: 200px;
	}
	.event-body .event-body-grid{
		grid-template-columns: repeat(1,1fr);
		gap: 20px;
		grid-gap: 20px;
	}
}

@media screen and (max-width: 50em){
	#main-content .path-listing{
		margin-top: 100px;
		padding-right: 3%;
		padding-left: 3%;
	}

	#main-content .main-image {
		/* border: 2px solid gold; */
		padding-top: 15px;
		height: auto;
		min-height: 250px;

	}

	.event-body .event-photo-container{
		height: 300px;
	}

	.pdf-container{
		height: 300px;
	}

	.main-image .overlay-content{
		padding-right: 3%;
		padding-left: 3%;
	}
}

@media screen and (max-width: 550px){
	.event-description img{
		max-height: 300px;
		object-fit: contain;
	}
	.video-container video{
		max-width: 100%;
		max-height: 300px;
	}
}