
@media (min-width:1025px) and (max-width:1236px) {
	.banner, .middle, .footer, .footerInfo, .footerBase {width:100%;padding-left:1em;padding-right:1em;}
}

@media (max-width:640px) {
	.wideRow > div {width:100%;}
	.wideRow2 div:first-child {order:2} 
	.wideRow2 div:last-child {order:1} 
	.image {height:300px;}
    .colourRow1 {padding:20px 0 26px 0}
}

@media (max-width:450px) {
	.topRight .linkButton {font-size:0.750rem;padding: 8px 10px;margin-top:0;}
	.logo {width:calc(100% - 117px);}
	.topRight {width:117px;padding-top:0;}	
	.colourRow1 {padding:20px 0 20px 0}
}