/* Minification failed. Returning unminified contents.
(1250,1): run-time error CSS1019: Unexpected token, found '}'
*/
@font-face {
font-family: 'SansPro';
src: url(../font/SourceSansPro-Regular.woff);
src: url('../font/SourceSansPro-Regular.ttf?#iefix') format('embedded-opentype'), 
url('../font/SourceSansPro-Regular.woff2') format('woff2'),
url('../font/SourceSansPro-Regular.woff') format('woff'), 
url('../font/SourceSansPro-Regular.ttf') format('truetype'), 
url('../font/SourceSansPro-Regular.ttf#SourceSansPro') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'SansProBold';
src: url(../font/SourceSansPro-Bold.woff);
src: url('../font/SourceSansPro-Bold.ttf?#iefix') format('embedded-opentype'), 
url('../font/SourceSansPro-Bold.woff2') format('woff2'),
url('../font/SourceSansPro-Bold.woff') format('woff'), 
url('../font/SourceSansPro-Bold.ttf') format('truetype'), 
url('../font/SourceSansPro-Bold.ttf#SourceSansProBold') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'SansProSemiBold';
src: url(../font/SourceSansPro-SemiBold.woff);
src: url('../font/SourceSansPro-SemiBold.ttf?#iefix') format('embedded-opentype'), 
url('../font/SourceSansPro-SemiBold.woff2') format('woff2'),
url('../font/SourceSansPro-SemiBold.woff') format('woff'), 
url('../font/SourceSansPro-SemiBold.ttf') format('truetype'), 
url('../font/SourceSansPro-SemiBold.ttf#SourceSansProSemiBold') format('svg');
font-weight: bold;
font-style: normal;
}
body {
margin: 0;
font-family: SansPro;
-webkit-text-size-adjust: 100%; 
}
h1, h2 {
font-size: inherit;
margin: 0;
font-family: SansProBold;
}
.FloatLeft {
float: left;
}
.FloatRight {
float: right;
}
div.Blue {
background-color: #1d7f6c;
}
div.Grey {
background-color: #e6e6e6;
}
div.DarkGrey {
background-color: #666;
}
div.White {
background-color: white;
}
div.Green {
background-color: #70b23d;
}
.FontUppercase {
text-transform: uppercase;
}
.FontBlue {
color: #1d7f6c;
}
.FontGrey {
color: #666;
}
.FontGreen {
color: #70b23d;
}
.hrBlue {
border-bottom: 1px solid #1d7f6c;
width: 105px;
}
.hrWhite {
border-bottom: 1px solid White;
width: 105px;
}
.FontWhite {
color: White;
}
.FontNormal {
font-family: SansPro;
}
.FontBold, b, strong {
font-family: SansProBold;
}
.FontSemiBold {
font-family: SansProSemiBold;
}
.FontRemoveUppercase {
text-transform: none !important;
}
.XXLfont {
font-size: 62px;
}
.XLfont {
font-size: 47px;
}
.Lfont {
font-size: 35px;
}
.MLLfont {
font-size: 32px;
}
.MLfont {
font-size: 28px;
}
.MMLfont {
font-size: 26px;
}
.Mfont {
font-size: 24px;
}
.MSfont {
font-size: 22px;
}
.SMfont {
font-size: 21px;
}
.SMMfont {
font-size: 19px;
}
.Sfont {
font-size: 18px;
}
.VSSfont {
font-size: 14px;
}
.VSfont {
font-size: 13px;
}
.VVSfont {
font-size: 12px;
}
.TextCenter {
text-align: center;
}
.TextLeft {
text-align: left;
}
.TextRight {
text-align: right;
}
.TextUnderline {
text-decoration: underline;
}
a {
text-decoration: underline;
color: inherit;
}
.ButtonGreen, .ButtonShowMore, .ButtonBack {
border: none;
background-color: #70b23d;
padding: 5px 11px 5px 0;
border-radius: 8px;
color: white;
font-size: 14px;
font-family: SansProBold;
-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
text-align: left;
display: block;
background-image: Url('../Images/Button Arrow.png');
background-repeat: no-repeat;
background-position: right;
background-size: 12px;
border-right: 10px solid #70b23d;
}
.RelativePos {
position: relative;
padding-bottom: 50px;
}
.ButtonBlue {
border: none;
background-color: #1d7f6c;
padding: 15px 25px;
border-radius: 8px;
color: white;
font-size: 16px;
font-family: SansProBold;
-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
text-align: center;
display: block;
background-image: Url('../Images/Button Arrow.png');
background-repeat: no-repeat;
background-position: right;
background-size: 12px;
border-right: 10px solid #1d7f6c;
text-decoration: none;
width: 50%;
}
.ButtonBlue.BottomPos {
position: absolute;
left: 50%;
transform: translate(-50%, 0%);
bottom: 25px;
}
.ButtonBlue:hover {
background-color: #1b7463;
}
.ButtonShowMore, .ButtonBack {
background-color: #808080;
background-size: 12px;
padding-left: 10px;
padding: 5px 7px 5px 10px;
}
.ButtonShowMore {
border-right: 7px solid #808080;
}
.ButtonBack {
border-left: 7px solid #808080;
background-image: Url('../Images/Button Arrow Left.png');
background-position: left;
padding-left: 20px;
border-right: none;
}
.ButtonShowMore:hover {
border-right: 7px solid #6E6E6E;
}
.ButtonBack:hover {
border-left: 7px solid #6E6E6E;
}
.ButtonShowMore:hover, .ButtonBack:hover {
background-color: #6E6E6E;
cursor: pointer;
}
.btnCloseAlert, .btnClosePopConfirm, .btnContinuePopConfirm {    
width: 120px !important;
margin: 25px auto 0 auto !important;
padding: 5px 0;
height: 44px;
line-height: 32px;
font-size: 20px;
text-align: center;
background-size: 0;
border: none;
background-color: #70b23d;
border-radius: 0;
color: white;
font-family: SansProBold;
-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
display: block;
outline: none;
}
.btnClosePopConfirm {
background-color: #1d7f6c;
margin-left: 10px !important;
}
.InputError, .InputSuccess {
background-image: url('../Images/Red Cross Input.png');
background-position: right;
background-repeat: no-repeat;
background-size: 30px;
}
.InputSuccess {
background-image: url('../Images/Green Tick Input.png');
}
.ButtonMangify {
display: inline-block;
padding: 12px 0 10px 12px;
line-height: 19px;
vertical-align: top;
font-size: 17px;
background-image: none;
}
.ButtonMangify img {
float: right;
height: 20px;
margin-left: 10px;
}
.BoxShadowLightGrey {
-webkit-box-shadow: 0px 0px 1px 0px #828282;
-moz-box-shadow: 0px 0px 1px 0px #828282;
box-shadow: 0px 0px 1px 0px #828282;
}
.BoxShadowGrey {
-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
}
.BoxShadowBlue {
-webkit-box-shadow: 0px 0px 1px 0px #5780C9;
-moz-box-shadow: 0px 0px 1px 0px #5780C9;
box-shadow: 0px 0px 1px 0px #5780C9;
}
.ButtonGreen.Large {
padding: 8px 21px 8px 25px;
font-size: 27px;
text-transform: uppercase;
margin-top: 20px;
background-size: 17px;
}
.ButtonGreen:hover {
background-color: #63A133;
border-color: #63A133;
cursor: pointer;
}
.btnClosePopConfirm:hover {
background-color: #3259A1;
}
.ButtonGreen.Large div {
margin: 10px 0 0 15px;
border-width: 9px 0 9px 14px;
float: none;
display: inline-block;
}
.MobilePadding {
padding-left: 15px;
padding-right: 15px;
}
.Textbox, .Email, .Postcode, .PhoneNumber, .Mileage {
border-radius: 3px;
border: none;
text-transform: uppercase;
padding: 9px 15px;
display: inline-block;
width: 143px;
margin-bottom: 10px;
border: 1px solid #BDBDBD;
color: #525252;
-webkit-box-shadow: 0px 0px 1px 0px #BDBDBD;
-moz-box-shadow: 0px 0px 1px 0px #BDBDBD;
box-shadow: 0px 0px 1px 0px #BDBDBD;
}
.ButtonGrey {
padding: 15px 10px 12px 10px;
border: 2px solid #808080;
border-radius: 7px;
color: #6E6E6E;
width: 200px;
margin: 13px auto 20px auto;
text-align: center;
font-size: 20px;
font-weight: bold;
background-color: white;
cursor: pointer;
}
.ButtonGrey:hover {
background-color: #808080;
color: white;
}
.Error, .AffiliateEnterReg, .Loading, .PopConfirm {
top: 0;
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,.22);
z-index: 101;
display: none;
position: fixed;
}
.Error > div, .PopConfirm > div, .AffiliateEnterReg > div {
width: 80%;
padding: 20px 20px 20px 20px;
background-color: white;
border: 2px solid #1d7f6c;
margin: 0 auto;
}
.Error .hrBlue, .PopConfirm .hrBlue {
margin-bottom: 15px;
}
.ErrorContent > div, .PopConfirmContent > div, .AffiliateEnterReg > div {
line-height: 32px;
clear: both;
}
.PopConfirmButtonContainer {
width: 254px;
margin: 0 auto;
}
.PopConfirmButtonContainer input {
display: inline-block;
}
.Loading {
background-image: url('../Images/Loading.gif');
background-position: center;
background-repeat: no-repeat;
background-size: 55px;
}
.Hidden {
display: none;
}
.outer {
display: table;
position: absolute;
height: 100%;
width: 100%;
}
.middle {
display: table-cell;
vertical-align: middle;
}
.inner {
margin-left: auto;
margin-right: auto;
}
input[type="checkbox"] {
display: none;
}
input[type="checkbox"] + label {
margin-right: 30px;
}
input[type="checkbox"] + label span {
display: inline-block;
width: 20px;
height: 20px;
margin: -1px 18px 0 0;
vertical-align: middle;
background: url('../Images/Checkbox unchecked.png') left top no-repeat;
background-size: contain;
cursor: pointer;
}
input[type="checkbox"]:checked + label span {
background: url('../Images/Green Tick.png') left top no-repeat;
background-size: contain;
}
.divScrollUp {
width: 26px;
height: 26px;
position: fixed;
transition: .6s;
bottom: 30px;
right: -60px;
background-color: #9c9c9c;
border: 7px solid #9c9c9c;
border-top-width: 8px;
border-bottom-width: 6px;
border-radius: 2px;
z-index: 5;
opacity: .8;
background-image: url(../images/SpriteSheet.png?v=1);
background-position: -148px -88px;
}
.divScrollUp:hover {
background-color: #878787; 
border-color: #878787;
cursor: pointer;
}
.divScrolledDown {
right: 10px;
}
@media (min-width:420px) {
.Error > div, .PopConfirm > div {
width: 340px;
}
}
@media (min-width:520px) {
.Error > div, .PopConfirm > div {
width: 440px;
}
}   
@media (min-width:950px) {
.ContentColumn {
width: 950px;
margin: 0 auto;
}
.MobilePadding {
padding-left: 0;
padding-right: 0;
}
}
@-webkit-keyframes uil-facebook {
0% {
-ms-transform: scale(2);
-moz-transform: scale(2);
-webkit-transform: scale(2);
-o-transform: scale(2);
transform: scale(2);
}
90% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
100% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes uil-facebook {
0% {
-ms-transform: scale(2);
-moz-transform: scale(2);
-webkit-transform: scale(2);
-o-transform: scale(2);
transform: scale(2);
}
90% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
100% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@-moz-keyframes uil-facebook {
0% {
-ms-transform: scale(2);
-moz-transform: scale(2);
-webkit-transform: scale(2);
-o-transform: scale(2);
transform: scale(2);
}
90% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
100% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@-ms-keyframes uil-facebook {
0% {
-ms-transform: scale(2);
-moz-transform: scale(2);
-webkit-transform: scale(2);
-o-transform: scale(2);
transform: scale(2);
}
90% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
100% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@-moz-keyframes uil-facebook {
0% {
-ms-transform: scale(2);
-moz-transform: scale(2);
-webkit-transform: scale(2);
-o-transform: scale(2);
transform: scale(2);
}
90% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
100% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes uil-facebook {
0% {
-ms-transform: scale(2);
-moz-transform: scale(2);
-webkit-transform: scale(2);
-o-transform: scale(2);
transform: scale(2);
}
90% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
100% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@-o-keyframes uil-facebook {
0% {
-ms-transform: scale(2);
-moz-transform: scale(2);
-webkit-transform: scale(2);
-o-transform: scale(2);
transform: scale(2);
}
90% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
100% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@keyframes uil-facebook {
0% {
-ms-transform: scale(2);
-moz-transform: scale(2);
-webkit-transform: scale(2);
-o-transform: scale(2);
transform: scale(2);
}
90% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
100% {
-ms-transform: scale(1);
-moz-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
.uil-facebook-css {
background: none;
position: relative;
width: 200px;
height: 200px;
}
.uil-facebook-css > div {
position: absolute;
width: 40px;
height: 120px;
top: 40px;
left: 20px;
background: #63a133;
opacity: 0.6;
-ms-animation: uil-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;
-moz-animation: uil-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;
-webkit-animation: uil-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;
-o-animation: uil-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;
animation: uil-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;
}
.uil-facebook-css > div:nth-of-type(2) {
left: 80px;
opacity: 0.8;
-ms-animation-delay: 0.1s;
-moz-animation-delay: 0.1s;
-webkit-animation-delay: 0.1s;
-o-animation-delay: 0.1s;
animation-delay: 0.1s;
}
.uil-facebook-css > div:nth-of-type(3) {
left: 140px;
opacity: 0.9;
-ms-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
-webkit-animation-delay: 0.2s;
-o-animation-delay: 0.2s;
animation-delay: 0.2s;
}
.divHeader {
height: 80px;
}
.divLogoHeader {
height: 29px;
width: 242px;
margin: 0 auto;
background: url(../images/SpriteSheet.png?v=1) 0 0;
}
.divHeader .ButtonGreen {
display: none;
}
.divHeader .ContentColumn {
padding-top: 27px;
}
.ManageAppointment {
text-decoration: none;
}
@media (min-width:480px) {
.divHeader .ButtonGreen {
display: block;
background-size: 12px;
padding: 5px 20px 5px 10px;
}
.divLogoHeader {
margin: initial;
display: inline-block;
}
}
@font-face {
font-family: 'UKNumberPlateRegular';
src: url(../font/mandator-webfont.eot);
src: url('../font/mandator-webfont.eot?#iefix') format('embedded-opentype'), url('../font/mandator-webfont.woff') format('woff'), url('../font/mandator-webfont.ttf') format('truetype'), url('../font/mandator-webfont.svg#UKNumberPlateRegular') format('svg');
font-weight: normal;
font-style: normal;
}
.divVRMSearchContainer, .divReturningContainer {
width: 100%;
background-color: white;
z-index: 5;
padding: 30px 0;
border-bottom: 8px solid #1d7f6c;
}
.inputVRM, .divVRM {
text-align: center;
text-transform: uppercase;
font-family: UKNumberPlateRegular !important;
outline: none;
padding-left: 30px;
width: 230px;
height: 68px;
line-height: 68px;
border: none;
border-radius: 15px;
font-size: 36px;
border: 4px solid black;
background-size: contain;
background-image: url(../Images/VRM.png);
background-repeat: no-repeat;
display: block;
}
.inputVRM {
margin: 20px auto 0 auto;
padding: 0 0 0 26px !important;
}
.divVRM {
width: 160px;
height: 50px;
font-size: 35px;
line-height: 50px;
border: 2px solid black;
border-radius: 7px;
margin: 12px auto 15px auto;
padding-left: 16px;
}
.divVRMContainer .ButtonGreen.Large {
margin: 13px auto 0 auto;
width: 245px;
}
.divVRMSearchContainerScrollPadding {
display: none;
padding: 7px 0 !important;
position: fixed;
top: 0;
}
.divVRMContainerNoMargin {
margin: 0 auto !important;
width: 265px;
}
.inputVRMScroll {
height: 41px !important;
line-height: 41px !important;
margin-top: 0 !important;
font-size: 30px;
padding-left: 15px !important;
width: 190px;
border-radius: 10px;
}
.divVRMContainerNoMargin .inputVRM {
display: inline-block;
}
.divVRMContainerNoMargin .ButtonGreen {
margin-top: 4px !important;
width: 200px !important;
font-size: 20px;
width: 42px !important;
padding: 8px 21px 8px 10px;
color: transparent;
float: right;
}
.divVRMContainerNoMargin .ButtonGreen.Large div {
margin-top: 0 !important;
border-width: 7px 0 7px 11px;
}
.divReturning {
position: relative;
}
.divReturning .Lfont {
font-size: 30px;
}
.divReturning .SMfont {
margin-top: 15px;
}
.imgReturningCar {
width: 100%;
max-width: 350px;
margin: 0 auto;
display: block;
}
.divReturning .ButtonGreen {
float: none !important;
display: block;
margin: 25px auto 0 auto;
padding: 9px 30px 10px 25px;
font-size: 20px;
width: 245px;
}
.divReturning .ButtonGreen.Large div {
margin: 15px 0 0 15px;
border-width: 7px 0 7px 11px;
}
.divReturning .Textbox {
margin: 15px auto 0 auto;
display: block;
width: 100px;
}
.divReturning .FontGrey a {
display: block;
margin-top: 20px;
text-decoration: none;
}
.divDifferentCar:hover {
color: #383838;
cursor: pointer;
}
.divReturningDirections {
margin-top: 7px;
display: inline-block;
}
.vehicleleft {
margin-right: 10px;
}
.vehicleright {
margin-left: 10px;
}
.divReturningDirections img, .divVRM {
float: left;
}
.BlinkButton {
animation-name: pulse;
animation-duration: 1.3s;
animation-iteration-count: infinite;
}
.divReturningDirections img {
width: 25px;
margin-top: 26px;
}
.divReturningDirections img:hover {
cursor: pointer;
opacity: 0.8;
}
@media (min-width:320px) {
.divVRM {
width: 170px;
}
.vehicleleft {
margin-right: 15px;
}
.vehicleright {
margin-left: 15px;
}
}
@media (min-width:360px) {
.divVRM {
width: 200px;
}
.divReturningDirections img {
width: 28px;
margin-top: 25px;
}
}
@-moz-keyframes pulse {
50% {
-webkit-transition: all 200ms ease-in;
-webkit-transform: scale(1.04); 
-ms-transition: all 200ms ease-in;
-ms-transform: scale(1.04); 
-moz-transition: all 200ms ease-in;
-moz-transform: scale(1.04); 
transition: all 200ms ease-in;
transform: scale(1.04);
}
}
@-webkit-keyframes pulse {
50% {
-webkit-transition: all 200ms ease-in;
-webkit-transform: scale(1.04); 
-ms-transition: all 200ms ease-in;
-ms-transform: scale(1.04); 
-moz-transition: all 200ms ease-in;
-moz-transform: scale(1.04); 
transition: all 200ms ease-in;
transform: scale(1.04);
}
}
@keyframes pulse {
50% {
-webkit-transition: all 200ms ease-in;
-webkit-transform: scale(1.04); 
-ms-transition: all 200ms ease-in;
-ms-transform: scale(1.04); 
-moz-transition: all 200ms ease-in;
-moz-transform: scale(1.04); 
transition: all 200ms ease-in;
transform: scale(1.04);
}
}
@media (min-width:480px) {
.divReturning .Textbox {
margin: 15px 30px 0 0;
display: inline-block;
}
.divReturning .ButtonGreen {
display: inline-block;
}
}
@media (min-width:650px) {
.divVRM {
margin-left: 0;
}
.divReturning {
text-align: left;
}
.divMakeModel {
width: 60%;
overflow: hidden;
height: 27px;
}
.imgReturningCar {
position: absolute;
top: 40px;
right: 15px;
width: 36%;
border-radius: 50px;
}
.divDifferentCar {
margin: -41px 5px 0 0;
text-align: right;
width: 200px;
float: right;
position: inherit;
}
.divReturning .Textbox {
margin: 15px 10px 0 0;
}
}
@media (min-width:720px) {
.imgReturningCar {
right: 43px;
}
.divDifferentCar {
margin: -41px 53px 0 0;
}
.divVRMScroll {
height: 59px !important;
}
.inputVRMScroll {
height: 55px !important;
line-height: 55px !important;
font-size: 45px !important;
border-radius: 15px;
}
.divVRMContainerNoMargin .ButtonGreen {
margin-top: 8px !important;
width: 250px !important;
font-size: 27px;
color: white;
padding: 8px 21px 8px 25px;
}
.divVRMSearchContainerDefault {
padding: 27px 0;
display: inline-block;
}
.divReturningContainer {
padding: 27px 0;
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
}
.inputVRM {
display: inline-block;
margin-top: 0;
width: 360px;
font-size: 56px;
padding-left: 25px;
}
.divVRMContainer {
width: 680px;
margin: 30px auto 0 auto;
}
.txtVRM {
float: left;
}
.ButtonGreen.Large {
margin-top: 16px;
float: right;
}
.imgReturningCar {
width: 37%;
top: 0;
}
.divReturning .Textbox {
margin: 15px 30px 0 0;
}
}
@media (min-width:760px) {
.imgReturningCar {
width: 37%;
}
}
@media (min-width:800px) {
.imgReturningCar {
width: 336px;
margin-top: -20px;
}
}
@media (min-width:850px) {
.divDifferentCar {
margin: -21px 53px 0 0;
text-align: right;
width: 305px;
float: right;
}
}
.divReturning .Lfont {
font-size: 35px;
}
.divReturning .MLfont {
font-size: 28px;
margin-top: 20px;
}
.divReturning .ButtonGreen {
margin: 15px auto 0 auto;
}
}
@media (min-width:950px) {
.imgReturningCar {
right: 0;
}
.divReturning.ContentColumn {
width: 810px;
}
}
.imgGeo {
height: 33px;
margin-top: 1px;
vertical-align: top;
cursor: pointer;
}
.hrBlue {
margin-bottom: 30px;
}
.divBranchSearch {
padding: 30px 0;
}
.divBranchFinderTextBox {
margin-top: 25px;
}
.divBranchFinderTextBox input {
border-radius: 3px;
border: none;
text-transform: uppercase;
padding: 6px 30px 6px 7px;
margin: 0 auto 10px auto;
display: block;
width: 143px;
border-right: 3px solid white;
border-left: 3px solid white;
color: #666;
border: 1px solid #A0A0A0;
}
input.Hidden {
display: none !important;
}
.ButtonMangify {
padding: 9px 1px 7px 12px;
margin: 0 7px 0 1px;
}
.divBranchFinderTextBox input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #666 !important;
}
.divBranchFinderTextBox input::-moz-placeholder { /* Firefox 19+ */
color: #666 !important;
}
.divBranchFinderTextBox input:-ms-input-placeholder { /* IE 10+ */
color: #666 !important;
}
.divBranchFinderTextBox input:-moz-placeholder { /* Firefox 18- */
color: #666 !important;
}
.divBranchMapContainer {
position: relative;
height: 300px;
margin: 0 15px;
}
.divClickToInteract, .divTapToInteract {
background-color: rgba(0,0,0,.10);
position: absolute;
width: 100%;
z-index: 2;
}
.divBranchMap, .divClickToInteract, .divTapToInteract {
height: 400px;
}
.divClickToInteract {
display: none;
}
.divMapInteract {
display: inline-block;
cursor: pointer;
border: 3px solid white;
border-radius: 12px;
padding: 9px 19px;
background-color: rgba(0,0,0,.50);
}
.divMapInteract:hover {
border-color: #EDEDED;
}
.divBranchesHeader {
margin: 30px 0 20px 0;
}
.divAlpha {
margin-bottom: 20px;
overflow: hidden;
}
.divAlpha div {
display: inline-block;
padding: 2px 11px;
}
.divBranchGrid {
-webkit-column-count: 2;
-moz-column-count: 2;
-o-column-count: 2;
column-count: 2;
}
.divBranchGrid div > div {
display: inline-block;
padding: 2px 10px;
}
.divBranches {
margin-bottom: 30px;
}
.divAlpha div:hover, .divBranchGrid div > div:hover, .divAlpha div.selected, .divBranchGrid div > div.selected {
background-color: #1d7f6c;
color: white;
cursor: pointer;
}
.divBranchGrid a {
text-decoration: none !important;
}
.imgMapInfo {
float: right;
margin-left: 15px;
width: 95px;
}
.gm-style-iw > div {
overflow-y: hidden !important;
}
/*.gm-style-iw > div *{   
line-height:0.80em;
}*/
.gm-style-iw .FontGrey {
width: 210px;
}
.gm-style-iw .FontGrey a {
text-decoration: none;
}
.gm-style-iw .FontGrey a:hover {
text-decoration: underline;
}
.divClosestBranchesContainer {
margin-top: 40px;
}
.divClosestBranches > div {
padding: 20px 0;
border: 1px solid #70b23d;
color: #70b23d;
cursor: pointer;
margin-bottom: 15px;
width: 260px;
margin: 0 auto 15px auto;
}
.divClosestBranches > div:last-child {
margin-bottom: 0;
}
.divClosestBranches > div.Selected {
background-color: #70b23d;
color: white;
cursor: default;
}
.aBranchPDF {
display: inline-block;
}
.aBranchPDF img {
margin-top: 2px;
}
.aBranchPDF img, .aBranchPDF div {
float: left;
}
.aBranchPDF div {
margin-left: 5px;
padding-top: 3px;
}
.aBranchPDF div:hover {
text-decoration: underline;
color: #666;
}
.divPDFContainer {
text-align: left;
}
.ui-autocomplete {
z-index: 4 !important;
width: 180px!important;
max-height: 250px;
overflow-y: auto;
position: absolute;
padding: 0;
border: 1px solid #B1C0DB;
border-top: 1px solid transparent !important;
border-top: none;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.ui-autocomplete li {
list-style: none;
margin: 0;
padding: 9px 7px;
border-bottom: 1px solid #B1C0DB;
background-color: rgba(255,255,255, 0.95);
}
.ui-autocomplete li a {
text-decoration: none;
cursor: pointer;
}
.ui-autocomplete li:last-child {
border-bottom: none;
}
.divYourClosestBranch {
margin-bottom: 15px;
}
@media (min-width:420px) {
.divBranchFinderTextBox input, .divBranchFinderSearch {
display: inline-block;
}
.divBranchFinderSearch {
vertical-align: top;
margin-top: 1px;
}
.ButtonMangify {
margin: 0 8px 0 11px;
}
}
@media (min-width:550px) {
.divBranchGrid {
-webkit-column-count: 3;
-moz-column-count: 3;
-o-column-count: 3;
column-count: 3;
}
}
@media (min-width:600px) {
.divBranchMapContainer, .divBranchMap, .divTapToInteract {
height: 400px;
}
.divClosestBranches {
width: 552px;
display: inline-block;
left: 0;
right: 0;
}
.divClosestBranches div {
float: left;
}
.divClosestBranches>div {
margin:7px 7px;
}
}
@media (min-width:760px) {
.divBranchGrid {
-webkit-column-count: 4;
-moz-column-count: 4;
-o-column-count: 4;
column-count: 4;
}
.divBranchMapContainer {
width: 90%;
margin: 0 auto;
}
}
@media (min-width:900px) {
.divBranchMapContainer, .divBranchMap, .divTapToInteract, .divClickToInteract {
height: 550px;
}
}
@media (min-width:1100px) {
.divBranches.ContentColumn {
width: 1100px;
}
.divBranchGrid {
margin-left: 100px;
}
.divTapToInteract {
display: none;
}
.divClickToInteract {
display: inline-table;
}
.divBranchMapContainer {
width: 80%;
}
}
.FooterContactUs {
padding-top: 10px;
margin-top: 15px;
}
.divFooter {
padding: 40px 0;
font-size: 12px;
}
.divFooterColumn {
width: 50%;
float: left;
height: 190px;
}
.divFooterContent {
display: inline-block;
width: 100%;
}
.FooterHeader {
padding-bottom: 10px;
font-size: 14px;
}
.divFooterColumn a {
display: block;
text-decoration: none;
margin-top: 15px;
font-size: 12px;
}
.divFooterColumn a img {
border: none;
}
.divFooterColumn a:hover, .divLinks a:hover {
color: #DEDEDE;
}
.aSocial {
margin-right: 10px;
display: inline-block !important;
}
.FooterColumnNoHeight {
height: auto;
}
.divCox {
height: 100px;
background-color: #F2F2F2;
}
.divCox > div > div {
/*float: right;*/
margin: 0 auto;
height: 20px;
width: 236px;
/*background: url(../images/SpriteSheet.png?v=1) 0 77px;*/
background: url('../Images/Cox Automotive logo.png');
background-repeat: no-repeat;
padding-top: 40px;
padding-bottom: 40px;
background-position: center;
cursor: pointer;
}
.LinksLeft {
float: left;
width: 50%;
margin-bottom: 15px;
}
.LinksCenter {
width: 50%;
}
.LinksRight {
float: right;
width: 50%;
}
.divLinksPadding {
padding: 20px;
}
.divLinks a {
display: block;
text-decoration: none;
padding: 12px 0;
margin: 0 10px;
font-size: 12px;
}
.divCookieBar {
width: 100%;
background-color: white;
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
padding: 10px 0;
font-size: 12px;
line-height: 20px;
}
.divCookieBar .cb-enable {
border: 1px solid grey;
background-color: #e6e6e6;
padding: 0 4px;
border-radius: 3px;
margin: 0 5px;
text-decoration: none;
}
.divCookieBar .cb-enable:hover {
background-color: #ccc;
}
#cookie-bar-static a:hover {
text-decoration: underline;
}
.spnRot13 {
unicode-bidi: bidi-override;
direction: rtl;
}
.divFooterSell, .divFooterAbout {
height: 250px;
}
.divFooterTwitter {
width: 28px;
height: 29px;
background: url(../images/SpriteSheet.png?v=1) 89px -30px;
}
.divFooterFacebook {
width: 29px;
height: 29px;
background: url(../images/SpriteSheet.png?v=1) 61px -30px;
}
.divFooterPintrest {
width: 29px;
height: 29px;
background: url(../images/SpriteSheet.png?v=1) 32px -30px;
}
.divFooterLinkedIn {
width: 29px;
height: 29px;
background: url(../images/SpriteSheet.png?v=1) 89px -59px;
}
.divFooterYoutube {
width: 29px;
height: 29px;
background: url(../images/SpriteSheet.png?v=1) 60px -59px;
}
@media (min-width:360px) {
.divFooterColumn a {
font-size: 13px;
}
}
@media (min-width:660px) {
.divCookieBar {
font-size: 14px;
}
.cookiebr {
display: none;
}
}
@media (min-width:700px) {
.divFooterColumn {
width: 25%;
float: left;
}
}
@media (min-width:710px) {
.LinksLeft {
width: 30%;
}
.LinksCenter {
margin: 0 auto;
width: 30%;
}
.LinksCenter div {
padding-left: 18px;
}
.LinksRight {
width: 32%;
}
.divLinksPadding {
padding: 20px;
}
.divLinks a {
display: block;
text-decoration: none;
padding: 10px 0;
border-bottom: none;
}
.LinksLeft a {
padding-left: 10%;
}
}
@media (min-width:950px) {
.divFooter {
padding: 50px 0;
}
.divFooter .ContentColumn {
width: 900px;
}
.aSocial {
float: left;
margin: 0 5px;
}
.divFooterColumn {
height: auto;
}
/*.divCox > div > div {
margin: 10px 0 0 0;
}*/
.divFooterColumn a {
margin-top: 5px;
}
.FooterHeader {
padding-bottom: 10px;
}
}
@media (min-width:1200px) {
.divCookieBar {
position: fixed;
bottom: 0;
border-bottom: none;
}
.divCookieBarBottom {
margin-bottom: 100px;
border-bottom: 1px solid #e6e6e6;
}
}
