﻿
:root {
    --TimelineMainColor: #fff;
    --TimelineAccentColor: #fff;
    --TimelineTextColor: #fff;
    --ThemeColour: #2A9DF4;
    --ButtonColour: #4CAF50;
}



.Welcome {
    min-height: 100%;
    flex-grow: 1;
    transition: 1s all;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow:hidden;
    transition:2s all;
}
    .Welcome.Loaded {
    }

.DelayImageTop{max-width:400px;}
.TopBarHolder .DelayLogo {
    width: 300px!important;
    background-repeat: no-repeat;
    background-image: url(/Styles/BackgroundImages/DelayOKHorizontal-New.png) !important;
    background-position: left;
    background-size: contain;
    margin: 10px;
    height: 90px;
}

.TopBarHolder, .navigation, .navigation ul, .navigation ul li, .BottomBarHolder {
    background-color: #fff!important;
}
.TopBarHolder {
}
    .navigation li a, .TopBarHolder .Social a, .BottomBarHolder, .BottomBarHolder .Copywright, .BottomBarHolder .TermsLinks,
    .BenefitCalc .BenefitResult .BenefitCalcResult, .AddCtrl, .BenefitCalc .BenefitResult, .AddNewPassBtn {
        color: #555 !important;
    }
.AddNewPassBtn, .SingleReturn {
    border-color: #fff !important;
}

        .main-timeline .description {
            color: var(--TimelineAccentColor)
        }

.MoneyHeader:before, .MoneyHeader:after, .MoneyHeader i, .BenefitCalc .BenefitResult .BenefitCalcResult:before {
    color: #101921;
}



.MainContentHolder {
    display: flex;
    flex-direction: column;
    align-items: end;
}

    .WelcomeHolderTop.Compensation {
        justify-content:flex-end;
        padding-left:0;
        padding-right:10%;
        background-position:center left;
    }

.MainContentHolder .PoweredByStripe {
    width: 300px;
}

        .MainContentHolder .PoweredByStripe .StripeCards {
            display: flex;
            flex-direction: column-reverse;
            flex-grow: 1;
            flex-wrap: nowrap;
        }

        .MainContentHolder .PoweredByStripe .Stripe {
            background-image: url(/Styles/Stripe.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            height: 40px;
            width: calc(100% - 6px);
            background-color: #32364e;
            border-radius: 10px;
            margin: 3px;
        }

        .MainContentHolder .PoweredByStripe .Trust {
            display: flex;
            flex-direction: row;
            color: #777;
            flex-wrap: nowrap;
            justify-content: center;
            align-items: center;
        }

        .MainContentHolder .PoweredByStripe .TrustLabel {
            display: flex;
            flex-direction: column;
            line-height: 15px;
            font-size: 12px;
        }

        .MainContentHolder .PoweredByStripe .Trust i {
            font-size: 2em;
            margin: 10px;
        }

.MainWordingHeader {
    display: flex;
    flex-direction: row;
    font-weight: bold;
}

.SmallHeaderHolder {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-size: 1.5em;
}

.SmallHeader1 {
    font-size: 2em;
    display: flex;
    align-items: baseline;
    flex-direction: row;
    min-width: 250px;
    text-transform: uppercase;
    line-height: 1em;
}

    .SmallHeader1 i {
        color: #333;
        font-size: 1.2em
    }

    .SmallHeader1 span {
        flex-grow: 1;
    }

.SmallHeader2 {
    font-size: 2em;
    text-transform: uppercase;
    line-height: 1em;
    display: flex;
    align-items: flex-end;
    text-indent: 20px;
}

.BigHeader {
    font-size: 7em;
    text-transform: uppercase;
    line-height: .9em;
    margin-top: -15px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.MoneyHeader:before {
    content: 'We Pay';
    font-size: 35px;
    line-height: 35px;
    position: absolute;
    top: -20px;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    text-shadow: none;
}

.MoneyHeader:after {
    content: 'for delays of 3 hours for each passenger insured';
    font-size: 25px;
    line-height: 25px;
    top: 100%;
    position: absolute;
    width: 350px;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
    text-shadow: none;
    text-align:center;
}

.MoneyHeader {
    position: relative;
    font-weight: bold;
    font-size: 10em;
    line-height: .8em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    color: #8cc63f;
    width: 100%;
    text-shadow: 0 0 10px #333;
}

    .MoneyHeader i {
        font-size: .3em;
        color: #fff;
        margin-top: .5em;
        text-shadow: none;
    }

.MainHeaderStart {
    display: flex;
    flex-direction: row;
    color: #fff;
    box-shadow: 0 0 10px #333;
    background-color: #8cc63f;
    width: 300px;
    border-radius: 10px;
    align-items: center;
    cursor:pointer;
    transition:.5s all;
}
    .MainHeaderStart:hover {
        background-color: #fff;
        color: #8cc63f;
    }
    .MainHeaderStart i {
        font-size: 4em;
        margin: 10px;
    }

    .MainHeaderStart .MainCTA {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 35px;
        line-height: 35px
    }

.PriceHeader {
    font-size: 25px;
    line-height: 20px;
    font-weight: 100;
}

.PriceDetails {
    text-align: right;
    width: 100px;
    font-size: 12px;
    line-height: 12px;
}


    .Welcome h1 {
        text-align: center;
        padding: 0px;
        min-width: 180px;
        font-weight: 100;
        position: relative;
        float: left;
        font-size: 4em;
        margin: 0px;
        text-transform:uppercase;

    }
        .Welcome .WeatherHolder h1{
            float:none;
        }
        .Welcome .ReduceWeight h1 {
            padding: .5% 1%;
            text-transform: uppercase;
            font-weight: bold;
        }
        .Welcome h1 b{}
        .Welcome h1 p {
            font-weight: 100;
            font-weight: 100;
            line-height: 1.2em;
            vertical-align: middle;
            align-items: center;
            display: flex;
            justify-content: center;
            margin: 5px;

        }
            .Welcome h1 p b{
                margin:5px;
            }
.ReduceWeight {
    flex-grow: 1;
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    max-width: 600px;
    z-index: 1;
    height: 395px;
    z-index: 1;
    border: 1px solid #eee;
    border-radius: 0 10px 10px 0;
    background-color: rgba(255,255,255,.6);
    position:relative;
    overflow:hidden;
}
.WelcomeHolderTop {
    display: flex;
    /*background-image: url(/Styles/BackgroundImages/HomeHeader.png),url(/Styles/BackgroundImages/Plane.png);*/
    background-position: bottom, top;
    background-size: cover, contain;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    height: 90vh;
    flex-shrink: 0;
}

.WhyWeStarted {
    display: flex;
    /*background-image: url(/Styles/BackgroundImages/HomeHeader.png),url(/Styles/BackgroundImages/Plane.png);*/
    background-position: bottom, top;
    background-size: cover, contain;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-top: 10px solid #8cc63f;
    border-bottom: 5px solid #101921;
}
.DidYouKnow {
    display: flex;
    /*background-image: url(/Styles/BackgroundImages/HomeHeader.png),url(/Styles/BackgroundImages/Plane.png);*/
    background-position: bottom, top;
    background-size: cover, contain;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-color: #8cc63f;
    border-bottom: 5px solid #101921;
    min-height:90vh;
}
.GeneralInfo {
    display: flex;
    /*background-image: url(/Styles/BackgroundImages/HomeHeader.png),url(/Styles/BackgroundImages/Plane.png);*/
    background-position: bottom, top;
    background-size: cover, contain;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    flex-direction:row;
}
.CustomersSay {
    display: flex;
    /*background-image: url(/Styles/BackgroundImages/HomeHeader.png),url(/Styles/BackgroundImages/Plane.png);*/
    background-position: bottom, top;
    background-size: cover, contain;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    flex-direction: column;
    border-top:1px solid #ccc;
}


    .GeneralInfo .InfoHolder{

        max-width:320px;
        min-height:500px;
        border:1px ridge #eee;
        flex-grow:1;
        flex-basis:33.3%;
        margin:20px;
        border-radius:10px;
        padding:10px;
        display:flex;
        flex-direction:column;

    }
.InfoHolder h1{
    font-size:1.5em;
}
.GeneralInfo .InfoHolder img{
    max-width:80%;
    margin:20px;
}
.HowSection{display:flex;flex-direction:row; color:#333; justify-content:center; align-items:center;}
.WhyWeStarted h1, .CustomersSay h1, .DidYouKnow h1 {
    font-size: 2em !important;
    text-align: center;
    padding: 0px;
    min-width: 180px;
    font-weight: 100;
    position: relative;
    float: left;
    font-size: 4em;
    margin: 0px;
    text-transform: uppercase;
    margin-top: 20px;
}
.InfoHolder:has(.WeatherHolder){padding:0;}
.WeatherHolder .box {
    min-width: 100%;
    box-shadow: none;
    margin: 0;
    border-radius: 0;
    min-height: 100%;
    height: 100%;
    padding-top: 20px;
    flex-grow: 1;
    max-width: 100%;
}
.WeatherHolder .Forecast{
    display:none;
}
.InfoHolder .FlexHolder {
    margin:10px;
}
.WeatherHolder {
    flex-grow: 1;
}
.WeatherHolder .button-wrap {
    display: none;
}
.WhyWeStarted h1 b, .CustomersSay h1 b, .DidYouKnow h1 b {
    font-size: 2em;
}
.HowSection .HowImage {
    flex-grow: 1;
    min-height: 300px;
    min-width: 300px;
    max-width: 350px;
    border-radius: 100%;
    background-color: #fff;
    overflow: hidden;
    margin: 20px;
    border: 2px ridge #101921;
    background-size:cover;
    background-repeat:no-repeat;
}
        .HowSection .HowImage img{max-width:100%;}

.HowSection .HowContent {
    font-size: 1.2em;
    flex-grow: 1;
    max-width: 550px;
    padding: 20px;
    border-radius: 10px;
/*    background-color: #101921;*/
    border: 1px ridge #eee;
}
    .DelayVideo {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        border: 1px solid #eee;
        border-radius: 10px 0 0 10px;
        border-right: none;
        overflow: hidden;
    }
    .DelayVideo video {
        max-height:100vh;
    }

    .Insurance p {
        text-align: center;
        font-size: 1em;
        margin:2px;
        padding:5px;
    }


.ribbon {
    margin: 0;
    padding: 0;
    background: #3a3a3c;
    color: white;
    padding: .8em 0;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(35%) translateY(0%) rotate(45deg);
    transform-origin: top left;
}

    .ribbon:before,
    .ribbon:after {
        content: '';
        position: absolute;
        top: 0;
        margin: 0 -1px; /* tweak */
        width: 100%;
        height: 100%;
        background: #3a3a3c;
    }

    .ribbon:before {
        right: 100%;
    }

    .ribbon:after {
        left: 100%;
    }

.DelayOkLogo {
    height: 0;
    overflow: hidden;
    transition: 3s all;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

    .DelayOkLogo img, .Weight img {
        height: 80%;
    }

    .DelayOkLogo.Loaded {
        height: 200px;
    }

.Weight {
    transition: 3s all;
    height: 200px;
    display:flex;
    justify-content:center;
    align-items:center;
    width:100%;
}
    .Weight.Loaded {
        width: 0;
        height: 0;
    }
.WeightNumeric:after {
    content: 'Hours plus flight delay';
    position: absolute;
    transition: 5s all;
    left: 100%;
    width: 200px;
    width: 350px;
    top: 0;
    margin-left: 10px;
    font-size: 25px;
    font-weight:bold;
    height: 100%;
    display:flex;
    justify-content:left;
    align-items:center;
}
.WeightNumeric.Reduced:after {
    content: 'Payment';
    position: absolute;
    left: 100%;
    width: 200px;
    width: 350px;
    top: 0;
    margin-left: 10px;
    height:100%;
}


.WeightNumeric.Reduced:before {
    content: '£';
    transition: 5s all;
    position: absolute;
    right: 105%;
    top:5px;
}

.GetStarted {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-basis: 50%;
    padding: 60px 0;
    /*background-image: url(/Styles/BackgroundImages/Clouds.png),url(/Styles/BackgroundImages/Clouds2.png);*/
    background-position: top,bottom;
    background-size: contain, contain;
    background-repeat: no-repeat,no-repeat;
    padding-bottom: 200px;
    margin-top: -1px;
    border-bottom: 1px solid #ddd;
    background-color: var(--ButtonColour);
}
    .GetStarted h2{
        color: var(--TimelineMainColor)!important;
    }
    .DelayAdvert {
        flex-grow: 1;
        display: flex;
        flex-direction: row;
        /*background-image: url(/Styles/BackgroundImages/Clouds.png),url(/Styles/BackgroundImages/Clouds2.png);*/
        background-position: top,bottom;
        background-size: contain, contain;
        background-repeat: no-repeat,no-repeat;
        margin-top: -1px;
    }
.DelayAdvert h1{
    margin-top:100px;

}
/*    .DelayAdvert .PoweredByStripe {
        margin-bottom: 100px;
    }*/
/*.DelayAdvert:before {
    background-image: url(/Styles/BackgroundImages/Clouds.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    top: -5px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.DelayAdvert:after {
    background-image: url(/Styles/BackgroundImages/Clouds2.png);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    bottom: -5px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}*/

.Calculator {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #101921 !important;
    /*background-image: url(/Styles/BackgroundImages/Clouds.png),url(/Styles/BackgroundImages/Clouds2.png);*/
    background-position: top,bottom;
    background-size: contain, contain;
    background-repeat: no-repeat,no-repeat;
    padding-top: 200px;
    padding-bottom: 200px;
    margin-top: -1px;
    align-items: center;
}

.GetStarted h1 {
    color: #333;
    font-size: 2em;
}
        .GetStarted h1 b{
            font-size:2em;
        }
.Welcome .Button, a.InsurerButton {
    margin: 20px;
    border-radius: 10px;
    background-color: #8dc641;
    color: #fff;
    font-size: 2em;
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px 20px;
    transition: .5s all;
    cursor: pointer;
}
    a.InsurerButton{
        text-decoration:none;
    }
.viewPolicyDocument, .viewIPIDDocument, .viewIPIDFullDocument {
    font-size: 1.2em;
    cursor: pointer;
    border: 2px solid #ccc;
    padding: 5px;
    border-radius: 10px;
    color: #777;
    background-color: #eee;
    text-align: center;
    margin: 0 5px;
}
.GetStarted p.ProductText {
    font-weight: 100;
    font-weight: 100;
    line-height: 1.2em;
    vertical-align: middle;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 5px;
    text-align: center;
    padding: 0px;
    min-width: 180px;
    font-weight: 100;
    position: relative;
    float: left;
    color: #333;
    margin: 0px;
}

    .GetStarted ul li{color:#333;}

.Welcome .Button:hover, a.InsurerButton:hover {
    background-color: #1f325d;
    color:#fff;
}


    .WeightNumeric {
        font-size: 2em;
    }

.Process {
    flex-grow: 1;
    display: flex;
    align-items: center;
    min-height: -moz-min-content;
    min-height: -webkit-min-content;
    min-height: min-content;
    margin: 0px;
/*    background-image: url(/Styles/BackgroundImages/Clouds.png);*/
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.Flow {
    max-width: 1140px;
    margin:20px;
}

.main-timeline {
    font-family: "forma-djr-display", sans-serif !important;
    padding: 20px 0;
    position: relative;
}

    .main-timeline::before,
    .main-timeline::after {
        content: "";
        height: 50px;
        width: 50px;
        background-color: var(--ButtonColour);
        border-radius: 50%;
        border: 5px solid var(--TimelineMainColor);
        transform: translatex(-50%);
        position: absolute;
        left: 50%;
        top: -15px;
        z-index: 2;
    }

    .main-timeline::after {
        top: auto;
        bottom: 5px;
    }

    .main-timeline .timeline {
        padding: 35px 0;
        margin-top: -17px;
        position: relative;
        z-index: 1;
    }

        .main-timeline .timeline::before,
        .main-timeline .timeline::after {
            content: "";
            height: 100%;
            width: 50%;
            border-radius: 110px 0 0 110px;
            border: 2px solid #fff;
            border-right: none;
            position: absolute;
            left: 0;
            top: 0;
            z-index: -1;
        }

        .main-timeline .timeline::after {
            height: calc(100% - 30px);
            width: calc(50% - 12px);
            border-color: #65c7d0;
            left: 12px;
            top: 15px;
        }

    .main-timeline .timeline-content {
        display: inline-block;
        width:100%;
    }

        .main-timeline .timeline-content:hover {
            text-decoration: none;
        }

    .main-timeline .timeline-year {
        color: #65c7d0;
        font-size: 50px;
        font-weight: 600;
        display: inline-block;
        transform: translatey(-50%);
        position: absolute;
        top: 50%;
        left: 10%;
    }

    .main-timeline .timeline-icon {
        color: #65c7d0;
        font-size: 70px;
        display: inline-block;
        transform: translateY(-50%);
        position: absolute;
        left: 34%;
        top: 50%;
    }

    .main-timeline .content {
        color: #909090;
        width: 50%;
        padding: 20px;
        display: inline-block;
        float: right;
    }

    .main-timeline .title {
        color: #65c7d0;
        font-size: 20px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0 0 5px 0;
    }

    .main-timeline .description {
        font-size: 16px;
        margin: 0;
    }

    .main-timeline .timeline:nth-child(even)::before {
        left: auto;
        right: 0;
        border-radius: 0 110px 110px 0;
        border: 2px solid red;
        border-left: none;
    }

    .main-timeline .timeline:nth-child(even)::after {
        left: auto;
        right: 12px;
        border-radius: 0 100px 100px 0;
        border: 2px solid green;
        border-left: none;
    }

    .main-timeline .timeline:nth-child(even) .content {
        float: left;
    }

    .main-timeline .timeline:nth-child(even) .timeline-year {
        left: auto;
        right: 10%;
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        left: auto;
        right: 32%;
    }

    .main-timeline .timeline:nth-child(5n+1)::before {
        border-color: var(--TimelineMainColor);
    }

    .main-timeline .timeline:nth-child(5n+1)::after {
        border-color: var(--TimelineMainColor);
    }

    .main-timeline .timeline:nth-child(5n+1) .timeline-icon {
        color: var(--TimelineAccentColor);
    }

    .main-timeline .timeline:nth-child(5n+1) .timeline-year {
        color: var(--TimelineAccentColor);
    }

    .main-timeline .timeline:nth-child(5n+1) .title {
        color: var(--TimelineAccentColor);
    }

    .main-timeline .timeline:nth-child(5n+2)::before {
        border-color: var(--TimelineMainColor);
    }

    .main-timeline .timeline:nth-child(5n+2)::after {
        border-color: var(--TimelineMainColor);
    }

    .main-timeline .timeline:nth-child(5n+2) .timeline-icon {
        color: var(--TimelineAccentColor);
    }

    .main-timeline .timeline:nth-child(5n+2) .timeline-year {
        color: var(--TimelineAccentColor);
    }

    .main-timeline .timeline:nth-child(5n+2) .title {
        color: var(--TimelineAccentColor);
    }

    .main-timeline .timeline:nth-child(5n+3)::before {
        border-color: var(--TimelineMainColor);
    }

    .main-timeline .timeline:nth-child(5n+3)::after {
        border-color: var(--TimelineMainColor);
    }

    .main-timeline .timeline:nth-child(5n+3) .timeline-icon {
        color: var(--TimelineAccentColor);
    }

    .main-timeline .timeline:nth-child(5n+3) .timeline-year {
        color: var(--TimelineAccentColor);
    }

    .main-timeline .timeline:nth-child(5n+3) .title {
        color: var(--TimelineAccentColor);
    }

    .main-timeline .timeline:nth-child(5n+4)::before {
        border-color: var(--TimelineMainColor);
    }

    .main-timeline .timeline:nth-child(5n+4)::after {
        border-color: var(--TimelineMainColor);
    }

    .main-timeline .timeline:nth-child(5n+4) .timeline-icon {
        color: var(--TimelineAccentColor);
    }

    .main-timeline .timeline:nth-child(5n+4) .timeline-year {
        color: var(--TimelineAccentColor);
    }

    .main-timeline .timeline:nth-child(5n+4) .title {
        color: var(--TimelineAccentColor);
    }

    .main-timeline .timeline:nth-child(5n+5)::before {
        border-color: var(--TimelineMainColor);
    }

    .main-timeline .timeline:nth-child(5n+5)::after {
        border-color: var(--TimelineMainColor);
    }

    .main-timeline .timeline:nth-child(5n+5) .timeline-icon {
        color: var(--TimelineAccentColor);
    }

    .main-timeline .timeline:nth-child(5n+5) .timeline-year {
        color: var(--TimelineAccentColor);
    }

    .main-timeline .timeline:nth-child(5n+5) .title {
        color: var(--TimelineAccentColor);
    }
.CloudsHolder {
    position: absolute;
    top: 60px;
    width: 100%;
    height: 450px;
    display: flex;
    left:0;
    z-index: 1;
    overflow: hidden;
    transition: 3s all;
}
.bgCloudsHolder {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0;
    height: 250px;
    display: flex;
    z-index: 0;
    overflow: hidden;
    transition: 3s all;
}
.bgCloudsHolder.Layer2 {
    top: -10px;
    width:120%;
    flex-direction:row-reverse;
    right:-20%;
}


    .bgCloudsHolder .Clouds {
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        position: relative;
/*        -moz-animation: marquee 15s linear infinite;
        -webkit-animation: marquee 15s linear infinite;
        animation: marquee 15s linear infinite;*/
    }

.CloudsHolder .Clouds {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    position: relative;
    transform: translateX(100%);
/*    -moz-animation: marquee 15s linear infinite;
    -webkit-animation: marquee 15s linear infinite;
    animation: marquee 15s linear infinite;*/
}

.CloudsHolder.Loaded, .bgCloudsHolder.Loaded {
    left: -200%;
    overflow: visible ;
}

@-moz-keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-200%);
    }
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    50% {
        transform: translateX(-200%);
    }

}

@keyframes marquee {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -moz-transform: translateX(-200%);
        -webkit-transform: translateX(-200%);
        transform: translateX(-200%);
    }
}

.CloudsHolder .Clouds #path4031 {
    transition: 1s all;
    fill: #777 !important;
}
.CloudsHolder .Clouds #path4044 {
    transition: 1s all;
    fill: #999 !important;
}
.CloudsHolder .Clouds #path4060, .CloudsHolder .Clouds #path4062, .CloudsHolder .Clouds #path4058 {
    transition: 1s all;
    fill: #909090 !important;
}


.bgCloudsHolder .Clouds #path4031 {
    transition:1s all;
    fill: #aaa !important;
}

.bgCloudsHolder .Clouds #path4044 {
    transition: 1s all;
    fill: #bbb !important;
}

.bgCloudsHolder .Clouds #path4060, .bgCloudsHolder .Clouds #path4062, .bgCloudsHolder .Clouds #path4058 {
    transition: 1s all;
    fill: #bababa !important;
}

.Clouds.Loaded #path4031 {
    fill: #fff !important;
}

.Clouds.Loaded #path4044 {
    fill: #efefef !important;
}

.Clouds.Loaded #path4060, .Clouds.Loaded #path4062, .Clouds.Loaded #path4058 {
    fill: #eee !important;
}


.CloudsHolder .Clouds h4 {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 10%;
    height: 100%;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #eee;
    text-shadow: 0px 2px 5px #333;
    opacity:1;
    transition:1s all;
}
.Clouds.Loaded h4{
    opacity:0;
}
.Sun {
    position: absolute;
    top: -300px;
    right: 0;
    height: 300px;
    width: 300px;
    transition: 1s all;
}
        .Sun.Loaded {
           top:-100px;
        }
.CloudsHolder .Clouds:nth-of-type(odd) {
    width: 300px;
    min-width: 300px;
    height: 130px;
    left: 20px;
    top: 20px;
}
.CloudsHolder .Clouds:nth-of-type(even) {
    width: 150px;
    min-width: 150px;
    height: 90px;
    top: 20px;
    transform: rotate(25deg)
}
.bgCloudsHolder .Clouds:nth-of-type(even) {
    width: 150px;
    min-width: 150px;
    height: 90px;
    top: 20px;
    transform: rotate(25deg)
}
.CloudsHolder .Clouds:nth-of-type(even) h4 {
    font-size: .9em;
}
/*    .Clouds:nth-of-type(2) {
            width: 150px;
            height: 30px;
            right: 20px;
            top: 20px;
        }
        .Clouds:nth-of-type(3) {
            width: 100px;
            height: 25px;
            right: 200px;
            top: 50px;
        }*/
@media screen and (max-width:1179px) {
    .main-timeline .timeline:after {
        border-radius: 88px 0 0 88px;
    }

    .main-timeline .timeline:nth-child(even):after {
        border-radius: 0 88px 88px 0;
    }



    .WelcomeHolderTop {
        display: flex;
        flex-direction: row;
       background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        justify-content: center;
        align-items: center;
        height: 90vh;
        flex-shrink: 0;
    }

    .DelayVideo {
        flex-basis: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 600px;
        border: 1px solid #eee;
        border-radius: 10px 10px 0px 0px;
        border-right: none;
        overflow: hidden;
        margin-top:10px;
        flex-grow: 0;
        flex-shrink: 0;
    }

        .DelayVideo video {
            width: 100%;
            height: auto;
        }

    .ReduceWeight {
        flex-grow: 0;
        flex-basis: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 0;
        width: 95%;
        max-width: 500px;
        z-index: 1;
        height: auto;
        z-index: 1;
        border: 1px solid #eee;
        margin-top: 0px;
        border-radius: 0 0 10px 10px;
        background-color: rgba(255,255,255,.6);
        position: relative;
        flex-shrink:0;
        overflow: hidden;
    }
}

@media screen and (max-width:1179px) and (orientation: landscape) {
    .main-timeline .timeline:after {
        border-radius: 88px 0 0 88px;
    }

    .main-timeline .timeline:nth-child(even):after {
        border-radius: 0 88px 88px 0;
    }



    .WelcomeHolderTop {
        display: flex;
        flex-direction: column;
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        justify-content: flex-start;
        align-items: center;
        height: auto;
        flex-shrink: 0;
    }

    .DelayVideo {
        flex-basis: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 90%;
        border: 1px solid #eee;
        border-radius: 10px 10px 0px 0px;
        border-right: none;
        overflow: hidden;
        margin-top: 10px;
        flex-grow: 0;
        flex-shrink: 0;
    }

        .DelayVideo video {
            width: 100%;
            height: auto;
        }

    .ReduceWeight {
        flex-grow: 0;
        flex-basis: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 0;
        width: 95%;
        max-width: 90%;
        z-index: 1;
        height: auto;
        z-index: 1;
        border: 1px solid #eee;
        margin-top: 0px;
        border-radius: 0 0 10px 10px;
        background-color: rgba(255,255,255,.6);
        position: relative;
        flex-shrink: 0;
        overflow: hidden;
    }
}

@media screen and (max-width:767px) {
    .main-timeline .timeline {
        margin-top: -19px;
    }

        .main-timeline .timeline:before {
            border-radius: 50px 0 0 50px;
            border-width: 10px;
        }

        .main-timeline .timeline:after {
            height: calc(100% - 18px);
            width: calc(50% - 9px);
            border-radius: 43px 0 0 43px;
            border-width: 10px;
            top: 9px;
            left: 9px;
        }

        .main-timeline .timeline:nth-child(even):before {
            border-radius: 0 50px 50px 0;
            border-width: 10px;
        }

        .main-timeline .timeline:nth-child(even):after {
            height: calc(100% - 18px);
            width: calc(50% - 9px);
            border-radius: 0 43px 43px 0;
            border-width: 10px;
            top: 9px;
            right: 9px;
        }

    .main-timeline .timeline-icon {
        font-size: 60px;
    }

    .main-timeline .timeline-year {
        font-size: 40px;
    }

    .ribbon{display:none;}

    .WelcomeHolderTop {
        display: flex;
        flex-direction:column;
       background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        justify-content: center;
        align-items: center;
        height: 90vh;
        flex-shrink: 0;
    }

    .DelayVideo {
        flex-basis: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 80%;
        border: 1px solid #eee;
        border-radius: 0px 0 10px 10px;
        border-right: none;
        overflow: hidden;
        max-height:320px;

    }

        .DelayVideo video {
            width: 100%;
        }

    .ReduceWeight {
        flex-grow:0;
        flex-basis: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 0;
        max-width: 80%;
        z-index: 1;
        height: auto;
        z-index: 1;
        border: 1px solid #eee;
        margin-top:10px;
        border-radius: 10px 10px 0 0;
        background-color: rgba(255,255,255,.6);
        position: relative;
        overflow: hidden;
    }
}

@media screen and (max-width:479px) {
    .main-timeline .timeline-icon {
        font-size: 50px;
        transform: translateY(0);
        top: 25%;
        left: 10%;
    }

    .main-timeline .timeline-year {
        font-size: 25px;
        transform: translateY(0);
        top: 65%;
        left: 9%;
    }

    .main-timeline .content {
        width: 68%;
        padding: 10px;
    }

    .main-timeline .title {
        font-size: 18px;
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        right: 10%;
    }

    .main-timeline .timeline:nth-child(even) .timeline-year {
        right: 9%;
    }

    .WelcomeHolderTop {
        display: flex;
        flex-direction: column;
        background-position: bottom;
        background-size: contain;
        background-repeat: no-repeat;
        justify-content: flex-start;
        align-items: center;
        height: 90vh;
        flex-shrink: 0;
    }

    .DelayVideo {
        flex-basis: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 95%;
        border: 1px solid #eee;
        border-radius: 10px 10px 0px 0px;
        border-bottom: none;
        overflow: hidden;
        flex-grow:0;
        flex-shrink:1;
    }

        .DelayVideo video {
            width: 100%;
            height: auto;
        }

    .ReduceWeight {
        flex-grow: 0;
        flex-basis: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 0;
        max-width: 95%;
        z-index: 1;
        height: auto;
        z-index: 1;
        border: 1px solid #eee;
        margin-top: 0px;
        border-radius: 0 0 10px 10px ;
        background-color: rgba(255,255,255,.9);
        position: relative;
        overflow: hidden;
    }
}

@media screen and (orientation:portrait) {
    .main-timeline .timeline-icon {
        font-size: 50px;
        transform: translateY(0);
        top: 25%;
        left: 10%;
    }

    .main-timeline .timeline-year {
        font-size: 25px;
        transform: translateY(0);
        top: 65%;
        left: 9%;
    }

    .main-timeline .content {
        width: 68%;
        padding: 10px;
    }

    .main-timeline .title {
        font-size: 18px;
    }

    .main-timeline .timeline:nth-child(even) .timeline-icon {
        right: 10%;
    }

    .main-timeline .timeline:nth-child(even) .timeline-year {
        right: 9%;
    }

    .WelcomeHolderTop {
        display: flex;
        flex-direction: column;
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        justify-content: flex-start;
        align-items: center;
        height: auto;
        flex-shrink: 0;
        min-height:90vh;
    }

    .DelayVideo {
        flex-basis: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 95%;
        border: 1px solid #eee;
        border-radius: 10px 10px 0px 0px;
        border-bottom: none;
        overflow: hidden;
        flex-grow: 0;
        flex-shrink: 1;
    }

        .DelayVideo video {
            width: 100%;
            height: auto;
        }

    .ReduceWeight {
        flex-grow: 0;
        flex-basis: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 0;
        max-width: 95%;
        z-index: 1;
        height: auto;
        z-index: 1;
        border: 1px solid #eee;
        margin-top: 0px;
        border-radius: 0 0 10px 10px;
        background-color: rgba(255,255,255,.9);
        position: relative;
        overflow: hidden;
    }
}

.TestimonialHolder{
    display:flex;
    flex-wrap:wrap;
}

.testimonial-card {
    min-height: 400px;
    width: 350px;
    background-color: white;
    border-radius: 10px;
    border: 1px ridge #eee;
    display: flex;
    flex-flow: column;
    margin: 20px;
    justify-content: space-between;
}

.text {
    padding: 2.2em;
    line-height: 1.7em;
    position: relative;
    font-size: 18px;
}

.image {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 5px solid white;
    background-color: #fff;
    background-image: url(/Styles/BackgroundImages/DelayOkTick-01.png);
    background-position:center;
    background-size:cover;
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}

.footer {
    background: #8cc63f;
    height: 140px;
    border-radius: 0 0 10px 10px;
    position: relative;
}

.quote {
    font-size: 400%;
    float: right;
    opacity: .1;
    transform: rotate(10deg) translate(-10px, -40px);
    color: #4D3FA3;
}

.person {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
    font-size: 1.5rem;
    font-weight: 600;
}
@font-face {
    font-family: 'Myriad Pro';
    src: url('https://fonts.cdnfonts.com/s/19363/MyriadPro-Regular.woff') format('woff');
}

.ProductComparison{background-color:#fff; display:flex; flex-direction:column;}






.grid-container {
    max-width: 1200px;
    margin: 20px auto;
    padding-top: 20px;
    overflow-x: auto;
}

.ProductComparison table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    background-color: #eee;
    color: #555;
    table-layout: fixed;
    font-family: myriad-pro, sans-serif !important;
    font-weight: 900 !important;
}

.ProductComparison th, .ProductComparison td {
    padding: 15px;
    text-align: left;
    white-space: normal; /* Allow text wrapping */
    word-wrap: break-word; /* Break long words */
    border: none; /* Remove table borders */
}

.ProductComparison th {
    background-color: #fff;
    color: #333;
}

.feature {
    background-color: #ddd;
    color: #555;
    font-weight: bold;
    width: 200px;
}

.highlight {
    background-color: var(--ThemeColour);
    font-weight: bold;
    color: #fff;
}

.tick, .cross {
    text-align: center;
    padding: 15px;
}

.tick {
    background-color: #fff;
    color: #333;
}

.cross {
    background-color: #fff;
    color: #333;
}

.highlight.tick {
    background-color: var(--ThemeColour);
    color: #fff;
}

.highlight.cross {
    background-color: var(--ThemeColour);
    color: #fff;
}

.tick span, .cross span {
    font-size: 1em;
    margin-left: 5px;
}
    .tick span:first-of-type, .cross span:first-of-type {
        font-size: 3em;
        margin-left: 5px;
    }
.logo-header {
    background-color: var(--ThemeColour)!important;
    text-align: center;
}

    .logo-header img {
        width: 140px;
    }

    .WhatsCovered{
        width:100%;
        display:flex;
        background-color:#333;
        justify-content:center;
        color:#fff;
    }
        .WhatsCovered h4 {
            font-family: myriad-pro, sans-serif !important;
            font-weight: 900!important;
            font-size: 2em;
            text-transform:uppercase;
            display:flex;
            justify-content:center;
            align-items:center;
        }

        .WhatsCovered .Cover {
            flex-grow: 1;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 10px;
            background-color: #333;
            color: #fff;
            padding:10px;
            font-family: myriad-pro, sans-serif !important;
            font-weight: 900 !important;
            font-size: 1.5em;
            border:1px solid var(--ThemeColour);
            text-transform:uppercase;
            margin:10px;
        }

        @media screen and (max-width: 768px) {
            .ProductComparison table, .ProductComparison thead, .ProductComparison tbody, .ProductComparison th, .ProductComparison td, .ProductComparison tr {
                display: block;
            }

            .ProductComparison thead {
                display: none;
            }

            .ProductComparison tr {
                margin-bottom: 10px;
                display: flex;
                flex-direction: column;
                border-radius: 5px;
            }

            .ProductComparison td {
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 10px;
                text-align: left;
                background-color: #444;
                color: #fff;
                border-bottom: 1px solid #555;
            }

                .ProductComparison td::before {
                    content: attr(data-label);
                    flex: 1;
                    font-weight: bold;
                    color: #fff;
                }

                .ProductComparison td span {
                    flex: 1;
                    text-align: right;
                    color: #fff;
                }

    .highlight {
        background-color: var(--ThemeColour);
        color: #333;
    }

    .tick, .cross {
        background-color: #fff;
        color: #333;
    }

    .highlight.tick, .highlight.cross {
        background-color: var(--ThemeColour);
        color: #fff;
    }
}


.NewPolicySelectedCover{
    position:relative!important;
    top:0px!important;
}