﻿html {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face {
    font-family: 'Figtree';
    font-style: normal;
    font-stretch: normal;
    src: url(/css/fonts/Figtree/static/Figtree-Regular.ttf);
}
@font-face {
    font-family: 'Bebas Neue';
    font-style: normal;    
    font-stretch: normal;
    src: url(/css/fonts/Bebas_Neue/BebasNeue-Regular.ttf);
}
html, body {
    width: 100%;
    overflow-x: hidden;
}

h1.primaryBlue {
    font-size: 4.5rem;
}

html {
    margin: 0 !important;
    padding: 0 !important;
    font-family: Arial;
    overflow-x: hidden !important;
}
/* standard stuff */
body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    color: #323232;
}

p {
    color: #323232;
    font-family: "Figtree", sans-serif;
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Bebas Neue", sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform:uppercase;
}

.quotemark {
    width: 50px;
    height: 46px;
    margin-bottom: 20px;
}

/*colours*/
.primaryBlue {
    color: #312783;
}

.primaryGreen {
    color: #3aaa35;
}

.copycolor {
    color: #787878;
}

.panelcolor {
    background-color: #f5f5f5;
}

h3.dark {
    color: #787878;
    float: left;
    margin-right: 6%;
    font-size: 1.8rem;
}

/*background colours*/

.primaryBluebk {
    background-color: #312783;
}

.whitebk {
    background-color: #fff;
}

.footerText{
    font-size:11px;

}
/* white boxes*/
.whitebox {
    height: 399px;
    margin-bottom: 8%;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 7%;
    border-bottom: 12px solid #3aaa35;
    position: relative;
    -webkit-transition: border-bottom 0.3s ease-in-out 0.1s;
    -moz-transition: border-bottom 0.3s ease-in-out 0.1s;
    transition: border-bottom 0.3s ease-in-out 0.1s;
    border: 1px solid #312783;
    box-shadow: 1px 1px 10px #888888;
    border-bottom: 12px solid #3aaa35;
}

    .whitebox h4.primaryBlue {
        font-size: 2.4rem;
        margin-bottom: 9%;
    }
/*our service box normal*/
.servicesBox h4 {
    font-size: 2.4rem;
}

.servicesBox {
    height: 349px;
    max-width: 368px;
    width: 100%;
    background: #f5f5f5;
    border: 1px;
    border-bottom: 12px solid #3aaa35;
    box-shadow: none;
}

div.servicesBox.inverted {
    background: #fff;
}

div.servicesBox > div.image {
    display: block;
    float: left;
    height: 92px;
    width: 102px;
    margin-right: 12px;
    margin-bottom: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    div.servicesBox > div.image {
        height: 46px;
        width: 51px;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 374px) {
    div.servicesBox {
    }

        div.servicesBox > div.image {
            width: 78px;
            height: 70px;
        }
}

/*****************Replacement Vehicles edit***************/
div.servicesBox h4 {
    float: none;
    text-align: left;
}

div.servicesBox p {
    clear: both;
}
/**************end of replacement vehicles edit************/

div.servicesBox:hover h4 {
    color: #fff;
}

div.servicesBox:hover p {
    color: #fff;
}

a.servicesLink:hover {
    text-decoration: none;
}

div.servicesBox:hover p.primaryGreen {
    display: none;
}

/*Our services area box effects*/
div.whiteboxarrow p.primaryGreen {
    width: 140px;
    opacity: 1;
}

/*whitebox hover*/
.whitebox:hover {
    border-bottom: 40px solid #3aaa35;
    -webkit-transition: border-bottom 0.3s ease-in-out 0.1s;
    -moz-transition: border-bottom 0.3s ease-in-out 0.1s;
    transition: border-bottom 0.3s ease-in-out 0.1s;
    position: relative;
    z-index: 1;
}

    .whitebox:hover .whiteboxarrow {
        opacity: 1.0;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        position: absolute;
        bottom: -30px;
        left: 25px;
        -webkit-animation-delay: 5s; /* Chrome, Safari, Opera */
        animation-delay: 5s;
    }

div.whiteboxarrow {
    background: url('/images/services/services-arrow.svg');
    height: 17px;
    width: 51px;
    opacity: 0.0;
    -webkit-animation-delay: 5s; /* Chrome, Safari, Opera */
    animation-delay: 5s;
    position: absolute;
    background-repeat: no-repeat;
    left: -100px;
}

/* Non-Fault Page - Service box icons and backgrounds */
div#one div.image {
    background: url('/images/services/services-accident-management-a.svg');
}

div#one:hover div.image {
    background: url('/images/services/services-accident-management-b.svg');
}

div#one.whitebox:hover {
    background: url('/images/services/services-accident-management-img.jpg');
}


div#two div.image {
    background: url('/images/services/services-replacement-vehicle-a.svg');
}

div#two:hover div.image {
    background: url('/images/services/services-replacement-vehicle-b.svg');
}

div#two.whitebox:hover {
    background: url('/images/home-srs-images/services-replacementvehicle-img.jpg');
}


div#three div.image {
    background: url('/images/services/services-repair-services-a.svg');
}

div#three:hover div.image {
    background: url('/images/services/services-repair-services-b.svg');
}

div#three.whitebox:hover {
    background: url('/images/home-srs-images/services-repairservices-img.jpg');
}


div#four div.image {
    background: url('/images/services/services-insurance-products-a.svg');
}

div#four:hover div.image {
    background: url('/images/services/services-insurance-products-b.svg');
}

div#four.whitebox:hover {
    background: url('/images/home-srs-images/services-insuranceproducts-img.jpg');
}


div#five div.image {
    background: url('/images/services/services-personal-injury-a.svg');
}

div#five:hover div.image {
    background: url('/images/services/services-personal-injury-b.svg');
}

div#five.whitebox:hover {
    background: url('/images/home-srs-images/services-personalinjury-img.jpg');
}


div#six div.image {
    background: url('/images/partners-imgs/wwcp/partners-wwcp-onlinesystems-a.svg');
}

div#six:hover div.image {
    background: url('/images/partners-imgs/wwcp/partners-wwcp-onlinesystems-b.svg');
}

div#six.whitebox:hover {
    background: url('/images/services/services-digitalsolutions-img.jpg');
}

/* Business Partners Page - Service box icons and backgrounds */
div#bpone .image {
    background: url('/images/partners-imgs/wwcp/partners-wwcp-mobilitysolutions-a.svg');
}

div#bpone:hover .image {
    background: url('/images/partners-imgs/wwcp/partners-wwcp-mobilitysolutions-b.svg');
}

div#bpone.whitebox:hover {
    background: url('/images/home-srs-images/services-replacementvehicle-img.jpg');
}


div#bptwo .image {
    background: url('/images/partners-imgs/wwcp/partners-wwcp-repairnetwork-a.svg');
}

div#bptwo:hover .image {
    background: url('/images/partners-imgs/wwcp/partners-wwcp-repairnetwork-b.svg');
}

div#bptwo.whitebox:hover {
    background: url('/images/home-srs-images/services-repairservices-img.jpg');
}


div#bpthree .image {
    background: url('/images/partners-imgs/wwcp/partners-wwcp-contactcentre-a.svg');
}

div#bpthree:hover .image {
    background: url('/images/partners-imgs/wwcp/partners-wwcp-contactcentre-b.svg');
}

div#bpthree.whitebox:hover {
    background: url('/images/services/services-customerservices-img.jpg');
}


div#bpfour .image {
    background: url('/images/partners-imgs/wwcp/partners-wwcp-onlinesystems-a.svg');
}

div#bpfour:hover .image {
    background: url('/images/partners-imgs/wwcp/partners-wwcp-onlinesystems-b.svg');
}

div#bpfour.whitebox:hover {
    background: url('/images/services/services-digitalsolutions-img.jpg');
}


div#bpfive .image {
    background: url('/images/services/services-accident-management-a.svg');
}

div#bpfive:hover .image {
    background: url('/images/services/services-accident-management-b.svg');
}

div#bpfive.whitebox:hover {
    background: url('/images/services/services-accident-management-img.jpg');
}

@media only screen and (max-width: 374px) {
    div#bpfive {
        height: 370px;
    }
}

div#bpsix .image {
    background: url('/images/services/services-insurance-products-a.svg');
}

div#bpsix:hover .image {
    background: url('/images/services/services-insurance-products-b.svg');
}

div#bpsix.whitebox:hover {
    background: url('/images/home-srs-images/services-insuranceproducts-img.jpg');
}
/* End of the Service box images section */

/* Background Images */
/* Home BG 1 */
div#mainimagebk {
    background: url(/images/bg/home/home-womanincar.png);
    width: 100%;
    height: 100vh;   
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 1.6rem;
    padding: 4.25rem 0;
    position: relative;
    background-position-y: 16%;
}

div#mainimagebkCSG {
    background: url(/images/Car%20Shop%20logo.jpg);
    width: 100%;
    height: 20vh;
    max-height: 100%;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 1.6rem;
    padding: 4.25rem 0;
    margin-top: 10vh;
}
/* Home BG 2 */
div#mainimagebktwo {
    background: url(/images/bg/home/main-image-15.jpg);
    width: 100%;
    height: 100vh;
    max-height: 100%;
    background-size: cover;
    background-position: center top;
    color: #fff;
    font-size: 1.6rem;
    padding: 4.25rem 0;
    position: relative;
    background-position-y: 16%;
}
/* Home BG 3 */
div#mainimagebkthree {
    background: url(/images/bg/home/main-image-14.jpg);
    width: 100%;
    height: 100vh;
    max-height: 100%;
    background-size: cover;
    background-position: center top;
    color: #fff;
    font-size: 1.6rem;
    padding: 4.25rem 0;
    position: relative;
    background-position-y: 16%;
}
/* Home BG 4 */
div#mainimagebkfour {
    background: url(/images/bg/home/main-image-3.jpg);
    width: 100%;
    height: 100vh;
    max-height: 100%;
    background-size: cover;
    background-position: center top;
    color: #fff;
    font-size: 1.6rem;
    padding: 4.25rem 0;
    position: relative;
    background-position-y: 16%;
}

div#mainimagebkcontact {
    background: url(/images/bg/Redmond_house.jpg);
    width: 100%;
    height: 100vh;
    max-height: 100%;
    background-size:cover;   
    background-position-x:88%;
    color: #fff;
    font-size: 1.6rem;
    padding: 4.25rem 0;
    position: relative;
    background-position-y: 16%;
}

#reviewsimg1 {
    background: url(/images/bg/reviews/review-main-image-1-V2.jpg);
    width: 100%;
    height: 100vh;
    max-height: 100%;
    background-size: cover;
    background-position: center top;
    color: #fff;
    font-size: 1.6rem;
    padding: 4.25rem 0;
    position: relative;
    background-position-y: 16%;
}

#careersimg1 {
    background: url(/images/bg/careers/main-careers-image-1.jpg);
    width: 100%;
    height: 102vh;
    max-height: 100%;
    background-size: cover;
    background-position: center top;
    color: #fff;
    font-size: 1.8rem;
    padding: 4.25rem 0;
    position: relative;
    background-position-y: 16%;
}

#careersimg2 {
    background: url(/images/bg/careers/main-careers-image-2-lighter.jpg);
    width: 100%;
    height: 102vh;
    max-height: 100%;
    background-size: cover;
    background-position: center top;
    color: #fff;
    font-size: 1.8rem;
    padding: 4.25rem 0;
    position: relative;
    background-position-y: 16%;
}

#careersimg3 {
    background: url(/images/bg/careers/main-careers-image-3.jpg);
    width: 100%;
    height: 102vh;
    max-height: 100%;
    background-size: cover;
    background-position: center top;
    color: #fff;
    font-size: 1.8rem;
    padding: 4.25rem 0;
    position: relative;
    background-position-y: 16%;
}

#careersimg4 {
    background: url(/images/bg/careers/main-careers-image-4.jpg);
    width: 100%;
    height: 102vh;
    max-height: 100%;
    background-size: cover;
    background-position: center top;
    color: #fff;
    font-size: 1.8rem;
    padding: 4.25rem 0;
    position: relative;
    background-position-y: 16%;
}

#careersimg5 {
    background: url(/images/bg/careers/main-careers-image-5.jpg);
    width: 100%;
    height: 102vh;
    max-height: 100%;
    background-size: cover;
    background-position: center top;
    color: #fff;
    font-size: 1.8rem;
    padding: 4.25rem 0;
    position: relative;
    background-position-y: 16%;
}

#careersimg6 {
    background: url(/images/bg/careers/auxillis-team-recruitment.png);
    width: 100%;
    height: 102vh; 
    max-height: 100%;
    background-size: cover;
    background-position: center top;
    color: #fff;
    font-size: 1.8rem;
    padding: 4.25rem 0;
    position: relative;
    background-position-y: 16%;
}

#careersimg7 {
    background-image: url('../images/bg/careers/auxillis-team-recruitment.png');
    width: 100%;
    height: 100vh;
    /*max-height: 100%;*/
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    color: #fff;
    font-size: 1.8rem;
    padding: 4.25rem 0;
    position: relative;
    opacity: 1 !important;
}
#careersimg8 {
    background-image: url('../images/careers/auxillis-Career-Collections-Header-carrers.png');
    width: 100%;
    height: 100vh;
    /*max-height: 100%;*/
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: 10%;
    background-position-x: center;
    color: #fff;
    font-size: 1.8rem;
    padding: 4.25rem 0;
    position: relative;
    opacity: 1 !important;
}

#careersimg9 {
    background-image: url('../images/careers/auxillis-Career-SalesandServiceHeaderv3.png');
    width: 100%;
    height: 100vh;
    /*max-height: 100%;*/
    background-size: 100%;
    background-repeat: no-repeat;
    background-position-y: 0%;
    background-position-x: center;
    color: #fff;
    font-size: 1.8rem;
    padding: 4.25rem 0;
    position: relative;
    opacity: 1 !important;
}
#header-text-overlay {
    position: relative;
    color: #312782;
    font-size: 32px;  
    font-weight: bold;
    top: 17%;
    left: 90px;
    width: 25%;
}
 
/*
#header-img-overlay {
    background-image: url(/images/bg/careers/auxillis-image.png);
    height: 30px;
    width: 125px;
    top: 270px;
    left: 80px;
    display:none; 
}
*/

#careersimg6 div {
    text-align: left !important;
    color: #312783;
}

@media (min-width: 768px) and (max-width: 990px) {
    #careersimg4 {
        background-position: right top;
    }
}

@media only screen and (max-width: 767px) {
    #careersimg4 {
        background-position: calc(100% + 85px) top;
    }


    #careersimg7 {
        background: url(/images/bg/careers/main-careers-image-7-m.jpg);
        /*background-size:;*/
        background-repeat: no-repeat;
        background-position: bottom;
    }
    #careersimg7 {
        background-image: none;
        width: 100%;
        height: 100vh;
        /*max-height: 100%;*/
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        color: #fff;
        font-size: 1.8rem;
        padding: 4.25rem 0;
        position: relative;
        opacity: 1 !important;
    }

    #careersimg8 {
        background-image: none;
        width: 100%;
        height: 100vh;
        /*max-height: 100%;*/
        background-size: 100%;
        background-repeat: no-repeat;
        background-position-y: 10%;
        background-position-x: center;
        color: #fff;
        font-size: 1.8rem;
        padding: 4.25rem 0;
        position: relative;
        opacity: 1 !important;
    }

    #careersimg9 {
        background-image: none;
        width: 100%;
        height: 100vh;
        /*max-height: 100%;*/
        background-size: 100%;
        background-repeat: no-repeat;
        background-position-y: 0%;
        background-position-x: center;
        color: #fff;
        font-size: 1.8rem;
        padding: 4.25rem 0;
        position: relative;
        opacity: 1 !important;
    }
}



@media only screen and (max-width: 1099px) {

    #header-text-overlay {
        display:none; 
    }

}



/* Narrow backdrops */
div#mainimagebkonestop {
    background: url(/images/bg/onestopjigsaw.jpg);
    width: 100%;
    height: 600px;
    max-height: 100%;
    background-size: cover;
    background-position: center top;
    color: #fff;
    font-size: 1.6rem;
    padding: 4.25rem 0;
    position: relative;
}

div#mainimagebkservices {
    background: url(/images/bg/services-image.jpg);
    width: 100%;
    height: 465px;
    max-height: 100%;
    background-size: cover;
    background-position: center top;
    color: #fff;
    font-size: 1.6rem;
    padding: 4.25rem 0;
    position: relative;
}

div#mainimagebklinkedin {
    background: url(/images/bg/LinkedInLanding.png);
    width: 100%;
    height: 65vh;
    max-height: 100%;
    background-size: cover;
    background-position: center top;
    color: #fff;
    font-size: 1.6rem;
    padding: 4.25rem 0;
    position: relative;
}

div#mainimagebklinkedin {
    background: url(/images/bg/LinkedIn5000v2.jpg);
    width: 100%;
    height: 65vh;
    max-height: 100%;
    background-size: cover;
    background-position: center top;
    color: #fff;
    font-size: 1.6rem;
    padding: 4.25rem 0;
    position: relative;
}

div#mainimagebklinkedinrecruit {
    background: url(/images/LinkedInPages/LinkedInRecruitmentHeader.png);
    width: 100%;
    height: 65vh;
    max-height: 100%;
    background-size: cover;
    background-position: center top;
    color: #fff;
    font-size: 1.6rem;
    padding: 4.25rem 0;
    position: relative;
}

div#mainimagebksector {
    background: url(/images/bg/sectors-image.jpg);
    width: 100%;
    height: 445px;
    max-height: 100%;
    background-size: cover;
    background-position: center top;
    color: #fff;
    font-size: 1.6rem;
    padding: 4.25rem 0;
    position: relative;
}

div#mainimagebkfleet {
    background: url(/images/services/auxillis-services-img-fleet.jpg);
    width: 100%;
    height: 445px;
    max-height: 100%;
    background-size: cover;
    background-position: center top;
    color: #fff;
    font-size: 1.6rem;
    padding: 4.25rem 0;
    position: relative;
}

div#mainimagebkrepair {
    background: url(/images/bg/auxillis-services-img-repair-network.jpg);
    width: 100%;
    height: 445px;
    max-height: 100%;
    background-size: cover;
    background-position: center top;
    color: #fff;
    font-size: 1.6rem;
    padding: 4.25rem 0;
    position: relative;
}

div#mainimagebkweekend {
    background: url(/images/bg/auxillis-services-img-weekend-rental.jpg);
    width: 100%;
    height: 445px;
    max-height: 100%;
    background-size: cover;
    background-position: center top;
    color: #fff;
    font-size: 1.6rem;
    padding: 4.25rem 0;
    position: relative;
}

div#mainimagebkdaily {
    background: url(/images/services/auxillis-services-img-daily-hire.jpg);
    width: 100%;
    height: 445px;
    max-height: 100%;
    background-size: cover;
    background-position: center top;
    color: #fff;
    font-size: 1.6rem;
    padding: 4.25rem 0;
    position: relative;
}

div#mainimagebknews {
    background: url(/images/bg/news-image.jpg);
    width: 100%;
    height: 465px;
    max-height: 100%;
    background-size: cover;
    background-position: center top;
    color: #fff;
    font-size: 1.6rem;
    padding: 4.25rem 0;
    position: relative;
}

div#mainimagebkretentions {
    background: url(/images/bg/retentions-image.jpg);
    width: 100%;
    height: 445px;
    max-height: 100%;
    background-size: cover;
    background-position: center top;
    color: #fff;
    font-size: 1.6rem;
    padding: 4.25rem 0;
    position: relative;
}

div.thinbanner {
    background-color: #312783;
    width: 100%;
    height: 300px;
    max-height: 100%;
    background-size: cover;
    background-position: center top;
    color: #fff;
    font-size: 1.6rem;
    padding: 4.25rem 0;
    position: relative;
}

@media only screen and (max-width: 767px) {
    div#mainimagebkservices,
    div#mainimagebksector,
    div#mainimagebkfleet,
    div#mainimagebkrepair,
    div#mainimagebkweekend,
    div#mainimagebkdaily,
    div#mainimagebknews {
        height: 250px;
    }

    div.thinbanner {
        height: 200px;
    }
}


div.fullwidthplaceholder {
    background: url(/images/welcome-image-1.jpg);
    display: block;
    height: 355px;
    max-height: 335px;
    color: #fff;
    font-size: 1.6rem;
    padding: 4.25rem 0;
    position: relative;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}



@media only screen and (max-width: 768px) {
    div.fullwidthplaceholder {
        background-position: -350px;
    }
}

div.fullwidthconsiderauxillis {
    background: url(/images/partners-imgs/partner-why-consider-auxillis.jpg);
    display: block;
    height: 983px;
    max-height: 983px;
    background-position: center top;
    color: #fff;
    font-size: 1.6rem;
    padding: 4.25rem 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}



p.quoteboxspeechtext {
    font-size: 1.8rem;
    font-weight: 600;
    color: #858585;
}


img.littlebox {
    height: 150px;
}

ul.mainmenu {
}

    ul.mainmenu li {
        display: inline-block;
    }

        ul.mainmenu li a {
            color: #312783;
        }

            ul.mainmenu li a:hover {
                color: #47AD45;
            }

div#header {
    width: 100%;
    position: absolute;
    margin: 0 auto;
    padding-left: 10%;
    padding-right: 10%;
    z-index: 999;
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.miniheight {
    min-height: 350px;
    margin-top: 10px;
}



@media only screen and (max-width: 767px) {
    .miniheight {
        min-height: 340px;
    }
}

img.iconplaceholder {
    width: 22px;
    margin-right: 20px;
    border: 1px solid;
}

.contactminitext {
    font-size: 1.8rem;
    font-weight: 700;
}

img.midbox {
    width: 100%;
}

div.newbluebtn {
    max-width: 207px;
    width: 100%;
    height: 50px;
    padding: 4px 10px;
    margin-top: 28px;
    text-align: center;
    line-height: 37px;
    font-size: 1.6rem;
    border: 2px solid #312783;
    color: #312783;
    -moz-transition: background-color 0.5s linear, color 0.5s linear;
    -o-transition: background-color 0.5s linear, color 0.5s linear;
    -webkit-transition: background-color 0.5s linear, color 0.5s linear;
    transition: background-color 0.5s linear, color 0.5s linear;
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    div.newbluebtn {
        margin-top: 5px;
    }
}

div.newbluebtn:hover {
    color: #fff;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #312783;
}

div#header-full {
    height: 115px;
    margin-bottom: 0%;
    margin-top: 0%;
    position: absolute;
    z-index: 998;
    width: 100%;
    top: 0;
    padding-bottom: 1%;
    padding-top: 1.4%;
    filter: alpha(opacity=90);
    background: rgba(255, 255, 255, 0.9);
}


/*top two buttons*/
.panelbtn {
    border: 1px solid #787878;
    background-color: #f5f5f5;
    text-align: center;
    -webkit-transition: opacity 1.0s ease-in;
    -moz-transition: opacity 1.0s ease-in;
    -o-transition: opacity 1.0s ease-in;
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

.fill {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    -webkit-transition: opacity 1.0s ease-in;
    -moz-transition: opacity 1.0s ease-in;
    -o-transition: opacity 1.0s ease-in;
}

img.miniicon {
    width: 25px;
}

.panelbtn:hover {
}

img#socialexample {
    height: 150px;
    width: 40px;
}

div.titlebox {
    text-align: left;
    position: relative;
    z-index: 2;
    width: 40%;
}

    div.titlebox.wide {
        width: 700px;
    }

    div.titlebox h2 {
        position: relative;
        width: 100%;
        font-size: 40px;
    }

    div.titlebox p.pageintro {
        width: 100%;
        margin: 10px auto 0 auto;
        line-height: 24px;
        font-weight: 700;
        color: #fff;
    }

        div.titlebox p.pageintro.auxillisBlue {
            color: #312783;
        }

/* An overly complicated media check to ensure the text on home pages stays within the mountains on wide screen displays */
@media all and (orientation:landscape) {
    @media (min-width: 991px) and (max-width: 1700px) {
        @media (max-height: 980px) {
            div.titlebox {
                width: 470px;
            }

                div.titlebox h1.maintitle {
                    font-size: 6rem;
                }

                div.titlebox h2.maintitle {
                    font-size: 6.5rem;
                }

                div.titlebox p.pageintro, .NECCA-carousel-text {
                    font-size: 1.3rem;
                    line-height: 19px;
                }
        }
    }
}

@media only screen and (min-width: 991px) {
    div.titlebox.top {
        top: 14%;
        margin: auto;
    }

    div.titlebox.left {
        top: 15%;
        margin-left: 0;
        left: 6%;
    }

    div.titlebox.right {
        top: 27%;
        margin-right: 0;
        margin-left: auto;
        right: 7%;
    }

    div.titlebox.NECCA {
        top: 30%;
        left: 11%;
    }

    div.titlebox.contactcentre {
        top: 20%;
        left: 7%;
    }

    div.titlebox.branches {
        top: 10%;
        left: 11%;
    }

    div.titlebox.allcareers {
        top: 22%;
        left: 7%;
    }

    div.titlebox.reviews {
        top: 20%;
        margin-left: 0;
        left: 3%;
    }

    div.titlebox.partnersleft {
        top: 65%;
        margin-left: 0;
        left: 8%;
    }

    div.titlebox.contact {
        top: 40%;
        margin: auto;
    }

    div.titlebox.narrow {
        text-align: left;
        top: 0;
        left: 0;
        margin-left: 0%;
        margin-top: 8%;
    }

    div.titlebox.narrow.RepairNetwork
    {
        display:none;
    }


    div.titlebox.legal {
        text-align: left;
        top: 0;
        left: 0;
        margin-left: 0;
        margin-top: 10%;
        width:auto;
    }
}

@media only screen and (max-width: 990px) {
    div.titlebox.top,
    div.titlebox.left,
    div.titlebox.right,
    div.titlebox.contactcentre,
    div.titlebox.branches,
    div.titlebox.allcareers,
    div.titlebox.reviews,
    div.titlebox.partnersleft,
    div.titlebox.contact {
        top: 14%;
        margin: auto;
    }

    div.titlebox.narrow,
    div.titlebox.legal {
        text-align: left;
        top: 0;
        left: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 12%;
    }
}

@media only screen and (max-width: 767px) {
    div.titlebox {
        width: 90%;
    }

        div.titlebox.narrow {
            width: 100%;
            margin-top: 16%;
        }

    #repnet.titlebox.narrow {
        margin-top: 16%;
    }

    div.titlebox.legal {
        margin-top: 14%;
    }

    div.titlebox p.pageintro.auxillisBlue {
        /* Make this white on mobile due to the blue wash */
        color: #fff;
    }
}

div#twoimages {
    background: url(/images/bg/review-image-1.jpg);
    display: block;
    height: 355px;
    max-height: 335px;
    background-position: center top;
    /*color: #fff;
    font-size: 1.59rem;*/
    padding: 4.25rem 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 43%;
}

div#reviewshungimg {
    background: url(/images/bg/review-image.jpg);
    display: block;
    height: 355px;
    max-height: 335px;
    background-position: center top;
    /*color: #fff;
    font-size: 1.59rem;*/
    padding: 4.25rem 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 43%;
}

a:hover {
    text-decoration: none;
}

/*standard buttons*/
.greenbtn {
    max-width: 220px;
    width: 100%;
    height: 50px;
    padding: 4px 10px;
    margin-top: 28px;
    text-align: center;
    line-height: 37px;
    font-size: 1.6rem;
    font-weight: 700;
    background-color: #3aaa35;
    border: 2px solid #3aaa35;
    color: #fff;
    text-decoration: none;
    -moz-transition: background-color 0.5s linear, border 0.5s linear, color 0.5s linear, text-decoration 0.5s linear;
    -o-transition: background-color 0.5s linear, border 0.5s linear, color 0.5s linear, text-decoration 0.5s linear;
    -webkit-transition: background-color 0.5s linear, border 0.5s linear, color 0.5s linear, text-decoration 0.5s linear;
    transition: background-color 0.5s linear, border 0.5s linear, color 0.5s linear, text-decoration 0.5s linear;
}

    .greenbtn:hover {
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        background-color: #1D561A;
        border: 2px solid #1D561A;
        color: #F9F9F9;
        text-decoration: none;
    }

    .greenbtn.inline {
        display: inline-block;
        margin-right: 10px;
    }

@media (min-width: 767px) and (max-width: 990px) {
    .greenbtn.inline {
        /* Make it not inline on mobile */
        display: block;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .greenbtn {
        max-width: 100%;
    }

        .greenbtn.inline {
            /* Make it not inline on mobile */
            display: block;
            margin-right: 0px;
            max-width: 100%;
        }
}

.greenbtnwide {
    max-width: 356px;
    min-width: 160px;
    width: 100%;
    height: 50px;
    padding: 4px 10px;
    background-color: #3AAA35;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    line-height: 40px;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    float: left;
}

.whitebtn {
    max-width: 220px;
    width: 100%;
    height: 50px;
    padding: 4px 10px;
    margin-top: 28px;
    text-align: center;
    line-height: 37px;
    font-size: 1.6rem;
    font-weight: 700;
    background-color: #fff;
    border: 2px solid #3aaa35;
    color: #3aaa35;
    text-decoration: none;
    -moz-transition: background-color 0.5s linear, color 0.5s linear, text-decoration 0.5s linear;
    -o-transition: background-color 0.5s linear, color 0.5s linear, text-decoration 0.5s linear;
    -webkit-transition: background-color 0.5s linear, color 0.5s linear, text-decoration 0.5s linear;
    transition: background-color 0.5s linear, color 0.5s linear, text-decoration 0.5s linear;
}

@media (min-width: 768px) and (max-width: 990px) {
    .whitebtn.tall {
        height: 90px;
    }
}
/*@media only screen and (max-width: 374px) {
        .whitebtn.tall {
            height: 90px;
        }
    }*/

.whitebtn:hover {
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #3aaa35;
    color: #fff;
    text-decoration: none;
}

.whitebtn.inline {
    display: inline-block;
    margin-right: 10px;
}

@media (min-width: 767px) and (max-width: 990px) {
    .whitebtn.inline {
        /* Make it not inline on mobile */
        display: block;
        margin-right: 0px;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .whitebtn {
        margin-top: 5px;
        max-width: 100%;
    }

        .whitebtn.inline {
            /* Make it not inline on mobile */
            display: block;
            margin-right: 0px;
            max-width: 100%;
        }
}

/* This creates an exception whereby the sidebar buttons display inline when within the specified container. */
/* This is used on pages where it is too short to warrant the sidebar scrolling down with the document */
/* Giving more room for the email address on the button */
@media (min-width: 768px) and (max-width: 990px) {
    .sidebar-btn-container div.whitebtn {
        display: inline-block;
        width: 49%;
    }

        .sidebar-btn-container div.whitebtn div#phoneicon,
        .sidebar-btn-container div.whitebtn div#emailicon {
            display: inline;
        }
}

/* Apply Button for the Carrers Home page */
div.homeapply {
    width: 180px;
    margin: auto;
    margin-top: 25px;
    display: none;
}


div.complaintbtn {
    border: 2px solid #858585;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    margin: 25px auto;
}

    div.complaintbtn:hover p.dark {
        color: #fff;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

    div.complaintbtn p.dark {
        font-weight: 600;
        padding-left: 2%;
        line-height: 30px;
        margin-top: 4px;
        padding-right: 2%;
    }

    div.complaintbtn:hover {
        background-color: #858585;
        -moz-transition: all 0.5s linear;
        -ms-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }

@media only screen and (max-width: 990px) {
    div.complaintbtn p.dark {
        padding-left: 7%;
        padding-right: 7%;
    }
}





div.bluebtn {
    background-color: #312783;
    max-width: 207px;
    width: 100%;
    height: 36px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #FFF;
    padding: 1px 10px;
    /* margin: 0 auto; */
    text-align: center;
    line-height: 37px;
    font-size: 1.6rem;
    /* background-color: #e30613; */
    /* background-color: #FFF; */
    color: #fff;
}

div#toparea {
    position: relative;
    z-index: 9;
}

    div#toparea .owl-main .item {
        height: 100vh;
    }



    div#toparea .owl-main .item .carrersSpecific{
        height: 60vh!important;
    }

div#master {
    position: absolute;
    bottom: 25px;
    width: 100px;
    height: 100px;
    background: red;
    opacity: 0.0;
    filter: alpha(opacity=100);
}

/*jumping icon*/

img#scrollicon {
    width: 5%;
    width: 5%;
    margin-top: 20px;
    /* text-align: center; */
    margin: 20px auto;
}


img#scrollicon2 {
    width: 5%;
    width: 5%;
    margin-top: 20px;
    /* text-align: center; */
    margin: 0px auto;
}

div#popup {
    position: absolute;
    bottom: 7%;
    left: 42%;
    background: #f2f2f2;
    padding: 5px 20px 5px 20px;
    font-weight: 600;
    opacity: 0.0;
    border-radius: 20px;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 1.0s ease-in;
    -moz-transition: opacity 1.0s ease-in;
    -o-transition: opacity 1.0s ease-in;
}

.popupshow {
    opacity: 1.0 !important;
    filter: alpha(opacity=100) !important; /* For IE8 and earlier */
    -webkit-transition: opacity 1.0s ease-in;
    -moz-transition: opacity 1.0s ease-in;
    -o-transition: opacity 1.0s ease-in;
    z-index: 999;
}

.displaynone {
    display: none;
}


/********************Custom master page titles etc***************************/

#toparea div.owl-main h1 {
    margin: 0;
}



/**************************end of*************************/

.menubtnholder {
    width: 160px;
    /* float: right; */
    margin-top: 10px;
    /* margin-right: 4px; */
}

.pbssign {
    max-width: 160px;
    /*font-size: 1.1rem;*/
    text-align: right;
    font-weight: 600;
    color: #969696;
}

    .pbssign:hover {
        color: #312783;
    }

p.bold.primaryBlue {
    width: 50%;
    margin: 0 auto;
}


/*****************************************************************Partners Page Styling***********************************************************/

.partners-bg {
    width: 102%;
    height: 65vh;
    max-height: 1200px;
    background-size: contain;
    background-position: center top;
    color: #fff;
    font-size: 1.6rem;
    padding: 4.25rem 0;
    position: relative;
    background-position-y: 16%;
    background-repeat: no-repeat;
    left: -1%;
}

#mainimagepartnersbk {
    background-image: url(/images/bg/partners/partner-main-image-10.jpg);
}

#mainimagepartnersbktwo {
    background-image: url(/images/bg/partners/partner-main-image-9.jpg);
}

#mainimagepartnersbkthree {
    background-image: url(/images/bg/partners/partner-main-image-5.jpg);
    background-size: cover;
}

#mainimagepartnersbkfour {
    background-image: url(/images/bg/partners/partner-main-image-11.jpg);
    background-size: cover;
}


/******************************************** pulse animation *******************************************/
/******************************************** right  *******************************************/


.Pulseleft {
    -webkit-animation: Pulseleft 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    font-weight: 600;
    width: 34%;
    margin: 5% auto;
}

@-webkit-keyframes Pulseleft {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(44, 206, 46, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(58, 170, 53, 1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}

@keyframes Pulseleft {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(44, 206, 46, 0.4);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(58, 170, 53, 1);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}



/***************************** left ***************************/

.Pulsetwo {
    -webkit-animation: Pulsetwo 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    font-weight: 600;
    width: 34%;
    margin: 5% auto;
}

@-webkit-keyframes Pulsetwo {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(58, 170, 53, 1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}

@keyframes Pulsetwo {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(58, 170, 53, 1);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}



#right {
    -webkit-animation-name: rightPulse;
    -webkit-animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
}

#left {
    -webkit-animation-name: leftPulse;
    -webkit-animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
}



div#rightspan.bold.rightPulse h3.light {
    margin: 0;
    padding-top: 2%;
    padding-bottom: 2%;
    font-weight: 600;
}

div#leftspan.bold.leftPulse h3.light {
    margin: 0;
    padding-top: 2%;
    padding-bottom: 2%;
    font-weight: 600;
}

.fill {
    margin: 0;
    padding: 0;
}

/***********************Social Buttons******************/
div.socialholder {
    width: 156px;
    display: block;
}

div.socialholderwide {
    width: 250px;
    display: block;
}

@media only screen and (max-width: 767px) {
    div.socialholderwide {
        width: 100%;
    }
}

div.socialholderft {
    float: right;
    position: absolute;
    right: 30px;
    top: 10px;
}

@media only screen and (max-width: 767px) {
    div.socialholderft {
        position: static;       
        margin: 0 auto;
        width: 100%;
        display:flex;
        justify-content: center;
    }
}

div.socialbtn {
    width: 37px;
    height: 37px;
    margin-left: 0px;
    margin-top: 5px;
    margin-right: 0px;
    float: left;
    color: #fff;
    font-weight: 600;
    text-align: left;
}

div.socialbtnft {
    width: 45px;
    height: 45px;
    margin-left: 0px;
    margin-top: 10px;
    margin-right: 3px;
    float: left;
    color: #fff;
    font-weight: 600;
    text-align: left;
    display: unset;
}

    div.socialbtnft .socialicon {
        width: 35px;
        height: 35px;
        margin: 5px;
    }

        div.socialbtnft .socialicon:hover {
            width: 35px;
            height: 35px;
            margin: 5px;
        }

@media only screen and (max-width: 767px) {
    div.socialbtnft {
        
        height: 55px;
        
    }

    .remodal div.socialbtnft {
        width: 45px;
        height: 45px;
        margin: 0px 0px;
    }
}

/* Social Icon Images */
div.socialicon {
    background-position: 0px 0px;
    height: 92%;
    width: 92%;
    float: left;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    div.socialicon:hover {
        width: 100%;
        height: 100%;
    }

div#fb {
    background-image: url("/images/social/social-facebook-blue.svg");
    border: 1px solid #312783;
}

#fb:hover {
    background-image: url("/images/social/social-facebook-green.svg");
    border: solid 1px #3AAA35;
}

div#tw {
    background-image: url("/images/social/social-twitter-blue.svg");
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
    border: 1px solid #312783;
}


#tw:hover {
    background-image: url("/images/social/social-twitter-green.svg");
    background-repeat: no-repeat;
    background-size: 70%;
    border: solid 1px #3AAA35;
}

div#lk {
    background-image: url("/images/social/social-linkedin-blue.svg");
    border: 1px solid #312783;
}

#lk:hover {
    background-image: url("/images/social/social-linkedin-green.svg");
    border: solid 1px #3AAA35;
}

div#g {
    background-image: url("/images/social/social-google-blue.svg");
}

#g:hover {
    background-image: url("/images/social/social-google-green.svg");
}

#download {
    background-image: url("/images/share-icons/download-icon-blue.svg");
}

    #download:hover {
        background-image: url("/images/share-icons/download-icon-white.svg");
    }

#print {
    background-image: url("/images/share-icons/print-icon-blue.svg");
}

    #print:hover {
        background-image: url("/images/share-icons/print-icon-white.svg");
    }

/* Redde Logo in the footer */
img#redde {
    width: 36%;
    margin-top: 6px;
    float: right;
}


/*****************get in touch**********/
.getintouch {
    /*max-width: 270px;*/
    width: 100%;
    height: 48px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 40px;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    border: 2px solid #312783;
    font-size: 2.4rem;
    margin: 25px auto;
    color: #312783;
    padding: 8px;
    background-color: #fff;
    box-shadow: 1px 1px 10px #888888;
}

@media only screen and (max-width: 990px) {
    .getintouch {
        height: 78px;
        vertical-align: central;
    }

        .getintouch h3 {
            line-height: 60px;
        }
}

div.largekeyboardimg .socialholder {
    /*  float: right;*/
    margin-top: 10px;
}

.getintouch:hover {
    color: #fff;
    background-color: #312783;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    /*border: 1px solid #312783;*/
    color: #fff;
}

.getintouch h3 {
    margin: 0 auto;
}

/****************click btn************/

/*.clickbtn {
    max-width: 219px;
    width: 100%;
    min-height: 0px;
    padding: 1%;
    font-weight: 600;
    color: #fff;
    text-align: center;
    float: left;
    line-height: 12px;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    border: 1px solid #858585;
    font-size: 1.4rem;
    margin: 1% auto;
    color: #858585;
    padding: 1%;
    margin-left: 0%;
    margin-right: 0%;
}

    .clickbtn:hover {
        color: #fff;
        background-color: #858585;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
    }*/

.ftimg {
    height: 46px;
    margin-top: 25px;
    margin-bottom: 13px;
}

@media only screen and (max-width: 767px) {
    .ftimg {
        display: block;
        margin: auto;
        width: 200px;
        height: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.container-full.primaryBluebk {
    padding-top: 1%;
}

div#ftbar {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}
/***************************new main buttons**********************************************/



/*.menubtnmainright {
    width: 200px;
}



.menubtnmainright {
    display: inline-block;
    height: 50px;
    margin-left: 20px;
    margin-top: 54px;
    position: relative;
    width: 12%;
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    padding-top: 14px;
    text-align: center;
    line-height: 153px;
    border: 2px solid #fff;
    color: #3AAA35;
    background: rgba(255, 255, 255, 0.6);
    color: #312783;
}
.menubtnmainright:after {
  border-top: 46px solid #312783;
  border-left: 380px solid transparent;
  border-right: 380px solid transparent;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 37px;
  width: 0;
}*/

#toparea h2.white {
    margin-top: 1%;
    font-size: 1.4rem;
}

/***********************************Multi circles test code *********************************/

p.white {
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
}

/*#circle-wrapper {
    position: relative;
    top: 0;
    left: 0;
}

.circle1, .circle2, .circle3, .circle4 {
    position: absolute;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 30%;
    height: 30%;
    padding-bottom: 30%;
}

.wrapper {
    margin-top: 40%;
    height: 100%;
    width: 60%;
    /* display: table;
    margin: 95px auto;
    text-align: center;
}

#circle-wrapper h1 {
    display: inline-block;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 85px;
}

.circle1 {
    background-color: #312783;
    color: 000;
    margin-top: 1%;
    left: 16%;
}

.circle2 {
    margin-top: 4%;
    color: 000;
    left: 44%;
    background-color: #3aaa35;
}

.circle3 {
    margin-top: 4%;
    left: 35%;
    background-color: #4f4f51;
}

.circle4 {
    margin-top: 10%;
    left: -8%;
    background-color: #56a0d3;
}

.transparent_class {
    /* IE 8 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    /* IE 5-7 
    filter: alpha(opacity=70);
    /* Netscape 
    -moz-opacity: 0.7;
    /* Safari 1.x 
    -khtml-opacity: 0.7;
    /* Good browsers 
    opacity: 0.7;
}*/

/*************************text formatting on our services****************/

p.sublinetext {
    text-align: left;
    margin-bottom: 28px;
}

p#subtext {
    font-size: 1.2rem;
    text-align: right;
    margin-top: 6px;
}

.row.customrowspacer {
    margin-top: 3%;
    /*margin-bottom: 4%;*/
}

@media only screen and (max-width: 767px) {
    .row.customrowspacer {
        margin-top: 0px;
    }
}

div.image img {
    width: 35%;
    margin-bottom: 25%;
}



/*****************Careers dropdown****************************/
/*#locationDD {
    display: inline-block;
    height: 50px;
    margin-left: 20px;
    margin-top: 54px;
    position: relative;
    width: 12%;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding-top: 5px;
    text-align: center;
    line-height: 153px;
    border: 2px solid #fff;
    color: #312783;
    background: rgba(255, 255, 255, 0.6);
    width: 230px !important;
    font-weight: 700;
    padding-left: 5px;
}*/

/*#typeDD {
    display: inline-block;
    height: 50px;
    margin-left: 20px;
    margin-top: 54px;
    position: relative;
    width: 12%;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding-top: 5px;
    text-align: center;
    line-height: 153px;
    border: 2px solid #fff;
    color: #312783;
    background: rgba(255, 255, 255, 0.6);
    width: 230px !important;
    font-weight: 700;
    padding-left: 5px;
}*/

/*********updated header*******/

div#header-full:hover {
    background: #fff;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

li.big {
    width: 22%;
}

h2.primaryBlue {
    font-size: 4.5rem;
}


/*We are Auxillis*/
div.bigwhitebox {
    border: 3px solid #312783;
    background-color: #fff;
    box-shadow: 1px 1px 10px #888888;
}

@media (min-width: 768px) and (max-width: 990px) {
    div.bigwhitebox div.leftcontent {
        display: inline-block;
        margin-left: 10%;
    }

        div.bigwhitebox div.leftcontent.tight {
            margin-left: 4%;
        }

    div.bigwhitebox div.rightcontent {
        display: inline-block;
        margin-right: 10%;
    }

        div.bigwhitebox div.rightcontent.tight {
            margin-right: 4%;
        }
}

@media only screen and (max-width: 767px) {
    div.bigwhitebox div.leftcontent {
        margin-left: 0%;
    }

    div.bigwhitebox div.rightcontent {
        margin-right: 0%;
    }
}

div.littlepurpleline {
    border-bottom: 1px solid #312783;
    display: block;
    width: 34%;
    margin: 10% auto 0% auto;
}

    div.littlepurpleline.slim {
        margin: 10% auto;
    }

@media (min-width: 768px) and (max-width: 990px) {
    div.littlepurpleline {
        border-right: 1px solid #312783;
        display: inline-block;
        height: 100px;
        width: 1px;
        margin: auto 10%;
    }

        div.littlepurpleline.slim {
            margin: auto 10%;
        }

        div.littlepurpleline.tight {
            margin: auto 5%;
        }
}

@media only screen and (max-width: 767px) {
    div.littlepurpleline {
        margin: 5% auto;
    }
}

/*overlapping boxes code*/
div#rightbox {
    position: absolute;
    z-index: 9;
    margin-top: 20px;
    width: 90%;
    padding-top: 5%;
    padding-bottom: 8%;
}

div#rightboxmobile {
    margin-bottom: -50px;
}

@media (min-width: 767px) and (max-width: 990px) {
    div#rightboxmobile .item {
        border-right: 1px solid #312783;
    }
}

@media only screen and (max-width: 990px) {
    div#rightbox {
        position: absolute;
        bottom: -100px;
        width: 95%;
        height: 188px;
        padding-top: 0%;
        padding-bottom: 0%;
    }
}

div#leftwhitebox {
    position: absolute;
    top: 32px;
    z-index: 9;
    width: 90%;
    padding-top: 5%;
    padding-bottom: 8%;
}

div#leftwhiteboxmobile {
    margin-top: 20px;
    margin-bottom: -50px;
}

div#leftwhiteboxmobiletwo {
    margin-bottom: -10px;
}

@media (min-width: 768px) and (max-width: 990px) {
    div#leftwhitebox {
        position: absolute;
        bottom: 0px;
        width: 95%;
        height: 188px;
        padding-top: 0%;
        padding-bottom: 0%;
    }
}

@media only screen and (max-width: 767px) {
    div#leftwhitebox {
        top: 10px;
        width: 90%;
    }
}

h3.primaryBlue.stnum {
    font-size: 6.0rem;
    font-weight: 900;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    h3.primaryBlue.stnum {
        font-size: 5.0rem;
    }
}

.bigwhitebox p {
    text-align: center;
    font-weight: 700;
}

/*******Redde logo color change on footer**************/
#reddelogo {
    width: 87px;
    float: right;
    background-image: url("/images/redde-logo-color.svg");
    height: 47px;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background-repeat: no-repeat;
}

/******************** house keeping stuff || padding etc etc**********************/
.cont-padding {
    padding: 2% 0 2% 0;
}

.cont-vert-padding {
    padding-top: 2%;
    padding-bottom: 2%;
}

.cont-bottom-padding {
    padding: 2% 0 2% 0;
}

.cont-padding-mini {
    padding: 1% 0 1% 0;
}

.ae-are-auxillis-cont-padding {
    padding: 5% 0 3% 0;
}

/***Contact us page stuff***/
div#contactform {
    height: 339px;
    margin-bottom: 8%;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 7%;
    border-bottom: 12px solid #3aaa35;
    position: relative;
    border: 3px solid #312783;
    box-shadow: 1px 1px 10px #888888;
    /*-webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;*/
}

@media only screen and (max-width: 767px) {
    div#contactform {
        height: auto;
    }
}

img#bikeride {
    width: 610px;
    margin: 0 auto;
}

.quickct-btn {
    background-color: #3AAA35;
    float: right;
    /*max-width: 197px;*/
    width: 100%;
    height: 50px;
    color: #FFF;
    padding: 1px 10px;
    text-align: center;
    line-height: 36px;
    font-size: 1.6rem;
    font-weight: 700;
    border: 0;
}

    .quickct-btn:hover {
        background-color: #1D561A;
        -moz-transition: all 0.5s linear;
        -o-transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
        color: #F9F9F9;
    }

/*****Contact us page contact form*******/
/*select#area2_locationDD {
    width: 96%;
    border: 1px solid #312783 !important;
    height: 50px;
    margin-bottom: 20px;
    color: #312783;
    margin-bottom: 3% !important;
     font-weight:600;
}*/

div.littleblueline {
    width: 100%;
    height: 1px;
    background-color: #312783;
    display: block;
    margin: 50px 0 50px 0;
}

@media only screen and (max-width: 767px) {
    div.littleblueline {
        margin: 25px 0 25px 0;
    }
}

/************Mini menu*************/
.minimenubarbg {
    background-color: #f5f5f5;
    height: 60px;
    /*margin-bottom: 35px;*/
}

    .minimenubarbg.double {
        height: 98px;
    }

@media (min-width: 768px) and (max-width: 990px) {
    .minimenubarbg {
        /*margin-bottom: 20px;*/
    }

        .minimenubarbg.double {
            height: 174px;
        }

    .tablet-no-padding {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .minimenubarbg {
        height: 174px;
        margin-bottom: 15px;
    }

        .minimenubarbg.threeitems {
            height: 136px;
        }

        .minimenubarbg.double {
            height: 288px;
        }
}

.minimenubar {
    padding-top: 11px;
    padding-bottom: 11px;
}

    .minimenubar li {
        display: inline-block;
        margin-right: 10%;
        margin-left: 0%;
    }

    .minimenubar ul li a {
        text-decoration: none;
        font-size: 1.8rem;
        font-weight: 800;
        line-height: 38px;
        color: #312783;
    }


        .minimenubar ul li a:hover {
            color: #3aaa35;
        }

    .minimenubar ul {
        float: left;
        text-align: left;
        width: 100%;
        margin: auto 0;
        margin-left: 0;
        padding-left: 0;
    }

@media only screen and (max-width: 767px) {
    .minimenubar {
        text-align: center;
    }
}

div#ourservices {
    padding: 10px 25px;
    margin-bottom: 30px;
    background: url(/images/icons/plus.png);
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: 95% 20px;
}

    div#ourservices h3 {
        font-size: 2rem;
    }

.minilinebreaker {
    border-bottom: 1px solid #312783;
    display: block;
    width: 100%;
    margin: 3% auto;
}

a.arrowlink {
    font-size: 1.8rem;
    font-weight: 700;
    color: #312783;
    text-decoration: none;
}

    a.arrowlink:hover {
        color: #3aaa35;
    }

div#getintouchbox p,
div#ourservices p {
    font-size: 1.8rem;
    text-align: left;
    font-weight: 100;
}

h2.primaryBlue {
    font-size: 2.4rem;
}

h3.primaryBlue {
    font-size: 2.4rem;
}

#getintouchbox {
    padding: 10px 25px;
    margin-bottom: 30px;
    background: url(/images/icons/plus.png);
    background-size: 10%;
    background-repeat: no-repeat;
    background-position: 95% 20px;
}

    #getintouchbox h3 {
        font-size: 2rem;
    }

/************* services ***************/
div#double.minimenubar {
    max-height: 170px;
}

.whitebtn.sidepannel,
.greenbtn.sidepannel {
    width: 100%;
    margin: 8px auto;
    max-width: 400px;
}

/*div.fullwidthplaceholdertwo {
    background: url(/images/newimgs/main-image-6.jpg);
    display: block;
    height: 355px;
    max-height: 335px;
    background-position: center top;
    color: #fff;
    font-size: 1.59rem;
    padding: 4.25rem 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}*/

/*********************************Careers pages... contact centre roles************************************/
div#jobalert {
    z-index: 7;
    margin-top: 20px;
    margin: 20px auto;
    position: relative;
    display: inline-block;
    max-width: 100%;
    min-height: 1.5em;
    padding: 20px;
    border: 3px solid #312783;
    background-color: #fff;
    box-shadow: 1px 1px 10px #888888;
    margin-top: 25px;
    margin-bottom: -105px;
    width: 100%;
}

#owl-pro .item {
    width: 100%;
}

div.owlowl {
    padding: 0 !important;
    position: relative;
}

#owl-protwo .owl-stage-outer.owl-height {
    width: 100%;
}

.textboxjobalert {
    width: 96%;
    border: 1px solid #312783 !important;
    height: 50px;
    margin-bottom: 20px;
    color: #312783;
    margin-bottom: 3% !important;
}

/***********************************Careers************************************/
.littleline {
    border: 1px solid #e3e3e3;
}

p.littlegrey {
    text-align: left;
    /*font-size: 15px;
    font-weight: 200;*/
    margin-bottom: 25px;
}

ul.bottomrow {
}

#double li {
    padding-bottom: 0;
}

.iconphone {
    width: 22px;
    margin-right: 20px;
}

/**************header menu tweaks********/
#header .col-xs-6 {
    width: 40% !important;
}

/*******************dropdown menu*********************/
li.big {
    border: 2px solid #fff;
    background: #fff !important;
    margin-left: 1%;
    margin-right: 1%;
}

    li.big:hover {
        border: 2px solid #f5f5f5;
        background: #fff !important;
    }

.dropdown-menu li a:hover, .dropdown-menu li a:focus {
    background-color: #fff;
}

/***********Why consider Auxillis****************/
div#iconrowsize {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    padding: 0 15px;
}

.iconrow {
    width: 18%;
    margin: 0 auto;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
    float: left;
}

.partner-icon {
    width: 97px;
    height: 97px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    div.iconrow {
        width: 100%;
    }

        div.iconrow img.partner-icon {
            width: 60px;
            height: 60px;
            float: left;
            margin-right: 10px;
        }

        div.iconrow h3 {
            text-align: left;
        }

        div.iconrow p {
            text-align: left;
        }
}

.largekeyboardimg {
    background: url(/images/partners-imgs/partner-contact.jpg);
    display: block;
    /*height: 684px;*/
    /*max-height: 886px;*/
    background-position: center top;
    color: #fff;
    font-size: 1.6rem;
    padding: 4.25rem 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

div.largekeyboardimg .bigwhitebox {
    background: rgba(255, 255, 255, 0.9);
    padding: 10px 25px;
    height: 360px;
}

    div.largekeyboardimg .bigwhitebox p.littlegrey {
        font-weight: 600;
        font-size: 1.8rem;
    }

    div.largekeyboardimg .bigwhitebox h1.primaryBlue {
        font-size: 4.5rem;
        margin-bottom: 28px;
    }

@media (min-width: 991px) and (max-width: 1199px) {
    div.largekeyboardimg .bigwhitebox {
        height: 525px;
    }
}

@media only screen and (max-width: 990px) {
    div.largekeyboardimg .bigwhitebox {
        height: inherit;
    }
}

/******Home page tweaks :) ***********/
div.servicesBox p.primaryGreen {
    font-weight: 700;
    font-size: 1.4rem;
}

.newsize {
    margin-bottom: 28px;
}

.normalsize {
    font-size: 2.4rem;
    margin-top: 35px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .newsize {
        margin-bottom: 20px;
    }

    .normalsize {
        margin-top: 20px;
    }
}

.greenbtnwide:hover {
    background-color: #1D561A;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    color: #F9F9F9;
}

.qualitywhitebx {
    border: 3px solid #312783;
    background-color: #fff;
    box-shadow: 1px 1px 10px #888888;
}

.rowspacer {
    padding: 1% 0% 0% 1%;
}

img.caricon {
    max-width: 55px;
    width: 9.2%;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 35px;
}

@media (min-width: 768px) and (max-width: 990px) {
    img.caricon {
        max-width: 58px;
        width: 20%;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    img.caricon {
        max-width: 55px;
        width: 20%;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 374px) {
    img.caricon {
        max-width: 44px;
    }
}

.row.greyborder {
    border: 13px solid #f5f5f5;
    margin-top: 10px;
    margin-bottom: 96px;
    padding: 3%;
}

span#boldtext {
    font-weight: 700;
}

@media only screen and (max-width: 767px) {
    h3#carratio {
        margin-right: 8px;
    }
}

/*******************************News page styling***************************/
.newslink {
    color: #3aaa35;
    font-weight: 700;
    font-size: 1.4rem;
}

.newsitem {
    /*border-bottom: 1px solid #312783;*/
    padding-bottom: 30px;
    padding-top: 30px;
}

    .newsitem h2 {
        color: #312783;
        font-weight: 200;
    }

.newsdivider {
    border-bottom: 1px solid #312783;
}

img#bigger {
    width: 80px;
    margin: 0 auto;
    margin-left: 37%;
}

/******Apply button**********/
div#applicationbutton {
    width: 120px;
    height: 36px;
    background-color: #3aaa35;
    color: #FFF;
    padding: 1px 10px;
    margin: 0 auto;
    text-align: center;
    line-height: 33px;
    font-size: 1.6rem;
    -moz-transition: background-color 0.5s linear, border 0.5s linear, color 0.5s linear, text-decoration 0.5s linear;
    -o-transition: background-color 0.5s linear, border 0.5s linear, color 0.5s linear, text-decoration 0.5s linear;
    -webkit-transition: background-color 0.5s linear, border 0.5s linear, color 0.5s linear, text-decoration 0.5s linear;
    transition: background-color 0.5s linear, border 0.5s linear, color 0.5s linear, text-decoration 0.5s linear;
}

    div#applicationbutton:hover {
        transition: all 0.3s linear;
        background-color: #1D561A;
        color: #F9F9F9;
        text-decoration: none;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
    }

/********Animated boxes**************/
div#neccaimg {
    background: url(/images/Careers/careers-necca-image-2018.jpg);
    display: block;
    height: 355px;
    background-position: center top;
    /*color: #fff;
    font-size: 1.6rem;*/
    padding: 4.25rem 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (max-width: 990px) {
    div#neccaimg {
        background-size: cover;
        background-position: -500px 0;
    }
}

@media only screen and (max-width: 767px) {
    div#neccaimg {
        height: 130px;
        background-size: 600px;
        background-position: -180px 0;
    }
}

/***************Training and development********/
.bigborder {
    border: 15px solid #f5f5f5;
}

    .bigborder.padded {
        border: 15px solid #f5f5f5;
        padding: 20px 30px;
    }

        .bigborder.padded.topmargin {
            margin-top: 30px;
        }

@media only screen and (max-width: 767px) {
    .bigborder.padded.topmargin {
        margin-top: 15px;
    }
}

div#fill {
    background-color: #3aaa35;
    color: #fff;
}

img.quote {
    width: 45px;
}

/******************review icons***************************************/
.reviewlogo img {
    width: 100%;
}

.reviewlogo.structured img {
    width: 75%;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 5%;
}

/******************Key roles area***********************/
/************************** buttons stuff**************************/
div#texttitle, div#wtexttitle {
    font-size: 1.8rem;
    font-weight: bold;
    color: #312783;
}

.quoteholder {
    width: 50px;
    display: block;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .quoteholder {
        width: 40px;
        float: left;
        margin-right: 10px;
    }
}

.whiteborder {
    border: 10px solid #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .whiteborder .item.padded {
        padding: 10px;
    }

.greyborder {
    border: 10px solid #f5f5f5;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .greyborder .item.padded {
        padding: 10px;
    }

/***************Quote************/
.quoteboxspeech {
    position: relative;
    display: inline-block;
    max-width: 98%;
    min-height: 1.5em;
    padding: 20px;
    border: 3px solid #312783;
    background-color: #fff;
    box-shadow: 1px 1px 5px #888888;
    margin-top: 25px;
    margin-bottom: 40px;
    margin-left: 5px;
    margin-right: 5px;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .quoteboxspeech {
        margin-top: 15px;
    }
}

.quoteboxspeech:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 4%;
    border-style: solid;
    border-width: 25px 42px 0 0;
    border-color: #fff transparent;
    display: block;
    width: 0;
    z-index: 1;
}

.quoteboxspeech:before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: calc(4% - 4px);
    border-style: solid;
    border-width: 25px 42px 0 0;
    border-color: #312783 transparent;
    display: block;
    width: 0;
    z-index: 0;
}

.quoteboxspeech p {
    font-weight: 600;
}

.quoteboxspeech h3 {
    margin-top: 0;
}

p.quoteboxname {
    font-weight: 700;
    color: #858585;
    float: right;
    margin-bottom: 0;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.widestarholder {
    width: 100% !important;
    text-align: center;
}

    .widestarholder img {
        max-width: 45px;
        width: 16%;
        margin-bottom: 5%;
    }

.reviewlogo {
    text-align: center;
}


/**************************Headroom.js - animation*****************************/
/*@-webkit-keyframes flipInBar {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInBar {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInBar {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}*/

/**************Contact form hover buttons************/
/******complaintsicon*/
div.newbluebtn:hover div#complaintsicon {
    background: url('/images/contact-icons/contact-icons-complaints-white.svg');
    width: 30px;
    float: left;
    margin-top: 4px;
    height: 33px;
    background-repeat: no-repeat;
}

#complaintsicon {
    background: url('/images/contact-icons/contact-icons-complaints-blue.svg');
    width: 30px;
    float: left;
    margin-top: 4px;
    height: 33px;
    background-repeat: no-repeat;
}

/*******mail icon******/
.greenbtn div#emailicon {
    background: url('/images/contact-icons/contact-icons-email-white.svg');
    width: 30px;
    float: left;
    margin-top: 4px;
    height: 33px;
    background-repeat: no-repeat;
}

.greenbtn:hover div#emailicon {
}

.whitebtn div#emailicon {
    background: url('/images/icons/contact-icons-email-green.svg');
    width: 30px;
    float: left;
    margin-top: 4px;
    height: 33px;
    background-repeat: no-repeat;
}

div.whitebtn:hover div#emailicon {
    background: url('/images/contact-icons/contact-icons-email-white.svg');
    background-repeat: no-repeat;
}

.whitebtn div.emailicon {
    background: url('/images/icons/contact-icons-email-green.svg');
    width: 30px;
    float: left;
    margin-top: 4px;
    height: 33px;
    background-repeat: no-repeat;
}

div.whitebtn:hover div.emailicon {
    background: url('/images/contact-icons/contact-icons-email-white.svg');
    background-repeat: no-repeat;
}


/***********phoneicon****/
.greenbtn div#phoneicon {
    background: url('/images/contact-icons/contact-icons-phone-white.svg');
    width: 30px;
    float: left;
    margin-top: 4px;
    height: 33px;
    background-repeat: no-repeat;
}

.greenbtn:hover div#phoneicon {
}

.whitebtn div#phoneicon {
    background: url('/images/icons/contact-icons-phone-green.svg');
    width: 30px;
    float: left;
    margin-top: 4px;
    height: 33px;
    background-repeat: no-repeat;
}

.whitebtn:hover div#phoneicon {
    background: url('/images/contact-icons/contact-icons-phone-white.svg');
    background-repeat: no-repeat;
}

/* Hide the icons on tablets as there is limited room */
@media (min-width: 768px) and (max-width: 990px) {
    #sidebar .greenbtn div#emailicon,
    #sidebar .whitebtn div#emailicon,
    #sidebar .greenbtn div#phoneicon,
    #sidebar .whitebtn div#phoneicon {
        display: none;
    }
}

/*********end of contact form hover buttons*************/
ul#bullet {
    list-style-image: url('/images/blue-tick.png');
    background-position: 0 .4em;
}

.owl-carousel .owl-item img.quotelogo {
    float: right;
    width: 160px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.speech-bubble-fade {
    background-image: url(../images/bg/home/speechbubble.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #000;
    font-weight: 600;
    min-height: 250px;
    max-height: 300px;
    width: 400px;
    position: absolute;
    z-index: 199;
    padding: 30px 10px 10px 10px;
}

.speech-bubble-fade  div 
{
    
    display:flex;
    width:100%;
    justify-content:center;
    align-items:center;
    flex-direction:row;
    padding: 5px 0px 0px 0px;
}

    .speech-bubble-fade p {
        width: 100%;
        padding: 10px 40px 40px 40px;
    } 

.fade-one, .fade-two, .fade-three, .fade-four, .fade-five, .fade-six {
    transform: scale(0);
}

.fade-one {
   
    position: fixed;
    left: 30%;
    top: 35%;
}

.fade-two {
    position: fixed;
    right: 15%;
    bottom:30%;
}

.fade-three {
    position: fixed;
    left: 15%;
    top: 65%;
}

.fade-four{
    position: fixed;
    left: 10%;
    top: 65%;
}

.fade-five {
    position: fixed;
    left: 40%;
    top: 60%;
}

.fade-six {
    position: fixed;
    left: 60%;
    top: 20%;
}

.speech-bubble-fade img, .owl-carousel .owl-item .speech-bubble-fade img {
    max-height: 20px;
    width: auto;
    display: inline;
}

@media only screen and (max-width: 767px) {

    #toparea h2.white {
        font-size: 1.4rem;
    }

    .owl-carousel .owl-item p.quoteboxspeechtext {
        margin-bottom: 40px;
    }

    .hidden-mobile {
        display: none;
    }

    div.titlebox {
        text-align: center !important;
    }

    .speech-bubble-fade {
        padding: 25px 30px;
        min-height: 210px;
    }


    .fade-one {
        position: fixed;
        left: 10%;
        top: 30%;
    }

    .fade-two {
        position: fixed;
        right: 5%;
        bottom: 10%;
    }

    .fade-three {
        position: fixed;
        left: 5%;
        top: 50%;
    }

    .fade-four {
        position: fixed;
        right: 10%;
        top: 60%;
    }

    .fade-five {
        position: fixed;
        left: 5%;
        top: 35%;
    }

    .fade-six {
        position: fixed;
        right: 15%;
        top: 10%;
    }


    div#mainimagebk {
        background: url(/images/bg/home/mobilerefreshhome.jpg);
        background-size: cover;
        background-position: right;
    }

    div.titlebox p.pageintro {
        font-size: 1.4rem;
        font-weight: 600;
    }

    div.titlebox h2 {
        font-size: 35px;
    }

    .openTextExpand {
        text-decoration: underline;
        cursor: pointer;
    }
}

@media only screen and (max-width: 1380px) and (min-width: 767px) {
    .speech-bubble-fade {
        padding: 20px 20px 50px 20px;
        font-size: 13px;
    }

    .hidden-midsize {
        display: none;
    }

    div.titlebox h2 {
        font-size: 30px;
    }

    div.titlebox p.pageintro {
        position: absolute;        
        top: 95%;
        line-height: unset;
        font-size: 15px;
        font-weight: 400;
    }

   
}




@media (min-width: 1000px) {

    /* /Bart/ edits to social Icons */
    @keyframes SocialIconsColourFadeBorder {
        from {
            border-color: #322f81
        }
        to {
            border-color: rgb(54,171,73)
        }
    }

    @keyframes SocialIconsColourFadeFill {
        from {
           fill: #322f81;
        }

        to {
            fill: rgb(54,171,73);
        }
    }

    @keyframes SocialIconsColourFadeOutBorder {
        from {
            border-color:  rgb(54,171,73)
        }

        to {
            border-color: #322f81
        }
    }

    @keyframes SocialIconsColourFadeOutFill {
        from {
            fill: rgb(54,171,73);
        }

        to {
            fill: #322f81;
        }
    }


    div.socialLinks {
        width: 160px;
        box-sizing: border-box;
        margin-top:8px;
        margin-bottom: -3px;
          }

    .XSocialLink svg {
        width: 25px;
        height: 25px;
        border: 1px solid #322f81;
        padding: 4px;
        animation-name: SocialIconsColourFadeOutBorder;
        animation-duration: 300ms;
    }

    .XSocialLink:hover svg {
        width: 25px;
        height: 25px;
        border: 1px solid rgb(54,171,73);
        padding: 4px;
        animation-name: SocialIconsColourFadeBorder;
        animation-duration: 300ms;

    }

    .XSocialLink svg path {
        fill: #322f81;
        stroke-width: 0px;
        animation-name: SocialIconsColourFadeOutFill;
        animation-duration: 300ms;
    }

    .XSocialLink:hover svg path {
        fill: rgb(54,171,73);
        stroke-width: 0px;
        animation-name: SocialIconsColourFadeFill;
        animation-duration: 300ms;
        
    }

    .FBSocialLink svg {
        width: 25px;
        height: 25px;
        border: 1px solid #322f81;
        padding: 0px;
        animation-name: SocialIconsColourFadeOutBorder;
        animation-duration: 300ms;
    }

    .FBSocialLink:hover svg {
        width: 25px;
        height: 25px;
        border: 1px solid rgb(54,171,73);
        padding: 0px;
        animation-name: SocialIconsColourFadeBorder;
        animation-duration: 300ms;
    }

    .FBSocialLink svg path {
        fill: #322f81;
        stroke-width: 0px;
        animation-name: SocialIconsColourOutFadeFill;
        animation-duration: 300ms;
    }

    .FBSocialLink:hover svg path {
        fill: rgb(54,171,73);
        stroke-width: 0px;
        animation-name: SocialIconsColourFadeFill;
        animation-duration: 300ms;
    }

    .LISocialLink svg {
        width: 25px;
        height: 25px;
        border: 1px solid #322f81;
        padding: 0px;
        animation-name: SocialIconsColourFadeOutBorder;
        animation-duration: 300ms;
    }

    .LISocialLink:hover svg {
        width: 25px;
        height: 25px;
        border: 1px solid rgb(54,171,73);
        padding: 0px;
        animation-name: SocialIconsColourFadeBorder;
        animation-duration: 300ms;
    }

    .LISocialLink svg path {
        fill: #322f81;
        stroke-width: 0px;
        animation-name: SocialIconsColourFadeOutFill;
        animation-duration: 300ms;
    }

    .LISocialLink:hover svg path {
        fill: rgb(54,171,73);
        stroke-width: 0px;
        animation-name: SocialIconsColourFadeFill;
        animation-duration: 300ms;
    }
}

.partOfZigup{
    width:100%;    
    display:flex;
    flex-direction:column;
    justify-content:space-around;
    align-content:space-around;
}

    .partOfZigup img{
        width:20%;
    }

    .partOfZigup h3{
        margin:15px 0px 0px 0px;
        font-size:.9em;
        
    }

    @media(max-width:999px) {
        .partOfZigup {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-content: center;
            align-items:center;
        }

            .partOfZigup img {
                width: 50%;
                margin-bottom:5px;
            }

            .partOfZigup h3 {
                margin: 15px 0px 0px 0px;                
            }



        div .socialLinks {
        width: 150px;
        margin-top:10px;
        display:flex;
        justify-content:flex-start;
        gap:10px;        
        
    }
    .XSocialLink svg {
        width: 40px;
        height: 40px;
        border: 1px solid #322f81;
        padding: 5px;
    }

        .XSocialLink svg path {
            fill: #322f81;
            stroke-width: 0px;
        }

    .FBSocialLink svg {
        width: 40px;
        height: 40px;
        border: 1px solid #322f81;
        padding: 0px;
    }

    .FBocialLink svg path {
        fill: #322f81;
        stroke-width: 0px;
    }

    .LISocialLink svg {
        width: 40px;
        height: 40px;
        border: 1px solid #322f81;
        padding: 0px;
    }
    .LIocialLink svg path {
        fill: #322f81;
        stroke-width: 0px;
    }
}


/*Shorter screens styles */

@media only screen and (min-device-width: 320px) and (max-device-width: 999px)  {

    .paralexing {
        height: 610vh;                
        
            }
    .paralexingFleet {
        height: 630vh;
    }

    .paralexing h2, .paralexingFleet h2 {
        font-size: 22px;
        text-align: center;
        color: #3AAA35;
        margin: 15px 0px 15px 0px;
    }

    .MainParalexWrapperFleet {
        min-height: 667px;
        height: 100%;
        width: 100%;
        background-image: url("../images/Careers/NewCareers/Fleet-header.png");
        background-attachment: scroll;
        background-position-x: 38%;
        background-position-y: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: fixed;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-content: center;
        align-items: center;
    }

    .MainParalexWrapper {
        min-height: 667px;
        height: 100%;
        width: 100%;
        background-image: url("../images/Careers/NewCareers/Main-image.jpg");
        background-attachment: scroll;
        background-position-x: 38%;
        background-position-y: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: fixed;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-content: center;
        align-items: center;
    }

    .ParalexTextFleet {
        margin-top:10vh;
        height: 35vh;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 90%;
        
    }

    .ParalexText {
        height: 35vh;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 90%;
    }

        .ParalexText h1 {
            font-size: 32px;
            color: white;
        }

    .ParalexTextFleet h1 {
        font-size: 32px;
        color: white;
        text-shadow: 1px 1px 6px rgb(0, 0, 0, 0.63);
    }

        .ParalexText p, .ParalexTextFleet p {
            color: white;
            font-size: 14px;
            font-weight: bold;
            text-shadow: 1px 1px 6px rgb(0, 0, 0, 0.63);
        }


    .ParalexButton {
        height: 20vh;
    }

        .ParalexButton button {
            width: 50vw;
            height: 6vh;
            background-color: #38A935;
            color: white;
            font-weight: bold;
            outline: none;
            font-size: 22px;
            border: none;
            padding: 5px 0px 5px 0px;
        }

    .ParalexBoxOne {
        min-height: 750px;
        height: 100%;
        width: 100%;
        background-color: white;
        position: absolute;
        top: 110vh;
        z-index: 5;
        
    }

    .ParalexBoxOneGo {
        min-height: 750px;
        height: 100%;
        width: 100%;
        background-color: white;
        position: absolute;
        top: 115vh;
        z-index: 5;
        
    }


    .ParalexBoxOneFleet {
        min-height: 750px;
        height: 100%;
        width: 100%;
        background-color: white;
        position: absolute;
        top: 115vh;
        z-index: 5;
    }

    .ParalexBoxOneFleetGo {
        min-height: 750px;
        height: 100%;
        width: 100%;
        background-color: white;
        position: absolute;
        top: 110vh;
        z-index: 5;
    }

    

    #ParalexBoxOne p {
        width: 100%;
        padding: 0vh 8vw 0vh 8vw;
        font-size: 14px;
        color: #312682;
        margin-bottom: 30px;
    }

    .ReviewStars {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        width: 100%;
        padding: 10px;
    }

        .ReviewStars img {
            width: 40%;
            margin-bottom: 20px;
        }

    .ParalexBoxTwo {
        min-height: 100vh;
        width: 100%;
        background-color: white;
        position: absolute;
        top: 180vh;
        z-index: 20;
      
    }

    .ParalexBoxTwoStop {
        min-height: 100vh;
        width: 100%;
        background-color: white;
        position: fixed;
        top: 0px;
        z-index: 20;
        
    }
    .ParalexBoxTwoFleet {
        min-height: 100vh;
        width: 100%;
        background-color: white;
        position: absolute;
        top: 190vh;
        z-index: 20;
    }

    .ParalexBoxTwoFleetStop {
        min-height: 100vh;
        width: 100%;
        background-color: white;
        position: fixed;
        top: 0px;
        z-index: 20;
    }



    #ParalexBoxTwo h3 {
        text-align: center;
        color: #38A935;
        margin-bottom: 10px;
       font-size:22px;
    }

    .PerksList {
        margin-top: 10px;
        margin-left:28px;
        font-size: 14px;
        color: black;
    }


        .PerksList li::marker {
            color: #38A935;
        }


    .TheRole {
        width: 100%;
        margin-top: 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


        .TheRole p {
            line-height: 1;
            color: black;
            margin-left:6%;
        }


        .TheRole button {
            width: 120px;
            height: 38px;
            background-color: #38A935;
            border: none;
            color: white;
            margin-right:6%;
        }

            .TheRole button img {
                margin-left: 3px;
            }

    .TheRoleLocationSelect {
        width: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url("../images/Careers/NewCareers/icons/arrowDownNoBG.png");
        background-color: #fff;
        background-repeat: no-repeat;
        background-position-x: 98%;
        background-position-y: 0%;
        padding: 3px 0px 3px 8px;
        outline: none;
        border: 1px solid lightgray;
    }

        .TheRoleLocationSelect option {
            background-color: #fff;
            color: #000;
            border: 1px solid lightgray;
            outline:none;
        }

   

    .RoleDetailsWrapper {
        height: 110vh;
        width: 100vw;
        background-color: rgb(0, 0, 0, 0.50);
        position: absolute;
        top: 0;
        z-index: 80;
        display: none;
        justify-content: center;
    }


    .RoleDetails {
        width: 95%;
        min-height: 85vh;
        max-height:95vh;
        height: auto;
        font-size: 18px;
        position: absolute;
        top: 3%;
        z-index: 30;
        background-color: white;
        padding: 10px;
        border: 3px solid #38A935;
        font-size: 15px;
        overflow:auto;
    }



        .RoleDetails button {
            width: 120px;
            height: 38px;
            background-color: #38A935;
            border: none;
            color: white;
            margin-left: 10%;
        }

            .RoleDetails button img {
                margin-left: 3px;
            }


        .RoleDetails div {
            display: flex;
            width: 100%;
            justify-content: flex-end;
            align-items: center;
            padding: 15px;
        }

    .ParalexBoxThree {
        height: 100vh;
        width: 100%;
        background-color: white;
        position: absolute;
        top: 295vh;
        z-index: 21;
      
    }

    .ParalexBoxThreeStop {
        height: 100vh;
        width: 100%;
        background-color: white;
        position: fixed;
        top: 0px;
        z-index: 21;
        
    }

  


    .ApplyButton {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        padding-right: 0px;
        padding-bottom: 20px;
    }


        .ApplyButton button {
            width: 120px;
            height: 38px;
            background-color: #38A935;
            border: none;
            color: white;
            margin-right: 4%;
            font-size: 18px;
        }

            .ApplyButton button img {
                margin-left: 3px;
            }



    .PerksSelectors {
        display: flex;
        width: 100%;
        height: 177px;
        justify-content: space-around;
        align-items: end;
        background-image: url(/images/Careers/NewCareers/What-in-it-for-you-v2.jpg);
        background-size: cover;
    }

    .PerksSelectorsFleet {
        display: flex;
        width: 100%;
        height: 177px;
        justify-content: space-around;
        align-items: end;
        background-image: url(/images/Careers/NewCareers/TheRoleWhatsInIt.png);
        background-size: cover;
    }

    .PerksSelectorsButtonsHidden {
        width: 100%;
        background-color: #312783e2;
        display: flex;
        justify-content: space-around;
        padding: 10px 10px 0px 10px;
        transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        opacity: 0;
    }

    .PerksSelectorsButtons {
        width: 100%;
        background-color: #312783e2;
        display: flex;
        justify-content: space-around;
        padding: 10px 10px 0px 10px;
        transition: opacity 0.8s;
        -webkit-transition: opacity 0.8s;
        -moz-transition: opacity 0.8s;
        -o-transition: opacity 0.8s;
        opacity: 1;
    }
        

        .PerksSelectorsButtons p {
            color: white;
            font-size: 20px;
            line-height: 1;
        }

        .PerksSelectorsButtons span {
            color: #38A935;
            font-weight: bold;
        }

    .PerksDisplay {
        padding: 5px 10px 5px 10px;
        font-size: 14px;
        background-color: #F6F6F6;

    }

        .PerksDisplay span {
            font-weight: 700;
            color: #312682;
        }

    .TheBigThings {
        display: block;
        min-height: 340px;
        height: auto;
    }

    .TheExtraThings {
        display: none;
        min-height: 340px;
        height: auto;
    }

    .TheSoftThings {
        display: none;
      min-height:340px;
      height:auto;
    }


    .PerksDisplay p 
    {
        margin:0px 0px 5px 0px;
    }


    .ParalexBoxFour {
        height: 100vh;
        width: 100%;
        background-color: white;
        position: absolute;
        top: 395vh;
        z-index: 21;
       
    }

    .ParalexBoxFourStop {
        height: 100vh;
        width: 100%;
        background-color: white;
        position: fixed;
        top: 0px;
        z-index: 21;
      
    }



    .ParalexBoxFour > p {
        text-align: center;
        color: black;
        padding: 0px 10px 0px 10px;
        font-size: 16px;
    }

    .ParalexBoxFourStop > p {
        text-align: center;
        color: black;
        padding: 0px 10px 0px 10px;
        font-size: 16px;
    }


    .SpeachBubblesWrapper {
        height: 8%;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }


    .SpeachBubble {
        width: 85%;
        height: 60%;
        padding: 10px;
        text-align: center;
        position:relative;
        top:0;
        left:0;
        display:flex;
        flex-direction:column;
        font-style:italic;
     
       
    }

   

    
    @keyframes BubbleIn {
       from {         opacity:0;
       }
       to{          opacity:1;
       }
    }

    @keyframes Bubbleout {
        from{ opacity:1;
        }
        to{        opacity:0;
        }
    }




    .BubbleText {
        color: black;
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(13%,11%);
        width: 85%;
        display: flex;
        flex-direction: row;
    }
    .BubbleTextActive {
        color: black;
        position: absolute;
        left: 0;
        top: 0;
        transform: translate(13%,11%);
        width: 85%;
        display: flex;
        flex-direction: row;
    }

    .BubbleFadeIn {
        opacity: 1;
        animation: BubbleIn 1s ease-in;
       
    }

    .BubbleFadeOut {
        opacity: 0;
        animation: Bubbleout 1s ease-out;
        
    }

    .BubbleText p {
        width:100%;
        
        text-align:center;
    }

    .BubbleTextActive p {
        width: 100%;
        
        text-align: center;
    }


    blockquote {
        border: none;
        margin-bottom: 0px;
        position: relative;        
        margin: 0 auto;
        padding-left: 0.4em;
    }

        blockquote p {
            font-size: 16px;
        }

            blockquote p:before {
                content: "\201D";
               
                font-size: 50px;
                color: #3AAA35;
                position: absolute;
                top: -0.1em;
                left: -0.3em;
                font-style:normal;
            }

            blockquote p:after {
                content: "\201D";
                
                font-size: 50px;
                color: #3AAA35;
                position: absolute;
                top: -0.1em;
                right: -0.1em;
                font-style: normal;
            }

    .BubbleText span {
        font-size:32px;
        font-weight:700;
       
    }


    .BubbleTextActive span {
        font-size: 32px;
        font-weight: 700;
    }


    .EDoc {
        padding-top: 10px;
    }

       .EDoc > h2 {
           padding-bottom:10px;
       }

    .EDoc > div {
        width: 100%;
        height: 10%;
        display: flex;
        justify-content: space-around;
    }

    .EdocImage {
        width: 50%;
    }

    .EdocImageFleet {
        width: 40%;       
    }

    .EdocImageFleet img {
        width: 100%;
        margin-left: 8px;
    }

        .EdocImage img {
            width: 100%;
            margin-left:8px;
        }

    .ViewEdoc {
        width: 49%;
        display: flex;
        flex-direction: column;
    }

    .EDocText {
        width: 100%;
    }




    .EdocParagraph {
        text-align: left;
        color: black;       
        font-size: 14px;
        padding-right:7px;
        margin-left:7px;
       
    }

    .EDocButton {
        display: flex;
        justify-content: flex-end !important;
    }

        .EDocButton button {
            width: 120px;
            height: 38px;
            background-color: #38A935;
            border: none;
            color: white;
            margin-right: 15%;
            margin-top: -1px;
        }

            .EDocButton button img {
                margin-left: 3px;
            }

    .ParalexBoxFive {
        height: 120vh;
        width: 100%;
        background-color: #F6F6F6;
        position: absolute;
        top: 495vh;
        z-index: 21;
    
    }

    .ParalexBoxFiveFleet {
        height: 140vh;
        width: 100%;
        background-color: #F6F6F6;
        position: absolute;
        top: 495vh;
        z-index: 21;
    }

    .ParalexBoxFiveStop {
        height: 120vh;
        background-color: #F6F6F6;
        position: fixed;
        top: 0px;
        z-index: 21;
        
    }

    .ApplyForm {
        display: flex;
        justify-content: center;
        padding:0px 20px 0px 20px;
    }

        .ApplyForm table {
            font-size: 14px;
        }



    .UploadCv {
        background-color: white;
        border: 1px solid black;
        width: 100%;
        height: 45px;
        outline: none;
    }

        .UploadCv::file-selector-button {
            height: 43px;
        }
        /*Form validation styles*/
    .EFErrorMsg {
        font-size: 12px;
        color: red!important;
        margin-left: 5px;
        margin-top:-5px;
        visibility: visible;
        display:block;
        height:10px;

    }

    .EFFields {
        height: 80px;
        box-sizing:border-box;
        overflow:hidden;
      
    }

    .EFSendButton {
        width: 120px;
        height: 38px;
        background-color: #38A935;
        border: none;
        color: white;
        margin-right: 4%;
        font-size: 18px;
        cursor:default;
        opacity: 1;
    }


        .EFSendButton:disabled {
            width: 120px;
            height: 38px;
            background-color: #38A935;
            border: none;
            color: white;
            margin-right: 4%;
            font-size: 18px;
            cursor:not-allowed;
            opacity:.6;
        }

    .TheRoleLocationSelectForm {
        width: 100%;
        height: 45px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url("../images/Careers/NewCareers/icons/arrowDownNoBG.png");
        background-color: #fff;
        background-repeat: no-repeat;
        background-position-x: 98%;
        background-position-y: 40%;
        padding: 5px 0px 3px 8px;
        outline: none;
        border: 1px solid #000;
    }

   

    .TheRoleLocationSelectForm option {
        background-color: #fff;
        color: #000;
        border: 1px solid lightgray;
        outline: none;
    }


    /*Progress bar*/
    .ProgressContainer {
        width: 100%;
        height: 2px;
        background-color: #38A935;
    }

    .ProgressBar {
        height: 2px;
        background-color: #312682;
        width: 0%;
    }


    /*Thank you pop up */


        .ThankYouBox {
            position: fixed;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background-color: rgb(0, 0, 0, 0.50);
            z-index: 100;
            display: none;
            justify-content: center;
            align-items: center;
        }

        .ThankYouBoxInner {
            height: auto;
            width: 80%;
            background-color: white;
            padding: 20px;
            background-color: white;
            border: 3px solid #38A935;
            font-size: 16px;
            box-sizing: border-box;
        }

            .ThankYouBoxInner p {
                font-size: 14px;
            }

        .ThankYouBoxButton {
            width: 100%;
            display: flex;
            justify-content: flex-end;
        }

            .ThankYouBoxButton button {
                width: 100px;
                height: 28px;
                background-color: #38A935;
                border: none;
                color: white;
                font-size: 14px;
            }

        /*Recaptcha styles*/


        .g-recaptcha {
            transform: scale(0.8);
            margin-top: 10px;
            margin-bottom: -5px;
            margin-left: -45px;
        }


        /*Hide on mobile*/

        .HideMob {
            display: none!important;
        }
    }







/* TODO: For later*/

@media only screen and (min-device-width: 1000px){
    .paralexing {
        height: 590vh;
              width:100%;
              display:flex;
              justify-content:center;
              align-items:center;

    }

        .paralexing h2 {
            font-size: 22px;
            text-align: center;
            color: #3AAA35;
            margin: 10px 0px 10px 0px;
        }



    .MainParalexWrapper {
        min-height: 667px;
        height: 100%;
        width: 100%;
        background-image: url("../images/Careers/NewCareers/Main-image-dt.png");
        background-attachment: fixed;
        background-position-x: center;
        background-position-y: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-content: center;
        align-items: center;
    }



    .ParalexText {
        height: 35vh;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 30vw;
    }

        .ParalexText h1 {
            font-size: 32px;
            color: white;
        }

        .ParalexText p {
            color: white;
            font-size: 14px;
            font-weight: bold;
            text-shadow: 1px 1px 6px rgb(0, 0, 0, 0.63);
        }


    .ParalexButton {
        height: 20vh;
    }

        .ParalexButton button {
            width: 20vw;
            height: 10vh;
            background-color: #38A935;
            color: white;
            font-weight: bold;
            outline: none;
            font-size: 22px;
            border: none;
            padding: 5px 0px 5px 0px;
        }

    .ParalexBoxOne {
        min-height: 745px;
        height: 100%;
        width: 100%;
        background-color: white;
        position: absolute;
        top: 110vh;
        z-index: 9;
        
    }

        .ParalexBoxOne div:nth-child(2) {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-content: center;
            align-items: center;
        }

        .ParalexBoxOne div:nth-child(2) div:nth-child(1) {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-content: center;
            align-items: center;
        }

            .ParalexBoxOne div:nth-child(2) div:nth-child(2) {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-content: center;
                align-items: center;
                
            }

    .ParalexBoxOne div:nth-child(2) div:nth-child(3) {
        height: 300px;
        width: 100%;
        background-image: url("/images/Careers/NewCareers/about-us-dt.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }


    .ParalexBoxOneGo {
        min-height: 745px;
        height: 100%;
        width: 100%;
        background-color: white;
        position: absolute;
        top: 110vh;
        z-index: 10;
        display: flex;
        flex-direction: column;
    }

        .ParalexBoxOneGo  div:nth-child(2) {
            display: flex;
            flex-direction: column;
            justify-content:center;
            align-content:center;
            align-items:center;
        }

            .ParalexBoxOneGo  div:nth-child(2) div:nth-child(1) {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-content: center;
                align-items: center;
               
            }

    .ParalexBoxOneGo div:nth-child(2) div:nth-child(2) {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        
    }

            .ParalexBoxOneGo  div:nth-child(2) div:nth-child(3) {
                height: 300px;
                width: 100%;
                background-image: url("/images/Careers/NewCareers/about-us-dt.png");
                
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
            }
    #ParalexBoxOne p {
        width: 80%;
        padding: 0vh 8vw 0vh 8vw;
        font-size: 14px;
        color: #312682;
        margin-bottom: 30px;
        display: flex;
        justify-content: left;
    }

    #ParalexBoxOneGo p {
        width: 80%;
        padding: 0vh 8vw 0vh 8vw;
        font-size: 14px;
        color: #312682;
        margin-bottom: 30px;
        display:flex;
        justify-content:left;
        
        
    }

    .ReviewStars {
        display: flex;        
        justify-content: space-between;
        width: 62%;
        padding: 10px;
    }

        .ReviewStars img {
            width: 20%;
            margin-bottom: 20px;
        }

    .ParalexBoxTwo {
        min-height: 100vh;
        width: 100%;
        background-color: white;
        position: absolute;
        top: 225vh;
        z-index: 20;
    }

    .ParalexBoxTwoStop {
        min-height: 100vh;
        width: 100%;
        background-color: white;
        position: fixed;
        top: 0px;
        z-index: 20;
    }


    .ParalexBoxTwo div:nth-child(3) {
        display: flex;
        flex-direction: row-reverse;
    }

    .ParalexBoxTwoStop  div:nth-child(3) {
        display: flex;
        flex-direction: row-reverse;
       
    }

    .ParalexBoxTwo div:nth-child(3) div:nth-child(2){
       width:50%;
       display:flex;
       flex-direction:column;
       justify-content:flex-start;
    }

    .ParalexBoxTwoStop div:nth-child(3) div:nth-child(2) {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content:flex-start;
    }

    .ParalexBoxTwo div:nth-child(3) div:nth-child(1) {
        width: 50%;
        height:auto;
        background-image:url(../images/Careers/NewCareers/therole-dt.png);
        background-size:cover;
        
        
    }

    .ParalexBoxTwoStop div:nth-child(3) div:nth-child(1) {
        width: 50%;
        height: auto;
        background-image: url(../images/Careers/NewCareers/therole-dt.png);
        background-size: cover;
    }


    .ParalexBoxTwo div:nth-child(3) div:nth-child(1) img{
       display:none;
    }

    .ParalexBoxTwoStop div:nth-child(3) div:nth-child(1) img{
        display:none;
    }


    #ParalexBoxTwo h3 {
        text-align: left;
        color: #38A935;
        margin-bottom: 10px;
        margin-left:6%;
        font-size: 18px;
        font-weight:600;
    }

    .PerksList {
        margin-top: 10px;
        margin-left: 28px;
        font-size: 14px;
        color: black;
    }


        .PerksList li::marker {
            color: #38A935;
        }


    .TheRole {
        width: 100%;
        margin-top: 25px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


        .TheRole p {
            line-height: 1;
            color: black;
            margin-left: 6%;
        }


        .TheRole button {
            width: 120px;
            height: 38px;
            background-color: #38A935;
            border: none;
            color: white;
            margin-right: 6%;
        }

            .TheRole button img {
                margin-left: 3px;
            }

    .RoleDetailsWrapper {
        height: 110vh;
        width: 100vw;
        background-color: rgb(0, 0, 0, 0.50);
        position: absolute;
        top: 0;
        z-index: 80;
        display: none;
        justify-content: center;
    }


    .RoleDetails {
        width: 95%;
        min-height: 75vh;
        max-height: 85vh;
        height: auto;
        font-size: 18px;
        position: absolute;
        top: 3%;
        z-index: 30;
        background-color: white;
        padding: 10px;
        border: 3px solid #38A935;
        font-size: 16px;
    }



        .RoleDetails button {
            width: 120px;
            height: 38px;
            background-color: #38A935;
            border: none;
            color: white;
            margin-left: 10%;
        }

            .RoleDetails button img {
                margin-left: 3px;
            }


        .RoleDetails div {
            display: flex;
            width: 100%;
            justify-content: flex-end;
            align-items: center;
            padding: 15px;
        }

    .ParalexBoxThree {
        height: 100vh;
        width: 100%;
        background-color: white;
        position: absolute;
        top: 295vh;
        z-index: 21;
    }

    .ParalexBoxThreeStop {
        height: 100vh;
        width: 100%;
        background-color: white;
        position: fixed;
        top: 0px;
        z-index: 21;
    }

    .ParalexBoxThree div:nth-child(3) {
        display:flex;
        flex-direction:row;

    }

    .ParalexBoxThreeStop div:nth-child(3) {
        display: flex;
        flex-direction: row;
    }


    .ApplyButton {
        width: 100%;
        display: flex;
        justify-content: flex-end;
        padding-right: 0px;
        padding-bottom: 20px;
    }


        .ApplyButton button {
            width: 120px;
            height: 38px;
            background-color: #38A935;
            border: none;
            color: white;
            margin-right: 4%;
            font-size: 18px;
        }

            .ApplyButton button img {
                margin-left: 3px;
            }



    .PerksSelectors {
        display: flex;
        width: 100%;
        height: 177px;
        justify-content: space-around;
        align-items: end;
        background-image: url(/images/Careers/NewCareers/What-in-it-for-you-v2.jpg);
        background-size: cover;
    }


    .PerksSelectorsButtonsHidden {
        width: 100%;
        background-color: #312783e2;
        display: flex;
        justify-content: space-around;
        padding: 10px 10px 0px 10px;
        transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -o-transition: opacity 0.3s;
        opacity: 0;
    }

    .PerksSelectorsButtons {
        width: 100%;
        background-color: #312783e2;
        display: flex;
        justify-content: space-around;
        padding: 10px 10px 0px 10px;
        transition: opacity 0.8s;
        -webkit-transition: opacity 0.8s;
        -moz-transition: opacity 0.8s;
        -o-transition: opacity 0.8s;
        opacity: 1;
    }


        .PerksSelectorsButtons p {
            color: white;
            font-size: 20px;
            line-height: 1;
        }

        .PerksSelectorsButtons span {
            color: #38A935;
            font-weight: bold;
        }

    .PerksDisplay {
        padding: 5px 10px 5px 10px;
        font-size: 14px;
        background-color: #F6F6F6;
    }

        .PerksDisplay span {
            font-weight: 700;
            color: #312682;
        }

    .TheBigThings {
        display: block;
    }

    .TheExtraThings {
        display: none;
    }

    .TheSoftThings {
        display: none;
        height:80px;
    }


    .PerksDisplay p {
        margin: 0px 0px 5px 0px;
    }


    .ParalexBoxFour {
        height: 100vh;
        width: 100%;
        background-color: white;
        position: absolute;
        top: 395vh;
        z-index: 21;
    }

    .ParalexBoxFourStop {
        height: 100vh;
        width: 100%;
        background-color: white;
        position: fixed;
        top: 0px;
        z-index: 21;
    }




    #ParalexBoxFour p {
        text-align: center;
        color: black;
        padding: 0px 10px 0px 10px;
        font-size: 16px;
    }


    .SpeachBubblesWrapper {
        height: 8%;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }


    .SpeachBubble {
        width: 80%;
        height: 60%;
        padding: 10px;
        text-align: center;
        font-style: italic;
        line-height: 0.8;
    }


        .SpeachBubble span {
            color: #38A935;
            font-size: 24px;
            font-weight: 700;
        }

    .EDoc div {
        width: 100%;
        height: 10%;
        display: flex;
        justify-content: space-around;
    }

    .EdocImage {
        width: 30%;
    }

        .EdocImage img {
            width: 80%;
        }

    .ViewEdoc {
        width: 60%;
        display: flex;
        flex-direction: column;
    }

    .EDocText {
        width: 60%;
    }

        .EDocText p {
            font-size: 14px !important;
            padding-right: 15px !important;
        }


    .EDocButton {
        display: flex;
        justify-content: flex-end !important;
    }

        .EDocButton button {
            width: 120px;
            height: 38px;
            background-color: #38A935;
            border: none;
            color: white;
            margin-right: 15%;
        }

            .EDocButton button img {
                margin-left: 3px;
            }

    .ParalexBoxFive {
        height: 100vh;
        width: 100%;
        background-color: #F6F6F6;
        position: absolute;
        top: 495vh;
        z-index: 21;
    }

    .ParalexBoxFiveStop {
        height: 100vh;
        background-color: #F6F6F6;
        position: fixed;
        top: 0px;
        z-index: 21;
    }

    .ApplyForm {
        display: flex;
        justify-content: center;
        padding: 0px 20px 0px 20px;
    }

        .ApplyForm table {
            font-size: 14px;
        }



    .UploadCv {
        background-color: white;
        border: 1px solid black;
        width: 100%;
        height: 45px;
        outline: none;
    }

        .UploadCv::file-selector-button {
            height: 43px;
        }
    /*Form validation styles*/
    .EFErrorMsg {
        font-size: 12px;
        color: red !important;
        margin-left: 5px;
        margin-top: -5px;
        visibility: visible;
        display: block;
        height: 10px;
    }

    .EFFields {
        height: 80px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .EFSendButton {
        width: 120px;
        height: 38px;
        background-color: #38A935;
        border: none;
        color: white;
        margin-right: 4%;
        font-size: 18px;
        cursor: default;
        opacity: 1;
    }


        .EFSendButton:disabled {
            width: 120px;
            height: 38px;
            background-color: #38A935;
            border: none;
            color: white;
            margin-right: 4%;
            font-size: 18px;
            cursor: not-allowed;
            opacity: .6;
        }

    /*Progress bar*/
    .ProgressContainer {
        width: 100%;
        height: 2px;
        background-color: #38A935;
    }

    .ProgressBar {
        height: 2px;
        background-color: #312682;
        width: 0%;
    }


    /*Thank you pop up */

    .ThankYouBox {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgb(0, 0, 0, 0.50);
        z-index: 100;
        display: none;
        justify-content: center;
        align-items: center;
    }

    .ThankYouBoxInner {
        height: auto;
        width: 40%;
        background-color: white;
        padding: 20px;
        background-color: white;
        border: 3px solid #38A935;
        font-size: 16px;
        box-sizing: border-box;
    }

        .ThankYouBoxInner p {
            font-size: 14px;
        }

    .ThankYouBoxButton {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

        .ThankYouBoxButton button {
            width: 100px;
            height: 28px;
            background-color: #38A935;
            border: none;
            color: white;
            font-size: 14px;
        }

        /*Hide DT*/
    .HideDT {
        display: none!important;
    }

}