html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.reload-warning {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.ui-datepicker .ui-datepicker-title select {padding: 0px 1em!important;}

#display_marv_side {
    display: none;
}

#display_desktop {
    display: none;
}

.pol_container { 
    margin: 10px 0px;
}

.terms_container { 
    margin: 0px;
}

.tob_container { 
    margin: 10px 0px;
}

.keyfacts_container { 
    margin: 10px 0px;
}

.button.green .tob_subtext {
    font-size: 100%;
}

.glow-landing-uk {
    height: 450px;
    left: -115px;
    position: absolute;
    top: -140px;
    width: 500px;
    z-index: -1;
}

.bordered {
    border-right: thin #ccc solid;
}

.password_forget_link a {
    color: red;
    text-align: right;
    font-size: 80%;
    /*float: right;*/
}


#fittext1 {
    margin: 10px 0px 40px 0px;
}

#fittext5 {
    margin: 0px 0px 40px 0px;
}

    #fittext5 small {
        margin: 0px 0px 0px 0px;
    }

#fittext4 {
    display: block;
    font-size: 19px;
    margin-bottom: -65px;
    text-align: center;
    margin-left: 14%;
    background-color: #f1d03d;
    background-image: linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
    height: 35px;
    color: #003176;
    padding: 6px;
    border-radius: 5px;
    font-weight: bold;
    text-shadow: 0px 1px 2px rgba(0,0,0,0);
    margin-top: 30px;
    display: none;
}

.hide_monkey {
    display: none;
}

.mapfre_logo_home {
    width: auto;
    margin-top: 0px;
}

#fittext4 {
    display: none;
}

#upsell-box {
    position: absolute;
    top: 222px;
    width: 80%;
    height: 41px;
    bottom: 0px;
    border-radius: 10px;
    font-size: 1.8rem;
    padding: 8px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    text-align: center;
    right: 0px;
    background: green;
    background-image: linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
    text-shadow: 0px 1px 2px;
    border: 0px #fff solid;
}

article, aside, figure, footer, header, hgroup, nav, section {
    display: block;
}

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites, like, say for Google Maps custom placemarkers. 
   There has been a report of problems with standard Google maps as well, but we haven't been able to duplicate or diagnose the issue. */
img,
object,
embed {
    max-width: 100%;
}

/* force a vertical scrollbar to prevent a jumpy page */
html {
    overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted. 
	don't forget to restore the bullets within content. */
ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

del {
    text-decoration: line-through;
}

#travelDisruptionDisable {
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    height: 50px;
    left: 0px;
    top: 25px;
    z-index:9999;
}

.sr-only, .visually-hidden {
    width: 40%;
    display: inline-block;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    font-weight: bold;
    vertical-align: bottom;
}

td {
    font-weight: normal;
    vertical-align: top;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

#travel_thumb {
    display: none;
}

.fa-thumbs-up {
    display: none;
}

@keyframes

"pulse1" {
    0%

{
    color: rgba(82, 161, 2, 1);
}

90% {
    color: rgba(111,192,29,0.2);
}

100% {
    color: rgba(111,192,29,1.0);
}

}


@-moz-keyframes

"pulse1" {
    0%

{
    color: rgba(82, 161, 2, 1);
}

90% {
    color: rgba(111,192,29,0.2);
}

100% {
    color: rgba(111,192,29,1.0);
}

}


@-webkit-keyframes

"pulse1" {
    0%

{
    color: rgba(82, 161, 2, 1);
}

90% {
    color: rgba(111,192,29,0.2);
}

100% {
    color: rgba(111,192,29,1.0);
}

}


@-moz-keyframes

"pulse1" {
    0%

{
    color: rgba(82, 161, 2, 1);
}

90% {
    color: rgba(111,192,29,0.2);
}

100% {
    color: rgba(111,192,29,1.0);
}

}

input[type="radio"] {
    vertical-align: text-bottom;
}

input[type="checkbox"] {
    vertical-align: bottom;
    *vertical-align: baseline;
}

.homepage-form .field .input-wrapper #DLsurName {color:#cc0066;width:51%;}

.ie6 input {
    vertical-align: text-bottom;
}

select, input, textarea {
    font: 99% sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

/* Accessible focus treatment
	people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
    outline: none;
}

small {
    font-size: 85%;
}

strong, th {
    font-weight: bold;
}

td, td img {
    vertical-align: top;
}

/* Make sure sup and sub don't screw with your line-heights
	gist.github.com/413930 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
    font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
button {
    cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
    margin: 0;
}

/* make buttons play nice in IE */
button {
    width: auto;
    overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
    -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover */
.ie6 html {
    filter:"expression(document.execCommand;("BackgroundImageCache", false, true))";
}

/* let's clear some floats */
.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}



/* Ok, this is where the fun starts.
-------------------------------------------------------------------------------*/

/* new Linux- and Windows-friendly sans-serif font stack: http://mky.be/fontstack 
body {font: 13px Helmet, Freesans, sans-serif;}
*/
/* using local fonts? make sure to read up on Paul Irish's 
	Bulletproof @font-face syntax: http://mky.be/font-face/bulletproof/ */

/* we like off-black for text */
body, select, input, textarea {
    color: #555;
}

a {
    color: #2583e2;
}

    a:hover {
        color: #69f;
    }

/* Custom text-selection colors (remove any text shadows: twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
    background: #fcd700;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #fcd700;
    color: #fff;
    text-shadow: none;
}

/*	j.mp/webkit-tap-highlight-color */
a:link {
    -webkit-tap-highlight-color: #fcd700;
}

ins {
    background-color: transparent;
    color: inherit;
    text-decoration: none;
}

mark {
    background-color: #fcd700;
    color: #000;
    font-style: italic;
    font-weight: bold;
}


/* And here begins the Wordpress fun.
-------------------------------------------------------------------------------*/

#page-wrap {
    width: 960px;
    margin: 20px auto;
}

.post {
}

.entry-content {
}

    .entry-content a {
    }

        .entry-content a:hover {
        }

#meta {
}

.postmetadata {
}

#sidebar {
}

.navgation {
}

.next-posts {
}

.prev-posts {
}

#searchform {
}

#s {
}

#searchsubmt {
}

ol.commentlist {
    list-style: none;
}

    ol.commentlist li {
    }

        ol.commentlist li.alt {
        }

        ol.commentlist li.bypostauthor {
        }

        ol.commentlist li.byuser {
        }

        ol.commentlist li.comment-author-admin {
        }

        ol.commentlist li.comment {
            border-bottom: 1px dotted #666;
            padding: 10px;
        }

            ol.commentlist li.comment div.comment-author {
            }

            ol.commentlist li.comment div.vcard {
            }

                ol.commentlist li.comment div.vcard cite.fn {
                    font-style: normal;
                }

                    ol.commentlist li.comment div.vcard cite.fn a.url {
                    }

                ol.commentlist li.comment div.vcard img.avatar {
                    float: right;
                    margin: 0 0 10px 10px;
                }

                ol.commentlist li.comment div.vcard img.avatar-32 {
                }

                ol.commentlist li.comment div.vcard img.photo {
                }

                ol.commentlist li.comment div.vcard span.says {
                }

            ol.commentlist li.comment div.commentmetadata {
            }

            ol.commentlist li.comment div.comment-meta {
                font-size: 10px;
            }

                ol.commentlist li.comment div.comment-meta a {
                    color: #ccc;
                }

            ol.commentlist li.comment p {
            }

            ol.commentlist li.comment ul {
            }

            ol.commentlist li.comment div.reply {
                font-size: 11px;
            }

                ol.commentlist li.comment div.reply a {
                    font-weight: bold;
                }

            ol.commentlist li.comment ul.children {
                list-style: none;
                margin: 10px 0 0;
            }

                ol.commentlist li.comment ul.children li {
                }

                    ol.commentlist li.comment ul.children li.alt {
                    }

                    ol.commentlist li.comment ul.children li.bypostauthor {
                    }

                    ol.commentlist li.comment ul.children li.byuser {
                    }

                    ol.commentlist li.comment ul.children li.comment {
                    }

                    ol.commentlist li.comment ul.children li.comment-author-admin {
                    }

                    ol.commentlist li.comment ul.children li.depth-2 {
                        border-left: 5px solid #555;
                        margin: 0 0 10px 10px;
                    }

                    ol.commentlist li.comment ul.children li.depth-3 {
                        border-left: 5px solid #999;
                        margin: 0 0 10px 10px;
                    }

                    ol.commentlist li.comment ul.children li.depth-4 {
                        border-left: 5px solid #bbb;
                        margin: 0 0 10px 10px;
                    }

                    ol.commentlist li.comment ul.children li.depth-5 {
                    }

                    ol.commentlist li.comment ul.children li.odd {
                    }

        ol.commentlist li.even {
            background: #fff;
        }

        ol.commentlist li.odd {
            background: #f6f6f6;
        }

        ol.commentlist li.parent {
            border-left: 5px solid #111;
        }

        ol.commentlist li.thread-alt {
        }

        ol.commentlist li.thread-even {
        }

        ol.commentlist li.thread-odd {
        }


/* Print styles!
-------------------------------------------------------------------------------*/
@media print {
}


/* Media queries!
-------------------------------------------------------------------------------*/

/* Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
}

@media all and (orientation: portrait) {
}

@media all and (orientation: landscape) {
}
/*
Note on font size ... using rems ..... http://snook.ca/archives/html_and_css/font-size-with-rem

initial font-size set to 10px in html tag .... this is for easy of use.... 1.4rems = 14px....

ppop
Colours

GREY
------

grey = #ddd

mid grey = #ccc ... for gradients

dark grey = #414141

grey buttons = #999 to 666

button grey = #555


GREEN 
------

green = #75bb30

dark green = #3e5e1f

button green = #52a102


BLUE
------ 

blue = #3b77f5

dark blue = #213a7f

button blue = #044ebc

*/

#contact-address {
    width: 30%;
    float: left;
}

#contact-odr {
    width: 60%;
    float: right;
}

#flag-mobile {
    display: none;
}

#flag-desktop {
    display: block
}

.office_move {
    /*border-style: solid;
    border-width: 1px;
    display: block;
    font-weight: normal;
    margin-bottom: 1.25rem;
    position: relative;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    font-size: 0.8125rem;
    transition: opacity 300ms ease-out;
    background-color: #213a7f;
    border-color: #0078a0;
    color: white;
    border-radius: 5px;
    font-size: 1.3rem;*/
    display: none;
}

.notification {
    text-align: left;
    font-size: 9px;
    line-height: 1.2;
    position: absolute;
    letter-spacing: 0.0rem;
    padding-top: 0px;
    width: 32%;
    height: 100px;
    margin-top: -7px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 0px solid #79b7e7;
    background: #d0e5f5 url("images/ui-bg_glass_75_d0e5f5_1x400.png") 50% 50% repeat-x;
    font-weight: bold;
    color: #1d5987;
}

@font-face {
    font-family: 'VAGRound';
    src: url('font/VAGRound.eot'); /* IE9 Compat Modes */
    src: url('font/VAGRound.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('font/VAGRound.woff') format('woff'), /* Modern Browsers */
    url('font/VAGRound.ttf') format('truetype'), /* Safari, Android, iOS */
    url('font/VAGRound.svg#svgVAGRound') format('svg'); /* Legacy iOS */
}



@font-face {
    font-family: 'ArialRoundedMTBold';
    src: url('font/ArialRoundedMTBold.eot?') format('eot'), url('font/ArialRoundedMTBold.woff') format('woff'), url('font/ArialRoundedMTBold.ttf') format('truetype'), url('font/ArialRoundedMTBold.svg#ArialRoundedMTBold') format('svg');
}


* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    font-size: 62.5%;
}

body {
    height: 100%;
    /*background: url(../images/page-bg-01.jpg) center top no-repeat #ede8e4;*/
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'VAG-regular';
    line-height: 1.5em;
    -webkit-text-size-adjust: none;

}

.outter-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: -100px;
    background: #ffffff;
}

.wrapper {
    max-width: 960px;
    position: relative;
    /*z-index: 2;*/
    margin: 0 auto;
}

.glow {
    /*background: url(../images/sun-glow2.png) no-repeat scroll center top transparent;*/
    height: 450px;
    left: -115px;
    position: absolute;
    top: -140px;
    width: 500px;
    z-index: -1;
}


.logo_deloitte {
    margin-top: 15px;
}

.customer-testimonials {
    font-size: 1.4Rem;
    color: #213a7f;
    padding: 5px 0 0 10px;
    text-align: center;
    font-weight: bold;
}

/*** TEXT FORMATS ***/

h1, h2, h3, h4, h5, h6 {
    font-family: 'VAG-regular';
    line-height: 1.5em;
    margin-bottom: 0.5em;
    font-weight: 400;
    color: #213a7f /*dark blue*/
}

    h1, h2.price-summary {
        font-size: 24px;
        font-size: 2.4rem;
        border-bottom: 1px dashed #999;
        border-color: rgba(0,0,0,0.4);
        margin-bottom: 0.5em;
        padding-bottom: 0.25em;
    }

h1, h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 0.5em;
    clear: both;
    margin-left: -3px;
}

h3 {
    font-size: 22px;
    font-size: 2.2rem;
    clear: both;
}

    h3.index {
        color: #ffffff !important;
        font-size: 13px;
        font-size: 1.3rem;
        margin-bottom: 1.5em;
        line-height: 1.3em;
        font-weight: bold;
    }

h4 {
    font-size: 2.0rem;
    clear: both;
}

h5 {
    font-size: 16px;
    font-size: 1.6rem;
    clear: both;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
    clear: both;
}

p.no-mb {
    font-size: 12px;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 0em;
    line-height: 1.5em;
}

p {
    font-family: 'VAG-regular';
    font-size: 12px;
    font-size: 1.5rem;
    margin-bottom: 1.5em;
    line-height: 1.5em;
}


ul {
    font-family: 'VAG-regular',sans-serif;
    margin-left: 5%;
    list-style-type: disc;
}

ol {
    margin-left: 5%;
    font-size: 12px;
    font-size: 1.2rem;
}

li {
    margin-bottom: 0.5em;
}

a {
    text-decoration: none;
}

/*** TEXT COLOUR CLASSES ***/

.text-blue {
    color: #213a7f;
}

.text-green {
    color: #75bb30;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #111;
}

.text-shadow {
    text-shadow: 0px 1px 1px rgba(0,0,0,0.8);
}

/*** BOX GRADIENTS & SHADOWS ***/

.gradient-green {
    background: linear-gradient(top, rgba(62,94,31,1) 0%,rgba(117,187,48,1) 75%,rgba(62,94,31,1) 100%);
    background: linear-gradient(to bottom, rgba(62,94,31,1) 0%,rgba(117,187,48,1) 75%,rgba(62,94,31,1) 100%);
}

.gradient-grey-light {
    /*background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(204,204,204,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(204,204,204,1) 100%);*/
    background: #ffffff;
}

.gradient-grey-dark {
    background: linear-gradient(top, rgba(65,65,65,1) 0%,rgba(119,119,119,1) 75%,rgba(81,81,81,1) 100%);
    background: linear-gradient(to bottom, rgba(65,65,65,1) 0%,rgba(119,119,119,1) 75%,rgba(81,81,81,1) 100%);
}

.box-shadow {
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
}

.bg-grey {
    background-color: #ccc;
}


.equality {
    max-width: 20%;
    margin-left: 10%;
    margin-top: 5%;
}
/*** LINES & BORDERS ***/

.line-dashed {
    border-bottom: 1px dashed #fff;
    border-color: rgba(255,255,255,0.4);
    padding-bottom: 0.5em !important;
    margin-bottom: 20px !important;
}

.line-dashed-dark {
    border-bottom: 1px dashed #999;
    border-color: #767676;
    padding-bottom: 0.5em !important;
    margin-bottom: 20px !important;
}

div.line-dashed {
    border-bottom: 1px dashed #fff;
    margin-bottom: 20px;
    opacity: 0.4;
    clear: both;
}

div.line-dashed-dark {
    border-bottom: 1px dashed #999;
    border-color: rgba(0,0,0,0.4);
    margin-bottom: 20px;
    clear: both;
    margin-bottom: 20px !important;
}

h2.line-dashed {
    border-bottom: 1px dashed #fff;
    border-color: rgba(255,255,255,0.4);
    padding-bottom: 0em !important;
    margin-bottom: 5px !important;
}

.left-line {
    border-left: 1px solid #ddd;
}

.top-line {
    font-family: 'Open Sans', sans-serif;
    border-top: 1px dashed #aaa;
    line-height: 3em;
    font-size: 1.2rem;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

/*** POSITIONS ***/

.flo-left {
    float: left
}

.flo-right {
    float: right
}

.flo-center {
    display: block;
    margin: 0 auto;
}

.clear {
    clear: both;
    margin-bottom: 20px;
}

.clear-0 {
    clear: both;
    margin: 0;
}

.text-center {
    text-align: center;
}

/*** BOX CONTAINERS ***/

/* COMPETITON DETAILS */
#comp_months input {
    width: 100%;
    margin: 5px;
}


    #comp_months input.button.small.green {
        border: 1px #52a102 solid;
        color: #fff;
        margin: 5px;
    }

        #comp_months input.button.small.green:focus {
            background-color: white;
            border: 1px #52a102 solid;
            color: #213a7f !important;
            margin: 5px;
            text-shadow: 0px 0px #ff0000;
        }

        #comp_months input.button.small.green:visited {
            color: blue !important;
        }

#comp_months table {
    margin-left: -5px;
}

    #comp_months table tr td {
        padding-right: 10px;
    }

    #comp_months table tr {
        margin: 5px 10px;
    }

article,
aside {
    padding:  0.75em 1.5em;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 8px;
}

.content {
    position: relative;
    border: 1px solid #555;
    border-radius: 10px;
    padding: 15px 20px;
    margin: 20px 0;
    background-color: #ffffff;
}

    .content:before, .content:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .content:after {
        clear: both;
    }

.content {
    zoom: 1;
}

.extra-padding {
    padding: 30px 40px;
}

.box-50 {
    width: 50%;
    margin: 30px auto;
}

    .box-50 .field label {
        display: inline-block;
        width: 40%;
        margin-right: 5%;
    }

    .box-50 .field input {
        display: inline-block;
        width: 50%;
    }

.box-33 {
    width: 33%;
    margin: 30px auto;
}

    .box-33 .field label {
        display: inline-block;
        width: 25%;
        margin-right: 5%
    }

    .box-33 .field input {
        display: inline-block;
        width: 70%;
    }

.field label.width-auto {
    width: auto;
}

/*** BUTTONS ***/

.button, .button-back,
input.button, input.button-back {
    display: inline-block;
    border-radius: 5px;
    padding: 0 1.5em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.25em;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.7);
}

input.button, input.button-back {
    display: block !important;
    border: none;
    height: auto;
    float: none;
    margin: 0.5em auto;
    padding: 0.25em 0;
}

.button:hover, .input.button-back:hover {
    background-image: none;
    text-shadow: none;
    color: #fff;
}

.button.full {
    width: 100%;
    padding: 0;
}

.button.green {
    background-color: #46850a;
}

.button:hover.green {
    background-color: #315b08!important;
}

.homepage-form .button:hover.green {
    background-color: #315b08 !important;
}
 

.button.blue, .button-back.blue {
    background-color: #044ebc;
}
    .button.blue.disabled, .button.blue[disabled] {
        background-color: #ffffff;
        color: #044ebc!important;
        border: 1px solid #044ebc!important;
        opacity: 100%;
        text-shadow: none;
    }
    .button.grey {
        background-color: #555;
    }

.button.small {
    font-size: 80%;
    padding: 0 1em;
    width: auto;
    margin: 0;
    background-color: #555;
    line-height: 2.5em;
}

.button.small.green {
    background-color: #46850a;
}


.button:hover.small.green {
    background-color: #315b08;
}



.button.small.white {
    background-color: #ddd;
    color: #333 !important;
    text-shadow: none !important;
}

.button-subtext {
    font-size: 80%;
    display: block;
    text-align: center;
}

/*** DATE PICKER ***/

.ui-datepicker .ui-datepicker-title select {
    font-size: 12px !important;
    padding: 0 !important;
}

/*** TOOL TIPS ***/


/* header tooltip */
.banner #fittext3.newtip {
    color: #cc0066;
    font-size: 19px;
    text-align: center;
    margin-left: 10%;
}


.qtip-default {
    margin-left: 3px;
    max-width: 280px;
    border-radius: 7px;
    overflow: hidden;
}

.qtip-titlebar {
    padding: 10px 0;
}

.qtip-default h3 {
    font-size: 14px;
}

.qtip-default p {
    font: 11px/1.25em Arial, Helvetica, sans-serif;
    margin-bottom: 1.5em;
}

.qtip-default strong {
    font: bold 12px/1.25em Arial, Helvetica, sans-serif;
}

.qtip-default ul {
    margin-bottom: 1em;
}

.qtip-default li {
    font: 11px/1.25em Arial, Helvetica, sans-serif;
    margin-bottom: 0.5em;
}

.qtip-step-2 {
    max-width: 250px !important;
    margin-top: -5px !important;
}

.block-postage-left {
    width: 70%;
    float: left;
}

.block-postage-right {
    width: 30%;
    float: left;
}

.block-radios-left {
    width: 50%;
    float: left;
}

.block-radios-right {
    width: 50%;
    float: left;
}
/*** HEADER ***/
.logo {
    margin: 10px 0;
    float: left;
    position: relative;
}

.logo {
    margin: 0px 0;
}

.contacts {
    float: right;
    margin: 40px 0 0;
    width: 270px;
    position: relative;
    color: #fff;
    text-align: right;
    line-height: 1.3;
}

.contacts-uk {
    float: right;
    margin: 34px 0 0;
    width: 270px;
    position: relative;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}

.contacts-mid {
    float: right;
    margin: 10px 0px;
    width: 360px;
    position: absolute;
    color: #fff;
    text-align: center;
    left: 38%;
    top: 0px;
}


.contacts-mid-uk {
    float: right;
    margin: 10px 0 10px 15px;
    width: 220px;
    position: absolute;
    color: #fff;
    text-align: center;
    left: 38%;
    top: 0;
}

.contacts strong {
    font-size: 23px;
    position: relative;
    top: -20px;
    display: inline-block;
    margin-right: 0px;
    font-family: 'VAG-regular';
}

.contacts-uk strong {
    font-size: 18px;
    position: relative;
    display: inline-block;
 
    font-family: 'VAG-regular'
}

.contacts strong a {
    color: #fff;
    text-decoration: none;
}

.contacts ul {
    margin-left: 0;
    list-style-type: none;
}

.contacts ul,
.contacts li {
    display: inline-block;
}

    .contacts li a {
        display: block;
        width: 36px;
        height: 36px;
        border-radius: 18px;
        margin-left: 5px;
        background-color: #fff;
        background-position: center center;
        background-repeat: no-repeat;
        transition: background-color 300ms;
    }

        .contacts li a:hover {
            background-color: #ABCB4B;
        }

        .contacts li a.facebook {
            background-image: url(../images/icons-fb.png);
        }

        .contacts li a.twitter {
            background-image: url(../images/icons-tw.png);
        }

        .contacts li a.email {
            background-image: url(../images/icons-em.png);
        }

.contacts div {
    font-family: 'VAGRoundedBT';
    line-height: 1em;
    margin-bottom: 0em;
    font-weight: 400;
    color: #fff;
    text-align: center;
    font-size: 13px;
    clear: both;
}

#phone-sub {
    font-size: 0.6em;
    text-align: center;
    margin: 0 auto;
}

.footersocial ul {
    margin-left: 0;
    list-style-type: none;
}

.footersocial ul,
.footersocial li {
    display: inline-block;
    margin-bottom: 0;
}

    .footersocial li a {
        display: block;
        width: 36px;
        height: 36px;
        border-radius: 18px;
        margin-left: 5px;
        background-color: #eee;
        background-position: center center;
        background-repeat: no-repeat;
        transition: background-color 300ms;
    }

        .footersocial li a:hover {
            background-color: #ccc;
        }

        .footersocial li a.facebook {
            background-image: url(../images/icons-fb.png);
        }

        .footersocial li a.twitter {
            background-image: url(../images/icons-tw.png);
        }

        .footersocial li a.email {
            background-image: url(../images/icons-em.png);
        }

.footersocial div {
    font-family: 'VAGRoundedBT';
    line-height: 1em;
    margin-bottom: 0em;
    font-weight: 400;
    color: #fff;
    text-align: center;
    font-size: 13px;
    clear: both;
}

.contacts p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
}

.top-nav {
    display: none;
}

.main-nav {
    background: #1E599D;
    border-top: 2px solid #BCCEE2;
    border-bottom: 2px solid #BCCEE2;
    border-color: rgba(255, 255, 255, 0.7);
    min-height: 35px;
    display: inline-block;
    width: 100%;
}

    .main-nav ul {
        display: inline;
        line-height: 34px;
        margin-left: 0;
        list-style-type: none;
    }

        .main-nav ul li {
            display: inline;
            margin: 0 !important;
        }

    .main-nav li a {
        color: #fff;
        display: inline-block;
        padding: 0 15px;
        text-decoration: none;
        transition: background-color 300ms;
    }

        .main-nav li a:hover {
            background-color: #003176;
            color: #fff;
        }

    .main-nav .flags {
        float: right;
        height: 35px;
        position: relative;
        right: 6px;
        top: 4px;
        margin-left: 0;
        list-style-type: none;
    }

        .main-nav .flags li {
            margin: 0 1px;
        }

            .main-nav .flags li a {
                padding: 0 5px;
                background: none;
            }

            .main-nav .flags li img {
                border: 1px solid #fff;
                -moz-box-sizing: content-box;
                -webkit-box-sizing: content-box;
                box-sizing: content-box;
            }

                .main-nav .flags li img:hover {
                    border-color: #ffff33;
                }

    .main-nav .mobile-menu {
        position: relative;
        display: none;
        text-align: center;
    }

    .main-nav span.phone {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        line-height: 1.5em;
        background: url(../images/Phone.png) left center no-repeat;
        padding: 0 20px;
    }

    .main-nav span.phone_tag {
        display: none;
    }

    .main-nav span.phone a {
        color: #fff;
        text-decoration: none;
        font-size: 18px;
    }

    .main-nav span.menu-label {
    font-size: 12px;
    color: #fff;
    line-height: 0em;
    right: 55px;
    position: absolute;
    display: none;
}

.sub-nav {
    background: #003176;
}

.sub-nav ul {
    margin-left: 0;
    list-style-type: none;
    text-align: center;
}

.sub-nav li {
    color: #000000;
    display: inline;
    line-height: 25px;
    font-size: 16px;
    padding-right: 0.4em;
    font-weight: 400;
}

    .sub-nav li .fa-long-arrow-alt-right {padding-left:0.3em}

    .sub-nav li.in {
        color: #213a7f;
        font-weight: 700;
    }

ul.policy-menu {
    margin-left: 0;
    list-style-type: none;
    position: absolute;
    right: 0;
}

    ul.policy-menu li {
        font-size: 80%;
        display: inline-block;
    }


.banner {
    color: #fff;
    margin: 0px 0px 5px;
    position: relative;
    text-align: center;
    width: 100%;
}

    .banner div,
    .banner div h1 {
        font-family: 'VAGRoundedBT';
        color: #fff;
        font-size: 100px;
        line-height: 1em;
        display: block; /*margin-bottom:0.5em;*/
        margin-bottom: 0em;
    }

        .banner div h1 {
            display: inline;
            font-size: inherit;
            border: none;
        }
    /*.banner #fittext2 { font-size:60px; }*/
    .banner #fittext2 {
        display: none;
    }

        .banner #fittext2 span {
            display: block;
            text-align: right;
            font-size: 80%;
        }

    .banner #fittext3 {
        font-size: 19px;
        margin-bottom: -2.9em;
        text-align: center;
        margin-left: 10%;
    }

        .banner #fittext3 span {
            display: inline-block;
            text-align: right;
            font-size: 80%;
            position: absolute;
        }

.valentine_banner {
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid #000000;
    -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
}

/** Homepage **/
.step-1 .banner h1 {
    margin: 2% 0 2% 0%;
    width: 105%;
}

.banner ins.currency:before {
    content: "from";
    position: absolute;
    font-size: 0.25em;
    top: -2.4em;
}

.banner ins.currency {
    font-family: 'ArialRoundedMTBold', sans-serif !important;
    font-size: 64%;
    display: inline-block;
    position: relative;
    margin-right: 0.1em;
}

.banner small {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 1.25em;
    display: block;
    text-align: center;
    margin: -35px 0px 10px;
}

@media only screen and (min-width: 64.0625em) {
    .outter-wrapper {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin-bottom: -100px;
        background: #ffffff;
    }
    .banner {
        color: #fff;
        margin: -10px 0px -10px !important;
        position: relative;
        text-align: center;
        width: 100%;
         height: 160px;
    padding-top: 20px;
    }
    

    #fittext5 {
        margin: 0px 0px 40px 0px;
    }

        #fittext5 small {
            margin: -35px 0px 0px 0px;
        }

    #fittext1 {
        margin: 20px 0px 40px 0px;
    }

    .banner small {
        font-family: 'Open Sans', sans-serif;
        font-size: 11px;
        line-height: 1.25em;
        display: block;
        text-align: center;
        margin: -40px 30px 30px;
    }
}
/*** GENERAL FORM STYLES ***/

input {
    background: #fff;
    border: 1px solid #999;
    padding: 5px 5px 6px;
    float: left;
    font-size: 13px;
    font-size: 1.3rem;
    height: 28px;
    border-radius: 0;
}
input[type="radio"] {height: initial;}
input[type="radio"] label {line-height: initial;}

.input-large-size {
    width: 20px !important;
}

label {
    display: block;
    float: left;
    padding-top: 2px;
    font-size: 14px;
    font-size: 1.4rem;
    font-family: 'VAG-regular';
}
.homepage-form form label.small-label {
    display: block;
    float: left;
    color:#eee;
    padding-top: 0px;
    font-size: 11px;
    font-family: 'VAG-regular';
    font-weight:normal;
}
.homepage-form form label.small-label-wide {
    display: block;
    float: left;
    color:#eee;
    padding-top: 0px;
    font-size: 11px;
    font-family: 'VAG-regular';
    font-weight:normal;
    width:85%;
}

input, select {
    border-radius: 5px;
    outline: none;
}

select {
    position: relative;
    float: left;
    line-height: 1em;
    border: 1px solid #999;
    background: #fff;
    cursor: pointer;
    height: auto;
    min-width: 50px;
    padding: 4px 3px;
    font-size: 13px;
    font-size: 1.3rem;
}

    select option:checked {
        background-color: #213A7F;
        color: #FFFFFF;
    }

    select option:focus {
        background-color: #213A7F !important;
        color: #FFFFFF;
    }

    select option:hover {
        background-color: #213A7F !important;
        color: #FFFFFF;
    }

textarea {
    border-radius: 5px;
    border: 1px solid #999;
    background: #fff;
    resize: vertical;
    width: 100%;
}

.field {
    width: 100%;
    padding: 0.5em 0;
    position: relative;
}

    .field:before, .field:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .field:after {
        clear: both;
    }

.field {
    zoom: 1;
}

.row {
    width: 100%;
    padding: 0;
}

    .row:before, .row:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    .row:after {
        clear: both;
    }

.row {
    zoom: 1;
}

#JSValidation ol,
.block-1,
.block-2,
.block-3,
.block-4 {
    width: 100%;
    padding: 0.5em 0;
}

    #JSValidation ol:before,
    #JSValidation ol:after,
    .block-1:before,
    .block-2:before,
    .block-3:before,
    .block-4:before,
    .block-1:after,
    .block-2:after,
    .block-3:after,
    .block-4:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden;
    }

    #JSValidation ol:after,
    .block-1:after,
    .block-2:after,
    .block-3:after,
    .block-4:after {
        clear: both;
    }

#JSValidation ol,
.block-1,
.block-2,
.block-3,
.block-4 {
    zoom: 1;
}


/***************************

*** PAGE SPECIFIC STYLES ***

****************************/

/*** ALL STEPS ***/


.step-3 h2,
.step-4 h2,
.step-5 h2 {
    font-size: 27px;
    font-size: 2.7rem;
    margin-bottom: 0.25em;
}

    .step-3 h2 span,
    .step-4 h2 span,
    .step-5 h2 span {
        font-size: 0.6em;
    }

.step-3 .button,
.step-4 .button {
    display: block;
    /*width: 250px;*/
    margin: 20px auto;
}


/*** STEP 1 - HOMEPAGE ***/

.step-1 .main-nav {
    border-bottom: 5px solid #003176;
}

.step-1 .sub-nav {
    display: none;
}

.homepage-left {
    /*float: left;
    width: 60.5%;
    position: relative;*/
}

.agg article {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
}

.agg .homepage-left {
    border: 0;
}

.agg .homepage-form {
    padding: 1.5em;
}

    .agg .homepage-form .content-wrapper {
        position: relative;
        z-index: 11;
    }

.homepage-right {
    /*float: right;
    width: 38%;
    margin-bottom: 10px;*/
}

.homepage-left h2 {
    font-family: 'VAG-regular';
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 0.1em;
    text-shadow: none;
    letter-spacing: -1px;
}

.homepage-right h4 {
    font-family: 'VAG-regular';
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0.1em;
    text-shadow: none;
    letter-spacing: -1px;
}

.homepage-right .heading-h4 {
    font-family: 'VAG-regular';
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0.1em;
    text-shadow: none;
    letter-spacing: -1px;
}

.homepage-right h3 {
    font-family: 'VAG-regular';
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 0.5em;
    text-shadow: none;
    letter-spacing: 0px;
    color: #52a102;
}

    .homepage-left h2 span,
    .homepage-right h3 span {
        white-space: nowrap;
    }

/***form ***/

/*TEMP*/ #AnnualPanel form > p {
    display: none;
}

.agg-logo {
    padding: 5px;
    background: #fff;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

.agg .homepage-form .agg-logo {
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

.marvyn {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/homepage-marvin.png) right center no-repeat;
    z-index: 0;
    top: 0;
    left: 0;
}

.promo-graphic {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/discount-applied.png) right top no-repeat;
    z-index: 10;
    top: 0;
    right: 20px;
}

.homepage-form {
    background: #003176c2;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    min-height: 472px;
    position: relative;
}

#JSValidation {
    background-color: #FFFFFF;
    border-radius: 10px;
    color: #CC0408 !important;
    font-size: 12px;
    font-weight: bold;
    padding: 20px 30px;
    margin-top: 20px;
}

    #JSValidation ol {
        list-style-type: disc;
    }

        #JSValidation ol li {
            float: left;
            margin: 0 10px 0 15px;
        }

.homepage-form #JSValidation {
    margin-right: 25%;
    padding: 10px;
}

.homepage-form form {
    position: relative;
    /*z-index: 11;*/
}

    .homepage-form form .margin-wrapper {
        margin-right: 05%;
    }

.homepage-form input,
.homepage-form select {
    border: none;
}

.homepage-form input {
    width: 48%;
}

.homepage-form #annualpanel input,
.homepage-form #singlepanel input {
    background: url("../images/icon-calendar-bg.png") 98% 2px no-repeat #fff;
    cursor: pointer;
}

span.new-tip-1,
a.new-tip-1 {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-left: 5px;
    cursor: pointer;
}

    span.new-tip-1:before {
        background-color: #767676;
        border-radius: 8px;
        color: #fff;
        content: "?";
        display: block;
        font-family: Arial,sans-serif;
        font-size: 11px;
        font-weight: bold;
        height: 15px;
        line-height: 1.5em;
        position: relative;
        top: 0px;
        text-align: center;
        width: 15px;
        transition: background-color 300ms;
    }

span.new-tip,
a.new-tip {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-left: 5px;
    cursor: pointer;
}

    span.new-tip:before {
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        color: #fff;
        content: "?";
        display: block;
        font-family: Arial,sans-serif;
        font-size: 11px;
        font-weight: bold;
        height: 15px;
        line-height: 1.5em;
        position: relative;
        top: 4px;
        text-align: center;
        width: 15px;
        transition: background-color 300ms;
    }

.homepage-form span.new-tip:before {
    background-color: rgba(255, 255, 255, 0.7);
    color: #003176;
    content: "?";
}

.homepage-form span.new-tip {
    display: block;
    position: absolute;
    height: 16px;
    width: 16px;
    top: 2px;
    left: -5px;
    cursor: pointer;
    text-shadow: none !important;
}

    .homepage-form span.new-tip:hover:before {
        background-color: rgba(255, 255, 255, 1);
    }

.homepage-form #annualpanel {
    padding-bottom: 0.25em;
}

.homepage-form span.icon-cal {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/icon-calendar.png) no-repeat;
    margin: -2px 0 0 5px;
}

.homepage-form .field .input-wrapper {
    float: left;
    width: 48%;
    padding-left: 20px;
    position: relative;
}

.homepage-form .field .input-wrapper-small-label {
    float: left;
    width: 48%;
    padding-left: 0px;
    position: relative;
}

.homepage-form .field .input-wrapper-tip {
    float: right;
    padding-left: 20px;
    position: relative;
}

.homepage-form .field .input-wrapper-right {
    float: left;
    width: 100%;
    padding-right: 20px;
    position: relative;
}

.homepage-form .input-wrapper-right span.new-tip {
    left: auto;
    right: -2px;
}

.homepage-form select {
    width: 65px;
}

.homepage-form .full {
    width: 100%;
}

.homepage-form .single-age #bookingBoxAgesOne {
    float: left;
    margin-left: 5px;
}

.homepage-form .multi-age #AgeGroupPanel .field {
    width: 53%;
    float: left;
    margin-left: 47%;
    padding: 0.25em 0 0;
}

.homepage-form .multi-age select {
    margin: 0 3px 5px 0;
}

.homepage-form .multi-age .input-wrapper {
    padding-bottom: 0.25em;
}


.homepage-form .multi-age span {
    display: inline-block;
    clear: left;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.9);
}

.homepage-form form label {
    font-family: 'VAG-regular';
    color: #fff;
    font-size: 13px;
    font-size: 1.4rem;
    font-weight: 300;
    margin-right: 1em;
    width: 40%;
}


    .homepage-form form label.fullwidth {
        color: #fff;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: bold;
        margin-right: 1%;
        width: 76%;
    }

.homepage-form form .button {
}

.homepage-form .button.green {
    background-color: #46850a;
    border-radius: 0.5em;
    color: #FFFFFF !important;
    font-family: 'VAGRoundedBT';
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 2.25em;
    padding: 0 1.2em;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid rgba(255, 255, 255, 0.7);
    display: block;
    margin: 0px auto 10px auto;
    min-width: 0;
    width: 220px;
}

.agg .homepage-form .button.green {
    padding: 0.25em 0;
    font-size: 28px;
    font-size: 2.8rem;
}

.agg h1.agg-price {
    font-family: 'VAG-regular';
    font-size: 62px;
    font-size: 6.2rem;
    text-align: center;
    color: #fff;
    border: none;
    padding: 0;
    margin: 0.25em 0;
}

.agg .homepage-form table {
    width: 60%;
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
    margin: 0 auto 20px;
}

    .agg .homepage-form table td {
        width: 50%;
    }

.agg .agg-links {
    text-align: center;
}

    .agg .agg-links a {
        line-height: 2em;
        color: #fff;
    }

.agg .columns-1 {
    padding: 10px;
}

.homepage-right .info-box {
    background-color: #f5f5f5;
    border: none;
    padding-bottom: 0.5em;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
    color: #f5f5f5;
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) -1%, rgba(255, 255, 255, 0) 50%);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0) rgba(255, 255, 255, 0.3) 0%, 100%);
}

#homeintro_callout {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background: #fdfdfd;
    background: -moz-linear-gradient(top, #fdfdfd 0%, #d8d8d8 100%);
    background: -webkit-linear-gradient(top, #fdfdfd 0%, #d8d8d8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#d8d8d8',GradientType=0 );
    padding: 0.5rem 1rem;
    position: relative;
    margin: 0 0 1rem 0;
    padding: 10px 16px;
    border: 1px solid rgba(10, 10, 10, 0.25);
    color: #0a0a0a;
    border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}

.callout_title_2yr {
    background: #46850a;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 48px;
    vertical-align: baseline;
    width: 100%;
    color: #fefefe;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.1em;
    padding-top: 14px;
    max-width: 220px;
    margin-left: -13px;
}

.homepage-right .info-box ul {
    margin-left: 0%;
    list-style-type: none;
}

    .homepage-right .info-box ul li {
        font-size: 95%;
        color: #1e599d;
        font-weight: bold;
    }


.agg .homepage-right .info-box {
    padding: 1.5em;
    border-radius: 10px;
}

.homepage-right .info-box p {
    font-size: 1.3rem;
    line-height: 2rem;
}

p.class {
    font-size: 10px;
    font-size: 1.0rem;
}


.agg .homepage-right .info-box p {
    font-size: 11px;
    font-size: 1.1rem;
}

.homepage-right .extra-box {
    height: 60px;
    margin-bottom: 1%;
    position: relative;
    padding: 0;
    overflow: hidden;
    border: none;
}

.extra-box.box-1 {
    background-image: url(../images/Flight-Distruption.jpg);
}

.extra-box.box-2 {
    background-image: url(../images/Cruise-Connection.jpg);
}

.extra-box.box-3 {
    background-image: url(../images/Flight-Cancellation.jpg);
}

.extra-box.box-4 {
    background-image: url(../images/Excess-Waiver.jpg);
}

.extra-box.box-5 {
    background-image: url(../images/wintersports_3.jpg);
}

.extra-box.box-1,
.extra-box.box-2,
.extra-box.box-3,
.extra-box.box-4,
.extra-box.box-5 {
    background-position: right center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.extra-box h4 {
    font-family: 'VAGRoundedBT';
    font-size: 18px;
    font-size: 1.8rem;
    position: relative;
    z-index: 999;
    padding: 17px 0 0 10px;
    color: #fff;
}

.extra-box .mask {
    position: absolute;
    z-index: 997;
    width: 100%;
    height: 100%;
    background: url(../images/Feather-Green.png) right center no-repeat;
    right: 25%;
}

.extra-box .gradient {
    position: absolute;
    z-index: 998;
    width: 100%;
    height: 100%;
    background: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
}

span.new-more:before,
span.new-less:before {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    color: #64AB1C;
    content: "+";
    display: block;
    font-family: Arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    line-height: 1.05em;
    position: relative;
    top: 1px;
    text-align: center;
    transition: background-color 300ms;
}

span.new-less:before {
    content: "x";
    font-size: 17px;
    top: -1px;
}

span.new-more,
span.new-less {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    cursor: pointer;
}

    span.new-more:hover:before,
    span.new-less:hover:before {
        background-color: rgba(255, 255, 255, 1);
    }


.extra-boxes {
    position: relative;
    display: none;
}

#tabs {
    display: block;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
}

.extra-box-overlay {
    display: none;
    background-color: #52a102;
    background-image: linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);
    border: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
    min-height: 100%;
    z-index: 999;
    padding: 17px 10px 10px 10px;
    border: none;
}

    .extra-box-overlay * {
        color: #fff;
    }

    .extra-box-overlay h4 {
        font-family: 'VAG-regular';
        font-size: 18px;
        font-size: 1.8rem;
        position: relative;
        z-index: 999;
        color: #fff;
    }

    .extra-box-overlay p,
    .extra-box-overlay ul {
        font-size: 1.3rem;
        line-height: 1.35em;
    }

    .extra-box-overlay .more {
        display: none;
    }

    .extra-box-overlay a.show-more {
        display: block;
        font-size: 11px;
        font-weight: bold;
        color: rgba(255,255,255,0.6);
        text-align: center;
        text-decoration: none;
        margin-bottom: 0.5em;
    }

    .extra-box-overlay a.show-more {
        color: rgba(255,255,255,1);
    }

.advert-wrapper {
    position: relative;
}

.adverts article {
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
    padding: 5px;
}

.advert-right {
    float: right;
    text-align: center;
    width: 38%;
    top: 0;
    bottom: 0;
    padding-bottom: 0.7%;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
    padding-top: 1.5%;
}

.advert-right-100 {
    text-align: center;
    width: 100%;
    top: 0;
    bottom: 0;
    padding-bottom: 0.7%;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
    padding-top: 1.5%;
    height: 250px
}

.home-social-area {
    width: auto;
    vertical-align: middle;
}

img.home-social-area {
    position: absolute;
    right: 0px;
    max-height: 50px;
}

p.home-social-area {
    color: #cc0066;
    font-size: 10px;
}

#homesocial a {
    position: relative;
    display: inline-block;
    width: 100%;
    top: 10px;
}

    #homesocial a reader {
        position: relative;
        display: inline-block;
        width: 50%;
    }

    #homesocial a img {
        width: 100%;
        height: 170px;
    }


.tabs-copy {
    width: 60%;
}

.tabs-1-image {
    width: 30%;
    position: absolute;
    right: 10px;
    top: 55px;
    background: url("../app_themes/multitrip/images/img_table_365_X_200_volcano.png") right center no-repeat;
}

#tabs-3.img {
    position: absolute;
    right: 10px;
    top: 55px;
    background: url("../app_themes/multitrip/images/homepage-marvin.png") right center no-repeat;
    z-index: 999;
}

#homesocial a p {
    position: absolute;
    top: 0;
    left: 0;
    right: 150px;
    bottom: 0;
    margin: 0;
    padding: 10px;
    background: rgba(0, 49, 118, 0.9);
    color: #fff;
    opacity: 0.0;
    transition: 1s;
    width: 100%;
    height: 170px;
}

#homesocial a button small green {
    position: relative;
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
}

#homesocial a:hover p {
    opacity: 1.5;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

#home-green-img-360 {
    position: absolute;
    right: 5px;
    top: 49px;
    height: 265px;
}

/*** STEP 2 ***/

.step-2 .desktop {
    display: block;
}

.step-2 .mobile {
    display: none;
}

.step-2 #reloadButton {
    display: none;
}
/*mobile only*/

.step-2 .content {
    padding: 1% 0;
}

.extras {
    font-family: 'VAG-thin';
    width: 34%;
    float: left;
    padding: 0 1.5%;
}

    .extras label {
        font-size: 1.7rem;
        position: relative;
        margin-left: -4px;
    }

    .extras.popular label {
        position: relative;
        margin-left: -7px;
        padding: 3px 42px 0px 5px;
        margin-top: -6px;
        background-color: #213a7f;
        border-radius: 5px 20px 20px 5px;
        color: #fff;
        font-weight: 400;
        -webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
        min-width: 70%;
    }

        .extras.popular label div {
            font-size: 65%;
        }

        .extras.popular label #traveldist {
            position: relative;
            margin-left: -7px;
            padding: 3px 75px 3px 3px;
            background: url(../images/travel_thumb.png) 99% center no-repeat;
            margin-top: -6px;
        }

.wow-2 {
    position: absolute;
    width: 66px;
    height: 35px;
    background-image: url(../images/img_wow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 3px;
    right: -8%;
}

.wow-3 {
    position: absolute;
    width: 66px;
    height: 35px;
    background-image: url(../images/img_wow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: 3px;
    right: -12%;
}

.h2-col-2 {
    margin-right: 0px;
}

.h2-col-3 {
    margin-right: 35px;
}


.img_header_big_saving {
    position: absolute;
    width: 51px;
    height: 68px;
    background-image: url(../images/img_header_big_saving.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: -12px;
    right: 1%;
}

.img_header_popular {
    position: absolute;
    width: 51px;
    height: 68px;
    background-image: url(../images/img_header_popular_choice.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: -12px;
    right: 1%;
}


.step-2 .extras .optional-covers-title {
    position: relative;
    top: 10px;
    left: -5px;
    font-weight: 400;
    font-size: 14px;
    color: #044ebc;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

    .step-2 .extras .optional-covers-title ins {
        font-family: 'Open Sans', sans-serif;
        display: block;
        text-transform: lowercase;
        font-size: 80%;
        line-height: 1em;
    }

.step-2 .extras #show-all-covers.optional-covers-title {
    top: 0;
}

.cover,
.cover-icons {
    width: 22%;
    float: left;
    text-align: center;
    padding: 0 1.5%;
    border-left: 1px solid #ddd;
    position: relative;
}

.cover-icons {
    padding-bottom: 0.5%;
}

.additional-covers-2 .extras,
.additional-covers-2 .cover-icons {
    padding: 0 1.5% 0.5%;
}

.cover h2,
.extras h2 {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1em;
    margin-bottom: 0;
    letter-spacing: -0.05em;
}

.cover h2 {
    overflow: visible;
    position: relative;
    font-weight: 600;
    font-size: 1.75em;
}

.good-buy {
    position: absolute;
    width: 51px;
    height: 68px;
    background-image: url(../images/BestBuy.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    top: -12px;
    right: 1%;
}


.cover .button {
    min-width: 120px;
}

    .cover .button.box-shadow {
        box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.2);
    }

.price {
    font-family: 'Open Sans', sans-serif;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.75em;
    letter-spacing: -0.05em;
    margin-bottom: 0.1em;
}

    .price .current-policy {
        color: #52A102;
        font-size: 60%;
        display: block;
        margin-top: -1.25em;
    }

.price-agg {
    font-family: 'Open Sans', sans-serif;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.75em;
    letter-spacing: -0.05em;
}

.additional-covers-2,
.benefits-2 {
    display: none;
    width: 100%;
}

.step-2 .extras select {
    float: right;
}

.step-2 .input-wrapper {
    float: right;
    width: auto;
    padding-left: 25px;
    position: relative;
}

    .step-2 .input-wrapper span.new-tip {
        display: block;
        position: absolute;
        height: 16px;
        width: 16px;
        top: 2px;
        left: -5px;
        cursor: pointer;
    }

.yes {
    height: 28px;
    background: url(../images/icon-yes.png) center center no-repeat;
}

.no {
    height: 28px;
    background: url(../images/icon-no.png) center center no-repeat;
}

#GradeContainer .input-wrapper {
    margin-top: 8px;
}

.step-2 .extras a.new-tip:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: "?";
}

.step-2 .extras a.new-tip:hover:before {
    background-color: rgba(0, 0, 0, 0.3);
}

.extras a.show-grades {
    display: none;
    float: right;
    width: 15%;
    margin: 7px 0;
    text-align: right;
    line-height: 1.5em;
}

input#QuoteInfor_PromotionCode {
    margin-right: 2%;
    width: 25%;
    float: left;
}

.extras .discount {
    margin: 7px 0;
}

.step-2 .extras .price small {
    font-size: 60%;
}

    .step-2 .extras .price small.one {
        font-size: 39%;
        letter-spacing: 0px;
    }

.price input {
    width: 50% !important;
    float: none;
    display: inline;
    font-size: 1.25em;
    margin-top: -1px;
    height: auto;
    border: none;
    background: none;
    color: #000;
}

table.benefits-desktop {
    font-family: 'VAG-thin';
    width: 100%;
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.9;
    color: #555;
}

    table.benefits-desktop th,
    table.benefits-desktop td {
        padding: 1px 3px 2px 10px;
        border-bottom: 1px solid #aaa;
        transition: background-color 500ms;
        text-align: left !important;
    }

    table.benefits-desktop tr.full th,
    table.benefits-desktop tr.full td { /* background-color:#fff; */
    }

    table.benefits-desktop th {
        position: relative;
        cursor: pointer;
    }

        table.benefits-desktop th span.tips {
            font-weight: normal;
            padding: 10px;
            line-height: 1.5em;
            position: absolute;
            left: 0;
            margin-top: 0;
            width: 100%;
            height: auto;
            display: none;
            border: 1px solid #aaa;
            border-top: none;
            border-left: none;
            margin-right: 1px;
            background-color: #ccc;
            color: #000;
            z-index: 999
        }

    table.benefits-desktop tr:first-child th {
        border-top: 1px solid #aaa;
    }

    table.benefits-desktop tr:hover td,
    table.benefits-desktop tr:hover th {
        background-color: #ccc;
    }

    table.benefits-desktop th:hover span.tips {
        display: block;
    }

    table.benefits-desktop .col-1,
    table.benefits-desktop .col-2,
    table.benefits-desktop .col-3 {
        width: 22%;
        border-left: 1px solid #aaa;
    }

    table.benefits-desktop span {
        float: left;
        text-align: left;
    }

        table.benefits-desktop span:nth-of-type(1) {
            width: 60%;
        }

        table.benefits-desktop span:nth-of-type(2) {
            width: 40%;
        }

.covers,
.excess {
    width: 50%;
    float: left;
    text-align: left;
}

.benefits .cover,
.benefits .extras {
    padding-top: 0;
    padding-bottom: 0.5%;
}

/* 2 Year table  */
table.benefits-desktop-2yr {
    font-family: 'VAG-thin';
    width: 100%;
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.9;
    color: #555;
}

    table.benefits-desktop-2yr th,
    table.benefits-desktop-2yr td {
        padding: 1px 3px 2px 10px;
        border-bottom: 1px solid #aaa;
        transition: background-color 500ms;
        text-align: left !important;
    }

    table.benefits-desktop-2yr tr.full th,
    table.benefits-desktop-2yr tr.full td { /* background-color:#fff; */
    }

    table.benefits-desktop-2yr th,
    table.benefits-desktop-2yr td {
        position: relative;
        cursor: pointer;
    }

        table.benefits-desktop-2yr th span.tips,
        table.benefits-desktop-2yr td span.tips {
            font-weight: normal;
            padding: 10px;
            line-height: 1.5em;
            position: absolute;
            left: 0;
            margin-top: 0;
            width: 100%;
            height: auto;
            display: none;
            border: 1px solid #aaa;
            border-top: none;
            border-left: none;
            margin-right: 1px;
            background-color: #ccc;
            color: #000;
            z-index: 999
        }

    table.benefits-desktop-2yr tr:first-child th,
    table.benefits-desktop-2yr tr:first-child td {
        border-top: 1px solid #aaa;
    }

    table.benefits-desktop-2yr tr:hover td,
    table.benefits-desktop-2yr tr:hover th {
        background-color: #ccc;
    }

    table.benefits-desktop-2yr th:hover span.tips,
    table.benefits-desktop-2yr td:hover span.tips {
        display: block;
    }

    table.benefits-desktop-2yr .col-1,
    table.benefits-desktop-2yr .col-2,
    table.benefits-desktop-2yr .col-3 {
        width: 22%;
        border-left: 1px solid #aaa;
    }

    table.benefits-desktop-2yr span {
        float: left;
        text-align: left;
    }

        table.benefits-desktop-2yr span:nth-of-type(1) {
            width: 60%;
        }

        table.benefits-desktop-2yr span:nth-of-type(2) {
            width: 40%;
        }


.agg .columns-1 .col-1 {
    width: 50% !important;
}

.policy-docs .button {
    min-width: 18%;
    font-size: 93%;
}

/** Hide / Show Columns **/

/*

.columns-1 = BackPacker
.columns-2 = Premier, Premier Plus
.columns-3 = Essential, Premier, Premier Plus


.col-1 = Essential
.col-2 = Premier
.col-3 = Premier Plus
.col-4 = BackPacker

*/

.columns-1 .Essential,
.columns-1 .Premier,
.columns-1 .PremierPlus,
.columns-1 .benefits-desktop .col-1,
.columns-1 .benefits-desktop .col-2,
.columns-1 .benefits-desktop .col-3,
.columns-1 .benefits-desktop-2yr .col-1,
.columns-1 .benefits-desktop-2yr .col-2,
.columns-1 .benefits-desktop-2yr .col-3,
.columns-1 tr.backpacker-hide {
    display: none !important;
}

.columns-2 .Essential,
.columns-2 .Backpacker,
.columns-2 .benefits-desktop .col-1,
.columns-2 .benefits-desktop .col-4 {
    display: none !important;
}

.columns-2 .benefits-desktop-2yr .col-1,
.columns-2 .benefits-desktop-2yr .col-4 {
    display: none !important;
}

.columns-3 .Backpacker,
.columns-3 .benefits-desktop .col-4 {
    display: none !important;
}

.columns-3 .Backpacker,
.columns-3 .benefits-desktop-2yr .col-4 {
    display: none !important;
}

/** Columns Widths **/

.columns-1 .Backpacker,
.columns-1 .col-4 {
    width: 66% !important;
}

.columns-2 .Premier,
.columns-2 .PremierPlus,
.columns-2 .col-2,
.columns-2 .col-3 {
    width: 33% !important;
}

/*** MODAL ***/

#simplemodal-overlay {
    background: #000;
    cursor: pointer;
}

.simplemodal-container {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 400px;
    padding: 25px;
    width: 730px;
}

    .simplemodal-container .modals {
        border-bottom: medium none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .simplemodal-container a.modalCloseImg {
        background: url("/images/x.png") no-repeat scroll 0 0 transparent;
        cursor: pointer;
        display: inline;
        height: 28px;
        position: absolute;
        right: 19px;
        top: 15px;
        width: 28px;
        z-index: 3200;
    }

.simplemodal-data {
    overflow: visible !important;
}

#activityList div {
    font-size: 85%;
}

/*** STEP 3 ***/

.step-3 h2 span {
    float: right;
    margin-right: 4%;
    font-size: 70%;
    white-space: nowrap;
}

.step-3 .block-1 .field {
}

.step-3 .block-1 .field-item {
    float: left;
    margin-right: 1%; /*width:18%;*/
    width: 172px;
}

.step-3 .block-1 .field-item-Y {
    float: left;
    margin-right: 1%;
    width: 14%;
}

.step-3 .block-1 .field-item-N,
.step-3 .block-1 .field-item- {
    float: left;
    margin-right: 1%;
    width: 30%;
}

.step-3 .block-1 .field-item:last-child {
    margin-right: 0;
}

.step-3 .block-1 .field-item label {
    display: block;
    clear: left;
}

.step-3 .block-1 input,
.step-3 .block-1 select {
    width: 100%;
}

.step-3 .block-1 .salutation {
    width: 60px !important;
}

.step-3 .block-1 .age {
    width: 30px !important;
}

    .step-3 .block-1 .age input {
        border-color: #999;
        background: #ccc;
    }

.step-3 .block-1 .field-item,
.step-3 .block-1 .field-item-,
.step-3 .block-1 .field-item-Y,
.step-3 .block-1 .field-item-N {
    position: relative;
    bottom: 0;
    display: inline-block;
    float: none;
    margin-right: 0;
}

.step-3 .block-1 .read-only input {
    background: #ccc;
}

.step-3 .block-2 {
    position: relative;
}

    .step-3 .block-2 h2 {
        margin-bottom: 1em;
    }

    .step-3 .block-2 .login-box {
        position: absolute;
        width: 49%;
        top: 5px;
        background: #eee;
        border-radius: 5px;
        font-size: 11px;
        font-size: 1.2rem;
        left: 48.9%;
        padding: 0.5% 1%;
        color: #555;
        font-family: 'Open Sans', sans-serif;
        float: right;
        width: 437px;
        height: 40px;
    }

.step-3.agg .block-2 .login-box {
    display: none;
}

.step-3 .block-2 .login-box .button {
    margin: 0;
    width: auto !important;
    display: inline-block !important;
    height: auto;
    font-size: 11px;
    font-size: 1.1rem; /* float: right; */
    position: absolute;
    right: 7px;
    top: 6px;
}

.step-3 .block-2 .login-box span {
    line-height: 27px;
}

.step-3 .block-2 .login-form {
    position: absolute;
    left: 0;
    top: 0;
    padding: 7px 13px;
    width: 100%;
    background: #eee;
    border-radius: 5px;
    display: none;
    float: right;
}

    .step-3 .block-2 .login-form label {
        width: auto;
        margin-right: 5px;
        font-size: 11px;
        font-size: 1.4rem;
        padding-top: 0;
    }

    .step-3 .block-2 .login-form input {
        display: inline-block;
        width: 120px;
        margin-right: 2%;
        font-size: 11px;
        font-size: 1.1rem;
        height: 23px;
    }

        .step-3 .block-2 .login-form input:nth-of-type(2) {
            width: 80px;
        }

    .step-3 .block-2 .login-form #errorLogin {
        position: absolute;
        top: -23px;
    }

.step-3 .block-2 .left,
.step-3 .block-2 .right {
    width: 48%;
    float: left;
    margin-right: 2%;
}

.step-3 .block-2 label {
    width: 42%;
}

.step-3 .block-2 .left .postcode input {
    width: 33%;
    margin-right: 1%;
}

    .step-3 .block-2 .left .postcode input.button {
        width: 20%;
        float: right;
        margin: 0 3% 0 0;
    }

.step-3 .block-2 label.long {
    width: 50%;
}

.step-3 .block-2 input {
    width: 55%;
}

.step-3 .block-2 select {
    width: 55%;
}

.step-3 label.news-label {
    width: 100%;
}

.step-3 #news-items-2 {
    font-size: 13px;
    position: relative;
    clear: left;
}

.step-3 #flat {
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    background-image: url(../images/source-enquiry-arrow.png);
    background-position: 98% center;
    background-repeat: no-repeat;
    border: 1px solid #999;
    border-radius: 5px;
    float: left;
    font-size: 13px;
    font-size: 1.3rem;
    height: 28px;
    padding: 1px 5px 6px;
    width: 47%;
    margin-top: 1%;
    cursor: pointer;
}

#flat:focus {
    outline: 2px solid #0078d4;
    outline-offset: 2px;
}

ul#nav {
    position: absolute;
    z-index: 9999;
    top: 30px;
    margin-left: 20px;
    display: none;
    overflow: visible;
    width: 300px;
    height: 600px;
}

ul.drop, ul.drop li, ul.drop ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.drop li {
        position: relative;
        display: block;
        line-height: 1.25em;
        vertical-align: middle;
        zoom: 1;
        padding: 2px 5px;
        border: 1px solid #888;
        border-bottom: none;
        width: 150px;
        background: #fff;
    }

        ul.drop li:last-child {
            border-bottom: 1px solid #888;
        }

    ul.drop a {
        display: block;
        color: #333;
        font-size: 1em;
        text-decoration: none;
        padding:0.5em;
    }

    ul.drop li:hover {
        cursor: default;
        background: #f4f4f4;
    }

    ul.drop ul {
        display: none;
        position: absolute;
        margin-top: 1px;
        width: 150px;
        top: -2px;
        left: 100%;
    }

        ul.drop ul li {
            float: none;
        }

    ul.drop li:hover > ul {
        display: block;
    }

.step-3 .field.terms input {
    float: left;
}

.step-3 .field.terms label {
    float: right;
    width: 95%;
}

.step-3 span.new-tip:before {
    top: 0;
}

.step-3 .block-4 .left {
    width: 60%;
    float: left;
    margin-right: 4%;
}

/*.step-3 .block-4 .right {
    width: 40%; 
    right: 0
}*/
 .step-3 .block-4 .right {
    width: 30%;
    right: 0;
    float: right;
}

.step-3 .block-4 select {
    float: right;
    width: 45%;
}

.step-3 .block-4 label {
    width: 60%;
}

.step-3 .block-4 input {
    width: 45%;
}

.step-3 h2 span.win-link {
    cursor: pointer;
    margin-right: 1%;
}

    .step-3 h2 span.win-link:after {
        background-color: #aaa;
        border-radius: 10px;
        color: #fff;
        content: "?";
        display: inline-block;
        font-family: Arial,sans-serif;
        font-size: 14px;
        font-weight: bold;
        height: 20px;
        line-height: 1.5em;
        position: relative;
        top: -2px;
        margin-left: 5px;
        text-align: center;
        width: 20px;
        transition: background-color 300ms;
    }

    .step-3 h2 span.win-link:hover:after {
        background-color: rgba(0, 0, 0, 0.4);
    }

.step-3 h3.win-text {
    display: none;
    color: #8db701;
}

.step-3 .button {
    margin: 20px auto;
}

.step-3 .button-back {
    margin: 0px auto;
}

.step-3 a#addSMS,
.step-3 a#removeSMS,
.step-3 a#addPost,
.step-3 a#removePost {
    background-color: #999;
    margin-left: 5px;
    border-radius: 3px;
    color: #fff;
    font-size: 9px;
    line-height: 10px;
    padding: 0 2px 2px;
    text-decoration: none;
}

.step-3 a#addSMS,
.step-3 a#addPost {
    background-color: #52A102;
}

    .step-3 a#addSMS:hover,
    .step-3 a#removeSMS:hover,
    .step-3 a#addPost:hover,
    .step-3 a#removePost:hover {
        background-color: #333;
    }

.summary {
    padding: 0;
    background: #efefef;
}

    .summary > div {
        font-family: 'Open Sans', sans-serif;
        padding: 15px;
        float: left;
        width: 50%;
    }

    .summary h2 {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.8em;
    }

    .summary h3 {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.8em;
        margin: 10px 14px;
    }

    .summary dl {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1em;
    }

    .summary dt,
    .summary dd {
        display: block;
        float: left;
        margin-bottom: 1em;
    }

    .summary dt {
        width: 60%;
    }

    .summary dd {
        width: 40%;
        font-weight: bold;
    }

    .summary dl .notSelected {
        color: red;
        text-decoration: line-through;
    }

    .summary dl .total {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 1em;
    }

.total-green {
    font-family: 'Open Sans', sans-serif;
    float: right;
    font-weight: 500;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1em;
    background-color: #abcb42;
    padding: 10px;
}

.summary span.optional-label {
    color: #555;
    font-size: 80%
}

.summary .button {
    margin: 20px auto;
}

/*** STEP 4 ***/

.step-4 h2 span {
    float: right;
    margin-right: 4%;
    font-size: 70%;
}

.step-4 .block-1 .field {
    width: 49%;
    float: left;
}

/*** .step-4 .block-1 .field:nth-of-type(5) { clear:left; } ***/

.step-4 .block-1 label {
    width: 42%;
}

.step-4 .block-1 input,
.step-4 .block-1 select {
    width: 50%;
}

.step-4 .block-1 span {
    margin-left: 43%;
    font-size: 80%;
}

.step-4 .block-1 .expiry-date div {
    width: 24%;
    float: left;
}

    .step-4 .block-1 .expiry-date div select {
        width: 100%;
    }

    .step-4 .block-1 .expiry-date div:last-of-type {
        margin-left: 2%;
    }

    .step-4 .block-1 .expiry-date div span {
        margin-left: 5px;
        display: block;
    }

.step-4 .block-1 .field.ccv input {
    width: 24%;
}

.step-4 .block-1 .field.ccv span {
    margin-left: 2%;
}

#paymentInfo {
    clear: both;
    text-align: center;
}

    #paymentInfo span {
        display: block;
        margin: 0 auto;
        width: 50%;
        font-size: 12px;
        color: green;
        border-radius: 10px;
        background: #fff;
        padding: 10px;
        text-align: center;
    }


/*** STEP 5 - Thank You ***/

.step-5 .content {
}

/*** MY POLICY ***************************************************************************/

.opacity-02 {
    background: rgba(255,255,255,0.2) !important;
    border: 0 !important;
}

    .opacity-02 .field label {
        color: #fff;
    }

    .opacity-02 .field input {
        border-color: #fff;
    }

.small-form {
    margin: 0 auto;
    padding: 3%;
}

.opacity-02 .small-form {
    border: 1px dashed rgba(255,255,255,0.6);
    border-right: none;
    border-left: none;
}

/*** My Policy Homepage ***/

.policy-edit-links {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .policy-edit-links h5 {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 1em;
    }

    .policy-edit-links .green {
        margin-bottom: 10px;        
    }

/*** Price Summary *** Used on multiple pages on My Policy ***/
h4.price-total {
    text-align: right;
}

    h4.price-total input {
        float: none;
        width: 80px !important;
        height: auto;
        display: inline-block;
        background: none;
        font-family: 'Open Sans', sans-serif;
        line-height: 1.5em;
        margin: 0;
        font-weight: 400;
        color: #213a7f;
        font-size: 20px;
        font-size: 2.0rem;
        border: none;
        padding: 0;
        vertical-align: bottom;
        position: relative;
        top: -1px;
    }

/*** Cancel Policy ***/

.summary.cancel dt {
    width: 40%;
}

.summary.cancel dd {
    width: 60%;
    font-weight: normal;
}

/*** Add Covers ***/

.small-form h5 span {
    font-size: 80%;
}

/***FOOTER ***/

.footer, .push {
    font-family: 'VAG-regular',sans-serif;
    height: 100px;
    clear: both;
}

.copyright {
    clear: both;
    font-size: 9px;
    font-size: 0.9rem;
    text-align: center;
    padding: 20px 0;
}

.footer-content {
    font-size: 12px;
    font-size: 1.2rem;
    color: #555;
    text-align: justify;
    padding: 2em;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
}

    .footer-content h3 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.5em;
    }

.footer-text {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

/*** COOKIES ***/

.cookie {
    background: #000;
    border-left: medium none;
    bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding: 5px 12px;
    position: fixed;
    right: 0;
    z-index: 1000;
}

    .cookie .infoLink {
        color: #FFFFFF;
        float: left;
        margin-top: 1px;
        font-size: 11px;
    }

    .cookie .close {
        background: url(../images/tooltip_close_white.png) no-repeat scroll 0 0 transparent;
        float: left;
        margin-left: 15px;
        text-indent: -9999em;
        width: 14px;
    }

/**** PMI ****/
.pmi {
    /*display: inline-block;*/
    display: none;
    float: left;
    width: 33%;
    padding-right: 1%;
    font-size: 0.8em;
}

/*** OVER RIDES ***/

.margin {
    margin: 20px 0;
}

.no-padding {
    padding-top: 0;
    padding-bottom: 0.5%;
}


@media only screen and (max-width: 1023px) { /* 1px smaller than iPad Lanscape 1024px */
    .step-3 .block-1 .field-item {
        float: left;
        margin-right: 1%;
        width: 18%; /*width:172px;*/
    }

    .banner {
        margin: 0px;
        position: relative;
        text-align: center;
        width: 100%;
        max-height: 110px;
    }

    #fittext5 small {
        margin: -20px 0px 0px 0px;
    }

    .wrapper {
        padding: 0 20px;
    }

    .step-3 .button.edit-cover {
        display: none;
    }

    .banner #fittext3 {
        font-size: 1.3em;
        margin-bottom: -3.0em;
        text-align: center;
        margin-left: 14%;
        padding-top: 1%;
    }


    #fittext4 {
        display: none;
    }
}


@media only screen and (min-width: 900px) {
    .homepage-right .info-box ul li {
        font-size: 115%;
        color: #1e599d;
        font-weight: bold;
    }
}


@media only screen and (max-width: 960px) {
    .equality {
        display: none;
    }

    .contacts-mid {
        display: none;
    }

    .contacts-mid-uk {
        display: none;
    }

    .banner #fittext3 {
        display: none;
    }

    .block-postage-left {
        width: 100%;
        float: left;
    }

    .block-postage-right {
        width: 100%;
        float: left;
    }

    .block-radios-left {
        width: 100%;
        float: left;
    }

    .block-radios-right {
        width: 100%;
        float: left;
    }

    .homepage-form form label.fullwidth {
        color: #fff;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: bold;
        margin-right: 1%;
        width: 85%;
    }


    .main-nav li {
        font-size: 80%;
    }

        .main-nav li a {
            padding: 0 10px;
            font-size: 1.1em;
        }

    .marvyn {
        display: none;
    }

    .step-1 .banner h1 {
        font-size: 3.6rem;
    }

    .homepage-form form .margin-wrapper {
        margin-right: 5%;
    }

    .homepage-form .field label {
        width: 43%;
    }

    .homepage-form .field .input-wrapper {
        width: 90%;
        padding-left: 30px;
    }

    .step-2 .banner h1,
    .step-3 .banner h1,
    .step-4 .banner h1,
    .step-5 .banner h1 {
        font-size: 30px;
        font-size: 3rem;
    }

    span.new-tip:before {
        height: 20px;
        width: 20px;
        border-radius: 10px;
        line-height: 20px;
    }

    /** STEPS **/

    .step-2 .cover h2,
    .step-2 .extras h2,
    .step-2 .price {
        font-size: 22px;
        font-size: 2.2rem;
    }

    .good-buy {
        height: 60px;
        width: 39px;
    }

    .extras.popular label {
        min-width: 60%;
        padding-right: 3px;
        background: none;
        background-color: #213a7f;
        border-radius: 5px 20px 20px 5px;
    }

        .extras.popular label div {
            font-size: 55%;
        }

    .banner #fittext3 {
        font-size: 0.95em;
        margin-bottom: -3.9em;
        text-align: center;
        margin-left: 14%;
        padding-top: 1%;
    }

    .benefits .cover,
    .benefits .extras {
        font-size: 80%;
    }

    .copyright {
        color: #eee;
    }

    .step-3 .button,
    .step-4 .button {
        margin: 20px auto;
        width: 60%;
    }

    .step-3 .login-box {
        display: none;
    }

    .box-50 {
        width: 70%;
        margin: 30px auto;
    }
}

@media only screen and (max-width: 780px) { /* iPad Portrait 768px */
    .checkbox_padder {
        margin-bottom: 50px !important;
    }

    .step-1 .banner h1 {
        font-size: 3.0rem;
    }

    .step-3 .block-4 input {
        width: 100%;
        margin-bottom: 10px;
    }

    .marvyn {
        display: none;
    }

    .step-3 .block-4 .left {
        width: 48%;
    }

    .step-3 .block-4 .right {
        width: 48%;
    }

    .step-3 .block-4 select {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }

    .step-3 .block-4 label {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    .img_comp270 {
        display: none;
    }

    .step-3 .block-4 .left {
        width: 90%;
        margin-right: 0%;
    }
}

@media only screen and (max-width: 748px) { /* 20px smaller than iPad Portrait */

    .banner {
        margin: 0px;
        position: relative;
        text-align: center;
        width: 100%;
        max-height: 150px;
    }

    .contacts-uk {
        /* float: right; */
        margin: 14px auto;
        width: 100%;
        position: relative;
        color: #fff;
        text-align: center;
        line-height: 1.5;
    }

        .contacts-uk strong {
            font-size: 18px;
            position: relative;
            /* top: -27px; */
            display: inline-block;
            /* margin-right: 10px; */
            font-family: 'VAG-regular'
        }

    #flag-mobile {
        display: block;
        margin-left: -5%;
        margin-top: -5%;
    }

    #flag-desktop {
        display: none !important
    }

    #homesocial a img {
        width: auto;
        height: 170px;
    }

    .extra-boxes {
        display: block;
        position: relative;
    }

    #tabs {
        display: none;
    }

    .logo {
        margin: 20px auto;
        display: block;
        float: none;
    }

    .homepage-form form .margin-wrapper {
        margin-right: 0%;
    }

    .glow {
        left: 0;
        width: 100%;
    }

    .contacts {
        display: none;
    }

    .top-nav ul.flags {
        position: relative;
        top: 4px;
        margin-left: 5px;
    }

        .top-nav ul.flags li {
            line-height: normal;
            margin: 0 3px 0 3px;
        }

    .main-nav .mobile-menu {
        display: block;
    }

    .main-nav ul.flags {
        top: auto;
        right: 0;
        float: none;
        margin: 10px 0;
    }

        .main-nav ul.flags li {
            display: inline-block;
        }

            .main-nav ul.flags li a {
                margin: 0 5px;
            }

    .main-nav ul {
        clear: both;
        display: none;
        font-size: 15px;
        text-align: center;
    }

    .main-nav .main-menu li {
        display: block;
        border-top: 1px dotted #BCCEE2;
        line-height: 3em;
    }

    .main-nav ul li a {
        display: block;
    }

    /*.sub-nav ul {
        margin-left: -10px;
        text-align: center;
    }*/

    .step-1 .main-nav {
        margin-bottom: 3%;
    }

    .homepage-left {
        /*float: none;
        width: auto;*/
    }

    .homepage-form form .margin-wrapper {
        margin-right: 5%;
    }

    .homepage-right {
        /*float: none;
        width: 100%;*/
    }

    .extra-box .mask {
        right: 20%;
    }

    .advert-right {
        clear: left;
        float: none;
        width: 100%;
    }

    /** STEPS **/

    .step-2 .desktop {
        display: none;
    }

    .step-2 .mobile {
        display: block;
        padding: 0;
    }

    .step-2 #reloadButton {
        display: inline-block;
    }

    .step-2 #homeButton {
        display: none;
    }

    .step-2 .content {
        overflow: hidden;
    }

    .step-2 .extras {
        display: none;
    }

    .step-2 .cover {
        width: 33%;
        border: none;
    }

    .step-2 .covers-mobile {
        display: none;
    }

    .step-2 .displayBlock {
        display: block;
    }

    .step-2 .select-cover {
        float: none;
        width: 100%;
        border-bottom: 1px solid #999;
        position: relative;
        background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(204,204,204,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(204,204,204,1) 100%);
    }

    .step-2 .select-cover {
        width: 100%;
        padding: 0.5em 0;
    }

        .step-2 .select-cover:before, .step-2 .select-cover:after {
            content: "\0020";
            display: block;
            height: 0;
            overflow: hidden;
        }

        .step-2 .select-cover:after {
            clear: both;
        }

    .step-2 .select-cover {
        zoom: 1;
    }

        .step-2 .select-cover h2 {
            float: left;
            font-size: 28px;
            font-size: 2.8rem;
            line-height: 1.25em;
            margin: 0 0 0 5%;
        }

        .step-2 .select-cover .price {
            position: absolute;
            left: 40%;
            font-size: 28px;
            font-size: 2.8rem;
            line-height: 1.25em;
            margin: 0 0 0 5%;
        }

        .step-2 .select-cover .button {
            float: right;
            width: auto;
            min-width: 0;
            padding-left: 1em;
            padding-right: 1em;
            margin-right: 1%;
        }

    .good-buy {
        display: none;
    }

    .step-2 .genericon-show {
        display: inline-block;
    }

    .step-2 .benefits-mobile {
        display: none;
        background: #0052C4;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.25em;
        color: #fff;
    }

        .step-2 .benefits-mobile table {
            width: 100%;
        }

        .step-2 .benefits-mobile th {
            text-align: left;
        }

        .step-2 .benefits-mobile th,
        .step-2 .benefits-mobile td {
            padding: 1px 3px 2px;
            border-bottom: 1px solid #3374CF;
        }

        .step-2 .benefits-mobile tr td:nth-of-type(1) {
            width: 50%;
        }

        .step-2 .benefits-mobile tr.table-headings {
            display: none;
        }


        .step-2 .benefits-mobile .tips {
            display: none;
        }

        .step-2 .benefits-mobile.Essential .col-2,
        .step-2 .benefits-mobile.Essential .col-3,
        .step-2 .benefits-mobile.Essential .col-4,
        .step-2 .benefits-mobile.Premier .col-1,
        .step-2 .benefits-mobile.Premier .col-3,
        .step-2 .benefits-mobile.Premier .col-4,
        .step-2 .benefits-mobile.PremierPlus .col-1,
        .step-2 .benefits-mobile.PremierPlus .col-2,
        .step-2 .benefits-mobile.PremierPlus .col-4,
        .step-2 .benefits-mobile.Backpacker .col-1,
        .step-2 .benefits-mobile.Backpacker .col-2,
        .step-2 .benefits-mobile.Backpacker .col-3 {
            display: none
        }

        /*
.step-2 .benefits-mobile .col-2,
.step-2 .benefits-mobile .col-3,
.step-2 .benefits-mobile .col-4 { display:none; }
*/
        .step-2 .benefits-mobile span {
            float: left;
            text-align: left;
        }

            .step-2 .benefits-mobile span:nth-of-type(1) {
                width: 60%;
            }

            .step-2 .benefits-mobile span:nth-of-type(2) {
                width: 40%;
            }

    .step-2 .add-cover {
        display: none;
    }

    .step-2 .covers-mobile {
        width: 100%;
    }

        .step-2 .covers-mobile h2 {
            font-size: 20px;
            font-size: 2rem;
            line-height: 2em;
            color: #fff;
            text-align: center;
            margin: 0 0 1.5% 0;
        }

            .step-2 .covers-mobile h2.text-black {
                color: #111;
            }

        .step-2 .covers-mobile .field {
            width: 70%;
            margin: 0 auto 1%;
            border-bottom: 1px dashed #ccc;
            padding-bottom: 2%;
        }

            .step-2 .covers-mobile .field label {
                width: 60%;
                font-size: 120%;
            }

            .step-2 .covers-mobile .field select {
                margin-right: 10%;
            }

        .step-2 .covers-mobile .button {
            display: block;
            width: 70%;
            margin: 3% auto;
        }

    .step-2 .discount input.button {
        font-size: 80%;
        padding: 0 1em;
        width: auto;
        margin: 0;
        float: right;
    }

    .step-2 #GradeContainer div span {
        display: block;
        text-align: center;
    }

    .step-2 .discount-applied {
        font-size: 16px;
        text-align: center;
    }

    .step-3 .block-1 .field-item-Y {
        width: 30%;
    }

    .step-3 .block-1 .field-item-Y {
        width: 40%;
    }

    .step-3 .block-1 .phi {
        clear: left;
    }

    .step-3 .block-1 .field-item {
        width: 32%;
    }

    .step-3 .block-3 .left,
    .step-3 .block-3 .right {
        width: 100%;
        float: none;
    }

    .step-3 .block-3 .field.left {
        padding-bottom: 0;
    }

    .step-3 .block-3 .field.right {
        padding-top: 0;
    }

    .step-3 .block-4 .left label,
    .step-3 .block-4 .right label {
        display: block;
        width: 100% !important;
        clear: both;
    }

    .step-3 .block-4 .right select {
        float: left;
    }

    .step-3 .field.terms label {
        float: right;
        width: 93%;
    }

    .step-4 h2 {
        text-align: center;
    }

        .step-4 h2 span {
            display: block;
            float: none;
            margin-right: 0;
            font-size: 60%;
        }

    .step-4 .block-1 .field {
        width: 48%;
        margin: 0 2% 0 0 !important;
    }

        .step-4 .block-1 .field label {
            display: block;
            width: 100% !important;
            clear: both;
        }

        .step-4 .block-1 .field input,
        .step-4 .block-1 .field select {
            width: 100%;
        }

        .step-4 .block-1 .field.expiry-date div {
            width: 49%;
        }

    .step-4 .block-1 span {
        margin-left: 0;
    }

    .step-4 .block-1 .field.ccv input {
        width: 49%;
    }

    .step-5 .button {
        display: block;
        width: 100%;
        margin: 10px 0;
    }

    .box-50 {
        width: 100%;
        margin: 30px auto;
    }
}

@media only screen and (max-width: 520px) {
    .checkbox_padder {
        margin-bottom: 50px !important;
    }
    /*#display_mobile {display:block;margin-bottom: 0em;}*/

    /* Button containers */
    .button_container { 
    }

    .pol_container { 
        margin: 5px 0px;
        width: 100%
    }

    .terms_container { 
        margin: 0px;
        width: 100%
    }

    .ipids_container {
        margin: 0px;
        width: 100%
    }

    .tob_container { 
        margin: 5px 0px;
        width: 100%
    }

    .keyfacts_container { 
        margin: 5px 0px;
        width: 100%
    }

    .button.green {
        width: 100%;
        padding: 0.5em;
        line-height: 1.3;
    }

        .button.green .tob_subtext {
            font-size: 100%;
        }

    .password_forget_link a {
        color: red;
        text-align: left;
        font-size: 80%;
        /*float: left;*/
    }

    #contact-address {
        width: 100%;
        float: left;
    }

    #contact-odr {
        width: 100%;
        float: left;
    }

    #odr {
        display: none;
    }

    #flag-mobile {
        display: block;
        margin-left: -5%;
        margin-top: -7%;
    }
    .homepage-form form label.fullwidth {
        color: #fff;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: bold;
        margin-right: 1%;
        width: 90%;
    }

    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="submit"],
    select {
        width: 100% !important;
        height: 2em;
        font-size: 115% !important;
        color: #888;
    }

    .logo {
        width: 80%;
        max-width: 271px;
        height: auto;
        display: block;
        margin: 5% auto;
    }

    .homepage-form form .margin-wrapper {
        margin-right: 0%;
    }

    .step-2 .banner h1,
    .step-3 .banner h1,
    .step-4 .banner h1,
    .step-5 .banner h1 {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1.25em;
    }

    .step-3 .button,
    .step-4 .button {
        width: 90%;
    }

    .step-2 .select-cover h2,
    .step-2 .select-cover .price {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.8em;
        margin: 0 0 0 2%
    }

    .step-2 .select-cover .button {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .step-2 .covers-mobile .field {
        width: 92%;
        padding-bottom: 3%;
        margin-bottom: 2%;
    }

        .step-2 .covers-mobile .field label {
            float: left;
            width: 60% !important;
            font-size: 115%;
            margin-left: 2%;
            line-height: 2em;
        }

        .step-2 .covers-mobile .field select.yes-no {
            float: right;
            margin-right: 5%;
            width: 65px !important;
            height: 32px !important;
            font-size: 115% !important;
            color: #888;
        }

            .step-2 .covers-mobile .field select.yes-no select {
                color: #888;
                font-size: 100% !important;
            }

            .step-2 .covers-mobile .field select.yes-no:before {
                width: 32px;
                height: 32px;
                font-size: 17px;
                line-height: 24px;
            }

    .step-2 .covers-mobile #GradeContainer {
        margin: 0 5%;
        width: 90%;
    }

    .step-2 .covers-mobile .button {
        width: 95%;
    }

    .step-3 .block-1 input[type="text"],
    .step-3 .block-1 input[type="email"],
    .step-3 .block-1 select,
    .step-3 .block-1 select,
    .step-3 .block-1 .field-item-Y {
        width: 100% !important;
        max-width: 100%;
        float: none;
        margin-bottom: 0.5em;
    }

    .step-3 .block-1 .field-item-N {
        width: 100%;
    }

    .step-3 .block-1 input.age {
        width: 30px !important;
    }

    .step-3 .block-1 label {
        float: none;
        display: inline;
        position: relative;
        top: -3px;
    }

    .step-3 .field.terms label {
        float: right;
        width: 90% !important;
        clear: none;
    }

    .step-3 .left label,
    .step-3 .right label {
        display: block;
        width: 100% !important;
        clear: both;
    }

    .step-3 .left input,
    .step-3 .right input,
    .step-3 .left select,
    .step-3 .right select,
    .step-3 .left select,
    .step-3 .right select,
    .step-3 #flat {
        width: 100% !important;
    }

    .step-3 .block-2 .left .postcode input {
        width: 55% !important;
    }

        .step-3 .block-2 .left .postcode input.button {
            width: 40% !important;
        }

    .step-3 ul#nav {
        margin-left: 5px;
    }

    .step-3 .block-2 .left:nth-of-type(2n) .field label {
        clear: both;
        display: block;
        width: 100% !important;
    }

    .step-3 .block-4 .left,
    .step-3 .block-4 .right,
    .step-3 .block-4 .field {
        float: none;
        width: 100%;
    }

    .summary > div {
        float: none;
        width: 100%;
        border-left: none;
    }

    .summary .gradient-green {
        border-bottom: 1px solid #fff;
        border-right: none;
    }
}

@media only screen and (max-width: 481px) { /* 1px larger than iPhone Landscape 480px */
/*.homepage-form .field .input-wrapper #DLsurName {color:yellow;width:20%; font-size:0.3em;}*/
    #flag-mobile {
        display: block;
        margin-left: -5%;
        margin-top: -8%;
    }
    /*.banner { display:none; }*/

    .sub-nav {
        margin-bottom: 3%;
    }

    .homepage-left {
        /*margin-top: 5%;*/
    }

    /** All STEPS **/

    .step-3 .page-left h2,
    .step-4 .page-left h2,
    .step-5 h2 {
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: 600;
    }

    /** STEPS **/

    .step-4 .block-2 label {
        width: 70%;
        margin-right: 5%;
    }

    .cookieInfo {
        height: 150px;
        width: 420px;
        padding: 3px;
    }
}

@media only screen and (max-width: 479px) { /* 1px smaller than iPhone Landscape 480px */
.homepage-form .field .input-wrapper #DLsurName {color:yellow;width:20%; font-size:0.3em;}

    .main-nav span.phone_tag {
        display: none;
    }

    .top-nav li.mobile-hide {
        display: none;
    }

    .top-nav ul.flags {
        top: 2px;
    }

    .top-nav li {
        font-size: 115%;
        line-height: 2em;
    }

    .main-nav span.phone {
        font-size: 16px;
        line-height: 1.9em; /*float:left;*/
        margin-left: -12px;
    }

    .homepage-form form .margin-wrapper {
        margin-right: 0;
    }

    .homepage-left h2 {
        font-size: 22px;
        font-size: 2.2rem;
        text-align: center;
    }

        .homepage-left h2 span {
            white-space: nowrap;
        }

    .homepage-form form label {
        width: 100%;
    }

    .homepage-form input[type="text"],
    .homepage-form input[type="email"],
    .homepage-form select {
        width: 100% !important;
    }

    .homepage-form .single-age div {
        float: none;
        margin-left: 0;
        position: relative;
        top: 5px;
    }

    .homepage-form .single-age #bookingBoxAgesOne {
        margin: 0 0 1.5em 0;
        width: 99%;
    }

    .homepage-form form input.date {
        width: 90% !important;
    }

    .homepage-form .button.green {
        width: 100%;
    }

    .step-2 .benefits-mobile {
        font-size: 11px;
        font-size: 1.1rem;
    }

    .step-2 .select-cover h2,
    .step-2 .select-cover .price {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 2em;
        margin: 0 0 0 2%
    }

    .step-2 .select-cover .price {
        left: 37%;
    }

    .step-3 h2 span {
        float: left;
        margin-right: 4%;
        font-size: 60%;
        white-space: normal;
    }

    .step-3 .block-1 .field-item,
    .step-3 .block-1 .field-item-,
    .step-3 .block-1 .field-item-Y,
    .step-3 .block-1 .field-item-N {
        float: none;
        width: 100%;
    }

    .step-3 .block-1 .field .salutation {
        width: 100px !important;
    }

    .step-3 .block-1 .field .age {
        width: 100% !important;
    }

        .step-3 .block-1 .field .age label,
        .step-3 .block-1 .field .age input {
            display: inline;
            clear: none;
            width: 100px !important;
        }

        .step-3 .block-1 .field .age input {
            color: #333;
        }

    .step-4 .block-1 .field {
        width: 100%;
        margin: 0;
    }

    .pmi {
        /*display: inline-block;*/
        display: none;
        float: left;
        width: 100%;
        padding-right: 0%;
        font-size: 0.8em;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 360px) { /* 40px larger than iPhone Portrait 320px */
    #fittext5 {
        margin: 0px 0px 0px 0px;
    }


    .wrapper {
        padding: 0 10px;
    }

    .main-nav .main-menu li a {
        padding: 0 2px;
    }

    .main-nav span.phone {
        font-size: 14px;
        line-height: 2.25em;
    }

    .cookie {
        width: 100%;
    }

    /** FORMS **/

    .field {
        padding: 0.25em 0;
    }

    label {
        display: block;
        width: 100% !important;
        clear: both;
    }

    select {
        color: #888;
        font-size: 100% !important;
    }

        select:before {
            width: 32px;
            height: 32px;
            font-size: 17px;
            line-height: 24px;
        }

    .homepage-form .field .input-wrapper {
        width: 100%;
    }

    .button, .button-back {
        display: block;
        width: 100%;
        margin-bottom: 3%;
        padding-left: 0;
        padding-right: 0;
    }

    /** STEPS **/

    .homepage-form form .button {
        width: 100%;
    }

    .step-2 .select-cover h2,
    .step-2 .select-cover .price {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 1.25em;
        margin: 0;
        width: 50.5%;
        text-align: center;
        font-weight: 600;
    }

    .step-2 .select-cover .price {
        position: relative;
        float: left;
        left: auto;
    }

    .step-2 .select-cover .button {
        float: right;
        margin: -1em 2% 0 0;
        font-size: 16px;
        font-size: 1.6rem;
        display: inline-block;
        width: auto;
        min-width: 0;
        padding-left: 1em;
        padding-right: 1em;
    }

    .step-2 .benefits-mobile tr td:nth-of-type(1) {
        width: 65%;
    }

    .step-2 .benefits-mobile tr td:nth-of-type(2) {
        width: 35%;
    }

    .step-2 .benefits-mobile .excess {
        display: none;
    }

    .step-2 .covers-mobile .field label {
        margin-left: 2%;
        line-height: 1.5em;
    }

    .step-2 .covers-mobile .field select.yes-no {
        margin-right: 2%;
    }

    .step-2 input#QuoteInfor_PromotionCode {
        float: none;
    }

    .step-2 .discount input.button {
        width: 100%;
        float: none;
        margin: 5% 0 1%;
    }

    .step-3 .mobile-hide {
        display: none;
    }

    .step-3 .left,
    .step-3 .right {
        width: 100% !important;
        float: none !important;
        margin: 0 !important;
    }

    .step-3 .block-1 label {
        font-size: 115% !important;
        color: #888;
    }

    .step-3 .block-2 .left .postcode input.button {
        height: 32px;
    }
}

input[type="radio"] {
    position: relative;
    margin: 0 5px;
    top: 0;
    width: auto !important;
}

input[type="checkbox"] {
    position: relative;
    margin: 0 5px; /*width:auto !important;*/
    position: relative;
    top: -4px;
    background-color: transparent;
}

input[type="checkbox"]:focus-visible {
    outline: 1px solid #000;
    outline-offset: 1px;
}
    .notValidCheckbox {
    color: #ed2726 !important;
}

.notValidEnquiry {
    border: 2px solid #ed2726 !important;
}

.notValid { /*border-color:#ec942c !important;*/
    border: red 2px solid !important;
    background-color: #faf4ed !important;
}

.ui-dialog-titlebar {
    display: none
}

.cookie-table {
    margin-bottom: 15px;
}

    .cookie-table td {
        border: 1px solid #ccc;
        padding: 5px;
        width: 30%;
        font-size: 70%;
        line-height: 1em;
    }

.textfieldCC {
    top: -3px !important;
}


.Paypal-bg {
    background-color: rgba(30, 89, 157, 0.3);
    border-radius: 10px 10px 10px 10px;
    color: #333333 !important;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
}

.haz-scroll {
    color: #000000;
    display: inline;
    float: right;
    font-size: 70% !important;
    font-weight: bold;
}

.one-half {
    width: 45%;
    float: left;
}

.handling_info {
    color: #213A7F;
    font-size: 0.8em;
    margin-bottom: 3em;
    font-family: 'Open Sans', sans-serif;
}

.info-small {
    font-size: 12px;
}

.validation-summary-valid#JSValidation {
    display: none
}

.img_wow {
    background-image: url(../images/img_wow.png) right center no-repeat;
    z-index: 0;
    top: 0;
    left: 20px;
}

.nobullet {
    list-style-type: none;
    padding-bottom: 1em;
}

.small-map {
    font-family: 'VAG-regular';
    font-size: 1em;
    text-align: left;
    color: #0000FF;
}

.total_green {
   background-color: #213a7f;
    background-image: linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%);
    /* background-image: linear-gradient(to bottom,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%); */
    color: #efefef!important;
    font-family: 'VAG-regular';
    text-align: center;
    padding-left: 3%;
    padding-right: 3%;
    float: right;
    font-size: 1em;
    font-weight: bold;
    margin-right: 1%;
    border-radius: 5px;
    /* text-shadow: 0 1px 2px rgba(0,0,0,.7); */
    border: thin #ccc solid;
}

.partner-img {
    padding-right: 1em;
}


.tooldisplay {
    display: none;
    *display: block;
}

#tooltip {
    font: 400 12px/1.5 'Open Sans', Arial, Helvetica, sans-serif;
    text-align: left;
    color: #fff;
    background: #111;
    background: rgba(0,0,0,0.9);
    border-radius: 5px;
    position: absolute;
    z-index: 100;
    padding: 15px;
}

    #tooltip:after /* triangle decoration */ {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid rgba(0,0,0,0.9);
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }

    #tooltip.top:after {
        border-top-color: transparent;
        border-bottom: 10px solid rgba(0,0,0,0.9);
        top: -20px;
        bottom: auto;
    }

    #tooltip.left:after {
        left: 10px;
        margin: 0;
    }

    #tooltip.right:after {
        right: 10px;
        left: auto;
        margin: 0;
    }

    #tooltip ul {
        margin-left: 15px;
        list-style-type: disc;
        text-align: left;
    }

        #tooltip ul li {
            margin-bottom: 1em;
        }

.img_comp270 {
    position: absolute;
    right: -30px;
    max-width: 100%;
    height: auto;
    text-align: center;
    top: 16px;
}

.block-4 p {
    font-size: 1.2rem;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    line-height: 1.2em;
}

.form-comp input {
    width: 100%;
}

.form-comp-text {
    width: 100%;
    float: right;
    margin-top: -1.5em;
}



.form-textbox input {
    width: 100%;
}

.container-full {
    width: 96%;
    background-color: #0F0;
}

.container-half {
    width: 50%;
    padding: 5px;
    background-color: #ff6600;
}

.comp-text {
    width: 40%;
    text-align: left;
    background-color: #cc0066;
    font-size: 9px;
    color: #ffffff;
}

.comp-field {
    width: 60%;
    text-align: left;
    font-size: 9px;
    color: #333333;
}

.comptitle {
    font-family: 'VAGRoundedBT';
    color: #fff;
    font-size: 4.7rem;
    line-height: 1em;
    font-weight: normal;
    margin-bottom: 0.25em;
    padding-top: 0.5em;
}

.compform-25 {
    width: 75px;
    /* background-color:#cc0066; */
    display: block;
    float: left;
    padding-top: 2px;
    font-size: 1.3rem;
}

.label {
    font-family: 'VAG-regular';
}

.labelcompetition {
    font-family: 'VAG-regular';
    display: block;
    float: left;
    padding-top: 2px;
    font-size: 1.4rem;
    width: 20%;
    margin-left: 1%;
    font-weight: bold;
}

.labelcompetition-full {
    display: block;
    float: left;
    padding-top: 2px;
    font-family: 'VAG-regular';
    font-size: 1.4rem;
    width: 300px;
    font-weight: bold;
}

.competition-tick {
    display: block;
    float: left;
    padding-top: 2px;
    font-family: 'VAG-regular';
    font-size: 1.3rem;
    width: 90%;
}

.label-submit {
    display: block;
    float: left;
    padding-top: 2px;
    font-size: 12px;
    font-size: 1.0rem;
    width: 90%;
}

.input-wrapper-comp {
    float: left;
    width: 100%;
    padding-left: 0px;
    position: relative;
}

.input-wrapper-comp-text {
    float: left;
    width: 100%;
    padding-left: 0px;
    position: relative;
}


.form-comp {
    width: 100%;
}

.form-textbox {
    width: 100%;
}

.checkbox-text {
    padding-left: 32px;
    width: 100%;
}

.terms-conditions {
    font-size: 85%;
    line-height: 1.8em;
}


/* MEDIA QUERIES */


@media only screen and (min-width: 660px) {
    
    .hide_monkey {
        display: block;
    }

    .form-comp {
        width: 75%;
        float: right;
        margin-top: -1.5em;
    }
}
@media only screen and (min-width: 749px) {
    .homepage-form .field .input-wrapper #DLsurName {color:red;width:50%;}
}
@media only screen and (min-width: 961px) {
    .homepage-form .field .input-wrapper #DLsurName {color:green;width:49%;}
}
@media only screen and (min-width: 1024px) {
    .homepage-form .field .input-wrapper #DLsurName {color:purple;width:49%;}
}

@media only screen and (max-width: 860px) {
    .homepage-right h3 {
        font-size: 2.0rem;
    }
}

@media only screen and (max-width: 960px) {
    .img_comp270 {
        display: none;
    }

    .homepage-form .field label {
        width: 100%;
    }
}


@media only screen and (max-width: 748px) { /* 20px smaller than iPad Portrait */

    #fittext5 small {
        margin: 10px 0px 10px 0px;
    }

    #display_mobile {
        display: block;
    }

    .comptitle {
        font-family: 'VAGRoundedBT';
        font-size: 4rem;
    }


    .homepage-right {
        float: right;
        width: 100%;
        margin-bottom: 10px;
    }

        /*.homepage-right .info-box {
            display: none;
        }*/

    .homepage-left_comp.homepage-form {
        /*float: left;
        width: 100%;*/
    }

    .competition-tick {
        display: block;
        float: left;
        padding-top: 2px;
        font-family: 'VAG-regular';
        font-size: 1.3rem;
        width: 100%;
    }

    .input-wrapper-comp-text {
        float: left;
        width: 100%;
        padding-left: 0px;
        position: relative;
    }

    .form-textbox {
        width: 100%;
    }
}

@media only screen and (min-width: 749px) {
    #display_mobile {
        display: none;
    }

    .step-2 #homeButton {
        margin: -10px 0px 10px 0px;
    }

    .step-2 #homeButton_single {
        margin: 0px 0px 10px 0px;
    }

    #fittext4 {
        display: block;
        font-size: 15px;
        margin-bottom: -65px;
        text-align: center;
        margin-left: 20%;
        background-color: #f1d03d;
        background-image: linear-gradient(top, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
        background-image: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%,rgba(255,255,255,0) 100%);
        height: 35px;
        color: #003176;
        padding: 6px;
        border-radius: 5px;
        font-weight: bold;
        text-shadow: 0px 1px 2px rgba(0,0,0,0);
        margin-top: 30px;
    }
}

@media only screen and (min-width: 900px) {
    #fittext4 {
        display: block;
        font-size: 19px;
        margin-left: 14%;
    }
}

@media only screen and (max-width: 520px) {
.homepage-form .field .input-wrapper #DLsurName {color:orange;margin-top:20px}
    .bordered {
        border-bottom: thin #ccc solid;
        border-right: 0px;
    }

    .total_green {
    background-color: #213a7f;
    background-image: linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(255,255,255,0) 100%);
    color: #efefef!important;
    font-family: 'VAG-regular';
    text-align: center;
    padding-left: 3%;
    padding-right: 3%;
    float: right;
    font-size: 1em;
    font-weight: bold;
    margin-right: 1%;
    border-radius: 5px;
    border: thin #ccc solid;
    width: 100%;
    }

    .comptitle {
        font-family: 'VAGRoundedBT';
        font-size: 3.4rem;
    }
}


@media only screen and (max-width: 479px) {

    .homepage-form input[type="text"], .homepage-form input[type="email"], .homepage-form select {
        width: 100% !important;
    }

    .comptitle {
        font-family: 'VAGRoundedBT';
        font-size: 3.0rem;
    }
}



/**

	Genericons Helper CSS

*/


/**
 * The font was graciously generated by Font Squirrel (http://www.fontsquirrel.com). We love those guys.
 */
@font-face {
    font-family: 'Genericons';
    src: url('font/genericons-regular-webfont.eot');
    src: url('font/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('font/genericons-regular-webfont.woff') format('woff'), url('font/genericons-regular-webfont.ttf') format('truetype'), url('font/genericons-regular-webfont.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/**
 * All Genericons
 

.genericon {
	display: inline-block;
	width: 16px;
	height: 16px;
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	line-height: 1;
	font-family: 'Genericons';
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
}
*/

.genericon {
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    position: relative;
}

/**
 * IE7 and IE6 hacks
 */

.genericon {
    *overflow: auto;
    *zoom: 1;
    *display: inline;
}


/**
 * Individual icons
 */

/* Post formats */
.genericon-standard:before {
    content: '\f100';
}

.genericon-aside:before {
    content: '\f101';
}

.genericon-image:before {
    content: '\f102';
}

.genericon-gallery:before {
    content: '\f103';
}

.genericon-video:before {
    content: '\f104';
}

.genericon-status:before {
    content: '\f105';
}

.genericon-quote:before {
    content: '\f106';
}

.genericon-link:before {
    content: '\f107';
}

.genericon-chat:before {
    content: '\f108';
}

.genericon-audio:before {
    content: '\f109';
}

/* Social icons */
.genericon-github:before {
    content: '\f200';
}

.genericon-dribbble:before {
    content: '\f201';
}

.genericon-twitter:before {
    content: '\f202';
}

.genericon-facebook:before {
    content: '\f203';
}

.genericon-facebook-alt:before {
    content: '\f204';
}

.genericon-wordpress:before {
    content: '\f205';
}

.genericon-googleplus:before {
    content: '\f206';
}

.genericon-linkedin:before {
    content: '\f207';
}

.genericon-linkedin-alt:before {
    content: '\f208';
}

.genericon-pinterest:before {
    content: '\f209';
}

.genericon-pinterest-alt:before {
    content: '\f210';
}

.genericon-flickr:before {
    content: '\f211';
}

.genericon-vimeo:before {
    content: '\f212';
}

.genericon-youtube:before {
    content: '\f213';
}

.genericon-tumblr:before {
    content: '\f214';
}

/* Meta icons */
.genericon-comment:before {
    content: '\f300';
}

.genericon-category:before {
    content: '\f301';
}

.genericon-tag:before {
    content: '\f302';
}

.genericon-time:before {
    content: '\f303';
}

.genericon-user:before {
    content: '\f304';
}

.genericon-day:before {
    content: '\f305';
}

.genericon-week:before {
    content: '\f306';
}

.genericon-month:before {
    content: '\f307';
}

.genericon-pinned:before {
    content: '\f308';
}

/* Other icons */
.genericon-search:before {
    content: '\f400';
}

.genericon-unzoom:before {
    content: '\f401';
}

.genericon-zoom:before {
    content: '\f402';
}

.genericon-show:before {
    content: '\f403';
}

.genericon-hide:before {
    content: '\f404';
}

.genericon-close:before {
    content: '\f405';
}

.genericon-close-alt:before {
    content: '\f406';
}

.genericon-trash:before {
    content: '\f407';
}

.genericon-star:before {
    content: '\f408';
}

.genericon-home:before {
    content: '\f409';
}

.genericon-mail:before {
    content: '\f410';
}

.genericon-edit:before {
    content: '\f411';
}

.genericon-reply:before {
    content: '\f412';
}

.genericon-feed:before {
    content: '\f413';
}

.genericon-warning:before {
    content: '\f414';
}

.genericon-share:before {
    content: '\f415';
}

.genericon-attachment:before {
    content: '\f416';
}

.genericon-location:before {
    content: '\f417';
}

.genericon-checkmark:before {
    content: '\f418';
}

.genericon-menu:before {
    content: '\f419';
}

.genericon-top:before {
    content: '\f420';
}

.genericon-minimize:before {
    content: '\f421';
}

.genericon-maximize:before {
    content: '\f422';
}

.genericon-404:before {
    content: '\f423';
}

/* Generic shapes */
.genericon-uparrow:before {
    content: '\f500';
}

.genericon-rightarrow:before {
    content: '\f501';
}

.genericon-downarrow:before {
    content: '\f502';
}

.genericon-leftarrow:before {
    content: '\f503';
}

label-competition {
    display: block;
    float: left;
    padding-top: 2px;
    font-size: 12px;
    font-size: 1.2rem;
    width: 120px;
    color: #ffffff;
}


.homepage-left_comp {
    /*float: left;
    width: 60.5%;
    position: relative;
    color: #fff;*/
}


.form-25 {
    width: 150px;
}


.form-65 {
    width: 65%;
}


.green-complete {
    background-color: #52a102;
    width: 100%;
}

.whitetext {
    color: #ffffff;
}


a:hover.whitetext {
    color: #ffffff;
}

.homepage-form select#country {
    width: 165px;
}


.contacts#success {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

@font-face {
    font-family: 'VAGRoundedBT';
    src: url('font/VAGRoundedBT.eot');
    src: local('font/VAGRoundedBT'), url('font/VAGRoundedBT.woff') format('woff'), url('font/VAGRoundedBT.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_6855">Text with this font applied</p> */
.fontsforweb_fontid_6855 {
    font-family: 'VAGRoundedBT' !important;
}

/* Font downloaded from FontsForWeb.com */



@font-face {
    font-family: 'VAG-thin';
    font-display: swap;
    src: url('font/vagroundedstd-thin-webfont.eot');
    src: local('font/vagroundedstd-thin-webfont'), url('font/vagroundedstd-light-webfont.woff') format('woff'), url('font/vagroundedstd-thin-webfont.ttf') format('truetype');
}
/* use this class to attach this font to any element i.e. <p class="fontsforweb_fontid_6898">Text with this font applied</p> */
.fontsforweb_fontid_6898 {
    font-family: '616' !important;
}

@font-face {
    font-family: 'VAG-regular';
    font-display:swap;
    src: url('font/vagroundedstd-light-webfont.eot');
    src: local('font/vagroundedstd-light-webfont'), url('font/vagroundedstd-light-webfont.woff') format('woff'), url('font/vagroundedstd-light-webfont.ttf') format('truetype');
}

#tabs {
    display: block;
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.3);
    /* background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(204,204,204,1) 100%); */
    border-radius: 10px;
    background-color: #52A102;
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #213a7f;
    text-decoration: none;
}

    .ui-state-default a:focus {
        outline: 0;
    }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0px solid #c5dbec;
    background: none;
    font-weight: bold;
    color: #2e6e9e;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #52A102;
    background-color: #84BD52;
    background-image: none;
    font-weight: bold;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
}

    .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
        border: 0px solid #fff;
        color: #FFFFFF;
        text-decoration: none;
    }

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    color: #fff;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -khtml-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

.ui-widget-header {
    border: 1px solid #fff;
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(204,204,204,1) 100%);
    color: #ffffff;
    font-weight: bold;
    border-radius: 7px 7px 0px 0px;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited, .ui-state-active a:hover, .ui-state-active a:active {
    border: 1px solid #fff;
    color: #FFFFFF;
    text-decoration: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #fff;
    font-weight: bold;
    color: #fff;
    background: #46850a;
    text-decoration: underline;    
}

.ui-state-focus, .ui-tabs-active, .ui-state-active a:visited {
    background-color: #315b08;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
    border-bottom: 0px;
}

.ui-state-default, .ui-corner-top, .ui-state-focus, .ui-tabs-active, .ui-state-active a:visited {
    border: 3px solid #99c33c;
}

#tabs-1 {
    background-image: url('/App_Themes/Multitrip/images/img_table_960_X_200_volcano.png');
    background-repeat: no-repeat;
    background-position: right top;
}

#tabs-2 {
    background-image: url('/App_Themes/Multitrip/images/img_table_960_X_200_cruise.png');
    background-repeat: no-repeat;
    background-position: right 15%;
}

#tabs-3 {
    background-image: url('/App_Themes/Multitrip/images/img_table_960_X_200_cancel.png');
    background-repeat: no-repeat;
    background-position: right top;
}

#tabs-4 {
    background-image: url('/App_Themes/Multitrip/images/img_table_960_X_200_excess.png');
    background-repeat: no-repeat;
    background-position: right 45%;
}

#tabs-5 {
    background-image: url('/App_Themes/Multitrip/images/img_table_960_X_200_winter.png');
    background-repeat: no-repeat;
    background-position: right top;
}


.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    cursor: text;
    border: 0px;
}


@media only screen and (max-width: 758px) {
    #display_tablet {
        display: none;
    }

    #display_desktop {
        display: none;
    }

    #tabs {
        display: none;
    }
}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    bxslider: "position: relative";
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

    .bx-wrapper img {
        max-width: 100%;
        display: block;
    }

    /** THEME
===================================*/

    .bx-wrapper .bx-viewport {
        left: -5px;
    }

    /* LOADER */

    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url(../images/bx_loader.gif) center center no-repeat #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    /* PAGER */

    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        padding-top: 20px;
    }

        .bx-wrapper .bx-pager .bx-pager-item,
        .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
            *zoom: 1;
            *display: inline;
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #666;
            text-indent: -9999px;
            display: block;
            width: 10px;
            height: 10px;
            margin: 0 5px;
            outline: 0;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover,
            .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #000;
            }

    /* DIRECTION CONTROLS (NEXT / PREV) */

    .bx-wrapper .bx-prev {
        left: 10px;
        background: url(../images/controls.png) no-repeat 0 -32px;
    }

    .bx-wrapper .bx-next {
        right: 10px;
        background: url(../images/controls.png) no-repeat -43px -32px;
    }

    .bx-wrapper .bx-prev:hover {
        background-position: 0 0;
    }

    .bx-wrapper .bx-next:hover {
        background-position: -43px 0;
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 9999;
    }

        .bx-wrapper .bx-controls-direction a.disabled {
            display: none;
        }

    /* AUTO CONTROLS (START / STOP) */

    .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

        .bx-wrapper .bx-controls-auto .bx-start {
            display: block;
            text-indent: -9999px;
            width: 10px;
            height: 11px;
            outline: 0;
            background: url(../images/controls.png) -86px -11px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-start:hover,
            .bx-wrapper .bx-controls-auto .bx-start.active {
                background-position: -86px 0;
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: -9999px;
            width: 9px;
            height: 11px;
            outline: 0;
            background: url(../images/controls.png) -86px -44px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-stop:hover,
            .bx-wrapper .bx-controls-auto .bx-stop.active {
                background-position: -86px -33px;
            }

    /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }

    /* IMAGE CAPTIONS */

    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666\9;
        background: rgba(80, 80, 80, 0.75);
        width: 100%;
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: Arial;
            display: block;
            font-size: .85em;
            padding: 10px;
        }

.genericon:before {
    font: normal 24px/1 'Genericons';
    position: absolute;
    left: 3px;
    top: 0;
}

.homepage-form form .button.genericon-month {
    float: left;
    display: inline-block;
    width: auto;
    border: none;
    padding: 0;
    margin: 0;
    margin: 0;
    background: none;
    top: 3px;
    left: 3px;
}

.sub-nav li.genericon-home {
    display: inline-block;
    width: 24px;
    height: 12px;
    position: relative;
    top: 3px;
}

.main-nav .genericon-menu {
    display: block;
    background: #BCCEE2;
    width: 30px;
    height: 32px;
    position: absolute;
    top: 0px;
    right: 0;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.6);
    color: #1E599D;
    cursor: pointer;
}

    .main-nav .genericon-menu:before {
        top: 4px;
        left: 4px;
    }

.select-cover a.genericon-show:before {
    content: "i";
    font: italic bold 24px/1 Georgia, "Times New Roman", Times, serif;
    left: 13px;
    position: absolute;
    text-transform: none;
    top: 5px;
}

@media screen and (min-width:1024px) {
    .step-3 .button-back {
        margin: 10px auto;
    }

    .step-2 #homeButton {
        margin: -10px 0px 10px 0px;
    }

    #display_mobile {
        display: none;
        margin-bottom: 0em;
    }

    #display_desktop {
        display: none;
    }

    #display_marv_side {
        display: none;
    }


    #travel_thumb {
        display: block;
        position: absolute;
        left: 171px;
        font-size: 30px;
        top: 5px;
        background-color: #fff;
        border-radius: 15px;
        width: 30px;
        height: 30px;
    }

    .fa-thumbs-up {
        display: block;
        font-size: 0.75em;
        font-size: 24px !important;
        padding-left: 5px;
        padding-top: 3px;
    }
}

@media screen and (min-width:1025px) {
    #display_marv_side { /*display: block;position: absolute;top: 280px;left: -261px;*/
        display: none;
    }

    #display_desktop {
        display: block;
        margin-bottom: 0em;
    }

    #display_tablet {
        display: none;
    }
}

@media screen and (min-width:1200px) {
    #display_marv_side {
        display: none;
    }
}

@media screen and (min-width:1250px) {
    #display_marv_side {
        display: block;
        position: absolute;
        top: 360px;
        left: -170px;
        width: 170px;
        display: none;
    }
}

@media screen and (min-width:1300px) {
    #display_marv_side {
        display: none;
    }
}

@media screen and (min-width:1350px) {
    #display_marv_side {
        display: block;
        position: absolute;
        top: 360px;
        left: -210px;
        width: 210px;
        display: none;
    }
}

@media screen and (min-width:1400px) {
    #display_marv_side {
        display: none;
    }
}

@media screen and (min-width:1450px) {
    #display_marv_side {
        display:none;
    }
}

@keyframes pulse1 {
    0% {
        color: rgba(82, 161, 2, 0.2);
    }

    90% {
        color: rgba(111,192,29,1.0);
    }

    100% {
        color: rgba(111,192,29,1.0);
    }
}


@-moz-keyframes pulse1 {
    0% {
        color: rgba(82, 161, 2, 0.2);
    }

    90% {
        color: rgba(111,192,29,1.0);
    }

    100% {
        color: rgba(111,192,29,1.0);
    }
}


@-webkit-keyframes pulse1 {
    0% {
        color: rgba(82, 161, 2, 0.2);
    }

    90% {
        color: rgba(111,192,29,1.0);
    }

    100% {
        color: rgba(111,192,29,1.0);
    }
}


@keyframes pulse1 {
    0% {
        color: rgba(82, 161, 2, 0.2);
    }

    90% {
        color: rgba(111,192,29,1.0);
    }

    100% {
        color: rgba(111,192,29,1.0);
    }
}

#autorenewnotification {
    border-radius: 5px !important;
    color: #00448D !important;
    background: #E6F4FF !important;
    margin-top: 6px !important;
    padding: 8px !important;
    width: fit-content !important;
    margin-bottom: 10px !important;
}