.customCardBgGrey.withbgImg {
	background: url(../images/award/staticBannerBg.svg) no-repeat;
	width:100%;
	min-height: 240px;
	background-position: center center;
    background-size: cover;    
	margin-top:0px;
	margin-bottom:56px;
	padding:0;
}
.customCardBgGrey.withbgImg .imgcontainer {
    max-width: 186px;
	margin-right: 20px;
}
.customCardBgGrey.withbgImg .innerWrapper {
   display: flex;
    align-items: center;
    padding: 24px 86px;
}
.customCardBgGrey.withbgImg .title {
    color: #000;
    font-size: 42px;
    font-family: 'Poppins-Bold';
    margin-bottom: 24px;
}
.customCardBgGrey.withbgImg .content {
   font-size: 20px;
}
.content{
	color:#020817;
}
.content p:last-child {
	margin-bottom:0;
}
.aboutContent .innerSectionTitle{
	margin-bottom:34px;
}
.profileSec{
	margin-top:60px;
	margin-bottom:50px;
	border-radius: 6px;
    background: #F9FAFB;
	padding: 24px 32px;
}
.profileSec .content p{
	margin-bottom:28px;
}
.profileSec .innerSectionTitle{
	margin-bottom:30px;
}
.recognitionSec .innerSectionTitle{
	margin-bottom:24px;
}
.recognitionSec{
	/* margin-bottom:12px; */
	margin-bottom:42px;
	border-radius: 6px;
    background: #F9FAFB;
	padding: 32px 28px 40px 28px;
}
.recognitionSec .content{
	color: #374151;
}
.recognitionSec ul{
	font-family:"Poppins-Medium";
	margin-top:30px;
	margin-bottom:30px;
}
.recognitionSec ul li{
	margin-bottom:10px;
}
.recognitionSec ul li:last-child{
	margin-bottom:0px;
}
.recognitionSec .content a{
	color:#2C71B9;
}
.recognitionSec .content a:hover,.recognitionSec .content a:focus{
	color:#2C71B9;
	text-decoration:underline;
	opacity:0.8;
}
.profileSec .content p{
	margin-bottom:28px;
}
.alertContent{
	border:1px solid #E3F0FB;
	border-left:3px solid #2C71B9;
	border-radius:3px;
	margin-top:8px;
	margin-bottom:80px;
	padding:28px 30px;
	background:#E3F0FB;
	color:#374151;
}
.alertContent a{
	color:#2C71B9;
	font-family: 'Poppins-SemiBold';
}
.alertContent a:hover,.alertContent a:focus{
	color:#2C71B9;
}
.achievementSec{
	background:#E3F0FB;
	border:1px solid #CBE0F6;
	padding:36px 32px 30px 32px;
	color:#090909;
	margin-bottom:45px;
	border-radius:2px;
}
.achievementSec .title{
	font-size:30px;
	margin-bottom:22px;
	color:#090909;
}
.achievementSec .imgContainer{
	border-radius:4px;
}
.achievementContent {
    padding-left: 40px;
	color:#090909;
}
.achievementContent p{
	margin-bottom:22px;
}
.achievementContent p:last-child{
	margin-bottom:0px;
}
.sponsoredBy{
	color:#090909;
	margin-top:35px;
}
.sponsoredBy p{
	margin-bottom:0;
}
.sponsoredBy .imgContainer{
	margin-top:16px;
	border-radius:0;
}
.recipientSec{
	margin-bottom:0px;
}
.recipientContent{
	background:#F7F8FA;
	border:1px solid #F3F4F6;
	padding:32px 32px 2px 32px;
}
.awardsContent {
    padding-bottom: 100px;
}
.recipientCardCol{
	margin-bottom:30px;
}
.recipientCard{
	box-shadow: 0px 0px 13px rgb(0 0 0 / 9%);
	padding: 24px 24px 64px 24px;
    background: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
	border-radius:6px;
	height:100%;
}
.recipientCard:hover{
	box-shadow: 0px 0px 13px rgb(0 0 0 / 30%);
}
.recipientCard .imgcontainer {
    width: 188px;
    border-radius: 50%;
    height: 188px;
    margin-bottom: 24px;
	overflow: hidden;
}
.recipientCard .imgcontainer img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.recipientCard .imgcontainer.defaultImg {
    border: 1px solid #2C71B9;
	padding: 24px 24px;
    overflow: hidden;
}
.recipientCard .content .name {
    color: #3A3A7A;
    font-family: 'Poppins-SemiBold';
    font-size: 20px;
    margin-bottom: 12px;
}
.recipientCard .content .year {
    font-size: 16px;
    color: #2470C7;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 4px;
}
.recipientCard .content .dest {
    color: #4B5563;
    font-size: 14px;
    margin-bottom: 12px;
}
.recipientCard .viewBtn {
    position: absolute;
    bottom: 0;
    left: 24px;
    width: calc(100% - 48px);
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    border-top: 1px solid #F3F4F6;
    padding: 20px 0;
}
.recipientCard .viewBtn .btn-link {
    font-family: 'Poppins-SemiBold';
    color: #2C71B9;
    text-decoration: none;
    font-size: 14px;
	border: none !important;
}
.recipientCard .viewBtn .btn-link:hover, .recipientCard .viewBtn .btn-link:focus, .recipientCard .viewBtn .btn-link.active, .recipientCard .viewBtn .btn-link:not(:disabled):not(.disabled):active{
	font-size: 14px;
	color: #2C71B9;
	text-decoration:underline;
}
.paginationSec {
    margin-top: 15px;
}
.achievementSec .imgContainer{
	width:100%;
}
.achievementSec .imgContainer img{
	width:100%;
}
.sponsoredBy .imgContainer img{
	width:unset;
}
.staticBanner + section {
    padding-bottom: 100px;
    background: #fff;
}

@media(min-width:768px){
	#recipientWrapper {
		display: block !important;
		height: auto !important;
		visibility: visible !important;
	}
	.recipientSec [data-toggle="collapse"] {
		pointer-events: none;
		cursor: default;
	}
	.paginationSec {
		position: absolute;
		right: -20px;
		bottom: -66px;
	}
}
@media(min-width:992px){

}
@media(min-width:1440px){
	
}
@media(min-width:1536px){
	
}
@media(min-width:1600px){
	
}
@media(min-width:1920px){
	
}


@media(max-width:1440px){
	
}
@media(max-width:1342px){
	.customCardBgGrey.withbgImg .innerWrapper {
		padding: 24px 42px;
	}	
	.achievementContent {
		padding-left: 0;
	}
}
@media(max-width:1200px){
	
}
@media(max-width:1199px){
	.customCardBgGrey.withbgImg .innerWrapper {
		padding: 24px 32px;
	}
	.customCardBgGrey.withbgImg .title {
		font-size: 36px;
	}
	.achievementSec .title {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.profileSec .content p {
		margin-bottom: 15px;
	}
	.profileSec {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.alertContent {
		margin-bottom: 40px;
	}
	.achievementContent p {
		margin-bottom: 15px;
	}
	.recipientCard .imgcontainer {
		width: 160px;
		height: 160px;
	}
	.recognitionSec {
		padding: 32px 28px 5px 28px;
	}
}
@media(max-width:1024px){
	
}
@media(max-width:1023px){
	.customCardBgGrey.withbgImg .title {
        font-size: 30px;
    }
	.customCardBgGrey.withbgImg {
		margin-top: 0px;
		margin-bottom: 30px;
		min-height: 200px;
	}
	.aboutContent .innerSectionTitle {
		margin-bottom: 20px;
	}
	.profileSec {
		padding: 20px 20px;
	}
	.profileSec .innerSectionTitle {
		margin-bottom: 20px;
	}
	.recognitionSec {
        padding: 20px 20px 5px 20px;
    }
	.alertContent {
        margin-bottom: 30px;
		padding: 20px 20px;
    }
	.achievementSec {
		padding: 20px 20px 20px 20px;
		margin-bottom: 30px;
	}
	.sponsoredBy {
		margin-top: 15px;
	}
	.recipientContent {
		padding: 20px 20px 2px 20px;
	}
	.paginationSec {
       right: -5px;
	}
}
@media(max-width:991px){
	.customCardBgGrey.withbgImg .innerWrapper {
        padding: 20px 20px;
    }
	.customCardBgGrey.withbgImg .imgcontainer {
		max-width: 160px;
		margin-right: 15px;
	}
	.customCardBgGrey.withbgImg .title {
        font-size: 26px;
        margin-bottom: 15px;
    }
	.customCardBgGrey.withbgImg .content {
		font-size: 18px;
	}
	.recognitionSec ul {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.achievementSec .title {
        font-size: 20px;
	}
	.recipientCard .content .name {
		font-size: 18px;
		margin-bottom: 8px;
	}
}
@media (max-width:767px){
	.customCardBgGrey.withbgImg .imgcontainer {
        max-width: 142px;
        margin-right: 0;
        margin-bottom: 20px;
    }
	.customCardBgGrey.withbgImg .innerWrapper {
        padding: 15px 20px 20px 20px;
        flex-direction: column;
        text-align: center;
    }
	.customCardBgGrey.withbgImg .title {
        font-size: 20px;
	}
	.customCardBgGrey.withbgImg .content {
        font-size: 16px;
    }
	.profileSec .imgContainer {
		margin-bottom: 20px;
		width:100%;
	}
	.profileSec .imgContainer img{
		width:100%;
	}
	.achievementSec .imgContainer {
		margin-bottom: 20px;
	}
	.achievementSec .title {
        font-size: 18px;
    }
	.recipientCard .imgcontainer {
        width: 188px;
        height: 188px;
    }
	.recipientSec .innerSectionTitle {
        background: #F0F1F5;
        border-left: 0;
        padding: 22px 20px;
        margin-bottom: 0 !important;
		border-radius:5px;
    }
	.recipientSec {
        border-top: none;
        position: relative;
        padding-top: 0;
    }
	.recipientSec .innerSectionTitle a {
        position: relative;
        width: 100%;
        display: block;
        color: #2C71B9;
        font-family: 'Poppins-Medium';
    }
	.recipientSec .innerSectionTitle a::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 16px;
        height: 15px;
        background: url(../images/award/accordArrow.svg) no-repeat;
        margin-top: 2px;
    }
	.recipientSec .innerSectionTitle a[aria-expanded="true"] {
        padding-left: 15px;
        border-left: 4px solid #00C9A6;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        color: #3A3A7A;
        font-family: 'Poppins-Bold';
    }
	.recipientSec .innerSectionTitle a[aria-expanded="true"]::after {
        transform: translateY(-50%) rotate(180deg);
        margin-top: -2px;
    }
	.recipientContent {
        padding: 0;
        background: #fff;
		border: none;
    }
	.paginationSec {
        margin-top: 0;
    }
	.awardsContent {
		padding-bottom: 40px;
	}
	.recipientCardCol {
		margin-bottom: 20px;
	}
	#recipientWrapper {
		background: #F7F8FA;
		border: 1px solid #F3F4F6;
		padding: 15px 15px 0px 15px;
	}
	
}
@media (max-width:576px){
	.customCardBgGrey.withbgImg .title {
        font-size: 18px;
    }
}
@media (max-width:480px){
	
}
@media (max-width:420px){
	
}
@media (max-width:380px){
	
}
