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;
	margin: auto;
	margin-top: 50px;
	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;
	margin: auto;
	background: rgb(245,246,250);
	width: 100%;
	height: auto;
	min-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;
	margin: auto;
	width: 100%;
	height: auto;
	min-height: 50px;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0);
	padding: 0 10%;
	padding-top: 10px;
	padding-bottom: 10px;
	
    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;*/
	/*770x518*/
	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;
	height: auto;
    min-height: 50px;
    position: relative;
    overflow: hidden;
}
.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;
	height: auto;
}
.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-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;
	flex-direction: row;
	margin-right: 10px;
	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;
}

/*commenting styles begin*/
.comment-container{
    border-radius: 3px;
    margin: 0 0 30px 0;
	padding: 25px 0;	
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	
	height: auto;
}
.comment-parent{
	background: rgb(244,244,244);
}
.comment-container .comment-form{
	display: flex;
	flex-direction: column;
}
.comment-container .comment-form label{
	color: red;
	font-size: 14px;
	font-family: monts_semi;
	margin-bottom: 10px;
}

.comment-container textarea{
	width: 500px;
	height: 80px;
	background: #fff;
	resize: none;
	font-size: 14px;
	font-family: open_semi;
	padding: 10px;
	resize: vertical;
}
.comment-container .comment-btn{
	width: 120px;
	height: 50px;
	background: #282828;
	border: none;
	color:#fff;
	font-family: open_reg;
	font-weight: 400px;
	cursor: pointer;
	margin-bottom: 60px;
}

.comment-box{
	/*border: 2px solid red;*/
	border: 2px solid violet;
	border: none;
	position: relative;
	width: 815px;
	padding: 20px;
	margin-bottom: 5px;
	background: #fff;
	border-radius: 4px;
}
.comment-box .comment-controlls{
	border: 4px solid #03ff03;
	border: none;
	position: absolute;
	padding: 5px 5px 0 0;
	width: 100%;
	height: auto;
	min-height: 10px;
	top: 0;
	right: 0;
	color: #fff;
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	align-items: flex-end;
	z-index: 5;	
}


/*personal delete button styles*/
.comment-box .remove-comment{
	position: relative;
	background: none;
    font-size: 14px;
    font-family: monts_semi;
    color: #209eff;
	border: 1px solid #46dc00;
	border: none;
	text-transform: capitalize;
	cursor: pointer;
	margin-top: 10px;
	z-index: 5;
}
.comment-box .remove-comment span:nth-child(1){
	color: rgb(150,154,162);
}
.comment-box .remove-comment span:nth-child(2){
	color: rgb(29,33,41);
}
/*personal delete button styles end*/

.comment-box .delete-comment{
	position: relative;
	background: none;
    font-size: 14px;
    font-family: monts_semi;
    color: #209eff;
	border: 1px solid #46dc00;
	border: none;
	text-transform: capitalize;
	cursor: pointer;
	margin-top: 4px;
	z-index: 5;
}
.comment-box .delete-comment span:nth-child(1){
	color: rgb(150,154,162);
}
.comment-box .delete-comment span:nth-child(2){
	color: rgb(29,33,41);
}

.comment-box .edit-comment{
	position: relative;
	background: none;
    font-size: 14px;
    font-family: monts_semi;
    color: #209eff;
	border: 1px solid #dc0018;
	border: none;
	text-transform: capitalize;
	cursor: pointer;
	z-index: 5;
}
.comment-box .edit-comment span:nth-child(1){
	color: rgb(150,154,162);
}
.comment-box .edit-comment span:nth-child(2){
	color: rgb(29,33,41);
}

.comment-box .change-area{
	/*border: 2px solid rebeccapurple;*/
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;

	display: none;
}
.change-area.reveal{
	display: flex;
}
.change-area .change-controlls{
	width: 100%;
	height: auto;
	margin-top: 10px;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}
.change-controlls .save-edit{
	position: relative;
	background: #209eff;
    font-size: 15px;
    font-family: monts_reg;
	color: #fff;
	padding: 10px 20px;
	border: 1px solid #46dc00;
	border: none;
	text-transform: capitalize;
	cursor: pointer;
	margin-right: 4px;
	z-index: 5;
}
.change-controlls .cancel-edit{
	position: relative;
	background: transparent;
    font-size: 15px;
    font-family: monts_reg;
	color: #209eff;
	padding: 10px 20px;
	border: 1px solid #46dc00;
	border: none;
	text-transform: capitalize;
	cursor: pointer;
	z-index: 5;
}
.comment-box #edit-area{
	width: 100%;
    height: 80px;
    background: #fff;
    resize: none;
    font-family: open_reg;
    font-size: 14px;
    line-height: 16px;
    color: #282828;
    font-weight: 100;
	padding: 10px;
	resize: vertical;
}



.comment-box .comment-details{ /*.comment-box*/
	/*border: 2px solid #222; */
    box-sizing: border-box;
    position: relative;
    margin: auto;
    margin-right: 0;
    margin-left: unset;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
	width: auto;
	font-family: open_reg;
	font-size: 14px;
	line-height: 16px;
	color: #282828;
	font-weight: 100;
}
.comment-details .comment-pic{
	/*border: 1px solid red; */
	position: relative;
    align-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
}
.comment-pic .comment-avatar{
    background: none;
    align-self: center;
    position: relative;
    margin: auto;
    width: 50px;
    height: 100%;
    /*cursor: pointer;*/
    border: none;
    overflow: hidden;
}
.comment-pic .comment-avatar img{
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    border: .2rem solid #fff;
    object-fit: cover;
}
.comment-details .comment-label{
	position: relative;
    align-self: center;
    margin-left: 10px;	
}
.comment-box p{
	font-family: open_reg;
	font-size: 14px;
	line-height: 2rem;
	line-height: 20px;
	color: #282828;
	font-weight: 100;
	padding-left: 60px;
	margin-top: 5px;
}
.comment-box p.reveal{
	display: none;
}


/*Styles below added in on 0110 - 1100 - 2019*/
.delete-confirmation-container{
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 501;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
}
.delete-confirmation-container.details-open{
	opacity: 1;
	visibility: visible;
}

.delete-confirmation-container .confirmation-block{
	/*border: 2px dashed red;*/
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	background: #fff;
	height: auto;
	width: 500px;
	min-height: 30vh;
	/*max-height: 480px;
	height: 75%;*/
	z-index: 1;
	box-shadow: 0 0 30px 0 rgba(43,86,112,.1);
	box-shadow: 0 2px 26px rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .1);
	transition: all 0.4s ease;
}
.confirmation-block .block-header{
	position: relative;
	width: 100%;
	height: 50px;
	/*border: 2px solid red;*/
	border-top: 1px solid rgb(243, 243, 243);
	background: rgb(250, 250, 250);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: auto;
	margin-top: 0;
}
.confirmation-block .block-header p{
	font-family: monts_semi;
	font-size: 18px;
	color: #363636;
}
.confirmation-close-btn{
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 36px;
	background: none;
	z-index: 1;
	cursor: pointer;
}
.confirmation-close-btn:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 20px;
	height: 2px;
	background: rgb(157, 171, 186);

	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.confirmation-close-btn:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 20px;
	height: 2px;
	background: rgb(157, 171, 186);

	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.confirmation-block #block-message{
	font-family: monts_reg;
	font-size: 16px;
	color: #363636;	
	text-align: left;
}

.confirmation-block .block-footer{
	position: relative;
	width: 100%;
	height: 50px;
	/*border: 2px solid rgb(0, 255, 21);*/
	border-top: 1px solid rgb(243, 243, 243);
	background: rgb(250, 250, 250);
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	margin: auto;
	margin-bottom: 0;
}
.confirmation-block .block-footer .del{
	position: relative;
    background: #209eff;
    font-size: 15px;
    font-family: monts_reg;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid #209eff;
    text-transform: capitalize;
    cursor: pointer;
    margin-right: 10px;
    z-index: 5;
}
.confirmation-block .block-footer .cal{
	position: relative;
    background: transparent;
    font-size: 15px;
	font-family: monts_reg;
	border: 1px solid #363636;
    color: #363636;
    padding: 10px 20px;
    border-radius: 4px;
    text-transform: capitalize;
    cursor: pointer;
    margin-right: 4px;
    z-index: 5;
}
/*styles above added on 0110 1100 19 end*/

/*******styles below replicated above on 0110 1100 19 begin*******/
.delete-confirmation-container2{
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 501;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
}
.delete-confirmation-container2.details-open{
	opacity: 1;
	visibility: visible;
}

.delete-confirmation-container2 .confirmation-block2{
	/*border: 2px dashed red;*/
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	background: #fff;
	height: auto;
	width: 500px;
	min-height: 30vh;
	/*max-height: 480px;
	height: 75%;*/
	z-index: 1;
	box-shadow: 0 0 30px 0 rgba(43,86,112,.1);
	box-shadow: 0 2px 26px rgba(0, 0, 0, .3), 0 0 0 1px rgba(0, 0, 0, .1);
	transition: all 0.4s ease;
}
.confirmation-block2 .block-header2{
	position: relative;
	width: 100%;
	height: 50px;
	/*border: 2px solid red;*/
	border-top: 1px solid rgb(243, 243, 243);
	background: rgb(250, 250, 250);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: auto;
	margin-top: 0;
}
.confirmation-block2 .block-header2 p{
	font-family: monts_semi;
	font-size: 18px;
	color: #363636;
}
.confirmation-close-btn2{
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 36px;
	background: none;
	z-index: 1;
	cursor: pointer;
}
.confirmation-close-btn2:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 20px;
	height: 2px;
	background: rgb(157, 171, 186);

	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.confirmation-close-btn2:after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 20px;
	height: 2px;
	background: rgb(157, 171, 186);

	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.confirmation-block2 #block-message2{
	font-family: monts_reg;
	font-size: 16px;
	color: #363636;	
	text-align: left;
}

.confirmation-block2 .block-footer2{
	position: relative;
	width: 100%;
	height: 50px;
	/*border: 2px solid rgb(0, 255, 21);*/
	border-top: 1px solid rgb(243, 243, 243);
	background: rgb(250, 250, 250);
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	margin: auto;
	margin-bottom: 0;
}
.confirmation-block2 .block-footer2 .del2{
	position: relative;
    background: #209eff;
    font-size: 15px;
    font-family: monts_reg;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid #209eff;
    text-transform: capitalize;
    cursor: pointer;
    margin-right: 10px;
    z-index: 5;
}
.confirmation-block2 .block-footer2 .cal2{
	position: relative;
    background: transparent;
    font-size: 15px;
	font-family: monts_reg;
	border: 1px solid #363636;
    color: #363636;
    padding: 10px 20px;
    border-radius: 4px;
    text-transform: capitalize;
    cursor: pointer;
    margin-right: 4px;
    z-index: 5;
}

@media screen and (max-width: 550px){
	.comment-box p{
		padding-left: 0px;
	}
	.delete-confirmation-container .confirmation-block{
		width: 90vw;
	}
	.delete-confirmation-container2 .confirmation-block2{
		width: 90vw;
	}
	.comment-box .comment-controlls{
		flex-direction: row;
	}
	.options-container{
		padding-left: 2%;
		padding-right: 2%;
	}
	.confirmation-block #block-message{
		max-width: 90%;
	}
	.confirmation-block2 #block-message2{
		max-width: 90%;
	}
	.comment-box .comment-details{
		margin-top: 15px;
	}
}
/*******styles below replicated above on 0110 1100 19 end*******/


@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%;
		padding-top: 3%;
		padding-bottom: 3%;
	}

	#main-content .main-image {
		/* border: 2px solid gold; */
		padding-top: 3%;
		padding-bottom: 3%;
		height: auto;
		min-height: 150px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

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

	.pdf-container{
		height: 300px;
	}

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

	.comment-container form{
		width: 100%;

	}
	.comment-container form textarea{
		width: 90%;
	}
}

@media screen and (max-width: 50em){
	.overlay-content h2 {
		font-size: 18px;
	}
}

/**/
@media screen and (max-width: 50em){
	.comment-container form {
		width: 100%;
	}
}
@media screen and (max-width: 50em){
	.comment-container form textarea {
		width: 95%;
	}

	.comments-wrapper{
		width: 95%;
	}

	.comment-box{
		width: 100%;
	}
}

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