
.rd-cpblts .header-block,
.rd-cpblts .third-block,
.rd-cpblts .fourth-block,
.rd-cpblts .second-block
{
	padding-bottom: 0px;
}

.rd-cpblts .fourth-block
{
	padding-top: 68px;
}

.rd-cpblts .third-block{
	padding-top: 83px;
}

.rd-cpblts .second-block{
	padding-top: 68px;
	padding-bottom: 83px;
	border-bottom: 1px solid #C4DADE;
}

.second-block .past-events{
	margin-top: 110px;
}
.second-block .past-events .show-more-btn{
	display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 47px;
}

.second-block .past-events .show-more-btn a{
	display: inline-block;
	font-family: Gilroy-Bold!important;
    font-weight: bold!important;
    font-size: 14px!important;
    line-height: 16.41px!important;
    color: #000000!important;
}


.second-block .grid,
.third-block .grid,
.fourth-block .grid{
	display: grid;
    grid-row-gap: 41px;
    grid-column-gap: 41px;
}

.second-block .grid,
.third-block .grid,
.fourth-block .grid{
	margin-top: 32px;
}

.second-block .grid{
	grid-template-columns: 1fr 1fr;
}

.second-block.scndblk-emptystate{
	padding-bottom: 0px!important;
    border-bottom: none!important;
}	

.third-block .grid{
	grid-template-columns: 1fr 1fr 1fr;
}

.fourth-block .grid{
	grid-template-columns: 1fr 1fr 1fr 1fr;
}


.rd-cpblts .fifth-block{
	padding-top: 136px;
	padding-bottom: 82px;
}


.rd-cpblts .talentpool-slider{
	margin-top: 32px;
	position: relative;
}


.rd-cpblts .sixth-con{
	background: linear-gradient(180deg, #007991 0%, #006E91 100%);
	border-radius: 8px;
	padding: 67px 175px 67px 175px;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	align-content: center;
	text-align: center;
}

.sixth-con .title{
	font-family: Gilroy-Bold!important;
    font-weight: bold!important;
    font-size: 31px!important;
    line-height: 32px!important;
    color: #ffffff!important;
    margin-bottom: 8px!important;
}

.sixth-con .summary{
	font-family: Gilroy-Medium!important;
    font-weight: 400!important;
    font-size: 20px!important;
    line-height: 16px!important;
    color: #ffffff!important;
    margin-bottom: 32px!important;
}

.rd-cpblts .explore-card{
	height: 112px;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	object-fit: cover;
	background-size: 100% 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 32px;
}

.rd-cpblts #explore-slider a{
	width: 100%;
}

.rd-cpblts .explore-card:hover{
	background-size: 110% 110%;
}

.rd-cpblts .explore-card p{
	font-family: Lato-Bold!important;
    font-weight: 700!important;
    font-size: 20px!important;
    line-height: 24px!important;
}


.rd-cpblts .past-events .past-event-card{
	display: none;
}

.rd-cpblts .past-events .past-event-card:nth-child(1),
.rd-cpblts .past-events .past-event-card:nth-child(2),
.rd-cpblts .past-events .past-event-card:nth-child(3),
.rd-cpblts .past-events .past-event-card:nth-child(4){
	display: flex;
}
/*--------------Small Screen Desktop (1440)------------------*/
@media only screen and (max-width: 1440px){


}


/*--------------TABLET LANDSCAPE(1024)------------------*/
@media only screen and (max-width: 1024px){

	.rd-cpblts .sixth-con {
		padding: 67px 150px 67px 150px;
	}

	.second-block .grid, .third-block .grid, .fourth-block .grid {
	    display: grid;
	    grid-row-gap: 25px;
	    grid-column-gap: 25px;
	}

}


/*--------------TABLET PORTRAIT(768)------------------*/
@media only screen and (max-width: 900px){

	

	.second-block .grid {
	    grid-template-columns:1fr 1fr;
	}

	.rd-cpblts .sixth-con {
		padding: 67px 100px 67px 100px;
	}

	.third-block .grid {
	    grid-template-columns: 1fr 1fr;
	}

}

/*--------------Mobile(500)------------------*/
@media only screen and (max-width: 600px){

	.rd-cpblts .second-block {
	    padding-top: 40px;
	}

	.second-block .grid, .third-block .grid, .fourth-block .grid {
	    grid-template-columns:1fr;
	    grid-row-gap: 16px;
	} 

	.rd-cpblts .sixth-con {
		padding: 67px 30px 67px 30px;
	}

	.rd-cpblts .fifth-block {
	    padding-top: 82px;
	}

	.rd-cpblts .header-block{
	    padding-top: 0px!important;
	}

	.second-block .past-events {
	    margin-top: 40px;
	}

	.rd-cpblts .second-block {
	    padding-bottom: 60px;
	}

	.second-block .grid, .third-block .grid, .fourth-block .grid {
	    margin-top: 16px;
	}


}