/* *********************************** */
.pcss3t {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 0;
	text-align: left;
	margin-top: 15px;
	box-shadow: 0px 0px 16px -1px #ccc;
}
.pcss3t > input {
	position: absolute;
	display: none;
}
.pcss3t > label {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	cursor: pointer;
	transition: all 0.1s;
	-o-transition: all 0.1s;	
	-ms-transition: all 0.1s;	
	-moz-transition: all 0.1s;	
	-webkit-transition: all 0.1s;
	width: 50%;
	letter-spacing: 0.5px;
    font-weight: 600;
}

.pcss3t > input:checked + label {
	cursor: default;
}
.pcss3t > ul {

	list-style: none;
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	font-size: 1rem;
}
.pcss3t > ul > li {
	position: absolute;
	width: 100%;
	overflow: auto;
    padding: 0px 0px 13px 13px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	opacity: 0;
	transition: all 0.5s;
	-o-transition: all 0.5s;	
	-ms-transition: all 0.5s;	
	-moz-transition: all 0.5s;	
	-webkit-transition: all 0.5s;
}
.pcss3t > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t > .tab-content-3:checked ~ ul .tab-content-3 {
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 1;
	-webkit-transform: scale(1,1);
	-webkit-transform: rotate(0deg);
}
.pcss3t-height-auto > ul {
	height: auto !important;
}
.pcss3t-height-auto > ul > li {
	position: static;
	display: none;
	height: auto !important;
}
.pcss3t-height-auto > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t-height-auto > .tab-content-3:checked ~ ul .tab-content-3 {
	display: block;
}
.pcss3t-icons-top > label {
	text-align: center;
}
.pcss3t-icons-top > label i {
	float: none;
	margin: 0 auto -10px;
	padding-top: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.pcss3t-icons-right > label i {
	float: right;
	margin: 0 -2px 0 8px;
}
.pcss3t-icons-bottom > label {
	text-align: center;
}
.pcss3t-icons-bottom > label i {
	float: none;
	margin: -10px auto 0;
	padding-bottom: 17px;
	font-size: 23px;
	line-height: 23px;
	text-align: center;
}
.pcss3t-icons-only > label i {
	float: none;
	margin: 0 auto;
	font-size: 23px;
}
.pcss3t > label {	
	padding: 0 20px;
	background: #e5e5e5;
	font-size: 18px;
	line-height: 49px;
	border: 1px solid #7B171A;
}
.pcss3t > label:hover {
	background: #f2f2f2;
}
.pcss3t > input:checked + label {
	background: #7B171A;
    color: #fff;
	letter-spacing: 1px;
    font-weight: 600;
	width: 100%;
}
.pcss3t > ul {
	background: #fff;
	text-align: left;
}
.pcss3t-steps > label:hover {
	background: #e5e5e5;	
}
.single-event{
	display: grid;
	border-bottom: 1px solid #d0d1d1;
    padding-bottom: 8px;
    padding-top: 8px;
}
.single-event span{
	color: #ef6f0c;
    font-weight: 700;
    font-size: 15px;
}
.single-event span i{
	margin-right: 5px;
}
.single-event a{
	display: block;
	color: #000;
    font-weight: 600;
	font-size: 15px;
}
.single-event a:hover{
	color: rgb(27, 105, 194);
}
.single-event a img{
	width:30px;
}
.tab-content-first ul,
.tab-content-3 ul{
	height: 250px;
	overflow-y: scroll;
}