/* FPWEEK styles */
.fpweekWrapper {
display: none;
}
.fpweekInner {
    padding: 0px 10px 10px;
}
.fpweekInner img {
    width: 180px;
    display: none;
}
.fpweekInner h1 {
    color: #fff;
    font-size: 20px;
}
.fpweekInner h2 {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}
/* ------------- */
.queen {
    position: absolute;
    bottom:0px;
    left: 0px;
    width: 100%;
    background: #000;
    padding: 20px 10%;
    text-align: center;
    font-size: 16px;
    display: none;
}
.queen a {
    color: #fff;
    text-decoration: underline;
}
#searchError {
    pointer-events: none;
}

body {
    overflow: hidden;
}
.introHome {
    background: url(/cisiweb2/image/wayfinder/home_bg_mobile.jpg);
    background-size: cover;
    background-position: center top;
    height: 100vh;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0px 5%;
}
.introHomeContent {
    width: 100%;
}
.introHome h1 {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #fff;
    line-height: normal;
    margin-bottom: 30px;
    text-align: center;
}
.introHome p {
    font-size: 16px;
    color: #fff;
    text-align: center;
}
#wayfinderSearchWrapper {
    position: relative;
}
#wayfinderSearchPostcode {
    border-radius: 200px;
    padding: 30px;
    font-size: 20px;
    border: 3px solid #8f8f8f;
}
#wayfinderSearchSubmitWrapper {
    position: absolute;
    top: 5px;
    right: 1px;
    bottom: 5px;
}
button#wayfinderSearchSubmit {
    border-radius: 200px;
    font-size: 18px;
    height: 100%;
    padding: 0px 10px 0px;
    background-color: #e15564;
    border-color: #e15564;
    transition: all 0.3s;
    width: 140px;
    line-height: normal;
}
button#wayfinderSearchSubmit:hover {
    background-color: #bd3d4a;
    border-color: #bd3d4a;
}
button#wayfinderSearchSubmit:focus {
    outline: none;
}
#wayfinderSearchPostcode {
    border-radius: 200px;
    padding: 30px 20px;
    font-size: 16px;
    border: 3px solid #8f8f8f;
    margin-top: 40px;
}
#footerWrapper {
    display: none;
}
#mainWrapper {
    margin-bottom: 0px !important;
}


@media (min-width:385px) {
/* FPWEEK styles */
.fpweekWrapper {
    position: absolute;
    right: 20px;
    left: 20px;
    top: auto;
    bottom: 20px;
    width: auto;
    background: #f6957bed;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 30px;
    border-width: 8px;
    border-color: #ffffffde;
    border-style: solid;
}
.fpweekInner {
    padding: 0px 10px 10px;
}
.fpweekInner img {
    width: 180px;
    display: none;
}
.fpweekInner h1 {
    color: #fff;
    font-size: 20px;
}
.fpweekInner h2 {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}
/* ------------- */
}

@media (min-width: 768px) {
    
    /* FPWEEK styles */
    .fpweekWrapper {
        position: absolute;
        right: 20px;
        left: 20px;
        top: auto;
        bottom: 20px;
        width: auto;
        background: #f6957bed;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        border-radius: 30px;
        border-width: 8px;
        border-color: #ffffffde;
        border-style: solid;
    }
    .fpweekInner {
        padding: 20px 20px 20px;
    }
    .fpweekInner img {
        width: 140px;
        display: none;
    }
    .fpweekInner h1 {
        font-size: 26px;
    }
    .fpweekInner h2 {
        font-size: 18px;
    }
    /* ------------- */
    .introHomeContent {
        width: 100%;
    }
    .introHome h1 {
        font-size: 55px;
        text-align: left;
    }
    .introHome p {
        font-size: 18px;
        margin-bottom: 30px;
        text-align: left;
    }
    .introHome {
        background-size: cover;
        background-position: center top;
    }
    button#wayfinderSearchSubmit {
        border-radius: 200px;
        font-size: 20px;
        height: 100%;
        padding: 4px 20px 0px;
        background-color: #e15564;
        border-color: #e15564;
        transition: all 0.3s;
        width: 250px;
    }
    #wayfinderSearchPostcode {
        border-radius: 200px;
        padding: 30px;
        font-size: 20px;
        border: 3px solid #8f8f8f;
        margin-top: 20px;
    }
                
}
@media (min-width: 992px) {
    .queen {
        position: absolute;
        bottom:0px;
        left: 0px;
        width: 100%;
        background: #000;
        padding: 10px 5%;
        text-align: center;
        font-size: 14px;
        display: block;
    }

    /* FPWEEK styles */
    .fpweekWrapper {
        right: 0px;
        left: auto;
        top: 100px;
        bottom: 100px;
        width: 280px;
        border-radius: 30px 0px 0px 30px;
        border-width: 8px 0px 8px 8px;
    }
    .fpweekInner {
        padding: 20px 20px 40px;
    }
    .fpweekInner img {
        width: 140px;
        display: inline-block;
    }
    .fpweekInner h1 {
        font-size: 26px;
    }
    .fpweekInner h2 {
        font-size: 18px;
    }
    /* ------------- */
    .introHomeContent {
        width: 50%;
    }
    .introHome h1 {
        font-size: 45px;
    }
    .introHome p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .introHome {
        background-size: cover;
        background-position: center top;
    }
}
@media (min-width: 1200px) {
    .queen {
        position: absolute;
        bottom:0px;
        left: 0px;
        width: 100%;
        background: #000;
        padding: 20px 10%;
        text-align: center;
        font-size: 16px;
    }
    .queen a {
        color: #fff;
        text-decoration: underline;
    }
    .introHomeContent {
        width: 45%;
    }
    .introHome h1 {
        font-size: 55px;
    }
    .introHome p {
        font-size: 18px;
        margin-bottom: 30px;
    }
    #wayfinderSearchPostcode {
        padding: 25px;
        font-size: 18px;
        margin-top: 0px;
    }
    .introHome {
        background: url(/cisiweb2/image/wayfinder/home_bg.jpg);
        background-size: cover;
        background-position: top right;
    }
            /* FPWEEK styles */
            .fpweekWrapper {
                right: 0px;
                left: auto;
                top: 100px;
                bottom: 100px;
                width: 280px;
                border-radius: 30px 0px 0px 30px;
                border-width: 8px 0px 8px 8px;
            }
            .fpweekInner {
                padding: 20px 20px 40px;
            }
            .fpweekInner img {
                width: 140px;
            }
            .fpweekInner h1 {
                font-size: 26px;
            }
            .fpweekInner h2 {
                font-size: 18px;
            }
            /* ------------- */
}
@media (min-width: 1400px) {
    .introHomeContent {
        width: 50%;
    }
    .introHome h1 {
        font-size: 65px;
    }
            /* FPWEEK styles */
            .fpweekWrapper {
                right: 0px;
                left: auto;
                top: 150px;
                bottom: 150px;
                width: 280px;
                border-radius: 30px 0px 0px 30px;
                border-width: 8px 0px 8px 8px;
            }
            .fpweekInner {
                padding: 20px 20px 40px;
            }
            .fpweekInner img {
                width: 140px;
            }
            .fpweekInner h1 {
                font-size: 26px;
            }
            .fpweekInner h2 {
                font-size: 18px;
            }
            /* ------------- */

}

@media (min-width: 1600px) {
    .introHomeContent {
        width: 50%;
    }
    .introHome h1 {
        font-size: 70px;
    }
    .introHome p {
        font-size: 20px;
        margin-bottom: 30px;
    }
    #wayfinderSearchPostcode {
        padding: 30px;
        font-size: 20px;
    }
    /* FPWEEK styles */
    .fpweekWrapper {
        right: 0px;
        left: auto;
        top: 150px;
        bottom: 150px;
        width: 300px;
        border-radius: 30px 0px 0px 30px;
        border-width: 8px 0px 8px 8px;
    }
    .fpweekInner {
        padding: 20px 20px 40px;
    }
    .fpweekInner img {
        width: 180px;
    }
    .fpweekInner h1 {
        font-size: 32px;
    }
    .fpweekInner h2 {
        font-size: 20px;
    }
    /* ------------- */
}

@media (min-width: 1800px) {
    .introHomeContent {
        width: 45%;
    }
    .introHome h1 {
        font-size: 80px;
    }
}