/* #Base 960 Grid
================================================== */
.container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
    background-color: #fff; }
.container .column, .container .columns {
    float: left;
    display: inline;
    margin-left: 5px;
    margin-right: 5px; }

.row {
    margin-bottom: 20px; }

/* Nested Column Classes */
.column.alpha, .columns.alpha {
    margin-left: 0; }

.column.omega, .columns.omega {
    margin-right: 0; }

/* Base Grid */
.container .one.column, .container .one.columns {
    width: 50px; }
.container .two.columns {
    width: 110px; }
.container .three.columns {
    width: 170px; }
.container .four.columns {
    width: 230px; }
.container .five.columns {
    width: 290px; }
.container .six.columns {
    width: 350px; }
.container .seven.columns {
    width: 410px; }
.container .eight.columns {
    width: 470px; }
.container .nine.columns {
    width: 530px; }
.container .ten.columns {
    width: 590px; }
.container .eleven.columns {
    width: 650px; }
.container .twelve.columns {
    width: 710px; }
.container .thirteen.columns {
    width: 770px; }
.container .fourteen.columns {
    width: 830px; }
.container .fifteen.columns {
    width: 890px; }
.container .sixteen.columns {
    width: 950px; }
.container .one-third.column {
    width: 310px; }
.container .two-thirds.column {
    width: 630px; }
.container .offset-by-one {
    padding-left: 60px; }
.container .offset-by-two {
    padding-left: 120px; }
.container .offset-by-three {
    padding-left: 180px; }
.container .offset-by-four {
    padding-left: 240px; }
.container .offset-by-five {
    padding-left: 300px; }
.container .offset-by-six {
    padding-left: 360px; }
.container .offset-by-seven {
    padding-left: 420px; }
.container .offset-by-eight {
    padding-left: 480px; }
.container .offset-by-nine {
    padding-left: 540px; }
.container .offset-by-ten {
    padding-left: 600px; }
.container .offset-by-eleven {
    padding-left: 660px; }
.container .offset-by-twelve {
    padding-left: 720px; }
.container .offset-by-thirteen {
    padding-left: 780px; }
.container .offset-by-fourteen {
    padding-left: 840px; }
.container .offset-by-fifteen {
    padding-left: 900px; }
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

/* Offsets */
/* 768px > 958px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container {
        width: 768px; }
    .container .column, .container .columns {
        margin-left: 10px;
        margin-right: 10px; }

    .column.alpha, .columns.alpha {
        margin-left: 0;
        margin-right: 10px; }

    .column.omega, .columns.omega {
        margin-right: 0;
        margin-left: 10px; }

    .alpha.omega {
        margin-left: 0;
        margin-right: 0; }

    .container .one.column, .container .one.columns {
        width: 28px; }
    .container .two.columns {
        width: 76px; }
    .container .three.columns {
        width: 124px; }
    .container .four.columns {
        width: 172px; }
    .container .five.columns {
        width: 220px; }
    .container .six.columns {
        width: 268px; }
    .container .seven.columns {
        width: 316px; }
    .container .eight.columns {
        width: 364px; }
    .container .nine.columns {
        width: 412px; }
    .container .ten.columns {
        width: 460px; }
    .container .eleven.columns {
        width: 508px; }
    .container .twelve.columns {
        width: 556px; }
    .container .thirteen.columns {
        width: 604px; }
    .container .fourteen.columns {
        width: 652px; }
    .container .fifteen.columns {
        width: 700px; }
    .container .sixteen.columns {
        width: 748px; }
    .container .one-third.column {
        width: 236px; }
    .container .two-thirds.column {
        width: 492px; }
    .container .offset-by-one {
        padding-left: 48px; }
    .container .offset-by-two {
        padding-left: 96px; }
    .container .offset-by-three {
        padding-left: 144px; }
    .container .offset-by-four {
        padding-left: 192px; }
    .container .offset-by-five {
        padding-left: 240px; }
    .container .offset-by-six {
        padding-left: 288px; }
    .container .offset-by-seven {
        padding-left: 336px; }
    .container .offset-by-eight {
        padding-left: 384px; }
    .container .offset-by-nine {
        padding-left: 432px; }
    .container .offset-by-ten {
        padding-left: 480px; }
    .container .offset-by-eleven {
        padding-left: 528px; }
    .container .offset-by-twelve {
        padding-left: 576px; }
    .container .offset-by-thirteen {
        padding-left: 624px; }
    .container .offset-by-fourteen {
        padding-left: 672px; }
    .container .offset-by-fifteen {
        padding-left: 720px; }

    /* Offsets */ }
/* 320px > 480px  */
@media only screen and (max-width: 767px) {
    .container {
        width: 300px; }
    .container .columns, .container .column {
        margin: 0; }
    .container .one.column, .container .one.columns {
        width: 300px; }
    .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column {
        width: 300px; }
    .container .offset-by-one, .container .offset-by-two, .container .offset-by-three, .container .offset-by-four, .container .offset-by-five, .container .offset-by-six, .container .offset-by-seven, .container .offset-by-eight, .container .offset-by-nine, .container .offset-by-ten, .container .offset-by-eleven, .container .offset-by-twelve, .container .offset-by-thirteen, .container .offset-by-fourteen, .container .offset-by-fifteen {
        padding-left: 0; }

    /* Offsets */ }
/* 480px > 767px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 420px; }
    .container .columns, .container .column {
        margin: 0; }
    .container .one.column, .container .one.columns {
        width: 420px; }
    .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column {
        width: 420px; } }

#closemsg {
    margin: 8px 8px 0 0;
    float: right;
    display: block;
}

/*.cookieWarningBox.showWarning {
    font-family: Arial;
    font-size: 11px;
    display: none;
}

.showWarningBlock {
    border: 1px solid #ccc;
    font-family: Arial;
    font-size: 11px;
    background-color: #efefef;
    padding: 8px;
    margin: 15px 0;
    position: relative;
}

.showWarningLeft {
    float: left;
    padding-right: 40px;
}

.showWarningRight {
    position: absolute;
    top: 5px;
    right: 5px;
}

.showWarningRight a {
    background: url(../images/icon_close.png) top left no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    text-indent: -4999px;
}*/

/* GENERIC */
img {
    width: auto;
    max-width: 100%;
    height: auto; }

/* TARGET IE9, IE10 and IE11  */
@media screen and (min-width: 0 \0) {

    .splash-box-main-link {
        font-size: 25px;
        line-height: 55px;
        height: 50px;
        max-height: 50px; } }

/* < 960 */
@media only screen and (max-width: 959px) {

    /* SPLASH */
    .splash-logo h1.title {
        font-size: 30px;
        font-weight: 700;
        line-height: 30px;
        padding: 20px 0 20px; }

    .splash-block h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
        margin-top: 50px; }

    .splash-box-left, .splash-box-left img {
        height: 100px;
        width: 100px; }

    .splash-box-left-1 {
        background: url(../images/splash-rcs-tablet.jpg) top left no-repeat;
        background-size: cover;
        height: 200px;
        width: 100px; }

    .splash-box-left-2 {
        background: url(../images/splash-hc-tablet.jpg) top left no-repeat;
        background-size: cover;
        height: 200px;
        width: 100px; }

    .splash-box-left-3 {
        background: url(../images/splash-cs-tablet.jpg) top left no-repeat;
        background-size: cover;
        height: 200px;
        width: 100px; }

    .splash-box-left-4 {
        background: url(../images/splash-ld-tablet.jpg) top left no-repeat;
        background-size: cover;
        height: 200px;
        width: 100px; }

    .splash-box-right {
        max-width: 245px; }

    .splash-box-main {
        width: 260px; }

    .splash-box-main-link {
        width: 245px; }

    ul.splash-box-list {
        width: 264px; }

    .splash-groupbox .splash-groupbox-item h3 {
        font-size: 22px;
        font-weight: 500;
        line-height: 29px;
        margin: 30px 150px 0 30px; }

    /* VERSION C */

    .version-c .splash-box-left-1, .version-c .splash-box-left-2 {
        width: 95px;
    }

    .version-c ul.splash-box-list {
        width: 267px;
    }

    .version-c .splash-box-main-link {
        width: 247px; }

    /* CAREERS */

    .splash-careers-box-image-1 {
        background: url(../images/splash-careers-carehomes-landscape.jpg) top left no-repeat;
        width: 364px;
        height: 173px;
        background-size: cover; }

    .splash-careers-box-image-2 {
        background: url(../images/splash-careers-healthcare-landscape.jpg) top left no-repeat;
        width: 364px;
        height: 173px;
        background-size: cover; }

    .splash-careers-box-image-3 {
        background: url(../images/splash-careers-careathome.jpg) top left no-repeat;
        width: 236px;
        height: 122px;
        background-size: cover; }

    .splash-careers-box-content {
        min-height: 105px;
    }

    .splash-careers-box-content p {
        font-size: 13px;
        line-height: 17px;
    }
    .splash-careers-box-main a {
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
    }
    .splash-careers-box-link {
        font-family: arial,sans-serif;
        font-size: 12px;
        font-weight: bold;
        line-height: 50px;
        max-height: 50px;
    }

    /* NEW SPLASH MINUS LD */

    .splash-new-box-image-1 {
        background: url(../images/splash-new-rcs-tablet.jpg) top left no-repeat;
        width: 236px;
        height: 140px;
        background-size: cover; }

    .splash-new-box-image-2 {
        background: url(../images/splash-new-hc-tablet.jpg) top left no-repeat;
        width: 236px;
        height: 140px;
        background-size: cover; }

    .splash-new-box-image-3 {
        background: url(../images/splash-new-cs-tablet.jpg) top left no-repeat;
        width: 236px;
        height: 140px;
        background-size: cover; }

    .splash-new-box-main-link {
        padding: 0 0 0 10px;
        width: 226px;
    }

    ul.splash-new-box-list {
        width: 236px; }

    ul.splash-new-box-list li div a {
        font-size: 14px;
    }

}
/* 768 > 960 */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .logoimage {
        width: 124px;
        height: 33px;
        margin-top: 20px; } }
/* > 767 */
@media only screen and (max-width: 767px) {

    .logo h1 {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 8px;
        padding: 10px 0 10px 0;
        background: url(../images/logo_small.png) center right no-repeat; }

    .logoimage {
        display: none !important; }

    /* SPLASH */
    .splash-logo h1.title {
        font-size: 30px;
        font-weight: 700;
        line-height: 30px;
        padding: 25px 0 20px; }

    .splash-intro {
        background: #fff; }

    .splash-block .splash-content {
        margin-left: 0; }

    .splash-block h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 29px;
        margin-top: 10px; }

    .splash-block {
        background: #fff;
        min-height: 140px;
        padding-bottom: 20px; }

    .splash-groupbox .splash-groupbox-item h3 {
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        margin: 20px 140px 15px 30px; }

    .splash-groupbox .splash-groupbox-item .splash-groupbox-person {
        right: 0;
    }

    .splash-box {
        margin-bottom: 20px !important; }

    .splash-box-right {
        max-width: 300px; }

    .splash-box-main {
        width: 420px; }

    .splash-box-main-link {
        width: 400px; }

    ul.splash-box-list {
        width: 420px; }


    /* VERSION C */

    .version-c .splash-purple-2 h2 {
        font-size: 22px;
        line-height: 26px;
    }

    .version-c .splash-2-groupbox {
        margin: 10px 0 40px 0;
        padding: 20px 20px 20px 90px;
        background: url(../images/bg-splash-v-c-speech.png) left center no-repeat;
    }

    .version-c .splash-box-left-1, .version-c .splash-box-left-2 {
        width: 418px;
    }

    .version-c ul.splash-box-list {
        width: 418px;
    }

    .version-c .splash-box-main {
        background-color: #ed008c;
        width: 418px;
    }


    /* CAREERS */
    .splash-careers-box {
        margin-bottom: 20px !important;
    }

    .splash-careers-box-content {
        min-height: 65px;
    }

    .splash-careers-box-image-1 {
        background: url(../images/splash-careers-carehomes-landscape.jpg) top left no-repeat;
        width: 420px;
        height: 200px;
        background-size: cover; }

    .splash-careers-box-image-2 {
        background: url(../images/splash-careers-healthcare-landscape.jpg) top left no-repeat;
        width: 420px;
        height: 200px;
        background-size: cover; }

    .splash-careers-box-image-3 {
        background: url(../images/splash-careers-careathome-landscape.jpg) top left no-repeat;
        width: 420px;
        height: 200px;
        background-size: cover; }

    .splash-careers-box-link {
        font-family: arial,sans-serif;
        font-size: 15px;
        font-weight: bold;
        line-height: 40px;
        max-height: 50px;
    }

    .splash-careers-logo h1.title {
        font-size: 22px;
        font-weight: 700;
        line-height: 32px;
        padding: 25px 0 20px 0;
    }
}
/* 480 > 767 */
@media only screen and (min-width: 480px) and (max-width: 767px) {

    .splash-box-left-1 {
        background: url(../images/splash-rcs-landscape.jpg) top left no-repeat;
        background-size: cover;
        height: 200px;
        width: 420px; }

    .splash-box-left-2 {
        background: url(../images/splash-hc-landscape.jpg) top left no-repeat;
        background-size: cover;
        height: 200px;
        width: 420px; }

    .splash-box-left-3 {
        background: url(../images/splash-cs-landscape.jpg) top left no-repeat;
        background-size: cover;
        height: 200px;
        width: 420px; }

    .splash-box-left-4 {
        background: url(../images/splash-ld-landscape.jpg) top left no-repeat;
        background-size: cover;
        height: 200px;
        width: 420px; }


    .splash-new-box-image-1 {
        background: url(../images/splash-rcs-landscape.jpg) top left no-repeat;
        background-size: cover;
        height: 200px;
        width: 420px; }

    .splash-new-box-image-2 {
        background: url(../images/splash-hc-landscape.jpg) top left no-repeat;
        background-size: cover;
        height: 200px;
        width: 420px; }

    .splash-new-box-image-3 {
        background: url(../images/splash-cs-landscape.jpg) top left no-repeat;
        background-size: cover;
        height: 200px;
        width: 420px; }

    .splash-new-box-main {
        width: 100%;
    }

    .splash-new-box-main-link {
        width: 410px;
    }

    ul.splash-new-box-list {
        width: 100%;
    }

}
/* > 479 */
@media only screen and (max-width: 479px) {
    .logo h1 {
        font-size: 24px;
        line-height: 24px;
        margin: 0 0 8px;
        padding: 10px 0 10px 0;
        background: url(../images/logo_smallest.png) center right no-repeat; }

    /* SPLASH */
    .logo h1 {
        background: #fff; }

    .splash-block h2 {
        font-size: 21px;
        font-weight: 700;
        line-height: 26px;
        margin-top: 0; }

    .splash-block {
        background: #fff;
        min-height: 140px;
        padding-bottom: 20px; }

    .splash-groupbox .splash-groupbox-item .splash-groupbox-person {
        position: absolute;
        bottom: -1px;
        left: 122px;
        background: url(../images/bg-splash-box-person-small.png) bottom right no-repeat;
        width: 63px;
        height: 80px; }

    .splash-groupbox .splash-groupbox-item {
        min-height: 150px;
    }

    .splash-groupbox .splash-groupbox-item h3 {
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        margin: 20px 20px 100px 20px; }

    .splash-box-main-link {
        font-size: 20px;
        font-weight: 500;
        line-height: 50px;
        padding: 0 10px; }

    .splash-box-right {
        max-width: 300px; }

    .splash-box-main {
        width: 300px; }

    .splash-box-main-link {
        width: 280px; }

    ul.splash-box-list {
        width: 300px; }

    .splash-box-left-1 {
        background: url(../images/splash-rcs-mobile.jpg) top left no-repeat;
        background-size: cover;
        height: 140px;
        width: 300px; }

    .splash-box-left-2 {
        background: url(../images/splash-hc-mobile.jpg) top left no-repeat;
        background-size: cover;
        height: 140px;
        width: 300px; }

    .splash-box-left-3 {
        background: url(../images/splash-cs-mobile.jpg) top left no-repeat;
        background-size: cover;
        height: 140px;
        width: 300px; }

    .splash-box-left-4 {
        background: url(../images/splash-ld-mobile.jpg) top left no-repeat;
        background-size: cover;
        height: 140px;
        width: 300px; }


    /* NEW SPLASH */

    ul.splash-new-box-list {
        width: 100%;
    }

    .splash-new-box-image-1 {
        background: url(../images/splash-rcs-mobile.jpg) top left no-repeat;
        background-size: cover;
        height: 140px;
        width: 300px; }

    .splash-new-box-image-2 {
        background: url(../images/splash-hc-mobile.jpg) top left no-repeat;
        background-size: cover;
        height: 140px;
        width: 300px; }

    .splash-new-box-image-3 {
        background: url(../images/splash-cs-mobile.jpg) top left no-repeat;
        background-size: cover;
        height: 140px;
        width: 300px; }

    /* CAREERS */

    .splash-careers-logo h1.title {
        background: url("../images/logo_small.png") no-repeat scroll right center rgba(0, 0, 0, 0);
        font-size: 18px;
        line-height: 32px;
        margin: 0 0 8px;
        padding: 10px 0;
    }

    .splash-careers-box-image-1 {
        background: url(../images/splash-careers-carehomes-landscape.jpg) top left no-repeat;
        width: 300px;
        height: 140px;
        background-size: cover; }

    .splash-careers-box-image-2 {
        background: url(../images/splash-careers-healthcare-landscape.jpg) top left no-repeat;
        width: 300px;
        height: 140px;
        background-size: cover; }

    .splash-careers-box-image-3 {
        background: url(../images/splash-careers-careathome-landscape.jpg) top left no-repeat;
        width: 300px;
        height: 140px;
        background-size: cover; }

    .splash-groupbox .splash-groupbox-item .splash-groupbox-hand {
        position: absolute;
        bottom: -1px;
        left: 122px;
        background: url(../images/bg-splash-box-hand.png) bottom right no-repeat;
        width: 98px;
        height: 100px;
        background-size: cover;}

    /* VERSION C */

    .version-c .splash-box-left-1, .version-c .splash-box-left-2 {
        width: 298px;
    }

    .version-c ul.splash-box-list {
        width: 298px;
    }

    .version-c .splash-box-main {
        background-color: #ed008c;
        width: 298px;
    }

}

