/*
#gatewayShell #secondary-gw-logo {        
    max-width: 342px;
}
#gatewayShell #secondary-gw-logo img {
    min-height: 100px;
    min-width: 342px;
    max-width: 342px;
}
*/

body#gatewayShell #primary-gw-logo img, body#gatewayShell #secondary-gw-logo img {
    display: none;
}

#primary-gw-logo {
    width: 100%;    
    height: 60px;
}

body#gatewayShell #primary-gw-logo::after {
    display: block;
    content: '';
    width: 100%;
    height: 70px;
    background: url(https://cdn.peoplevalue.co.uk/img/ngbailey/NGB%2BMyRecognitionLogo_Colour.png);
    background-size: contain;
    background-repeat: no-repeat;
}

 [id^="Custompage"] #BodySection .welcomearea .card {
        min-height: 380px !important;
	  border-radius: 0!important;
    }

    #About #BodySection .card {
        min-height: 320px !important
    }

.welcomearea h1 {
	font-size: 3.5rem!important;
}
.bg-header {
    background-color: #213c58!important;
    color: #fff !important;
}

.welcome-image {
    background-image: url(https://cdn.peoplevalue.co.uk/img/ngbailey/about-page/welcomeimage.jpg) !important;
    background-size: cover!important;
    background-repeat: no-repeat !important;
}


   
.letslivevaluesshell .card {
    min-height: 300px !important;
	border-radius: 0!important;
}

.letslivevaluesshell img.img-fluid {
    height: 30px !important
}
.bg-purple {
	background-color: #ad8cc0!important;
			border: #ad8cc0!important;

}

.bg-light-purple {
		background-color: #cbbcdd!important;

}

.ourvaluesawardsshell .card {
    min-height: 200px !important;
	border-radius: 0!important;
}

.ourvaluesawards {
    background-image: url(https://cdn.peoplevalue.co.uk/img/ngbailey/about-page/values-award-image.jpg) !important;
    background-size: cover!important;
    background-repeat: no-repeat !important;
}

.bg-orange {
	background-color: #ef8300!important;
	border: #ef8300!important;

}

.ourethosshell .card {
    min-height: 320px !important;
	border-radius: 0!important;
}

.bg-green {
	background-color: #aac214!important;
		border: #aac214!important;

}

.ourvaluesshell .card {
    min-height: 320px !important;
	border-radius: 0!important;
}

.bg-blue {
	background-color: #6bbce2!important;
	border: #6bbce2!important;
}

.bg-dark-blue {
		background-color: #00204e!important;
	border: #00204e!important;
	
}

.celebratingwithusshell .card {
    min-height: 300px !important;
	border-radius: 0!important;
}

.celebratingimage {
    background-image: url(https://cdn.peoplevalue.co.uk/img/ngbailey/about-page/celebrating-image.jpg) !important;
    background-size: cover!important;
    background-repeat: no-repeat !important;
}

.wellbeingshell .card {
    min-height: 280px !important;
	border-radius: 0!important;
}

.wellbeingimage {
    background-image: url(https://cdn.peoplevalue.co.uk/img/ngbailey/about-page/wellbeing-image.jpg) !important;
    background-size: cover!important;
    background-repeat: no-repeat !important;
}



.boostwellbeing {
	   background-image: url(https://cdn.peoplevalue.co.uk/img/ngbailey/about-page/boostwellbeing.jpg) !important;
    background-size: cover!important;
    background-repeat: no-repeat !important;
}


.howwerewardshell .card {
    min-height: 200px !important;
	border-radius: 0!important;
}


.bg-light-green {
		background-color: #cedc99!important;

}

.bg-light-blue {
		background-color: #acd5eb!important;

}

.bg-light-orange {
		background-color: #fabf87!important;

}

.recommendshell .card {
    min-height: 250px !important;
	border-radius: 0!important;
}


.bg-teal {
	background-color: #76c1c2!important;
}


.recommendshell .btn-outline-primary {
    background: none !important;
    border: solid 1px #ffffff !important;
    color: #ffffff !important;
}

@media (max-width: 1124px) {

 [id^="Custompage"] #BodySection .welcomearea .card {
        min-height: 400px !important;
	  border-radius: 0!important;
    }

}




/* laptop */
@media (min-width: 768px) and (max-width: 991px) {

	 [id^="Custompage"] #BodySection .welcomearea .card {
        min-height: 360px !important;
	  border-radius: 0!important;
    }

   #About #BodySection .letslivevaluesshell .card {
        min-height: 300px !important
    }
	
  .ourvalueslist img {
        display: none
    }

}

/* tablet */
@media (min-width: 576px) and (max-width: 990.98px) {
.welcomearea h1 {
	font-size: 2.5rem!important;
}

 }


/* mobile */
@media (max-width: 575.98px) {
	.welcomearea h1 {
	font-size: 2.2rem!important;
}

}