
/* cartaxcheck CSS */

/* Max-Width */
.max-width {display: inline-block;max-width: 996px;}

/* Mobile */
@media screen and (max-width: 800px) {
    
	.col-container {display: inline-block;width: 99%;}
	.mobile-col-1 {display: inline-block;width: 100%;}
	.mobile-col-2 {display: inline-block;width: 50%;}
	.mobile-col-3 {display: inline-block;width: 33.3333333333%;}
	.mobile-col-4 {display: inline-block;width: 25%;}
	.mobile-col-5 {display: inline-block;width: 20%;}
	.mobile-col-6 {display: inline-block;width: 16.6666666667%;}
	
	.default-padding {padding: 16px;padding-top: 0px;padding-bottom:0px;}	
}

/* Desktop */
@media screen and (min-width: 801px) {
    
	.col-container {width: 100%; display: table;}
	.desktop-col-1 {display: table-cell;width: 100%;}
	.desktop-col-2 {display: table-cell;width: 50%;}
	.desktop-col-3 {display: table-cell;width: 33.3333333333%;}
	.desktop-col-4 {display: table-cell;width: 25%;}
	.desktop-col-5 {display: table-cell;width: 20%;}
	.desktop-col-6 {display: table-cell;width: 16.6666666667%;}
	
	#free-car-check {margin-right: 30px;}
	
	.feature-max-width {display: inline-block;max-width: 275px;}
	.default-padding {padding: 64px;}
	
	#free-car-check.feature-max-width {display: inline-block;max-width: 340px;}
	#free-car-check.default-padding {padding-right: 4px;}
	
	.desktop-text-align-left {text-align: left;}
	.desktop-text-align-center {text-align: center;}
	.desktop-text-align-right {text-align: right;}
	
}

a.cta,input.cta {-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;transition:.5s;}

a.cta:hover,input.cta:hover {background-color: #0386BE;cursor: pointer;}
a.cta.light-blue:hover,input.cta.light-blue:hover {background-color: #1BC1FF;}
a.cta.red:hover,input.cta.red:hover {background-color: #E93D41;}
a.cta.green:hover,input.cta.green:hover {background-color: #58BE3E;}

#vrm-input {-webkit-transition: 0.5s linear;-moz-transition: 0.5s linear;-o-transition: 0.5s linear;}

#vrm-input:hover {cursor: pointer;}
#vrm-input:focus {
	/*background-color: #FFD500;*/
}

#vrm-input:focus::-webkit-input-placeholder {color: #000000;}
#vrm-input:focus::-moz-placeholder {color: #000000;}
#vrm-input:focus:-ms-input-placeholder {color: #000000;}
#vrm-input:focus:-moz-placeholder {color: #000000;}

.section .col-container .desktop-col-2{vertical-align: middle;}
.section p.legal {font-size: 14px;}
a.cta,input.cta {border-color: #00AEEF;}

/* Desktop Only */
@media screen and (min-width: 801px) {
.section.blue a.cta,.section.blue input.cta {border-color: #FFFFFF;}
.section.blue a {color: #FFF;}
}

/* Mobile */
@media screen and (max-width: 800px) {

.section p.featured {font-size: 18px;font-weight: 700;}
	
}

footer {
	display: block;
	background-color: #FFFFFF;
	width: 100%;
	color: #016591;
	padding-bottom: 24px;
	padding-top: 20px;
  border-top: 4px solid #00AEEF;
  margin-top: 40px;
}

footer ul {
	padding-left: 30px;
	padding-right: 30px;
}

footer ul li {
	border-bottom: none;
	padding: 0px;
	padding-bottom: 15px;
	padding-top: 15px;
}

footer ul li:before {
	content: ">";
	font-size: 10px;
	position:  relative;
	top: -2px;
	left: -5px;
}

footer ul li a {
	color: #016591;
	text-decoration: none;
}

footer ul li a:hover {
	text-decoration: underline;
}

footer p {
	padding: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size: 14px;
  font-weight: 300;
  margin-top: 4px;
}

/* Mobile */
@media screen and (max-width: 800px) {
	footer ul {
		padding-bottom: 0px;
		padding-top: 0px;
	}
	footer,footer ul li a {
		color: #000000;
		border-bottom:  1px solid #000000;
	}
}



/* Custom CSS */

@font-face {
    font-family: 'Avenir';
    src: url(https://cartaxcheck.co.uk/views/fonts/Avenir.ttf)
}
*, body {
	font-family: 'Avenir',Verdana,Trebuchet MS;
  line-height: normal;
  color: #0074A6;
  font-weight: 300;
}

ul {
  margin-bottom: 0px;
  padding-bottom: 5px;
  padding-top: 5px;
}

p {font-size:18px;}
h1,h2 {
  font-size: 2em;
  font-weight:500;
}
.recent-activity-item-parent {
  font-weight: 500;
}

.bg-featured {
	background: #E5EBEE;
	background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #e5ebee 100%);
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%,#e5ebee 100%);
	background: radial-gradient(ellipse at center, #ffffff 0%,#e5ebee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5ebee',GradientType=1 );
}

.ctc-header {
	display: block;
	height: 48px;
	background-color: #0074A6;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	background-image: url('https://cartaxcheck.co.uk/views/images/2.0.0/header-logo@3x.png');
	background-repeat: no-repeat;
	background-position: 50% 0px;
	background-size: 44px 44px;
	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */

	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
  
  
}

.ctc-header:after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	background-color: #00AEEF;
	background: linear-gradient(to right, #0074A6 0%, #00AEEF 100%);
	z-index: 100;
	position: fixed;
	top: 44px;
	left: 0px;
}

#menu-button {
	display: block;
	width: 44px;
	height: 37px;
	padding-top: 11px;
	margin-left: 8px;
	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */

	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
  z-index: 99999;
}

#menu-button:hover {
	cursor: pointer;
}

#menu-button .menu-button-child {
	display: block;
	background-color: #FFFFFF;
	width: 34px;
	height: 3px;
	margin: 5px;
	margin-bottom: 9px; 
	
	transition: transform 0.2s linear;
}

.ctc-menu { 
  display:block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.50);
	z-index: 9997;
	position: fixed;
	top: 48px;
	left: 0px;
	visibility: hidden;
	opacity: 0;
}
.display-nav {
	visibility: visible;
	opacity: 1;
}

.ctc-menu a {
	display: block;
	width: 100%;
	height: 44px;
	padding-top: 20px;
	padding-bottom: 44px;
	padding-left: 16px;
	background-color: rgba(255,255,255,0.95);
	text-decoration: none;
	border-bottom: 1px solid rgba(189,189,189,0.95);
}

.ctc-menu a:last {
	border-bottom: none;
}

.ctc-menu a:hover {
	background-color: rgba(233,233,233,0.95);
}

.rotate45left {
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
	position: relative;
	top: 7px;
}

.rotate45right {
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
	position: relative;
	top: -4px;
}

html {
  margin-top: 0px;
}

#query {
  border: 2px solid #0074A6;
  background-color: #fff;
}

#query:focus {
  border-color: #00AEEF;
}

::placeholder {
    color: #9B9B9B;
}

#top-nav-user-nav {
  float:right;
  margin-top: 8px;
	margin-right: 8px;
}

img.user-avatar {
  border: 2px solid #fff;
}

a.search-result-link {
  font-weight: 700;
}

.article-body a,.article-body a:visited {
    color: #0074A6;
  	font-weight: 800;
		text-decoration: underline;
}

.article-author,.article-footer,.article-subscribe,.article-unsubscribe {
  display: none;
}

#user-name {
	color: #fff;
}

h2 {
	font-size: 1.5em;
}


.section.hero.bg-featured {
	margin: 0px;
	padding: 0px;
	padding-top: 60px;
}

/* Mobile */
@media screen and (max-width: 800px) {
 
  body {margin-top: 44px;}
	h1,h4 {font-size: 1.7em;}
	h2,h3,p,ul li, ul li a {font-size: 16px;}
	p.legal {font-size: 14px;}
	
	
	#gb {
		position: relative;
	}
	#gb:after {display: block;content: "GB";color: #FFFFFF;font-size: 24px;font-family: 'Avenir',Verdana,Trebuchet MS;font-weight: 300;text-align: center;padding: 0px;position: absolute;top: 0;bottom: 0;left: 0;right: 0;width: 50%;height: 50%;margin: auto;}
	
	h4,p {text-align: left;}
	h4 {margin-top: 16px;}
	h1,h2,h3,#free-car-check p,#featured p {
    text-align: center;
  }
	h1 {margin-top: 32px;}
	#featured p.featured {margin: -20px;}
	.section p.featured {margin-bottom: 10px;}
	
	#vrm {width:100%;margin: auto;max-width: 324px;margin-top: 32px;margin-bottom: 16px;}
	#vrm-input {width: calc(100% - 14px);}
	
	#free-car-check,#featured,.section {text-align: center;}
	
	.cta,input.cta {margin: auto;margin-top: 16px;margin-bottom: 16px;}	
	#featured a.cta {margin:auto;margin-top:-10px;margin-bottom: 4px;}
	#featured {padding-top: 0px;padding-bottom: 14px;}
	.section {color: #000000;}
	.section.blue {background: #F6F6F6;color: #000000;}
	.section.blue,.bg-featured {border-top: 1px solid #CED4D6;}
	
	div p:last-of-type {margin-bottom: 7px;margin-top: 7px;}
	
	#homepage-vrm-search-button {margin: 3px;min-width:154px;max-width: 154px; border-color:#00AEEF;margin-bottom:0px;}
	#homepage-vrm-search-partner-link {margin: 3px; min-width:146px;max-width: 146px;padding-left: 0px;padding-right: 0px; margin-top:16px}
	
	.section.blue ul li {border-color: #016591;}
  
  body [role=link] {
		color: #0074A6;
	  	font-weight: 800;
		text-decoration: underline;
  }
  
  footer [role=link] {
		color: #000; 
  }
  
  footer .mobile-col-1 ul {
    margin-bottom: 0px;
  }
	
footer {		
	margin-top: 0px;
}
  
  footer p {
    padding-top: 15px;
	  color: #000;
  }
	
  h1,h2 {
  	font-size: 1.7em;
  	font-weight:500;
	text-align: center;
  }
	
	h2 {
		font-size: 1.7em;
		margin-bottom: 10px;
	}
	
	.hero-inner h1 {
		margin: 0px;
		margin-bottom: 50px;
	}
	
	h2 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.hero-inner {
		padding: 10px;
	}
	
	.section-tree-title a {
		font-size: 1.5em;
	}
	
	.section.hero.bg-featured {
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
}
	
	.category-tree .category h2 a {
		padding-top: 0px;	
	}
  
}

footer p {
    padding-top: 15px;
  }
footer a {
	font-weight: 400;
}

.recent-activity-controls {
	padding: 10px;
	padding-bottom: 0px;
}

a.recent-activity-item-link, ul.article-list li a, .recent-articles ul li a, .related-articles ul li a {
	
	background-image: url("https://cartaxcheck.co.uk/views/css/2.0.0/zendesk/images/bullet-file.png");
	background-repeat: no-repeat;
	background-size: 14px 19px;
	padding-left: 21px;
	text-decoration: underline;
	display: block;
	text-align: left;
	
}

.section-tree-title a, a.recent-activity-item-parent {
	
	background-image: url("https://cartaxcheck.co.uk/views/css/2.0.0/zendesk/images/bullet-section.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding-left: 45px;
	text-decoration: underline;
	display: block;
	color: #0074A6;
	text-align: left;
	
}

a.recent-activity-item-parent {
	font-size: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 16px;
	font-weight: 500;
}

.recent-articles h3, .related-articles h3 {
	font-size: 1.5em;
	font-weight: 500;
}

table {
	table-layout:fixed;
	width: 100%;
}

td {
  border: 1px solid #0074A6;
  padding: 10px;
  font-size: 14px;
}

tr {
	background-color: #fff;
}

tbody tr:nth-child(odd){
  background-color: #E5EBEE;
}

.category h2 a {
	color: #0074A6;
	font-weight: 500;
}

.sub-nav {
	margin-top: 16px;
}

h2 {
	padding-top: 24px;
	padding-bottom: 24px;
}

.article-title {
	margin-bottom: -20px;
}

.category h2 {
	padding:  0px;
}

h1,h2,h3,h4,h5,h6 {
	text-align: left;
}

h1.help-text {
	margin-top: 30px;
	margin-bottom: 30px;
}.zd-hc-3PQnfZ9PzT-mSU6sNsRWjg {
  top: 48px;
}

.zd-hc-3e4anSQtiH6GlamUMBa3Dk {
  display: none;
}