﻿@font-face {
    font-family: 'SansPro';
    src: url(../font/SourceSansPro-Regular.woff);
    src: url('../font/SourceSansPro-Regular.ttf?#iefix') format('embedded-opentype'), url('../font/SourceSansPro-Regular.woff2') format('woff2'), url('../font/SourceSansPro-Regular.woff') format('woff'), url('../font/SourceSansPro-Regular.ttf') format('truetype'), url('../font/SourceSansPro-Regular.ttf#SourceSansPro') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SansProBold';
    src: url(../font/SourceSansPro-Bold.woff);
    src: url('../font/SourceSansPro-Bold.ttf?#iefix') format('embedded-opentype'), url('../font/SourceSansPro-Bold.woff2') format('woff2'), url('../font/SourceSansPro-Bold.woff') format('woff'), url('../font/SourceSansPro-Bold.ttf') format('truetype'), url('../font/SourceSansPro-Bold.ttf#SourceSansProBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SansProSemiBold';
    src: url(../font/SourceSansPro-SemiBold.woff);
    src: url('../font/SourceSansPro-SemiBold.ttf?#iefix') format('embedded-opentype'), url('../font/SourceSansPro-SemiBold.woff2') format('woff2'), url('../font/SourceSansPro-SemiBold.woff') format('woff'), url('../font/SourceSansPro-SemiBold.ttf') format('truetype'), url('../font/SourceSansPro-SemiBold.ttf#SourceSansProSemiBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
    margin: 0;
    font-family: SansPro;
    -webkit-text-size-adjust: 100%;
}

    body iframe {
        display: none !important;
    }

    body .trustpilot-widget > iframe
    {
        display:block !important;
    }

    h1, h2 {
        font-size: inherit;
        margin: 0;
        font-family: SansProBold;
    }

.FloatLeft {
    float: left;
}

.FloatRight {
    float: right;
}

div.Blue {
    background-color: #2a4c89;
}

div.Grey {
    background-color: #e6e6e6;
}

div.DarkGrey {
    background-color: #666;
}

div.White {
    background-color: white;
}

div.Green {
    background-color: #70b23d;
}

.FontUppercase {
    text-transform: uppercase;
}

.FontBlue {
    color: #2a4c89;
}

.FontGrey {
    color: #666;
}

.FontGreen {
    color: #70b23d;
}

.hrBlue {
    border-bottom: 1px solid #2a4c89;
    width: 105px;
}

.hrWhite {
    border-bottom: 1px solid White;
    width: 105px;
}

.FontWhite {
    color: White;
}

.FontNormal {
    font-family: SansPro;
}

.FontBold, b, strong {
    font-family: SansProBold;
}

.FontSemiBold {
    font-family: SansProSemiBold;
}

.FontRemoveUppercase {
    text-transform: none !important;
}

.XXLfont {
    font-size: 62px;
}

.XLfont {
    font-size: 47px;
}

.LXfont {
    font-size: 38px;
}

.Lfont {
    font-size: 35px;
}

.MLLfont {
    font-size: 32px;
}

.MLfont {
    font-size: 28px;
}

.MMLfont {
    font-size: 26px;
}

.Mfont {
    font-size: 24px;
}

.MSfont {
    font-size: 22px;
}

.SMfont {
    font-size: 21px;
}

.SMMfont {
    font-size: 19px;
}

.Sfont {
    font-size: 18px;
}

.VSSfont {
    font-size: 14px;
}

.VSfont {
    font-size: 13px;
}

.VVSfont {
    font-size: 12px;
}

.TextCenter {
    text-align: center;
}

.TextLeft {
    text-align: left;
}

.TextRight {
    text-align: right;
}

.TextUnderline {
    text-decoration: underline;
}

a {
    text-decoration: underline;
    color: inherit;
}

.ButtonGreen, .ButtonShowMore, .ButtonBack {
    border: none;
    background-color: #70b23d;
    padding: 5px 11px 5px 0;
    border-radius: 8px;
    color: white;
    font-size: 14px;
    font-family: SansProBold;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    text-align: left;
    display: block;
    background-image: Url('../Images/Button Arrow.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 12px;
    border-right: 10px solid #70b23d;
}

.RelativePos {
    position:relative;
    padding-bottom:50px;
}

.ButtonBlue {
    border: none;
    background-color: #2a4c89;
    padding: 15px 25px;
    border-radius: 8px;
    color: white;
    font-size: 16px;
    font-family: SansProBold;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    text-align: center;
    display: block;
    background-image: Url('../Images/Button Arrow.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 12px;
    border-right: 10px solid #2a4c89;
    text-decoration:none;
    width:50%;
}

.ButtonBlue.BottomPos {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 25px;
}

    .ButtonBlue:hover {
        background-color: #27467d;
    }

.ButtonShowMore, .ButtonBack {
    background-color: #808080;
    background-size: 12px;
    padding-left: 10px;
    padding: 5px 7px 5px 10px;
}

.ButtonShowMore {
    border-right: 7px solid #808080;
}

.ButtonBack {
    border-left: 7px solid #808080;
    background-image: Url('../Images/Button Arrow Left.png');
    background-position: left;
    padding-left: 20px;
    border-right: none;
}

.ButtonShowMore:hover {
    border-right: 7px solid #6E6E6E;
}

.ButtonBack:hover {
    border-left: 7px solid #6E6E6E;
}

.ButtonShowMore:hover, .ButtonBack:hover {
    background-color: #6E6E6E;
    cursor: pointer;
}

.btnCloseAlert, .btnClosePopConfirm, .btnContinuePopConfirm {
    width: 120px !important;
    margin: 25px auto 0 auto !important;
    padding: 5px 0;
    height: 44px;
    line-height: 32px;
    font-size: 20px;
    text-align: center;
    background-size: 0;
    border: none;
    background-color: #70b23d;
    border-radius: 0;
    color: white;
    font-family: SansProBold;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    display: block;
    outline: none;
}

.btnClosePopConfirm {
    background-color: #2a4c89;
    margin-left: 10px !important;
}

.InputError, .InputSuccess {
    background-image: url('../Images/Red Cross Input.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 30px;
}

.InputSuccess {
    background-image: url('../Images/Green Tick Input.png');
}

.ButtonMangify {
    display: inline-block;
    padding: 12px 0 10px 12px;
    line-height: 19px;
    vertical-align: top;
    font-size: 17px;
    background-image: none;
}

    .ButtonMangify img {
        float: right;
        height: 20px;
        margin-left: 10px;
    }

.BoxShadowLightGrey {
    -webkit-box-shadow: 0px 0px 1px 0px #828282;
    -moz-box-shadow: 0px 0px 1px 0px #828282;
    box-shadow: 0px 0px 1px 0px #828282;
}

.BoxShadowGrey {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.75);
}

.BoxShadowBlue {
    -webkit-box-shadow: 0px 0px 1px 0px #5780C9;
    -moz-box-shadow: 0px 0px 1px 0px #5780C9;
    box-shadow: 0px 0px 1px 0px #5780C9;
}

.ButtonGreen.Large {
    padding: 8px 21px 8px 25px;
    font-size: 27px;
    text-transform: uppercase;
    margin-top: 20px;
    background-size: 17px;
}

.ButtonGreen:hover {
    background-color: #63A133;
    border-color: #63A133;
    cursor: pointer;
}

.btnClosePopConfirm:hover {
    background-color: #3259A1;
}

.ButtonGreen.Large div {
    margin: 10px 0 0 15px;
    border-width: 9px 0 9px 14px;
    float: none;
    display: inline-block;
}

.MobilePadding {
    padding-left: 15px;
    padding-right: 15px;
}

.Textbox, .Email, .Postcode, .PhoneNumber, .Mileage, .Referral {
    border-radius: 3px;
    border: none;
    text-transform: uppercase;
    padding: 9px 15px;
    display: inline-block;
    width: 143px;
    margin-bottom: 10px;
    border: 1px solid #BDBDBD;
    color: #525252;
    -webkit-box-shadow: 0px 0px 1px 0px #BDBDBD;
    -moz-box-shadow: 0px 0px 1px 0px #BDBDBD;
    box-shadow: 0px 0px 1px 0px #BDBDBD;
}

.ButtonGrey {
    padding: 15px 10px 12px 10px;
    border: 2px solid #808080;
    border-radius: 7px;
    color: #6E6E6E;
    width: 200px;
    margin: 13px auto 20px auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background-color: white;
    cursor: pointer;
}

    .ButtonGrey:hover {
        background-color: #808080;
        color: white;
    }

.Error, .AffiliateEnterReg, .Loading, .PopConfirm {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.22);
    z-index: 101;
    display: none;
    position: fixed;
}

    .Error > div, .PopConfirm > div, .AffiliateEnterReg > div {
        width: 80%;
        padding: 20px 20px 20px 20px;
        background-color: white;
        border: 2px solid #2a4c89;
        margin: 0 auto;
    }

    .Error .hrBlue, .PopConfirm .hrBlue {
        margin-bottom: 15px;
    }

    .ErrorContent > div, .PopConfirmContent > div, .AffiliateEnterReg > div {
        line-height: 32px;
        clear: both;
    }

.PopConfirmButtonContainer {
    width: 254px;
    margin: 0 auto;
}

    .PopConfirmButtonContainer input {
        display: inline-block;
    }

.Loading {
    background-image: url('../Images/Loading.gif');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55px;
}

.Hidden {
    display: none;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
}

input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"] + label {
        margin-right: 30px;
    }

        input[type="checkbox"] + label span {
            display: inline-block;
            width: 20px;
            height: 20px;
            margin: -1px 18px 0 0;
            vertical-align: middle;
            background: url('../Images/Checkbox unchecked.png') left top no-repeat;
            background-size: contain;
            cursor: pointer;
        }

    input[type="checkbox"]:checked + label span {
        background: url('../Images/Green Tick.png') left top no-repeat;
        background-size: contain;
    }

.divScrollUp {
    width: 26px;
    height: 26px;
    position: fixed;
    transition: .6s;
    bottom: 30px;
    right: -60px;
    background-color: #9c9c9c;
    border: 7px solid #9c9c9c;
    border-top-width: 8px;
    border-bottom-width: 6px;
    border-radius: 2px;
    z-index: 5;
    opacity: .8;
    background-image: url(../images/SpriteSheet.png?v=1);
    background-position: -148px -88px;
}

    .divScrollUp:hover {
        background-color: #878787;
        border-color: #878787;
        cursor: pointer;
    }

.divScrolledDown {
    right: 10px;
}

.banner-image {
    width: 100%;
    border: 0;
}

@media (min-width:420px) {
    .Error > div, .PopConfirm > div, .AffiliateEnterReg > div {
        width: 340px;
    }
}

@media (min-width:520px) {
    .Error > div, .PopConfirm > div, .AffiliateEnterReg > div {
        width: 440px;
    }
}

@media (min-width:950px) {
    .ContentColumn {
        width: 950px;
        margin: 0 auto;
    }

    .MobilePadding {
        padding-left: 0;
        padding-right: 0;
    }
}

@-webkit-keyframes uil-facebook {
    0% {
        -ms-transform: scale(2);
        -moz-transform: scale(2);
        -webkit-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }

    90% {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes uil-facebook {
    0% {
        -ms-transform: scale(2);
        -moz-transform: scale(2);
        -webkit-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }

    90% {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes uil-facebook {
    0% {
        -ms-transform: scale(2);
        -moz-transform: scale(2);
        -webkit-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }

    90% {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes uil-facebook {
    0% {
        -ms-transform: scale(2);
        -moz-transform: scale(2);
        -webkit-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }

    90% {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes uil-facebook {
    0% {
        -ms-transform: scale(2);
        -moz-transform: scale(2);
        -webkit-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }

    90% {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes uil-facebook {
    0% {
        -ms-transform: scale(2);
        -moz-transform: scale(2);
        -webkit-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }

    90% {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes uil-facebook {
    0% {
        -ms-transform: scale(2);
        -moz-transform: scale(2);
        -webkit-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }

    90% {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes uil-facebook {
    0% {
        -ms-transform: scale(2);
        -moz-transform: scale(2);
        -webkit-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }

    90% {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.uil-facebook-css {
    background: none;
    position: relative;
    width: 200px;
    height: 200px;
}

    .uil-facebook-css > div {
        position: absolute;
        width: 40px;
        height: 120px;
        top: 40px;
        left: 20px;
        background: #63a133;
        opacity: 0.6;
        -ms-animation: uil-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;
        -moz-animation: uil-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;
        -webkit-animation: uil-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;
        -o-animation: uil-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;
        animation: uil-facebook 1s cubic-bezier(0.01, 0.73, 0.28, 0.93) infinite;
    }

        .uil-facebook-css > div:nth-of-type(2) {
            left: 80px;
            opacity: 0.8;
            -ms-animation-delay: 0.1s;
            -moz-animation-delay: 0.1s;
            -webkit-animation-delay: 0.1s;
            -o-animation-delay: 0.1s;
            animation-delay: 0.1s;
        }

        .uil-facebook-css > div:nth-of-type(3) {
            left: 140px;
            opacity: 0.9;
            -ms-animation-delay: 0.2s;
            -moz-animation-delay: 0.2s;
            -webkit-animation-delay: 0.2s;
            -o-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }
