@charset "utf-8";
* {
	box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape */
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	margin: 0;
	color: #333333;
}
h2 {
	padding: 0;
	margin: 0 0 1em 0;
}
h3 {
	padding: 0;
	margin: .5em 0;
}
a {
	text-decoration: none;
}
.small {
	font-size: .8em;	
}
.header {
	max-width: 1400px;
	margin: 0 auto;
	display: block;
	padding: 10px 30px 10px 30px;
}
.header .logo {
	width: 33%;
	display: block;
	float: left;
	margin: 30px auto 10px auto;
	text-align: left;
}
.header .logo img {
	width: 100%;
	max-width: 300px;
}
.header .middle {
	width: 33%;
	display: block;
	float: left;
	text-align: center;
}
.header .middle h2 {
	font-size: 21px;
	color: #B1BF48;
	margin: 40px auto 10px auto;
}
.header .right {
	width: 33%;
	display: block;
	float: right;
	text-align: right;
	color: #0E3F6F;
	font-weight: 600;
}
.header .right span {
	color: #B1BF48;
	text-decoration: none;
	font-size: .9em;
}
.header .right a {
	color: #0E3F6F;
	text-decoration: none;
}
.header .right a:hover {
	color: #B1BF48;
}

.main-navigation {
	margin-top: 10px;
	text-align: right;
	clear: both;
}

.main-navigation ul,
.main-navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-navigation li {
	border-bottom: 0;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	width: auto;
}

.main-navigation a {
	background: none;
	border: 0;
	color: #0E3F6F;
	display: block;
	padding: 0.8em 1.2em 1em 1.2em;
	text-align: center;
	text-decoration: none;
	transition-duration: .3s;
}

.main-navigation a:hover {
	color: #FFF;
	background-color: #B1BF48;
}

.main-navigation .current-menu-item a {
	color: #B1BF48;
}

.main-navigation .current-menu-item a:hover {
	color: #B1BF48;
	background-color: #FFF;
}

/*RESPONSIVE NAVBAR MENU STARTS*/
/* CHECKBOX HACK */
.main-navigation input[type=checkbox]{
	display: none;
} 
/*HAMBURGER MENU*/
.main-navigation .hamburger {
	display: none;
	font-size: 30px;
	user-select: none;
	font-weight: 600;
	color: #0E3F6F;
	background-color: #EEEEEE;
	width: 40px;
	margin: 0 auto;
	cursor: pointer;
	text-align: center;
}
.main-navigation .hamburger:hover {
	color: #FFFFFF;
	background-color: #B1BF48;
}

@media (max-width: 768px) {
	.main-navigation .menu { 
		max-height: 0;
    	transition: max-height 0.15s ease-out;
    	overflow: hidden;
		position: absolute;
		right: 0;
		left: 0;
		text-align: center;
		padding: 0;
		z-index: 1000;
	}
	.main-navigation .menu li {
		display: block;
	}
	.main-navigation a {
		color: #FFF;
		background-color: #B1BF48;
	}
	.main-navigation a:hover {
		color: #FFF;
		background-color: #0E3F6F;
	}
	.main-navigation .current-menu-item a,
	.main-navigation .current_page_parent a,
	.main-navigation .current-page-ancestor a {
		color: #666;
	}
	.main-navigation input[type=checkbox]:checked ~ .menu{
		max-height: 600px;
    	transition: max-height 0.4s ease-in;
	}
	.main-navigation .hamburger {
		display: block;
	}
}

.banner {
	box-sizing: border-box;	
	display: block;
	background-image: radial-gradient(at right bottom, rgb(128, 141, 33) 0%, rgb(177, 191, 72) 100%);
	padding: 70px 50px 80px 50px;
	position: relative;
}
.banner .background-overlay {
	background-image: url(../images/compucover%20banner%20circle%20green%2045.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto;
	opacity: 0.5;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	display: block;
	z-index: 10;
}
.banner .inner {
	max-width: 1400px;
	margin: 0 auto;
	display: block;
	z-index: 20;
	position: relative;
	color: #FFF;
}
.banner .inner h1 {
	color: #FFF;
	font-size: 36px;
	font-weight: 400;
	margin: 0;
	z-index: 30;
}

.banner .inner span {
	margin: 0 1.5em;
	display: inline-block;
}

.banner .homebuttons {
	line-height: 4em;
}

.banner .homebuttons a {
	background: none;
	border: 0;
	padding: .75em 1em;
	text-align: center;
	color: #B1BF48;
	background-color: #fff;
	text-decoration: none;
	border-radius: 10px;
	box-shadow: 5px 5px 15px #00000080;
	font-weight: 600;
	text-transform: uppercase;
	white-space: nowrap;
}

.banner .homebuttons a:hover {
	color: #fff;
	background-color: #B1BF48;
}

.announcement {
	text-align: center;
	padding: 40px;
	background-color: #FE8C12;
	border-radius: 20px;
	color: #FFFFFF;
	margin-bottom: 40px;
}

.announcement h2 {
	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: bold;
}
.announcement a {
	color: #FFFFFF;
	font-weight: bold;
}
.announcement a:hover {
	color: #000000;
}

.announcementblue {
	text-align: center;
	padding: 40px;
	background-color: #0E3F6F;
	border-radius: 20px;
	color: #FFFFFF;
	margin-bottom: 40px;
}

.announcementblue h2 {
	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: bold;
}
.announcementblue a {
	color: #FFFFFF;
	font-weight: bold;
}
.announcementblue a:hover {
	color: #000000;
}

.circles {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	margin: 1.5em 0 2.5em 0;
	padding: 0;
	list-style: none;
}

.circles li {
	list-style: none;
	display: inline;
	width: 120px;
	margin: 0 20px 0 20px;
	text-align: center;
	padding: 0;
}

.circles li img {
	margin-top: 20px;
}

.circles li a {
	color: #939fa6;
	display: inline-block;
	text-decoration: none;
}

.circles li a:hover {
	color: #B1BF48;
}

.circles li a h2 {
	text-decoration: none;
	margin-bottom: .3em;
	font-size: 16px;
	font-weight: 400;
}

.topfooter {
	box-sizing: border-box;
	display: block;
	background-image: linear-gradient(rgb(44, 50, 54) 0%, rgb(14, 63, 111) 100%);
	padding: 40px 30px 50px 30px;
	position: relative;
	text-align: center;
	color: #FFF;
}
.topfooter a {
	color: #FFF;
	text-decoration: none;
}
.topfooter a:hover {
	color: #4AC7F0;
}

.topfooter ul.nav {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.topfooter ul.nav li {
	border-bottom: 0;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	width: auto;
}

.topfooter ul.nav li a {
	background: none;
	display: block;
	border: 0;
	color: #FFFFFF;
	padding: 0.8em 1.2em 1em 1.2em;
	text-align: center;
	text-decoration: none;
	transition-duration: .3s;
}

.topfooter ul.nav li a:hover {
	color: #B1BF48;
}


.footer {
	box-sizing: border-box;	
	display: block;
	padding: 20px 30px 30px 30px;
	position: relative;
	line-height: 1em;
}
.footer .inner {
	max-width: 1400px;
	margin: 0 auto;
	display: block;
	font-size: 13px;
	color: rgb(131, 149, 159);
}
.footer .inner .left {
	width: 60%;
	display: block;
	float: left;
}
.footer .inner .right {
	width: 40%;
	display: block;
	float: left;
	text-align: center;
}
.footer .inner .right img {
	margin: 10px 10px;
	width: 80px;
}

.content {
	margin: 50px 0 60px 0;
	padding: 0 30px;
	min-height: 200px;
}

.content .inner {
	max-width: 1400px;
	margin: 0 auto;
}

.content .inner.onecol {
	max-width: 1200px;
}

.centered {
	text-align: center;
}

.rateslogo {
	margin: 0 30px;
}

a {
	color: #000;
}

.leftcol {
	width: 46%;
	margin-right: 8%;
	float: left;
	padding: 0;
}
.rightcol {
	width: 46%;
	float: left;
	padding: 0;
}
.thirdcol {
	width: 28%;
	margin-right: 8%;
	float: left;
	text-align: center;
}
.thirdcol.last {
	margin-right: 0;
	text-align: center;
}

.clearer {
	clear: both;
}
.green {
	color: #B1BF48;
}
.error {
	color: #F00;
}
.caps {
	text-transform: uppercase;
	font-size: 15px;
}
.button {
	background-color: #0E3F6F;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	cursor: pointer;
	padding-top: 11px;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 20px;
	border-radius: 10px;
  	transition: all 0.5s;
	font-size: 16px;
	-webkit-appearance: none;
}
.button:hover {
	background-color: #4AC7F0;
}
.greenbutton {
	background-color: #BBC135;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	cursor: pointer;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	border-radius: 8px;
	font-size: 15px;
}
.amberbutton {
	background-color: #FE8C12;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	cursor: pointer;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	border-radius: 8px;
	font-size: 15px;
}
.redbutton {
	background-color: #FF0000;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	cursor: pointer;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	border-radius: 8px;
	font-size: 15px;
}
.clearer20 {
	clear: both;
	height: 20px;
}

.circlescolumn {
	width: 180px;
	float: left;
}
.circlescolumn .circle {
	margin-bottom: 1em;
}
.circlescolumn .circle.selected {
	opacity: 0.3;
}
.textcolumn {
	margin-left: 200px;
}
.fulltextcolumn {
	
}
.textcolumn hr, .fulltextcolumn hr {
  	border: 0;
    border-bottom: 1px dashed #B1BF48;
    background: #FFF;
}
.faqs {
	padding: 0;
}
.faqs li {
	list-style: none;
    background: url(../images/cr-icon-bullet.png) left center no-repeat;
	padding-left: 40px;
	line-height: 40px;
}
.faqs a {
	font-size: 1.1em;
	font-weight: 600;	
}
.faqs a:hover, .faqs a:active {
	color: #B1BF48;	
}
.faqs div span {
	display: block;
	padding: 0 0 1em 40px;
}
.faqs div ul  {
	margin-bottom: 1em;
}
.faqs div li {
	list-style: disc;
    background: none;
	padding-left: .5em;
	line-height: 1.5em;
}

.textcolumn ul.documents {
	padding: 0;
	margin: 0 0 0 1.5em;
}
.textcolumn .documents li {
	list-style: disc;
    background: none;
	padding: 0;
	line-height: 2em;
}
.textcolumn .documents li a:hover, .textcolumn.documents a:hover {
	color: #B1BF48;
}

.textcolumn.documents p {
	line-height: 2em;
}

.fulltextcolumn .postcodelist {
	float: left;
	width: 14.5%;
	margin-right: 2%;
}

label {
	margin-right: 20px;
}

.formitem {
	background-color: #eef4f7;
	margin-bottom: 20px;
	padding: 15px;
	line-height: 2em;
	margin-left: auto;
	margin-right: auto;
}

.formitem .textbox {
	outline: none;
	background-color: #FFFFFF;
	border: solid 1px #FFFFFF;
	border-radius: 0px;
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 21px;
	margin: 0px 0px 10px 0px;
	width: 100%;
	max-width: 100%;
	min-height: 40px;
	padding: 8px 16px;
}

.formitem .textbox:focus {
	border: solid 1px #818a91;
}

.nonformtextbox {
	outline: none;
	background-color: #FFFFFF;
	border: solid 1px #818a91;
	border-radius: 0px;
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 21px;
	margin: 0px 0px 10px 0px;
	width: 100%;
	max-width: 100%;
	min-height: 40px;
	padding: 8px 16px;
}

.leftitem {
	width: 48%;
	margin-right: 2%;
	float: left;
}
.rightitem {
	width: 48%;
	margin-left: 2%;
	float: left;
}

.ratestable {
	font-size: 14px;
}

.ratestable, .ratestable th, .ratestable td {
    border: 1px solid #666;
    border-collapse: collapse;
}
.ratestable th, .ratestable td {
	padding: 5px;
	text-align: left;
	font-size: 0.8em;
}
.ratestable th {
	color: #FFF;
	background-color: #666;
}

@media screen and (max-width: 999px) {
	.footer .inner .left {
		width: 60%;
	}
	.footer .inner .right {
		width: 40%;
	}
	.banner .inner h1 {
		font-size: 32px;
	}
	.main-navigation {
		text-align: center;
	}
	.circlescolumn {
		width: 100%;
		float: none;
		text-align: center;
		margin-top: 30px;
	}
	.circlescolumn .circle {
		width: 120px;
		height: 120px;
		margin-bottom: 20px;
		margin-left: 10px;
		margin-right: 10px;
		display: inline-block;
	}
	.circlescolumn .circle img {
		width: 100%;
	}
	.textcolumn {
		margin-left: 0;
	}
}

@media screen and (max-width: 800px) {
	body {
		font-size: 16px;
	}
	.content {
		padding: 20px 30px;
	}
	.rateslogo {
		margin: 0 20px;
	}
	.small {
		font-size: 1em;	
	}
	.leftcol, .rightcol {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.thirdcol {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.banner {
		padding: 30px 30px 30px 30px;
	}
	.banner .inner h1 {
		font-size: 28px;
	}
	.header {
		padding: 30px 30px 30px 30px;
	}
	.header .logo {
		width: 100%;
		float: none;
		text-align: center;
	}
	.header .middle {
		width: 100%;
		float: none;
		text-align: center;
	}
	.header .right {
		width: 100%;
		float: none;
		text-align: center;
	}
	.main-navigation li {
		font-size: 16px;
	}
	.banner .inner {
		text-align: center;
	}
	.banner .inner span {
		width: 100%;
		clear: both;
		display: block;
		margin: 0;
		text-align: center;
	}
	.banner .homebuttons {
		line-height: 3em;
	}
	
	.fulltextcolumn .postcodelist {
		width: 23%;
	}

	.leftitem {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.rightitem {
		width: 100%;
		margin-left: 0;
		float: none;
	}
	
	.footer {
		padding: 30px 40px 30px 40px;
		line-height: 1.1em;
	}
	.footer .inner {
		font-size: 16px;
	}
	.footer .inner .left {
		width: 100%;
	}
	.footer .inner .right {
		width: 100%;
		margin-top: 30px;
	}
	.footer .inner .right img {
		margin: 10px 20px;
		width: 100px;
	}
}
