

/*Header*/
.logo1,.logo3 {
	display: none !important;	
}
.logo2 {
	display: inline-block!important;	
}

.header {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 10px -2px rgb(0 0 0 / 18%);
    box-shadow: 0px 0px 10px -2px rgb(0 0 0 / 18%);
    z-index: 999;
}




@media screen and (min-width: 1140px) {
	nav ul li a {
		color: #000000;
	}
}

@media screen and (max-width: 1139px) {
	.toggleMenu span.touch-btn:first-of-type {
		background: url(images/plus-minus-black.png) no-repeat 50% 2px #666;
	}
}


.p-banner {
    height: calc(80vh - 105px);
}

.p-banner .column {
    position: absolute;
    z-index: auto;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: left;
    padding-left: 0em;
    padding-right: 0em;
    background-image: -webkit-linear-gradient(270deg,rgba(45,45,47,0.70) 38%,rgba(45,45,47,0.20) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(45,45,47,0.70) 38%,rgba(45,45,47,0.20) 100%);
    background-image: -o-linear-gradient(270deg,rgba(45,45,47,0.70) 38%,rgba(45,45,47,0.20) 100%);
    background-image: linear-gradient(180deg,rgba(45,45,47,0.70) 38.00%,rgba(45,45,47,0.20) 100%);
}
.p-banner .column {
  
    justify-content: center;
}
.p-banner H1,.p-banner-inner p {
    text-align: center;
}
.p-banner .btn.btn-primary {
	display: inline-block;
}



.c2a3 figure {
	padding-top: 0px;
	margin-top: -50px;

}
.c2a3 figure img {
	background-color: #F0F0F0;
	border-radius: 50%;
	border: 14px #F0F0F0 solid;
	width: 90px;
}
.c2a3 h3 {
	margin-top: 0px;

}


.c2a3 .column.third {
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(images/shadow.png);
    background-size: 100% auto;
	}

@media screen and (max-width: 719px) {
	.c2a3 .column.third {
		padding-bottom: 40px;
		margin-bottom: 55px;
	}
}




.c2a2.colour {
    background-image: -webkit-linear-gradient(90deg,rgba(171,208,32,0.90) 69.43%,rgba(130,162,4,0.95) 100%);
    background-image: -moz-linear-gradient(90deg,rgba(171,208,32,0.90) 69.43%,rgba(130,162,4,0.95) 100%);
    background-image: -o-linear-gradient(90deg,rgba(171,208,32,0.90) 69.43%,rgba(130,162,4,0.95) 100%);
    background-image: linear-gradient(0deg,rgba(171,208,32,0.90) 69.43%,rgba(130,162,4,0.95) 100.00%);
	background-color: transparent;
}

.c2a2 figure {
	background-color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.28); 
	box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.28);
}
.c2a2 figcaption {
	padding: 10px 25px;
}



