@font-face {
	font-family: 'AvenirLTStd';
	src: url('fonts/AvenirLTStd-Light.eot');
	src: local('â˜º'), url('fonts/AvenirLTStd-Light.woff') format('woff'), url('fonts/AvenirLTStd-Light.ttf') format('truetype'), url('fonts/AvenirLTStd-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
h1, h2, h3 {font-family: AvenirLTStd; font-weight: normal;}
h1 {
    color: #0285ff;
    font-size: 2.8em;
    line-height: 1em;
}
h2 {color: #0285ff;
    line-height: 1.3em;
}
h3 {font-size:22px; margin: 0 0 10px 0;}
img {max-width: 100%;}
.navWrapper {
    background: #0285ff;
}
.navWrapper .container {
    display: flex;
}
.nav-link {
    padding: 10px 12px;
    box-sizing: border-box;
    display: inline-block;
    color: #fff;
}
.soc-icons-wrap {margin-left: auto;}
.soc-icons-wrap img {
    margin-left: 2px;
    margin-top: 9px;
}
.soc-icons-wrap a {text-decoration: none;}
.logo {margin:15px 0 10px 0;}

.afterHeader {
    background: #333333;
    display: inline-block;
    width: 100%;
    line-height: 2.5em;
}
.phoneEmailWrapper {
    font-size: 1.2em;
    color: #fff;
}
.emailWrapper {
    margin-right: 35px;
}
.emailWrapper a {
    color: #fff !important;
    text-decoration: none;
}
.emailWrapper .icon, .phoneWrapper .icon {
    position: relative;
    bottom: -2px;
}
.phoneContent {
    line-height: 2.2em;
    display: none;
    color: #0285FF;
    font-size: 0.8em;
    text-align: left;
    position: absolute;
    background-color: #333333;
    min-width: 230px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 5px 10px 10px 15px;
    z-index: 5555;
    margin-top: -5px;
}
.phoneWrapper:hover .phoneContent {
    display: block;
}
.phoneContent .number {
    color: #fff;
}
.phoneContent  ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.logoPartWrap {
     display: flex;
}

.topLinksWrap {margin-left: auto; display: flex; position: relative}
.courseCalculator {margin-right:5px;}
.topBadge {
    width: 115px;
    margin: -20px 0 0 0;
    position: absolute;
    left: -90px;
}

.finanace-wrapper {
    background: #0285ff;
    position: relative;
    text-align: center;
    color: #fff;
}
.financeAvail2 {
    width: 80px;
    margin: -9px 230px 0 0;
    position: absolute;
    right: 50%;
}
.finanace-wrapper .logo-img {
    max-width: 100px;
    display: inline-block;
    margin: 0 8px 0 5px;
    position: relative;
    top: 7px;
}
.finanace-wrapper h3 {
    color: #fff;
    display: inline-block;
    position: relative;
    top: -8px;
}
.finanace-wrapper a.more {
    color: #fff !important;
    display: inline-block;
    position: relative;
    top: -9px;
}

.trustpilot-widget {margin: 25px 0;}

.mobile-nav-handler {margin-left: -10px;}
.hamburger.lines span {background-color: #fff;}
.mobile-nav {background-color:#666666 !important;}


footer {background: #464646;}
footer .container {text-align: center; color: #0285ff; }
footer .foterLinks a {color: #fff !important; font-weight: normal;}

footer .footer-info {color: #fff; float: none; text-align: center; font-size: 0.85em;}
.footerTop {background:#0285ff; padding:15px 0 10px 0;}
.footer-bottom {
    padding: 15px 0 5px;
}
.footerInfo2 {
    color: #fff;
    float: none;
    text-align: center;
    font-size: 0.85em;
}
footer .dropdown {
    position: relative;
    display: inline-block;
    text-decoration: underline;
    float: right;
}
footer .courseSelector {
    float: right;
    margin: 0 20px 0 0;
    position: relative;
    bottom: -15px;
}
footer .dropdown-content {
    display: none;
    text-align: left;
    position: absolute;
    background-color: #e2e2e2;
    min-width: 290px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 5px 10px 10px 15px;
    z-index: 5555;
    bottom: 41px;
    right: 20px;
}
footer .dropdown-content a {
    display: block;
    margin-bottom: 1px;
    text-decoration: none;
    color: #0285FF !important;
}
footer .dropdown:hover .dropdown-content {
  display: block;
}

.footerMailchimpWrapper {
    width: 300px;
    margin: 20px;
}
.footerMailchimpWrapper #mc_embed_signup input.email {
    width: 100%;
}
.footerInfo {
    justify-content: space-between; 
    align-items: center; 
    color: #fff;
    text-align: center;
    font-size: 0.85em;
}
.footerInfo .logosWrap { 
    display:flex;
    justify-content: space-between; 
    align-items: center; 
    
}





.section__hero-content .col-md-4 {position: relative}

.heroSec {
    height: 185px;
    transition: height 550ms;
    -moz-transition: height 550ms;
    -webkit-transition: height 550ms;

    color: #fff !important;
    width: 220px;
    font-size: 0.9em;
    line-height: 1.4em;
    text-align: center;
    padding: 0 15px;
    
    border: 1px solid #3175b5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    background: #0285ff; /* Old browsers */
    background: -moz-linear-gradient(top,  #0285ff 0%, #0265c1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0285ff), color-stop(100%,#0265c1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0285ff 0%,#0265c1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0285ff 0%,#0265c1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0285ff 0%,#0265c1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0285ff 0%,#0265c1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0285ff', endColorstr='#0265c1',GradientType=0 ); /* IE6-9 */
    
    -webkit-box-shadow: inset 0px 0px 4px 1px rgba(140,199,255,1);
    -moz-box-shadow: inset 0px 0px 4px 1px rgba(140,199,255,1);
    box-shadow: inset 0px 0px 4px 1px rgba(140,199,255,1);
}
.heroSec strong {font-size: 1.5em; display: block; margin-bottom:20px; }
.heroSec a {color: #fff;}

.training img {margin-top: -30px;}
.jobVacancies img {margin-top: -16px;}
.reliefDrivers img {margin-top: -47px;}
.training strong {padding-top: 10px;}
.reliefDrivers strong {padding-top: 10px;}


.homeBanner2 {
    background: #464646;
    text-align: center;
    position: relative;
    z-index: 3;
    color: #fff;
}
.homeBanner2 .greyBand {
    background: #333333;
    height: 54px;
}
.homeBanner2 .priceMatch {
    position: absolute;
    right: 245px;
    top: 0;
}
.homeBanner2 .financeAvail {
    position: absolute;
    left: 330px;
    top: 150px;
}
.homeBanner2 h6 {
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    margin: 10px 0;
}
.homeBanner2 .priceBtn {
    border: 3px solid #d4d4d4;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
    padding: 3px;
}
.homeBanner2 .lighter {
    background: #626262 !important;
}
.homeBanner2 .priceBtn span {
    padding: 6px 15px;
    display: inline-block;
    font-size: 1.1em;
}
.homeBanner2 .priceBtn {
    border: 3px solid #d4d4d4;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
    padding: 3px;
}
.homeBanner2 .priceBtn span {
    padding: 6px 15px;
    display: inline-block;
    font-size: 1.1em;
}
.homeBanner2 .priceBtn a {
    padding: 6px 15px;
    display: inline-block;
    font-size: 1.1em;
    color: #fff !important;
    text-decoration: none;
}
.homeBanner2 .priceBtn .price {
    background: #0285ff;
}
.homeBanner2 .tyreBand {
    background: url(../Media/tyreBg.jpg) repeat-x;
    height: 69px;
}

.homeBanner2 .container {position: relative;}
.fluid-width-video-wrapper {
    width: auto;
    height: auto;
    padding: 0 !important;
    position: relative;
}
.fluid-width-video-wrapper iframe {
    width: 430px;
    height: 230px;
}

.homeBanner3 {
    padding: 20px 0;
    background: #f5f5f5;
}

hr {
    margin: 35px 0;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.subHeader {display: flex;}
.trustpilot-widget.mini {margin:10px 0 -35px auto;}
.subHeader.contact .trustpilot-widget.mini {margin:10px 0 -35px 0;}
.subHeader h1 {margin-top: 50px; margin-right:20px; padding-bottom:0;}
.subHeader .soc-icons-wrap2 {margin: 60px 20px 0 auto;}
.subHeader .soc-icons-wrap2 img {margin-left:5px;}
.subHeaderCarousel h1 {padding-bottom:0;}

table {
    border: 1px solid #eee;
    margin: 0 0 15px 0;
    text-align: left;
    width: 100%;
}
.tb-Title {
    background: #0877e5;
    color: #fff;
    font-weight: bold;
}
table tr td {
    border-top: 1px solid #eee;
    padding: 6px;
}

img.alignleft {
    display: inline;
    float: left;
    margin: 0 30px 20px 0;
}
img.alignRight {
    display: inline;
    margin: 0 0 20px 30px;
    float: right;
}
img.alignright {
    display: inline;
    float: right;
    margin: 0 0 20px 30px;
}
.box1 {
    border: 1px solid #dcdcdc;
    padding: 20px 30px;
    margin: 25px 0;
}
.box1 h2 {margin: 0;}
.smlTxt {
    font-size: 0.7em;
    color: #666666;
}
.has-text-align-center {
    text-align: center;
}

#mc_embed_signup label {font-size: 1em !important;}
.btn {
    display: inline-block;
    background: #0285FF;
    color: #fff;
    padding: 8px 25px;
    border-radius: 5px;
    font-weight: bold;
}

.blogpost {
        margin: 30px 0
    }
.blogpost-title {color: #0285ff}
article {
    padding-left: 15px; 
    padding-right: 15px;
}

.pagination {margin-bottom:30px;}
.pagination .nav-link--active, .pagination .nav-link:hover {border-bottom-color: #0285ff !important; box-shadow: none;}




@media (min-width:992px) {
    .tbWrap1 {
    width: 300px;
    float: right;
    margin: 0 0 20px 30px;
}
   .mobile-nav {display: none;}
   .flex-md {display:flex;}
   .heroSec {
        position: absolute;
        bottom: -51px;
        height: 85px;
    }
    .heroSec:hover {background:#0268c7; height: 185px; }
   .section__description {
        position: relative;
        bottom: -265px;
    }
 
}

@media (max-width:992px) { 
    .heroSec {margin:0 auto 70px;}
    .background-image-full {padding-top:0; padding-bottom:0;}
    
}
@media (max-width:768px) {
   .latestNews {display: none;}
   .topLinksWrap {position: static;}
   .topBadge {
        width: 75px;
        position: absolute;
        top: 45px;
        right: 5px;
        margin:0;
        left: initial;
    }
    
    .finanace-wrapper {
        padding: 5px 10px;
    }
    footer .courseSelector {
        bottom: -10px;
        margin: 0;
    }
    .homeBanner2 .priceMatch {
        right: initial;
        left: -10px;
    }
    .homeBanner2 .financeAvail {
        left: initial;
        right: -8px;
    }
    .fluid-width-video-wrapper iframe {
        width: 100%;
    }
    .subHeader {
        flex-flow: column-reverse;
    }
    .subHeader h1 {
        margin-top: 20px;
    }
    .trustpilot-widget, .subHeader .soc-icons-wrap2 {margin-left: inherit;}
    img.alignleft, img.alignRight {
        float: none;
    }
}

.text-center {text-align: center;}
  .main-pop-up .modal-dialog {
        width: 100% !important;
    }
@media (min-width:1400px) {
    .main-pop-up .modal-dialog {
        width: 1050px !important;
    }
        
}
.main-pop-up .modal-dialog button.close {
    float: none;
    position: absolute;
    z-index: 11;
    font-size: 4rem;
    color: #0285ff;
    opacity: 2;
    right: 3px;
    top: -5px;
}
.main-pop-up .modal-content {
    overflow: hidden;
    padding: 10px 10px 3px 10px;
    text-align: center;
}


/*cookies notice*/

.freeprivacypolicy-com---palette-dark.freeprivacypolicy-com---nb {
	position: fixed;
	background-color: rgba(17,17,17,0.97) !important;
}
.freeprivacypolicy-com---nb .cc-nb-main-container {
	padding: 1.5rem 3rem!important;
}
.freeprivacypolicy-com---palette-dark .cc-nb-okagree, .freeprivacypolicy-com---palette-dark .cc-nb-reject,
.freeprivacypolicy-com---palette-dark .cc-cp-foot-save
{
	color: #fff !important;
	background-color: #0285ff !important;
	outline: none;
}
.freeprivacypolicy-com---palette-dark .cc-nb-okagree, .freeprivacypolicy-com---palette-dark .cc-nb-reject,
.freeprivacypolicy-com---palette-dark .cc-cp-foot-save, .freeprivacypolicy-com---palette-dark .cc-nb-okagree:focus, 
.freeprivacypolicy-com---palette-dark .cc-nb-reject:focus, .freeprivacypolicy-com---palette-dark .cc-cp-foot-save:focus, 
.freeprivacypolicy-com---palette-dark .cc-nb-okagree:active, .freeprivacypolicy-com---palette-dark .cc-nb-reject:active,
.freeprivacypolicy-com---palette-dark .cc-cp-foot-save:active
{
	color: #fff !important;
	background-color: #0285ff !important;
	outline: none !important;
	border:0 !important;
}
.cc-pc-head-close:focus {
  outline: none;
	border:0 !important;
}
#open_preferences_center {
	position: fixed;
    bottom: 15px;
	left: 15px;
	z-index:11111111;
}
#open_preferences_center img {
	max-width:40px;
}

    .example-box {
      border: 2px solid #0285ff;
      border-radius: 10px;
      background-color: #fff;
      padding: 20px;
    }
    .example-title {
      font-size: 1.5rem;
      color: #0285ff;
      font-weight: 600;
      margin-bottom: 20px;
      padding-bottom: 10px;
    }
    .example-table td {
      padding: 6px 10px;
    }
    .example-table td:first-child {
      font-weight: bold;
      white-space: nowrap;
    }

.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.me-2 {margin-right:1rem !important;}
.me-3 {margin-right:1.5rem !important;}
.d-flex {display: flex;}
.txt-small {font-size:0.9rem;}
.m-0 {margin:0;}

.financeAvail3 {
    position: absolute;
    top: -95px;
    left: 160px;
    max-width: 90px;
}

.financeAvail4 {
    top: -95px;
    right: 0px;
    max-width: 90px;
}
@media (min-width:768px) {
    .financeAvail4 {
    position: absolute;
    }
}