@charset "utf-8";

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	background-color: #FBF06C;
}
img {
	border:none;
}
h1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	font-size:36px;
	color:#00008C;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight:800;
	line-height:45px;
	text-shadow: 2px 2px 2px #999;
}
h2 {
	font-size:26px;
	color:#00008C;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-weight:800;
	text-shadow: 2px 2px 2px #999;
}





.div1 {
	background-color: #FBF06C;
	min-height:40px;
	border-bottom: #F69 solid 5px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	text-align:center;
	padding: 0px 0px 0px 0px;
}
.div1Centre {
	max-width: 1000px;
	margin: 0px auto 0px auto;
	display:inline-block;
}
.div1Centre ul {
	list-style: none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: flex-end;
}
.div1Centre li {
	display:inline;
}
.div1Centre a {
	display:block;
	padding: 0px 10px 0px 10px;
	text-align:center;
	height:40px;
	margin: 0px 20px 0px 0px;
	text-decoration:none;
	font-size:25px;
	line-height:40px;
	font-weight:800;
	font-family: 'Inder', Arial, Helvetica, sans-serif;
	color:#00008C;
}
.div1Centre a:hover {
	background-color:#F69;
	background-color:#c92f68;
	color:#FFF;
}
@media all and (max-width: 1000px) {
.div1 {
	height: auto;
}
.div1Centre {
	width: 100%;
	flex-wrap: wrap;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
  }
.div1Centre li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display:inline-block;
  }
  .div1Centre li:last-of-type a {
    border-bottom: none;
  }
  .div1Centre a { 
    text-align: center; 
    padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	line-height: 20px;
	height: 20px;	
  }
}
@media all and (max-width: 1000px) {
  .div1Centre ul {
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	padding: 0px 0px 0px 0px;
  }
  .div1Centre a { 
    text-align: center; 
    padding: 10px 10px 10px 10px;
    border-top: 1px solid rgba(255,255,255,0.3); 
    border-bottom: 1px solid rgba(0,0,0,0.1); 
	line-height: 20px;
  }
  .div1Centre li:last-of-type a {
    border-bottom: none;
  }
}
@media all and (max-width: 400px) {
  .div1Centre ul {
	-webkit-flex-flow: column wrap;
	flex-flow: column wrap;
	padding: 0px 0px 0px 0px;
  }
  .div1Centre ul a { 
    text-align: center; 
    padding: 10px 10px 10px 10px;
    border-top: 1px solid rgba(255,255,255,0.3); 
    border-bottom: 1px solid rgba(0,0,0,0.1); 
	line-height: 20px;
  }
  .div1Centre ul li:last-of-type a {
    border-bottom: none;
  }
}


.payoutDiv {
    text-align: center;
}
.termsApply {
    grid-area: termsApply;
    clear: both;
    text-align: center;
}



.formGrid {
	grid-template-areas: 
		 "nameBox  emailBox phoneBox sendButton"
		 "vehicleDetails  vehicleDetails vehicleDetails sendButton"
		 "termsApply  termsApply termsApply termsApply"; 
	grid-template-columns: 1fr  1fr 1fr 1fr;
	display: grid;
}

@media all and (max-width: 900px) {
.formGrid {
    width: 100%;
	grid-template-areas: 
		 "nameBox sendButton"
		 "emailBox sendButton"
		 "phoneBox sendButton"
		 "vehicleDetails  vehicleDetails"
		 "termsApply termsApply"; 
	grid-template-columns: 1fr  1fr;
	display: grid;
}
}
@media all and (max-width: 600px) {
.formGrid {
    width: 100%;
	grid-template-areas: 
		 "nameBox"
		 "emailBox"
		 "phoneBox"
		 "vehicleDetails"
		 "termsApply"
         "sendButton"; 
	grid-template-columns: repeat(1, 1fr);
	display: grid;
    text-align: center;
}
}



.div2 {
	margin: 0px 0px 0px 0px;
	background-image:url(/images/background/background002.jpg); 
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-position:top
}
.div2Centre {
	display:none;
	width:1000px;
	height:130px;
	margin: 0px auto 0px auto;
}
.div2CentreText1 {
    text-align: center;
	font-size:15px;
	width:740px;
	height:35px;
	line-height:35px;
	clear:right;
	padding: 0px 0px 0px 0px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.div2CentreText2 {
    text-align: center;
	font-size:15px;
	width:100%;
	height:30px;
	clear:right;
	padding: 0px 0px 0px 0px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.div2CentreTelephone {
	width: 100%;
	height:36px;
	font-size:36px;
	text-align:center;
	clear:right;
	font-weight:bold;
	color:#00008C;
	margin-right:20px;
	text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
}
.div2CentreTelephone a:link {
	color:#00008C;
	text-decoration:none;
}
@media all and (max-width: 600px) {
.div2CentreTelephone {
	width: 100%;
	height:36px;
	font-size:24px;
	text-align:center;
	clear:right;
	font-weight:bold;
	color:#00008C;
	margin-right: 0px;
	text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
}
}
.div3 {
	margin: 0px 0px 0px 0px;
}
.div3Centre {
	width:1000px;
	margin: 0px auto 0px auto;
}
.div3CentreFormClosed {
	width:780px;
	margin: 20px auto 20px auto;
	padding: 10px 0px 0px 20px;
	height: 80px;
	background-color: #FBF06C;
	border: #F69 solid 5px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	box-shadow: 0 8px 6px -6px black;
	font-size:20px;
	font-weight:800;
	background:rgb(251,240,108);
	background:rgba(251,240,108,0.9);
}
.div3CentreForm {
	width:780px;
	margin: 20px auto 20px auto;
	padding: 10px 0px 0px 20px;
	height: 350px;
	background-color: #FBF06C;
	border: #F69 solid 5px;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	box-shadow: 0 8px 6px -6px black;
	font-size:20px;
	font-weight:800;
	background:rgb(251,240,108);
	background:rgba(251,240,108,0.9);
}
.div3CentreFormSocial {
	float:left; 
	margin-left:20px;
}
.div3CentreFormInput {
	width: 195px;
	height: 60px;
	margin: 0px 20px 0px 0px;
}
@media all and (max-width: 600px) {
.div3CentreFormInput {
	width: 80%;
	height: 60px;
	margin: 0px auto 0px auto;
    text-align: center;
        //display: flex;
        align-items: center;
        justify-content: center;
}
.div3CentreFormInput input {
    display: block;
}
}
.div3CentreFormInputName {
    grid-area: nameBox;
}
.div3CentreFormInputEmail {
    grid-area: emailBox;
}
.div3CentreFormInputPhone {
    grid-area: phoneBox;
}
.div3CentreFormInput input {
	padding: 5px;  
    font-size: 15px;  
    text-shadow: 0px 1px 0px #fff;  
    outline: none;  
    background: -webkit-gradient(linear, left top, left bottombottom, from(#bcbcbe), to(#ffffff));  
    background: -moz-linear-gradient(top,  #bcbcbe,  #ffffff);  
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;  
    border-radius: 3px;  
    border: 1px solid #717171;  
    -webkit-box-shadow: 1px 1px 0px #efefef;  
    -moz-box-shadow: 1px 1px 0px #efefef;  
    box-shadow:  1px 1px 0px #efefef;
	font-family:Arial, Helvetica, sans-serif;  
}

.formError {
    margin: 0 0 15px;
    padding: 10px 12px;
    background: #f7dddd;
    border: 1px solid #c44;
    color: #900;
    font-weight: bold;
}

   
#map {
    position: relative;
}
#info {
    position: absolute;
    display: inline-block;
    height: auto;
    width: auto;
    z-index: 100;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px;
    left: 50%;
    transform: translateX(3%);
    visibility: hidden;
    pointer-events: none;
}






.actionForm {
    text-align: center;
}
.div3CentreFormDetails {
    grid-area: vehicleDetails;
	margin: 10px 0px 0px 0px; 
	width: 600px; 
	height: auto;
}
@media all and (max-width: 600px) {
.div3CentreFormDetails {
    grid-area: vehicleDetails;
	margin: 10px auto 0px auto; 
	width: 90%; 
	height:140px;
}
}
.div3CentreFormDetails textarea { 
	padding: 5px;  
    font-size: 15px;  
	width: 600px;
	height: 80px; 
    text-shadow: 0px 1px 0px #fff;  
    outline: none;  
    background: -webkit-gradient(linear, left top, left bottombottom, from(#bcbcbe), to(#ffffff));  
    background: -moz-linear-gradient(top,  #bcbcbe,  #ffffff);  
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;  
    border-radius: 3px;  
    border: 1px solid #717171;  
    -webkit-box-shadow: 1px 1px 0px #efefef;  
    -moz-box-shadow: 1px 1px 0px #efefef;  
    box-shadow:  1px 1px 0px #efefef;
	font-family:Arial, Helvetica, sans-serif;
}
@media all and (max-width: 600px) {
.div3CentreFormDetails textarea { 
	padding: 5px;  
    font-size: 15px;  
	width: 90%; 
	height: 80px; 
    text-shadow: 0px 1px 0px #fff;  
    outline: none;  
    background: -webkit-gradient(linear, left top, left bottombottom, from(#bcbcbe), to(#ffffff));  
    background: -moz-linear-gradient(top,  #bcbcbe,  #ffffff);  
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;  
    border-radius: 3px;  
    border: 1px solid #717171;  
    -webkit-box-shadow: 1px 1px 0px #efefef;  
    -moz-box-shadow: 1px 1px 0px #efefef;  
    box-shadow:  1px 1px 0px #efefef;
	font-family:Arial, Helvetica, sans-serif;
    margin: 0px auto 0px auto;
}
}
.div3CentreFormButton {
    grid-area: sendButton;
	margin: 45px 20px 0px 0px;
    text-align: center;
}
@media all and (max-width: 600px) {
.div3CentreFormButton {
    grid-area: sendButton;
	margin: 45px auto 0px auto;
    text-align: center;
}
}
.div3CentreFormButton img {
    width: 90%;
}
@media all and (max-width: 600px) {
.div3CentreFormButton input {
    text-align: center;
}
}
.div3CentreFormInput input {
	padding: 5px;  
    font-size: 15px;  
    text-shadow: 0px 1px 0px #fff;  
    outline: none;  
    background: -webkit-gradient(linear, left top, left bottombottom, from(#bcbcbe), to(#ffffff));  
    background: -moz-linear-gradient(top,  #bcbcbe,  #ffffff);  
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;  
    border-radius: 3px;  
    border: 1px solid #717171;  
    -webkit-box-shadow: 1px 1px 0px #efefef;  
    -moz-box-shadow: 1px 1px 0px #efefef;  
    box-shadow:  1px 1px 0px #efefef;
	font-family:Arial, Helvetica, sans-serif;  
}
@media all and (max-width: 600px) {
.div3CentreFormInput input {
	padding: 5px;  
    font-size: 15px;  
    text-shadow: 0px 1px 0px #fff;  
    outline: none;  
    background: -webkit-gradient(linear, left top, left bottombottom, from(#bcbcbe), to(#ffffff));  
    background: -moz-linear-gradient(top,  #bcbcbe,  #ffffff);  
    -webkit-border-radius: 3px;  
    -moz-border-radius: 3px;  
    border-radius: 3px;  
    border: 1px solid #717171;  
    -webkit-box-shadow: 1px 1px 0px #efefef;  
    -moz-box-shadow: 1px 1px 0px #efefef;  
    box-shadow:  1px 1px 0px #efefef;
	font-family:Arial, Helvetica, sans-serif; 
    width: 95%;
    display: flex;
}  
}
.div3CentreFormButton input {
}



.divSticky {
	display: none;
}

@media all and (max-width: 1000px) {
.divSticky {
	display: grid;
	text-align: center;
    width: 100%;
    position: fixed;
    bottom: 0px;
	margin: 0px auto 0px auto;
    grid-template-columns: repeat(2, 1fr);
    background-color: #FBF06C;
	border-top: #F69 solid 5px;
    
}
}
.divStickyWhats {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.divStickyTel {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}






.div4 {
	background-color: #FBF06C;
	border-top: #F69 solid 5px;
	-webkit-box-shadow: 0 -8px 6px -6px black;
	-moz-box-shadow: 0 -8px 6px -6px black;
	box-shadow: 0 -8px 6px -6px black;
	margin: 30px 0px 0px 0px;
}
.div4Centre {
	width:1000px;
	margin: 0px auto 0px auto;
	padding: 20px 0px 20px 0px;
}
.div4CentreContent {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 20px 20px 20px 20px;
	margin: 0px 20px 0px 20px;
	background-color:#FFF;
	-webkit-box-shadow:0 0 15px #000000; 
	-moz-box-shadow: 0 0 15px #000000; 
	box-shadow:0 0 15px #000000; 
}
.div4CentreContentLeft {
	float:left;
	width:500px;
	font-size:20px;
	line-height:28px;
}
.div4CentreContentLeftFull {
	width:920px;
}
.div4CentreContentLeftIntro {
	font-size:22px;
	line-height:30px;
	font-weight:600;
}
.div4CentreContentRight {
	float:right;
	width:350px;
}
@media all and (max-width: 1000px) {
.div4CentreContentRight {
	float:none;
	width:100%;
}
.div4CentreContentRight img {
	max-width:100%;
}
}
.div4CentreContentRightGraphic {
	width:350px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border: #FF6699 solid 5px;
	margin-bottom:20px;
	background-color:#FBF06C;
}
.div4CentreContentRightGraphicTop {
	background-color:#FBF06C;
	color:#F69;
	width:350px;
	height:40px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.div4CentreContentRightGraphicTop h2 {
	margin: 0px 0px 0px 20px;
	font-size:24px;
	line-height:40px;
	color:#00008C;
	font-weight:800;
	font-family: Arial, Helvetica, sans-serif;
}
.div4CentreContentRightGraphicMiddle {
	background-color:#FFF;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.div4CentreContentRightGraphicBottom {
	background-color:#FFF;
	padding:5px 5px 5px 5px;
	margin:0px 0px 0px 0px;
}
.div5 {
	width: 100%;
	padding-top:30px;
	clear: both;
	background-color: #F69;
	background-color:#c92f68;
	border-top: #c92f68 solid 5px;
	-webkit-box-shadow: 0 -8px 6px -6px black;
	-moz-box-shadow: 0 -8px 6px -6px black;
	box-shadow: 0 -8px 6px -6px black;
}
.div5Internal {
	background-color: #F69;
	background-color:#c92f68;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.div5Grid {
	grid-template-columns: repeat(4, 1fr);
	display: grid;
}
.div5Quarter {
}
.div5Quarter h2 {
	color: #fff;
	display:block;
	border-bottom:#777 solid 1px;
	padding-bottom:10px;
	margin-right:20px;
}
.div5Quarter ul {
	list-style: none;
	border: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 10px;
}
.div5Quarter ul li {
	text-decoration: none;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
.div5Quarter ul li a, .div5Quarter ul li a:link, .div5Quarter ul li a:active, .div5Quarter ul li a:visited {
	display: block;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
.div5Quarter ul li a:hover {
	color: #fff;
}
.div5QuarterIcons ul li {
	background-repeat:no-repeat; 
	background-position:left;
	padding-left: 25px;
	margin-left: 0px;
}

@media all and (max-width: 1000px) {
.div5 {
	width: 100%;
	padding-top:30px;
	clear: both;
	background-color: #F69;
	background-color:#c92f68;
	border-top: #F69 solid 5px;
	-webkit-box-shadow: 0 -8px 6px -6px black;
	-moz-box-shadow: 0 -8px 6px -6px black;
	box-shadow: 0 -8px 6px -6px black;
}
.div5 img {
	max-width: 100%;
}
.div5Internal {
	background-color: #F69;
	background-color:#c92f68;
	width:100%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.div5Grid {
	grid-template-columns: repeat(2, 1fr);
	display: grid;
}
.div5Quarter {
}
.div5Quarter h2 {
	color: #fff;
	display:block;
	border-bottom:#777 solid 1px;
	padding-bottom:10px;
	margin-right:20px;
}
.div5Quarter ul {
	list-style: none;
	border: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 10px;
}
.div5Quarter ul li {
	text-decoration: none;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/image005.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
.div5Quarter ul li a, .div5Quarter ul li a:link, .div5Quarter ul li a:active, .div5Quarter ul li a:visited {
	display: block;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
.div5Quarter ul li a:hover {
	color: #fff;
}
.div5QuarterIcons ul li {
	background-repeat:no-repeat; 
	background-position:left;
	padding-left: 25px;
	margin-left: 0px;
}
}
@media all and (max-width: 600px) {
.div5Grid {
    width: 90%;
    margin: 0px auto 0px auto;
	grid-template-columns: repeat(1, 1fr);
	display: grid;
}
.div5Grid img {
    max-width: 90%;
}
    
.div5Quarter ul {
	list-style: none;
	border: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
	font-size: 10px;
}
}

.div6 {
	background-color:#F69; 
	background-color:#c92f68;
	height:24px;
	clear:both;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
	margin-bottom:10px;
}
.div6QuarterIcons {
	margin-bottom: 20px;
}
.div6QuarterIcons li {
	background-repeat: no-repeat;
	background-position: left;
}
.div7 {
	width: 100%;
	clear: both;
	height:40px;
	text-align:center;
	background-color: #FBF06C;
}
.div7Interior {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#FBF06C;
	color:#000;
}
.div7 a:link, .div7 a:hover, .div7 a:active, .div7 a:visited {
	color:#000;
	text-decoration:none;
}
@media all and (max-width: 1000px) {
.div7 {
	width: 100%;
	clear: both;
	height:40px;
	text-align:center;
	background-color: #FBF06C;
	padding-bottom: 160px;
}
.div7Interior {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#FBF06C;
	color:#000;
}
.div7 a:link, .div7 a:hover, .div7 a:active, .div7 a:visited {
	color:#000;
	text-decoration:none;
	display: inline-block;
	margin: 5px 20px 5px 20px;
}
}
.googleMapDiv {
	width: 900px; 
	height: 500px; 
	margin-left:auto; 
	margin-right:auto;
}
.divCarrierLicence {
	text-align:left;
	color:#FFF;
}
.divCarrierLicence h2 {
	color:#FFF;
	text-shadow: 2px 2px 2px #999;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.pcClear {
	clear:left;
}
.readMore {
	font-size:11px;
}
.readMore a:link, .readMore a:hover, .readMore a:active, .readMore a:visited {
	text-decoration:none;
	color:#000;
}
.alertColour, .alertColour a:link, .alertColour a:hover, .alertColour a:active, .alertColour a:visited {
	color:rgba(251,27,31,1.00);
}