/* Use standard Sitecore CSS colour classes for site-specific coloured items such as headings, breakout blocks and breakout areas
Home page - dkgreen
RVCP - teal
Lepe - dkblue
Staunton CP - red
QECP - purple
RHCP - blue
(Manor Farm, due at a later date - green)
*/


#page {
	background-color: #c9e4ec;
	color: #20438d;
	background-repeat: repeat;
	background-position: top left;
	font-family: 'Lato';
}

.banner-area{
	padding-bottom: 0;
	padding-top: 0;
}

/* Hide the header section and the default H1 heading inside it */
#page_content header {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}



/* HEADINGS */
.pseudo-h1, #page_content H2, #page_content H3, #page_content H4, p.caption, #local_menu_header li {
	font-family: 'Lato';
    font-weight: 600;
	text-align: left;
	color: #ffffff;
}

.newsletter-sign-up {
    max-width: 900px;
    margin: 0 auto 32px;
    padding: 28px 32px;
    background: #20438d !important;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .05);
    color: #ffffff;
    font-size: 19px;
}

.error label, .error legend, .error .help, .is-error, .field-validation-error, .req {
    color: rgb(104, 174, 199);
}

.newsletter-sign-up__submit {
    padding: 10px 35px;
    min-height: 44px;
    background: rgb(104, 174, 199);
    border: 1px solid rgb(104, 174, 199);
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    color: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .07);
}

#page_content h2 {
	font-size: 2.25rem;
}

p.caption.bottom {
	color: #ffffff;
	background: #20438d;
}

a {
    color: rgb(104, 174, 199);
    text-decoration: none;
    transition: all .5s ease;
}

