

@import url('https://fonts.googleapis.com/css?family=Sen&display=swap');



/********** Reset ********/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input[type=checkbox] {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

input[type=checkbox]{
     accent-color: #43B02A;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.checkboxTopSpaced input[type=checkbox]{
    margin-top: 1em;
}

/********* Generic ********/

body {
   background-color: #00313C;
}

body,
div.ajaxPage
{
    color: #3A3A3A;
    font-size: 20px;
}

.wysiwygContent
{
    line-height: 1.4em;
}

textarea:focus, 
input:focus,
select:focus
{
    
    outline: #72c132 solid 0px;
    border: 2px solid #72c132 !important;
}

body,
select,
.ui-dialog,
.ui-widget,
div.formContent div.field input,
div.formContent div.field textarea,
div.homepageSearch div.searchContainer input,
div.bookOnline1 .regArea input,
div.seasonalCheck input
{
    font-family: 'Sen', sans-serif;
}

.cb
{
    clear: both;
}

h1
{
    font-size: 36px;
    font-weight: bold;
    color: #43B02A;
    margin: 20px 0;
}

h2
{
    font-weight: normal;
    font-size: 46px;
    color: #00303c;
    margin: 15px 0;
}

h3
{
    color: #43B02A;
    margin: 10px 0;
}

p
{
    margin-bottom: 10px;
    word-wrap: break-word;
}

strong
{
    font-weight: bold;
}

img
{
    max-width: 100%;
    height: auto;
}

.gmap img
{
    max-width: inherit;
}

a:hover,
a:visited,
a:link,
a:active
{
    color: #43B02A;
}

a:hover
{
    text-decoration: underline !important;
}

div.center,
div.navigation,
div.header,
div.footer
{
    float: left;
    width: 100%;
    margin: 0;
}

div.inner
{
    max-width: 1024px;
    margin: 0 auto;
    width: 95%;
}

@media screen and (min-width: 1024px)
{
    div.inner
    {
        width: 100%;
    }
}



/* Cookie Message Start */

.consentBanner {
    position: relative;
    bottom: 0;
    left: 0;
    width: 50%;
    background-color: #00313C;
    padding: 10px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    justify-content: center;
    flex-direction: column;
    margin: auto;
}

.cookie-message {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #00313C;
    color:#fff;
    line-height:1.3;
    text-align:center;
    z-index: 9999;
}

.cookie-message-container {
    padding: 10px;
    position:relative;
    max-width:700px;
    margin:0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.cookie-message-accept {
     margin: 10px;

}


.consentOption {
    display: none; /* Initially hide consent options */
    margin: 4px;
}

.consentOption label {

}

.consentOption input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border: 1px solid #007bff; /* Border color */
    border-radius: 3px;
    margin-right: 5px;
    background-color: #fff; /* Checkmark color */
}

.consentOption input[type="checkbox"]:checked {
    accent-color: #43B02A; /* Checkbox background color when checked */
}

.consentOption input[type="checkbox"]:checked::before {

    display: block;
    text-align: center;
    line-height: 20px; /* Align vertically */
    color: #fff; /* Checkmark color */
    background-color: #fff; /* Checkmark color */
}

.consentOptions {
    
}

.test {
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    gap: 14px;
}

/* Cookie Message End */

@media screen and (min-width: 512px) {
    .consentBanner {
       flex-direction: row;
       justify-content: center;
       width: 100%;
       
    }
    .cookie-message {
        text-align:center;
    }
    .cookie-message-accept {
        top: 14px;
        bottom:auto;
    }
    .cookie-message-container {

    }
}

div.header div.inner
{
    text-align: left;
    position: relative;
}

div.header
{   
    background-color: #FFF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 80px;
    border-bottom: 1px solid #EDEDED;
}

/* Logo Styling */

div.header img.logo
{
    width: 200px;       
    margin:21px 0 14px 50px; 
}



/* Navigation Bar */
.nav-bar {
    display: flex;
    align-items: center;
    position: absolute;
    left: 300px;
}


.left-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 2rem;
}

.left-menu li {
    position: relative;
}

.left-menu > li > a {
    text-decoration: none !important;
    color: #00303c;
    font-size: 16px;
    padding: 0.5rem 0;
    display: inline-block;
}

.left-menu > li > a:hover {
    color: #008000;
}
.left-menu > li > a.active-drop {
    color: #008000;
}

/* === Dropdown container === */
.dropdown-content {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    min-height: 275px;
    background-color: #f9f9f9;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

.dropdown-content.hidden {
    display: none;
}

.dropdown-content-inner {
    display: flex;
    flex-wrap: wrap;
    padding: 2rem;
    gap: 2rem;
    min-width: 800px;
    margin-left: 100px;
    padding-right: 302px;
}

/* === Individual category column === */
.dropdown-column {
    display: flex;
    flex-direction: column;
    min-width: 22%;
}

.dropdown-column h4 {
    font-size: 18px;
    color: #008000;
    margin-bottom: 1rem;
    border-bottom: 2px solid #008000;
    padding-bottom: 10px;
    white-space: nowrap;
}

.dropdown-column a:hover {
    text-decoration: none !important;
    font-weight: 600;
}

/* === Grid-based item container for long sections === */
.dropdown-column-items {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(5, auto); /* 5 rows per column */
    gap: 0.25rem 2rem;
}

.mobile-nav-btn {
    display: none;
    float: right;
    margin-right: 8px;
}

.mobile-nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1000;
    width: calc(100% - 55px);
    min-height: calc(100% - 168px);
    padding-bottom: 168px;
    background-color: white;
    border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    font-size: 16px;
}

.mobile-nav .nav-section {
    color: #9FAAAD;
    text-align: center;
    border-bottom: 1px solid #EDEDED;
    padding: 16px;
}

.mobile-nav .nav-section.with-back-arrow {
    background-image: url(/images/nav-arrow-left.png);
    background-repeat: no-repeat;
    background-position-x: 20px;
    background-position-y: center;
    cursor: pointer;
}

.mobile-nav .nav-link {
    border-bottom: 1px solid #EDEDED;
    width: calc(100% - 52px);
    display: inline-block;
    padding: 16px 26px;
    text-decoration: none !important;
    color: #00303c !important;
}

.mobile-nav .nav-depth-2 .nav-link:last-of-type {
    margin-bottom: 158px;
}

.mobile-nav .nav-link.with-arrow {
    background-image: url(/images/nav-arrow-right.png);
    background-repeat: no-repeat;
    background-position-x: calc(100% - 20px);
    background-position-y: center;
}

.mobile-nav .nav-link.for-garages {
    position: absolute;
    left: 0;
    bottom: 109px;
    border-top: 1px solid #EDEDED;
}

.mobile-nav .promo-button {
    width: calc(100% - 16px);
    position: absolute;
    left: 0;
    bottom: 51px;
    padding: 12px 0;
    margin: 9px;
    text-align: center;
}

.mobile-nav .feedback-btn {
    width: 100%;
}

.mobile-nav .nav-depth-2 {
    display: none;
}

.mobile-nav .nav-promo {
    font-weight: initial;
    width: calc(100% - 54px);
    margin: 0 9px;
    position: absolute;
    bottom: 109px;
    right: 0;
}

.mobile-nav .nav-promo h4 {
    font-size: 18px;
}

.mobile-nav .nav-promo a {
    font-size: 14px;
}

.mobile-nav .nav-inner-services {
    padding-bottom: 160px;
}

@media screen and (max-width: 900px) {
    .nav-bar, .nav-bar-right, .header .feedback-button {
        display: none !important;
    }

    div.header {
        height: 65px;
    }

    div.header img.logo {
        width: 152px;
        margin: 0 21px;
    }

    .mobile-nav-btn {
        display: inline-block;
    }

    .mobile-nav {
        z-index: 1000;
    }

    .mobile-nav .feedback-button {
        width: 100%;
        text-align: center;
        display: inline-block;
        height: initial;
        padding: 12px 0;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

/* === Standard link styling === */
.dropdown-content a {
    color: #00303c;
    line-height: 1.5;
    white-space: nowrap;
    text-decoration: none;
    font-weight: normal;
    margin: 0;
    font-size: 18px;
    min-width: 240px;
}

.dropdown-content a.dropdown-item-service {
    min-width: 300px;
    margin-bottom: 8px;
}

.dropdown-content a:hover {
    color: #008000;
}

@media screen and (max-width: 1540px) {
    .dropdown-column {
        min-width: 19%;
    }

    .dropdown-content a {
        font-size: 14px;
        min-width: 125px;
    }

    .dropdown-column h4 {
        font-size: 14px;
        min-width: 125px;
    }

    .dropdown-content-inner {
        flex-wrap: wrap;
        padding: 2rem;
        min-width: initial;
        margin-left: 20px;
        padding-right: 334px
    }
}

@media screen and (max-width: 1050px) {
    .dropdown-column {
        min-width: 19%;
    }

    .dropdown-content a {
        font-size: 12px;
        min-width: 100px;
    }

    .dropdown-column h4 {
        font-size: 12px;
        min-width: 100px;
    }

    .dropdown-content-inner {
        margin-left: 0;
    }
}


.nav-bar-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    right: 250px;
    flex-direction: row-reverse;
}

.nav-bar-right .nav-right-dropdown {
    text-decoration: none;
    color: black;
    font-size: 16px;
    padding: 10px;
    display: block;
}

.nav-bar-right:hover > a {
    color: #43B02A;
    text-decoration: none !important;
}

/* dropdown */
.nav-bar-right .dropdown {
    display: none;
    position: relative;
    top: 80px;
    left: 210px;
    background-color: white;
    padding: 10px;
    min-width: 240px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    border-radius: 4px;
    z-index: 100;
}

/* Show dropdown on hover */
.nav-bar-right:hover .dropdown {
    display: block;
}

/* Style dropdown links */
.nav-bar-right .dropdown a {
    display: block;
    padding: 8px 12px;
    font-size: 14px;
    text-decoration: none;
}

/* Hover effect for dropdown links */
.nav-bar-right .dropdown a:hover {
    background-color: #f8f8f8;
}

.nav-promo {
    background-image: url(/images/nav-promo.jpg);
    width: 211px;
    background-size: cover;
    padding: 18px;
    color: white;
    line-height: 21px;
    position: absolute;
    right: 32px;
}

.nav-promo-faq {
    background-image: url('/images/nav-promo2.jpg');
    padding-top: 90px;
}

.nav-promo img {
    width: 45px;
}

.nav-promo h4 {
    margin: 20px 0 16px;
    font-size: 18px;
}

.nav-promo a {
    color: white !important;
    text-decoration: underline;
    font-size: 14px;
}

@media screen and (max-width: 1540px) {
    .nav-promo {
        right: 20px;
    }
}

@media screen and (max-width: 1050px) {
    .nav-promo {
        width: 175px;
        background-position-x: right;
    }

    .nav-promo h4 {
        font-size: 14px;
    }

    .nav-promo a {
        font-size: 12px;
    }
}

/* Feedback Button */
.feedback-button {
    background-color: #43B02A ;
    padding: 0px 20px;
    position: relative;
    width: 180px;
    height: 80px;
    display: flex;
    align-items: center;
}

.feedback-button a {
    position: relative;
    top: -4px;
    padding: 10px;
    font-size: 16px;
    text-decoration: none;
    color:white;
}

.feedback-button img {
    width: 26px;
    position: relative;
    top: 5px;
    margin-right: 5px;
}


.feedback-button a:hover {
    text-decoration: none !important;
}

.feedback-button:hover {
    background-color: #73ca2f;
}

div.header .user-login {
    display:none;
}

.nav-toggle {
    display: block;
    position: absolute;
    width: 36px;
    height: 32px;
    top: 18px;
    right: 0;
    border-radius:3px;   
}
.nav-toggle:active {
    background-color:#d6d6d6;
}
.nav-toggle .nav-toggle-bar {
    display: block;
    background-color: #4f5660;
    height: 4px;
    margin: 7px 7px 0;
    border-radius:1px;
}
.nav-toggle .nav-toggle-bar+.nav-toggle-bar {
    margin-top:3px;
}

.bottom-banner .mid-button {
display: block;
    text-align: center;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bottom-banner .mid-button .btn-alt {
display: block;
    float: none;
    margin: 0;
    border-width: 2px;
    font-size: 17px;
    padding: 20px 30px;
    border-color: #313745;
    color:black;
    white-space: nowrap;
}


div.pageTitle
{
    background: #43B02A;
    color: #FFFFFF !important;
    padding: 20px 0;
}

div.pageTitle h1
{
   color: #FFFFFF !important; 
    margin: 0;
}

div.center
{
    background-color: #FFF;
    position: relative;
    z-index:  90;
}

div.mainColumnContent
{
    margin-top: 20px;
    margin-bottom: 20px;    
    min-height: 300px;
}

div.mainColumnContent.noTopMargin
{
    margin-top: 0;
}

@media screen and (max-width: 900px) {
    div.mainColumnContent
    {
        margin-left: 18px;
        margin-right: 18px;
    }
}

img.separator
{
    display: block; 
    width: 100%;
    margin: 15px 0;
}

a.button
{
    display: inline-block;
    padding: 7px 16px;
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
    color: #FFF;
    text-decoration: none !important;
    text-align: center;
    
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    background: #43B02A;
    border:1px solid #43B02A;
}
a.button:hover {
    background-color:#73ca2f;
    border-color:#73ca2f;
}
a.button:active {
    background-color:#68b52c;
    border-color:#68b52c;
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

a.btn-alt {
    background-color:#FFC72C;
    color:#40555a;
    border-color:#FFC72C;
    font-weight:bold;
}
a.btn-alt:hover {
    background-color:#FFEB02;    
    border-color:#FFEB02;
}
a.btn-alt:active {
    background-color:#ead800;   
    border-color:#ead800;   
}



a.btn-dark {
    background-color:#00313C;
    color: #fcffff;
    border-color:#00313C;
    font-weight:bold;
}
a.btn-dark:hover {
    background-color:#535966;    
    border-color:#535966;
}
a.btn-dark:active {
    background-color:#494e5a;   
    border-color:#494e5a;   
}

a.button.leftArrow
{
    padding-right: 10px;
    padding-left: 35px;
    background: #519B3A url('/images/buttonArrowLeft.png') no-repeat left center;
}

a.btn-lg {
    padding: 12px 28px;
    font-size: 20px;
    line-height: 20px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

a.btn-xlg {
    padding: 12px 16px;
    font-size: 20px;
    line-height: 20px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

@media screen and (min-width: 1024px) {
    a.btn-xlg {
        padding: 22px 58px;
    }
}

a.btn-block {
    display: block;
}

/*Vertically space out multiple block buttons*/
a.btn-block + a.btn-block {
  margin-top: 0.4em;
}


/*a.button.noArrow
{
    padding-right: 10px;
    background: #43B02A;    
}*/

a.button.secondary,
a.button.back,
a.button.aspNetDisabled 
{
    color: #fff;    
    background: #515560;
    border: 1px solid #515560;
}
a.button.secondary:hover,
a.button.back:hover {
    background-color:#636876;
    border-color:#636876;
}

a.button.short
{
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 16px;
}

a.button.aspNetDisabled  {
    opacity:.6;
}

/********* Information Box ********/
.infoBox {
    background-color:#00313C;
    color:#fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:16px 16px 12px;
    text-align:center;
    margin-bottom:16px;
    line-height:1.19;
}
.infoBox h1, .infoBox h2, .infoBox h3 {    
    font-weight:normal;
    margin:0 0 0.5em;
}
@media screen and (min-width: 1024px) {
    .infoBox { 
        padding:26px 34px 19px;
        text-align:left;
        margin-bottom:20px;
    }
}


.leftCol > .widget > h1
{
    margin-top: 10px;
}

/********* Adaptive widgets ********/

div.widgetArea
{
    margin: 0 auto;
    width: 95%;
}

@media screen and (min-width: 512px)
{
    div.widgetArea
    {
        width: 512px;
    }
}

@media screen and (min-width: 1023px)
{
    div.widgetArea
    {
        width: 1024px;
    }
}

div.widget
{
    width: 95%;
    /*width: 249px;*/
    margin: 0 auto 10px auto;
    display: block;
    vertical-align: middle;
}

div.widget.fixedheight
{
    height: 120px;
}

div.widget.doubleOrSingleWidth.fixedheight
{
    height: 60px;
}

@media screen and (min-width: 512px)
{
    div.widget
    {
        display: inline-block;
        margin-left: 2px;
        margin-right: 2px;
        width: 249px;
    } 

    div.rightCol .widget,
    div.leftCol .widget
    {
        width: 247px;
    }

    div.widget.doubleOrSingleWidth
    {
        width: 496px;
    }  

    div.widget.doubleOrSingleWidth.fixedheight
    {
        height: 120px;
    }

    
}

div.norightcol div.leftCol,
div.norightcol div.leftCol .widget
{
    display: block;
    width: auto;
    margin: 0 auto;
}

div.leftCol,
div.rightCol
{
    display: block;
    /*width: 245px;*/
    width: 95%;
    margin: 0 auto;
}

@media screen and (min-width: 512px)
{  
    div.leftCol,
    div.rightCol
    {
        width: 505px;
    }  
}

@media screen and (min-width: 1024px)
{
    div.norightcol div.leftCol,
    div.norightcol div.leftCol .widget
    {
        width: 100%;
    }

    div.leftCol
    {
        float: left;
    }

    div.rightCol
    {
        float: right;
    }

    div.rightCol .widget
    {
        float: right;
    }
}

div.widget.widgetColor1
{
    background: #43B02A url('/images/widgetColor1Gradient.png') repeat-x top left;
}

div.widget.widgetColor2
{
    background: #A6A5A6 url('/images/widgetColor2Gradient.png') repeat-x top left;
}

div.widget .widgetPadding
{
    margin: 10px; /* We don't want to mess with widths so this pads the widgets that need it */
    float: left;
    width: 100%;
}

/********* Full Width Navigation ********/
    
@media screen and (max-width: 1024px)
{
    div.navigation .inner {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    div.navigation ul li {
        line-height: 40px;
        display: block;
        vertical-align: middle;
        background-color: #f0f0f0;        
        border-top:1px solid #dedede;
        position:relative;
    }
    
    div.navigation li.outerNavLI {
        border-top:none;
    }

    div.navigation ul li a {
        margin-left: 10px;
        margin-right:10px;
        text-decoration: none;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        display: block;
        color: #3A3A3A;        
        vertical-align: middle;        
    }

    div.navigation ul li.depth-2 a {
        margin-left: 40px;        
    }

    div.navigation ul li.depth-3 a {
        margin-left: 60px;        
    }
        
    div.navigation ul li.selected {        
        background-color:#43B02A;
        border-top-color:#64ad2a;
    }
    
    div.navigation ul li.selected + li {
        /*border-top-color:#64ad2a;*/
    }

    div.navigation ul li.selected > a {
        color: #FFF;
    }

    div.navigation ul li ul {    
        display: block !important;
    }

    div.navigation ul li.expand ul {    
        display: none !important;
    }

    div.navigation ul li span.expand,
    div.navigation ul li span.collapse {
        width: 50px;
        height: 40px;
        display: block;
        position:absolute;
        top:0;
        right: 10px;        
    }
    
    div.navigation ul li.hasChildren > a {
        margin-right:60px;
    }

    div.navigation ul li.hasChildren > span.expand {
        background: url('/images/icons_black/br_down_icon_16.png') no-repeat center right;
    }

    div.navigation ul li.selected.hasChildren > span.expand{
        background: url('/images/icons_white/br_down_icon_16.png') no-repeat center right;
    }

    div.navigation ul li.hasChildren > span.collapse {
        background: url('/images/icons_black/br_up_icon_16.png') no-repeat center right;
    }

    div.navigation ul li.selected.hasChildren > span.collapse{
        background: url('/images/icons_white/br_up_icon_16.png') no-repeat center right;
    }
}

/********* Hover Navigation ********/

@media screen and (min-width: 1025px)
{
    .nav-toggle {
        display:none;
    }

    div.navigation {
        background-color:#f0f0f0; 
        height: 51px;
    }

    div.navigation ul.nav
    {
        text-align: left;
        margin-top:12px; 
    }

    div.navigation ul
    {
        z-index: 1000;
    }

    div.navigation ul.nav li {
        height: 40px;
        line-height: 40px;
        display: inline-block;
        padding: 0 10px;
        vertical-align: middle;
    }

    div.navigation ul.nav li.depth-1
    {
        position: relative;
    }

    div.navigation ul.nav li.selected,
    div.navigation ul.nav li:hover {
        background-color:#43B02A;
    }

    div.navigation ul.nav li.selected > a,
    div.navigation ul.nav li:hover > a {
        color: #FFF;
    }

    div.navigation ul.nav li a {
        color: #989898;
        text-decoration: none;
        font-size: 14px; 
        display: block;
        white-space: nowrap;
        overflow: hidden;
         
    }

    div.navigation ul.nav li a:hover
    {
        text-decoration: none !important;
    }
    
    div.navigation ul.nav li.depth-1 {
        padding:0;        
        height: auto;
        line-height: normal;
        margin-right:3px;
    }
    
    div.navigation ul.nav li.depth-1.selected,
    div.navigation ul.nav li.depth-1:hover {
        background-color:transparent;
    }

    div.navigation ul.nav li.depth-1 > a {
        padding: 6px 18px 5px;
        border-radius: 4px;                       
    }        
    
    div.navigation ul.nav li.depth-1.selected > a,
    div.navigation ul.nav li.depth-1:hover > a {
        background-color:#43B02A;
    }
    

    div.navigation ul.nav li.depth-1 ul {
        background: #f0f0f0;
        width: 220px;
        position: absolute;
        top: 29px; 
        left: 0;
        display: none;
        padding-top:10px;        
    }

    div.navigation ul.nav li.depth-1 ul li
    {
        display: block;
    }

    div.navigation ul.nav li.depth-2 ul {
        background: #f0f0f0;
        width: 220px; 
        position: absolute;
        top: 0;
        left: 220px; 
        display: none; 
    }

    div.navigation ul.nav ul li.hasChildren > a {
        background: url('/images/icons_black/br_next_icon_16.png') no-repeat center right;
        padding-right: 25px;
    }

    div.navigation ul.nav ul li.selected.hasChildren > a,
    div.navigation ul.nav ul li.hasChildren:hover > a {
        background: url('/images/icons_white/br_next_icon_16.png') no-repeat center right;
    }

    div.navigation ul.nav li.depth-1.hasChildren > a {
        /*background: url('/images/icons_black/br_down_icon_16.png') no-repeat center right;*/
    }

    div.navigation ul.nav li.depth-1.selected.hasChildren > a,
    div.navigation ul.nav li.depth-1.hasChildren:hover > a {
        /*background: url('/images/icons_white/br_down_icon_16.png') no-repeat center right;*/
    }

    div.navigation .outerNavLI > a {
        display: none;
    }
}

/********* Main Header Search ********/

.mainHeaderSearch {
    background-color: #43B02A;
    text-align:center;
    position: relative;
    color:#fff;    
}
.mainHeaderSearch .backgroundImage {
        display:block;
        position:absolute;
        top:0;
        right:0;
        bottom:0;
        left:0;
        background-repeat:no-repeat;
        background-position:center center;        
    }

.topWidgets {
  display: flex;
  justify-content: space-around;
  padding-top: 20px;
  padding-bottom: 20px;

  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  color: white;
  font-size: 14px;
  font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); /* Optional thin line */
}

.topWidget {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    position: relative;
}

.topWidget img {
  height: 20px;
}


.homeTopSearch{
    background-color: #43B02A;
    text-align:left;
    position: relative;
    color:#fff;
    min-height: 600px;
}



.homeCoverBg{
    display:block;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-repeat:no-repeat;
    background-position:top;
    background-size: cover;
    z-index:0;
}



.homeTopSearch .homeCoverContent{
    color: #fff;
    font-size: 44px;
    font-weight: normal;
    line-height: 1.25;
    position: absolute;
    top: 145px;
    left: 0;
    display: block;
    padding: 0 10%;
    width: 80%;
}

.homeCoverContentInner {
    max-width: 1284px;
    margin: auto;
}

.homeCoverContent h2{
    color: white;
    padding-bottom: 10px;
}

.homeCoverContent .search-bar {
    display: flex;
    justify-content: center;
    width:60%;
  }

   .search-bar input[type="text"] {
    flex: 1;
    padding: 24px 20px;
    font: inherit;
    font-size: 16px;
    border: none;
    border-radius: 3px 0px 0px 3px;
    outline: none;
  }

   .search-bar a {
    background: white;
    color: #00323d;
    padding: 0 16px;
    display: flex;
    align-items: center;
    text-decoration: underline;
    font-size: 14px;
    white-space: nowrap;
    border-radius: 0px 3px 3px 0px;
    cursor: pointer;
  }

   .search-bar button {
    background: #ffc600;
    border: none;
    width: 20%;
    font-size: 20px;
    color: black;
    cursor: pointer;
    position: relative;
    left: 10px;
    width: 150px;
  }

  .search-bar button:hover {
    background: #e5b800;
  }

.homeCoverContent .fiveStar {
   height: 25px;
}

.topSearchReview a {
    padding-top: 10px;
    padding-left: 25px;
}

.topSearchReview a:hover{
    text-decoration: none !important;
    color: white;
}

.topSearchReview {
    padding-top: 40px;
    display:flex;
    align-items: center;
}

@media screen and (max-width: 900px) {
    .homeTopSearch {
        min-height: 725px;
    }

    .homeCoverBg {
        background-position-x: 85%;
    }

    .homeTopSearch .homeCoverContent {
        padding: 0 16px;
        width: 100%;
        top: 190px;
    }

    .homeCoverContent{
        max-width: calc(100% - 36px);
    }

    .homeCoverContentInner {
        text-align: center;
    }

    .homeCoverContent h2 {
        font-size: 22px;
    }

    .homeCoverContent .search-bar {
        display: inline-block;
        width: 100%;
    }

    .search-bar input[type="text"] {
        width: calc(100% - 36px);
        border-radius: 3px;
        padding: 20px;
    }

   .search-bar a {
        background: none;
        text-align: center;
        color: white;
        display: block;
        margin: 24px 0;
    }

    .search-bar button {
        border-radius: 3px;
        position: initial;
        padding: 12px;
    }

    .topSearchReview {
        display:inline-block;
        margin-top: 140px;
    }

    .homeCoverContent .fiveStar {
        width: 100%;
        margin-bottom: 16px;
    }

    .topSearchReview a {
        padding-left: 0;
        text-decoration: underline;
    }
}

@media screen and (max-width: 1000px) {
    .topWidget:not(.activeMobile) {
        display: none;
    }
}


.missionStatement {
    display: flex;
    max-width: 1440px;
    margin: auto;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
    background-color: #ffffff;
    color: #002b36;
    gap: 60px;
}

.missionStatement .logo {
    width: 100px;
    height: auto;
    padding-left:50px;
}

.missionStatementContent {
    max-width: 60%;
    font-size: 32px;
    line-height: 36px;
    padding-left: 60px;
    padding-right: 100px;
}

.missionStatement p {
    font: inherit;
    line-height: 40px;
}

.missionStatement a {
    font-size: 16px;
    paddint-top: 20px;
}

@media screen and (max-width: 900px) {
    .missionStatement {
        display: block;
        padding: 60px 0;
    }

    .missionStatement .logo {
        padding-left: 18px;
        padding-bottom: 20px;
    }

    .missionStatementContent {
        max-width: initial;
        padding-left: 18px;
        padding-right: 18px;
        font-size: 22px;
    }

    .missionStatement p {
        line-height: 32px;
    }
}


.garageBookings {
display: flex;
flex-direction: column;
  text-align: left;
  background-color: #eff3f4;
  padding: 60px 0;
  color: #00303c !important;
}

.garageBookingsInner {
    max-width: 1440px;
    margin: auto;
    padding: 0 60px;
}

.garageBookingsTitle{
    
}

.garageBookings h4 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: normal;
  color: #00303c !important;
}

.garageBookings h2 {
  font-size: 46px;
  margin-bottom: 40px;
  font-weight: normal;
    color: #00303c !important;
}

.stepsContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 30px;
}

.garageBookings .step {
    max-width: 480px;
    text-align: left;
    width: 334px;
    margin: 030px;
}

.garageBookings .step img {
  margin-bottom: 12px;
position: relative;
right:30px;
}

.garageBookings .step-number {
  font-size: 20px;
  margin-bottom: 6px;
}

.garageBookings .step a {
  font-size: 42px;
  color: #00303c !important;
  text-decoration: underline;
  margin-bottom: 8px;
  display: inline-block;
  cursor: default; 
  margin: 7px 0 22px;
  line-height: 46px;
}

.garageBookings .step-description {
  font-size: 20px;
  color: #00303c !important;
  line-height: 1.5;
}

.bookButtonWrapper {
text-align: center;
}

.bookButton {
  display: inline-block;
background-color: #ffc600;
padding: 20px 30px;
font-weight: bold;
text-decoration: none;
border-radius: 2px;
  color: #00303c !important;
}

.bookButton:hover {
  background-color: #e5b800;
}

@media screen and (max-width: 900px) {
    .garageBookingsInner {
        max-width: 100%;
        margin: 0 18px;
        padding: 0;
    }

    .garageBookings h2 {
        font-size: 30px;
        margin-bottom: 24px;
    }

    .garageBookings .step {
        width: initial;
        max-width: calc(100% - 6px);
        margin: 30px 0 0 0;
    }

    .garageBookings .step a {
        font-size: 26px;
        margin-left: 100px;
        line-height: 34px;
    }

    .garageBookings .step p {
        margin-left: 100px;
    }

    .garageBookings .step img {
        position: absolute;
        right: initial;
        left: 24px;
        width: 70px;
    }

    .garageBookings .bookButtonWrapper .promo-button {
        width: calc(100% - 58px);
    }
}




.seasonalWidget {
    position: relative;
    width: 100%;
    height: 500px;
    background-image: url(/images/seasonal_check_bg_img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

@media screen and (min-width: 1955px)
{
    .seasonalWidget {
        background-position: center;
    }
}

.seasonalWidget .bgimage_promotion {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
}

.seasonalWidget .bgimage_promotion_mobile {
    display: none;
}

.promotion-content {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  padding: 40px 70px;
  max-width: 268px;
  color: white;
  z-index: 2;
}

.promotion-content h1 {
  font-size: 36px;
  font-weight: normal;
  margin: 0 0 10px;
  line-height: 1.3;
}

.promotion-content h2 {
  color:white;
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 18px;
  line-height: 1.3;
}

.promo-button {
  display: inline-block;
  background-color: #ffc600;
  padding: 20px 30px;
  text-decoration: none;
  border-radius: 2px;
    color: #00303c !important;
}

.promo-button:hover {
    background-color: #e5b800;
    text-decoration: none !important;
}

@media screen and (max-width: 900px) {
    .seasonalWidget {
        padding-top: 268px;
        height: 508px;
        background-origin: content-box;
        overflow: hidden;
    }

    .seasonalWidget .bgimage_promotion {
        display: none;
    }

    .seasonalWidget .bgimage_promotion_mobile {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        width: 900px;
        height: 389px;
        max-width: initial;
    }

    .promotion-content {
        top: 0;
        left: 0;
        transform: none;
        padding: 50px 26px;
    }
}


.reasonToChoose {
    padding: 60px 0;
    background: white;
    max-width: 1440px;
    margin: auto;
}

.reasonToChoose-inner {
  display: flex;
  align-items: center;
  gap: 100px;
  justify-content: center;
  margin-bottom: 60px;
  padding: 0 60px;
}

.reasonToChoose .reasonToChoosecontent {
    max-width: 546px;
}

.reasonToChoose-inner img {
    width:40%;
    border-radius: 4px;
}

.reasonToChoose-inner h2 {
    font-size: 46px;
    padding-right: 138px;
    margin-bottom: 22px;
}

.reasonToChoose-inner p {
    line-height: 1.5;
    padding-right: 138px;
}

.reason-text {
    max-width: 300px;
    padding-right:86px;
}

.reason-text h2 {
  font-size: 30px;
  color: #00303c !important;
  margin-bottom: 20px;
  font-weight: normal;
}

.reason-text p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 16px;
}

.reason-button {
  display: inline-block;
  border: 2px solid #4CAF50;
  padding: 10px 20px;
  color: #4CAF50;
  text-decoration: none;
  font-size: 20px;
  margin-top: 10px;
  background-color: white;
}

.reason-button:hover {
  background: #4CAF50;
  color: white;
}

.reason-button.completion{
    width: 198px;
}

.applyGarageContent.completion{
    gap: 40px;
}

@media screen and (max-width: 900px) {
    .reason-button {
        width: calc(100% - 44px);
        text-align: center;
    }

    .lockedin-container .reason-button {
            width: auto;
            text-align: center;
        }

    .reason-button.completion{
        width: calc(100% - 44px);
        text-align: center;
    }


    .reason-button.formButton{
        width: auto;
    }


    .applyGarageContent.completion{
        margin:0;
    }

    .reasonToChoose-inner {
        gap: 0;
        flex-direction: column;
        margin-bottom: 60px;
        padding: 0;
    }

    .reasonToChoose-inner img {
        width: calc(100% - 36px);
        order: 2;
    }

    .reasonToChoose h2{
        font-size:32px;
        padding-top: 0;
        margin-top: 0;
        padding-bottom: 10px;
        padding-right: 0;
    }

    .reasonToChoose .reasonToChoosecontent {
        width: 100%;
        max-width: calc(100% - 36px);
        padding-right: 0;
        margin-bottom: 44px;
        order: 1; 
    }

    .reasonToChoose p {
        padding-bottom: 6px;
        padding-right: 0;
    }

}

.reason-highlights {
  display: flex;
  justify-content: center;
  gap: 80px;
  text-align: center;
  padding: 40px 60px 0 60px;
}

.highlight-item {
    width: 290px;
}

.highlight-item img {
  height: 40px;
  margin-bottom: 10px;
}

.highlight-divider {
  height: 100px;
  width: 1px;
  background-color: #ccc; /* Faint grey */
}

.highlight-item p {
  font-size: 20px;
  color: #01313c;
  line-height: 1.4;
}

@media screen and (max-width: 900px) {
  .reason-highlights {
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 32px;
  }

  .highlight-item {
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .highlight-item img {
    height: 50px;
    margin-bottom: 15px;
  }

  .highlight-divider {
    width: 100%;
    height: 1px;
    background-color: #ccc;
  }

  .highlight-item p {
    font-size: 16px;
    color: #01313d; /* Darker text for better contrast */
    line-height: 1.5;
    max-width: 220px;
  }
}



.feedbackHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 60px 40px 60px;
    background-color: white;
    flex-wrap: wrap; /* for responsiveness */
    align-items: flex-end;
    max-width: 1200px;
    margin: auto;
}

.feedbackText h1 {
  font-size: 46px;
  color: #43B02A !important;
  margin: 0 0 20px 0;
    font-weight:normal;
}

.feedbackText h2 {
  font-size: 46px;
  color: #00303c !important;
font-weight:normal;
margin:0 0;
}

.feedbackStars img.stars {
  height: 50px;
}

.feedbackSummaryHorizontal {
    
    padding:24px 30px 32px;
    text-align:left;
}

.feedbackSummaryHorizontal .feedbacksDetailContainer {  
    max-width: 1440px;
    margin: auto;
    overflow: hidden;
}

.feedbackSummaryHorizontal .feedbacksDetail {  
    height: auto;
    position: relative; 
    width: 100%;
    display:flex;
    justify-content: center;
      
}

.feedbacksDetail .feedbackpart{
    background-color: #f8faf9;
    margin-block: 2px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px;
}

.feedbackSummaryHorizontal .feedbacksDetail ul {
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    left: 0;
    top: 0;
    list-style: none;
    position: relative;
    gap: 30px;
}

/* General styling for all li */
.feedbackSummaryHorizontal .feedbacksDetail li {
    margin: 10px;
}

.feedbackSummaryHorizontal .feedbacksDetail li img{
    width:120px;
    padding-bottom:20px;
}

.feedbackSummaryHorizontal .feedbacksDetail li img{
    width:120px;
    padding-bottom:20px;
}

/* Apply flex + space-around to ONLY the first 3 li items */
.feedbackSummaryHorizontal .feedbacksDetail ul > li:nth-child(-n+3) {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.feedbackSummaryHorizontal .feedbacksDetail ul > li:nth-child(n+4) {
    display: none;
}



.feedbackSummaryHorizontal .feedbacksDetail .comment {
    display:block;
    font-size: 20px;
    margin-bottom:30px;
}

.feedbackSummaryHorizontal .feedbacksDetail .dateofcomment {
    display:block;
    font-size:16px;
    margin-bottom:30px;
}


.feedbackSummaryHorizontal .feedbacksDetail .FeedbackGarage {
    display:flex;
    justify-content: space-between;
}

@media screen and (max-width: 900px) {
    .feedbackHead {
        padding: 18px;
    }

    .feedbackText h1,
    .feedbackText h2 {
        font-size: 28px;
    }

    .feedbackHead .feedbackStars {
        display: none;
    }

    .feedbackSummaryHorizontal {
        padding:24px 18px 32px;
    }
    
    .feedbacksDetail {
        overflow-x: auto;
        flex-direction: column;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; 
        scroll-snap-type: x mandatory;
    }

.feedbacksDetail::-webkit-scrollbar {
  display: none;             /* Chrome, Safari, Edge */
}

    .feedbacksDetail > ul {
        display: flex;
        gap: 16px;
        position: static !important; /* ignore inline left:0 */
    }

    .feedbacksDetail li {
        flex: 0 0 85vw; 
        scroll-snap-align: start;
     }
        
    .feedbackSummaryHorizontal .feedbacksDetail ul > li:nth-child(n+4) {
    display: flex;                 /* show the hidden items again */
    flex-direction: column;
    justify-content: flex-start;
  }


    .feedbackSummaryHorizontal .feedbacksDetail .comment {
        font-size: 16px;
    }

    .feedbacksDetail .feedbackpart.hide-for-garage {
        font-size: 16px;
    }
}

@media screen and (max-width: 1500px) {
    .feedbackSummaryHorizontal .feedbacksDetailContainer {  
        max-width: 510px;
    }
}




.specialisationLinks {
  background-color: #01313d;
  color: white !important;
  height:500px;
  display:block;
}

.specialisationLinksContent {
    max-width: 764px;
    height: 100%;
    margin: 0 auto;
    padding-left: 60px;
    padding-right: 460px;

    background-image: url(/images/find_a_good_garage_img.jpg);
    background-size: 38%;
    background-repeat: no-repeat;
    background-position: right;
}

.specialisationLinks h2 {
  font-size: 46px;
  padding-top: 40px;
  margin-bottom: 40px;
     color: white !important;
    font-weight: normal;
}

.specialisationLinks .tabs {
  margin-bottom: 50px;
}

.specialisationLinks .tabs a:hover{
  color:white;
   text-decoration:none !important;
}

.specialisationLinks .tab {
  background: none;
  color: #fff;
  border: none;
  margin-right: 20px;
  font-size: 20px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  padding-bottom: 8px;
  white-space: nowrap;
}

.specialisationLinks .tab.active {
  border-color: #9be33d;
  font-weight: bold;
}

.specialisationLinks .tabContent {
  display: none;
}

.specialisationLinks .tabContent.active {
  display: block;
}

#tab-makes ul,
#tab-services ul,
#tab-near ul,
#tab-additional ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 0px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.tabContent ul li a {
    color: white;
    font-weight: lighter;
    padding-right: 10px;
}

@media screen and (max-width: 900px) {
    .specialisationLinksContent {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: calc(100% - 40px);
        background-size: 100%;
        background-position-y: calc(100% + 40px);
    }

    .specialisationLinks {
        min-height: 500px;
        height: initial;
        margin-top: 34px;
    }

    .specialisationLinks h2 {
        font-size: 30px;
    }

    .specialisationLinks .tab {
        font-size: 16px;
        line-height: 42px;
    }

    .specialisationLinks .tabContent.active {
        font-size: 16px;
    }
}

@media screen and (max-width: 1160px) {
    #tab-makes ul,
    #tab-services ul,
    #tab-near ul,
    #tab-additional ul {
        grid-template-columns: repeat(2, 1fr);
    }
}



.hints-page-h2 {
    padding-top: 20px; 
    padding-bottom: 30px;
    font-size: 46px;
}

.homepageHintsAndTips{
    padding:40px 60px 40px 60px;
    max-width: 1174px;
    margin: auto;
}

.homepageHintsAndTips .hintAndTips::-webkit-scrollbar {
    display: none; // Safari and Chrome
}

.homepageHintsAndTips h2{
    font-size: 46px;
    color: #00303c !important;
    font-weight: normal;
    margin-bottom: 48px;
}

.hintAndTips {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px; 
    width: 100%;
    box-sizing: border-box;
}

.hintAndTips .hintItem {
    display: flex;
    flex-direction: column;

}

.hintAndTips img {
    width: 100%;
    height: 220px;      
    object-fit: cover;       
    display: block;
}


.hintAndTips h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #00303c !important;
    font-weight: normal;
}

.tipDescription {
    display: block;
    line-height: 1.5;
    min-height: 96px;
}

.hintAndTips a {

    font-size: 1rem;

}

    .hintsAndTipsPages,
    .scrollingFeedbackPages {
        display: none;
    }

@media screen and (max-width: 900px) {
    .hints-page-h2 {
        font-size: 28px;
    }

    .hintAndTips h2 {
        font-size: 24px;
    }

    .homepageHintsAndTips {
        padding:40px 18px 0 18px;
        overflow: hidden;
    }

    .homepageHintsAndTips .hintAndTips {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 18px;
        flex-wrap: nowrap;
        margin-bottom: 18px;
    }

    .homepageHintsAndTips .hintAndTips .hintItem {
        flex: 0 0 calc(100%);
        max-width: calc(100%);
    }

    .homepageHintsAndTips .hintsAndTipsPages,
    .scrollingFeedbackPages {
        display: block;
        width: 100%;
        text-align: center;
    }

    .hintsPageListing .hintAndTips .hintItem {
        flex: 0 0 calc(100%);
        max-width: calc(100% - 16px);
        padding-bottom: 42px;
    }
}



.homepageFAQ {
    padding: 60px 0;
    background: white;
    max-width: 1440px;
    margin: auto;
}

.homepageFAQ-inner {
  display: flex;
  align-items: center;
  gap: 100px;
  justify-content: center;
  margin-bottom: 60px;
  padding: 0 60px;

  display: flex;
  align-items: center;
  gap: 100px;
  justify-content: center;
  margin-bottom: 60px;
  padding: 0 60px;
}

.homepageFAQ-inner-hintsPageVersion {
  padding: 0;
}

.homepageFAQ-inner img {
  width:40%;
  border-radius: 4px;
}

.homepageFAQ .homepageFAQcontent {
    max-width: 546px;
}

.contactPage .homepageFAQcontent{
    position:relative;
    right:80px;
    max-width: 398px;
}

.homepageFAQ h2 {
    color: #00303c !important;
    font-size: 46px;
    padding-bottom: 20px;
    padding-right: 138px;
    font-weight:normal;
}

.homepageFAQ p {
    font-size: 20px;
    padding-bottom: 20px;
    padding-right: 138px;
    line-height: 1.5;
}

.homepageFAQ .contactPage h2 {
    padding-right: 0;
}

.homepageFAQ .contactPage p {
    padding-right: 0;
}

.applyGarageContent.contactPage {
    height: 234px;
}

@media screen and (max-width: 900px) {
    .homepageFAQ-inner {
        gap: 0;
        flex-direction: column;
        margin-bottom: 0px;
        padding: 0;
    }

    .homepageFAQ-inner img {
        width: calc(100% - 36px);
    }

    .homepageFAQ-inner.contactPage img{
        width:100%
    }

    .contactPage .homepageFAQcontent{
        position:unset;
        max-width: 100% !important;
    }

    .homepageFAQ-inner-hintsPageVersion {
        padding-right: 18px;
    }

    .homepageFAQ-inner-hintsPageVersion img {
        width: 100%;
    }

    .homepageFAQ h2{
        font-size:32px;
        padding-top: 30px;
        padding-bottom: 10px;
        padding-right: 0;
    }

    .homepageFAQ .homepageFAQcontent {
        width: 100%;
        max-width: calc(100% - 36px);
        padding-right: 0;
    }

    .homepageFAQ p {
        padding-bottom: 6px;
        padding-right: 0;
    }

}



.homeBottomSearch{
    background-color: #43B02A;
    text-align:center;
    position: relative;
    min-height: 500px;
    display:flex;
    flex-direction: column;
    justify-content: center;

}

.homeBottomBg{
    display:block;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-repeat:no-repeat;
    background-position:top;
    background-size: cover;
    z-index:0;
}

.homeBottomContent{
    display:flex;
    flex-direction: column;
    z-index: 1;
    align-items: center;
    max-width: 1440px;
    margin: auto;
}

.homeBottomContent h2{
    color:white;
    font-weight:normal;
    font-size: 46px;
    line-height: 56px;
    padding-bottom:50px;
}

.homeBottomContent .search-bar{
    display:flex;
    width:84%;
    min-width:500px;
}

@media screen and (max-width: 900px) {
    .homeBottomSearch{
        min-height: 446px;
    }

    .homeBottomContent {
        margin-bottom: 50px;
    }

    .homeBottomContent h2{
        font-size:30px;
        line-height: 42px;
        padding-bottom:25px;
        text-align: left;
        margin-left: 18px;
    }

    .homeBottomContent .search-bar{
        display:block;
        width: calc(100% - 36px);
        min-width: initial;
    }

    .homeBottomContent .search-bar input[type="text"]  {
        margin-bottom: 18px;
    }

    .homeBottomContent .search-bar a {
        display: none;
    }
}



.applyGarageSection {
    background-color: #ffffff;
    padding: 40px 0 40px 0;
    margin: auto;
}

.applyGarageContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; /* ensures mobile friendliness */
  max-width: 90%;
  margin: 0 auto;
    height:200px;
}

.applyGarageText {
  flex: 1 1 70%;
}

.applyGarageText h2 {
  font-size: 36px;
  color: #00323d;
  margin-bottom: 10px;
  font-weight: 500;
}

.applyGarageText p {
    font-size: 20px;
    color: #333;
    margin: 0;
    max-width:700px;
    padding-bottom:30px;
    line-height: 1.5;
}

.applyGarageAction {
  flex: 1 1 200px;
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 900px) {
    .applyGarageText {
        flex: 1 1 60%;
    }

    .applyGarageText p {
        max-width: initial;
    }
}

@media screen and (max-width: 900px) {

    .applyGarageContent{
        height:auto;
        margin: 0 8px;
    }

    .contactPage.applyGarageContent{
        height:auto;
        margin: 0 0px;
    }

     .applyGarageText {
        flex: 1 1 100%;
    }

    .applyGarageText h2 {
        padding-top: 10px;
    }

}

/********* Forms ********/

div.formContent
{
    background-color: #f8f8f8;
    padding: 24px 10px 12px 0;
    margin-bottom:20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.formHeader + .formContent {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;

}
div.formContent div.field
{
    margin-bottom: 20px;    
    margin-left: 10px;    
}



.formSubmit {    
    margin-bottom:20px;
}

.reminders .formSubmit-r{
    text-align: right;
}

@media screen and (min-width: 1024px)
{
    div.formContent {
        padding-right:34px;
    }
    div.formContent div.field
    {
        display: inline-block;
        margin-left: 34px;        
    }

    div.formContent div.field.fullWidth
    {
        display:block;
    }
    
    .formSubmit {
        text-align:left;        
    }
    .formSubmit:before,
    .formSubmit:after {
        content: " ";
        display: table;
    }
    .formSubmit:after {
        clear: both;
    }      
    .formSubmit a.btn-block {
        display:inline-block;
        margin-top:0;
    }    
    .formSubmit a.button + a.button {
        margin:0 0 0 12px;        
    }
    .formSubmit-r a.button {
        float:right;
    }  
    .formSubmit-r a.button + a.button {
        margin:0 12px 0 0;        
    }
}

div.formContent div.field label
{
    width: 140px;
    margin-bottom: 5px;
    display: inline-block;
    line-height: 1.2;
}

div.formContent div.field textarea{
    height: 250px;
}

div.formContent div.field.longLabelCheckbox label
{
    width: auto;
    margin-right: 10px;
}

div.formContent div.field.fullWidth label
{
    width: 100%;
}

@media screen and (min-width: 512px)
{
    div.formContent div.field.fullWidth label
    {
        width: 400px;
    }
}

/* Exception for label height on feedback screen to support correct line breaks on in-store tablets (Incident: 8546) */
@media screen and (max-width: 788px)
{
    #FeedbackForm div.formContent div.field.fullWidth label
    {
        width: 100% !important;
    }
}

div.formContent div.field input[type=text],
div.formContent div.field input[type=tel],
div.formContent div.field input[type=email],
div.formContent div.field input[type=password],
div.formContent div.field textarea,
div.formContent div.field select,
div.formContent div.field .radioButtons,
div.formContent div.field .checkboxes,
div.formContent div.field .checkbox,
select
{
    width: 100%;
    border: 2px solid #72c132;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
    padding:6px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
select {
    width:auto;
}

div.formContent div.field select.ddlDate
{
    width: auto;
    margin-right: 1em;
    padding: 0.1em;

}

.lockedInForm.formContent div.field select.ddlDate.day
{
    width: auto;
    margin-right: 1em;
    padding: 9px 25px 9px 14px !important;
    background-position-x: calc(100% - 8px);
}

.lockedInForm.formContent div.field select.ddlDate.month
{
    width: auto;
    margin-right: 1em;
    padding: 9px 25px 9px 14px !important;
    background-position-x: calc(100% - 8px);
}

.lockedInForm.formContent div.field select.ddlDate.year
{
    width: auto;
    padding: 9px 25px 9px 14px !important;
    background-position-x: calc(100% - 8px);
}

div.formContent div.field select.ddlDate.year
{
    margin-right: 0;
    padding: 0.1em 1em 0.1em 0.1em ;

}

div.publicFormContent div.field select.ddlDate
{
    width: auto;
    margin-right: 1em;
    padding: 0.1em;

}
div.publicFormContent div.field select.ddlDate.year
{
    margin-right: 0;
    padding: 0.1em 1em 0.1em 0.1em ;

}

div.publicFormContent div.field
{
    margin-bottom: 20px;

}

div.publicFormContent .BookRequestRadioButtons span
{
    margin-right: 50px;

}

div.formContent div.field .radioButtons,
div.formContent div.field .checkboxes,
div.formContent div.field .checkbox
{  
    border: none;
    padding:0;
}

div.formContent div.field #recaptcha_widget_div,
div.formContent div.field .staticData
{
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 512px)
{
    div.formContent div.field #recaptcha_widget_div,
    div.formContent div.field .staticData
    {
        width: 288px;
    }
}

div.formContent div.field.longLabelCheckbox input,
div.formContent div.field.longLabelCheckbox .checkbox
{
    width: auto;
    vertical-align: top;
}

@media screen and (min-width: 512px)
{
    div.formContent div.field input[type=text],
    div.formContent div.field input[type=password],
    div.formContent div.field input[type=tel],
    div.formContent div.field input[type=email]
    {   
        width: 100%;
    }
}

@media screen and (max-width: 512px)
{
    div.formContent div.field #recaptcha_image,
    div.formContent div.field #recaptcha_image img,
    div.formContent div.field .recaptcha_image_cell,
    div.formContent div.field #recaptcha_response_field,
    div.formContent div.field .staticData,
    div.formContent div.field .radioButtons,
    div.formContent div.field .checkbox
    {
        width: 200px !important;
        height: auto !important;
    }

    div.formContent div.field #recaptcha_logo,
    div.formContent div.field #recaptcha_tagline
    {
        display: none;
    }
}

@media screen and (min-width: 1024px)
{
    div.formContent div.field input[type=text],
    div.formContent div.field input[type=password],
    div.formContent div.field input[type=tel],
    div.formContent div.field input[type=email],
    div.formContent div.field select,
    div.formContent div.field #recaptcha_widget_div,
    div.formContent div.field .radioButtons,
    div.formContent div.field .checkbox
    {
        width: 288px;
    }
}

div.formContent div.field .checkboxes
{
    margin-top: 5px;
}

div.formContent div.field .checkboxes label
{
    margin-left: 15px;
    font-size: 16px;
    width: 200px;
    color:#6abb38;
}

div.formContent div.field .checkboxes tr
{
    float: left;
}

div.formContent .validationMessage
{
    margin-left: 10px;
    margin-bottom: 10px;
    color: #43B02A;
}

h2.formHeader
{
    background-color: #43B02A;
    color: #FFFFFF !important;
    padding: 17px 10px 9px;
    display: block;
    font-size: 16px;
    font-weight: normal;
    clear: both;
    margin: 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.formInfo {
    padding: 20px 10px;
    background-color:#ceeeb5;
}
@media screen and (min-width: 1024px) {
    .formInfo {
        padding-left: 34px;
        padding-right:34px;
    }
}

h2.subHeading
{
    font-size: 20px;
    margin: 15px 0 20px 10px;
}

div.validation-summary
{
    color: #147A14;
    padding: 20px 10px 20px;
    background-color: #E2E3E4;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

p.validationMessage
{    
    padding: 20px 10px 20px;        
    color: #147A14;    
    background-color: #E2E3E4;
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.passwordHelp
{
    width: 240px;
    font-size: 0.9em;
    color: #999;
}

@media screen and (min-width: 1024px)
{
    div.formContent .validationMessage,    
    h2.subHeading
    {
        margin-left: 36px;
    }

    h2.formHeader,
    div.validation-summary
    {
        padding-left: 36px;
    }
}

span.required
{
    color: red;
    margin-left: 5px;
    display: inline-block;
}

h1.saveSuccess
{    
    margin-left: 20px;
}

h1.saveFailure 
{
    margin-lft: 20px;
    color: red;
}

div.formContent div.field span.info
{
    display: block;
    width: 100%;
    font-size: 18px;
    color: #43B02A;
}




div.publicFormContent {
    background-color: #f8f8f8;
    margin-bottom: 20px;
}

div.publicFormContent .field{
    width:70%;
}

div.publicFormContent .field.fullWidth{
    width:100%;
}


.field-row {
    display: flex;
    width:70%;
    flex-wrap: wrap;
    gap: 4%;
    margin-bottom: 12px;
}

.field-row br{
    display: none;
}

.field-row p{
    margin-bottom: 32px;
}

/* Half-width fields */
.field.half {
    flex: 1 1 45%;
    min-width: 200px;
}

.field-row.postcodeHalf {
        width: 48%;
}


div.publicFormContent div.field label {
    display: block;
    font-weight: normal;
    margin-bottom: 8px;
    color: #1a1a1a;
    font-size: 16px;
}

.lockedin-container div.field label {
    display: block;
    font-weight: normal;
    margin-bottom: 8px;
    color: #1a1a1a;
    font-size: 16px;
}

div.publicFormContent div.field label .required {
    color: #1a1a1a;
    margin-left: 2px;
}

div.publicFormContent div.field input[type="text"],
div.publicFormContent div.field input[type="email"],
div.publicFormContent div.field input[type="tel"],
div.publicFormContent div.field input[type="password"]
{
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-family: inherit;
    border: 2px solid #ccc;
    border-radius: 2px;
    transition: border-color 0.2s;
    box-sizing: border-box;
}



div.publicFormContent div.field select{
    width: 48%;
    padding: 12px;
    font-size: 16px;
    font-family: inherit;
    border: 2px solid #ccc;
    border-radius: 2px;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.publicFormContent .inputBox {
    margin-bottom: 8px; /* Adjust as needed */
    appearance:none;

}

.contactFormHeading {
    font-size: 46px;
}

@media screen and (max-width: 900px) {
    div.publicFormContent .field{
        width: 100%;
    }    

    .field-row {
        width: 100%;
    }

    .field-row.postcodeHalf {
            width: 100%;
    }


    .field-row p{
        margin-bottom: 10px;
    }

        div.publicFormContent div.field select{
            width: calc(100% - 18px);
        }

        div.publicFormContent div.field .contactFormVersion select{
            width: 100%;
        }

        .custom-select-wrapper::after {
            left: unset !important;
            right: 30px;
        }

        div.publicFormContent div.field input[type="text"],
        div.publicFormContent div.field input[type="email"],
        div.publicFormContent div.field input[type="tel"],
        div.publicFormContent div.field input[type="password"]
        {
            width: calc(100% - 9px);
        }

        .lockedInForm.publicFormContent div.field input[type="text"],
        .lockedInForm.publicFormContent div.field input[type="email"],
        .lockedInForm.publicFormContent div.field input[type="tel"]
        {
            width: 100%;
        }

        .contactForm.publicFormContent div.field input[type="text"],
        .contactForm.publicFormContent div.field input[type="email"],
        .contactForm.publicFormContent div.field input[type="tel"]
    {
        width: 100%;
    }



    .formSubmit a {
        width: calc(100% - 60px);
        text-align: center;
    }
}

/* Container to position custom arrow */
.custom-select-wrapper {
    position: relative;
    width: 100%;
}

/* Styled select box */
.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Custom arrow as background image */
.custom-select-wrapper::after {
    content: "";
    position: absolute;
    left: 43%;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url('/images/drop down form arrow.svg') no-repeat center;
    background-size: contain;
    pointer-events: none;
}


div.publicFormContent .field textarea {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-family: inherit;
    border: 2px solid #ccc;
    border-radius: 2px;
    height: 150px;
    box-sizing: border-box;
}

div.publicFormContent div.field input:focus,
div.publicFormContent div.field textarea:focus {
    border-color: #43B02A;
    outline: none;
}

div.publicFormContent div.field textarea {
    height: 150px;
    resize: vertical;
}

.publicFormContent .validationMessage {
    color: #e20000;
    font-size: 14px;
}

.publicFormContent .inputBox.error,
.publicFormContent .textarea.error {
    border-color: #e20000 !important
}

div.publicFormContent div.formSubmit {
    margin-top: 20px;
    text-align: right;
}

div.publicFormContent .GDPR {
    font-size: 12px;
    color: #666;
    margin-top: 20px;
}

div.publicFormContent .GDPR a {
    color: #007f8f;
    text-decoration: underline;
}

.infoBlock {
    margin-top: 40px;
    margin-bottom: 80px;
    border-radius: 6px;
    font-size: 20px;
}

.infoBlock p,
.infoBlock li {
    margin-bottom: 12px;
    line-height: 24px;
    max-width:65%;
    position:relative;
}

@media screen and (max-width: 900px) {
    .infoBlock p,
    .infoBlock li {
        max-width: calc(100% - 18px);
    }
}

.infoBlock li{
    padding-left: 30px;
}

.infoBlock li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    background: url('/images/tick.png') no-repeat center center;
    background-size: contain;
}


.infoBlock ul {
    padding-left: 0px;
    list-style-type: none;
    margin-bottom: 12px;
}



.lockedin-container {
    display: flex;
    min-height: 100vh;
}

.lockedin-left {
    width: 25%;
    background: url('/images/leave feedback cover img.jpg') no-repeat center center;
    background-size: cover;
}

.lockedin-right {
    background-color: #ffffff;
    width: 75%;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lockedin-header {
    margin-bottom: 1.5rem;
    display:flex;
    height:80px;
    justify-content: space-between;
    align-items: center;
}

.lockedin-header .logo{
    max-height:60px;
}

.lockedin-main {
    flex: 1;
}

.bookingRequestContact {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.bookingRequestContact h2 {
    font-size: 46px;
}

.bookingRequestPhone {
    display: flex;
    flex-direction: column; 
    align-items: flex-end; 
    margin: 20px 0px;
    margin-left: 30px;
    min-width: 180px;
}

.field.BookRequestFuelType {
    width: 48% !important;
}

.BookRequestRadioButtons {
    width: 260px !important;
    margin-bottom: 16px;
}

.BookRequestSelectbox {
    width: 40% !important;
    display: inline-block;
}

.pnlThanks {
    max-width: 950px;
}

.pnlThanks h2 {
    font-size: 46px;
}

.h2Thanks {
    height: 200px;
}

.lockedin-footer {
    font-size: 0.8rem;
    color: #888;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#FeedbackForm .reason-button {
    padding: 20px 60px;
    margin-top: 0px;
    font-size: 20px;
}

#FeedbackForm .promo-button {
 padding: 21px 60px;
font-size:20px;
border: none;
}

.button-panel{
display:flex;
justify-content: space-between;
padding-top: 20px;  
}

#FeedbackForm .formContent .field {
  margin-left: 0px;    
}

#FeedbackForm .formContent .field.AboutYou{
display: flex; align-items: center; justify-content: space-between;
}

#FeedbackForm .formContent {
  padding-right: 0px;    
}

#FeedbackForm div.formContent div.field input[type=text], div.formContent div.field input[type=tel], div.formContent div.field input[type=email], div.formContent div.field input[type=password], div.formContent div.field textarea, div.formContent div.field select, div.formContent div.field .radioButtons, div.formContent div.field .checkboxes, div.formContent div.field .checkbox, select {
      -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 2px solid #aeaeae;  
}

#FeedbackForm div.formContent div.field .checkboxes, div.formContent div.field .checkbox {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 0px;  
}

.ratingWidget {
display:flex;
align-items: center;
}


@media screen and (max-width: 900px) {
    .lockedin-container {
    display: flex;
    flex-direction: column;
    }

    .lockedin-left {
    width: 100%;
    height:240px;

    background-size: cover;
    }

    .lockedin-right {
        background-color: #ffffff;
        width: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .lockedin-header {
        margin-bottom: 0rem;
        display:flex;
        height:80px;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 2rem 0rem 2rem;
    }

    .lockedin-header .logo{
        max-height:50px;
    }

    .lockedin-header .contactText{
        display: none;
    }

    .lockedin-main {
        flex: 1;
        padding: 0rem 2rem 0rem 2rem;
    }

    .lockedin-main h2{
        font-size: 32px;
        max-width:300px;
    }

    .bookingRequestContact {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .bookingRequestPhone {
        display: flex;
        flex-direction: column; 
        align-items: flex-start; 
        gap: 10px;
        margin-left: 0px;
    }

    .publicFormContent .field-row{
        margin-bottom: 0px;
    }

    .publicFormContent .field.half{
        margin-bottom: 10px;
    }

    .field.BookRequestFuelType {
        width: 100% !important;
    }

    .BookRequestRadioButton {
        width: 100% !important;
        display: inline-block;
    }

    .ratingWidget {
    display:flex;
    align-items: center;
    width:100%;
    justify-content: space-between;
    }

    .pnlThanks {
        max-width: 800px;
    }

    #FeedbackForm .reason-button {
        padding: 20px 50px;
        margin-top: 0px;
        background-color: white;
        font-size: 16px;
    }

    #FeedbackForm .promo-button {
        padding: 21px 50px;
        font-size:16px;
        border: none;
    }

    #FeedbackForm .formContent {
      padding: 24px 0px 0px 0; 
    }

    #FeedbackForm .formContent .field.AboutYou{
        display: flex; 
        align-items: flex-start;
        flex-direction: column;
        justify-content: space-between;
    }

    .field .feedback-type-option{
        display:flex;
        align-items: baseline;
    }

    .field .longLabelCheckbox{
        display: flex;
        align-items: center;
    }



    .lockedin-footer {
        font-size: 0.8rem;
        color: #888;
        text-align: center;
        padding: 0rem 2rem 0rem 2rem;
    }

    .h2Thanks {
        height: 264px;
    }
}


.progress-bar-container {
    position: relative;
    margin: 50px 0 60px;
    height: 60px;
}

.progress-bar-line {
    position: absolute;
    top: 24px; /* vertically aligns with icons */
    left: 60px;
    right: 60px;
    height: 4px;
    background-color: #e0e0e0;
    z-index: 1;
}

.progress-bar-fill {
    position: absolute;

    left: 0px;
    height: 4px;
    background-color: #4CAF50;
    width: 20%; /* Set by JS */
    z-index: 2;
    transition: width 0.3s ease-in-out;
}

.progress-bar-steps {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 3;
}

.progress-step {
    text-align: center;    
}

.progress-step:first-child {
    margin-left: 16px; /* Add some left padding */
}

.progress-step:last-child {
    margin-right: 16px; /* Add some right padding */
}

.step-icon {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto 6px;
    max-width:100px;
}

.step-label {
    font-size: 14px;
    font-weight: 500;
    color: #444;
}

@media screen and (max-width: 900px) {
.step-icon {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0px;
    max-width:100px;
}

.progress-step{
    display:flex;
    flex-direction: column;
    align-items:center;
}

.progress-step:first-child{
margin-left: 0px;
}

.progress-step:last-child {
    margin-right: 0px;
}

.step-label{
width:100px;
text-align:center;
}

}


.membershipEnquiries{
    background-color: #ffffff;
}

.inner.customerEnquiry
{
    width: 100%;
}

@media screen and (max-width: 900px)
{
    .inner.customerEnquiry
    {
        width: 85%;
    }
}

.membershipEnquiriesForm{
}

.membershipEnquiriesForm.publicFormContent .field select{
    width:100%;

}

.membershipEnquiries .membershipEnquireTopBg {
    position: relative;
    width: 100%;
    height: 400px; /* Adjust as needed */
    background: url('/images/sub cover membership cover bg.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.membershipEnquiries .membershipEnquireTopTitle{

}

.membershipEnquireTopBgMobile{
display:none;
}

.membershipApply{
    padding: 50px 0px;
}

.membershipApplyTop{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}

.membershipApplyTop p{
    font-size:24px;
    max-width:700px;
    line-height: 1.5;
}

.membershipEnquire.promo-button {
    padding: 20px 50px;
}


.imageContent {
    max-width: 1440px;
}

.imageContent-inner {
    display: flex;
    align-items: center;
    gap: 100px;
    justify-content: space-between;
    margin-bottom: 60px;
}

.imageContent .imageContentText {
    
}

.imageContent-inner img {
  width:50%;
  border-radius: 4px;
}

.imageContent h2 {
    color: #00303c !important;
    font-size: 46px;
    padding-bottom: 20px;
    font-weight:normal;
}

.imageContent p {
    font-size: 20px;
    padding-bottom: 20px;
    line-height: 1.5;
}


.membershipEnquiries .membershipEnquireMiddleBg {
    position: relative;
    width: 100%;
    height: 300px; /* Adjust as needed */
    background: url('/images/member full width img.jpg') no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.publicFormContent.membershipEnquiriesForm input[type="checkbox"]{
transform: scale(2); /* Change the size as needed */
transform-origin: left;
margin-right:20px;
}

.publicFormContent.membershipEnquiriesForm td{
display: flex;
align-items: baseline;
padding-bottom:10px;
}

.publicFormContent.membershipEnquiriesForm td label{
margin-top:5px;
}



@media screen and (max-width: 900px) {

    .membershipEnquiries .membershipEnquireTopBg {
            position: relative;
        width: 100%;
        height: 300px; /* Adjust as needed */
        background: url('/images/sub cover membership cover bg.jpg') no-repeat right top;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .membershipEnquiries .membershipEnquireTopBgMobile {
        position: relative;
        width: 100%;
        height: 300px; /* Adjust as needed */
        background-color: #00313C;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .membershipEnquiries .membershipEnquireTopTitle{
        display:none;
    }

    .membershipEnquire.promo-button {
        padding: 20px 50px;
        width:100%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;  /* Horizontally center */
        align-items: center;
    }

    .membershipEnquire.reason-button {
        padding: 20px 50px;
        width:100%;
        box-sizing: border-box;
        display: flex;
        justify-content: center;  /* Horizontally center */
        align-items: center;
    }

    .membershipApply{
        padding: 30px 0px;
    }

    .membershipEnquiries .membershipEnquireMiddleBg {
        height: 150px; /* Adjust as needed */
    }

    .imageContent-inner {
        gap: 0;
        flex-direction: column;
        margin-bottom: 0px;
        padding: 0;
        align-items: flex-start;
    }

    .imageContent-inner img {
        width: 100%
    }

    .imageContent h2{
        font-size:32px;
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .imageContent .imageContentText {
        width: 100%;
        max-width:100%;
        padding-right: 0;
    }

    .imageContent p {
        padding-bottom: 6px;
    }

    .publicFormContent.membershipEnquiriesForm div.field input[type="text"]{
    width:100%;
    }

}




.FAQWrapper .faq-item:first-of-type {
    border-top: 2px solid #ccc;
}

.faq-item {
    border-bottom: 2px solid #ccc;
    padding: 10px 0;
    max-width: 600px;
}


.faq-question {
    cursor: pointer;
    color: #003E51;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 10px 0;
}

.faq-arrow {
    width: 5px;
    height: auto;
    flex-shrink: 0;
}

.faq-answer {
        display: none;
        padding: 5px 0;
        color: #333;
        padding: 10px 0;
        padding-left:15px;
        line-height: 1.5;
    }

.FAQsection {
       padding-bottom:40px;
}

.FAQsection h2 {
    margin-top: 20px;
    margin-bottom: 36px;
    font-size: 36px;
    color: #003E51;
    font-weight: bold;
}

.FAQ .FAQTopBg,
.reminderServiceMarketing .FAQTopBg {
    position: relative;
    width: 100%;
    height: 400px; /* Adjust as needed */
    background: url('/images/sub cover faqs cover bg.jpg') no-repeat top center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reminderServiceMarketing .FAQTopBg {
    background-image: url('/images/reminder-cover-bg.jpg');
    background-position-y: center;
}

.membershipEnquiries .membershipEnquireTopTitle{

}

.FAQTopBgMobile{
display:none;
}

.FAQContent{
    background: url('/images/FAQs img right.jpg') no-repeat right center;
    background-size: 35%;
    background-position: right center;
    background-color:white;
    background-repeat: no-repeat;
    min-height:600px;
    padding: 40px 0px;
}

.faq-question,
.faq-answer {
    word-break: break-word;  /* or break-all if you have it */
}

.FAQTopTitle h2 {
    color: white;
    max-width: 500px;
    line-height: 1.25;
    margin-bottom: 28px;
    font-size: 46px;
}

.FAQTopTitle a {
    font-size: 21px;
}

.FAQTopTitleMobile h2 {
    color: white;
    max-width: 400px;
    line-height: 1.25;
    font-size: 36px;
}

@media screen and (max-width: 900px) {

    .FAQ .FAQTopBg,
    .reminderServiceMarketing .FAQTopBg {
        position: relative;
        width: 100%;
        height: 300px; /* Adjust as needed */
        background: url('/images/sub cover faqs cover bg.jpg') no-repeat right top;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .reminderServiceMarketing .FAQTopBg {
        background-image: url('/images/reminder-cover-bg.jpg');
        background-position-y: center;
    }

    .FAQ .FAQTopBgMobile,
    .reminderServiceMarketing .FAQTopBgMobile {
        position: relative;
        width: 100%;
        height: 300px; /* Adjust as needed */
        background-color: #00313C;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .FAQTopTitle{
        display:none;
    }

    .FAQContent{
        background: none;

    }

}

.FAQ .inner
{
    width: 100%;
}

@media screen and (max-width: 900px)
{
    .FAQ .inner
    {
        width: 85%;
    }
    
    .FAQContent .inner{
        width: 85%;
    }
}


/********* Share button bar ********/
.share-button-bar {
    background-color:#00313C;
    color:#fff;
    text-align:center;
    padding:10px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    margin-bottom:16px;
}
.share-button-bar .share-buttons-title {
    font-weight:normal;
    text-transform:uppercase;    
    font-size:13px;
    margin:0 0 8px;
}

@media screen and (min-width: 1024px) {

}

/********* Share buttons ********/
.share-buttons {
    list-style:none;
    padding:0;
    margin:0;
}
.share-buttons > li {
    display:inline;
    padding:0;
    margin:0 1px;
}
.share-buttons a,
.share-buttons a:hover{
    text-decoration:none !important;
}

@media screen and (min-width: 1024px) {
    .share-button-bar {   
        margin-bottom:8px;
    }
}

/********* Homepage main content (columns) ********/

.mainHeaderSearch + div.homeContent {
    margin-top:-20px;
}
div.homeContent {
    width:auto;
    margin-bottom:18px;
}
.homeContentLeftCol,
.homeContentRightCol {
    text-align:center;    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom:16px;
}
.homeContentLeftCol {
    background-color:#f5f4f9;
    padding:12px 5% 24px;    
}
.homeContentRightCol {
    padding:0 5%;
}

@media screen and (min-width: 1024px) {
    
    .mainHeaderSearch + div.homeContent,
    div.homeContent {
        margin-top:35px;
        margin-bottom:35px;
    }

    .homeContentLeftCol {
        width:58.5%;
        text-align:left;
        float:left;
        padding:12px 32px 32px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        margin-bottom:0;
    }

    .homeContentRightCol {
        width:40.5%;
        text-align:left;
        float:right;
        padding-left:0;
        padding-right:0;
        margin-bottom:0;
    }
}

/********* Seasonal Car Check (Homepage) ********/
.seasonalCarCheck {
    text-align:center;
    padding: 26px 24px 13px;    
    font-size:14px;
    margin-bottom:16px;
}
.seasonalCarCheck h3 {
    margin:0 0 15px;
    font-size:20px;
}
.seasonalCarCheck p {
    margin:0 0 16px;
    line-height:1.18;
}
.seasonalCarCheck .img {
    display:none;
}

.seasonalCarCheck {
    background-color:#00313C;
    color:#fff;
}



@media screen and (min-width: 1024px) {
    .seasonalCarCheck {
        padding:32px 0 24px;
        font-size:22px;
        margin-bottom:32px;
    }
    .seasonalCarCheck div.inner {
        padding:0 150px;
        width:auto;
        max-width:724px;
        position:relative;
    }
    .seasonalCarCheck h3 {
        margin-bottom:23px;
        font-size:33px;
    }
    .seasonalCarCheck p {
        margin:0 0 14px;        
    }
    .seasonalCarCheck .img {
        display:block;
        position:absolute;
        top:50%;
        margin-top:-24px;
        width:82px;
    }
    .seasonalCarCheck .img-l {
        left:44px;
    }
    .seasonalCarCheck .img-r {
        right:44px;
    }
}

/********* jQuery Scroller ********/

div.jQueryScroller
{
    background-color: #FFF;
}

div.jQueryScrollerWrapper,
ul.jQueryScrollerUl li,
{
    width: 249px;
}

@media screen and (min-width: 496px)
{
    div.jQueryScrollerWrapper,
    ul.jQueryScrollerUl li
    {
        width: 496px;
    }  
}

div.jQueryScrollerWrapper {
    overflow: hidden;   
    height: auto;
    position: relative;
    margin: 0 auto;
    background-color: #FFF;
}
    
ul.jQueryScrollerUl {
    height: auto;
    overflow: hidden;
    width: 10000px;
    left: 0;
    top: 0;
    list-style: none;
    position: relative;
}
    
ul.jQueryScrollerUl li {
    height: auto;
    float: left;
}
    
ul.jQueryScrollerUl li img {
    width: 100%;
}

/********* Homepage image scroller (uses OWL Carousel plugin) ********/
.owl-carousel-mainpage {
    margin-bottom: 16px;
    margin-top: 20px;
}

@media screen and (min-width: 1024px) {
    .owl-carousel-mainpage {
        margin-bottom: 32px;
        margin-top: 40px;
    }
}

/****** Site Poll ******/

div.SitePollResults div.results
{
    margin: 15px 0 25px;
}

div.SitePollResults div.results div.option
{
    margin: 10px 0;
}

div.SitePollResults span.optText
{
    width: 250px;
    display: inline-block;
}

div.SitePollResults div.data
{
    margin: 5px 0;
}

div.SitePollResults div.data span.count
{
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    margin-right: 10px;
    width: 50px;
    display: inline-block;
}

div.SitePollResults img
{
    height: 16px;
}

/****** Footer ******/

div.footer
{    
    padding: 20px 0 8px;
    background-color: #00313C;
    font-size: 17px;
    color: #c7ccd2;
}

div.footer div.inner {
    width:auto;
    padding:0 11px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer-logo{
    height: 80px;    
}

.footer-sociallinks{
    text-align: right;
}


div.footer div.footerColumn
{
    width: 50%;
    float: right;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    margin-bottom: 20px;    
    line-height: 18px;
}

div.footer h3
{    
    font-weight: bold;
    color: #43B02A;
    margin-bottom: 7px;
}

div.footer a
{
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: 21px;
}

div.footer a:not(.btn-alt)
{
    color: #c7ccd2;
}

div.footer span
{
    color: #c7ccd2;
}

div.socialLinks
{        
    max-width:140px;
}

div.socialLinks .linkBlock
{
    display: inline-block;
    margin-right: 3px;
    margin-bottom:4px;
}
div.socialLinks .linkBlock:last-child {
    margin-right: 0;
}

div.socialLinks img
{
    height: 32px;
    width: 32px;
}

.footer-bottom {
  display: flex;
  max-width:initial;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 40px;
  color: #c7ccd2;
  font-size: 12px;
  flex-wrap: wrap;
}

.footer-bottom-left {
  max-width: 60%;
}

.footer-bottom-left p {
  margin: 0 0 8px 0;
  line-height: 1.5;
}

.footer-bottom-right {
  text-align: right;
}

.lockedin-footer {
  display: flex;
  max-width:initial;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 14px;
  flex-wrap: wrap;
}

.lockedin-footer-left {
  max-width: 60%;
  text-align: left;
}

.lockedin-footer-left p {
  margin: 0 0 8px 0;
  line-height: 1.5;
}

.lockedin-footer-right {
  text-align: right;
}

.lockedin-footer-right p{
  padding-top:16px;
}


div#xibisinfo {
    clear: both;
    margin-top: 0px;
    font-size:10px;
    text-align:center;
    background-color:#f5f6fa;
    padding:16px 0;
    color:#8d8f8e;
}

div#xibisinfo div.inner {
    width:auto;
    padding:0 22px;
}

div#xibisinfo a {
    color:#585858;
    display:inline;
}

@media screen and (min-width: 1024px)
{
    div.footer {
        padding: 60px 0 16px;                        
    }
    
    div.footer div.footerColumn {
        width:20%;
    }

    div.footer div.footerColumn-socialLinks
    {        
        width: 40%;              
    }
    
    div.socialLinks
    {
        text-align:right;                
        max-width:initial;   
    }
    
    div#xibisinfo {
        font-size:11px;
        background-color:transparent;
        text-align:right;
        padding:0;
        position:relative;
        top:-48px;
        color:#c7ccd2;
    }
    div#xibisinfo a {
        color:#67c9f0;
        text-decoration:none;
    }
}

    div.socialLinksPanel {
        text-align:center;
max-width: unset;
    }

    .linkBlock img { 
        border-radius: 7px;
    }

.footer-logo-mobile {
    display: none;
}

@media screen and (max-width: 900px) {
    div.footer {
        padding: 50px 0 16px;    
    }

    .footer-logo {
        display: none;
    }

    div.footer div.inner {
        display: flex; 
        flex-direction: column;
        align-items: initial;
        padding: 0 22px;
    }

    .thankPanel.inner{
        padding: 0 22px;
        width: auto;
    }

    div.footer div.footerColumn:not(:last-child)
    {
        order: 2;
        font-size: 16px;
        width: initial;
        border-top: 1px solid #4B7784;
        padding-top: 12px;
    }

    div.footer div.footerColumn:nth-child(4)
    {
        border-bottom: 1px solid #4B7784;
        padding-bottom: 12px;
    }

    div.footer div.footerColumn:not(:last-child) h3
    {
        font-size: 16px;
        margin-top: 12px;
        margin-bottom: 12px;
        background-image: url(/images/footer-plus.png);
        background-repeat: no-repeat;
        background-position-x: calc(100% - 10px);
        background-position-y: center;
        cursor: pointer;
    }

    div.footer div.footerColumn.show h3
    {
        background-image: url(/images/footer-x.png);
    }

    div.footer div.footerColumn:not(:last-child) a
    {
        display: none;
    }

    div.footer div.footerColumn.show a
    {
        display: block;
    }

    div.footer div.footerColumn:last-child
    {
        width: initial;
        float: none;
        font-size: 13px;
        text-align: center;
        order: 1;
    }

    div.footer a {
        margin-bottom: 12px;
    }

    div.footer h3 {
        font-size: 13px;
    }

    div.footer strong {
        font-size: 16px;
    }

    .footer-sociallinks {
        text-align: center;
    }

    div.socialLinks {
        margin: auto;
    }

    .footer-bottom {
        display: block;
        padding: 30px 0;
        font-size: 11px;
    }

    .footer-bottom-left {
        max-width: initial;
    }

    .footer-bottom-right {
        text-align: left;
        margin-top: 40px;
    }

    .footer-logo-mobile {
        display: inline-block;
        height: 46px;
        float: right;
        position: relative;
        top: -16px;
    }
}



@media screen and (max-width: 900px) {

.lockedin-footer-left {
     max-width: 100%;
    text-align: left;
    padding-bottom: 40px;
}

.lockedin-footer-left p {
  margin: 0 0 8px 0;
  line-height: 1.5;
}

.lockedin-footer-right {
  text-align: left;
}

.lockedin-footer-right p{
  padding-top:16px;
}

.lockedin-footer-right .footer-sociallinks{
    text-align:left;
}

}
/****** Members Area ******/

div.memberLoggedIn
{    
    background: #43B02A;
    padding: 11px 0 11px;
    text-align: right;
    font-size: 16px;
    color: #FFF;  
}

div.memberLoggedIn span
{
    display: inline-block;
    margin: 5px 0 10px;
}

div.memberLoggedIn .links
{
    display: inline-block;
}

div.memberLoggedIn a.logout
{
    display: inline-block;
    margin-left: 10px;
    color: #FFF;
    margin-right: 0;
}

div.memberLoggedIn a.myAccount
{
    display: inline-block;
    margin-left: 10px;
    color: #FFF;
}

@media screen and (min-width: 512px)
{
    div.memberLoggedIn a.logout
    {
        margin-right: 20px;
    }
}

h1.messageSent
{
    margin: 25px 0;
    display: inline-block;
}

/****** Garage Search Filters ******/

div.garageSearchFilters {
    position: relative;
    background-color: white;
    color: #00303c;
    border-bottom: 1px solid #EDEDED;
}

.garageSearchFilters .topWidgets {
    position: initial;
    border-bottom: 1px solid #EDEDED;
}

.garageSearchFilters .topWidgets .topWidget {
    color: #43B02A;
    font-weight: 600;
}

.garageSearchFilters .inner {
    padding: 32px 0;
}

.garageSearchFilters .filter {
    display: inline-block;
}

.garageSearchFilters .filterText {
    position: relative;
}

.garageSearchFilters .txtSearchTerm {
    font-size: 14px;
    font-family: 'Sen', sans-serif;
    background-color: #F5F5F5;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 14px 98px 14px 46px;
    width: 250px;

    background-image: url(/images/map-search.png);
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 13px;
    background-size: 24px;
}

.garageSearchFilters .mapSearchUseLocation {
    position: absolute;
    top: 16px;
    right: 18px;
    color: #00303c;
    font-size: 12px;
}

.garageSearchFilters .ddlMarques,
.garageSearchFilters .ddlServices {
    font-size: 14px;
    font-family: 'Sen', sans-serif;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 12px 26px 12px 12px;
    margin-left: 14px;
    width: 152px;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url('/images/drop down form arrow.svg');
    background-repeat: no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: center;
    background-color: white;
}

.garageSearchFilters .ddlServices {
    padding-left: 32px;
}

.garageSearchFilters .filterServices {
    position: relative;
}

.garageSearchFilters .filterServices img {
    position: absolute;
    top: 18px;
    left: 28px;
}

.garageSearchFilters .buttons {
    display: inline-block;
}

.garageSearchFilters #btnFilter {
    background-color: #ffc600;
    padding: 15px 45px;
    font-weight: bold;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #00303c !important;
    border: none;
    margin-left: 14px;
}

.garageSearchFilters #btnClearFilters {
    color: #00303c;
    font-size: 14px;
    margin-left: 14px;
}

.garageSearchFilters .additionalFilters {
    display: none;
    position: absolute;
    top: 160px;
    width: 100%;
    background-color: white;
    color: #00303c;
    font-size: 14px;
    border-bottom: 1px solid #EDEDED;
    z-index: 1000;
    padding-bottom: 16px;
}

.garageSearchFilters .additionalFilters .inner {
    padding: 16px 0;
    border-top: 1px solid #EDEDED;
}

.garageSearchFilters .additionalFilterLong {
    display: inline-block;
    width: 48%;
}

.garageSearchFilters .additionalFilterShort {
    display: inline-block;
    width: 23.8%;
    line-height: 24px;
}

.garageSearchFilters .checkHeader {
    display: block;
    color: #43B02A;
    font-weight: 400;
    border-top: 1px solid #EDEDED;
    margin-top: 16px;
}

.garageSearchFilters .mobileMapTabs {
    display: none;
    margin-top: 32px;
    margin-bottom: 6px;
}

.garageSearchFilters .mobileMapTab {
    font-weight: 600;
    color: #00303c;
    margin-right: 24px;
    text-decoration: none;
}

.garageSearchFilters .mobileMapTab:hover {
    text-decoration: none !important;
}

.garageSearchFilters .mobileMapTab.active {
    color: #43B02A;
    border-bottom: 2px solid #43B02A;
    padding-bottom: 4px;
}

@media screen and (max-width: 1025px) {
    .garageSearchFilters .inner {
        padding: 16px 0;
        margin: 0 16px;
        width: calc(100% - 32px);
    }

    .garageSearchFilters .filterText {
        width: 100%;
        position: relative;
        text-align: center;
        margin-bottom: 20px;
    }

    .garageSearchFilters .txtSearchTerm {
        width: calc(100% - 60px);
        padding: 14px 14px 14px 46px;
        margin-bottom: 12px;
    }

    .garageSearchFilters .mapSearchUseLocation {
        position: initial;
    }

    .garageSearchFilters .filter:not(.filterText) {
        width: calc(50% - 3px);
    }

    .garageSearchFilters .ddlMarques,
    .garageSearchFilters .ddlServices {
        margin-left: 0;
        width: 100%;
    }

    .garageSearchFilters .filterServices img {
        left: 14px;
    }

    .garageSearchFilters .buttons {
        width: 100%;
    }

    .garageSearchFilters #btnFilter {
        margin: 16px 0 14px;
        width: calc(100% - 91px);
    }

    .garageSearchFilters #btnClearFilters {
        font-size: 12px;
        margin-left: 0;
    }

    .garageSearchFilters .additionalFilters {
        top: 316px;
    }

    .garageSearchFilters .additionalFilterLong {
        width: 100%;
        line-height: 24px;
    }

    .garageSearchFilters .additionalFilterShort {
        width: 50%;
    }

    .garageSearchFilters .mobileMapTabs {
        display: block;
    }
}

/****** Garage Search Options ******/

div.garageSearchOptions p.info
{
    margin-bottom: 20px; 
}

div.garageSearchOptions .garages
{
    margin-right: 20px;
}

div.garageSearchOptions .garages,
div.garageSearchOptions .locations
{
    width: 100%;
}

@media screen and (min-width: 512px)
{
    div.garageSearchOptions .garages,
    div.garageSearchOptions .locations
    {
        width: 500px;
        float: left;
    }
}

div.garageSearchOptions .formContent
{
    padding: 20px;   
}

div.garageSearchOptions ul
{
    list-style: inherit;
    padding-left: 20px;
}

div.garageSearchOptions .garages .garage
{
    padding-bottom: 15px;
    background: url('/images/garageSeparator.png') no-repeat left bottom;
}

div.garageSearchOptions .garages .garage a,
div.garageSearchOptions .locations ul li a
{
    text-decoration: none;
}

div.garageSearchOptions .garages .garage h2
{
   margin: 5px 0;
}

div.garageSearchOptions .garages .garage span.rating,
div.garageSearchOptions .garages .garage span.percentage
{
    display: block; 
    margin-bottom: 5px;
}

div.garageSearchOptions div.searchAgain div.searchContainer a {
    height: 29px;
    width: 29px;
    background: url('/images/searchgo.png') no-repeat;
    display: inline-block;
    margin-top: 3px;
    margin-right: 6px;
    vertical-align: middle;
}

div.garageSearchOptions h1
{
    margin-left: 10px;
}

div.garageSearchOptions div.searchAgain span
{
    display: block;
}

div.garageSearchOptions div.searchAgain div.searchContainer input {
    font-size: 24px;
    line-height: 24px;
    width: 220px;
    border: 1px solid #999;
    margin: 5px 0 2px;
    padding: 0 5px;
    outline: 0;
    vertical-align: middle;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media screen and (min-width: 512px)
{
    div.garageSearchOptions div.searchAgain div.searchContainer input 
    {
        width: 300px;
    }

    div.garageSearchOptions div.searchAgain span
    {
        display: inline-block;
    }
}

@media screen and (min-width: 1024px)
{
    div.garageSearchOptions h1
    {
        margin-left: 0;
    }
}

div.garageSearchOptions div.searchAgain
{
    background-color: #F7F7F7;
    padding: 20px;
}

div.garageSearchOptions div.searchAgain div.searchContainer
{
    margin-top: 15px;
}

/****** Garage Search Map Redesign *******/

.garageList {
    display: none;
    height: 800px;
    width: 400px;
    overflow-y: scroll;
    position: absolute;
    background-color: white;
    z-index: 800;
}

.garageList.withResults {
    display: block;
}

.garageMapContent div.map.withResults
{
    margin-left: 400px;  
}

.garageListResults .garage,
.infoWindow .garage {
    padding: 16px 28px 28px;
    font-size: 13px;
    position: relative;
}

.garageListResults .garage {
    border-bottom: 1px solid #EDEDED;
}

.infoWindow .garage {
    padding: 8px;
    width: 400px;
}

.garageListResults .garage:nth-child(even),
.infoWindow .garage:nth-child(even){
    background-color: #FBFBFB;
}

.garageListResults .garage .details h2,
.infoWindow .garage .details h2{
    margin: 12px 0;
    max-width: 228px;
    line-height: 18px;
}

.garageListResults .garage .details h2 a,
.infoWindow .garage .details h2 a{
    font-size: 20px;
    color: #00303c;
}

.garageListResults .garage .details .percentage,
.infoWindow .garage .details .percentage{
    vertical-align: top;
}

.garageListResults .garage .details .percentage a,
.infoWindow .garage .details .percentage a{
    color: #00303c;
}

.garageListResults .garage .details .rating img,
.infoWindow .garage .details .rating img{
    height: 14px;
    margin-left: 8px;
}

.garageListResults .garage .details .distance,
.infoWindow .garage .details .distance{
    position: absolute;
    top: 28px;
    right: 20px;
    color: #808080;
}

.infoWindow .garage .details .distance{
    position: absolute;
    top: 20px !important;
    right: 20px;
    color: #808080;
}

.garageListResults .garage .details .address,
.infoWindow .garage .details .address{
    display: block;
    margin-top: 10px;
}

.garageListResults .garage .details .telephone,
.infoWindow .garage .details .telephone{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.garageListResults .garage .details .reason-button,
.infoWindow .garage .details .reason-button{
    font-weight: 400;
    font-size: 13px;
    border-width: 1px;
    padding: 8px 12px;
}

.garageListResults .garage .details .reason-button.booking,
.infoWindow .garage .details .reason-button.booking{
    background-color: #43B02A;
    color: white;
}

.garageListResults .garage .details .reason-button.feedback:hover,
.infoWindow .garage .details .reason-button.feedback:hover{
    background-color: white;
    color: #43B02A;
}

.garageNoData h1 {
    color: white;
    text-align: center;
}

.garageListResults .garage .details h2 a.mobile-action {
    display: none;
}

.garageListResults .garage.list-too-long-desktop {
    display: none;
}

.garageListResults .garage.desktop-only-message {
    display: block;
}

@media screen and (max-width: 1025px) {
    .garageMapContent div.map.withResults
    {
        margin-left: 0;  
    }    

    .garageList.hideForMobile {
        display: none !important;
    }

    .garageList {
        width: 100%;
        display: block;
    }

    .garageList .reason-button {
        width: calc(50% - 30px) !important;
    }

    .infoWindow .garage {
        width: 186px;
    }

    .infoWindow .garage .details .distance{
        display: none;
    }

    .garageListResults .garage .details h2 a.web-action {
        display: none;
    }

    .garageListResults .garage .details h2 a.mobile-action {
        display: block;
    }

    .garageListResults .garage.list-too-long-desktop {
        display: block;
    }

    .garageListResults .garage.desktop-only-message {
        display: none;
    }
}

.map-mobile-splash {
    padding: 28px 28px;
}

.map-mobile-splash h2 {
    font-size: 28px;
    line-height: 36px;
}

.map-mobile-splash span {
    line-height: 32px;
}

.map-mobile-splash img {
    margin-top: 42px;
    max-width: 85%;
}

/****** Garage Search Map ******/


div.garageMapContentLandingPage
{
    position: relative;
    padding-top: 24px;
    margin:0 auto;
    max-width:1024px;
}

@media screen and (min-width: 1024px)
{
    div.garageMapContentLandingPage
    {
        padding-top: 24px;
    }
}

.landingPageMap div.map
{
    float: left;
    width: 100%;
    z-index: 200;
    position: relative;    
}

div.landingpagemap
{
    float: left;
    width: 90%;
    z-index: 200;   
}

.landingPageMap div.mapContainer {
    margin: 10px 0;
}

@media screen and (min-width: 1024px)
{
    .landingPageMap div.map
    {
        float: right;
        width: 724px;
        min-height: 600px;
    }

    div.landingpagemap
    {
        float: right;
        min-height: 600px;
        width: 90%;
    }

    .landingPageMap div.mapContainer {
        margin: 0;
        border: 2px solid #fff;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
}

/****** Garage Details ******/

/****** Garage Name/Address ******/

.garage-info-primary .garagename {
    font-weight: normal;
    font-size: 46px;
    color: #00303c;
    margin: 36px 0;
    line-height: 42px;
}

.garage-info-side {
    display: inline-block;
    position: relative;
    width: 49%;
    line-height: 24px;
    vertical-align: top;
}

.garage-info-side a {
    color: #00303c;
}

.garage-info-side .contact-line {
    line-height: 32px;
}

.garage-info-side .contact-line img {
    position: relative;
    top: 5px;
    padding-right: 6px;
    width: 20px;
}

.garage-info-side a.reason-button {
    margin-top: 16px;
    color: #43B02A;
}

.garage-info-side a.reason-button.feedback:hover {
    background: #4CAF50;
    color: white;
}

.garage-info-side a.reason-button.booking {
    border-color: #ffc600;
    background-color: #ffc600;
    color: #00303c;
}

.garage-info-side a.reason-button.booking:hover {
    background: white;
}

.view-services-btn {
    margin-top: 52px;
    font-size: 16px;
}

.view-services-btn a {
    color: #43B02A;
}

.garage-info-side.side-right {
    text-align: right;
}

.garage-info-side .garage-img-main,
.garage-info-side .static-map img {
    margin-top: 12px;
    width: 90%;
}

.garage-info-side .static-map {
    position: relative;
}

.garage-info-side .static-map .map-marker-fake {
    position: absolute;
    top: 30%;
    left: 50%;
    width: initial;
}

.garage-info-side .garage-info-btns {
    margin-top: 36px;
}

@media screen and (max-width: 900px) {
    .garage-info-primary .garagename {
        font-size: 28px;
    }

    .garage-info-side {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .garage-info-side a.reason-button.feedback {
        margin-top: 0;
    }

    .garage-info-side .garage-img-main, .garage-info-side .static-map img {
        width: 100%;
    }

    .garage-info-side .address {
        order: 2;
    }

    .garage-info-side .contact-line {
        order: 3;
    }

    .garage-info-side .garage-info-btns {
        order: 1;
        margin-bottom: 36px;
        margin-top: initial;
    }

    .garage-info-side .static-map .map-marker-fake {
        top: 33%;
        left: 46%;
        width: 60px;
    }
}

/****** Rearrange garage info screen on mobile ******/

@media screen and (max-width: 900px) {
    .garage-detail-head {
        order: 1;
    }

    .movable-feedback {
        order:2 !important;
    }

    .movable-feedback .inner {
        margin-top: 36px;
    }

    .garage-detail-main,
    .garage-detail-specialisation,
    .garage-detail-lower,
    .garage-booking-banner,
    .applyGarageSection {
        order: 3;
    }
}

/****** Garage stars / average rating ******/

.garage-info-side .star-rating,
.garage-info-side .percent-rating {
    display: inline-block;
}

.garage-info-side .star-rating img {
    height: 14px;
    margin-right: 8px;
}

.garage-info-side .garage-feedback-summary {
    margin-bottom: 40px;
}

/****** Garage description ******/

.garage-detail-main {
    margin-top: 52px;
    padding-bottom: 62px;
    padding-top: 52px;
    background-color: #EFF3F4;
}

.garage-detail-side {
    display: inline-block;
    position: relative;
    width: 56%;
    padding-right: 48px;
    vertical-align: top;
}

.garage-detail-main .contact-line {
    line-height: 14px;
}

.garage-detail-main .contact-line b {
    font-weight: 600;
}

.garage-detail-main .garage-stats {
    padding: 6px 0 6px 98px;

    background-image: url('/images/garage-details-avatar.png');
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 0;
}

.garage-detail-main .garage-description h2 {
    font-size: 46px;
    margin: 28px 0;
    line-height: 48px;
}

.garage-detail-main .garage-description {
    font-size: 32px;
    line-height: 36px;
}

.garage-detail-social {
    margin-top: 74px;
}

.garage-detail-social .linkBlock {
    display: inline-block;
    margin-right: 6px;
}

@media screen and (max-width: 900px) {
    .garage-detail-main {
        padding: 52px 8px 0;
    }

    .garage-detail-side {
        width: 100%;
        padding-right: 0;
    }

    .garage-detail-main .garage-description h2 {
        font-size: 28px;
    }

    .garage-detail-main .garage-description {
        font-size: 20px;
    }

    .garage-detail-social {
        margin-top: 38px;
    }

    .garage-detail-main .contact-line {
        font-size: 14px;
        line-height: 17px;
    }
}

/****** Garage services available ******/

.garage-detail-side-right {
    display: inline-block;
    position: relative;
    width: calc(43% - 48px);
    vertical-align: top;
}

.garage-detail-side-right h2 {
    font-size: 36px;
}

.garage-detail-side-right .detail-right-box {
    background-color: white;
    padding: 16px 42px 30px;
    margin-bottom: 28px;
}

.garage-detail-side-right .detail-right-box li {
    line-height: 20px;
    margin-bottom: 14px;
}

.garage-detail-side-right .detail-right-box .hours-right {
    float: right;
}

.garage-detail-specialisation .specialisationLinksContent {
    padding-right: 60px;
    max-width: 1020px;

    background-image: url(/images/service-illustration.svg);
    background-size: 23%;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 138px);
    background-position-y: 26px;
}

.garage-detail-specialisation .specialisationLinksContentMobile {
    display: none;
}

.garage-detail-specialisation.specialisationLinks {
    height: initial;
    padding-bottom: 66px;
    padding-top: 14px;
}

.garage-detail-specialisation.specialisationLinks h2 {
    margin-top: 0;
}

.garage-detail-lower .garage-seasonal-banner {
    background-image: url(/images/seasonal-check-banner.png);
    background-size: cover;
    background-repeat: no-repeat;

    width: 100%;
    height: 230px;
    margin-top: 50px;
    position: relative;
}

.garage-detail-lower .garage-seasonal-banner h2 {
    color: white;
    padding: 40px 48px;
    line-height: 46px;
    font-size: 46px;
}

.garage-detail-lower .garage-seasonal-banner .reason-button.booking {
    border-color: #ffc600;
    background-color: #ffc600;
    color: #00303c;
    position: absolute;
    right: 32px;
    bottom: 28px;
    padding: 10px 30px;
}

@media screen and (max-width: 900px) {
    .garage-detail-side-right {
        width: 100%;
        margin-top: 44px;
    }

    .garage-detail-side-right h2 {
        font-size: 26px;
        margin-bottom: 22px;
    }

    .garage-detail-side-right .detail-right-box li {
        font-size: 14px;
    }

    .garage-detail-side-right .detail-right-box {
        padding: 4px 20px 20px;
    }

    .garage-detail-specialisation {
        min-height: 10px;
    }

    .garage-detail-specialisation.specialisationLinks {
        padding-bottom: 0;
        margin-top: 0;
    }

    .garage-detail-specialisation .specialisationLinksContent {
        display: none;
    }

    .garage-detail-specialisation .specialisationLinksContentMobile {
        display: block;
    }

    .garage-detail-specialisation .specialisationLinksContentMobile h2 {
        padding: 22px;
        margin-bottom: 14px;
    }

    .garage-detail-specialisation .specialisationLinksContentMobile div.footerColumn {
        font-size: 16px;
        width: initial;
        border-top: 1px solid #4B7784;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .garage-detail-specialisation .specialisationLinksContentMobile div.footerColumn h3 {
        font-weight: bold;
        font-size: 16px;
        margin-top: 12px;
        margin-bottom: 12px;
        margin-left: 22px;
        background-image: url(/images/footer-plus.png);
        background-repeat: no-repeat;
        background-position-x: calc(100% - 22px);
        background-position-y: center;
        cursor: pointer;
    }

    .garage-detail-specialisation .specialisationLinksContentMobile div.footerColumn.show h3 {
        background-image: url(/images/footer-x.png);
    }

    .garage-detail-specialisation .specialisationLinksContentMobile div.footerColumn a {
        display: none;
        margin-bottom: 12px;
        color: #c7ccd2;
        text-decoration: none;
        margin-left: 22px;
        margin-top: 18px;
    }

    .garage-detail-specialisation .specialisationLinksContentMobile div.footerColumn a:hover {
        text-decoration: none !important;
    }

    .garage-detail-specialisation .specialisationLinksContentMobile div.footerColumn.show a {
        display: block;
    }

    .garage-detail-lower .garage-seasonal-banner {
        background-position: center;
    }

    .garage-detail-lower .garage-seasonal-banner h2 {
        font-size: 24px;
        line-height: 28px;
        padding: 66px 142px 58px 24px;
    }

    .garage-detail-lower .garage-seasonal-banner .reason-button.booking {
        width: 30px;
    }
}

/****** Garage feedback redesign ******/

.garage-detail-lower .feedbackHead {
    padding: 64px 0;
    max-width: 1024px;
}

.garage-detail-lower .reason-button.all-feedback-btn {
    border-color: #ffc600;
    background-color: #ffc600;
    color: #00303c;
}

.garage-detail-lower .applyGarageSection {
    padding-bottom: 20px;
}

.garage-detail-lower .applyGarageText p {
    max-width: 526px;
}

.garage-detail-lower .awards-h2 {
    text-align: center;
    font-size: 46px;
}

@media screen and (max-width: 900px) {
    .garage-detail-lower .feedbackHead {
        padding: 64px 20px 12px;
    }

    .garage-detail-lower .awards-h2 {
        text-align: left;
        font-size: 26px;
        padding: 0 18px;
    }
}

/****** Garage new booking banner ******/

.garage-booking-banner {
    background-color: #00313C;
    text-align: center;
    padding: 66px 0 78px;
    margin-top: 46px;
}

.garage-booking-banner h2 {
    color: white;
    font-size: 46px;
}

.garage-booking-banner .reason-button.booking {
    border-color: #ffc600;
    background-color: #ffc600;
    color: #00303c;
}

.garage-booking-banner .reason-button.faqs {
    border-color: #white;
    background-color: #00313C;
    color: #white;
}

.garage-booking-banner .reason-button {
    width: 178px;
}

@media screen and (max-width: 900px) {
    .garage-booking-banner h2 {
        font-size: 26px;
    }

    .garage-booking-banner .reason-button {
        width: calc(100% - 53px);
    }

    .garage-booking-banner .reason-button.faqs {
        position: relative;
        top: -8px;
    }

    .garage-booking-banner {
        margin-top: 0px;
    }
}

/****** Garage book online button ******/

.garage-book-online {
    margin-bottom:20px;
    margin-top: 20px;
}
.garage-book-online .book-online-btn-mobile {
    display:block;
    border: 2px solid #fff;
}
.garage-book-online .book-online-btn-desktop {
    display:none;
    font-size: 22px;
    border: 2px solid #fff;
}

@media screen and (min-width: 1024px) {    
    .garage-book-online {
        margin-bottom:8px;
        margin-top: 10px;
    }
    .garage-book-online .book-online-btn-mobile {
        display:none;
    }
    .garage-book-online .book-online-btn-desktop {
        display:block;
    }    
}

/****** Garage seasonal checks ******/
.garage-seasonal-checks {
    margin-bottom:16px;
}
.garage-seasonal-checks .garage-seasonal-checks-title {
    color:#43B02A;
    background-color:#515560;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    margin: 0 0 30px;
    padding: 14px 18px 13px 82px;
    font-size:17px;
    font-weight:normal;
    position:relative;
}
.garage-seasonal-checks .garage-seasonal-checks-title .tick {
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    overflow:hidden;
    display:block;
    width:38px;
    height:38px;
    border:12px solid #fff;
    background-color:#fff;
    padding:0 0 2px 1px;
    position:absolute;
    top:-10px;
    left:10px;
}
.garage-seasonal-checks .garage-seasonal-check {
    color:#43B02A;
    font-style:italic;    
    font-weight:bold;
    text-align:center;
    margin-bottom:24px;
}
.garage-seasonal-checks .garage-seasonal-check img {
    vertical-align:middle;
    margin-left:2px;
}

@media screen and (min-width: 1024px) {
    .garage-seasonal-checks {                
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float:left;
        width:66.66%;
        padding:0 15px;
    }
    .garage-seasonal-checks .garage-seasonal-checks-title {
        margin-bottom:26px;
    }  
    .garage-seasonal-checks .garage-seasonal-checks-body {
        padding:0 15px;
    }    
    .garage-seasonal-checks .garage-seasonal-check {
        text-align:left;
        display:inline-block;
        margin-right:30px;
    }
    .garage-seasonal-checks .garage-seasonal-check:last-child {
        margin-right:0;
    }
}

/****** Garage service plan available ******/
.garage-serviceplan {    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align:center;
    margin-bottom:20px;
}
.garage-serviceplan .garage-serviceplan-inner {
    border:2px solid #00313C;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    padding:12px 28px 11px;
    position:relative;
}
.garage-serviceplan .logo {
    margin-bottom:4px;
}
.garage-serviceplan .title {
    text-transform:uppercase;
    font-weight:bold;
    margin-bottom:8px;
    font-size:24px;
}
.garage-serviceplan .btn-booknow {
    font-weight:normal;
    margin:0 38px;
    padding: 6px 16px;
    font-size: 15px;
}
.garage-serviceplan .tick {
    position:absolute;
    right:-2px;
    bottom:-2px;
    width:38px;
    height:38px;
    border-top:6px solid #fff;
    border-left:5px solid #fff;
}

@media screen and (min-width: 1024px) {
    .garage-serviceplan {
        float:left;
        width:33.33%;
        padding:0 15px;
        margin-bottom:16px;
    }
}

/****** Garage feedback ******/
.garage-feedback {
    margin-bottom:20px;
}
@media screen and (min-width: 1024px) {
    .garage-feedback {
        margin-bottom:8px;
    }
}

/****** Garage feedback top section (single good feedback) ******/
.garage-feedback-top {
    background-color:#00313C;
    color:#fff;
    -moz-border-radius:6px 6px 0 0;
    -webkit-border-radius:6px 6px 0 0;
    border-radius:6px 6px 0 0;
    padding:16px 12px;
}
.garage-feedback-top .garage-feedback-single {    
    text-align:center;
    line-height:1.25;
    max-width:700px;
    margin:0 auto 16px;
}
.garage-feedback-top .garage-feedback-single .star-rating {
    margin-bottom:16px;
}
.garage-feedback-top .garage-feedback-single .date {
    font-size:18px;
}
.garage-feedback-top .garage-feedback-actions {
    width:174px;
    margin:0 auto;
}
.garage-feedback-top .garage-feedback-actions .button  {
    display: block;
}
.garage-feedback-top .garage-feedback-actions .button + .button {
    margin-top:8px;
}

@media screen and (min-width: 1024px) {
    .garage-feedback-top .garage-feedback-actions {
        width:auto;
        text-align:center;
    }
    .garage-feedback-top .garage-feedback-actions .button  {
        display: inline-block;
    }
    .garage-feedback-top .garage-feedback-actions .button + .button {
        margin-top:0;
        margin-left:6px;
    }
}


/****** Garage feedback carousel ******/
.garage-feedback-carousel {
    background-color:#feff01;
    -moz-border-radius:0 0 6px 6px;
    -webkit-border-radius:0 0 6px 6px;
    border-radius:0 0 6px 6px;
}
.garage-feedback-item {    
    margin:24px 18px 24px 44px;
    line-height:1.25;
    color:#504f57;    
}
.garage-feedback-item .date {
    float:left;
    line-height:1.1;
    margin-bottom:4px;
}
.garage-feedback-item .date + .date {
    margin-left:14px;
}
.garage-feedback-item .date .label {
    display:block;
    font-size:12px;
}
.garage-feedback-item .date .value {
    font-size:17px;
    display:block;
}
.garage-feedback-item .comment {
    clear:both;
    position:relative;
    margin-bottom:12px;
}
.garage-feedback-item .comment:before {
    content:'';
    position:absolute;
    width:18px;
    height:14px;
    top:-33px;
    left:-27px;
    background-image:url(../../images/quote-start.png);
}
.garage-feedback-item .comment:after {
    content:'';
    display:inline-block;
    width:18px;
    height:14px;
    background-image:url(../../images/quote-end.png);
    margin-left:12px;
}
.garage-feedback-item .reply {
    margin-bottom:12px;
}
.garage-feedback-item .reply .label {
    display:block;
    font-size:12px;
}

@media screen and (min-width: 1024px) {
    .garage-feedback-item {    
        max-width:620px;
        margin:36px auto;     
    }    
    .garage-feedback-item .date + .date {    
        margin-left:28px;
    }        
    .garage-feedback-item .date .value {
        font-size:18px;
    }
    .garage-feedback-item .comment {
        font-size:17px;
        margin-bottom:18px;
    }
    .garage-feedback-item .reply {
        margin-bottom:18px;        
    }
}

/****** Garage generic panel ******/
.garage-panel {
    margin-bottom:20px;
}
.garage-panel .panel-heading {
    background-color:#00313C;
    color:#fff;
    text-align:center;
    font-size:16px;
    padding:16px 12px 12px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}
.garage-panel .panel-body {
    padding-top:16px;
    padding-bottom:16px;
}

@media screen and (min-width: 1024px) {
    .garage-panel {
        margin-bottom:8px;
    }
    .garage-panel .panel-heading {        
        -moz-border-radius:6px 6px 0 0;
        -webkit-border-radius:6px 6px 0 0;
        border-radius:6px 6px 0 0;
    }
    .garage-panel .panel-body {
        padding-left:15px;
        padding-right:15px;
        background-color:#fff;
        -moz-border-radius:0 0 6px 6px;
        -webkit-border-radius:0 0 6px 6px;
        border-radius:0 0 6px 6px;
    }
}


/****** Garage accreditations ******/
.garage-accreditations .panel-body {
    text-align:center;
    padding-top:24px;
    padding-bottom:24px;
}
.accreditation {
    display:inline-block;
    vertical-align:middle;
    margin:0 16px 32px;
    max-width:240px;
}
.accreditation .accreditation-img {
    margin-bottom:8px;
}
.accreditation .label {
    display:block;
    font-weight:bold;
    color:#43B02A;
}


/****** Garage awards ******/
.garage-awards .panel-body  {
    text-align:center;
    padding-top:32px;    
}
.award {
    vertical-align:top;
    margin-bottom:8px;   
}
.award .award-part {    
    display:inline-block;
    vertical-align:top;
    margin:0 20px 16px;
}
.award .award-part:first-of-type {
    /*min-width: 150px;*/
}
.award .award-part {
    /*min-width: 450px;*/
}

.award .award-img {
    margin-bottom:8px;
}
.award .award-img-bordered {
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:2px solid #43B02A;    
}
.award .label {
    display:block;
    font-size:14px;
    color:#43B02A;    
}




/****** Garage Feedback ******/

div.garageFeedback .rating label
{
    width: 280px;
    display: inline-block;
}

div.garageFeedback .summary
{
    background-color: #F7F7F7;
    padding: 20px;
}

div.garageFeedback .rating img
{
    margin-right: 10px;
}

div.garageFeedback .rating
{
    margin-bottom: 10px;
}

div.garageFeedback .commentsContainer
{
    background-color: #F7F7F7;
    padding: 10px 20px;
}

div.garageFeedback div.comment
{
    margin: 8px 0;
}

div.garageFeedback div.comment img
{
    vertical-align: top;
}

div.garageFeedback div.comment p
{
   display: inline-block;
   margin-left: 10px;
   width: 190px;
}
div.commentReply
{
    margin-left: 40px;
    background-color: #EEE;
    padding: 5px 10px;
    border-radius: 3px;
}
div.commentReply h4
{
    font-style: italic;
}


@media screen and (min-width: 512px)
{
    div.garageFeedback div.comment p
    {
       margin-left: 15px;
       width: 400px;
    }
}

@media screen and (min-width: 1024px)
{
    div.garageFeedback div.comment p
    {
       width: 700px;
    }
}

div.garageFeedback .pagingLinks
{
    
}

div.garageFeedback .pagingLinks label
{
    display: inline-block;
    margin-right: 10px;
    font-size: 22px;
}

div.garageFeedback .pagingLinks span
{
   display: inline-block;
   margin-right: 5px;
    font-size: 22px;
    cursor: pointer;
}

div.garageFeedback .pagingLinks span.current
{
    font-weight: bold;
    color: #43B02A;
}

/****** Garage Leave Feedback *****/

div.leaveFeedbackTitle
{
    padding: 15px 0;    
}

div.leaveFeedbackTitle img
{
    float: left;
    height: 100px;
}

div.leaveFeedbackTitle h1
{
    font-size: 22px; 
    margin-top: 5px;
}

div.leaveFeedbackTitle p
{
    font-size: 16px;
}

div.leaveFeedbackTitle h1,
div.leaveFeedbackTitle p
{
    float: left;
    width: 180px;
    margin-left: 10px;
    margin-bottom: 10px;

    text-shadow: 0px 0px 10px #777;

}

@media screen and (min-width: 512px)
{
    div.leaveFeedbackTitle img
    {
        height: 180px;
    }

    div.leaveFeedbackTitle h1,
    div.leaveFeedbackTitle p
    {
        width: 320px;
        margin-left: 20px;
    }

    div.leaveFeedbackTitle h1
    {
        font-size: 30px; 
        margin-top: 10px;
    }

    div.leaveFeedbackTitle p
    {
        font-size: 18px;
    }
}

@media screen and (min-width: 1024px)
{
    div.leaveFeedbackTitle img
    {
        height: auto;
    }

    div.leaveFeedbackTitle h1,
    div.leaveFeedbackTitle p
    {
        width: 600px;
        margin-left: 30px;
        margin-bottom: 20px;
    }

    div.leaveFeedbackTitle h1
    {
        font-size: 60px; 
        margin-top: 20px;
    }

    div.leaveFeedbackTitle p
    {
        font-size: 22px;
    }
}

#ratingContainer {
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    flex-wrap: nowrap;
}

#ratingContainer
{
    display: inline-block;
    vertical-align: middle;
    min-width: 240px;
}

#ratingContainer .star
{
    height: 48px;
    width: 48px;
    float: left;
    padding: 2px 0;
}

#ratingContainer .star.starYellow
{
    background: url('/images/feedback form star active.svg') no-repeat center center;
}

#ratingContainer .star.starGrey
{
    background: url('/images/feedback form star disabled.svg') no-repeat center center;
}

#ratingContainer .star.starRed
{
    background: url('/images/feedback form star active.svg') no-repeat center center;
}

#ratingContainer .star.starCancel
{
    background: url('/images/starcancel.png') no-repeat center center;
}

@media screen and (max-width: 900px) {
#ratingContainer{
    margin-left: 0px;
    margin-right: 0px;
}

}

/**** BOOK ONLINE ****/

div.bookOnline1
{
    margin: 20px 0;
    padding: 10px 0;    
    text-align: center;
}

div.bookOnline1 h1
{
    font-size: 30px;
}

div.bookOnline1 h2
{
    font-size: 22px; 
    color:#3A3A3A;
}

div.bookOnline1 h2 a
{
    color:#3A3A3A;
    text-decoration: none;
}

div.bookOnline1 img
{
    margin: 10px 0;
    width: 100%;
    height: auto !important;
}

div.bookOnline1 .regArea
{
    background-color: #43B02A;
    margin-top: 20px;
    padding: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


@media screen and (min-width: 496px)
{
    div.bookOnline1 img
    {
        width: auto;
    }

    div.bookOnline1 .regArea {
        padding: 20px 80px;
    }
}


div.bookOnline1 .regArea p
{
    font-size: 20px;
    color: #FFF;
    margin-top: 10px;
}

div.bookOnline1 .regArea input
{
    width: 220px;
    border: 1px solid #DDD;
    font-size: 22px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
}

div.bookOnline1 .regArea .button
{
    padding-top:10px;
    padding-bottom:10px;
    margin:16px 0;
}

div.bookOnlineTitle
{
    padding: 20px 0 10px;    
}

div.bookOnlineTitle h1
{
    float: left;
    margin: 10px 0;
}

div.bookOnlineTitle .garageInfo
{
    font-size: 18px;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

@media screen and (min-width: 512px)
{
    div.bookOnlineTitle .garageInfo
    {
        float: right;
        text-align: right;
        width: auto;
        margin-bottom: 0px;
    }
}

div.bookOnlineTitle .garageInfo p a
{
    color:#FFF;
    text-decoration: none;
}

div.bookOnline2 .completeForm
{   
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

/**** MY ACCOUNT ****/

.reminderServiceAlertTop{
    display:flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 26px 0 26px 260px;

    background: url('/images/alert-icon-big.png') no-repeat center left;
    background-size: 150px;
}

.reminderServiceAlertTop p{
    font-size:24px;
    line-height: 1.5;
}

.reminderVariant.garageBookings {
    background-color: white;
    padding-bottom: 16px;
}

.reminderVariant.garageBookings .step {
    max-width: 294px;
}

.reminderMidBanner {
    height: 300px;
    width: 100%;

    background: url(/images/reminder-mid.jpg) no-repeat center center;
    background-size: cover;
}

.registerCompleteMessage {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.registerCompleteMessage h2 {
    font-size: 30px;
}

@media screen and (max-width: 900px) {
    .reminderServiceAlertTop {
        padding: 82px 0 20px 0;

        background-size: 40px;
        background-position-x: 10px;
        background-position-y: 30px;
    }

    .reminderServiceAlertTop .promo-button {
        width: calc(100% - 56px);
        text-align: center;
    }

    .reminderVariant.garageBookings {
        background-color: #f3f3f3;
    }

    .reminderVariant.garageBookings .step {
        max-width: 613px;
    }

    .reminderMidBanner {
        height: 200px;
    }
}


div.myAccount .reminderInfo
{
    color: #FFF;
    background-color: #43B02A;
    margin-bottom: 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

div.myAccount .reminderInfo p
{
    float: left;
    margin-top: 18px;
    margin-left: 20px;
    font-size: 20px;
}

div.myAccount .reminderInfo a
{
    margin: 10px 20px;
}

/**** REMINDER SERVICE ****/

div.reminderTitle
{
    padding: 15px 0;    
}

div.reminderTitle a
{
    color: #FFF;
}

div.reminderTitle h1
{
    font-size: 22px; 
    margin-top: 5px;
}

div.reminderTitle p
{
    font-size: 16px;
}

div.reminderTitle h1,
div.reminderTitle p
{
    margin-left: 10px;
    margin-bottom: 10px;    
}

@media screen and (min-width: 512px)
{
    div.reminderTitle h1,
    div.reminderTitle p
    {
        margin-left: 20px;
    }

    div.reminderTitle h1
    {
        font-size: 30px; 
        margin-top: 10px;
    }

    div.reminderTitle p
    {
        font-size: 18px;
    }
}

@media screen and (min-width: 1024px)
{
    div.reminderTitle h1,
    div.reminderTitle p
    {
        margin-bottom: 20px;
        margin-left: 0px;
    }

    div.reminderTitle h1
    {
        font-size: 48px; 
        margin-top: 10px;
    }

    div.reminderTitle p
    {
        font-size: 18px;
    }
}

div.threesteps h1
{
    font-size: 30px;
    text-align: center;
}

div.threesteps img
{
    margin: 0 auto 15px;
    display: block;
}

div.threesteps .row
{
    display: none;
}

div.threesteps .col
{
    display: block;
}

div.threesteps .col img
{
    width: 250px;
}

@media screen and (min-width: 512px)
{
    div.threesteps .row
    {
        display: block;
    }

    div.threesteps .col
    {
        display: none;
    }
}

div.reminderRegister p.intro
{
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

div.reminders #phVehicles .formContent
{
    padding-bottom: 15px;    
}

#phVehicles .button {
    float:right;
    margin:20px 0 20px 8px
}

#phVehicles .promo-button {
    float:right;
    margin:20px 0 20px 8px
}


.publicFormContent.registerForm{
    padding-top:40px;
}

.publicFormContent .checkbox{
    transform: scale(2);
    transform-origin: left;
    margin-right: 40px;
}

.publicFormContent .field.longLabelCheckbox{
    width: 100%; 
    display: flex; 
    align-items: center;
    padding-bottom:10px;
}

.publicFormContent.userReminderForm div.field select {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-family: inherit;
    border: 2px solid #ccc;
    border-radius: 2px;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.registerForm .terms{
    padding-top:30px;
}


/**** FEEDBACK SUMMARY ****/

.feedbackSummary {

    margin-bottom:16px;
    padding:24px 0 32px;
    text-align:center;
}
.feedbackSummary .feedbacksHeader {        
    padding-bottom:15px;    
}
.feedbackSummary h2 {
    color: #fdfeff;
    font-weight:normal;
    font-size:18px;
    margin:0;
}
.feedbackSummary .stars {
    display:none;
}
.feedbackSummary .totalFeedback {
    border-bottom:1px solid #fdfeff;
    margin-bottom:22px;
}
.feedbackSummary .totalFeedback h2 {
    color: #ffc72c;
    margin-bottom:16px;
}
.feedbackSummary .feedbackCount {
    margin-bottom:20px;
}
.feedbackSummary .feedbackCount .digit {
    display:inline-block;
    color:#ffc72c;
    font-weight:bold;
    font-size:25px;
    line-height:23px;
    background-color:#303747;
    padding:0 2px;
    margin-left:3px;
    box-shadow:1px 0px 3px rgba(0, 0, 0, 0.65) inset, 0px 1px 1px rgba(255, 255, 255, 0.82);
    -moz-border-radius:1px;
    -webkit-border-radius:1px;
    border-radius:1px;
}
.feedbackSummary .feedbacksDetail {
    overflow: hidden;   
    height: auto;
    position: relative; 
    margin-bottom:22px;  
}
.feedbackSummary .feedbacksDetail ul {
    height: auto;
    overflow: hidden;    
    left: 0;
    top: 0;
    list-style: none;
    position: relative;
}
.feedbackSummary .feedbacksDetail li {    
    overflow: hidden;    
}
.feedbackSummary .feedbacksDetail .comment {
    display:block;
    font-size:14px;
    margin-bottom:16px;
}
.feedbackSummary .feedbacksDetail .commentReply {
    display:block;
    margin: 0 0 22px;
    font-size:14px;
}
.feedbackSummary .feedbacksDetail .commentReply .commentReplyTitle {
    color:#43B02A;
}
.feedbackSummary .top5 {
    text-align:center;
}

@media screen and (min-width: 1024px) {
    .feedbackSummary {                
        padding-top:32px;
        padding-bottom:32px;
        margin-bottom:32px;
        text-align:left;
    }
    .feedbackSummary .feedbacksHeader {
        border-bottom:1px solid #fdfeff;
        position:relative;
        padding-bottom:24px;
        margin-bottom:20px;
    }
    .feedbackSummary h2 {              
        font-size:21px;        
    }
    .feedbackSummary .stars {
        display:inline;
        margin-right:8px;
    }
    .feedbackSummary .totalFeedback {
        position:absolute;
        top:-4px;
        right:0;
        text-align:right;
        border-bottom:none;
        margin-bottom:0;
    }
    .feedbackSummary .totalFeedback h2 {        
        display:inline-block;
        vertical-align:middle;
        margin-right:8px;
        margin-bottom:0;
    }
    .feedbackSummary .feedbackCount {
        display: inline-block;
        vertical-align: middle;
        margin-bottom:0;
    }
    .feedbackSummary .feedbackCount .digit {        
        font-size:32px;
        line-height:30px;
    }    
    .feedbackSummary .feedbacksDetailContainer {
        position:relative;
        min-height:224px;
    }    
    .feedbackSummary .feedbacksDetail {   
        margin-bottom:0;
        margin-right:280px; 
    }
    .feedbackSummary .feedbacksDetail .comment {        
        font-size:20px;
        margin-bottom:20px;
    }
    .feedbackSummary .feedbacksDetail .commentReply {        
        margin: 0 0 24px;
        font-size:16px;
    }    
    .feedbackSummary .top5 {
        position:absolute;
        top:4px;
        right:26px;
        width:220px;
        height:220px;
    }
}
      

/**** CONTACT *****/

div.contact .otherDetails
{
    margin: 30px 0;
}

div.contact .otherDetails div
{
    margin: 10px 0;
    text-align: center;
}

div.contact .otherDetails span.detail
{
    color: #43B02A;
    font-weight: bold;
}

/**** NEWS LISTING *****/

div.newsListing .news
{
    margin-bottom: 20px;
    padding: 20px;
    background-color: #F7F7F7;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

div.newsListing .news .image
{
    width: 200px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

div.newsListing .news .image img
{
    margin: 0 auto;
    display: block;
}

div.newsListing .news .details
{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0;
}

@media screen and (min-width: 1024px)
{
    div.newsListing .news .details
    {
        width: 759px;
        margin: 0px;
    }
}

div.newsListing .news .details a
{
    text-decoration: none;
}

div.newsListing .news .details h1
{
    margin-top: 0;  
    margin-bottom: 15px;
}

div.newsListing .news .details .subHeadline,
div.newsListing .news .details .date
{
    color: #3A3A3A;
}

div.newsListing .news .details .subHeadline,
div.newsListing .news .details .dateText,
div.newsListing .news .details .externalLink
{
    margin-bottom: 20px;
}

div.newsListing .news .details .externalLink
{
    float: left;
}

div.newsListing .news .details a.button
{
    position: absolute;
    bottom: 20px;
    right: 20px;
}

div.newsListing .paging {
    margin-bottom:20px;
}
div.newsListing .paging .button
{    
    float:right;
    margin-left:10px;
}

div.newsListing .paging span
{
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

/**** NEWS DETAIL *****/

div.newsItem div.content
{
    float: left;
    width: 100%;
}

div.newsItem div.images
{
    float: left;
    width: 100%;
    margin-top: 20px;
}

div.newsItem div.images img
{
    display: block;
    margin: 0 auto 15px;
}

@media screen and (min-width: 1024px)
{
    div.newsItem div.content
    {
        width: 700px;
        margin-right: 20px;
    }

    div.newsItem div.images
    {
        width: 300px;
        margin-top: 60px;
    }  
}

div.newsItem div.content .subHeadline,
div.newsItem div.content p.date,
div.newsItem .externalLink
{
    margin-bottom: 15px;
    display: block;
}

div.newsItem div.content p.date span.date
{
    color: #43B02A;
}

div.newsItem .paging a.allNews
{
    float: left;
    margin-right:14px;    
}

div.newsItem .paging div.prevNext
{
    float: left;
}
div.newsItem .paging div.prevNext a {
    margin-right:10px;
}

@media screen and (min-width: 512px)
{
    div.newsItem .paging div.prevNext
    {
        float: right;
    }
    div.newsItem .paging div.prevNext a {
        margin-left:10px;
        margin-right:0;
    }
}

div.newsItem .paging a
{
    margin-top: 0px;
    margin-bottom: 10px;
}

/**** SMALL CONTEXT BOXES *****/

.contentBoxes {
    max-width:507px;
    padding:0 10px;
    margin:0 auto 6px;
}
.contentBox-row {
    margin:0 -5px;
}
.contentBox-col {
    float:left;
    width:50%;
    padding: 0 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contentBox-square {    
    position:relative;
    padding-bottom:100%;
}
.contentBox {
    display:block;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    color:#74c123;
    background-color:#ccc;
    text-align:center;
    padding:10% 5%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration:none;
    background-repeat:no-repeat;
    background-position:bottom center;
    background-size:100% auto;
    -webkit-transition: background-color 0.3s ease, background-size 0.6s ease;
         -o-transition: background-color 0.3s ease, background-size 0.6s ease;
            transition: background-color 0.3s ease, background-size 0.6s ease;
}
a.contentBox {
    color:#74c123;
}
a.contentBox:hover {
    text-decoration:none !important;
    background-size:102% auto;
    background-color:#d5d5d5;
}
.contentBox .title {
    display:block;
    font-size:18px;
    font-weight:300;
    margin:0;
}

@media screen and (min-width: 375px) {
    .contentBox .title {        
        font-size:20px;
    }
}

@media screen and (min-width: 527px) {
    .contentBox .title {        
        font-size:32px;
    }
}

@media screen and (min-width: 1024px) {
    .contentBoxes {
        max-width:1024px;
        margin-bottom:22px;
    }
    .contentBox-col {    
        width:25%;    
    }
}

/****** Content Box Themes ******/
.contentBox-theme-green-yellow,
a.contentBox-theme-green-yellow {
    color:#74c123;
    background-color:#ffc72c;    
}
a.contentBox-theme-green-yellow:hover {
    background-color:#ffeb53; 
}

.contentBox-theme-green-lightgrey,
a.contentBox-theme-green-lightgrey {
    color:#74c123;
    background-color:#f5f4f9;    
}
a.contentBox-theme-green-lightgrey:hover {
    background-color:#e6e5ea;
}

.contentBox-theme-white-green,
a.contentBox-theme-white-green {
    color:#fff;
    background-color:#43B02A;    
}
a.contentBox-theme-white-green:hover {
    background-color:#78d032;
}

.contentBox-theme-yellow-darkgrey,
a.contentBox-theme-yellow-darkgrey {
    color:#ffc72c;
    background-color:#00313C;    
}
a.contentBox-theme-yellow-darkgrey:hover {
    background-color:#666d7d;    
}

/****** Content Box Site Poll variant ******/

.contentBox-sitePoll {        
    padding-left:8%;
    padding-right:8%;
}

.contentBox-sitePoll .title {    
    color:#ffc72c;
    margin-bottom:13px;
}

.contentBox-sitePoll .question {
    display: block;
    color: #b5babe;
    margin-bottom:16px;
    line-height:1.15;
    font-size:16px;
}

.contentBox-sitePoll select {
    font-size: 16px;    
    display:block;
    width:100%;
}

@media screen and (min-width: 1024px) {
    .contentBox-sitePoll .question {        
        margin-bottom:25px;
        font-size:18px;
    }
}

/**** YOUTUBE VIDEO ****/

.youTubeVideo {
    clear: both;
    margin-bottom:24px;
}

.youTubeVideo .header {
    display:block;
    font-size: 22px;
    color: #43B02A;
    font-weight: bold;
    margin: 0 0 12px;
    text-align:center;
}

.youTubeVideo .subheader {
   display: block;  
   margin: 0 0 12px;
   text-align:center;
}

.youTubeVideo .video-container {
    margin:0 auto;
    max-width:100%;
}

.youTubeVideo .video {    
    padding-bottom:56.25%; /*16:9 aspect ratio */ 
    position:relative;
}

.youTubeVideo .video iframe {
    position:absolute;
    width: 100%;
    height: 100%;
}

/**** SEASONAL CHECKS ****/

div.checkTitle
{
    padding: 15px 0;    
}

div.checkTitle img
{
    height: 100px;
    float: left;
}

@media screen and (min-width: 1024px)
{
    div.checkTitle img
    {
        height: 150px;
    }
}

div.checkTitle h1
{
    width:180px;
    float: left;
    margin-left: 15px;
    font-size: 22px;
    line-height: 22px;
    margin-top: 5px;
}

@media screen and (min-width: 1024px)
{
    div.checkTitle h1
    {
        width: 800px;
        margin-left: 30px;
        font-size: 40px;
        line-height: 40px;
        margin-top: 30px;
    }
}

div.seasonalCheck .image,
div.seasonalCheck .image img
{
    width: 100%;
}

@media screen and (min-width: 512px)
{
    div.seasonalCheck .image img
    {
        margin: 0 auto;
        display: block;
        width: auto;
    }
}

@media screen and (min-width: 1024px)
{
    div.seasonalCheck .image
    {
        float: left;
        width: 350px;
    }
}

div.seasonalCheck .details
{
    width: 100%;
    margin-top: 20px;
}

@media screen and (min-width: 1024px)
{
    div.seasonalCheck .details
    {
        float: right;
        width: 650px;
        margin-top: 0px;
    }
}

div.seasonalCheck .locEnter
{
    background-color: #43B02A;
    margin-top: 20px;
    padding: 20px;
    color: #FFF;
    font-size: 22px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

}

div.seasonalCheck input
{
    width: 200px;
    border: 1px solid #DDD;
    font-size: 22px;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
}

div.seasonalCheck a.button
{
    padding-top:10px;
    padding-bottom:10px;
}

div.seasonalCheck div.pdfDownload
{
    margin-top: 20px;
}

div.seasonalCheck div.pdfDownload a
{
    width: 240px;
    display: block;
    margin: 0 auto;
    background: url('/images/pdf.png') no-repeat left center;
    font-size: 30px;
    line-height: 64px;
    vertical-align: middle;
    padding-left: 80px;
    text-decoration: none !important;
}

/******** FEEDBACK WIDGETS *********/

div.feedbackWidgetVertical
{
    width: 215px;
    height: 380px;
}

div.feedbackWidgetHorizontal
{
    width: 688px;
    background-color: #FFF;
    height: 175px;
}

div.feedbackWidgetVertical div.widgetInner
{
    background-color: #FFF;
}

div.feedbackWidgetHorizontal div.percentages,
div.feedbackWidgetVertical div.percentages
{
    text-align: center;
    font-size: 14px;
    margin: 0 0 3px;
}

div.feedbackWidgetHorizontal .leftCol,
div.feedbackWidgetHorizontal .rightCol
{
    margin-top: 5px;
}

div.feedbackWidgetHorizontal .leftCol,
div.feedbackWidgetHorizontal img.stars
{
    width: 215px;
}

div.feedbackWidgetVertical img.stars
{
    width: 150px;
    display: block;
    margin: 0 auto;
}

div.feedbackWidgetVertical div.recommend,
div.feedbackWidgetVertical div.useAgain,
div.feedbackWidgetHorizontal div.recommend,
div.feedbackWidgetHorizontal div.useAgain
{
    text-align: center;
    margin: 5px 3px 2px 3px;
    background-color: #43B02A;
    color: #FFF;
    width: 90px;
    padding: 5px;
    float: left;
    font-size: 13px;
}

div.feedbackWidgetVertical div.comments
{
    height: 170px !important;
    margin: 0 5px;
}

div.feedbackWidgetHorizontal div.comments
{
    height: 115px !important;
    margin-top: 5px;
}

div.feedbackWidgetVertical div.comments,
div.feedbackWidgetHorizontal div.comments
{
    font-size: 13px;
    overflow: hidden;
}

div.feedbackWidgetHorizontal div.comments p.date,
div.feedbackWidgetVertical div.comments p.date
{
    margin-bottom: 0;
}

div.feedbackWidgetVertical div.comments li.comment,
div.feedbackWidgetHorizontal div.comments li.comment
{
    height: 54px;
    overflow: hidden;
    margin-bottom: 2px;
}

div.feedbackWidgetVertical div.comments ul,
div.feedbackWidgetHorizontal div.comments ul
{
    position: relative;
}

div.feedbackWidgetHorizontal div.comments li.comment img
{
    float: left;
}

div.feedbackWidgetHorizontal div.comments li.comment div.texts
{
    float: left;
    width: 400px;
    margin-left: 10px;
}

div.feedbackWidgetHorizontal a.button
{
    margin: 8px 0;
}

div.feedbackWidgetVertical a.button
{
    width: 158px;
    margin: 5px 5px;
}

div.feedbackWidgetHorizontal .leftCol,
div.feedbackWidgetHorizontal .rightCol
{
    float: left;
}

div.feedbackWidgetHorizontal .rightCol
{
    width: 450px;
    margin-left: 10px;
}

.leave-feedback-h2 {
    font-size: 46px;
}

/******* TOP FEEDBACK ********/

div.topFeedback div.feedback
{
    margin-bottom: 20px;
    padding: 30px 20px;
    background-color: #F7F7F7;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

div.topFeedback a.garage
{
    text-decoration: none;
}

div.topFeedback a.garage h1
{
    margin-top: 0;
    font-size: 28px;
}

div.topFeedback a.button
{
    position: absolute;
    bottom: 20px;
    right: 20px;
}

div.topFeedback p.address
{
    font-weight: bold;
}

div.topFeedback p.date
{
    font-size: 0.9em;
}

div.topFeedback p.comment
{
    margin: 20px 0;
    line-height: 26px;
}

div.topFeedback div.scores
{
    margin-bottom: 40px;
    font-weight: bold;
}

div.topFeedback p.score
{
    display: block;
    margin: 0 auto 10px;
    width: 170px;
}

div.topFeedback p.score label
{
    width: 90px;
    display: inline-block;
}

@media screen and (min-width: 512px)
{
    div.topFeedback p.score label
    {
        width: auto;
    }

    div.topFeedback p.score
    {
        display: inline-block;
        width: auto;
    }

    div.topFeedback p.score img
    {
        margin: 0 15px 0 5px;
    }
}

/**** HEADER SEARCH *****/

div.headerSearch
{
    clear:both;
    background-color:#00313C; 
    color:#ffffff;   
    text-align:center;
    font-size: 16px;
    padding:32px 0;
}

div.headerSearch div.choices
{
    margin-bottom:24px;
}

div.headerSearch div.choice+div.choice
{
    margin-top:13px;
}

div.headerSearch .searchContainer
{    
    background-color:#FFC72C;
    padding:2px;
    border-radius:5px;
    text-align:left;
    padding-right:54px;
    max-width:230px;
    margin:0 auto;
    position:relative;
}

div.headerSearch .searchContainer input
{
    font-size: 16px;
    line-height: 16px;    
    border:none;    
    padding: 5px 18px;
    display: block;    
    width: 100%;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    outline: 0;    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Sen', sans-serif;
}

div.headerSearch .searchContainer a
{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    width:54px;
    text-align:center;    
    display:block;
    line-height:34px;
    color:#3A3A3A;
    text-decoration:none;
    font-size:14px;
    font-weight:bold;
}

@media screen and (min-width: 1024px)
{
    div.headerSearch
    {        
        color:#43B02A;      
        font-size:16px;
        text-align:left;
        padding:16px 0;       
    }

    div.headerSearch div.choices    
    {        
        display:inline-block;
        margin-bottom:0;
        margin-left:4px;
        vertical-align:middle;
    }

    div.headerSearch div.choice
    {        
        display:inline-block;
    }
    
    div.headerSearch div.choice+div.choice
    {
        margin-top:0;
        margin-left:24px;
    }

    div.headerSearch .searchContainer
    {
        display:inline-block;         
        margin-left: 24px;
        width:230px;
        padding-right:58px;
        vertical-align:middle;
    }

    div.headerSearch .searchContainer input
    {
        padding-top: 7px;
        padding-bottom: 7px;
    }

    div.headerSearch .searchContainer a
    {
        line-height:37px;
        width:58px;
    }
}

/***** SEND REMINDER *****/

.sendReminder .infoMessages
{
     margin: 0 10px;   
}

.sendReminder span.dateInfo
{
    margin: 10px 0 0;
    display: inline-block;
}

@media screen and (min-width: 1024px)
{
    .sendReminder .infoMessages
    {
        margin: 0;
    }

    .sendReminder span.dateInfo
    {
        margin: 0 0 0 20px;
    }
}

.sendReminder .messagelimitHit2{
    text-align: right; 
    font-style: italic;
    color: #FF3333;
}

div.garageFeedback .pagingLinks{
    border: 1px solid #43B02A;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    margin:10px 0;
    background: #43B02A;
}

.pagingLinks span{
    padding: 0 5px;
    color: #fff
}

.pagingLinks span:hover{
    color:#00313C
}

.pagingLinks span.dots:hover{
    cursor:default !important;
    color:#fff
}

div.garageFeedback .pagingLinks span.current{
    padding: 0 5px;
    color:#3A3A3A
}

.feedback-type-option label {
	margin-left: 15px;
    width: 240px !important;
}

/****** car marque new ******/

.carMarqueOuter {
    max-width: 1440px;
    margin: auto;
}

.carMarqueOuter .carMarqueContent {
    font-size: 20px !important;
    line-height: 1.6 !important;
    padding: 100px;
}

/****** garage awards ******/

.garageAwards {
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 18px;
    margin-bottom: 18px !important;
    text-align: center;
}

.garageAwardsItem {
    display: inline-block;
    width: 33%;
    text-align: center;
}

.garageAwardsItem img {
    width: 170px;
}

.garage-detail-lower .hintsAndTipsPages.garageFullscreenPips {
    display: block;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 900px) {
    .garageAwards {
        overflow-x: auto;
    }

    .garageAwards::-webkit-scrollbar {
        display: none !important; // Safari and Chrome
    }

    .garageAwardsItem {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .garage-detail-lower .hintsAndTipsPages.garageFullscreenPips {
        display: none;
    }

    .garage-detail-lower .hintsAndTipsPages.garageMobilePips {
        display: block;
        width: 100%;
        text-align: center;
    }
}

/****** new article ******/

.advice-article-new h1 {
    font-weight: normal;
    font-size: 60px;
    color: #00303c;
    margin: 46px 0 15px;
    line-height: 58px; 
    word-wrap: break-word;
}

.advice-article-new .view-services-btn {
    margin-top: 28px;
}

.advice-article-new .view-services-btn img {
    position: relative;
    top: 5px;
    padding-right: 6px;
    width: 20px;
}

.advice-article-new .advice-banner {
    background-image: url(/images/seasonal-check-banner.png);
    background-size: cover;
    background-position-y: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 280px;
    margin: 30px 0 12px;
}

.advice-article-new .wysiwygContent h1,
.advice-article-new .wysiwygContent h2 {
    font-weight: normal;
    color: #00303c;
    margin-top: 42px;
    line-height: 38px;
    font-size: 36px;
}

.advice-article-new .wysiwygContent h3 {
    font-weight: normal;
    color: #00303c;
    margin-top: 42px;
    line-height: 38px;
    font-size: 28px;
}

.advice-article-new .wysiwygContent em {
    font-style: italic;
}

.advice-article-new .wysiwygContent ol,
.advice-article-new .wysiwygContent ul {
    list-style: disc;
    list-style-position: inside;
    padding-left: 26px;
}

.advice-article-new .advice-article-left {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    margin-right: 60px;
    margin-top: 60px;
    border-top: 2px solid #EDEDED;
}

.advice-article-new .advice-article-left .view-services-btn {
    font-size: 20px;
}

.advice-article-new .advice-article-right {
    display: inline-block;
    vertical-align: top;
    max-width: 708px;
}

.advice-article-new .advice-article-left div {
    padding: 18px 0;
    border-bottom: 2px solid #EDEDED;
}

.advice-article-new .advice-article-left div a {
    text-decoration: none;
    line-height: 22px;
}

@media screen and (max-width: 900px) {
    .advice-article-new h1 {
        font-size: 36px;
        line-height: 38px;
    }

    .advice-article-new .advice-banner {
        width: calc(100% - 18px);
    }

    .advice-article-new .advice-article-left {
        width: calc(100% - 18px);
        margin-right: 0;
    }
}