<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,500italic,700italic,800italic,400,600,800,700);


/* Redefined Tags  */
body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans';
    font-weight: 800;
    text-align: left;
    color: #333;
    background:#000 url('../images/bg-carchase-body.gif') repeat 0 0;
    /*background: #f0f url(../images/dummy-bg-1.jpg) no-repeat center top;*/
    font-size:62.5%; /* sets starting font size to 10px (62.5% of 16px which is browser default) */
}

h1 {
    margin: 0px 0px 20px 0px;
    padding:0px 0px 0px 0px;
    font-size: 2em;
    color:#000000;
    line-height:30px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 800;
}

#content h1 { display:none; }

.corporate #content h1, .faqs #content h1, .site-map #content h1, .about-us #content h1, .news #content h1, .privacy-policy #content h1{
    display:block;
}

#container.index h1, h3 {
    margin:0px;
}

#container.index h2 {
    margin:15px 0px 18px 0px;
}

h2 {
    color:#333333;
    font-style: italic;
    font-weight: 600;
    font-size:1.2em;
    margin:30px 0px 18px 0px;
    line-height: 20px;
}

h2.innertitle {
    color:#fff;
    margin:0 3% 30px 0;
    font-size: 3.1em;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -2px;
    width: 28%;
    line-height: 37px;
    float: left;
    clear: both;
}
h2.innertitle span {
    color:#82b300;
    text-shadow:3px 3px #000;
}

.ontheday-udrive h2.innertitle span {
    color:#34a3dc;
    text-shadow:3px 3px #000;
}

h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 1.3em;
    color: #333;
    margin:30px 0px 18px 0px;
}

h4, h6 {
    margin: 0 0 0.5em;
    padding: 0;
    font-size: 1.6em;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1px;
}

p {
    margin:0;
    padding:5px 0px;
}
p.white { color:#fff; }

a, a:link, a:active, a:visited {
    color:#000;
}

a:hover {
    color: #666;
}

a img {
    border:none;
}

img {
    max-width: 100%;
    height:auto;
    display: block;
}

ul {
    margin:0px 0px 20px 0px;
    padding:0px;
}

li {
    margin:0;
    padding:4px 0px 6px 25px;
    list-style-type:none;
    line-height:19px;
}

hr {
    margin:10px 0px;
    padding:0;
    height:1px;
    line-height:1px;
    border-top:1px solid #000;
    background:#FFF;
}

blockquote{
    clear:both;
    margin:15px 0px;
    padding:25px 30px 25px 55px;
    background: #f5f3f3 url(../images/open-quote.png) 15px 20px no-repeat;
    background-size: 30px 30px;
    font-size:1.1em;
    font-weight:600;
    font-style: italic;
    color:#000;
    text-transform: uppercase;
    line-height:22px;
}

blockquote strong{
    font-size:1em;
    margin-top:10px;
    display:block;
    text-transform:initial;
    font-weight: 600;
    font-style: normal;
    color: #999;
}

.closequote{
    margin:0px;
    border:none !important;
    vertical-align:text-top;
}





abbr[title], acronym[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

/*******************************************************************************************************************/
/* AUTOMATIC "EXTERNAL LINK" AND "ANCHOR" ICONS FOR SUCH LINKS */
#content a[id]:not([href]), #content a[id][href=""], #content a[id][href*="#"], #content a[id].anchor,
#fullcontent a[id]:not([href]), #fullcontent a[id][href=""], #fullcontent a[id][href*="#"], #fullcontent a[id].anchor
{
    cursor: pointer;
    color: inherit;
    text-decoration: inherit;
}
#content a[id]:not([href]):after, #content a[id][href=""]:after, #content a[id][href*="#"]:after, #content a[id].anchor:after,
#fullcontent a[id]:not([href]):after, #fullcontent a[id][href=""]:after, #fullcontent a[id][href*="#"]:after, #fullcontent a[id].anchor:after
{
    width: 30px;
    padding: 0px 5px;
    margin-left: 0px;
    content: "Â¶";
    visibility: hidden;
}
#content a[id]:not([href]):hover:after, #content a[id][href=""]:hover:after, #content a[id][href*="#"]:hover:after, #content a[id].anchor:hover:after,
#fullcontent a[id]:not([href]):hover:after, #fullcontent a[id][href=""]:hover:after, #fullcontent a[id][href*="#"]:hover:after, #fullcontent a[id].anchor:hover:after
{
    visibility: visible;
    opacity: 0.7;
}
#content a[href][target="_blank"]:after, #fullcontent a[href][target="_blank"]:after
{
    content: "";
    width: 16px;
    height: 12px;
    position: relative;
    top: -3px;
    display: inline-block;
    background: url(/static/core/jquery/ui/images/ui-icons_222222_256x240.png) -32px -80px no-repeat;
}
#content a[href][target="_blank"]:hover:after, #fullcontent a[href][target="_blank"]:hover:after
{
    background-image: url(/static/core/jquery/ui/images/ui-icons_ef8c08_256x240.png);
}

#content .twitter a[href][target="_blank"]:after { display:none; }

/*******************************************************************************************************************/
/* PAGE STRUCTURE*/
#left {
    display: none;
    width: 225px;
    float: left;
    margin-right: 25px;
}

#container {
    display:block;
    width: 980px;
    margin: 0px auto;
    padding:0px;
    text-align: left;

    position: relative;
}

#content {
    margin:0px;
    width: 550px;
    float:left;
    display:block;
    font-size:1.4em; /* 1.2em resets default body font size to 12px */
    /*min-height: 500px;*/
}

#content p, #termsbody p {
    font-weight: 200;
}

#content &gt; p &gt; a {
    font-weight: 600;
}

#content ul {

}


#content li, #termsbody li {
    list-style-type: disc;
    margin: 0px 0px 0px 20px;
    font-weight:200;
    padding: 0px 0px 6px 0px;
}

#content &gt; p &gt; img {
    float:right;
    margin:3px 0px 20px 20px;
}

.leftColumn-notEmpty.rightColumn-included #content { width:435px; }
.leftColumn-empty.rightColumn-notIncluded #content { width:100%; } /*width: auto; for some reason width auro was allowing items to show outside the box */

#bg-content.carsinner #content { 
    width: 96%;
    margin: 0 auto;
    float: none;
}

.leftCTA-enabled #subnav {
    width: auto;
    float: none;
    margin-right: 0;
}

#content.rightColumn-notIncluded {
    width: 100% !important;
    min-height: 0;
}

.leftCTA-enabled #content {
    margin: 0px 10px 20px 0px;
    padding: 0px;
}

#fullcontent {
    margin:0px;
    padding: 0px 20px 0 0;
    width: 675px;
    display:block;
    float:left;
    overflow:hidden;
    min-height:515px;
    font-size:1.2em; /* resets default body font size to 12px */
}

#fullcontent.leftCTA-disabled.rightColumn-notIncluded {
    width: 100%;
    padding: 0;
}

#content #content-left { float:left; width:37%; margin:0 3% 0 0; }
#content #content-right { float:right; width:58%; background: #000; }

#content #content-left h2 {
    color:#000;
    font-size:1.8em;
    font-weight:900;
    letter-spacing: -1px;
    line-height: 1.1;
    margin: 0 0 0.5em;
    text-transform: uppercase;
}
#content #content-left h3 {
    color: #333;
    font-style: italic;
    line-height: 1.3;
    margin: 0;
    text-transform: uppercase;
}
#content #content-left p {
    color: #333;
    font-size: 1.1em;
    letter-spacing: 0;
    line-height: 1.2;
    padding: 0.5em 0 0.3em;
}

#right {
    display:block;
    width: 290px;
    margin: 0 0 0 25px;
    padding:0px;
    float:right;
    overflow:hidden;
}

.leftCTA-enabled #right {
    width: 225px;
    margin: 0px;
}

#breadcrumbs {
    display:block;
    padding:10px 50px 0px 50px;
    font-size: 1.2em;
    color:#99999a;
    overflow:hidden;
    float: left;
    font-weight: 200;
}

#breadcrumbs a {
    text-decoration:none;
}

#bg-content {
    padding:2% 2.5% 2.5%;
    background: #fff;
    /*background: #f0f url(../images/dummy-bg-3.jpg) no-repeat center -7px;*/
}
#bg-content.cars { background:#fff url(../images/bg-content-cars.blank-160.gif) no-repeat center top; }
#bg-content.booking, #bg-content.calendar-of-events, #bg-content.cart, #bg-content.reviews, #bg-content.locations, #bg-content.thank-you {
    background:#fff url(../images/bg-content-cars.gif) no-repeat center top;
    background-size: contain;
}
/*#bg-content.cars { background:#fff url(../images/dummy-bg-5.jpg) no-repeat center top; }*/
#bg-content.special-offers {
    /*background:#fff url(../images/bg-content-offers-christmas.jpg) no-repeat center top;*/
    /*background:#fff url(../images/bg-content-offers-black-friday2.jpg) no-repeat center top;*/
    /*background-size: contain;*/
    /* Oct 2024 - New Special Offers Layout - No longer need this bit */
    /*background:#fff url(../images/bg-content-cars.gif) no-repeat center top;*/
    /*background-size: contain;*/
}

#bg-content-inner {
    padding:3%; /* was 30px; */
}
#bg-content.special-offers #bg-content-inner {
    padding:3% 0 0;
}

#content&gt;p, #fullcontent&gt;p {
    line-height: 19px;
    padding: 0px;
    margin-bottom: 20px;
    font-size: 1.1em;
}

#bg-content.reviews #content &gt; p a {
    color:#82b300;
    text-shadow:1px 1px #fff;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: -1px;
    text-decoration:none;
    font-weight: 800;
}
#bg-content.reviews #content &gt; p a:hover {
    color:#fff;
    text-shadow:1px 1px #82b300;
}

.linkedinbutton {
    width: 85px;
    height: auto;
    float:right;
    margin:0px;
    position:absolute;
    top:84px;
    right:15px;
}



/*******************************************************************************************************************/
/*SITE SPECIFIC */

.brightgreen {color: #7db105;}



/*******************************************************************************************************************/
/*MAIN NAVIGATAION */
#nav {
    margin: 0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-color:#FFFFFF;
    float:right;
    display:block;
    overflow:visible;
    width:100%;
    border-bottom: 1px solid #7C9339;
}

#nav a.selected  {
    background-color:#7db105;
}

#nav-toggle {
    display: none;
    background: #000 url('../images/icon-menu-white.png') no-repeat;
    background-size: 25px;
    padding: 7px 10px 7px 18px;
    color: #000;
    cursor: pointer;
    font-weight: bold;
    text-align: left;
    margin: 0px;
    font-size: 2em;
    background-position: 95% 50%;
    -moz-box-shadow: 0 0 10px #666;
    -webkit-box-shadow: 0 0 10px #666;
    box-shadow: 0 0 10px #666;
    overflow: visible;
    z-index: 10;
    position: relative;
    font-size: 14px;
    font-weight:normal;
    text-align: right;
    /*background-position: 87% 50%;*/
    background-position: calc(100% - 70px) 50%;
    text-transform: uppercase;
    color:#fff;
}

#nav-toggle.open {
    background: #000 url('../images/icon-menu-white.png') no-repeat; background-size: 25px; background-position: calc(100% - 70px) 50%;
}

#nav-toggle.close {
    background: #000 url('../images/icon-menu-white.png') no-repeat;background-size: 25px; background-position: calc(100% - 70px) 50%;
}



/*******************************************************************************************************************/
/* DROPDOWN NAV STYLES FROM NEUMANS */
/*******************************************************************************************************************/

#nav ul.toplevelnav {
    margin:0px 0px;
    padding:0px 0px 0px 0px;
    list-style-type:none;
    list-style-image:none;
    display:block;

}


#nav ul.toplevelnav &gt; li {
    margin:0px;
    padding:0px;
    display:inline-block;
    list-style-type:none;
    list-style-image:none;
    line-height:28px;
    background: transparent;
    white-space: nowrap;
    position: relative;
    /*margin-left:-3px;*/
}


#nav ul.toplevelnav &gt; li &gt; a { /* main links */
    text-decoration:none;
    margin:0px 0px;
    padding:7px;
    color:#000000;
    display:block;
    text-transform: uppercase;
    font-size: 1.6em;
    border-right:1px solid #7c9339;
}

#nav ul.toplevelnav &gt; li &gt; a:hover { /* main links hover */
    background-color:#7db105;
}

ul.toplevelnav &gt; li &gt; a:visited {}

#nav ul.toplevelnav &gt; li a.selected-dropdown {
    border-bottom:5px solid #00627c;
}

#nav ul.toplevelnav &gt; li:hover {}
#nav ul.toplevelnav &gt; li.haschildren a:hover {}
#nav ul.toplevelnav &gt; li:hover &gt; a {}

#nav ul.toplevelnav &gt; li:first-child { display:none; }
#nav ul.toplevelnav &gt; li:last-child a { border-right:none; }

#nav ul.toplevelnav &gt; li:nth-of-type(7) div {display:none !important;}



#nav ul.toplevelnav &gt; li.haschildren &gt; div.subnav {
    overflow:hidden;
    display: none;
    position: absolute;
    z-index: 10000;
    white-space:normal;
    margin: 0px 0px 0px -1px;
        background-color: #ffffff;
    text-align: left;
    font-size: 1.8em;
    text-transform: uppercase;
    min-width: 190px;
        border: 1px solid #7c9339;
        padding: 7px 10px;
}

#nav ul.toplevelnav &gt; li.haschildren &gt; div.subnav &gt; ul &gt; li {
    background: none;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    white-space: normal;
}


#nav ul.toplevelnav &gt; li.haschildren &gt; div.navstartright { left: auto; right:-170px;}
#nav ul.toplevelnav &gt; li.haschildren &gt; div.navstartmac { left: auto; right:-230px;}
#nav ul.toplevelnav &gt; li.haschildren &gt; div.navshort { width: 255px;}
#nav ul.toplevelnav &gt; li.haschildren &gt; div.subnav &gt; ul { margin: 0px; }
#nav ul.toplevelnav &gt; li.haschildren &gt; div.subnav &gt; ul &gt; li:first-child { padding-top: 0px; }
#nav ul.toplevelnav &gt; li.haschildren &gt; div.subnav &gt; ul &gt; li.lastcell {}
#nav ul.toplevelnav &gt; li.haschildren &gt; div.subnav &gt; ul &gt; li.lastcell a {border-bottom:none;}
#nav ul.toplevelnav &gt; li.haschildren &gt; div.subnav &gt; ul &gt; li &gt; a {
    display: block;
    padding: 6px 0px 6px 0px;
    margin: 0px 0px;
    color: #000000;
    text-decoration:none;
    line-height: 20px;
}

#nav ul.toplevelnav &gt; li.haschildren &gt; div.subnav &gt; ul &gt; li &gt; a:hover {
    /*color: #FFFFFF;*/
}


#nav ul.toplevelnav &gt; li.haschildren:hover a {}








/*******************************************************************************************************************/
/* SUBNAVS */
.career_subnav {
    display:block;
    overflow:hidden;
    background-color:#f1f1f1;
    margin-bottom:15px;
    padding:5px;
}

.career_subnav ul{
    margin:0px;
    padding:0px;
    list-style-type:none;
    list-style-image:none;
}

.career_subnav li{
    display:block;
    float:left;
    margin:0px;
    padding:0px;
    list-style-type:none;
    list-style-image:none;
    background:none;
    padding-right:20px;
}

.career_subnav a {
    color:#803589;
    text-decoration:none;
}

.career_subnav a:hover {
    color:#333;
    text-decoration:underline;
}

#subnav {
    margin: 0px 20px 20px 0px;
    padding:0px;
    display:block;
    float:left;
    width: 225px;
    list-style-type:none;
    list-style-image:none;
    font-size: 1.2em;
}

#subnav ul {
    margin:0px;
    padding:0px;
    list-style-type:none;
    list-style-image:none;
}

#subnav li {
    margin:0px;
    padding:0px;
    list-style-type:none;
    list-style-image:none;
    display:block;
    background:none;
}

#subnav a, #subnav a:link, #subnav a:active, #subnav a:visited {
    border-bottom:1px solid #fff;
    padding: 10px 0px 0px 10px;
    color:#803589;
    display:block;
    text-decoration:none;
    background-color: #f1f1f1;
}

#subnav a:hover {
    color:#fff;
    background-color: #803589;
}

#subnav .selectedpg a{
    border-bottom:1px solid #fff;
    padding: 10px 0px 0px 10px;
    color:#fff;
    display:block;
    text-decoration:none;
    background-color:#803589
}

#subnav-toggle {
    display: none;
    background: #c3c3c3 url('../images/nav-open.png') no-repeat 10px 50%;
    padding: 5px 10px 5px 35px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    text-align: left;
    margin: 0px;
}

#subnav-toggle.open {
    background: #c3c3c3 url('../images/nav-close.png') no-repeat 10px 50%;
}

#subnav-toggle.close {
    background: #c3c3c3 url('../images/nav-open.png') no-repeat 10px 50%;
}


/*******************************************************************************************************************/
/* HEADER */
#logo {
    width:540px;
    height:125px;
    float:left;
    background: url(../images/logo-carchaseheroes-2023-540.png) no-repeat left center;
    background-size: contain;
    margin:20px 0 0 26px;
}

#logo.logo-udrive {
    background: url(../images/udrive-logo.png);
    background-repeat: no-repeat;
    width: 500px;
    height: 116px;
    margin: 20px 0 0 20px;
}

/*#logo:hover {
    background: url(../images/blendini-logo-roll.png);
    background-repeat: no-repeat;
}*/

#logo a {
    display:block;
    width:540px;
    height:145px;
}

#logo img {
    display:block;
}

#header {
    background:url(../images/bg-header.jpg) no-repeat center 0;
    overflow:hidden;
}

#contacts, #cartsummary {
    float:right;
    text-align:right;
    font-size: 1.8em ;
    color:#000;
    margin:30px 24px 0px 0px;
    line-height:1.1;
}

#cartsummary {
    background:url(../images/bg-cartsummary.png) no-repeat right 3px;
    color:#fff;
    margin:15px 24px 0px 0px;
    padding: 0 48px 0 0;
    text-transform: uppercase;
}

#contacts a {
    text-decoration:none;
    color:#000;
}

#contacts span { color:#fff; }

#topmenu {
    position:absolute;
    margin:7px 0 0 26px;
}

#topmenu ul {
    text-transform: uppercase;
    margin:8px 0px 0px 0px;
}

#cartsummary ul { margin:0; }

#topmenu ul li, #cartsummary ul li {
    display:inline;
    background: none;
    padding:0;
}

#topmenu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.4em;
    padding: 0 8px 0 0;
}

#cartsummary ul li a {
    font-size: 0.8em;
    color: #fff;
    float: right;
    line-height: 1.5;
    padding: 2px 0 0 20px;
    text-decoration: none;
}

#topmenu ul li a:hover, #cartsummary ul li a:hover { color:#ccc; }

#mobile-banner { display:none; visibility:hidden; margin:0px; }
#topbanner-wrapper { position:relative; }
#topbanner-wrapper img { display:block; }

#slider { background:#fff url(../js/nivoslider/loading.gif) no-repeat 50% 50%; }
#slider img { display:none; max-width:100%; }



/*******************************************************************************************************************/
/* HOMEPAGE */

.homepages-box-desktop {}
.homepages-box-mobile {
    display:none;
    visibility:hidden;
}

.homepage-box {
    float:left;
    width:211px;
    margin-right:10px;
    margin-top:25px;
}

.lastbox {
    margin-right:0px;
}

.homepage-box h3 {
    font-size:2.2em;
    color: #1e9ec5;
    border-bottom: 5px solid #1e9ec5;
    font-weight:normal;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 3px 3px;
}

.homepage-box img {
    border: 1px solid #a6a4a6;
}




/*******************************************************************************************************************/
/* PAGE LAYOUT */
.clear {
    clear:both;
    line-height:1px;
    font-size:1px;
    margin:0;
    padding:0;
}

.clearleft {
    clear:left;
    line-height:1px;
    font-size:1px;
    margin:0;
    padding:0;
}

.clearright {
    clear:right;
    line-height:1px;
    font-size:1px;
    margin:0;
    padding:0;
}

.line {
    border-top:1px solid #d0d0d0;
    margin:10px 0px 10px 0px;
    padding:0px;
    clear:both;
    display:block;
}

.hidden {
    display:none !important;
    visibility:hidden;
}

.right {
    float:right;
    display:inline;
}

.left {
    float:left;
    display:inline;
}

.heading {
    font-size:1.7em;
    text-transform: uppercase;
    line-height: 19px;

}

.smallTxt {
    font-size: 1.3em;
    font-weight: 200;
}

.newscol {

    margin: 10px 0px 0px 0px;
    display:block;
    padding-bottom: 10px;
    border-bottom: 2px solid #f1f1f1;
}

.newscol .heading, .careerscol .heading {
    color: #000;
    font-weight: 800;
    font-size: 1.4em;

}
.newscol .smallTxt {
    font-size: 1em;
    line-height: 19px;
}


.newscol-home {
    /*width: 282px;*/
    margin: 10px 0px 20px 0px;
    float:left;
    display:block;
    padding: 0px 20px 0px 18px;
}

.newscol-home p {
    padding:0px;
}


.newscol-home a {
    color:#000;
    text-decoration:none;
}

.newsdate, .newsmore {
    color: #666666;
    font-size: 1.2em;
    font-weight: 600;
}

.newsmore {
    font-size: 1.3em;
    font-weight: 600;
}

a.newsmore  {
    color: #FFF;
    background-color: #333;
    padding: 4px 5px 4px 5px;
    display: inline-block;
    text-align: right;
    margin-top: 5px;
    font-weight: 200;
    text-decoration: none;
}

a.newsmore:hover {
    color: #000;
    background-color: #FFFFFF;
}

a.newspagemore {
    color: #FFF;
    background-color: #333;
    display: inline-block;
    padding: 3px 5px 3px 5px;
    text-decoration:none;
    font-weight: 200 !important;
}

a.newspagemore:hover {
    color: #333;
    background-color: #F0EDED;
}




.related-info {
    width: 282px;
    margin: 10px 0px 0px 0px;
    float:left;
    display:block;
    background-color: #f1f1f1;
    padding: 2px 10px 2px 8px;
}

.related-info p {
    margin: 0 !important;
    padding: 5px 0px !important;
}


.calendarheadings {
    background-color: #000;
    font-weight: 600;
    padding: 5px 10px 5px 10px;
    font-style: normal;
    font-size: 1.3em;
    color:#FFF;
    text-transform: capitalize;
    box-shadow: 3px 3px 0px #999;
}

.eventscol {
    margin: 10px 0;
    display:block;
    border-bottom: 2px solid #f1f1f1;
}



.trackday {
    background-color: #eeecec;
    margin-bottom: 20px;
    padding: 15px;
    float: left;
}

.trackday h3 {
    margin: 0px 0px 10px 0px;
    font-size: 1.2em;
}

a.webbutton {
    color: #FFFFFF;
    background-color: #333;
    padding: 4px 5px 4px 5px;
    display: inline-block;
    text-align: right;
    margin-top: 5px;
    font-weight: 200;
    text-decoration: none;
}

a.webbutton:hover {
    background-color: #FFFFFF;
    color:#333;
}

.payphone {
    float:left;
    width: 55%;
    padding-top: 20px;
    font-weight: bold;
}

.pay {
    margin: 20px 20px 0px 0px;
    float: right;
}

/*******************************************************************************************************************/
/* Homepage Event Feed */


.events-homebox {
    margin:25px 0px 5px;
    background-color: #1F1E1E;
    height:126px;
}

.events-homebox&gt;div:nth-of-type(4) {
    border-right:none;
}

.events-homebox h2 {
    background: #7db105;
    height: 86px;
    width: 75px;
    font-size: 3.5em;
    line-height: 29px;
    color: #000;
    padding: 20px;
    float: left;
    text-transform:uppercase;
    font-weight: 800;
    letter-spacing: -0.6px;
    margin: 0px !important;
}

.nextrace {
    background:url(../images/next-race-bg.png) no-repeat right;
    float:left;
    width: 145px;
}

.eventscol-home {
    width: 22%;
    margin: 0px;
    float:left;
    display:block;
    border-right:1px solid #7db105;
    height: 111px;
    color:#FFF;
    padding:15px 10px 0px 15px;
    font-size: 1.8em;
    font-weight: 600;
    line-height:23px;
    text-transform: uppercase;
}

.eventscol-home p {
    padding:0px;
}


.eventscol-home a {
    text-decoration: none;
    font-style: italic;
    color:#7db105;
    float:right;
    font-size: 0.9em;
    margin-right: 5px;
    margin-top: -5px;
    display: inline-block;
}

.eventscol-home a:hover {
    color: #CCCCCC;
}

.eventheading {
    background-color: #333;
    padding: 4px 8px 4px 8px;
    display: inline-block;
    color:#FFF;
    font-weight: 200;
    font-size: 1.1em;
}

.greyTxt {
    color:#999999;
    font-size: 0.8em;
    line-height: 15px;
}

.event-title {
    display:block;
    height: 46px;
    font-size: 1em;
    font-weight:700;
    line-height: 21px;
    font-style: italic;
    margin-bottom: 5px;
}

/*******************************************************************************************************************/




.careerscol {
    width: 48%;
    float:left;
    display:block;
    margin: 10px 0;
}

.peoplecol {
    width:33%;
    margin:0px 0px 35px 0px;
    float:left;
    display:block;
    overflow:hidden;
}

.peoplecol img {
    text-align:center;
    overflow:hidden;
    display:block;
    border:none !important;
}


.people-para p {
    line-height: 19px;
}

.person-photo {
    float:right;
    margin-left:20px;
    margin-bottom:20px;
    border:none;
    width:250px;
    height:auto;
}

.news-homebox {
    margin:0px 0px 20px 0px;
    background-color: #eeecec;
    padding: 0px 0px 0px 0px;
}

.related-info-box {
    margin:0px 0px 20px;
}




.news-homebox h2 {
    color: #FFFFFF;
    font-size:2.2em;
    padding: 8px 0px 8px 12px;
    margin: 0px !important;
    text-transform: uppercase;
    font-style: italic;
    background: #000000 url(../images/news-head-icons.png) no-repeat right;
    background-size: 110px 31px;
}




/*
*/

.subshift ul li, .subshift_fullwidth ul li {
    padding-bottom: 10px;
}

.subshift ul.compact li, .subshift_fullwidth ul.compact li {
    padding-bottom: 0px;
}

.subshift ul.transparentlist, .subshift ul.transparentlist li {
    list-style: none;
    padding-left: 0px;
}

.subshift_fullwidth {
    width:auto;
}

.subshift {
    width: 680px;
    display:block;
}

/* Add padding to stop the content wrapping underneath the left column */
#content.leftColumn-notEmpty .subshift, #content.leftColumn-notEmpty .subshift_fullwidth {
    width: auto;
    padding-left: 240px;
}

#content.rightColumn-notIncluded .subshift {
    width: auto !important;
}

/*******************************************************************************************************************/
/* CTAS */
#left .cta {
    width: 225px;
    overflow-x: hidden;
    overflow-y: auto;
}

#right .cta {
    width: 290px;
    overflow-x: hidden;
    overflow-y: auto;
}

#right .cta img {
    width: 100% !important;
}

#left .cta, #right .cta {
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 0px;
    display:block;
    word-wrap: break-word;
}

#left .cta p, #right .cta p {
    margin: 0px 0px;
    padding: 0px;
}

#left .cta h3, #right .cta h3 {
    padding:0px;
    margin:10px 0px 10px 0px;
    font-size:1.5em;
    color: #7a7a7a;
}

#left .cta ul, #right .cta ul {
    margin: 10px 20px 0px 18px;
    padding-left:0px;
}

#left .cta ul li, #right .cta ul li {
    margin:0px 0px 10px 0px;
    padding-left:0px;
    background:none;
}

#content li.medialink {
    float:left;
    padding:0px;
    margin: 0px 9px 9px 0px;
    list-style-type: none;
}

.medialink img{
    overflow:hidden;
    width: 266px;
    height:150px
}

.medialink a{
    text-decoration:none;
}

.cta-trackday-outer {
    width: 515px;
    background-color: #000;
}

.cta-trackday {
    position: relative;
    padding-bottom: 52.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.cta-trackday iframe,
.cta-trackday object,
.cta-trackday embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.cta-trackday-text {
    background:#000000;
    padding:0 2em 1em;
    color:#FFFFFF;
}

.cta-trackday-text h3 {
    color: #FFF;
    margin: 20px 0px 0px 0px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: 800;
    font-style: italic;
    font-size: 1.6em;
    line-height: 22px;
}

.cta-trackday-text .subhead {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    text-transform: uppercase;
    font-weight: 800 !important;
    font-style: italic;
    font-size: 1.2em;
    line-height: 20px;
}

.cta-trackday-text p {
    font-size: 1em;
    line-height: 1.3;
    margin: 0;
}

.cta-trackday-text a {
    color:#7db105;
    display:block;
    font-weight:900;
    text-decoration:none;
    text-transform:uppercase;
    font-style:italic;
    font-size: 1.2em;
}

.cta-trackday-text a:hover {
    background-color: #FFFFFF;
    color:#000000;
}





/*******************************************************************************************************************/
/* BOXES */
.team-member {
    float:left;
    height:95px;
    width:95px;
    margin:0px 7px 7px 0px;
    display:block;
    padding-bottom:2px;
    text-align:center;
    font-size:1em;
    line-height:normal;
}

.team-member a{
    text-decoration:none;
    display:block;
}

.team-block1 {
    background-color:#e1e1e1;
    display:block;
    text-decoration:none;
    padding:3px;
    line-height:normal;
    height:69px;
    width:95px;
    overflow:hidden;
}

.team-block2 {
    background-color:#e1e1e1;
    display:block;
    text-decoration:none;
    padding:3px;
    line-height:normal;
    height:69px;
    width:70px;
    overflow:hidden;
}

.team-block3 {
    display:block;
    text-decoration:none;
    padding:5px 3px 7px 3px;
    line-height:normal;
}




/*******************************************************************************************************************/
/* Contact */


.contact-outer {
    margin-bottom:20px;
}

#contact, #careers {
    margin:0px;
    padding:20px;
    background-color:#eeecec;
}

#contact form, #careers form {
    margin:0px;
    padding:0px;
}

#contact label, #careers label {
    margin:10px 0px 3px 0px;
    padding:0;
    font-size:1.2em;
    color:#666;
    font-weight:200;
}

#contact input, #careers input {
    margin:5px 0px 10px 0px;
    padding:6px;
    border:1px solid #ccc;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:1.2em;
    color:#666;
}

#contact select, #careers select {
    margin:5px 0px 10px 0px;
    padding:2px 0px;
    border:1px solid #ccc;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:1.2em;
    color:#666;
}

#contact textarea, #careers textarea {
    height:120px;
    padding:5px;
    border:1px solid #ccc;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:1.2em;
    color:#666;
}

#contact button, #careers button {
    padding: 8px 12px 8px 12px;
    margin:10px 0px 0px 0px;
    border:none;
    font-size:1.5em;
    color:#fff;
    background:#333333;
}

#contact button:hover, #careers button:hover {
    background:#FFFFFF;
    color:#000000;
}

#contact .textbox, #careers .textbox {
    width: 250px;
    max-width:90%
}

#contact .smltextbox, #careers .smltextbox {
    width: 190px;
}

#contact .halfspancol, #careers .halfspancol {
    padding:0px;
    margin:0px;
    font-size:1.1em;
    display:block;
}

#contact form p, #careers form p {
    margin:0px 0px 10px 0px;
    padding:5px;
    background-color:#fee0de;
    border:1px #ef1600 dotted;
    font-size:1.2em;
    color:#ef1600;
    font-weight: 500;
}

#contact h2, #careers h2 {
    font-size:2em;
    margin-top: 0px;
}

.googleframe {
    width: 550px;
}

.googleframe iframe {
    width:550px;
    height: 400px;
}


/*******************************************************************************************************************/
/* Events */
#event {
    margin:0px;
    padding:10px 15px;
    background-color:#f1f1f1;
    margin-right: 20px;
}

#event form {
    margin:0px;
    padding:0px;
}

#event label {
    font-weight:bold;
    margin:10px 0px 3px 0px;
    padding:0;
    font-size:12px;
    color:#666;
    line-height:18px;
}

#event input {
    margin:5px 0px 10px 0px;
    padding:3px;
    border:1px solid #ccc;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:1.2em;
    color:#666;
    width: 180px;
}

#event select {
    margin:5px 0px 10px 0px;
    padding:2px 0px;
    border:1px solid #ccc;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:1.2em;
    color:#666;
}

#event textarea {
    height:120px;
    padding:3px;
    border:1px solid #ccc;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:1.2em;
    color:#666;
}

#event button {
    padding:0px 10px;
    margin:5px 0px 0px 0px;
    border:none;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:1.2em;
    font-weight:bold;
    color:#fff;
    height:28px;
    background:#95bd0a;
}

#event .textbox {
    width: 165px;
}

#event .smltextbox {
    width:205px;
}

#event .halfspancol {
    width:205px;
    padding:0px;
    margin:0px;
    float:left;
    font-size:1.1em;
    display:block;
}

#event form p {
    margin:0px 0px 10px 0px;
    padding:5px;
    background-color:#fee0de;
    border:1px #ef1600 solid;
    font-weight:bold;
    color:#ef1600;
}


/*******************************************************************************************************************/
/* Careers */

/* #careers {
    margin:0px 0px 15px 0px;
    padding:10px 15px;
    background-color:#f1f1f1;
}

#careers form {
    margin:0px;
    padding:0px;
}

#careers label {
    font-weight:bold;
    margin:10px 0px 3px 0px;
    padding:0;
    font-size:1.2em;
    color:#666;
    line-height:18px;
}

#careers input {
    margin:5px 0px 10px 0px;
    padding:3px;
    border:1px solid #ccc;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#666;
}

#careers select {
    margin:5px 0px 10px 0px;
    padding:2px 0px;
    border:1px solid #ccc;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:1.2em;
    color:#666;
}

#careers textarea {
    height:120px;
    padding:3px;
    border:1px solid #ccc;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:1.2em;
    color:#666;
}

 #careers button {
    padding:0px 10px;
    margin:5px 0px 0px 0px;
    border:none;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:1.2em;
    font-weight:bold;
    color:#fff;
    height:28px;
    background:#95bd0a;

}

#careers .textbox {
    width: 185px;
}

#careers .smltextbox {
    width:180px;
}

#careers .halfspancol {
    width:205px;
    padding:0px;
    margin:0px;
    float:left;
    font-size:1.1em;
    display:block;
}

#careers form p {
    margin:0px 0px 10px 0px;
    padding:5px;
    background-color:#fee0de;
    border:1px #ef1600 solid;
    font-weight:bold;
    color:#ef1600;
} */



/*******************************************************************************************************************/
/* FOOTER  */

#footer {
    background: transparent url(../images/bg-footer-2023.jpg) no-repeat center top;
    background-position: top left;
    display:block;
    text-align:left;
    font-size:1.65em;
    overflow: hidden;
    padding-top: 130px;
    position:relative;
}
#armedforceslogo { display:none; }

@media all and (min-width: 768px) {
    #armedforceslogo {
        position: absolute;
        right: 50px;
        top: 20px;
        height: 100px;
        display:block;
    }
}

#footerTop {
    width:100%;
}

#footerBot {
    width:100%;
}

#footer a {
    text-decoration: none;
    background-repeat: no-repeat;
    border: none;
}

#footer a:hover {
    text-decoration:underline;
}

.footerL &gt; .copy ul {
    display: inline-block;

}

.footerL &gt; .copy ul &gt; li {
    float:left;
    padding:0px 6px 0px 6px;
    background:none;
    border-right:1px solid #fff;
    margin: 0px !important;
    font-size: 0.9em;
    font-weight: 700;
    line-height: 1.1;
}
.footerL &gt; .copy ul &gt; li a { color:#fff; }

#footer .footerL &gt; .copy ul &gt; li:first-child {
    padding-left:0px;
}
#footer  .footerL li:last-child {
    border-right:none;
}

#footer .footerL .footerlinks {
    margin-top:20px;
}

#footer .footerL  .footerlinks ul {
    width:240px;
    float:left;
}

#footer .footerL  .footerlinks ul li {
    display:block;
    border-right:none;
    padding:0px 0px 5px 0px;
    background:none;
    color:#99999a;
}

.footerR {
    float: left;
    padding: 0px 0px;
    margin: 0px;
    width: 58%;
    text-align: left;
    padding-left: 20px;
}

.socialfooter {
        margin-bottom: 20px;
}

.footerR div img {
    width:88px;
    height:88px;
    margin-left:12px;
}

.footerR p {
    font-size: 0.87em;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    padding: 0;
    line-height:1.7;
}

.footerR p.footerhead {
    font-weight:800;
    text-transform:uppercase;
    font-style:italic;
    font-size:1em;
}

.footerR p.credit {
    font-weight:400;
    font-size:0.9em;
    color:#FFF;
    position: absolute;
    width:50%;
        margin-bottom: 10px;
}

.footerR p.credit a { color:#fff; }

.footerL {
    width: 36%;
    margin: 0;
    float: right;
    padding-right: 20px;
    text-align: right;
    margin-top: 35px;
}

.footerL p {
    padding: 0;
    color: #fff;
    font-size: 1em;
    font-weight: 800;
    font-style: italic;
    line-height: 1.5;
}

.footerL p.footertext {
    font-size:0.87em;
    font-weight:600;
}

a.fbicon {
    background: url('../images/icon-facebook-roll.png');
    background-size: 100%;
    width: 45px;
    height: 45px;
    display:inline-block;
    border:6px solid #416da8;
}


.twiticon {
    background: url('../images/icon-twitter-roll.png');
    background-size: 100%;
    width: 45px;
    height: 45px;
    display:inline-block;
    border:6px solid #00beeb;
}

.yticon {
    background: url('../images/icon-youtube-roll.png');
    background-size: 100%;
    width: 45px;
    height: 45px;
    display:inline-block;
    border:6px solid #fff;
}

#bg-content.site-map {
    /*width: 94%;
    max-width: 1080px;
    margin: 0 auto;*/
}
#bg-content.site-map #bg-content-inner {
    padding:3% 0;
}
@media all and (max-width: 1140px) {
    #bg-content.site-map #bg-content-inner {
        width: 94%;
        margin: 0 auto;
    }
}
.sitemap {
    display:flex;
    flex-wrap: wrap;
    gap: 10px;
    margin:0 0 20px;
    justify-content: space-between;
}
.sitemap-column {
    /*background:rgba(255,0,255,0.2);*/
}
.sitemap-column h2 {
    margin:0 0 13px;
}

.sitemap li {
    /*margin: 5px 0px 0px 20px !important;*/
    margin: 5px 0px 0px 14px !important;
}

.sitemap li.haschildren &gt; a {
    font-weight: bold;
}

.sitemap li.haschildren {
    margin-top: 3px;
    margin-bottom: 5px;
}

.sitemap li.ischild.istop {
    margin-top: 3px;
}

#container.accessibility li {
    margin: 0px 0px 0px 20px;
}






/*******************************************************************************************************************/
/* SEARCH

#search-wrapper {
    position: relative;
    width: 220px;
    text-align: center;
    float: right;
    margin-top: 15px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

#txtSearch {
    border: 1px solid #ccc;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding: 5px 10px;
}

#txtSearchButton {
    background-image: url(../images/search.png);
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 25px;
    width: 35px;
    margin: 0px;
    padding: 0;
    border:none;
    cursor: pointer;
    float: right;
}

#search_suggest {
    position: absolute;
    background-color: #E6E6E6;
    border: 1px solid #d6d6d6;
    border-radius: 9px;
    width: auto;
    right: 10px;
    top: 32px;
    overflow:hidden;
    padding:10px 0px 10px 0px;
    margin:0;
    z-index: 2000;
    display:none;
}
#search_suggest p.foundcountline {
    font-size:1.2em;
    margin: 0px;
    padding: 5px 0px 5px 0px;
    margin: 3px 15px 3px 15px;
    border-bottom: 1px solid #bdbdbd;
    color: #404040;
    cursor: pointer;
}

#search_suggest p.foundcountline.lastchild {
    border-bottom: 0px none;
}

#search_suggest p.foundcountline .foundnum {
    font-weight: bold;
}

#search_suggest p.foundcountline .foundintxt {
    font-weight: normal;
}

#search_suggest p.foundcountline .foundinlocation {
    font-weight: bold;
}

#search_suggest p.foundcountline .viewresultslink {
    font-weight: bold;
    display: block;
    padding-left: 15px;
}

#search_suggest p.noresults {
    font-weight: bold;
    padding: 0px;
    margin: 10px 15px 10px 15px;
    color: #404040;
}

#search_suggest p.searcherror {
    color: #ED1721;
    font-weight: normal;
    margin: 10px 15px 10px 15px;
    padding: 0px;
}

*/

/*******************************************************************************************************************/
/* RELATED CONTENT  */
.related-people img {
    width: auto !important;
}


.relatednews {
    margin: 0px 0px 20px 0px !important;
    background-color: #eeecec;
    padding: 0px 0px 5px 0px !important;
}

.relatednews h2 {
    color: #FFFFFF;
    font-size:2.2em;
    padding: 8px 0px 8px 12px;
    margin: 0px !important;
    text-transform: uppercase;
    font-style: italic;
    background: #000000;
}


/*******************************************************************************************************************/
/* CASE STUDIES  */
.case-study-thumbnail {
    float:left;
    margin:3px 10px 3px 0px;
}

/*******************************************************************************************************************/
/* TABLES  */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    padding: 3px 5px;
    background: #e2e2e2;
    border: 1px solid #fff;
}

td {
    padding: 3px 5px;
       border: 1px solid #FFFFFF;
}

/*******************************************************************************************************************/
/* FEED OF BLOG POSTS  */
.blog-post {
    margin: 20px 0;
}

.blog-post p {
    margin: 0;
    padding: 0;
}




/************* CAR LISTING **************/
.voucherWrapper {
    background: #000 url(../images/bg-voucher-code.jpg) no-repeat 0 0;
    padding: 16px 20px 14px !important;
    margin:0 0 24px;
    font-size: 1.9em;
    text-shadow: 2px 2px #000;
    color:#fff;
    clear:both;
    text-transform:uppercase;
    line-height:1.2;
    overflow: hidden;
    position:relative;
}

.voucherWrapper span {

}

.voucherWrapper form {
    float:left;
    position:relative;
    width:66%;
}
.voucherWrapper input[type='text']{
    color: #000;
    border: 0;
    padding: 7px 10px;
    font-size: 17px;
    margin: 0 0 0 13px;
    width: 150px;
}
.voucherWrapper #button-voucher-go {
    position:absolute;
    top: -4px;
    right:45px;
}

p.white a {
        color: #93C123;
}


.voucherWrapper #no-code { float:left; width:32%; }
.voucherWrapper #no-code a {
    font-size: 0.55em;
    color:#82b300;
    background: url(../images/button-nocode.png) no-repeat right 2px;
    background-position: right;
    display: block;
    text-decoration:none;
        line-height: 18px;
    padding: 0px 0px 0 6%;
}
.voucherWrapper #no-code a span {
    font-size: 1.1em;
    color:#fff;
    display: block;
}
.voucherErrorMessage{
    position: absolute;
    top: 60%;
    left: 10%;
    font-size: 12px;
    color: #FF0000;
    display: none;
}
/* Banner Form */
#topbanner-wrapper .voucherWrapper {
    background: #000 url("../images/bg-banner-voucher-code.jpg") no-repeat scroll 0 -17px;
    font-size: 2.3em;
        background-size: contain;
    letter-spacing: -1px;
    line-height: 1.05;
    padding:0;
    position: absolute;
    right: 2%;
    top: 9%;
    width:250px;
    margin:0;
    z-index:1000;
    padding: 0px !important;
}

#topbanner-wrapper .voucherWrapper form { float:none; padding:19px 9% 19px 9%; width:82%; position:relative; }
#topbanner-wrapper .voucherWrapper #no-code { float:none; padding:8% 8% 5% 9%; width:83%; }
#topbanner-wrapper .voucherWrapper input[type='text']{ margin:10px 0 0; }
#topbanner-wrapper .voucherWrapper #button-voucher-go { right:17px; top:70px; background:url("../images/button-nocode.png") no-repeat scroll right 75%; }
#topbanner-wrapper .voucherWrapper #no-code a { font-size:0.77em; line-height:1.1; padding:0; }

/* Home Page - Choose your hero car here! */
#choose-car { background:#000; padding:0; overflow:hidden; border-bottom:2em solid #fff; }
#choose-car h4 { color:#000; font-size:4em; line-height:0.8; margin:0; padding:0 2.5%; background:#fff  }
#choose-car .inner { width:82%; margin:0 9%; position:relative; padding:0; max-height:202px; }
#choose-car .item { position:relative; overflow: hidden;     margin: 10px 5px;}
/*#choose-car .item a img { width:100%; height:100%; position:absolute; top:0; left:0; z-index:1; }*/

#choose-car .owl-item img {
    transition: all .2s ease-in-out;
}

#choose-car .owl-item img:hover {
    transform: scale(1.1);
    opacity: 0.85;
}

#choose-car .item h4 {
    background:none;
    color:#fff;
    font-size:3em;
    left:12%;
    padding:0;
    position:absolute;
    text-shadow:2px 2px #000;
    top:12%;
}
#choose-car .item .price{
    bottom: 7%;
    color: #fff;
    font-size: 1.8em;
    font-style: italic;
    left: 12%;
    position: absolute;
    text-shadow: 2px 2px #000;
    text-transform: uppercase;
}
#choose-car .owl-buttons div { height:100%; overflow:hidden; position:absolute; text-indent:-3000px; top:0%; width:7%;  }
#choose-car .owl-prev { left:-8%; background:url("../images/car-arrow-left.png") no-repeat center center; background-size:contain; }
#choose-car .owl-next { right:-8%; background:url("../images/car-arrow-right.png") no-repeat center center; background-size:contain; }
#choose-car .owl-prev:hover, #choose-car .owl-next:hover { opacity:0.8; }

/* Home Page - Select your location here! */
#choose-event { background:#000; padding:0; overflow:hidden; }
#choose-event h4 { color:#000; font-size:4em; line-height:0.8; margin:0; padding:0 2.5%; background:#fff  }
#choose-event .inner { width:82%; margin:0 9%; position:relative; padding:0; max-height:217px; }
#choose-event .item { padding:4% 2%; position:relative; }
#choose-event .iteminner { background:#7db105; }
#choose-event .iteminner.even { background:#424242; }
#choose-event .item img { padding:22% 3% 3% 47%; width:50%; }
#choose-event .item a img { width:100%; height:100%; position:absolute; top:0; left:0; padding:0; z-index:1; }

#choose-event .item .titles {
    color: #fff;
    font-size: 3.2em;
    font-style: italic;
    left: 12%;
    letter-spacing: -1px;
    line-height: 1;
    position: absolute;
    text-transform: uppercase;
    top: 12%;
}
#choose-event .item h5, #choose-event .item h6 { margin:0; padding:0; font-weight:900; }

#choose-event .item h5 {
    font-size: 26px;
    margin-bottom: 20px;
}

#choose-event .item h6 {
    font-size: 19px;
}

#choose-event .item .text {
    color: #fff;
    font-size: 1.7em;
    font-style: italic;
    font-weight: 600;
    left: 12%;
    letter-spacing: -1px;
    position: absolute;
    text-transform: uppercase;
    top: 31%;
    width: 37%;
}

#choose-event .owl-buttons div { height:95%; overflow:hidden; position:absolute; text-indent:-3000px; top:3%; width:7%;  }
#choose-event .owl-prev { left:-8%; background:url("../images/car-arrow-left.png") no-repeat center center; background-size:contain; }
#choose-event .owl-next { right:-8%; background:url("../images/car-arrow-right.png") no-repeat center center; background-size:contain; }
#choose-event .owl-prev:hover, #choose-event .owl-next:hover { opacity:0.9; }

/* Home Page - Customer Reviews! */
#reviews { background:#fff url("../images/bg-customer-reviews.jpg") no-repeat scroll 0; padding:3%; overflow:hidden; }
#reviews #reviewtext { float:left; padding:1.5% 0 0 38%; width:40%; text-transform:uppercase; font-style:italic; color:#fff; }
#reviews #reviewtext p.title { color:#000; font-size:2em; line-height:1.5; padding: 0; }
#reviews #reviewtext p.testimonial { font-size:14px; line-height:1.35; }
#reviews #reviewtext p.author { font-size:1.5em; font-style:normal; font-weight:normal; text-transform:none; }
#reviews a {
    color: #fff;
    display: block;
    float: left;
    font-size: 2.2em;
    font-style: italic;
    line-height: 1.1;
    padding: 5% 2% 5% 8%;
    text-decoration: none;
    text-transform: uppercase;
    width: 12%;
}
#reviews a:hover { color:#fff; }



/* Car Page Blocks */

.xxx {
    border:1px solid #dca7a7;
    border-radius:5px;
    background:#eed5d5 url(../images/red-wheel.png) no-repeat 12px 50%;
    padding:15px 20px 15px 48px;
    margin-bottom:20px;
    font-weight: normal;
    color:#b84442 !important;
    font-size: 15px;
}

.carBlock {
    position:relative;
    background-size: cover !important;
    width:32%;
    margin:0 2% 2% 0;
    float:left;
    padding:2%;
    min-height:210px;
    overflow: hidden;
    min-height: 235px;
}

.carBlock img {
    transition: all .2s ease-in-out;
}

.carBlock img:hover {
    transform: scale(1.1);
    opacity: 0.85;
}



.carBlock.triple { margin:0 0 2% 0; }
.carBlock h4 {
    float: left !important;
    font-size:2.3em;
    color:#fff;
    text-shadow: 2px 2px #000;
}




.carBlock .price{
    font-size: 1.6em;
    color: #FFF;
    text-shadow: 2px 2px #000;
    text-transform: uppercase;
    position: absolute;
    bottom: 5%;
    font-style: italic;
}
.carBlock .goButton{
    background:transparent url(../images/button-select-car-go.png) no-repeat center center;
    display:block;
    width:79px;
    height:50px;
    overflow:hidden;
    text-indent:-3000px;
    position:absolute;
    bottom:7%;
    right:7%;
}



/* Individual Car Page */
#car-imagebox { float:left; margin:0 2.7% 1em 0; width:46%; }
#car-imagebox #hero { margin:0; background:#7db105; }
#car-imagebox .thumb { float:left; width:31.3333%; margin:3% 3% 0 0; background:#424242; }
#car-imagebox .thumb.last { margin:3% 0 0; }

#car-booking, #location-body { float: left; width:51.3%; }
#bg-content.special-offers #car-booking {
    width: 49.3%;
    background: 
    rgba(255,255,255,0.8);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    padding: 1%;
}

#car-booking .address {
    min-height: 120px;
}

#car-booking.multicar { width:100%; }
#car-booking h1 { color:#7DB105; display:block; font-size:2.8em; line-height:1; margin:0; text-shadow:3px 3px #000; }
#car-booking h4 { text-shadow:2px 2px #000; }

#car-booking #price, #car-booking.offers #limited {
    color: #fff;
    float: left;
    font-size: 4.6em;
    font-style: italic;
    letter-spacing: -2px;
    line-height: 0.8;
    width: 53%;
}
#car-booking #price span { font-size:14px; letter-spacing:-1px; }
#car-booking #price span span.smallprice { font-size:2.6em; }

#car-booking #review { float:left; width:47%; }
#car-booking #review p { color:#fff; font-size:1.3em; font-style:italic; font-weight:900; letter-spacing:-1px; }
#car-booking #review p a { color:#fff; text-decoration:none; }
#car-booking #review p a:hover { color:#ffd200; }
#car-booking #review span#fivestarrating { background:url(../images/rating-5-star-average.png) no-repeat 0 0; height:17px; display:block; text-indent:-3000px; overflow:hidden; }
#car-booking form { clear:left; padding:1.6em 0 0; }

#car-booking select, #car-booking span.selected, #trackInfo select, #cars4Voucher select {
    border:none;
    color:#fff;
    font-size:1.2em;
    font-style:italic;
    font-weight:900;
    line-height:1;
    padding:1.3% 2%;
    text-transform:uppercase;
    width:100%;
    margin:0 0 6px;
    -webkit-appearance: none; /* Disable ios styling */
}
#car-booking #location select, #car-booking span.selected, #trackInfo select, #cars4Voucher select { background:#424242; }
#cars4Voucher select { background:url(../images/arrow-dropdown-down-grey.png) right center no-repeat #424242; }
#trackInfo select { float:left; margin:0 3% 0 0; width:46%; }
#trackInfo #trackdate select, #cars4Voucher select { margin:0; width:51%; }
#car-booking #trackdate select.ddlSlot { width:39.6%; }
#cars4Voucher label.venuearrivaltime { margin:0.8em 0 0.2em 0.2em; float:left; }
#cars4Voucher select { 
    margin:0; 
    width: 100%;
    padding: 13px 19px;
}

#cars4Voucher { margin:20px 0 0; }
#redeemvoucher #extraMessageWrapper { margin:35px 0 -15px; display:none; }

#cars4Voucher .carVoucherItem { border-bottom:2px solid #424242; overflow:hidden; padding:1em 0; }

#car-booking #laps { display:none; }
#car-booking #trackdate select { background:#7db105; }
#car-booking #trackdate select#ddlDates { width:59.63%;}
#car-booking #trackdate select#ddlSlot { width:39.63%;}
#car-booking #date {}
#car-booking #date select {}
#car-booking .extras { margin:2.3em 0 0; overflow:hidden; padding:0 4% 0 2%; }
#car-booking .extras div {
    color: #000;
    float: left;
    font-style: italic;
    line-height: 1.1;
    padding: 23.5% 0 1%;
    text-align: center;
    text-transform: uppercase;
    width: 28%;
    margin:0 5% 0 0; /* was margin:0 10% 0 0; but broke full width version */
}

#car-booking span.selected { display:block; padding:2%; width:96%; color:#fff; }
#car-booking #trackdate span.selected { float:left; margin:0 1.7% 0 0; width:54.63% }

#car-booking .extras div input[type="checkbox"] { display:none; }
#car-booking .extras div input[type="checkbox"] + label span {
    display:inline-block;
    width:28px;
    height:28px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/bg-checkbox.png) left top no-repeat;
    cursor:pointer;
}
#car-booking .extras div input[type="checkbox"]:checked + label span { background:url(../images/bg-checkbox.png) -64px top no-repeat; }

#car-booking .extras .weekendupgrade { background:transparent url(../images/icon-extras-upgrade.png) no-repeat center top; background-size:contain; float:left;}
#car-booking .extras .extralaps { background:transparent url(../images/icon-extras-laps.png) no-repeat center top; background-size:contain; float:left;}
#car-booking .extras .extraride { background:transparent url(../images/icon-extras-ride.png) no-repeat center top; background-size:contain; } /* margin-right:20px; */
#car-booking .extras .extrasighting { background:transparent url(../images/icon-extras-sighting.png) no-repeat center top; background-size:contain; display: inline-block; } /*margin-left: 11%;*/
#car-booking .extras .extrainsurance { background:transparent url(../images/icon-extras-insurance.png) no-repeat center top; background-size:contain; } /* float:right; margin-right:20px; */
#car-booking .extras .extraphoto { background:transparent url(../images/icon-extras-camera.png) no-repeat center top; background-size:contain; }
#car-booking .extras .extrabundle1 { background:transparent url(../images/icon-extras-ultimate-bundle.png) no-repeat center top; background-size:contain; }
#car-booking .extras .extrabundle2 { background:transparent url(../images/icon-extras-just-in-case-bundle.png) no-repeat center top; background-size:contain; }
#car-booking .extras .disclaimer em.crossout { text-decoration:line-through; font-weight:bold; }
.displaytickedbox { background: url(../images/bg-checkbox.png) -64px top no-repeat; display:inline-block; width:28px; height:28px; margin:0; }

#car-booking #checkout { clear:left; padding:0; margin:20px 0 0; }
#car-booking #checkout a {}
#car-booking #checkout input[type="submit"] {
    border: medium none;
    color: #fff;
    display: block;
    float: left;
    font-size: 1.2em;
    font-style: italic;
    font-weight: 900;
    margin: 0;
    padding: 4% 1%;
    text-align: left;
    text-transform: uppercase;
    width: 48%;
    text-decoration:none;
    background:#fff url(../images/bg-checkout.png) no-repeat right 0;
}
#car-booking #checkout input[type="submit"] {
    /*
    margin:3% 2% 0 0;
    padding:1%;
    background:#7db105 url(../images/bg-addtobasket.png) no-repeat right center;
    */
    background:#fff url(../images/bg-checkout-wide.png) no-repeat right 0;
    width:98%;
    cursor:pointer;
}

#dialog-confirm, #dialog-terms { display:none; }

#car-infopanel { clear:both; padding:1em 0 0; }

#infopanel-tabs .field-label {
        background: #D0CFCF;
    color:#000;
    padding:1.5% 0;
    text-align:center;
    cursor:pointer;
    font-size: 1.4em;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
        margin-right: 1px !important;
}
#infopanel-tabs .field-label.active, #infopanel-tabs .field-label:hover { background:#7db105; color:#fff; }

/* Accordion Specific */
#infopanel-tabs.jsm-accordion { padding:0; background:none; width:100%; }
#infopanel-tabs .field-items.open { padding:0 3%; }
#infopanel-tabs.jsm-accordion .field-label { border-bottom:2px solid #fff; }
#infopanel-tabs.jsm-accordion .field-label.active, #infopanel-tabs.jsm-accordion .field-label:hover { background:#7db105; color:#fff; }

/* Tabs Specific */
#infopanel-tabs.jsm-tabs .field-label { float:left; margin:0; padding:1% 2%; width:auto; }
#jsm-tabs-body { border-top:8px solid #7db105; clear:both; padding:1em 2%; }

#car-infopanel .reviewbox { padding:1em 2%; margin:0.5em 0 1em; float:left; overflow:hidden; background:#EFEFEF; width:96%; }
#bg-content.reviews #car-infopanel .reviewbox { float:none; }
#car-infopanel .reviewbox h4 { color:#000; margin:0; }
#car-infopanel .reviewbox .review-hero { float:left; margin:0 1em 0 0; width:21%; position:relative; }
#car-infopanel .reviewbox .review-hero a {
    bottom: 6%;
    color: #ffd200;
    font-size: 1.7em;
    font-style: italic;
    font-weight: 800;
    left: 4%;
    letter-spacing: -1px;
    line-height: 1;
    position: absolute;
    text-decoration: none;
    text-shadow: 2px 2px #000;
    text-transform: uppercase;
}
#car-infopanel .reviewbox .rating {
    background: transparent url("../images/rating-star-single-66.png") repeat scroll 0 0 / contain ;
    color: #000;
    display: block;
    float: right;
    font-size: 1.5em;
    line-height: 15px;
    padding: 30px;
}

/* Special Offer Page */
h2.innertitle.specoff { 
    color:#82b300;
    width: 100%;
    line-height: 1;
    margin:10px 0 0;
    text-shadow: 3px 3px #000;
}
h2.innertitle.specoff span {
    color:#82b300;
    text-shadow: 2px 2px#000;
    font-size: 0.75em;
    text-align: center;
    display: block;
    margin-top: 80px;
    margin-bottom: 20px;
}
h2.innertitle.specoff.halloween { display:none; }
h2.innertitle.specoff.christmas { display:none; }
h2.innertitle.specoff.blackfriday { display:none; }

#content p.specoff {
    font-size: 1.8em;
    color:#000;
    line-height: 30px;
    font-style: italic;
    font-weight: 800;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
    display: block;
    letter-spacing: -1px;
}

h2.innertitle.specoff.christmas, h2.innertitle.specoff.blackfriday {
    color:#fff;
    margin: 10px 0 20px;
}

#car-infopanel.offers { padding:0; }
#car-infopanel.offers .reviewbox {
    margin: 0 0 30px;
    background: #fff;
    /*background:#f0f url('../images/dummy-special-offer-cap-design.jpg') no-repeat 0 0;*/
    -webkit-box-shadow: 0px 0px 22px 0px #999;
    -moz-box-shadow: 0px 0px 22px 0px #999;
    box-shadow: 0px 0px 22px 0px #999;
    padding: 28px 2% 28px 3%;
    width: 95%;
    position:relative;
}
#car-infopanel.offers .reviewbox .offer-hero { 
    float:left; 
    margin:0 2% 0 0; 
    width:35.6%; 
    position:relative
}
#car-infopanel.offers .reviewbox .offer-hero .offer-hero-badge {
    position: absolute;
    top: 19px;
    left: 19px;
    color: #fff;
    font-style: italic;
    text-transform: uppercase;
    background: #000;
    padding: 8px 11px;
    line-height: 1;
    z-index: 999;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#car-infopanel.offers .reviewbox .offer-inner {
    float:left;
    margin:0; 
    width:46%;
}
#car-infopanel.offers .reviewbox .offer-header { float:left; margin:0 0 6px; width:100%; text-align:center; }
#car-infopanel.offers .reviewbox .offer-header h4 { 
    /*font-size:3em; letter-spacing: -2.2px; */
    font-size:2.4em;
    letter-spacing: -1px; 
    color:#000; 
}
#car-infopanel.offers .reviewbox .offer-header h6 {
    font-size: 3em;
    color: #000;
    padding: 0 0 13px;
    border-bottom: 2px solid #82b300;
    margin:0 7% 9px;
    width: 86%;
    letter-spacing: -2.2px;
}
#car-infopanel.offers .reviewbox .offer-body { 
    margin: 0;
    width: 100%;
    text-align: center;
    clear: left;
}
#car-infopanel.offers .reviewbox .offer-body p { 
    /*font-size: 1.1em;
    line-height: 1.3;*/
    font-size: 14px;
    line-height: 1.5;
    padding: 8px 15px 10px; 
}
#car-infopanel.offers .reviewbox .offer-body p:last-of-type {
    padding-bottom:0;
}
#car-infopanel.offers .reviewbox .offer-pricing { 
    float:left; 
    width:16.4%; 
    text-align:center; 
}
#car-infopanel.offers .reviewbox .offer-pricing .price {
    font-size: 2em;
    color: #000;
    text-transform: uppercase;
    font-style: italic;
    line-height:1.1;
}
#car-infopanel.offers .reviewbox .offer-pricing .limited {
    font-size: 1.3em;
    color: #000;
    text-transform: uppercase;
    font-style: italic;
    line-height:1;
    margin: 130px 0 0;
}
#car-infopanel.offers .reviewbox .offer-pricing .limited.scarce { color:#ff0a00; }
#car-infopanel.offers .reviewbox .offer-pricing .limited.soldout { color:#900; }
.cart-cardetails .limited { color:#ff0a00; }
.cart-cardetails .limited.soldout { color:#900; }
#car-infopanel.offers .reviewbox .offer-pricing .price.alt { color:#82b300; }
#car-infopanel.offers .reviewbox .offer-pricing .goButton {
    background: transparent url(../images/button-select-car-go.jpg) no-repeat 0 0;
    display: block;
    width: 117px;
    height: 79px;
    overflow: hidden;
    text-indent: -3000px;
    margin: 21px auto 0;
    background-size: cover;
}
#car-infopanel.offers .reviewbox .offer-soldout, 
.experience-box .offer-soldout {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    color: #fff;
    font-style: italic;
    text-transform: uppercase;
    background:rgba(100,100,100,0.7);
    /*background:#f0f url('../images/dummy-special-offer-cap-design2.jpg') no-repeat 0 0;*/
    z-index: 999;
}
#car-infopanel.offers .reviewbox .offer-soldout .offer-soldout-inner, 
.experience-box .offer-soldout .offer-soldout-inner {
    display: flex;
    align-items: center;
    height: 24%;
    flex-wrap: wrap;
    max-width: 326px;
    margin: 14% 3%;
}
#car-infopanel.offers .reviewbox .offer-soldout .offer-soldout-inner h6, 
.experience-box .offer-soldout .offer-soldout-inner h6 {
    width: 100%;
    text-align: center;
    font-size: 40px;
    margin: 0;
    text-shadow: 4px 4px #000;
}
#car-infopanel.offers .reviewbox .offer-soldout .offer-soldout-inner h6.checkbacksoon,
.experience-box .offer-soldout .offer-soldout-inner h6.checkbacksoon {
    font-size: 18px;
    text-shadow: 2px 2px #000;
}

/* PayPal Button */
a.addExtrasButton {
    margin-top:4px;
    background:#82b300;
    color:#fff;
    display:block;
    text-decoration:none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding:4px;
}
form.offerppbtn { margin:1em 0 0;} 
#car-infopanel.offers .reviewbox .offer-pricing form.offerppbtn .price.ppb { 
    text-shadow:1px 1px #82b300; 
    line-height:1.1;
    font-size:1.1em; 
}
form.offerppbtn select { 
    margin: 3px 0 5px;
    font-size: 12px;
    display: block;
    width: 100%;
    text-align: center;
}
form.offerppbtn select option { font-size:11px; }
form.offerppbtn input { max-width:100%; }



#car-booking.offers h1 {}
#car-booking.offers #price, #car-booking.offers #limited {
    margin:0.2em 0 0;
    color:#7db105;
    text-shadow:3px 3px #000;
    width:auto;
}
#car-booking.offers #limited {
  color: #dc4201;
  font-size: 25px;
  margin: 28px 0 0 4%;
  width: 66%;
  text-shadow: 2px 2px #000;
}
#car-booking.offers #limited.withoffer { margin: 28px 0 0 0; }
#car-booking.offers #price span { text-shadow:1px 1px #000; }

#car-imagebox.offers #offer-body { margin:1em 0 0; font-size:110%; }

#car-booking.offers .extras div { margin:0 5% 1em 0; }

/* End - Special Offer Page */

#bg-content.track-packages .reviewbox form {
    float:right;
    margin:0 0 0 1em;
    min-width: 11%;
    text-align: right;
}
#bg-content.track-packages .reviewbox form span {
    display: block;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.available{ background:#7db105; color:#fff; }
.unavailable{ background:#424242; color:000; }
.full{ background:#cc0b0b; color:000; }

/* Calendar of Events */
table#calendar { clear:both; width:100%; }
table#calendar th, table#calendar td { color:#000; padding:1%;font-weight: 700; }
table#calendar th {
    background:#000;
    font-size: 1.4em;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    color: #82B300;
}
table#calendar tr.row1 td {
    background:#7db105;
    background: #e9e9e9;
}
table#calendar tr.row2 td {
    background:#CCCACA;

}
table#calendar td a {
    color:#FFF;
    text-decoration:none;
    display:block;
        background: #82B300;
    padding:4% 8%;
    text-align:center;
    font-style: italic;
    font-weight: 600;
    text-transform: uppercase;
}
table#calendar td a:hover { background: #468C18; }

/* Time slot event page */
#eventcars { clear:both; }
#eventcars .row { clear:both; border-bottom:1px solid #fff; background:#000; overflow:hidden; }
#eventcars .carname {
    font-size: 1em;
    font-style: italic;
    font-weight: 100;
    text-transform: uppercase;
    color:#7db105;
}
#eventcars .carname a { font-size:1.4em; color:#fff; text-decoration:none; font-weight:600; }

#eventcars .col-md-2 { float:left; padding:0.5% 1%; width:14.667%; line-height: 15px; }
#eventcars .col-md-10 { float:left; width:83.33333%; }
#eventcars .col-md-1 { float:left; width:10%; }
#eventcars .cell.unavailable { display:block; text-decoration:none; text-align:center; padding:2.4% 0; }
#eventcars .cell.unavailable.doublelines { padding:1.3% 0; }
#eventcars .cell a, #eventcars .cell span, #eventcars #key .cell { display:block; padding:13% 0; text-align:center; text-decoration:none;  }
#eventcars .cell a.doublelines, #eventcars .cell span.doublelines, #eventcars #key .cell.doublelines { padding:13% 0; }
#eventcars .cell.available a:hover { background:#ffd200; color:#000; }
#eventcars .cell.alreadyBooked a, #eventcars #key .cell.alreadyBooked { color:#7db105; }

#eventcars #key .col-md-1 { float:left; width:25%; }
#eventcars #key .cell { padding:1% 0; }

/* Cart */
#car-booking.cartpage { float:none; width:100%; }
#car-booking .cartItem { clear:both; border-bottom:1px solid #000; overflow:hidden; padding:1em 0; margin:0; }
#car-booking .cartItem.row1 { }
#car-booking .cartItem.row2 { }
#car-booking .cartItem .cart-hero { width:19%; float:left; margin:0 1% 0 0; overflow:hidden; }
#car-booking .cartItem .cart-cardetails { width:34%; float:left;}
#car-booking .cartItem .cart-cardetails.offers { width:54%; float:left;}
#car-booking .cartItem .cart-cardetails h1 { color:#000; text-shadow: 3px 3px #82b300; }
#car-booking .cartItem .cart-cardetails.offers h1 { font-size:2.3em; margin:0 0 0.2em; }
#car-booking .cartItem .extras { width:20%; float:left; margin:0; padding:0; }
#car-booking .cartItem .cart-rowtotals { width:26%; float:left; }
#car-booking .cartItem .cart-rowtotals span, #car-booking #personaldetails #fulltotal {
    color: #000;
    display: block;
    font-size: 2.8em;
    font-style: italic;
    font-weight: 800;
    line-height: 1;
    margin: 0;
    padding: 0 2% 0 0;
    text-align: right;
    text-shadow: 3px 3px #82b300;
}
#car-booking .cartItem .cart-rowtotals a.cartRemoveItem { background:#000; color:#82b300; padding:2% 5%; text-decoration:none; float:right; }
#car-booking .cartItem .cart-rowtotals a.cartRemoveItem:hover { background:#82b300; color:#000; }

#car-booking #addacar {
    float: left;
    overflow: hidden;
    width: 42%;
    margin:0;
}
#car-booking #addacar.stripecolumn { margin: 2% 0 0; }
#car-booking #addacar a.addacar, #car-booking #placeorder, .mobilectabuttons {
    background: #000 url("../images/bg-cartsummary.png") no-repeat scroll right 0 / contain ;
    border: 3px solid #000;
    color: #fff !important;
    display: block;
    float: none;
    font-size: 1.2em;
    font-style: italic;
    font-weight: 900;
    margin: 1em 0;
    padding: 1% 2%;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 94%;
}
#car-booking #addacar a.addacar:hover, .mobilectabuttons:hover { color:#82b300; }

#car-booking #addacar a.addacar.mobile, .mobilectabuttons.reverse {
    border: 3px solid #82b300;
    background: #82b300 url("../images/bg-cartsummary-reverse.png") no-repeat scroll right 0 / contain ;
    color: #fff;
    margin: 1em 0 0;
    display: none;
}
a.cartRemoveItem.mobile, h2.innertitle.mobile, h4.eventtitle.mobile, #mobilectabuttons {
    display: none;
}


#car-booking #addacar .extras { padding:0; }
#car-booking #addacar .disclaimer {
    margin: 0;
    padding: 0;
    text-align: left;
    width: 62%;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    line-height: 1.3;
}
#car-booking #addacar .disclaimer span {
    font-style: italic;
    font-weight: 900;
    margin-top: 6px;
    display: block;
    font-size: 1.6em;
}

#car-booking #personaldetails { float:left; margin:2% 0 0 6%; width:52%; }
#car-booking #personaldetails #fulltotal { padding:0 0 4.4%; }
#car-booking #personaldetails .formitem, #car-booking #location label, .rating-wrapper, #car-booking #addacar.stripecolumn .formitem {
    clear:both;
    display: block;
    margin: 0.5em 0 0;
    text-transform: uppercase;
    width: 100%;
}
#car-booking #personaldetails .formitem label, #car-booking #location label, .rating-wrapper span, #car-booking #addacar.stripecolumn .formitem label {
    float: left;
    font-size: 1.2em;
    font-style: italic;
    font-weight: 900;
    line-height: 1.8;
    width: 30%;
}
#car-booking #personaldetails #voucherexample { margin:0 0 0.5em 30%; }
.rating-wrapper span { line-height:4; }
#car-booking #personaldetails .formitem label.compact { line-height:1; }
#car-booking #personaldetails .formitem.justtext label.compact { padding-top:7px; }

#car-booking #personaldetails .formitem input, #car-booking #personaldetails .formitem textarea {
    background:#EFEFEF;
    border:none;
    padding:1%;
    width:68%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 8px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #EFF1F2;
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.33);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.33);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.33);
    font-size: 14px!important;
    /* -webkit-appearance: none; /* Disable ios styling */
}

#car-booking #personaldetails .formitem textarea { font-family:"Open Sans"; font-size:0.9em; }
#car-booking #personaldetails .formitem p { float:right; width:70%; }
#car-booking #personaldetails .formitem p strong { font-weight:bold; }

#car-booking #placeorder {
    background: #fff url("../images/bg-checkout-wide.png") no-repeat scroll right 0;
    border: medium none;
    clear: both;
    cursor: pointer;
    float: right;
    margin: 0;
    padding: 2%;
    width: 52%;
}

/* Cart SagePay Payment Integration */
#car-booking #sp-container { clear:both; }
#car-booking .form-group {
    /*line-height: 40px;*/
    padding: 11px 0 6px;
    overflow: auto;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    font-weight: normal;
    color: #000;
}
#car-booking .label-column, #dialog-terms .label-column {
    float: left;
    width: 25%;
    clear: left;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 16px;
    min-width:100px;
}
#car-booking .input-column, #dialog-terms .input-column {
    float: left;
    width: 70%;
    min-width: 220px;
}
#car-booking .input-column input {
    border: none;
    outline: none;
    width: 100%;
    font-family: sans-serif;
    font-size: 1em;
    box-sizing: border-box;
    line-height: 1.3em;
    padding: 2px 4px;
}
#car-booking #checkout #placeorder { margin:1em 0 0; }
.sectiontitle, .sectiontitlegap { overflow:hidden; }
#car-booking #personaldetails .formitem.sectiontitlegap { margin:1.5em 0 0; }
#car-booking #personaldetails .formitem.sectiontitle label, 
#car-booking #personaldetails .formitem.sectiontitlegap label,
#car-booking #addacar.stripecolumn .formitem label { width:100%; }

.cart-hero .ytcrop { margin:-18px 0; }



/* Write Review Changes */
#car-booking.writereview { clear:both; float:right; width:72%; width:62%; }
#car-booking.writereview select { width:70%; }
#car-booking.writereview #personaldetails { margin:0 0 2%; width:100%; }
#car-booking.writereview #checkout input[type="submit"] { float:right; padding:3.2%; width:70%; }
#car-images { clear:left; padding:1em 0 0; width:25%; width:35%; }
#car-images img { margin:0 0 2em; }
#car-images img.last { margin:0; }

/* Star Ratings */
#car-booking.writereview .rating-wrapper { overflow:hidden; display:inline-block; }
#car-booking.writereview .rating-input { position:absolute; left:0; top:-50px; }

#car-booking.writereview .rating-star:hover, #car-booking.writereview .rating-star:hover ~ .rating-star { background-position:0 0; }

#car-booking.writereview .rating-wrapper:hover .rating-star:hover,
#car-booking.writereview .rating-wrapper:hover .rating-star:hover ~ .rating-star,
#car-booking.writereview .rating-input:checked ~ .rating-star { background-position:0 0; }

#car-booking.writereview .rating-star,#car-booking.writereview .rating-wrapper:hover .rating-star {
    float: right;
    display: block;
    width: 66px;
    height: 66px;
    background: url('../images/rating-stars-66.png') 0 -66px;
}

/* Location Page Specific */

#locationmap {
    margin-bottom: 20px;
    border: 10px solid #E7E1E1;
    clear:both;
}

#bg-content.locations .carBlock {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
    background-color:#7db105;
    width: 28%;

}
/*#bg-content.locations .carBlock.even { background-color:#424242; }*/
#bg-content.locations .carBlock .address {
    display:none;
    font-size:1.2em; font-style:italic; text-shadow:1px 1px #fff; padding-top: 90px;
}
#bg-content.locations .carBlock.even .address { color:#7db105; }

#locationmap.single { clear:both; padding:0; font-size:0; }
#locationmap #map_canvas { height:345px; width:100%; }

/* Race Day Page Specific */
#raceday #container { max-width:none; width:96%; background:#fff; overflow:hidden; margin:2%; }
#raceday #header { background:#000; padding: 15px 15px 15px; border-bottom: 2px solid #666; }

#raceday h2.innertitle {
    float:right;
    font-size: 3em;
    width: 58%;
    margin: 0;
    text-align: center;
    clear: none;
    padding: 0 20px;
    box-sizing: border-box;
}

#raceday #contacts {
    margin: 0;
    width: 27%;
    padding: 0;
    box-sizing: border-box;
}

.ontheday-logo {
    float: left;
    width: 15%;
    padding: 0;
    box-sizing: border-box;
}

.ontheday-logo img {
    width: auto;
}


#raceday #contacts, #raceday #contacts a { color:#7db105; }
#raceday.ontheday-udrive #contacts, #raceday.ontheday-udrive #contacts a { color:#34a3dc; }

#raceday #content { background:#000; width:100%; padding:0.5% 0; }
#raceday #content #ontrack { clear:both; display:block; margin:0 0 1em; overflow:hidden; }
#raceday #content #waiting { clear:both; display:block; margin:0; overflow:hidden; }
#raceday #content h2, #raceday .bignum {
    color: #ffd200;
    display: block;
    font-size: 2.5em;
    line-height: 1.6;
    margin: 0;
    text-align: center;
    text-shadow: 2px 2px #82b300;
    text-transform: uppercase;
}
#raceday #content #waiting h2 {
    color: #82b300;
    text-shadow: 2px 2px #ffd200;
}
#raceday .carcolumn {
    float:left;
    width:24%;
    margin:0 0.5%;
    overflow:hidden;
    background:#fff;
    /*background: #fff url("../images/bg-content-cars.gif") no-repeat scroll center top / contain ;*/
    -webkit-border-radius:8px;
    -moz-border-radius:8px;
    border-radius:8px;
}
#raceday .carcolumn h3 {
    color: #ffd200;
    background:#82b300;
    text-shadow: 1px 2px #000;
    display: block;
    font-size: 115%;
    line-height: 1;
    margin: 0;
    font-style: italic;
    font-weight: 800;
    padding: 0;
    text-transform: uppercase;
    padding:2%;
    text-align: center;
}

#raceday.ontheday-udrive .carcolumn h3 {
    color: #fff;
    background: #34a3dc;
    text-shadow: none !important;
}

#raceday #content #ontrack .carcolumn h3 {
    color: #82b300;
    background:#ffd200;
}
#raceday.ontheday-udrive #content #ontrack .carcolumn h3 {
    color: #000;
    background:#ffd200;
    text-shadow: none !important;
}
#raceday.ontheday-udrive #content h2,
#raceday.ontheday-udrive #morecartimer #countdowntimer,
#raceday.ontheday-udrive #content #waiting h2,
#raceday.ontheday-udrive .carcolumn h3
 {
    text-shadow: 2px 2px #000;
}
#raceday .carcolumn .driverbox {
    margin:1%;
    width:94%;
    background:#000;
    color:#fff;
    padding:2%;
    overflow:hidden;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:6px;
    position: relative;
    font-size: 13px;
}
#raceday .carcolumn .driverbox span { color:#ffd200; }
#raceday .carcolumn .driverbox a {
    background:#82b300;
    color: #fff;
    display: block;
    float: right;
    line-height: 1;
    overflow: hidden;
    padding: 10px;
    text-decoration: none;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    width: 15px;
    text-align: center;
}
#raceday .carcolumn .driverbox a:hover { background:#ffd200; color:#000; }
#raceday .carcolumn .driverbox.greyed { background:#444; color:#999; }
#raceday .carcolumn .driverbox.greyed span { color:#999; }
#raceday .carcolumn .driverbox a.edit {
    position: absolute;
    bottom: 3px;
    right: 3px;
    padding: 5px;
    width: 25px;
}

#raceday .carcolumn .driverbox a.edit img {
    width: 18px;
    display: block;
    margin: 0 auto;
}


#raceday #ontrack .carcolumn .driverbox { background:#333; }
#raceday #ontrack .carcolumn .driverbox.empty { background:#000; }
#raceday #ontrack .carcolumn .driverbox a { background:#ffd200; color:#000; }
#raceday #ontrack .carcolumn .driverbox a:hover { background:#82b300; color:#fff; }

#raceday .carcolumn .timeinterval { background:#aaa; color:#000; font-size:0.9em; text-align:center; font-weight:normal; margin:0.3em 0; }

#raceday #morecartimer, #raceday #pager {
    position:absolute;
    color:#fff;
    right:0;
    margin:0 3.5% 0 0;
}
#raceday #morecartimer { right:150px; }
#raceday .bignum {
    display:inline-block;
}

#alternativeCars { clear:both; }
#alternativeCars a.altCar {
    background: #424242;
    color: #ffd200;
    display: inline-block;
    padding: 0.3em 0.5em;
    text-decoration: none;
}
#alternativeCars a.altCar:hover { background:#7db105; color:#000; }

/* NEW Race Day Page Specific (/ontheday) */


#raceday.ontheday #container,
#raceday.ontheday .container {
    overflow-x: auto;
    max-width:none;
    width: 96%;
    margin: 0 2%;
    background: #000;
}

#raceday.ontheday .carcolumn {
    width: 150px;
    margin: 0 5px;
}

#raceday.ontheday #waiting-wrapper, #raceday.ontheday #ontrack-wrapper {
    position: relative;
    min-height: 200px;
    overflow-y: hidden;
}

#raceday.ontheday.public #waiting-wrapper, #raceday.ontheday.public #ontrack-wrapper {
    min-height: 130px;
    overflow: hidden;
}

#raceday.ontheday #waiting-wrapper {
    min-height:200px;
}

#raceday.ontheday #waiting,
#raceday.ontheday #ontrack {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.edit-form-inner {
    padding: 5px 20px;
    font-size: 17px;
    min-width: 400px;
    font-weight: normal;
}

.edit-form-inner h2 {
    font-size: 20px;
}

.warning-box {
    text-align: center;
    padding: 10px;
}

.warning-box span {
    display: inline-block;
    cursor: pointer;
    text-decoration: underline;
}

.warning-box span:hover {
    color: #82b300;
}

#raceday #content #ontrack .carcolumn.red h3 {
    color: #fff;
    background: red;
}

#raceday #content #ontrack .carcolumn.red .car-delayed {
    background: red;
    color: #fff;
    text-align: center;
    padding: 5px;
}

#raceday #content #ontrack .carcolumn.amber h3 {
    color: #fff;
    background: #ff6c00;
}

#raceday #content #ontrack .carcolumn.amber .car-delayed {
    background: #ff6c00;
    color: #fff;
    text-align: center;
    padding: 5px;
}




/* Cart Error Message */
div.error {
    background: #900 none repeat scroll 0 0;
    border: 3px solid #fff;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 1.2em;
    font-style: italic;
    font-weight: 900;
    padding: 0.8em 1.5em;
    text-shadow: 3px 3px #000;
    text-transform: uppercase;
    -webkit-border-radius:28px;
    -moz-border-radius:28px;
    border-radius:28px;
}

#content p.error, #content p.notice {
    color: #900;
    font-size: 1.2em;
    font-style: italic;
    font-weight: 900;
    padding: 0 0 0.5em;
    text-shadow: 1px 1px #000;
    text-transform: uppercase;
}
#content p.notice { color:#82b300; }
#content p.innerpara strong { font-weight:700; }


/* News Page iFrames */
iframe.iframeleft, iframe.iframeright {
    float:left;
    width:46%;
    padding:1.5%;
    background:#82b300;
}
iframe.iframeleft {
    margin:0 2% 0 0;
}



/* jQuery Dialog Box Overrides */

html .ui-widget-header {
    background:#7db105;
    border:1px solid #7db105;
}
html .ui-state-default {
    background:#7db105;
    border:1px solid #7db105;
}
html .ui-widget-content {
    border:1px solid #7db105;
}
html .ui-state-default, html .ui-widget-content .ui-state-default, html .ui-widget-header .ui-state-default {
    background:#7db105;
    border:1px solid #7db105;
    color:#fff;
}
html .ui-state-default .ui-icon {
    background-image: url("/static/core/jquery/ui/images/ui-icons_ffffff_256x240.png");
}
html #dialog-confirm .ui-icon {
    display:none;
}


/* **************************

    Car Chase Colours
    =================

    Yellow          #ffd200
    Green           #7db105
    Bright Green    #85b501
    Dark Grey       #424242




************************** */

#messageWrapper{
    display: block;
}

span.info {
    display: inline;
    float: left;
    margin:0 5px 0 0;
}



/* Car Package Upgrades Specific */
#car-upgrades {
    background:#424242 url("../images/bg-content-car-upgrades-black.png") no-repeat scroll center top;
    padding:2% 3% 0;
    clear:both;
    margin:1em 0 0;
    overflow: hidden;
}
#car-upgrades h4.introtitle {
    background: transparent url("../images/next-race-bg.png") no-repeat scroll 0 center / contain ;
    cursor: pointer;
    display: block;
    font-size: 2.6em;
    padding: 0 0 0 19px;
    text-shadow: 2px 2px #555;
}
#car-booking h2.upgradeprice {
    color: #424242;
    font-size: 2em;
    margin: 10px 0 0;
    line-height: 1;
}

span.carnote {
    font-size: 80%;
    font-weight: normal;
    line-height: 1.5;
    text-transform: none;
    vertical-align: top;
    margin:0 0 0 5px;
}

span.carnote.large {
    font-size:100%;
    color:#fff;
    margin:0;
    line-height:1;
}

.carVoucherItem.upgraded #car-booking h1 span {
    font-size:80%;
    /*color:#000;
    text-shadow: 3px 3px #7DB105;*/
}
.carVoucherItem.upgraded #car-imagebox #hero { padding:5px; }
.carVoucherItem.upgraded #cars4Voucher select { float:right; }


/* STAFF LOGIN */
.fake-link {
    cursor: pointer;
    text-decoration: underline;
    font-weight: normal;
}

.fake-link:hover {
    color: #666;
}

.login-form label {
    display: inline-block;
    width: 80px;
}

p.success {
    color: green;
    font-weight: bold !important;
    border: 2px solid green;
    padding: 7px 20px !important;
    display: inline-block;
}

.staff-table {
    border-collapse: collapse;
}

.staff-table td {
    border: 1px solid #ccc;
    padding: 5px;
    font-weight: normal;
}

td.purpleheader {
    background: #000;
    color: #fff;
}

.staff-track-list {
    margin: 30px 0;
}

.staff-track-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#content .staff-track-list ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 10px 10px 0;
}

#content .staff-track-list ul li a {
    display: inline-block;
    background: #000;
    color: #fff;
    text-decoration: none !important;
    padding: 5px 10px;
}

#content .staff-track-list ul li a:hover, #content .staff-track-list ul li a.active {
    background: #7db105;
}

table.registration {
	/*background:#eee;*/
	float:left;
	width:49%;
	margin:0 2% 0 0;
}
table.registration.last {
	margin:0;
}
table.registration input[type="text"] {
	width:97%;
}
#content table.registration ul li {
	padding:0;
	margin:0;
	list-style:none;
}
table.registration textarea {
	width:99%;
	margin:0 0 20px;
	font-size: 1em;
	font-family: 'Open Sans';
	color: #333;
}
.register-submit {
	clear: both;
	display: block;
	margin: 1em 1em 0 0;
	float: right;
}
table.registration .j_invalid, .formerror {
	color:#900;
}



/**********************************/
/* DRIVERS CLUB &amp; CORPORATE PAGES */
/**********************************/

.driversclub #content img,
.corporate #content img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

.driversclub #content h2,
.corporate #content h2 {
    font-size: 2em;
    color: #000;
    line-height: 30px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 800;
    text-align: center;
    padding: 35px 0 50px 0;
    margin: 0;
    float: none;
    clear: both;
}

.driversclub #content h2 span,
.corporate #content h2 span {
    display: inline-block;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
    background: #ededed;
    padding: 7px 15px;
}

.corporate #content #corporate-heading-desktop {
    padding: 0px 0 30px 0;
    font-size: 1.4em;
}

.corporate #content #corporate-heading-desktop span {
    display: block;
}

.corporate #content #corporate-heading-mobile {
    display: none;
    padding: 10px 0 20px 0;
}

.driversclub #content a[href][target="_blank"]:after {
    display: none;
}

.driversclub #content &gt; p &gt; img {
    float: none;
    margin: 0;
}

.carclub-cols {
    padding: 0 70px;
}

.carclub-cols-left {
    float: left;
    width: 47%;
}

.carclub-cols-right {
    float: right;
    width: 47%;
}

.carclub-cols-right h3 {
    font-size: 15px;
}

.driversclub #content a.carclub-cta {
    display: inline-block;
    margin: 0 auto;
    background: #8caf36;
    font-size: 2.5em;
    color: #fff;
    line-height: 38px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 800;
    text-shadow: 3px 3px #000;
    border-radius: 8px;
    padding: 17px 30px;
    text-decoration: none;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

.driversclub #content a.carclub-cta:hover {
    background: #39831c;
}

.corporate-cols {
    padding: 20px 0 0 0;
}

.corporate-cols-left {
    float: left;
    width: 45%;
    margin: 0 3% 0 2%;
    padding-top: 5px;
}

#content .corporate-cols-left p {
    padding: 0;
    margin: 0 0 25px 0;
}

.corporate-cols-right {
    float: right;
    width: 45%;
}

.corporate blockquote {
    background: #f5f3f3 url('../images/corporate-tyres.jpg') no-repeat center right;
    background-size: 70%;
    padding: 50px 80px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
    margin-top: 60px;
    margin-bottom: 30px;
}

.corporate blockquote img {
    display: none;
}

.corporate iframe {
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}

#paypal-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 101;
    background:rgba(0,0,0,0.8) url('../images/loading-buffering.gif') no-repeat center center / 100px;
}

#ppsuccess {
    border: 1px solid #000;
    padding: 20px;
    background: #82b300;
    border-radius: 16px;
    text-align: center;
}
#ppsuccess strong {
    font-size: 1.8em;
}



/* Voucher Redemption Page */
#bg-content.voucher-redemption h1 {
    display: block;
}
#bg-content.voucher-redemption h3 {
    text-transform: uppercase;
    font-style: italic;
    font-weight: 800;
    font-size: 1.6em;
}
#bg-content.voucher-redemption h3.top {
    margin-bottom: 0;
}

.redeem-box {
    border-bottom: 1px solid #000;
    overflow: hidden;
}
.redeem-box h4 {
    color: #000;
    text-transform: none;
    font-style: normal;
    font-weight: 600;
    margin: 42px 0 0;
    float: left;
    font-size: 1.5em;
}
.redeem-box h6 {
    float: left;
    color: #000;
    clear: left;
    margin: 20px 0 43px;
    padding: 13px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}
.redeem-box h5 {
    float: left;
    color: #000;
    clear: left;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin: -5px 0 40px;
    padding: 0;
    line-height: 1;
    text-align: center;
    width: 265px;
}
.redeem-box img {
    float: left;
    margin: 5px 0 0 49px;
}
.redeem-box input.redeem-go {
    float: right;
    margin: 73px 27px 0 0;
}
.redeem-box input.code {
    display: block;
    opacity: 0.5;
    border: 1px solid #000;
    text-align: center;
    padding: 12px 0;
    width: 262px;
    float: left;
    clear: left;
    /*margin: 20px 0 43px 20px;*/
    margin: 20px 0 0 0;
}
#bg-content.voucher-redemption iframe {
    height: 550px;
}



/* Home Page Welcome Overlay */
#welcome-overlay, #staffconfirm-overlay, #refresh-overlay {
    position: fixed; /*absolute;*/
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background: rgba(255,255,255,0.5);
    backdrop-filter: blur(5px);
    top:0;
    left:0;
}
#welcome-overlay-inner, #staffconfirm-overlay-inner {
    /*background:#fff; url('../images/bg-welcome-popup-pink.gif') no-repeat 0 0;*/
    background:#fff;
    width: 1309px;
    /*height: 725px;*/
    margin: 10% auto 0;
    position:relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 15px -1px #333; 
    box-shadow: 0px 2px 15px -1px #333;
}
#welcome-overlay-close, #staffconfirm-overlay-close {
    float: right;
    text-decoration: none;
    margin: 27px 45px 0 0;
    font-size: 28px;
    font-weight: 700;
}
#welcome-overlay-hero {
    background:#fff url('../images/bg-welcome-popup-hero.jpg') no-repeat center center;
    float: left;
    height: 725px;
    width: 29%;
    overflow: hidden;
}
#welcome-overlay-inner-text {
    float: left;
    width: 71%;
}
#welcome-overlay-inner h2, #welcome-overlay-inner h3, #welcome-overlay-inner h4 {
    color: #000;
    padding: 7px 0 0 147px;
    font-size: 67px;
    text-transform: uppercase;
    font-style: italic;
    line-height: 1;
    margin: 0;
    font-weight: 800;
    letter-spacing: -1px;
}
#welcome-overlay-inner h3, #staffconfirm-overlay-inner h3 {
    padding: 73px 0 0 147px;
    font-size: 47px;
}
#welcome-overlay-inner h4 {
    font-size: 24px;
    text-align: center;
    padding-bottom: 24px;
    padding-right: 157px;
}
#welcome-overlay-link-vr, #welcome-overlay-link-so {
    display: block;
    margin: 48px 157px 0px 147px;
    background:#36702b url('../images/bg-welcome-popup-rv.gif') no-repeat 86% 50%;
    color: #fff;
    text-transform: uppercase;
    font-style: italic;
    text-decoration: none;
    padding: 19px 200px 17px 67px;
    font-size: 30px;
    line-height: 1.3;
}
#welcome-overlay-link-so {
    background:#89b137 url('../images/bg-welcome-popup-so.gif') no-repeat 86% 50%;
    color: #000;
    margin-top: 25px;
}
#welcome-overlay-link-vr:hover {
    /*background:#89b137 url('../images/bg-welcome-popup-so.gif') no-repeat 86% 50%;*/
    color: #000;
}
#welcome-overlay-link-so:hover {
    /*background:#36702b url('../images/bg-welcome-popup-rv.gif') no-repeat 86% 50%;*/
    color: #fff;
}
#welcome-overlay-inner hr {
    margin: 43px 143px 30px 133px;
    height: 1px;
    overflow: hidden;
    border: none;
    background: #ccc;
}
#welcome-overlay-links {
    width: 400px;
    margin: 0 auto;
    overflow: hidden;
}
#welcome-overlay-links a {
    background: #ccc;
    color: #000;
    width: 31.3333%;
    margin: 0 1%;
    text-decoration: none;
    display: block;
    float: left;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    padding: 9px 0;
}
#welcome-overlay-links a:hover {
    background:#000;
    color: #ccc;
}
#welcome-overlay-hero-mobile {
    display: none;
}



/* Supplier Voucher Code on Cart */
#car-booking .form-group.voucherexample {
    padding: 20px 0;
}
#car-booking .form-group.vouchercodefields {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 10px 0;
}
#car-booking .form-group.vouchercodefields label {
    line-height: 23px;  
}
#car-booking #personaldetails .formitem.simpletitle {
    text-transform: none;
    font-weight: normal;
}
#car-booking .form-group.vouchercodefields.balanced .label-column {
    width:45%;
}
#car-booking .form-group.vouchercodefields.balanced .input-column {
    width:50%;
}
#car-booking p.infosize {
    font-size: 1.3em;
}
@media all and (max-width: 450px) {
    #car-booking .form-group.vouchercodefields.balanced .label-column, 
    #car-booking .form-group.vouchercodefields.balanced .input-column {
        width:100%;
    }
}



/* Terms and Conditions Dialog Box on Cart */
#dialog-terms .input-column { width:90%; }
#dialog-terms .label-column { 
    width:5%; 
    min-width:30px; 
}
#termsbody {
    overflow:hidden;
    overflow-y: scroll;
    height: 595px;
    margin-bottom: 12px;
    border: 1px solid #ddd;
    padding: 4px 8px;
}
#termsbody h2 { margin: 10px 0 0; }
#termsbody p, #termsbody li { color:#000; }



/* Staff Pages 2023 */
#trackregions {
    margin:0 0 1em;
}
#trackregions .views-row {
    margin:0;
    overflow: hidden;
}
#trackregions .views-row .views-field-title {
    background: #fff;
    color: #689134;
    font-weight: bold;
    font-size: 1.3em;
    padding: 0.5em 0.8em;
    text-align: left;
    cursor: pointer;
    margin: 0;
    line-height: 1.2;
    color: #333;
    border-top:1px solid #666;
    border-bottom:1px solid #666;
    line-height: 47px;
    padding: 0.8em 1%;
    overflow: hidden;
    position: relative;
    background: #fff url(/static/frontend/images/arrows.gif) no-repeat scroll 99% 13px;
    /*display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;*/
}
#trackregions .views-row .views-field-title-last {
    padding:0;
    background:#fff;
    border-bottom: none;
}
#trackregions .views-row.views-row-first .views-field-title {
    border-top:2px solid #666;  
    background: #fff;
    cursor: default;
}
#trackregions .views-row .views-field-title.active {
    background-position: 99% -85px;
}
#trackregions .views-row .views-field-body {
    border-top:1px solid #666;
    border-bottom:1px solid #666;
    padding: 14px 14% 14px 4%;
}
#trackregions .views-row .views-label {
    display: block;
    float: left;
    width: 100%;
}
#trackregions .views-row .views-value {
    width: 20px;
    height: 20px;
}
#trackregions .views-row .views-field-title .views-label {}
#trackregions .views-row .views-field-title .views-value {
    position: absolute;
    right: 80px;
    top: 20px;
    width: 30px;
    height: 30px;
}

#trackregions .views-row .views-field-body .field-content {
    line-height: 28px;
    clear: left;
}
#trackregions .views-row .views-field-body .views-label {
    width:calc(99% - 20px);
}
#trackregions .views-row .views-field-body .views-value {}

@media (min-width: 961px){
    #trackregions .views-row .views-field-title { } 
    #trackregions .views-row .views-field-title.active { }
    #trackregions .views-row .views-field-body { }  
}



.account h2 {
    font-style: normal;
    font-weight: 800;
}
#calendarh2 {
    display:none;
}

#eventselectbox {
    width:100%;
    overflow:hidden;
}
#calendarwrapper, #eventselect {
    float:left;
    width:47%;
    margin:0 6% 0 0;
}

#calendar .days {}
#calendar .days .day_num.ignore {
    color: #eee;
    cursor: inherit;
}
#calendar .day_name, #calendar .day_num {
    color: #1a1a1a;
    float: left;
    width: 12.28%;
    margin: 1%;
    background: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 60px;
    text-decoration: none;
}
#calendar .day_num.unset, #calendarkey li span.unset {
    background:#e1e1e1;
}
#calendar .day_num.available, #calendarkey li span.available {
    background:#7ead07;
}
#calendar .day_num.unavailable, #calendarkey li span.unavailable {
    background:#900;
    color:#fff;
}
#calendar .day_num.confirmed, #calendarkey li span.confirmed { /* Approved */
    background:#14721a;
    color:#fff;
}
#calendar .day_num.pastconfirmed { /* Past Event Approved */
    background:#808080;
}
#calendar .day_num.selected, #calendarkey li span.selected {
    background:#0166ff;
    color:#fff;
}

#calendarkey {
    clear: both;
    width: 98%;
    margin: 0 1% 16px;
    border-top: 20px solid #fff;
}
#calendarkey li {
    width: 23%;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: 1a1a1a;
    color: #1a1a1a;
    font-size: 12px;
    line-height: 1;
}

#calendarkey li span {
    width: 12px;
    display: inline-block;
    margin: 0 2px 0 0;
    font-size: 12px;
}


#calendar .footer {
    clear:both;
    width:98%;
    background:#82b300 url(/static/frontend/images/bg-calendar-month.jpg) repeat-y scroll center 0;
    background-size: contain;
    overflow:hidden;
    text-align: center;
    color:#fff;
    border-top: 6px solid #fff;
    margin: 0 1%;
}
.calendar .footer .month-year, .calendar .footer .changemonth  {
    float: left;
    width: 80%;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 4;
}
.calendar .footer .changemonth {
    width: 10%;
    color: #fff;
    text-decoration: none;
}
.calendar .footer .changemonth:hover {
    background:rgba(255,255,255,0.2);
}
.calendar .footer .changemonth::after {
    display:none;
}



#eventselect {
    margin:0;
    /*background:#ccc; 
    min-height: 100px; */
}
#eventselect .selected-event {
    /*max-width:400px;*/
    margin:20px 0 6px;
    font-weight: 600;
}
#eventselect .selected-event .eventtitle {
    background: #1a1a1a;
    color: #fff;
    padding: 16px 20px;
    border-radius: 6px;
    margin: 0 0 6px;
    line-height: 1;
}
#eventselect .selected-event .eventtitle a {
    color:#fff;
    float:right;
    margin:0 0 0 4px;
    cursor: pointer;
}
#eventselect .selected-event .eventbody {
    background:#ededed;
    color:#1a1a1a;
    padding:4px 20px;
}
#eventselect .selected-event .eventrow {
    border-bottom:1px solid #bcbcbc;
    overflow:hidden;
    padding: 14px 20px;
}
#eventselect .selected-event .eventrow.last {
    border:none;
}
#eventselect .selected-event .eventlabel, #eventselect .selected-event .eventvalue {
    float:left;
    width:30%;
}
#eventselect .selected-event .eventvalue {
    width:70%;
}

/* Dual Event Selector */
#eventselect .selected-event.dualitem {
    display:none;
}
#eventselect #dual-event .eventtitle {
    background: #83a40f;
    text-align: center;
}
#eventselect #dual-event .buttonwrapper {
    display: flex;
    min-height: 10vh;
    gap: 6px;
} 
#eventselect #dual-event a.eventbutton {
    background: #e1e1e1;    
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1;
    flex-direction: column;
    border-radius: 6px;
    padding:10px;
}
#eventselect #dual-event a.eventbutton.last {
    margin:0;
}
#eventselect #dual-event a.eventbutton:hover {
    background: #83a40f;
    color:#fff;
}



#reviewselected {
    width: 98%;
    margin:50px 1% 0;  
}
#reviewselectedsubmit {
    display:none;
    background: #83a40f;
    color: #fff;
    border-radius: 22px;
    border: 1px solid #83a40f;
    padding: 14px 50px;
    line-height: 1;
}
#reviewselectedsubmit:hover {
    background:#14721a;
}


/* Review Page */
#eventselect.reviewpage {
    width:100%;
}
#eventselect.reviewpage .selected-event {
    margin: 0 8% 8% 0;
    float: left;
    width: 46%;
}
#eventselect.reviewpage .selected-event:nth-child(2n){
    margin: 0 0 8% 0;
}
.account #content p strong {
    font-weight:700;
}
#reviewselectedsubmit.reviewpage {
    display: block;
    margin: 40px 0;
    min-width: 300px;
    font-size: 1.2em;
}



#accountbanner {
    /*background:#82b300 url(/static/frontend/images/dummy/CCH-Staff-portal-design-2.jpg) no-repeat scroll center -209px;*/
    background:#000;
}
.accountcontainer {
    width: 100%;
    max-width: 990px;
    margin: 0px auto;
    padding: 15px 0;
    overflow:hidden;
    color: #fff;
    font-size: 21px;
}
#accountbanner-left {
    float:left;
    width:80%;
}
#accountbanner-right {
    width: 20%;
    float: right;
    text-align:right;
}
#accountbanner a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    padding: 7px 0;
    display: inline-block;
    text-decoration: none;
}
#accountbanner a:hover, #accountbanner a.active {
    color:#7db105;
}
#accountbanner #accountbanner-right a {
    background:#000 url(/static/frontend/images/icon-account-logout.png) no-repeat scroll left center;
    background-size:contain;
    text-transform: none;
    font-size: 19px;
    padding-left: 50px;
}

#container.account #bg-content {
    padding:2.6% 5%;
    /*background:#82b300 url(/static/frontend/images/dummy/CCH-Staff-portal-design-6.jpg) no-repeat scroll center -273px;*/
    background-size: 1790px;
}
#container.account #bg-content h3 {
    margin: 0 0 10px;
    font-weight: 800;
}


/* Dashboard  */
#dashboard-icons {
    padding: 10px 0 0;
    overflow:hidden;
    border-bottom: 1px solid #c7c7c7;
    margin:0 0 40px;
}
.dashboard-icon {
    float: left;
    width: 18%;
    margin: 0 9.3% 0 0;
    text-align: center;
}
.dashboard-icon.last {
    margin:0;
}
.dashboard-icon a {
    text-decoration: none;
}
.dashboard-icon a img {
    max-width:100%;
}
.dashboard-icon a span {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    padding: 19px 0 28px;
}


/* Edit Profile */
#profilenav { margin:10px 0 20px; }
#profilenav a {
    font-weight: 500;
    text-decoration: none;
}
#profilenav a:hover, #profilenav a.active {
    color:#7db105;    
}
#profilenav a.active {
    font-weight: 700;
}

.tablerow {
    /*background: rgba(255,0,255,0.1);*/
    margin: 20px 0 0;
    width: 100%;
    max-width: 630px;
    overflow: hidden;
}
.staff-login .tablerow h3 {
    margin-bottom:0;
    font-weight: 800;
}
.tablerow .tablecol {
    float: left;
    /*background: rgba(0,255,255,0.1);*/
    width: 30.333%;
    margin: 0 3% 1.5% 0;
}
.tablerow .tablecol.extralong {}
.tablerow .tablecol label {
    width: 100%;
    display: block;
    font-weight: 700;
}
.tablerow .tablecol input {
    width: 91%;
    margin: 6px 0 0;
    padding: 3%;
    border-radius: 4px;
    border: 1px solid #aaa;
}
.tablerow .tablecol span {
    display:block;
    width: 91%;
    margin: 6px 0 0;
    font-weight: 600;
}
.tablerow .tablecol.extralong span {
    /*width: 300px;*/
    overflow-wrap: break-word;
}

.tablerow .tablecol button {
    width: 98%;
    background: #83a40f;
    color: #fff;
    border-radius: 22px;
    border: 1px solid #83a40f;
    padding: 8px 50px;
    line-height: 1;
    font-size: 16px;
    font-weight: normal;
}
.tablerow .tablecol button:hover {
    background: #14721a;
}





/* Useful Documents */
#floatwrapper {
    float:left;
    width:55%;
}
#document-icons {
    float:left;
    width:45%;
    padding:0;
    overflow:hidden;
    margin:0 0 40px;
}
.document-icon {
    float: left;
    width: 41%;
    margin: 0 18% 0 0;
    text-align: center;
}
.document-icon.last {
    margin:0;
}
.document-icon a {
    text-decoration: none;
}
.document-icon a img {
    max-width:100%;
}
.document-icon a span {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    padding: 19px 0 28px;
}
#content .document-icon a[href][target="_blank"]::after {
    display:none;
}


/* Training Materials */
#trackregions.trainingvideos {}
#trackregions.trainingvideos .views-row {
    overflow:visible;
}
#trackregions.trainingvideos .views-row .views-field-title {
    background: #ededed url(/static/frontend/images/arrows-grey.gif) no-repeat scroll 99% 17px;
    border: none;
    border-bottom: 1px solid #fff;
    color:#999;
    font-weight:normal;
    line-height: 1.5;
    font-size: 1em;
    padding: 18px 6%;
    margin: 0px -5.6%;
}
#trackregions.trainingvideos .views-row .views-field-title.active {
  background-position: 99% -85px;
}
#trackregions.trainingvideos .views-row .views-label {
    font-weight: 800;
    color: #333;
    font-size: 1.3em;
}
#trackregions.trainingvideos .views-row .views-field-body {
    border: none;
    padding: 14px 0 30px;
    overflow: hidden;
}

#trackregions.trainingvideos .videobox {
    float: left;
    width: 48%;
    margin: 0 4% 0 0;
}
#trackregions.trainingvideos .videobox.last {
    margin:0;
}
#trackregions.trainingvideos .videobox input {
    width: 20px;
    height: 20px;
}



/* Staff Confirm Overlay */
#staffconfirm-overlay {
    display:none;
}
#staffconfirm-overlay-inner {
    background:#fff url('../images/bg-staff-confirm.png') no-repeat 0 0;
    background-size: cover;
    padding:148px 30px 40px;
    width: 548px;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
}
#staffconfirm-overlay-inner h3 {
    padding: 0;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}
#staffconfirm-overlay-inner p, #staffconfirm-overlay-inner li {
    font-size: 21px;
    font-weight: normal;
    padding: 6px 0px;
}
#staffconfirm-overlay-inner p strong {
    font-weight: 600;
}
#staffconfirm-overlay-inner ul {
    margin-left:20px;
    padding-top: 10px;
}
#staffconfirm-overlay-inner li {
    list-style-type: disc;
    padding: 17px 0;
    line-height: 1.4;
}
.staffconfirm-overlay-inner-text {
    padding:0 45px;
}
.staffconfirm-overlay-inner-text.centred {
    text-align: center;
}

#staffconfirm-overlay-links {
    overflow: hidden;
    margin: 40px 0 0;
}
#staffconfirm-overlay-links a {
    color:#0462ff;
    text-decoration:none;
    font-size: 21px;
    font-weight: normal;
}
#staffconfirm-overlay-links a:hover {
    color:#7db105;
}
#staffconfirm-overlay-link-confirm {
    float:right;
}

/* Smaller Version */
#staffconfirm-overlay-inner { padding:120px 20px 20px; width:460px; }
.staffconfirm-overlay-inner-text { padding:0 45px; }
#staffconfirm-overlay-inner h3 { font-size:28px; margin-top:20px; }
#staffconfirm-overlay-inner p, #staffconfirm-overlay-inner li { font-size:18px; }
.staffconfirm-overlay-inner-text p.justwhitespace { display:none; }
#staffconfirm-overlay-inner li { padding:5px 0; }
#staffconfirm-overlay-links a { font-size:18px; }

.mobileonly { display:none; }
.videobox span { 
    vertical-align: text-top;
    line-height:1; 
}


/* Past Events Page */
#pastevents_wrapper {}
#pastevents_header, #pastevents_mobile_header {
    background: #000;
    color: #fff;
    border: 1px solid #000;
    font-weight: normal;
    overflow:hidden;
}
#pastevents_mobile_header { display:none; }
.pastevents_col1, .pastevents_col2, .pastevents_col3, .pastevents_col4, .pastevents_col5, .pastevents_col6 {
    float:left;
    padding: 5px 10px;
    border-right: 1px solid #ccc;
    width:24%;
}
.pastevents_col2, .pastevents_col6 {
    border:none;
    width:68%;
}
.pastevents_title {
    float:left;
    margin-right:10px;
}
.pastevents_select {
    border: 1px solid #888;
    background: #444;
    color: #fff;
}
.pastevents_result {
    overflow:hidden;
    border: 1px solid #ccc;
    font-weight: normal;
}
.pastevents_result.even {
    background:#eee;
}

/* Upcoming Events */
#upcoming_selected {}
#upcoming_selected .pastevents_title {
    float: none;
    margin: 0;
}
#upcoming_selected .pastevents_col1 { width:8%; }
#upcoming_selected .pastevents_col2 { 
    border-right: 1px solid #ccc; 
}
#upcoming_selected .pastevents_col2, #upcoming_selected .pastevents_col3 { width:53%; }
#upcoming_selected .pastevents_col4 { 
    width:9%; 
    text-align:center; 
}
#upcoming_selected .pastevents_col5 { 
    width:10%; 
    text-align:center; 
}
#upcoming_selected .pastevents_col6 { 
    width:8%; 
    text-align:center; 
}



/**********************************/
/* Special Offer Headers Jan 2021 */
/**********************************/
h2.innertitle.specoff span { margin-bottom:0; }
h2.innertitle.specoff.halloween.christmas { margin:0 0 20px 0; display:block; }
@media all and (max-width: 768px) {
    h2.innertitle.specoff.halloween.christmas { font-size:58px; margin:10px 0 30px; } 
}
@media all and (max-width: 425px) {
    h2.innertitle.specoff.halloween.christmas {
        max-width: 100%;
        padding: 0;
        width: 100%;
        font-size: 48px;
        margin: 10px 0 6px;
    }
}



@media all and (max-width: 1350px) {
    #welcome-overlay-inner { width:1100px; }
    #welcome-overlay-inner h2, #welcome-overlay-inner h3, #welcome-overlay-inner h4 { padding-left:60px; }
    #welcome-overlay-inner h4 { padding-right:60px; }
    #welcome-overlay-link-vr, #welcome-overlay-link-so, #welcome-overlay-inner hr { margin-left:60px; margin-right:60px; }
}

@media all and (max-width: 1150px) {
    #welcome-overlay-inner { width:900px; }
    #welcome-overlay-inner h2 { font-size:54px; } 
    #welcome-overlay-inner h3 { font-size:44px; } 
    #welcome-overlay-link-vr, #welcome-overlay-link-so { 
        padding-right:190px; 
        padding-left:27px;
        font-size: 27px; 
    }
}

@media all and (max-width: 1023px) {

    .carclub-cols {
        padding: 0;
    }

    .corporate blockquote {
        background-size: 100%;
        padding: 50px 60px;
        margin-bottom: 0;
    }

    .corporate #content #corporate-heading-desktop {
        display: none;
    }

    .corporate #content #corporate-heading-mobile {
        display: inline-block;
    }

    .corporate-cols-left {
        width: 45%;
        margin: 0;
        padding-left: 15px;
    }

    #choose-event .item h5 {
        font-size: 22px;
    }

    #choose-event .item h6 {
        font-size: 16px;
    }

    .accountcontainer {
        padding: 10px 4%;
        width: 92%;
    }

}

@media all and (max-width: 980px) {
    #upcoming_selected .pastevents_col { padding:5px 1%; }
}

@media all and (max-width: 950px) {
    #welcome-overlay-inner { width:800px; }
    #welcome-overlay-inner h2 { font-size:47px; } 
    #welcome-overlay-inner h3 { font-size:38px; }  
    #welcome-overlay-link-vr, #welcome-overlay-link-so { font-size:25px; }
}

@media all and (max-width: 900px) {

    .carclub-cols-right h3 {
        padding-top: 5px;
        margin-top: 0;
    }

    .driversclub #content .carclub-cta-wrapper {
        padding-top: 0;
        margin-bottom: 0;
    }

}

@media all and (max-width: 850px) {
    #welcome-overlay-inner { width:700px; }
    #welcome-overlay-inner h2 { font-size:40px; } 
    #welcome-overlay-inner h3 { font-size:29px; }  
    #welcome-overlay-link-vr, #welcome-overlay-link-so { font-size:23px; }
    #welcome-overlay-inner h2, #welcome-overlay-inner h3, #welcome-overlay-inner h4 { padding-left:40px; }
    #welcome-overlay-inner h4 { padding-right:40px; }
    #welcome-overlay-link-vr, #welcome-overlay-link-so, #welcome-overlay-inner hr { margin-left:40px; margin-right:40px; }
}


@media all and (max-width: 767px) {

    .corporate-cols-left,
    .corporate-cols-right {
        width: auto;
        float: none;
    }

    .corporate-cols-left {
        padding: 0 20px 5px 20px;
    }

    .corporate #content #corporate-heading-mobile {
        display: block;
        text-align: center;
    }

    .corporate #content h2 span {
        display: block;
    }

    .corporate iframe {
        height: 500px;
    }

    #welcome-overlay-hero { display:none; }
    #welcome-overlay-hero-mobile { display:block; min-height:133px; }
    #welcome-overlay-inner { width:90%; max-width:460px; }
    #welcome-overlay-inner-text { width:100%; margin-bottom:30px; }
    #welcome-overlay-inner h3 { padding-top:40px; }
    #welcome-overlay-close { font-size:20px; }
    #welcome-overlay-link-vr, #welcome-overlay-link-so {
        background-size: 80px;
        padding-right: 110px;
        background-position: 92% 50%;
    }
    .desktoponly {
        display:none;
    }
    .mobileonly { 
        display:inline-block; 
    }

    #trackregions.trainingvideos .videobox,
    #trackregions.trainingvideos .videobox.last {
        width: 100%;
        margin: 1em 0;
        clear: both;
    }
    #trackregions.trainingvideos .videobox h3 {
        line-height:1;
        margin:0 !important;
    }

    #calendarwrapper, #eventselect {
        float: none;
        width: 100%;
        margin: 0 0 1em;
    }

    #eventselect.reviewpage .selected-event {
        margin: 0 0 8%;
        width: 100%;
    }

    #pastevents_mobile_header { display:block; }
    #pastevents_header {
        border: none;
        background: #fff;
    }
    #pastevents_header .pastevents_col1, #pastevents_header .pastevents_col2 {
        padding:0;
        border:none;
        width:100%;
    }
    #pastevents_header .pastevents_title {
        display:none;
    }
    #pastevents_header .pastevents_select {
        width:100%;
        margin:0 0 1em;
        padding: 5px 10px;
    }

    #upcoming_selected #pastevents_header {
        display:none;
    }
    /*#upcoming_selected .pastevents_col { padding:5px 1%; }*/
    #upcoming_selected .pastevents_col1 { width:12%; }
    #upcoming_selected .pastevents_col2 { width:51%; }
    #upcoming_selected .pastevents_col3 { }
    #upcoming_selected .pastevents_col4 { width:4%; }
    #upcoming_selected .pastevents_col5 { width:16%; }
    #upcoming_selected .pastevents_col6 { width:6%; }

}

@media all and (max-width: 810px) {
    #nav ul.toplevelnav&gt;li&gt;a {    
        font-size: 15px;  
    }
}

@media all and (max-width: 768px) {

    #nav ul.toplevelnav&gt;li&gt;a {   
        padding: 6px 4px;  
        font-size: 12px;  
    }
    #bg-content.voucher-redemption iframe {
        height: 433px;
    }
    #car-booking #addacar a.addacar.mobile {
        margin: 3em 0 0.5em;
        display: block;
    }
    .specialOfferPromotion.desktop {
        display:none;
    }

}

@media all and (max-width: 650px) {

    .carclub-cols-left,
    .carclub-cols-right {
        width: auto;
        float: none;
    }

    .carclub-cols-right {
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .driversclub #content h2,
    .corporate #content #corporate-heading-mobile {
        font-size: 1.6em;
        padding: 20px 0 35px 0;
        line-height: 28px;
    }

    .corporate #content #corporate-heading-mobile {
        padding: 0 0 10px 0;
        text-align: left;
    }

    .driversclub #content h1 {
        margin-bottom: 0px;
    }

    .corporate blockquote {
        padding: 30px;
        margin-top: 50px;
        background-position: top left;
        background-size: cover;
        font-size: 1em;
    }

}


@media all and (max-width: 575px) {

    .driversclub #content h1,
    .corporate #content h1 {
        margin-top: 20px;
    }

    .corporate iframe {
        height: 400px;
    }

    .corporate-cols-left {
        padding: 0 5px;
    }

    #mobilectabuttons {
        display: block;
        background: #fff;  
    }

    .mobile, .mobilectabuttons.reverse {
        display: block;
    }
    .desktop {
        display: none;
    }

    #bg-content.cart {
        background: #fff url(../images/bg-content-cars-2.gif) no-repeat center -56px !important;
    }

    h2.innertitle.mobile {
        color: #82b300;
        margin: 20px 0;
        font-size: 2.4em;
        display: block;
    }

    h4.eventtitle.mobile {
        color: #000 !important;
        text-shadow: none !important;
        border-bottom: 1px solid #999;
        clear: both;
        padding: 25px 0 15px;
        display: block;
    }

    #car-booking #addacar a.addacar {
        margin: 0 0 1em;
    }

    #car-booking #addacar a.addacar.mobile {
        margin: 3em 0 0.5em;
        display: block;
    }

    #car-booking #personaldetails #fulltotal {
        text-align: left;
        border-bottom: 1px solid #999;
        margin-bottom: 1em;
        padding-bottom: 1em !important;
    }
    #car-booking .cartItem {
        border-bottom: 1px solid #999;
    }

    #car-booking .cartItem .cart-cardetails.offers {
        width:90%;
        float: none;
    }
    #car-booking .cartItem .cart-cardetails.offers span {
        font-size: 1.3em;
    }
    #car-booking .cartItem .cart-hero {
        width: 43% !important;
        float: none;
        margin: 0 0 5% !important;
    }
    #car-booking .cartItem .cart-rowtotals {
        display: none;
    }
    #car-booking .cartItem .cartRemoveItem.mobile {
        text-decoration: none;
        padding: 10px;
        display: block;
        width: 5%;
        text-align: center;
        float: right;
        margin-top: 15%;
        font-size: 18px;
    }

    #car-booking .cartItem .cart-cardetails.offers h1 {
        color: #82b300;
        font-size: 2.0em;
        text-shadow: 2px 2px #000;
    }


    /* Staff Pages - June 2023 */
    #container.account #bg-content {
        padding: 2.6% 4%;
    }

    #bg-content.staff-login {
        padding-top:15px;   
    }
    #bg-content.staff-login p {
        padding:0;
    }
    #bg-content.staff-login .tablerow h3 {
        margin-top: 5px;
        border-top: 1px solid #ddd;
        padding-top: 20px;
    }
    #bg-content.staff-login .tablerow .tablecol {
        width:46%;
        margin-right:4%;
    }
    #bg-content.staff-login .tablerow .tablecol:nth-child(even){    
        margin-right:0;
        margin-left:4%;
    }


    .accountcontainer {
        padding: 10px 4%;
        width: 92%;
    }
    #accountbanner-left {
        width:60%;
    }
    #accountbanner-right {
        width:40%;
    }
    #accountbanner a {
        font-size:16px;
    }
    #accountbanner #accountbanner-right a {
        font-size: 14px;
        padding-left: 40px;
    }


    .dashboard-icon {
        width:46%;
        margin-right:8%;
    }
    .dashboard-icon:nth-child(even){
        margin:0;
    }
    #bg-content.account .tablerow .tablecol label,
    #bg-content.account .tablerow .tablecol span {
        margin: 14px 0 0;
    }
    #bg-content.account .tablerow .tablecol label {
        font-weight:bold;
    }    
    #bg-content.account .tablerow .tablecol {
        width:46%;
        margin-right:4%;
    }
    #bg-content.account .tablerow .tablecol.last,
    #bg-content.account .tablerow.dynamic .tablecol:nth-child(odd) {
        margin-right:0;
        margin-left:4%;
    }

    #content &gt; p.success, #content &gt; p.error, #content &gt; p.notice {
        width: 89%;
    }

    #floatwrapper, #document-icons {
        width:100%;
        clear:left;
    }
    #document-icons {
        margin-top:40px;
    }
    .document-icon {
        width: 44%;
        margin: 0 12% 0 0;
    }

    /*    
    #trackregions.trainingvideos .videobox,
    #trackregions.trainingvideos .videobox.last {
        width: 100%;
        margin: 1em 0;
        clear: both;
    }
    #trackregions.trainingvideos .videobox h3 {
        line-height:1;
        margin:0 !important;
    }*/

    #staffconfirm-overlay-inner { 
        width: 320px;
        padding: 80px 30px 30px;
        background-size: contain;
    }
    .staffconfirm-overlay-inner-text {
        padding:0;
    }

    #trackregions .views-row .views-field-body .views-label {
        width: calc(97% - 20px);
    }

    /*    
    #calendarwrapper, #eventselect {
        float: none;
        width: 100%;
        margin: 0 0 1em;
    }*/

    #bg-content.events #content &gt; p {
        padding:0;
    }

    /*    
    #eventselect.reviewpage .selected-event {
        margin: 0 0 8%;
        width: 100%;
    }*/

    .pastevents_col1 {
        width:18%;
    }
    .pastevents_col2 {
        width:70%;
    }

    #pastevents_header .pastevents_col1, #pastevents_header .pastevents_col2 {
        width:100%;
        border:none;
    }

/*    #upcoming_selected #pastevents_mobile_header .pastevents_col1 { width:15%; }
    #upcoming_selected #pastevents_mobile_header .pastevents_col2 { width:41%; }
    #upcoming_selected #pastevents_mobile_header .pastevents_col4 { display:none; }
    #upcoming_selected #pastevents_mobile_header .pastevents_col6 { width:10%; }

    #upcoming_selected #pastevents_results .pastevents_col { font-size:13px; }
    #upcoming_selected #pastevents_results .pastevents_col1 { width:15%; }
    #upcoming_selected #pastevents_results .pastevents_col2 { width:79%; border:none; }
    #upcoming_selected #pastevents_results .pastevents_col3 { }
    #upcoming_selected #pastevents_results .pastevents_col4 { display:none; }
    #upcoming_selected #pastevents_results .pastevents_col5 { width:60%; }
    #upcoming_selected #pastevents_results .pastevents_col6 { width:10%; }*/

    #upcoming_selected #pastevents_results .pastevents_col { font-size:13px; }
    #upcoming_selected .pastevents_col1 { width:15%; }
    #upcoming_selected .pastevents_col2 { width:46%; }
    #upcoming_selected .pastevents_col3 { }
    #upcoming_selected .pastevents_col4 { display:none; }
    #upcoming_selected .pastevents_col5 { width:20%; }
    #upcoming_selected .pastevents_col6 { width:10%; }

}

@media all and (max-width: 520px) {
    #welcome-overlay-inner { margin-top:6%; }
    #welcome-overlay-inner h2, #welcome-overlay-inner h3, #welcome-overlay-inner h4 { padding-left:30px; }
    #welcome-overlay-inner h4 { padding-right:30px; }
    #welcome-overlay-link-vr, #welcome-overlay-link-so, #welcome-overlay-inner hr { margin-left:30px; margin-right:30px; }
    #welcome-overlay-inner h3 { padding-top:30px; font-size:26px; }
    #welcome-overlay-close { margin:8px 14px 0 0; font-size:16px; }
    #welcome-overlay-inner h2 { font-size:34px; }
    #welcome-overlay-link-vr, #welcome-overlay-link-so {
        font-size: 18px;
        background-size: 68px;
        padding: 11px 80px 11px 15px;
    }
    #welcome-overlay-links { width:86%; }
    #welcome-overlay-inner h4 {
      font-size: 20px;
      font-weight: 600;
      letter-spacing: 0;
    }

}


@media all and (max-width: 430px) {

    .driversclub #content h2,
    .corporate #content #corporate-heading-mobile {
        font-size: 1.4em;
        line-height: 26px;
        display: block;
    }

    .driversclub #content h2 span {
        display: block;
    }

    .driversclub #content a.carclub-cta {
        font-size: 2em;
        padding: 10px 25px;
    }

    .corporate iframe {
        height: 320px;
    }

    #trackInfo select { 
        width: 100%;
        margin: 0 0 1em;
        float: none;
        padding: 1em 0.5em;
    }

    #trackInfo #trackdate select, #cars4Voucher select {
        width:100%;
        padding: 1em 0.5em;
    }

    #bg-content.voucher-redemption h1 {
        font-size: 1.3em;
        margin: 1em 0 0;
    }
    #bg-content.voucher-redemption h3 {
        font-size: 1.1em;
    }
    .redeem-box h4 {
        font-size: 1.3em;
    }

    .redeem-box input.redeem-go {
        margin-right:0;
        width: 20%;
    }

    .redeem-box input.code {
        width: 33%;
        margin-bottom: 30px;
    }
    .redeem-box img {
        margin-left:20px;
        max-width: 135px;
    }
    #bg-content.voucher-redemption iframe {
        height: 218px;
    }

    #welcome-overlay-inner h2 { font-size:30px; }
    #welcome-overlay-inner h3 { font-size:23px; }
    #welcome-overlay-link-vr { margin-top:30px; }
    #welcome-overlay-inner hr { margin-top:30px; margin-bottom:20px; }

}

@media all and (max-width: 390px) {
    #upcoming_selected .pastevents_col1 { width:18%; }
    #upcoming_selected .pastevents_col2 { width:40%; }
    #upcoming_selected .pastevents_col5 { width:23%; }
    #upcoming_selected .pastevents_col6 { width:9%; }
}

@media all and (max-width: 375px) {

    .redeem-box input.code {
        width: 30%;
    }
    #bg-content.voucher-redemption iframe {
        height: 195px;
    }

}



/* Feb 2024 Change Event Table To DIVS */
#divcalendar {
    clear:both; 
    width:100%;
}
.divcalendar_head, .divcalendar_row {
    clear:both; 
    width:100%;
    display: flex;
    flex-wrap: wrap;
}
.divcalendar_head { background:#000; }
.divcalendar_row { background:#e9e9e9; }
.divcalendar_row.row2 { background:#CCCACA; }
.divcalendar_cell {
    display: flex;
    align-items: center;
    padding:1%;
    text-align:left;
    border-right:1px solid #fff;
}
.divcalendar_cell span { display:none; }
.divcalendar_head .divcalendar_cell {
    font-size: 1.4em;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    color: #82B300;
}
.divcalendar_row .divcalendar_cell {
    color:#000;
    font-weight:700;
}
.divcalendar_cell.cell_1 { flex: 1 1 9%; }
.divcalendar_cell.cell_2 { flex: 1 1 41%; }
.divcalendar_cell.cell_3 { flex: 1 1 21%; }
.divcalendar_cell.cell_4 { flex: 1 1 7%; }
.divcalendar_cell.cell_5 { flex: 1 1 10%; border-right:none; }
.divcalendar_cell a {
    color:#FFF;
    text-decoration:none;
    display:block;
        background: #82B300;
    padding:4% 8%;
    text-align:center;
    font-style: italic;
    font-weight: 600;
    text-transform: uppercase;
}
.divcalendar_cell a:hover { background: #468C18; }

/* Mobile Version */
.divcalendar_mobile { 
    display:none;
    background:#E0E0E0; 
    margin:0 0 25px;
    clear: both;
}
.divcalendar_mobile_header {
    background:#454545;
    padding:8px 20px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.divcalendar_mobile_track {
    color:#fff;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 800;
    font-size:18px;
    line-height:1;
}
.divcalendar_mobile .eventtype {
    margin: 0 0 0 4px;
}
.divcalendar_mobile_body {
    padding:20px;
    color:#000;
}
.divcalendar_mobile_body h6 {
    color: #000;
    font-size: 18px;
    line-height: 19px;
}
#content .divcalendar_mobile_body p {
    font-weight:bold;
}
.divcalendar_mobile_body a {
    display: block !important;
    text-align: center;
    margin: 20px 0px 0;
}

#divcalendar_mobile_seeall {
    display:none !important;
    color: #fff;
}

@media all and (max-width: 860px) {
    .divcalendar_cell.cell_1 { flex: 1 1 10%; }
    .divcalendar_cell.cell_2 { flex: 1 1 37%; }
    .divcalendar_cell.cell_4 { flex: 1 1 10%; }
}

/*@media all and (max-width: 650px) {
    .divcalendar_head { display:none; }
    .divcalendar_row { margin:0 0 20px; display:none; }
    .divcalendar_row.row2 { background: #e9e9e9; }
    .divcalendar_cell {
        flex: 1 1 100% !important;
        justify-content: center;
        text-align: center;
        padding:2%;
        border:none;
        border-bottom:1px solid #fff;        
    }
    .divcalendar_cell.cell_1 {
        background:#000;
        font-size: 1.2em;
        font-style: italic;
        font-weight: 900;
        text-transform: uppercase;
        color: #82B300;
    }
    .divcalendar_cell span { display:inline-block; }
    .divcalendar_cell a { padding:8px 40px; }

    .divcalendar_mobile, #divcalendar_mobile_seeall { display:block !important; }
    #driversclub-signup.premiumevents { margin:25px 0 0 !important; }
}*/

#selectionwarning { display:none; }



/* Cart Redeem Discount Code Link */
#redeemdiscountcode { 
    display: block;
    text-align: right;
    cursor: pointer;
    width: 100%;
    margin: -2% 0 4%;
    text-decoration: underline;
}
#redeemdiscountcode:hover {
    color: #82b300;
}


/* Cart Redeem Discount Code Overlay */
#bg-content.cart #welcome-overlay {
    display:none;
}
#welcome-overlay-inner.cartdiscountcode {
    width:400px;
}
#welcome-overlay-inner.cartdiscountcode #welcome-overlay-close {
    margin: 13px 16px 0 0;
}
#welcome-overlay-inner.cartdiscountcode h4 {
    padding: 20px 0 0 20px;
    text-align: left;
}
#welcome-overlay-inner.cartdiscountcode form {
    margin:20px;
}
#welcome-overlay-inner.cartdiscountcode form label {
    display:none;
}
#welcome-overlay-inner.cartdiscountcode form input {
    padding: 10px 0;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 0 0 10px;
}
#welcome-overlay-inner.cartdiscountcode form input[type="submit"] {
    border: medium none;
    color: #fff;
    font-style: italic;
    font-weight: 900;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    background: #fff url(../images/bg-checkout-wide.png) no-repeat right 0;
    width: 364px;
    cursor: pointer;
    display: block;
    float: none;
    font-size: 20px;
    line-height: 1.6;
    padding: 4%;
}


/* Cart Discount Code Cart Items */
#car-booking .cartItem.discountcode {}
#car-booking .cartItem.discountcode .cart-rowtotals {
    float: right;
    width: 100%;
    line-height: 26px;
    max-width: 568px;
}
#car-booking .cartItem.discountcode .cart-rowtotals span {
    float:right;
    font-size: 24px;
}



/* Extra Responsive Styling For Special Offers With Weekend Prices */
#car-infopanel.offers .reviewbox .offer-pricing .limited.withweekend {
    margin: 50px 0 0;
}
@media all and (max-width:980px) {
    #car-infopanel.offers .reviewbox .offer-pricing .limited.withweekend {
        margin: 30px 0 0;
    }
}
@media all and (max-width:810px) {
    #car-infopanel.offers .reviewbox .offer-pricing .price.alt.double {
        padding:0;
    }
    #car-infopanel.offers .reviewbox .offer-pricing .limited.withweekend {
        margin: 0;
        width: 100%;
        clear: both;
    }
}



/* Spin The Wheel Dev Page */
#bg-content.subscribe {
    /*background: #f0f url(../images/dummy/spin-the-wheel-layout.jpg) no-repeat center -23px;
    min-height: 910px;*/
    padding:0;
    text-align: center;
    color:#f0f;
}

#bg-content.subscribe h2, #bg-content.subscribe h6 {
    font-family: 'Open Sans';
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1;
    font-style: normal;
    font-size: 45px;
    margin: 78px 0 45px;
}
#bg-content.subscribe p {
    color:#707070;
    font-size: 23px;
    margin: 0 0 31px;
}
#bg-content.subscribe h6 {
    color: #000;
    font-size: 30px;
    margin: 0;
    padding: 6px 0;
}
#bg-content.subscribe a {
    display: inline-block;
    margin: 41px auto 80px;
    background: #95c123;
    font-size: 29px;
    color: #fff;
    line-height: 38px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 800;
    text-shadow: 2px 2px #000;
    border-radius: 4px;
    padding: 12px 28px 15px;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: all .2s ease-in-out;
}
#bg-content.subscribe a:hover {
    background: #39831c;
}



/* Experiences Section */
#experience-banner {
    position: relative;
    background-color:#7db105;
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin:0 0 44px;
}
#experience-banner::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background:rgba(0,0,0,0.6);
    pointer-events: none;
}
#experience-banner h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    padding: 121px 0;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}
#experience-banner.normal-special-offers h2 {
    padding: 100px 0 0;
}
#experience-banner.normal-special-offers p {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 8px 0 86px;
    font-size: 18px;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
}

select.sortby {
    -webkit-appearance: none;
    background: url('../images/arrow-experience.png') no-repeat 92% 9px #fff;
    border: 1px solid #ACACAC;
    border-radius: 5px;
    padding: 4px 60px 4px 17px;
    margin: 0 0 36px;
    color: #000;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-style: italic;
    font-size: 16px;
    font-family: 'Open Sans' !important;
}
select.sortby option {
    font-size:16px;
    font-style: normal;
    font-weight: normal;
    text-transform:none;
    /*font-family: inherit !important;*/
    /*font-family: 'Open Sans' !important;*/
}

/* DOES NOT WORK!
#premiumevents-header select.sortby option {
    text-align: center;
}
*/

#experiences-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}
.experience-box {
    position:relative;
    flex-basis: 48.5%;
    box-sizing: border-box;
    background:#f2f2f2;
    margin:0 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.experience-box .offer-soldout {
    background:rgba(200,200,200,0.9);
}
.experience-box .offer-soldout .offer-soldout-inner {
    margin: 0 auto;
    flex-direction: column;
    justify-content: start;
    padding: 20% 0 0;
}
.experience-box .offer-soldout .offer-soldout-inner h6 {
    font-size: 44px;
    text-shadow: 3px 3px #000;
}
.experience-box .offer-soldout .offer-soldout-inner h6.checkbacksoon {
    color: #000;
    text-shadow: none;
    margin: 14px 0 0;
    letter-spacing: 0.2px;
}

a.experience-box, .experience-box-hero {
    background-color:#7db105;
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
}
a.experience-box {
    min-height: 430px;
    width: 48.5%;
    padding: 20px 30px;
    color: #fff;
    font-size: 50px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    text-shadow: 3px 3px #000;
}
.experience-box-hero {
    min-height:240px; 
    position:relative;
    cursor: pointer;  
}
.experience-box-hero-badge-box {
  position: absolute;
  top: 26px;
  left: 30px;
  width: calc(100% - 60px);
  display: flex;
  flex-wrap: wrap;
}
.experience-box-hero-badge {
    color: #fff;
    margin: 0 10px 6px 0;
    text-transform: uppercase;
    background-color: #000;
    padding: 8px 35px 8px 11px;
    line-height: 1;
    z-index: 999;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
div.going-fast {
    background: #01812e url('../images/badges/fire-white.svg') no-repeat 93% 6px;
    background-size: 18px;
}
div.sale {
    background:#ff0000 url('../images/badges/tag-white.svg') no-repeat 91% 6px; /* was 89% 8px; */
    background-size: 16px;
}
div.most-popular {
    color:#000;
    background:#fff url('../images/badges/thumbup-black.svg') no-repeat 93% 4px;
    background-size: 16px;
}
div.ending-soon {
    background:#ff0000 url('../images/badges/clock-white.svg') no-repeat 93% 6px;
    background-size: 18px;
}
div.new {
    background:#ff6717 url('../images/badges/star-white.svg') no-repeat 91% 6px;
    background-size: 18px;
}
div.limited-availability {
    background:#ff0000;
    padding-right:11px;
}
div.percentageoff {
    background:#9d9d9d url('../images/badges/percentage-off.svg') no-repeat 91% 6px;
    background-size: 16px;
}

.experience-box-text {
    padding:20px;
}
#experiences-wrapper.normal-special-offers .experience-box-text {
    padding-bottom:50px;
}
#experiences-wrapper.normal-special-offers .blognews .experience-box-text {
    font-weight:400;
}

.experience-box-text h4 {
    font-size:18px;
    color:#000;
    margin:0 0 19px;
    letter-spacing:0;
}
.experience-box-text p {
    font-size:16px;
    margin:0;
    padding:0;
}
.experience-box-buttons {
    padding: 0 20px 20px;
    bottom: 0;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: auto;
}
.experience-box-prices {
  display: flex;
  flex-direction: column;
}
.experience-box-buttons button, .experience-box-buttons a, #car-booking #checkout input[type="submit"].showasbutton {
    background: #95C123;
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 1;
    font-weight: 700 !important;
    text-transform: uppercase;
    border: none;
    text-decoration: none;
    display: inline-block;
    font-family: 'Open Sans' !important;
    cursor: pointer;
    width:unset;
    color:#000;
}
.experience-box-buttons a {
    background:#000;
    color:#fff;
}
.experience-box-buttons button:hover, .experience-box-buttons a:hover, #car-booking #checkout input[type="submit"].showasbutton:hover {
    background: #95C123;  
    color:#fff; 
}
#experiences-wrapper.normal-special-offers .experience-box-buttons a {
    background: #95C123;
    color:#000;
    text-align: center;
}
#experiences-wrapper.normal-special-offers .experience-box-buttons a:hover {
    background:#000;
    color:#fff;
}
.experience-box-buttons span.price {
    padding:22px 0 0;
    font-size: 24px;
    color: #000;
    font-style: italic;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -1px;
}
.experience-box-buttons .experience-box-prices span.price {
    padding-top: 4px;
}
.experience-box-buttons .experience-box-prices span.price.wasprice {
    text-decoration: line-through;
    font-weight: 400;
    text-align: right;
    font-size: 18px;
    line-height: 1;
    padding: 0;
    color:#6f6f6f;
}
.experience-box-buttons .limited {
    font-size: 1.3em;
    color: #000;
    text-transform: uppercase;
    font-style: italic;
    line-height: 1;
    margin:0 0 0 20px;
    margin-right: auto;
    display: flex;
    align-items: center;
}
.experience-box-buttons .limited.scarce {
    color: #ff0a00;
}


/* Spotlight Page */
#experiences-wrapper.spotlight { gap:0; }
#experiences-wrapper.spotlight .experience-box { flex-basis:100%; }
#experiences-wrapper.spotlight .experience-box-hero { min-height:400px; }

/* Other Experiences */
h2#other-exp, h3#other-exp {
    color: #000;
    text-transform: uppercase;
    font-style: italic;
    font-size: 30px;
    font-weight: 800;
    padding: 0;
    margin:0 0 30px;
}
h2#other-exp {
    margin:40px 0 30px;
}

#other-experiences-wrapper {
    display:flex;
    width:100%;
    gap: 3%;
    margin: 0 0 50px;
}
a.other-experience-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration:none;
    width: 100%;
    transition: all .2s ease-in-out;
}
.other-experience-box-hero {
    background-color:#7db105;
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height:180px;
}
.other-experience-box-text {
    background: #95C123;
    text-align: center;
    padding:14px 0;
    transition: all .2s ease-in-out;
}
a.other-experience-box:hover .other-experience-box-text {
    background:#000
}
.other-experience-box-text h4 {
    color:#000;
    font-size:18px;
    margin:0;
    padding:0;
}
a.other-experience-box:hover .other-experience-box-text h4 {
    color:#95C123;
}



/* New Body Changes */
body {
    background:#fff;
}
#bg-content {
    padding:0;
}
#imagepreloadbox {
    height: 0;
    overflow: hidden;
}



/* New Header */
#header24 {
    background:#333 url('../images/header/bg-header.png') no-repeat center center;
    background-size: cover;
}
.container24 {
    width:94%;
    max-width:1080px;
    margin:0 auto;
}
#header24 .container24 {
    padding:28px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#logo24 {}
#logo24 img {
    height:28px;
}
#mobilelogo24 { display:none; }
#mobilelogo24 img {
    width: 167px;
    height: auto;
}
#headerlinks {}
#headerlinks a, #contact24mobile {
    color: #010202;
    font-size: 14px;
    text-decoration: none;
    line-height: 14px;
    vertical-align: top;
    padding: 6px 0 5px;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    position:relative;
}
#contact24 {}
#contact24mobile { 
    display:none;
    position: absolute; 
    z-index: 50;
    left: 20px;
    top: 7px;
    color:#fff;
    font-weight: normal;
    text-decoration: underline;
}
#basket24 {
    margin: 0 0 0 50px;
}

#headerlinks i, #contact24mobile i.phone {
    display: block;
    height: 17px;
    width: 17px;
    float: left;
    margin: 0 8px 0 0;  
}
#headerlinks i.phone {
    background: transparent url('../images/header/black-phone.svg') no-repeat 0 0;
    background-size: cover;
}
#headerlinks i.basket{
    background: transparent url('../images/header/basket.svg') no-repeat 0 0;
    background-size: cover;
    height: 15px;
    width: 20px;
}
#contact24mobile i.phone {
    background: transparent url('../images/header/white-phone.svg') no-repeat 0 0;
    background-size: cover;
}

#basketcount {
    position: absolute;
    width: 14px;
    height: 14px;
    color: #fff;
    background: #f00;
    font-size: 8px;
    border-radius: 14px;
    display: block;
    z-index: 1;
    text-align: center;
    line-height: 12px;
    top: -2px;
    left: -7px;
}


#menubar24 {
    background:#010202;
    height:50px;
}
#menubar24 .container24 {
    position:relative;
}
#menubar24 #nav {
    border:none;
    background: none;
}
#menubar24 #nav ul.toplevelnav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#menubar24 #nav ul.toplevelnav &gt; li:first-child {
    display:block;
}
#menubar24 #nav ul.toplevelnav &gt; li.haschildren {
    /*padding: 0 20px 0 0;*/
    background: transparent url('../images/header/down-chevron-white.svg') no-repeat 90% center;
    background-size: 11px;
}
#menubar24 #nav ul.toplevelnav &gt; li &gt; a {
    padding: 11px 45px;
    border:none;
    color:#fff;
    font-weight:700;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 14px;
}
#menubar24 #nav ul.toplevelnav &gt; li:first-child &gt; a {
    padding-left:25px;
}
#menubar24 #nav ul.toplevelnav &gt; li:last-child &gt; a {
    padding-right:0;
}
#menubar24 #nav ul.toplevelnav &gt; li &gt; a.selected, #menubar24 #nav ul.toplevelnav &gt; li &gt; a:hover {
  color:#95c123;
  background-color:transparent;
}

/* Navigation Icons */
#menubar24 #nav ul.toplevelnav &gt; li:nth-child(1) &gt; a {
    background-image: url('../images/header/white-home.svg');
    background-position: left center;
}
#menubar24 #nav ul.toplevelnav &gt; li:nth-child(2) &gt; a {
    background-image: url('../images/header/white-star.svg');
}
#menubar24 #nav ul.toplevelnav &gt; li:nth-child(3) &gt; a {
    background-image: url('../images/header/white-flag.svg');
    background-size: 12px;
}
#menubar24 #nav ul.toplevelnav &gt; li:nth-child(4) &gt; a {
    background-image: url('../images/header/white-calendar.svg');
    background-size: 12px;
}
#menubar24 #nav ul.toplevelnav &gt; li:nth-child(5) &gt; a {
    background-image: url('../images/header/white-car.svg');
    background-size: 20px;
    padding: 11px 45px 11px 50px;
}
#menubar24 #nav ul.toplevelnav &gt; li:nth-child(6) &gt; a {
    background-image: url('../images/header/white-location.svg');
    background-size: 11px;
}

/* Navigation Hover Icons */
#menubar24 #nav ul.toplevelnav &gt; li:nth-child(1) &gt; a:hover,
#menubar24 #nav ul.toplevelnav &gt; li:nth-child(1) &gt; a.selected {
    background-image: url('../images/header/green-home.svg');
}
#menubar24 #nav ul.toplevelnav &gt; li:nth-child(2) &gt; a:hover,
#menubar24 #nav ul.toplevelnav &gt; li:nth-child(2) &gt; a.selected {
    background-image: url('../images/header/green-star.svg');
}
#menubar24 #nav ul.toplevelnav &gt; li:nth-child(3) &gt; a:hover,
#menubar24 #nav ul.toplevelnav &gt; li:nth-child(3) &gt; a.selected {
    background-image: url('../images/header/green-flag.svg');
    background-size: 12px;
}
#menubar24 #nav ul.toplevelnav &gt; li:nth-child(4) &gt; a:hover,
#menubar24 #nav ul.toplevelnav &gt; li:nth-child(4) &gt; a.selected {
    background-image: url('../images/header/green-calendar.svg');
    background-size: 12px;
}
#menubar24 #nav ul.toplevelnav &gt; li:nth-child(5) &gt; a:hover,
#menubar24 #nav ul.toplevelnav &gt; li:nth-child(5) &gt; a.selected {
    background-image: url('../images/header/green-car.svg');
    background-size: 20px;
}
#menubar24 #nav ul.toplevelnav &gt; li:nth-child(6) &gt; a:hover, 
#menubar24 #nav ul.toplevelnav &gt; li:nth-child(6) &gt; a.selected {
    background-image: url('../images/header/green-location.svg');
    background-size: 11px;
}

/* Black Friday Menu Item 2 Override */
#blackfriday #menubar24 #nav ul.toplevelnav &gt; li:nth-child(2) &gt; a {
    background-image: url('../images/header/white-blackfriday.svg');
}
#blackfriday #menubar24 #nav ul.toplevelnav &gt; li:nth-child(2) &gt; a:hover,
#blackfriday #menubar24 #nav ul.toplevelnav &gt; li:nth-child(2) &gt; a.selected {
    background-image: url('../images/header/green-blackfriday.svg');
}

/* Christmas Menu Item 2 Override */
#christmas #menubar24 #nav ul.toplevelnav &gt; li:nth-child(2) &gt; a {
    background-image: url('../images/header/white-christmas.svg');
}
#christmas #menubar24 #nav ul.toplevelnav &gt; li:nth-child(2) &gt; a:hover,
#christmas #menubar24 #nav ul.toplevelnav &gt; li:nth-child(2) &gt; a.selected {
    background-image: url('../images/header/green-christmas.svg');
}


/* Subnav */
#menubar24 #nav ul.toplevelnav &gt; li.haschildren &gt; div.subnav {
    border:none;
    padding: 7px 7px 7px 17px;
    min-width:210px;
}
#menubar24 #nav ul.toplevelnav &gt; li.haschildren &gt; div.subnav &gt; ul &gt; li &gt; a {
    font-weight:normal;
    font-size:14px;
    padding: 10px 0;
}


/* Voucher Redeem Panel */
#voucherWrapper24 {
    background:#e0e0e0;
}
#voucherWrapper24 .container24 {
    padding:10px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#voucherWrapper24 span {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    line-height: 1;
    padding: 8px 0;
}
#voucherWrapper24 span em {
    font-style: normal;
}
#voucherWrapper24 form {}
#voucherWrapper24 form #txtVoucher {
    background: #F5F5F5;
    border: 1px solid #C3C3C3;
    border-radius: 5px;
    padding: 8px 16px;
    width:270px;
    color:#010202;
    font-family: 'Open Sans';
    font-weight:600;
}
#voucherWrapper24 form #txtVoucher::placeholder {
    color:#9d9d9d;
}
#voucherWrapper24 form button {
    background: #95c123;
    font-size: 16px;
    color: #000;
    font-family: 'Open Sans';
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1;
    padding: 8px 20px 9px;
    border-radius: 5px;
    border: none;
    margin: 0 0 0 12px;
}

/* New Footer */
#footer24 {
    background: #010202;
    background-image: url('/static/frontend/images/footer/footer-header-background.jpg');
    background-size: cover;
    position:relative;
    overflow:hidden;
}
#footerskew {
    width: 1500px;
    height: 1500px;
    bottom: -150%;
    right:0; /* gets reset by JS */
    background: #010202;
    position: absolute;
    transform: rotate(15deg);
}
#footer24 .container24 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#footer24 .footer24col {}
#footer24 .footer24col ul {
    margin: 0;
    padding:40px 0 46px;
}
#footer24 .footer24col ul li {
    padding:0;
}
#footer24 .footer24col ul li a, #footer24 #footer24col3 a, #footer24 #footer24socials a {
    font-size:16px;
    line-height:28px;
    font-weight: 600;
    color:#fff;
    text-decoration:none;
    transition: all .2s ease-in-out;
}
#footer24 .footer24col ul li a:hover {
    color:#95C123;
}

#footer24 #footer24col1 {}
#footer24 #footer24col2 {}
#footer24 #footer24col3 {}
#footer24 #footer24col4 {
    padding:40px 0 46px;
}
#footer24 #footer24col5 {
    padding:57px 0 0;
}

#footer24 #footer24col3 h5 {
    margin:40px 0 6px;
    font-size:16px;
    line-height:28px;
    font-weight:800;
    color:#fff;
}
#footer24 #footer24col3 a, #footer24 #footer24col3 p {
    font-weight:normal;
    display: block;
    line-height: 1;
    margin: 0 0 10px;
}
#footer24 #footer24col3 a:hover {
    color:#95C123;
}
#footer24 #footer24col3 p {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
}
#footer24 #footer24col3 a i {
    display: block;
    height: 12px;
    width: 12px;
    float: left;
    margin: 2px 12px 0 0;
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#footer24 #footer24col3 a#footer24phone i {
    background-image: url('/static/frontend/images/footer/phone-green.svg');
}
#footer24 #footer24col3 a#footer24email i {
    background-image: url('/static/frontend/images/footer/envelope-green.svg');
}
#footer24 #footer24col3 a#footer24whatsapp i {
    background-image: url('/static/frontend/images/footer/icon-whatsapp.svg');
}

#footer24 #footer24socials {
    margin: 20px 0;
}
#footer24 #footer24socials a, #footer24mobile #footer24socials a {
    display:inline-block;
    width:25px;
    height:25px;
    background-color:#010202;
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin:0 8px 0 0;
    overflow:hidden;
    text-indent:-3000px;
}
#footer24mobile #footer24socials a {
    width:30px;
    height:30px;
    margin:0;
}
#footer24 #footer24socials #footer24fb, #footer24mobile #footer24socials #footer24fb {
    background-image: url('/static/frontend/images/footer/facebook-green.svg');
}
#footer24 #footer24socials #footer24in, #footer24mobile #footer24socials #footer24in {
    background-image: url('/static/frontend/images/footer/instagram-green.svg');
}
#footer24 #footer24socials #footer24tt, #footer24mobile #footer24socials #footer24tt {
    background-image: url('/static/frontend/images/footer/tiktok-green.svg');
}
#footer24 #footer24socials #footer24yt, #footer24mobile #footer24socials #footer24yt {
    background-image: url('/static/frontend/images/footer/youtube-green.svg');
}

#footer24 #footer24col4 p {
    margin: 6px auto;
    color: #fff;
    text-align: center;
    padding: 0;
    font-size: 16px;
    font-weight:normal;
}
#footer24 #footer-whatsapp-qr {
    max-height:100px;
    margin:6px auto 22px;
}
#footer24 #footer-armedforces-logo {
    max-height:93px;
}

#footer24 #footer-cch-logo {
    width:167px;
    height:auto;
    margin:0 0 40px;
}
#footer24 #footer-blendini-logo {
    width:175px;
    height:auto;
}

/* Mobile Footer */
#footer24mobile { 
    display:none; 
    background:#000;
}
#footer24mobile .container24 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:44px 0;
    width: 90%;
}
#footer24mobile #footer24socials {
    width:90%;
    max-width:200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#footer24mobile #footer24mobilemid {
    margin:24px 0;
    text-align: center;
}
#footer24mobile #footer24mobilemid h5 {
    color: #95c123;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px;
    margin:16px;
}
#footer24mobile #footer24mobilemid a, #footer24mobile #footer24mobilemid p {
    color:#fff;
    display:block;
    text-decoration:none;
    transition: all .2s ease-in-out;
    font-weight:800;
    font-size:14px;
    line-height:24px;
}
#footer24mobile #footer24mobilemid a:hover {
    color: #95C123;
}

#footer24mobile #footer24mobilemid a#footer24whatsapp, 
#footer24mobile #footer24mobilemid a#footer24email {
    background: #95c123 url('/static/frontend/images/footer/icon-whatsapp-white.svg') no-repeat 10px center;
    background-size: 30px;
    display: block;
    border-radius: 5px;
    padding: 8px 0px;
    /*color: #fff;*/
    line-height: 1.3;
    width: 300px;
    margin: 0 0 15px;
}
#footer24mobile #footer24mobilemid a#footer24whatsapp span {
    font-size:14px;
}
#footer24mobile #footer24mobilemid a#footer24email {
    background: #fff url('/static/frontend/images/footer/envelope-green.svg') no-repeat 10px center;
    background-size: 30px;
    margin-bottom:5px;
    padding: 17px 0px;
    color:#95c123;
}

#footer24mobile #footer24mobilemid p {
    font-weight: 600;
}
#footer24mobile #footer24mobilemid ul {
    margin: 16px 0 0;
}
#footer24mobile #footer24mobilemid li {
    padding:0;
}
#footer24mobile #footer24mobilemid li a {
    font-weight:600;
    line-height:28px;
}
#footer24mobile #footer24mobilebottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 400px;
}
#footer24mobile #footer24mobilebottom #footer-cch-logo { 
    height:45px; 
}
#footer24mobile #footer24mobilebottom #footer-armedforces-logo {
    height:67px;
}
#footer24mobile #footer24mobilebottom #footer-blendini-logo {
    height:30px;
}
#footer24mobile #footer24mobilecopyright {
    color:#fff;
    font-size:12px;
    line-height:28px;
    padding:30px 0 0;
    font-weight: 400;
}
#footer24mobile #footer-whatsapp-qr {
    margin:0 0 10px;
    max-width:200px;
}



/* Home Page 2024 Redesign */
#videobanner {
    width:100%;
    height:361px;
    background: #000;
}

/* Makes a fixed background wrapper which the user cannot interact with */
#videobanner .iframe-wrapper {
    position:relative; /* use fixed for full page video */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*z-index: -1;*/
    pointer-events: none;
    overflow: hidden;
}
/* Make the iframe keep an aspect ratio, and position it in the middle of its parent wrapper*/
#videobanner .iframe-wrapper iframe {
    width: 100vw;
    height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*max-width: 100%;*/
}
#videobanner.homepage .iframe-wrapper iframe {
    /*min-width: unset;
    max-width:100%;*/
} 

#videobanner-inner {
    position: absolute;
    background: rgba(255,255,255,0.8);
    top: 0;
    left: 0;
    max-width: 284px;
    border-radius: 13px;
    text-align: center;
    padding: 30px 20px;
    margin: 60px 68px;
}
#videobanner-inner h3 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 800;
    color: #000;
    padding: 0;
    margin: 0 0 13px;
    text-transform: uppercase;
    font-style: italic;
}
#videobanner-inner h6 {
    color: #010202;
    font-size:16px;
    line-height:22px;
    padding:0;
    margin:0 0 20px;
    font-weight:normal;
    text-transform: none;
    font-style:normal;
    letter-spacing: normal;
}
#videobanner-inner a {
    font-size: 13px;
    line-height: 20px;
    color: #000;
    font-weight: 800;
    padding: 8px 17px;
    background: #95c123;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    display: inline-block;
}
#videobanner-inner a:hover {
    color:#95c123;
    background:#000;
}



/* Homepage Special Offers Carousel */
.homepagecarousel-wrapper {
    margin:80px 0 0;
    position: relative;
    overflow: hidden;
}
.homepagecarousel-wrapper h3 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 30px;
    line-height: 41px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
}
#specialoffer-carousel {
    margin:70px 0 0;
}
.specialoffer-carousel-box {
    background:#3e3e3e;
    box-sizing: border-box;
    margin:0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.specialoffer-carousel-box-hero {
    background-color:#7db105;
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height:240px; 
    position:relative;  
}
.specialoffer-carousel-box-hero.video {
    background-size: auto;
}
.specialoffer-carousel-box-hero-badge-box {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: wrap;
}
.specialoffer-carousel-box-hero-badge {
    color: #fff;
    font-size:13px;
    text-transform: uppercase;
    padding: 8px 35px 8px 11px;
    margin:0 10px 6px 0;
    line-height: 1;
    z-index: 999;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.specialoffer-carousel-box-text {
    padding:20px;
}
.specialoffer-carousel-box-text h4,
.other-experiences-hero-box-text h4,
.premiumtrack-carousel-box-text h4 {
    font-size:18px;
    line-height:19px;
    color:#fff;
    margin:0 0 4px;
    /*letter-spacing:0;*/
}
.specialoffer-carousel-box-text h4 {
    min-height:38px;
}
.specialoffer-carousel-box-text p,
.other-experiences-hero-box-text p,
.premiumtrack-carousel-box-text p {
    font-size:16px;
    line-height:22px;
    font-weight:normal;
    color:#fff;
    margin:0;
    padding:0;
}
.specialoffer-carousel-box-buttons {
    padding: 0 20px 20px;
    bottom: 0;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: auto;
}
.specialoffer-carousel-box-buttons a,
.other-experiences-hero-box-buttons button, 
.other-experiences-hero-box-buttons a,
.premiumtrack-carousel-box-buttons a,
.activecar-carousel-box-buttons a,
.modal-overlay-inner-buttons a,
#ctas-map-left a,
.divcalendar_mobile_body a,
#divcalendar_mobile_seeall {
    background: #95C123;
    padding: 8px 12px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 800 !important;
    text-transform: uppercase;
    border: none;
    text-decoration: none;
    display: inline-block;
    font-family: 'Open Sans' !important;
    transition: all .2s ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.specialoffer-carousel-box-buttons a:hover,
.other-experiences-hero-box-buttons button:hover, 
.other-experiences-hero-box-buttons a:hover,
.premiumtrack-carousel-box-buttons a:hover,
.activecar-carousel-box-buttons a:hover,
.modal-overlay-inner-buttons a:hover,
#ctas-map-left a:hover,
.divcalendar_mobile_body a:hover,
#divcalendar_mobile_seeall:hover {
    background:#fff;
    color:#000;  
}
.specialoffer-carousel-box-buttons span.price,
.other-experiences-hero-box-buttons span.price,
.premiumtrack-carousel-box-buttons span.price,
.activecar-carousel-box-buttons span.price {
    padding: 12px 0 0;
    font-size: 20px;
    color: #fff;
    font-style: italic;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.5px;
}

.specialoffer-carousel-box-prices {
    display:flex;
    flex-direction: column;
}
.specialoffer-carousel-box-buttons .specialoffer-carousel-box-prices span.price {
    padding-top:4px;
}
.specialoffer-carousel-box-buttons .specialoffer-carousel-box-prices span.price.wasprice {
    text-decoration: line-through;
    font-weight: 400;
    text-align: right;
    font-size: 14px;
    line-height: 1;
    padding:0;
}

#divcalendar_mobile_seeall {
    background: #000;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}
#divcalendar_mobile_seeall:hover {
    background: #95C123;
    color:#000;
}

.homepage-viewall-link {
    position: absolute;
    top: 9px;
    right: 80px;
    color: #000;
    font-size: 16px;
    line-height: 25px;
    text-align: right;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    transition: all .2s ease-in-out;
    z-index:10;
}
.homepage-viewall-link:hover {
    color:#95C123;
}

.homepage-carousel .owl-nav {
    position: absolute;
    top: -61px;
    text-align: right;
    width: 100%;
    height: 25px;
}
.homepage-carousel .owl-nav button {
    display:inline-block;
    width:25px;
    height:25px;
    margin:0 0 0 10px;
    background-color:#fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow:hidden;
    text-indent:-3000px;
    transition: all .2s ease-in-out;
}
.homepage-carousel .owl-nav button.owl-prev {
    background-image:url('../images/homepage/left-arrow.svg') !important;
}
.homepage-carousel .owl-nav button.owl-next {
    background-image:url('../images/homepage/right-arrow.svg') !important;
}
.homepage-carousel .owl-nav button.owl-prev:hover {
    background-image:url('../images/homepage/left-arrow-hover.svg') !important;
}
.homepage-carousel .owl-nav button.owl-next:hover {
    background-image:url('../images/homepage/right-arrow-hover.svg') !important;
}



/* Homepage - Shop Other Experiences */
#other-exp-wrapper {
    margin:80px 0 0;
    position: relative;
    overflow: hidden;
}
#other-experiences-highlight-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}
.other-experiences-hero-box {
    flex-basis: 48.5%;
    box-sizing: border-box;
    background: #f2f2f2;
    margin:0;
    position: relative;
    height: 240px;
    background-size: cover;
    background-position: center center;
}
.other-experiences-hero-box-text {
    padding:119px 20px 20px;
}
.other-experiences-hero-box-text h4, .other-experiences-hero-box-text p, .other-experiences-hero-box-buttons span.price,
.premiumtrack-carousel-box-text h4, .premiumtrack-carousel-box-text p, .premiumtrack-carousel-box-buttons span.price,
.activecar-carousel-box-text h4, .activecar-carousel-box-text p, .activecar-carousel-box-text span.price {
    text-shadow: 2px 2px #333;
    margin: 0;
}
.other-experiences-hero-box-buttons,
.premiumtrack-carousel-box-buttons,
.activecar-carousel-box-buttons {
    padding: 0 20px 20px;
    bottom: 0;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: auto;
}
.other-experiences-hero-box-buttons a,
.premiumtrack-carousel-box-buttons a,
.activecar-carousel-box-buttons a { z-index:2; }



/* Homepage Premium Tracks Carousel */
#premiumtrack-carousel {
    margin:70px 0 0;
}
.premiumtrack-carousel-box {
    background:#3e3e3e;
    box-sizing: border-box;
    margin:0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.premiumtrack-carousel-box-hero {
    background-color:#7db105;
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height:240px; 
    position:relative;  
}

.premiumtrack-carousel-box-text {
    padding: 145px 20px 20px;
}

.premiumtrack-carousel-box-buttons span.price {
    padding:0;
}
.premiumtrack-carousel-box-buttons span.price em {
    font-size: 16px;
    line-height:1;
    font-weight: normal;
    font-style: normal;
    display:block;
    margin:0;
    padding:0;
    text-shadow:none;
}





/* Homepage Mid Page CTAs  */
#midpagecta-wrapper {
    margin: 75px 0 0;
    position: relative;
    overflow: hidden;
}
#midpagecta-carousel {
    margin:0;
}
a.midpagecta-carousel-box {
    display:block;
    background-color: #7db105;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 160px;
    position: relative;
    overflow:hidden;
    text-indent:-3000px;
}



/* Home Page Shop By Car */
#activecar-wrapper {
    margin: 80px auto 0;
    position: relative;
    overflow: hidden;
}
#activecar-carousel {
    margin:70px 0 0;
}
.activecar-carousel-box {
    background:#3e3e3e;
    box-sizing: border-box;
    margin:0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.activecar-carousel-box-hero {
    background-color:#7db105;
    background-position:center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height:240px; 
    position:relative;  
}
.activecar-carousel-box-text {
    padding: 143px 20px 20px;
}
.activecar-carousel-box-text h4 {
    font-size:21px;
}
.activecar-carousel-box-buttons span.price {
    padding:0;
}
.activecar-carousel-box-buttons span.price em {
    font-size: 16px;
    line-height:1;
    font-weight: normal;
    font-style: normal;
    display:block;
    margin:0;
    padding:0;
    text-shadow:none;
}



/* Homepage CTA and Map Section */
#ctas-map {
    margin:75px 0 0;
    background: url('../images/dummy/2024-homepage-map.jpg') no-repeat 0 0;
    width:100%;
    min-height:650px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#ctas-map-left {
    background:#333;
    width:50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
#ctas-map-left &gt; div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 96px 0 87px;
    text-align: center;
    width: 100%;
}
#ctas-map-left h4 {
    margin: 0 0 26px;
    font-size: 40px;
    text-shadow: 3px 3px #333;
}
#ctas-map-left a {
    min-width: 106px;
}
#ctas-map-left-top {
    background: url('../images/dummy/home-cta-1.jpg') no-repeat center center;
    background-size:cover;
}
#ctas-map-left-bottom {
    background: url('../images/dummy/home-cta-2.jpg') no-repeat center center;
    background-size:cover;
}
#ctas-map-right {
    height: 650px;
    width:50%;
}



/* Homepage MailChimp Drivers Club Form */
#driversclub-signup {
    background: url('../images/homepage/drivers-club-signup-background.jpg') repeat-x left center;
    background-size: contain;
    width:100%;
}
#driversclub-signup.premiumevents {
    margin:60px 0 0;
}
#driversclub-signup-inner {
    padding: 23px 67px 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#driversclub-signup-left {
    color: #000;
    font-size: 20px;
    line-height: 1.2;
    font-style: italic;
    font-weight: 800;
    text-transform: uppercase;
    width: 33.3333%;
}
#mc_embed_shell {
    width: 59%;
}
#mc_embed_signup form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#mc_embed_signup form input.email {
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 0;
    padding: 12px 20px;
    width: 63%;
    font-size: 16px;
    line-height: 1;
}
#mc-embedded-subscribe {
    font-family: 'Open Sans';
    border: 1px solid #000;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 35px;
    background: #000;
    transition: all .2s ease-in-out;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;    
}
#mc-embedded-subscribe:hover {
    background:#fff;
    border: 1px solid #fff;
    color:#000;
}
#mc_embed_signup form label, #mce-responses, #mc_embed_signup .indicates-required {
    display:none;
}



/* Homepage Testimonials */
#testimonials-wrapper {
    background:#333 url('../images/homepage/testimonial-background.jpg') no-repeat center center;
    background-size: cover;  
    margin:0;
    padding:0;
    overflow:hidden;
}
#testimonials-wrapper h3 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 800;
    color: #fff;
    margin: 0;
    padding: 68px 0px 68px 68px;
    float: left;
    width: 36%;
    text-transform: uppercase;
    font-style: italic;
}
#testimonials-carousel {
    margin:0;
    padding:65px 0 0;
    float:left;
    width:57.5%;
}
.testimonials-carousel-box {
    color: #fff;
    text-align: center;
    font-style: italic;
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    padding: 0 80px;
}
.testimonials-carousel-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 46px;
    background: url('../images/homepage/quote-left.svg') no-repeat right 5px;
    pointer-events: none;
    width: 30px;
    height: 30px;
}
.testimonials-carousel-box::after {
    content: "";
    position: absolute;
    top: 0;
    right: 46px;
    background: url('../images/homepage/quote-right.svg') no-repeat left 5px;
    pointer-events: none;
    width: 30px;
    height: 30px;
}
#testimonials-carousel .owl-dots {
    text-align:center;
    margin:35px 0;
}
#testimonials-carousel button.owl-dot {
    background:#707070;
    width:18px;
    height:18px;
    margin:0 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
} 
#testimonials-carousel button.owl-dot.active {
    background:#fff;
}








/* Premium Events Page */
#bg-content.premium-events {}
#bg-content.premium-events #bg-content-inner {
  padding:0;
}
#titlebar {
    color: #fff;
    font-size: 42px;
    line-height: 46px;
    font-weight: 800;
    text-align: center;
    font-style: italic;
    text-transform: uppercase;
    padding: 27px 0;
    display: block;
    background: #01812e;
}
#bg-content.premium-events #videobanner {
    background:#333;
    height: 350px;
}

#premiumintro {
    background: #333 url('../images/homepage/testimonial-background.jpg') no-repeat center center;
    background-size: cover;
    /*background: #333 url('../images/dummy/premium-track-1.png') no-repeat center 0;*/
    position:relative;
    overflow:hidden;
    padding:29px 38px 40px 68px;
}
#premiumintro h3 {
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    display:block;
    width:100%;
    margin:0;
    padding:0;
}
#premiumintro-left {
    float:left;
    width:52%;
    font-size:15px;
    line-height:26px;
    color:#fff;
    font-weight:normal;
    margin:10px 12% 0 0;
}
#premiumintro-right {
    float:left;
    width:36%;
    margin:2px 0 0;
}
#premiumintro-right ul, #modal-premium ul, #mobile-premium-benefits ul {
    margin:0;
    padding:0;
}
#premiumintro-right ul li, #modal-premium ul li, #mobile-premium-benefits ul li {
    color:#fff;
    font-size:22px;
    line-height:32px;
    padding:0 0 0 50px;
    margin:0 0 16px;
    font-style: italic;
    text-transform: uppercase;
    list-style: none;
    font-weight: 800;
}
#premiumintro-right #iconiccircuits {
    background: transparent url('../images/header/white-flag.svg') no-repeat left center;
    background-size: 30px;
}
#premiumintro-right #limiteddrivers {
    background: transparent url('../images/header/white-star.svg') no-repeat left center;
    background-size: 30px; 
}
#premiumintro-right #moretimeontrack {
    background: transparent url('../images/header/white-car.svg') no-repeat left center;
    background-size: 34px;
    margin:0;
}

#divcalendar {
    margin: 140px 0 0;
    position: relative;
}
#divcalendar.premiumevents, #divcalendar.locations {
    margin: 80px 0 0;
}

#premiumevents-header {
    margin:0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#mobile-premiumevents-header { 
    display:none;
    margin: 0 0 20px; 
}
#divcalendar.premiumevents #premiumevents-header {
    margin: 0 0 30px;
}

#premiumevents-header h3 {
    margin:0;
    padding: 0;
    color: #000;
    font-size: 30px;
    line-height: 41px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

#premiumevents-header a.cchmodal {
    font-weight: normal;
    font-size: 12px;
    margin: 0 0 0 15px;
}

#divcalendar .divcalendar_cell.cell_2 {
    justify-content: space-between;
}
.eventtype {
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    background: #f0f;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    font-style: italic;
    font-weight: 800;
    font-size: 16px;
    display: inline-block;
    margin:0 4px 0 0;
}
.eventtype.isjunior { background:#003BFF; }
.eventtype.isfulllicence { background:#000; }
.eventtype.ispremium { background:#2A6128; }
#divcalendar.premiumevents .divcalendar_cell .eventtype { margin: 0 10px 0 0; }
#divcalendar.premiumevents .eventtype.isjunior {}
#divcalendar.premiumevents .eventtype.isfulllicence {}
#divcalendar.premiumevents .eventtype.ispremium {}

.divcalendar_cell_badges {}

#bg-content.premium-events #placeholder-signup {
    margin:60px 0 0;
}

/* Modal Overlay */
.modal-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(5px);
    top: 0;
    display:none;
}
.modal-overlay-inner {
    background: #fff;
    width:90%;
    max-width:1040px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-box-shadow: 0 2px 15px -1px #333;
    box-shadow: 0 2px 15px -1px #333;
}
.modal-overlay-hero, .modal-overlay-hero-mobile {
    background: #fff url(../images/bg-welcome-popup-hero.jpg) no-repeat center center;
    height: 540px;
    width: 50%;
    background-size: cover;
}
.modal-overlay-inner-text {
    width: 44%;
    text-align: left;
    padding: 0px 3%;
}
.modal-overlay-close {
    text-decoration: none;
    margin: 0px 4px 0 0;
    font-size: 50px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
    height: 21px;
    width: 21px;
    text-align: right;
    transform: rotate(45deg);
    font-weight: 400;
    text-shadow: 1px 0px 2px #fff;
}
.modal-overlay-close:hover {
    color:#333;
}
.modal-overlay-inner-text h3 {
    color:#000;
    padding:0;
    margin: 0 0 10px;
    font-size: 42px;
    line-height:46px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}
.modal-overlay-inner-text p {
    color:#000;
    font-weight:normal;
    font-size: 16px;
    line-height:24px;
    margin:0 0 16px;
}

.modal-overlay-hero-mobile {
    display:none;
    width:100%;
    height:190px;
}

#modal-fulllicence .modal-overlay-hero, #modal-fulllicence .modal-overlay-hero-mobile {
    background: #fff url('/uploads/tracks/img2/Facebook-image-template-X3.jpg') no-repeat center center;
    background-size: cover;
}

#modal-premium .modal-overlay-hero, #modal-premium .modal-overlay-hero-mobile {
    background: #fff url('/uploads/tracks/img2/goodwood-revival_1712955c.jpg') no-repeat center center;
    background-size: cover;
}
#modal-premium ul { margin:30px 0 0; }
#modal-premium ul li { color:#000; }
#modal-premium #iconiccircuits, #mobile-premium-benefits #iconiccircuits {
    background: transparent url('../images/header/black-flag.svg') no-repeat left center;
    background-size: 30px;
}
#modal-premium #limiteddrivers, #mobile-premium-benefits #limiteddrivers {
    background: transparent url('../images/header/black-star.svg') no-repeat left center;
    background-size: 30px; 
}
#modal-premium #moretimeontrack, #mobile-premium-benefits #moretimeontrack {
    background: transparent url('../images/header/black-car.svg') no-repeat left center;
    background-size: 34px;
}
.modal-overlay-inner-buttons { 
    margin: 40px 0 0;
    display: flex;
    justify-content: space-between;
}
.modal-overlay-inner-buttons a {
    border: 2px solid #96C123;
    width: 40%;
    text-align: center;
}
.modal-overlay-inner-buttons a.modal-button-close {
    background:#fff;
}
.modal-overlay-inner-buttons a.modal-button-close:hover {
    background:#96C123;
}

@media all and (max-width: 600px) {
    .modal-overlay-inner { flex-direction: column; }
    .modal-overlay-hero-mobile { display:block; }
    .modal-overlay-hero { display:none; }
    /*.modal-overlay-close, .modal-overlay-close:visited { color:#fff; }*/
    .modal-overlay-inner-text h3 { font-size:24px; }
    .modal-overlay-inner-text {
        width: 90%;
        padding: 0px 5%;
    }
    #modal-premium .modal-overlay-inner-text { padding:5%; }
}



/* Locations Page - Need to use flex */
#carBlock-wrapper {
    display:flex;
    flex-wrap: wrap;
    gap: 2%;
}
#carBlock-wrapper .carBlock {
    margin: 0 0 2%;
}
#bg-content.locations #carBlock-wrapper .carBlock.realimage {
    background-size: cover !important;
}
#carBlock-wrapper .carBlock .eventtype {
    position:absolute;
    bottom:7%;
    left:7%;
}

/* Single Locations Page */
#singlelocation2024 {
    margin: -32px -33px 30px;
    padding: 32px 0 0;
    background: #fff;
    overflow: hidden;
}
#singlelocation2024 #locationmap {
    border:none;
}
#premiumlocation-header {
    display:flex;
    justify-content: space-between;
}
#premiumlocation-header h1 {
    text-shadow: none;
    color: #2D6629;
    letter-spacing: 0;
    font-size: 26px;
    margin: 0 0 4px;
    display: block;
}
#premiumlocation-header a.cchmodal {
    font-weight: normal;
}
#singlelocation2024 h2 {
    margin:0;
    font-size: 26px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 800;
}
#car-booking-body {
    margin:20px 0 0;
}
#car-booking-body p {
    padding: 10px 0px;
}
#car-booking-body p strong {
    font-weight:bold;
}

#location-body #extraMessageWrapper {
    margin:20px 0 0;
}
#bg-content.booking #extraMessageWrapper {
    margin:20px 0 0;
    clear:both;
}

#get-directions {
    margin: 40px 0 0;
    background:#f4f4f4;
    background-size: contain;
    padding:15px;
}
#get-directions h4, #mobile-premium-benefits h4 {
    color:#000;
    text-shadow:none;
    /*letter-spacing: -1.7px;*/
    margin: 0 0 9px;
}
#get-directions-top {
    background-image: url('../images/locations/location-pin.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 27px;
    padding: 0 0 0 37px;
}
#get-directions-top h5 {
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 1.3;
}
#get-directions-top p {
    padding: 2px 0;
}
#get-directions-bottom {
    padding: 0 0 0 37px;
    background-image: url('../images/locations/threewords-pin.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 27px;
    margin: 7px 0 0;
}
#get-directions-bottom p {}

#singlelocation2024 h2.innertitle {
    width: 100%;
    margin:50px 0 30px;
}

#location-carousel {
    display:none;
    clear: both;
    position:relative;
    margin:0 0 30px;
}
#location-carousel .owl-dots {
    text-align:center;
    margin:20px 0 0;
}
#location-carousel button.owl-dot {
    background:#707070;
    width: 10px;
    height: 10px;
    margin: 0 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
} 
#location-carousel button.owl-dot.active {
    background:#000;
}
#location-carousel .owl-nav button {
    position: absolute;
    top:calc(50% - 50px);
    font-size: 50px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}
#location-carousel .owl-nav .owl-prev {
    left:10px;
}
#location-carousel .owl-nav .owl-next {
    right:10px;
}
#location-carousel #mobilemap {
    height: 62vw;
    width: 100%;
}

#mobile-premium-benefits { 
    display:none; 
    margin: 30px 0 0;
}
#mobile-premium-benefits h4 {
    margin:0 0 15px;
}
#mobile-premium-benefits ul li {
    margin:0;
}
#mobile-premium-benefits #iconiccircuits, #mobile-premium-benefits #limiteddrivers {
    background-size:20px;
}
#mobile-premium-benefits #moretimeontrack {
    background-size:24px;
}

#mobile-premium-icons {
    display:none;
    clear: both;
    width: 100%;
    margin: 0px 0 30px;
}
#mobile-premium-icons #premiumevents-header-icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
#mobile-premium-icons #premiumevents-header-icons a.cchmodal {
    font-weight: normal;
    font-size: 12px;
    margin: 0;
}



/* Main Cars Page */
#allcar-wrapper {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin: 0 -5px;
    padding: 10px 0 0;
}
#allcar-wrapper .carBlock {
    background-color:#e0e0e0;
    float: none;
    width: 32%;
    display: block;
    padding: 0;
    margin: 0 0 20px;
    min-height: unset;
}



/* Special Offer Single Page Layout Oct 2024 */
#container.special-offers, #container.black-friday-deals, #container.christmas-gifts  {
  width: 94%;
  max-width: 1080px;
  margin: 0 auto;
}

#car-imagebox.offers {
    margin: 30px 11% 1em 0;
    width: 46%;
}
#car-imagebox.offers .experience-box-hero {
    min-height:unset;
}
#car-imagebox.offers .experience-box-hero-badge-box {
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
}

#car-imagebox.offers #thumb-box {
    display: flex;
    gap: 3%;
    margin: 3% 0 0;
}
#car-imagebox.offers #thumb-box .thumb {
    float: none;
    margin: 0;
}

#content a#youtube-clip-box[href*="#"]::after {
    display:none;
}
#car-imagebox.offers #youtube-clip-box {
    display: block;
    background-size: 184px;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

#bg-content.special-offers #car-booking {
    margin-top: 30px;
    width:43%;
    padding:0;
}

#car-booking.offers h1 {
    color: #000;
    font-size: 30px;
    text-shadow: none;
    line-height: 1.1;
    margin: 0 0 20px;   
}

#car-booking.offers p {
    font-size: 16px;
    line-height: 1.5;
    padding: 0;
    margin: 0 0 26px;
    text-align: left;
}
#car-booking.offers p strong {
    font-weight:bold;
}

#car-booking.offers .experience-box-buttons {
    padding:0;
}
#car-booking.offers .experience-box-prices {
    align-items: flex-start;
}
#car-booking.offers .experience-box-prices span.price {
    padding-top: 8px;
}
#car-booking.offers .experience-box-buttons .limited {
    margin: 0 0 0 40px;
    margin-right: auto;
    align-items: end;
}

#offer-whatsincluded {
    margin: 40px 0 0;
    background:#f5f5f5;
}
#offer-whatsincluded-header {
    background: #707070;
    display: flex;
    padding: 2% 5%;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    justify-content: space-between;
}
#offer-whatsincluded-header img {
    margin-right:10px;
}
#offer-whatsincluded-header-left, #offer-whatsincluded-header-right { 
    display: flex;
    width: 50%; 
    align-items: center;
}
#offer-whatsincluded-header-right {
    justify-content: end;
}
#offer-whatsincluded-header-left img {
    max-height:19px;
}
#offer-whatsincluded-header-right img {
    max-height:17px;
}

#offer-whatsincluded-body {
    display:flex;
    flex-direction:column;
}
#offer-whatsincluded-body-header {
    padding: 3% 5% 5%;
    text-transform: uppercase;
    color: #000;
    font-style: italic;
    font-size: 17px;
}
#offer-whatsincluded-body-main {
    display:flex;
}
.offer-whatsincluded-body-item {
    display: flex;
    flex-direction: column;
    width: 28%; /* was 19% but too narrow if no HSPR */
    padding: 0 3%;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    align-items: center;
    justify-content: space-between;
}
.offer-whatsincluded-body-item img {
    max-height: 45px;
}
#offer-whatsincluded-venues img {
    max-height: 40px;
}
#offer-whatsincluded-hspr img {
    max-height: unset;
    max-width: 55px;
}
.offer-whatsincluded-body-item p {
    color:#000;
    font-weight:bold;
}



#offer-extras {
    margin: 40px 0 0;
}
#offer-extras-header {
    background: #707070;
    padding: 2% 5%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
}
#offer-extras-body {
    display:flex;
}
#offer-extras .offer-extras-body-item {
    display: flex;
    flex-direction: column;
    width: 26%; /* was 17% but too narrow if no HSPR */
    padding: 8% 4% 4%;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    align-items: center;
    justify-content: space-between;
}
#offer-extras .offer-extras-body-item img {
    max-height: 36px;
    margin-bottom: auto;
}
#offer-extras #offer-extras-sighting img {
    max-height: 44px;
}
#offer-extras #offer-extras-hspr img {
    max-height: 62px;
}
#offer-extras #offer-extras-double img {
    /*max-height: 45px; no longer needed as new image supplied */
}
#offer-extras .offer-extras-body-item p {
    color:#000;
    margin:0;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}
#offer-extras .offer-extras-body-item p.price {
    margin: 10px 0 0;
    font-style: italic;
    font-weight:500;
}
#offer-extras .offer-extras-body-item a, #offer-checkout input[type="submit"] {
    background-color: #95C123;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    margin: 20px 0 0;
    width: 100%;
    padding: 8px 0;
    border-radius:3px;
    overflow: hidden;
}
#offer-extras .offer-extras-body-item a:hover {
    background:#4B9F03;
}
#offer-checkout input[type="submit"] {
    font-family: 'Open Sans';
    font-size: 16px;
    padding: 16px 0;
    text-transform: uppercase;
    border: none;
    border-radius: 6px;
    margin: 0 0 160px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
#offer-checkout input[type="submit"]:hover {
    background:#4B9F03;
    color:#fff;
}
#offer-extras .offer-extras-body-item a.selected {
    background-color:#cbcbcb;
    background-image: url(../images/offers/icon-option-ticked.svg);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -3000px;
}
#offer-extras .offer-extras-body-item a.selected:hover {
    background-color:#707070;
    color:#fff;
}

#offer-extras-hidden {
    display:none;
}

@media all and (max-width:1023px) {
    #car-imagebox.offers {
        margin:10px 6% 1em 0;
        width: 47%;
    }
    #bg-content.special-offers #car-booking {
        margin-top:10px;
        width: 47%;
    }
}

@media all and (max-width:900px) {
    #offer-whatsincluded-header {
        font-size: 13px;
    }
}

@media all and (max-width: 840px) {
    #offer-whatsincluded-body-main, #offer-extras-body {
        flex-wrap: wrap;
    }
    .offer-whatsincluded-body-item {
        width: 44%;
    }
    #offer-extras .offer-extras-body-item {
        width: 42%;
    }
}

@media all and (max-width: 768px) {
    #car-imagebox.offers, #bg-content.special-offers #car-booking {
        margin-top:0;
    }
}

@media all and (max-width: 500px) {
    #experience-banner.normal-special-offers h2 {
        padding:60px 4% 0;
    }
    #experience-banner.normal-special-offers p {
        padding: 8px 4% 50px;
        width: 92%;
    }
}

@media all and (max-width: 420px) {
    #experiences-wrapper.normal-special-offers .experience-box-hero-badge-box {
        top:15px;
        left:15px;
    }
    #experiences-wrapper.normal-special-offers .experience-box-text {
        padding:20px 15px 40px;
    }
    #experiences-wrapper.normal-special-offers .experience-box-buttons { 
        padding: 0 15px 20px; 
    }
    #experiences-wrapper.normal-special-offers .experience-box-buttons .limited {
        margin-left:10px; 
        font-size: 1.2em;
    }
}

@media all and (max-width: 390px) {
    #experiences-wrapper.normal-special-offers .experience-box-buttons .limited {
        /*font-size: 1em;*/
    }
    #experience-banner.normal-special-offers h2 {
        font-size: 22px;
    }
    #experience-banner.normal-special-offers p {
        padding: 8px 18% 50px;
        width: 64%;
        font-size: 14px;
    }
    #experiences-wrapper.normal-special-offers .experience-box-text h4 {
        font-size: 16px;
    }
    #experiences-wrapper.normal-special-offers .experience-box-text p {
        font-size: 15px;
    }
}

@media all and (max-width: 350px) {
    #experiences-wrapper.normal-special-offers .experience-box-buttons {
        flex-direction: column;
    }
    #experiences-wrapper.normal-special-offers .experience-box-buttons a {
        margin:16px 0 0;
        order: 3;
    }
    #experiences-wrapper.normal-special-offers .experience-box-buttons .limited {
        margin:0 0 10px;
        justify-content: center;
        order: 1;
    }
    #experiences-wrapper.normal-special-offers .experience-box-buttons .limited br {
        display:none;
    }
    #experiences-wrapper.normal-special-offers .experience-box-prices {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        order: 2;
    }
}



/* Black Friday Home Page Specifics */
#blackfriday #videobanner-inner { 
    background: rgba(0,0,0,0.8);
}
#blackfriday #videobanner-inner h3, 
#blackfriday #videobanner-inner h6 {
    color:#fff;
}
#blackfriday .specialoffer-carousel-box {
  background: #000;
}

/* Black Friday Deals Page Specifics */
#seasonaloffers.blackfriday {}
/*#seasonaloffers.blackfriday #experience-banner.normal-special-offers h2 { padding-top:120px; }
#seasonaloffers.blackfriday #experience-banner.normal-special-offers p { padding-bottom:110px; }*/
#seasonaloffers.blackfriday .experience-box {
    background: #000;
}
#seasonaloffers.blackfriday .experience-box-text h4, 
#seasonaloffers.blackfriday .experience-box-text p,
#seasonaloffers.blackfriday .experience-box-buttons .limited,
#seasonaloffers.blackfriday .experience-box-buttons span.price {
    color:#fff;
}
#seasonaloffers.blackfriday .experience-box-buttons .limited.scarce {
    color: #ff0a00;
}



/* Christmas Home Page Specifics */
#christmas #header24 {
    background: #e62020 url('../images/header/bg-carchase-christmas-header.png') no-repeat center -6px;
    background-size: cover;
}
#christmas #nav-toggle {
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;  
}
#christmas #headerlinks a, #christmas #contact24mobile {
    color:#fff;
}
#christmas #basketcount { 
    background:#000;
}
#christmas #headerlinks i.phone {
    background: transparent url('../images/header/white-phone.svg') no-repeat 0 0;
    background-size: cover;
}
#christmas #headerlinks i.basket {
    background: transparent url('../images/header/white-basket.svg') no-repeat 0 0;
    background-size: cover;
}
@media (max-width: 510px) {
    #christmas #videobanner-inner {
        background: #890101;
    }
}



/* Christmas Gifts Page Specifics */
#seasonaloffers.christmas {}
#seasonaloffers.christmas #experience-banner::after {
    background: rgba(137,1,1,0.76);
}
/*#seasonaloffers.christmas #experience-banner.normal-special-offers h2 { padding-top:120px; }
#seasonaloffers.christmas #experience-banner.normal-special-offers p { padding-bottom:110px; }*/



/* Special Offer 3 Column Layout */
#experiences-wrapper.normal-special-offers .experience-box {
    flex-basis: 31.3%;
}
#experiences-wrapper.normal-special-offers .experience-box-buttons {
    flex-wrap: wrap;
}
#experiences-wrapper.normal-special-offers .experience-box-buttons .limited {
    width: 100%;
    margin: 0 0 20px;
    /*justify-content: center;*/
}
@media (max-width: 890px) {
    #experiences-wrapper.normal-special-offers .experience-box {
        flex-basis: 48.5%;
    }
}
@media (max-width: 660px) {
    #experiences-wrapper.normal-special-offers .experience-box {
        flex-basis: 100%;
    }
}



/* Cart Bundle Refresh Spinner */
#refresh-overlay {
    display:none;
}
#refresh-overlay-inner {
    width:200px;
    margin: 10% auto 0;
    position:relative;
    overflow: hidden;
    text-align: center;
}
#refresh-overlay-inner img {
    margin: 0 auto;
}



/* Link box that sits above background image box */
.background-link-box {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 1;
}



/* MailerLite Drivers Club Signup */
html .ml-embedded {
    width: 59%;
}
html #mlb2-22706669.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
    max-width: unset;
    background: transparent;
}
html #mlb2-22706669.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
html #mlb2-22706669.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-formContent.horozintalForm {
    padding:0;
}
html #mlb2-22706669.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
    font-weight: 800 !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    padding: 10px 35px !important;
}
html #mlb2-22706669.ml-form-embedContainer .ml-form-horizontalRow .ml-button-horizontal {
    /*width:unset;*/
}
</pre></body></html>