/*
        Theme Name: Whitbread v.1.3
        Author: Sandra Jurek @ Pink Squid (built on Todd Moto's naked template)
        Tags: Whitbread Careers

        License: MIT
        License URI: http://opensource.org/licenses/mit-license.php
*/


.header-wrapper {
    display:block;
    text-align:left;
    margin-top:40px;
}

.paragraph-wrapper {
    text-align:left;
}

.replacement {
    display:none;
}

.sitesearch {
    background-color: #333; /* #004992; */
    border: 0 none;
    height: 30px;
}

.sitesearch::placeholder {
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    font-family: GothamRounded-Medium, sans-serif;
}

.search-button {
    background: none;
    border: 0 none;
}


.button {
    margin-top:20px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #004a8d;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
    overflow:hidden;
    min-width:200px;
}

.intro-paragraph .button {
    margin-top:20px;
    display:none;
}

.heart-logo {
    margin-top:20px;
}
/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    font-size:62.5%;
    overflow-y:auto;
}
body {
    font:300 15px/1.5 'Gotham', Helvetica, Arial, sans-serif;
    color:#fff;
    background-size:cover;
    overflow:auto;
}


/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
    max-width:100%;
    vertical-align:bottom;
}
a {
    color:#fff;
    text-decoration:none;
}
.nav a {
    color: #004a8d;
}

.nav .current_page_item a {
    color:#000;
}
a:hover {
    color:#fff;
    text-decoration:none;
}
a:focus {
    outline:0;
    text-decoration:none;
}
a:hover,
a:active {
    outline:0;
}
input:focus {
    outline:0;
    border:1px solid #04A4CC;
}

h4 {
    font-size:20px;
    color: #004a8d;
    font-family: 'GothamRounded-Medium';
    padding-bottom:10px;
}

@media only screen and (min-width:800px) {
    h4 {
        font-size:22px;
        color: #004a8d;
        font-family: 'GothamRounded-Medium';
        padding-bottom:10px;
    }
    .intro-paragraph .button {
        display:inline-block;
    }
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.mobile-content {
    max-height:0;
    overflow:hidden;
}

.cambria {
    font-family:'cambria';
}

.footer-menu li a {
    color: #fff;
    font-family: 'proxima_novabold';
    font-size: 12px;
    display: block;
    padding: 10px;
}

.res-test {
    margin-top:0;
}

.footer-menu {
    text-align: center;
    padding: 70px 0 20px;
    margin: 0;
}

.footer .container {
    position:relative;
}

.show-menu {
    display: block;
    position: fixed;
    top: 69px;
    left: 15px;
    height: 37px;
    width: 40px;
    z-index: 999999999999999;
}

.show-menu span:first-child {
    top: 0;
    left: 0;
}

.show-menu span:first-child + span {
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.show-menu.drop span:first-child + span + span {
    bottom: 40%;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.show-menu span:first-child + span + span {
    bottom: 0;
    left: 0;
}

.show-menu.drop span:first-child + span {
    width: 0;
}

.show-menu.drop span:first-child {
    top: 39%;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.show-menu span {
    width: 40px;
    height: 8px;
    display: block;
    background: #004a8d;
    border-radius: 2px;
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#fullpage {
    z-index:1;
    padding:96px 0 130px;
    overflow:hidden;
}

/* wrapper */
.wrapper {
    max-width:1280px;
    width:95%;
    margin:0 auto;
    position:relative;
}
/* header */
.header {
    position:fixed;
    width:100%;
    height:80px;
    top:0;
    left:0;
    z-index:999;
}
/* logo */
.logo {
    width:185px;
    float:left;
    display:block;
    margin-left:60px;
}
.logo a {
    display:block;
    padding:35px 0;
}
/* nav */
.nav {
    height:96px;
    position:fixed;
    top: 40px;
    left:0;
    width:100%;
    background:#fff;
    overflow:hidden;
}

.nav.drop {
    overflow:visible;
}

#main-nav {
    float:right;
}
/* sidebar */
.sidebar {

}
/* footer */
.footer {
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    background:#004a8d;
    height:135px;
    z-index:99999;
}

.link-arrow  {
    position: absolute;
    width: 20px;
    height: 100%;
    right: 150px;
    top: 0;
    background-image: url(img/mini_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}

.content-wrapper a {
    color:#fff;
}

.terms .content-wrapper a,
.content-wrapper .history-container a {
    color: #004a8d;
}

.gm-style-iw {
    color: #004a8d;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
        TYPOGRAPHY
\*------------------------------------*/


@font-face {
    font-family: 'bebas_neuebold';
    src: url('/fonts/BebasNeue Bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/BebasNeue Bold-webfont.woff2') format('woff2'),
        url('/fonts/BebasNeue Bold-webfont.woff') format('woff'),
        url('/fonts/BebasNeue Bold-webfont.ttf') format('truetype'),
        url('/fonts/BebasNeue Bold-webfont.svg#bebas_neuebold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Cambria';
    src: url('/fonts/Cambria.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Cambria.ttf')  format('truetype'),
        url('/fonts/Cambria.svg#Cambria') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'GothamRounded-Bold';
    src: url('/fonts/GothamRounded-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/GothamRounded-Bold.otf')  format('opentype'),
        url('/fonts/GothamRounded-Bold.woff') format('woff'),
        url('/fonts/GothamRounded-Bold.ttf')  format('truetype'),
        url('/fonts/GothamRounded-Bold.svg#GothamRounded-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamRounded-Book';
    src: url('/fonts/GothamRounded-Book.eot?#iefix') format('embedded-opentype'),
        url('/fonts/GothamRounded-Book.otf')  format('opentype'),
        url('/fonts/GothamRounded-Book.woff') format('woff'),
        url('/fonts/GothamRounded-Book.ttf')  format('truetype'),
        url('/fonts/GothamRounded-Book.svg#GothamRounded-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamRounded-Medium';
    src: url('/fonts/GothamRounded-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/GothamRounded-Medium.otf')  format('opentype'),
        url('/fonts/GothamRounded-Medium.woff') format('woff'),
        url('/fonts/GothamRounded-Medium.ttf')  format('truetype'),
        url('/fonts/GothamRounded-Medium.svg#GothamRounded-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamRounded-Light';
    src: url('/fonts/GothamRounded-Light.eot');
    src: url('/fonts/GothamRounded-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/GothamRounded-Light.otf')  format('opentype'),
        url('/fonts/GothamRounded-Light.woff') format('woff'),
        url('/fonts/GothamRounded-Light.ttf')  format('truetype'),
        url('/fonts/GothamRounded-Light.svg#GothamRounded-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novabold';
    src: url('/fonts/ProximaNova-Bold-webfont.eot');
    src: url('/fonts/ProximaNova-Bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/fonts/ProximaNova-Bold-webfont.woff2') format('woff2'),
        url('/fonts/ProximaNova-Bold-webfont.woff') format('woff'),
        url('/fonts/ProximaNova-Bold-webfont.ttf') format('truetype'),
        url('/fonts/ProximaNova-Bold-webfont.svg#proxima_novabold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-webkit-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}
::-moz-selection {
    background:#04A4CC;
    color:#FFF;
    text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display:block;
    margin:5px auto 5px auto;
}
.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
a img.alignnone {
    margin:5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
a img.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.wp-caption {
    background:#FFF;
    border:1px solid #F0F0F0;
    max-width:96%;
    padding:5px 3px 10px;
    text-align:center;
}
.wp-caption.alignnone {
    margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin:5px 20px 20px 0;
}
.wp-caption.alignright {
    margin:5px 0 20px 20px;
}
.wp-caption img {
    border:0 none;
    height:auto;
    margin:0;
    max-width:98.5%;
    padding:0;
    width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

p.intro-para {
    margin-bottom:50px;
    padding:0 10px;
}

.tab-content-wrapper img {
    display:none;
    margin:0 auto;
}

.internal .tab-content-wrapper img {
    display:block;
}

.ceo-portait {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40%;
    display:none;
}
/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        text-shadow:none !important;
    }
    a,
    a:visited {
        text-decoration:underline;
    }
    a[href]:after {
        content:" (" attr(href) ")";
    }
    abbr[title]:after {
        content:" (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content:"";
    }
    pre,blockquote {
        border:1px solid #999;
        page-break-inside:avoid;
    }
    thead {
        display:table-header-group;
    }
    tr,img {
        page-break-inside:avoid;
    }
    img {
        max-width:100% !important;
    }
    @page {
        margin:0.5cm;
    }
    p,
    h2,
    h3 {
        orphans:3;
        widows:3;
    }
    h2,
    h3 {
        page-break-after:avoid;
    }
}



/* Style for our header texts
* --------------------------------------- */
h1 {
    font-family: 'bebas_neuebold';
    color: #fff;
    font-size: 90px;
    margin: 0 0 0 12px;
    line-height: 0.8em;
    font-weight: normal;
}

.home .intro-slide #pulse {
    display:none;
}

.operations h1 {
    font-size:65px;
}

.job-name {
    font-size:26px;
}

.home h1 {
    font-size:100px;
}

.intro-slide

h2 {
    font-family: 'bebas_neuebold';
    color: #fff;
    font-size: 23px;
    margin: 0 0 0 15px;
    line-height: 1em;
    font-weight: normal;
}

h3 {
    font-family: 'GothamRounded-Medium';
    color: #fff;
    font-size: 24px;
    font-weight: normal;
}

h5 {
    font-size:17px;
}

quote h5 {
    margin-top:40px;
}

/* Centered texts in each section
* --------------------------------------- */
.section{
    text-align:center;
    position:relative;
}

/* Backgrounds will cover all the section
* --------------------------------------- */
.home #section0,
.home #section1,
.home #section2,
.home #section3,
.home #section4,
.roles #section0,
.roles #section1 {
    background-size: cover;
}

.blue-bg {
    background:#004a8d;
}

.dark-text {
    color:#4d4d4d;
}

.white-text {
    color:#fff;
}

quote.dark-blue {
    color: #004A8D;
    margin-top:60px;
    text-align:left;
}

.inline-icon {
    vertical-align:middle;
    margin-right:20px;
}

/* Defining each section background and styles
* --------------------------------------- */
.social-footer {
    position: absolute;
    right: 0;
    top: 10px;
    width: 100%;
    text-align: center;
}

.social-footer ul {
    padding: 0;
    margin:0;
}

.footer li {
    list-style: none;
    display: inline-block;
}

.home #section0{
    background-image: url(img/slide1_bg.jpg);
    padding:30px 10px;
}
.home #section1{
    background-image: url(img/slide2_bg.jpg);
}
.home #section2{
    background-image: url(img/slide3_bg.jpg);
    display:none;
}

.home #section3{
    background-image: url(img/slide4_bg.jpg);
}

.home #section3{
    background:#012a47;
}

.home #section3 .text-wrapper {
    padding:10px;
}

.roles #section0 {
    background-image: url(img/roles1_bg.jpg);
    height:100%;
    width:100%;
}

.roles #section1 {
    background-image: url(img/roles2_bg.jpg);
}

#fp-nav {
    display:none;
}

section {
    background-size:cover;
}

.roles .intro-slide {
    overflow:hidden;
    background-image: url(img/roles1_bg.jpg);
}

.home .intro-slide {
    overflow:hidden;
    background-image: url('img/whitbread_grad.jpg');
    background-position: center center;
    padding-bottom:40px;
    position:relative;
    background-size:cover;
    background-repeat:no-repeat;
}

.intro-paragraph h4 {
    padding-left:75px;
}

.intro-paragraph .inline-icon {
    position:absolute;
    left:0;
    top:-10px;
}

.why-whitbread .intro-slide {
    width:100%;
    height:100%;
    overflow:hidden;
    background-image: url(img/why1_bg.jpg);
}

.content-wrapper {
    position:absolute;
    top: 136px;
    width:100%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    padding-bottom:135px;
}

.roles .locations-container {
    background-image: url(img/roles2_bg.jpg);
    padding:50px 0;
}

.other-header-wrapper {
    margin: 5% 3%;
}

.locations-container .border-wrapper {
    background:rgba(0,0,0,.75);
}

.support-centre-container .border-wrapper {
    background:rgba(0,0,0,.25);
}

.support-centre-container .support-icon-container {
    display:table;
    width:100%;
    height:100%;
}

.blockAnimation {
    top:0 !important;
}

.support-centre-container .support-icon-wrapper {
    display:table-cell;
    text-align:center;
    vertical-align:middle;
}

.roles .customer-hearbeat-container {
    background-image: url(img/roles3_bg.jpg);
    padding:100px 0;
}

.roles .brands-container {
    background-image: url(img/roles4_bg.jpg);
}

.brands-container .border-wrapper {
    background:rgba(0,0,0,.8);
}

.roles .support-centre-container {
    padding:100px 0;
}

.support-centre-container .container {
    position:relative;
}

.schemes-container .container {
    padding:70px 0 0;
}
.schemes-container .container:first-child + .container {
    padding-bottom:70px;
    padding-top:0;
}

.round-icon {
    margin:20px auto 0;
    position:relative;
    width:80px;
    height:80px;
    display:block;
}

.roles-filtered {
    background:url(img/vid_bg.jpg) no-repeat;
    padding:40px 0;
    background-size:cover;
    background-position:center;
    color:#4d4d4d;
}

.roles-filtered .container > .col-md-10 p:last-child {
    margin-bottom:40px;
}

.roles-wrapper {
    width: 100%;
    position: relative;
    min-height: 650px;
    display: block;
    margin: 40px 0 0;
}

.programmes-wrap {
    position:absolute;
    height:100%;
    width:100%;
    top:150%;
    left:0;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


.shown-intro p {
    position: absolute;
    width: 98%;
    bottom: 0;
    left: 1%;
    font-size: 10px;
    margin-bottom: 5px;
}

.all .prev-button,
.videos .prev-button {
    position:absolute;
    left:0;
    top:50%;
    margin-top:-20px;
    z-index:200;
    width:40px;
    height:40px;
    background:url(img/prev_button.png) no-repeat;
    background-position:center;
    background-size:100%;
    color:transparent;
    cursor:pointer;
}

.videos .container {
    position:relative;
}

.all .next-button,
.videos .next-button {
    position:absolute;
    right:0;
    top:50%;
    margin-top:-20px;
    z-index:200;
    width:40px;
    height:40px;
    background:url(img/next_button.png) no-repeat;
    background-position:center;
    background-size:100%;
    color:transparent;
    cursor:pointer;
}

.tick {
    position:absolute;
    right:0;
    top:50%;
    margin-top:-20px;
    width:40px;
    height:40px;
    background:url(img/filter_icon.png) no-repeat;
    background-size:100%;
    background-position:center;
    opacity:1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.tick:hover {
    opacity:0.4;
}



.tick:before {
    position:absolute;
    top:0;
    left:0;
    width:0;
    height:40px;
    background:url(img/filter_tick.png) no-repeat;
    background-position:-5px -5px;
    content:'';
    -webkit-transition: all 600ms cubic-bezier(0.575, 0.340, 0.360, 0.555);
    -moz-transition: all 600ms cubic-bezier(0.575, 0.340, 0.360, 0.555);
    -o-transition: all 600ms cubic-bezier(0.575, 0.340, 0.360, 0.555);
    transition: all 600ms cubic-bezier(0.575, 0.340, 0.360, 0.555); /* custom */
}

.chosen .tick:before {
    width:40px;
}

.top-section-role {
    position:relative;
}

.top-section-role img.selfie {
    width:100%;
}

.top-section-role .role-desc-icon {
    display:none;
    width:110px;
    position:absolute;
    bottom:-55px;
    left:50%;
    margin-left:-55px;
}

.bottom-section-role {
    padding:15px 15px 80px;
    text-align:center;
}

.bottom-section-role .button {
    position:absolute;
    width:200px;
    bottom:20px;
    left:50%;
    margin-left:-100px;
}

.role-desc-rect {
    position:absolute;
    width:88%;
    background:#fff;
    left:110%;
    height:100%;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -moz-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

/* Overlay style */
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.9);
    overflow:hidden;
}

.over-content-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    text-align:center;
    padding:40px;
    opacity:0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.all {
    position:absolute;
    top:30px;
    left:-500%;
    width:100%;
    opacity:0;
    -webkit-transition: opacity 0.3s ease-in-out, left 0s ease-in-out 0.3s;
    -moz-transition: opacity 0.3s ease-in-out, left 0s ease-in-out 0.3s;
    -ms-transition: opacity 0.3s ease-in-out, left 0s ease-in-out 0.3s;
    -o-transition: opacity 0.3s ease-in-out, left 0s ease-in-out 0.3s;
    transition: opacity 0.3s ease-in-out, left 0s ease-in-out 0.3s;
}

.all.active {
    left:0;
    opacity:1;
    -webkit-transition: opacity 0.3s ease-in-out, left 0s ease-in-out 0s;
    -moz-transition: opacity 0.3s ease-in-out, left 0s ease-in-out 0s;
    -ms-transition: opacity 0.3s ease-in-out, left 0s ease-in-out 0s;
    -o-transition: opacity 0.3s ease-in-out, left 0s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out, left 0s ease-in-out 0s;
}

.roles-wrapper.whitbread .programmes-wrap.whitbread-at,
.roles-wrapper.premier .programmes-wrap.premier-at,
.roles-wrapper.costa .programmes-wrap.costa-at,
.roles-wrapper.restaurants .programmes-wrap.restaurants-at,
.roles-wrapper.allfilters .programmes-wrap.allfilters-at{
    left:0;
    top:0;
}

.roles-wrapper.premier .programmes-wrap.whitbread-at,
.roles-wrapper.premier .programmes-wrap.allfilters-at,
.roles-wrapper.whitbread .programmes-wrap.premier-at,
.roles-wrapper.whitbread .programmes-wrap.allfilters-at,
.roles-wrapper.allfilters .programmes-wrap.premier-at,
.roles-wrapper.allfilters .programmes-wrap.whitbread-at{
    left:0;
    top:150%;
}

.open .over-content-wrapper {
    opacity:1;
    -webkit-transition: all 0.6s ease-in-out 0.4s;
    -moz-transition: all 0.6s ease-in-out 0.4s;
    -ms-transition: all 0.6s ease-in-out 0.4s;
    -o-transition: all 0.6s ease-in-out 0.4s;
    transition: all 0.6s ease-in-out 0.4s;
}

/* .overlay.user .over-content-wrapper {
    background: url(img/over1.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.overlay.user .over-content-wrapper {
    background: url(img/over2.jpg) no-repeat;
    background-position: center;
    background-size: cover;
} */

.overlay.costa .over-content-wrapper, .overlay.pinn .over-content-wrapper, .overlay.whitbread .over-content-wrapper{
    /* background: url(img/over3.jpg) no-repeat; */
    background-position: center;
    background-size: cover;
}

/* Overlay closing cross */
.overlay .overlay-close {
    width: 80px;
    height: 80px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
    border: none;
    background: url(img/cross.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
}

.pinn.overlay .overlay-close {
    background: url(img/cross_pinn.png) no-repeat center center;
}

.costa.overlay .overlay-close {
    background: url(img/cross_costa.png) no-repeat center center;
}

.heartbeat-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 40px;
}

.heartbeat-wrapper > img {
    max-width:none;
    width:100%;
}

.mini-pos {
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:1px;
    height:1px;
    background:transparent;
    left: 65px;
    top: -24px;
}

.heart-tooltip .mini-beat img {
    width:35px;
    max-width:none;
    margin-right:10px;
    vertical-align:middle;
    height:0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.heart-tooltip span {
    line-height:55px;
    display: inline-block;
    height: 0;
    overflow: hidden;
    vertical-align: middle;
    -moz-transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
    -moz-transition: -moz-transform 0.3s ease-in-out 0s;
    -ms-transition: -ms-transform 0.3s ease-in-out 0s;
    -o-transition: -o-transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s;
}

.beat.hovered .heart-tooltip span {
    height:100%;
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.6s ease-in-out 0.7s;
    -moz-transition: -moz-transform 0.6s ease-in-out 0.7s;
    -ms-transition: -ms-transform 0.6s ease-in-out 0.7s;
    -o-transition: -o-transform 0.6s ease-in-out 0.7s;
    transition: transform 0.6s ease-in-out 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

.heart-tooltip .mini-beat {
    display:inline-block;
}

.beat.hovered .heart-tooltip .mini-beat img {
    height:50px;
    -webkit-transition: all 0.3s ease-in-out 0.7s;
    -moz-transition: all 0.3s ease-in-out 0.7s;
    -ms-transition: all 0.3s ease-in-out 0.7s;
    -o-transition: all 0.3s ease-in-out 0.7s;
    transition: all 0.3s ease-in-out 0.7s;
}

.heart-tooltip {
    overflow:hidden;
    width: 0;
    padding: 0;
    background: rgba(0,0,0,0.8);
    text-align: center;
    font-family: 'GothamRounded-Medium';
    font-size: 13px;
    border: solid 0 #fff;
    height:0;
    margin-top:38px;
    -webkit-transition: width 0.3s linear 0.55s, height 0.3s ease-in-out 0.3s, padding 0.3s ease-in-out 0.3s, margin-top 0.3s ease-in-out 0.2s, border-left 0.3s ease-in-out 0.55s, border-right 0.3s ease-in-out 0.55s, border-top 0s ease-in-out 0.85s, border-bottom 0s ease-in-out 0.85s;
    -moz-transition: width 0.3s linear 0.55s, height 0.3s ease-in-out 0.3s, padding 0.3s ease-in-out 0.3s, margin-top 0.3s ease-in-out 0.2s, border-left 0.3s ease-in-out 0.55s, border-right 0.3s ease-in-out 0.55s, border-top 0s ease-in-out 0.85s, border-bottom 0s ease-in-out 0.85s;
    -ms-transition: width 0.3s linear 0.55s, height 0.3s ease-in-out 0.3s, padding 0.3s ease-in-out 0.3s, margin-top 0.3s ease-in-out 0.2s, border-left 0.3s ease-in-out 0.55s, border-right 0.3s ease-in-out 0.55s, border-top 0s ease-in-out 0.85s, border-bottom 0s ease-in-out 0.85s;
    -o-transition: width 0.3s linear 0.55s, height 0.3s ease-in-out 0.3s, padding 0.3s ease-in-out 0.3s, margin-top 0.3s ease-in-out 0.2s, border-left 0.3s ease-in-out 0.55s, border-right 0.3s ease-in-out 0.55s, border-top 0s ease-in-out 0.85s, border-bottom 0s ease-in-out 0.85s;
    transition: width 0.3s linear 0.55s, height 0.3s ease-in-out 0.3s, padding 0.3s ease-in-out 0.3s, margin-top 0.3s ease-in-out 0.2s, border-left 0.3s ease-in-out 0.55s, border-right 0.3s ease-in-out 0.55s, border-top 0s ease-in-out 0.85s, border-bottom 0s ease-in-out 0.85s;
}

.beat.hovered .heart-tooltip {
    height:70px;
    margin-top:10px;
    width: 115px;
    border: solid 10px #fff;
    -webkit-transition: width 0.3s linear 0.15s, height 0.3s linear 0.4s, padding 0.3s linear 0.4s, margin-top 0.3s ease-in-out 0.5s, border-left 0.3s ease-in-out 0.15s, border-right 0.3s ease-in-out 0.15s, border-top 0s ease-in-out 0.15s, border-bottom 0s ease-in-out 0.15s;
    -moz-transition: width 0.3s linear 0.15s, height 0.3s linear 0.4s, padding 0.3s linear 0.4s, margin-top 0.3s ease-in-out 0.5s, border-left 0.3s ease-in-out 0.15s, border-right 0.3s ease-in-out 0.15s, border-top 0s ease-in-out 0.15s, border-bottom 0s ease-in-out 0.15s;
    -ms-transition: width 0.3s linear 0.15s, height 0.3s linear 0.4s, padding 0.3s linear 0.4s, margin-top 0.3s ease-in-out 0.5s, border-left 0.3s ease-in-out 0.15s, border-right 0.3s ease-in-out 0.15s, border-top 0s ease-in-out 0.15s, border-bottom 0s ease-in-out 0.15s;
    -o-transition: width 0.3s linear 0.15s, height 0.3s linear 0.4s, padding 0.3s linear 0.4s, margin-top 0.3s ease-in-out 0.5s, border-left 0.3s ease-in-out 0.15s, border-right 0.3s ease-in-out 0.15s, border-top 0s ease-in-out 0.15s, border-bottom 0s ease-in-out 0.15s;
    transition: width 0.3s linear 0.15s, height 0.3s linear 0.4s, padding 0.3s linear 0.4s, margin-top 0.3s ease-in-out 0.5s, border-left 0.3s ease-in-out 0.15s, border-right 0.3s ease-in-out 0.15s, border-top 0s ease-in-out 0.15s, border-bottom 0s ease-in-out 0.15s;
}

.heart-tooltip:before {
    width: 0;
    height: 20px;
    background:url('img/tooltip.png') no-repeat;
    background-size: 13px 20px;
    background-position:left;
    content: '';
    position: absolute;
    left: -12px;
    top: 38px;
    -webkit-transition: all 0.15s linear 0.85s;
    -moz-transition: all 0.15s linear 0.85s;
    -ms-transition: all 0.15s linear 0.85s;
    -o-transition: all 0.15s linear 0.85s;
    transition: all 0.15s linear 0.85s;
}

.beat {
    margin-left:-25px;
    width:50px;
    height:50px;
    border-radius:50%;
    background:url(img/plus.png) no-repeat;
    background-position:center;
    background-size:100%;
    position:absolute;
    cursor:pointer;
}

.pinn .beat {
    margin-left:-25px;
    width:50px;
    height:50px;
    border-radius:50%;
    background:url(img/plus_pinn.png) no-repeat;
    background-position:center;
    background-size:100%;
    position:absolute;
    cursor:pointer;
}

.costa .beat {
    margin-left:-25px;
    width:50px;
    height:50px;
    border-radius:50%;
    background:url(img/plus_costa.png) no-repeat;
    background-position:center;
    background-size:100%;
    position:absolute;
    cursor:pointer;
}

.beat-wrapper {
    position:absolute;
    right:-100%;
    height:100%;
    width:100%;
    left:auto !important;
    bottom:0 !important;
    display:block;
    -webkit-transition: all 0.65s ease-in-out;
    -moz-transition: all 0.65s ease-in-out;
    -ms-transition: all 0.65s ease-in-out;
    -o-transition: all 0.65s ease-in-out;
    transition: all 0.65s ease-in-out;
    -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.585, 0.830);
    -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.585, 0.830);
    -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.585, 0.830);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.585, 0.830);
}

.beat-wrapper.active {
    right:0;
}

.beat-wrapper .wrapper-top-layer {
    width:40%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    overflow:hidden;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    background-color:#fff;
}

.beat-wrapper .wrapper-bottom-layer {
    width:62%;
    height:100%;
    position:absolute;
    bottom:0;
    left:40%;
    text-align:center;
    vertical-align:middle;
    display:table-row;
    background:#fff;
    padding:0 65px;
    overflow-y:scroll;
}

.pinn .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.pinn .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.pinn .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.pinn .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background:#4c215d;
}

.whitbread .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.whitbread .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.whitbread .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.whitbread .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background:#004a8d;
}

.costa .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.costa .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.costa .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.costa .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background:#991B31;
}

.mCSB_scrollTools {
    height:60%;
    top:20%;
}

.beat.hovered .heart-tooltip:before{
    width:13px;
    -webkit-transition: all 0.15s linear 0s;
    -moz-transition: all 0.15s linear 0s;
    -ms-transition: all 0.15s linear 0s;
    -o-transition: all 0.15s linear 0s;
    transition: all 0.15s linear 0s;
}

span.smart {
    color:#004b8d;
    font-family: 'GothamRounded-Medium';
    margin-bottom: 40px;
    display: inline-block;
    margin-left: 40px;
    position:relative;
}

.pinn span.smart {
    color:#4c215d;
}

.costa span.smart {
    color:#991B31;
}

.wrapper-bottom-layer p {
    font-size:16px;
    color:#4d4d4d;
}

span.smart:before {
    content: '';
    position: absolute;
    background: url(img/smart.svg) no-repeat;
    background-position: center;
    background-size: 100%;
    width: 55px;
    height: 90px;
    top: -30px;
    left: -80px;
}

.pinn span.smart:before {
    content: '';
    position: absolute;
    background: url(img/smart_pinn.svg) no-repeat;
    background-position: center;
    background-size: 100%;
    width: 55px;
    height: 90px;
    top: -30px;
    left: -80px;
}

.costa span.smart:before {
    content: '';
    position: absolute;
    background: url(img/smart_costa.svg) no-repeat;
    background-position: center;
    background-size: 100%;
    width: 55px;
    height: 90px;
    top: -30px;
    left: -80px;
}

.engage .button {
    /*    margin-top:80px;*/
    position:absolute;
    bottom:25px;
    left:50%;
    margin-left:-100px;
}

.engage--pinn .button {
    background: #4c215d;
}

.engage--pinn .button:before {
    color:#4c215d;
}

.engage--costa .button {
    background: #991B31;
}

.engage--costa .button:before {
    color:#991B31;
}

.single-day {
    display:block;
    margin:70px 30px 100px;
}

.single-day:first-child {
    margin-top:120px;
}

.single-day:last-of-type {
    margin-bottom:80px;
}

.prev_day {
    width:50px;
    height:50px;
    position:absolute;
    left:41.5%;
    top:50%;
    margin-top:-25px;
    background:url(img/pi_left.png) no-repeat;
    background-position:center;
    z-index:9;
    opacity:0;
}

.whitbread .prev_day {
    background:url(img/whit_left.png) no-repeat;
    background-position:center;
}

.costa .prev_day {
    background:url(img/costa_left.png) no-repeat;
    background-position:center;
}

.next_day {
    opacity:0;
    width:50px;
    height:50px;
    position:absolute;
    right:15px;
    top:50%;
    margin-top:-25px;
    background:url(img/pi_right.png) no-repeat;
    background-position:center;
    z-index:9;
}

.whitbread .next_day {
    background:url(img/whit_right.png) no-repeat;
    background-position:center;
}

.costa .next_day {
    background:url(img/costa_right.png) no-repeat;
    background-position:center;
}

.active .prev_day,
.active .next_day {
    opacity:1;
}
.engagement {
    display:none;
}

.beat-1 {
    bottom:83%;
    left:7%;
}

/*.beat-2 {
    bottom:0;
    left:14.4%;
}*/

/*.beat-3 {
    left:21%;
    bottom:44%;
}*/

.beat-2 {
    left:26.4%;
    bottom:101%;
}

/*.beat-5 {
    left:37.6%;
    bottom:3%;
}*/

/*.beat-6 {
    left:52.4%;
    bottom:72%;
}*/

.beat-3 {
    left:53.5%;
    bottom:-15%;
}

.beat-4 {
    left:74.8%;
    bottom:80%;
}

.beat-5 {
    left:86.2%;
    bottom:-15%;
}

/* Effects */
.overlay-door {
    visibility: hidden;
    width: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width 0.5s 0.3s, visibility 0s 0.8s;
    transition: width 0.5s 0.3s, visibility 0s 0.8s;
}

.overlay-door.open {
    visibility: visible;
    width: 100%;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}

.overlay-door .overlay-close {
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.5s;
    transition: opacity 0.3s 0.5s;
}


.overlay-door.open .overlay-close {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.overlay-door.close nav,
.overlay-door.close .overlay-close {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.role-1 {
    left:6%;
}

.role-2 {
    left: 110%;
}

.role-desc-rect.role-prev {
    left:-110%;
}

.selection-filter {
    display: block;
    width: 100%;
    margin: 0 auto 0;
    background: rgba(255,255,255,0.4);
    overflow: hidden;
    padding: 20px;
}

.filter-tabs {
    display:block;
    width:100%;
    margin: 0 auto 10px;
    overflow:hidden;
}

.filter-tab {
    width:50%;
    float:left;
    background:#fff;
    color: #004A8D;
    padding:9px;
    text-align:center;
    cursor:pointer;
    margin-top:10px;
}

.filter-tab:hover {
    font-weight:bold;
}

.filter-tab.chosen {
    font-weight:bold;
    color: #fff;
    background:#004A8D;
}

#pulse {
    position:absolute;
    left:0;
    bottom:135px;
    width:100%;
}

#pulse img {
    width:100%;
    left:0;
}

.path {
    stroke-dasharray: 5000;
    stroke-dashoffset: 5000;
    animation: dash 10s linear infinite;
}

@keyframes dash {
    from {
        stroke-dashoffset: 5000;
    }
    to {
        stroke-dashoffset: 0;
    }
}
.round-icon.big {
    width:70px;
    height:70px;
}

.support-icon-wrapper .round-icon,
.support-icon-wrapper h4 {
    display:none;
}

.round-icon.medium {
    width:100px;
    height:100px;
}

.text-content a img,
.logos-wrapper a img,
.customer-hearbeat-container .col-md-10 .col-md-2 img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.text-content a:hover img,
.logos-wrapper a:hover img,
.customer-hearbeat-container .col-md-10 .col-md-2 img:hover{
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.customer-hearbeat-container .round-icon {
    margin:0 auto 20px;
}

.customer-hearbeat-container .col-md-12 img {
    margin:50px 0;
    max-width:100%;
}

.customer-hearbeat-container .button {
    margin:80px 0 10px;
}

.support-centre-container .container:first-child {
    margin-bottom:70px;
}

.support-centre-container .container img {
    width:100%;
}

.video-position {
    position: absolute;
    width: 90%;
    height: 90%;
    top: 0;
    left: 0;
    margin: auto;
    right: 0;
    bottom: 0;
    padding: 0;
    color: #fff;
    background: transparent;
}

.selection-filter .col-md-4.filter,
.selection-filter .col-md-3.filter {
    padding:0;
}

.selection-filter .col-md-4,
.selection-filter .col-md-3,
.selection-filter .col-md-1-5,
.selection-filter .col-md-2,
.selection-filter .col-md-3-5,
.selection-filter .col-md-2-5{
    padding:15px 0;
}

.play-wrap {
    width:100%;
    position:relative;
    cursor: pointer;
}

.shown-intro {
    position:absolute;
    top:0;
    left:0;
    background: #004A8D;
    background: rgba(0, 74, 141,0.9);
    width:100%;
    height:100%;
}

.play-button {
    width: 75px;
    height: 75px;
    background: url(img/play_button.png) no-repeat;
    border-radius: 50%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    cursor:pointer;
}
.play-video-screen:hover .play-button,
.mini-prev:hover .play-button {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.intro-vid .play-button,
.alexandra .play-button {
    background: url(img/play_button_whitbread.png) no-repeat;
}
.eszter .play-button {
    background: url(img/play_button_costa.png) no-repeat;
}
.fabian .play-button {
    background: url(img/play_button_premierinn.png) no-repeat;
}
.mini-prev.intro-vid .play-button,
.mini-prev.alexandra .play-button {
    background: url(img/play_button_whitbread.png) no-repeat;
    width: 75px;
    height: 75px;
}
.mini-prev.eszter .play-button {
    background: url(img/play_button_costa.png) no-repeat;
    width:75px;
    height:75px;
}
.mini-prev.fabian .play-button {
    background: url(img/play_button_premierinn.png) no-repeat;
    width:75px;
    height:75px;
}
.overlay-cross {
    background:url(img/white_cross.png) no-repeat;
    width:20px;
    height:20px;
    position:absolute;
    top:-40px;
    right:0;
    cursor:pointer;
}
.about-us .intro-slide {
    width:100%;
    height:100%;
    overflow:hidden;
    background-image: url(img/about1_bg.jpg);
}

.about-us .about-container {
    background-image: url(img/slide1_bg.jpg);
    padding:100px 0 30px;
}

.about-us .history-container {
    background-image: url(img/about2mobile_bg.jpg);
    padding:100px 0;
}

.about-us .pride-container {
    padding:100px 0;
}

.about-us .employer-logo-wrapper img:first-child + img {
    margin:0 60px;
}

.about-us .force-container .col-md-6:first-child + .col-md-6 {
    padding:0;
}

.force-container .border-wrapper,
.growing-container .border-wrapper{
    border:none;
}

.about-us .right-box {
    background:url(img/force2_bg.jpg);
    overflow:hidden;
    padding:40px 0;
    background-size:cover;
}

.about-us .right-box:first-child {
    background:url(img/force1_bg.jpg);
    background-size:cover;
}

.operations .col-md-5-5 {
    margin: 20px 0;
}

.force-wrapper {
    padding:70px 15px;
}

.force-wrapper ul {
    margin:50px 0 0;
    padding:0;
}

.force-wrapper ul li {
    list-style: none;
    position:relative;
    padding-left:40px;
    margin:10px 0;
    min-height:50px;
}

.force-wrapper ul li:before,
.force-wrapper ul li::before {
    content:'';
    background-image: url(img/li_marker.png);
    width:30px;
    height:30px;
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    top:0;
    left:0;
    background-size:100%;
}

quote {
    display:block;
    padding-left:30px;
    position:relative;
    color: #004A8D;
    font-size:17px;
    margin-top:20px;
}

quote:before,
quote::before {
    content:'';
    background-image: url(img/quote_top.png);
    background-repeat:no-repeat;
    position:absolute;
    top:0;
    left:0;
    width:30px;
    height:26px;
    background-size:100%;
}

.about-container quote {
    padding-left:0;
}

.about-container quote:before,
.about-container quote::before,
.our-people-container quote:before,
.our-people-container quote::before,
.inter-wrapper quote:before,
.inter-wrapper quote::before{
    background-image:none;
    content:'';
    display:none;
}

.text-content-slider {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


/*#way-forward quote:before,
#way-forward quote::before {
    background-image: url(img/quote_top_white.png);
}*/

.about-container quote {
    width:100%;
}

.corner-portrait {
    display:none;
}

.roles .roles-links-container .col-md-6:first-child {
    background:#034677;
}

.roles .roles-links-container .col-md-6 {
    background:#0f5991;
    padding:50px 0;
}

.why-whitbread .culture-container {
    background-image: url(img/why2_bg.jpg);
    padding:100px 0;
}

.culture-container ul {
    padding:0;
    margin:0;
}

.culture-container ul li:before,
.culture-container ul li::before {
    content:'';
    background-image: url(img/li_marker_ok.png);
    width:30px;
    height:30px;
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    top:0;
    left:0;
    background-size:100%;
}

.internships-container {
    padding:100px 0;
    background:url(img/interniships_bg.jpg);
    background-size:cover;
}

.grad-programmes {
    padding:40px 0;
    color: #104c8b;
}

.videos {
    padding:40px 0;
}

.vid-bg {
    position:absolute;
    top:0;
    left:50%;
    margin-left:-145%;
    width: 325%;
    opacity:0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.vid-bg.active {
    opacity:1;
}

.video-preview-wrapper {
    width:70%;
    max-width:960px;
    padding-bottom:43%;
    position:relative;
    margin:50px auto;
    display:none;
}

.carousel-menu {
    width:100%;
    position:relative;
    min-height:210px;
}

.mini-prev {
    position:absolute;
    width:80%;
    -webkit-transition: all 1000ms cubic-bezier(0.685, -0.200, 0.285, 1); /* custom */
    -moz-transition: all 1000ms cubic-bezier(0.685, -0.200, 0.285, 1); /* custom */
    -o-transition: all 1000ms cubic-bezier(0.685, -0.200, 0.285, 1); /* custom */
    transition: all 1000ms cubic-bezier(0.685, -0.200, 0.285, 1); /* custom */
    opacity:1;
}

.mini-prev span {
    color:#000;
    margin-top:15px;
    font-size:14px;
    display:block;
}

.mini-prev.vid-1 {
    top:0;
    left:10%;
    z-index:3;
}
.mini-prev.vid-2 {
    top:0;
    left:150%;
    z-index:3;
}
.mini-prev.vid-3 {
    top:0;
    left:150%;
    z-index:3;
}

.mini-prev.vid-4 {
    top:0;
    left:-150%;
    z-index:1;
    opacity:0;
}

.play-video-screen {
    /* position:absolute; */
    left:0;
    top:0;
    opacity:1;
    width:100%;
    -moz-transform: scale(1) translateX(0px) translateY(0px);
    -webkit-transform: scale(1) translateX(0px) translateY(0px);
    -o-transform: scale(1) translateX(0px) translateY(0px);
    -ms-transform: scale(1) translateX(0px) translateY(0px);
    transform: scale(1) translateX(0px) translateY(0px);
    -webkit-transition: all 0.5s linear 0.1s;
    -moz-transition: all 0.5s linear 0.1s;
    -ms-transition: all 0.5s linear 0.1s;
    -o-transition: all 0.5s linear 0.1s;
    transition: all 0.5s linear 0.1s;
}

.play-video-screen.active {
    opacity:1;
    -moz-transform: scale(1) translateX(0px) translateY(0px);
    -webkit-transform: scale(1) translateX(0px) translateY(0px);
    -o-transform: scale(1) translateX(0px) translateY(0px);
    -ms-transform: scale(1) translateX(0px) translateY(0px);
    transform: scale(1) translateX(0px) translateY(0px);
    -webkit-transition: all 0.5s linear 0.1s;
    -moz-transition: all 0.5s linear 0.1s;
    -ms-transition: all 0.5s linear 0.1s;
    -o-transition: all 0.5s linear 0.1s;
    transition: all 0.5s linear 0.1s;
}

.video-preview-container {
    width:100%;
    position:relative;
}

.grad-programmes .core-medium {
    font-size:18px;
}

.under-vid {
    color:#000;
    margin-top:20px;
    font-family:'GothamRounded-Medium';
}

.grad-ul {
    color:#4e4e4e;
    overflow:hidden;
    padding-bottom:20px;
}

.grad-ul li {
    padding:10px 0 10px 10px;
    position:relative;
    list-style-type:none;
}

.grad-ul li:before {
    content:'\2022';
    position:absolute;
    color:#000;
    top:9px;
    left:0;
    font-size:15px;
}

.engage-cards {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
}

.engage {
    /* float:left; */
    /* width:33.3333333%; */
    position:relative;
    overflow:hidden;
    flex: 1;
min-width: 33.333333%;
}

.engage > img {
    max-width:none;
    width:100%;
}

 .engage:only-child  {
  width: 100%;
  cursor: pointer; }

  .engage:first-child:nth-last-child(2),
  .engage:first-child:nth-last-child(2) ~ .engage {
    width: 50%; }

  .engage:first-child:nth-last-child(3),
  .engage:first-child:nth-last-child(3) ~ .engage {
    width: 33.3333333%; }

  .engage:first-child:nth-last-child(4),
  .engage:first-child:nth-last-child(4) ~ .engage {
    flex: auto;
    width: 50%; }

.mini-overlay {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    filter: alpha(opacity = 60);
    opacity:0.6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.top-mini-wrapper {
    position:absolute;
    width:100%;
    padding-top:50px;
    top:0;
    left:0;
    padding-bottom:40px;
}

.eng-logo {
    width: 100%;
    text-align: center;
    margin-bottom:20px;
}

span.big-name {
    font-family: 'GothamRounded-Medium';
    font-size: 25px;
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 10px;
}

span.mini-position {
    font-family: 'GothamRounded-Medium';
    font-size: 16px;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.bottom-mini-wrapper {
    position:absolute;
    bottom:-60%;
    left:0;
    text-align:Center;
    width:100%;
    -webkit-transition: all 0.85s ease-in-out;
    -moz-transition: all 0.85s ease-in-out;
    -ms-transition: all 0.85s ease-in-out;
    -o-transition: all 0.85s ease-in-out;
    transition: all 0.85s ease-in-out;
    -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

.bottom-container {
    margin: 0 auto;
    width: 60%;
    max-width: 275px;
}

.engage:hover .mini-overlay,
.engage.hovered .mini-overlay {
    opacity:0.4;
}

.engage:hover .bottom-mini-wrapper,
.engage.hovered .bottom-mini-wrapper {
    bottom:0;
}

.eng-circle {
    display:none;
    width:100%;
    text-align:center;
}


.open-tab {
    width:100%;
    display:table;
    position:relative;
    margin:10px 0;
    background:#bebfba;
}

.internal .intro-container {
    color: #00498F;
    font-size: 18px;
    padding: 100px 0;
}

.internal-tabs .open-tab {
    border-top:1px solid #00498F;
    display:inline-block;
}

.internal-tabs .open-tab:first-child {
    border-top:none;
    margin-top:0;
}

.internal-tabs .tab-header span {
    font-size:16px;
    padding: 30px 28px 20px;
}

.internal-tabs .open-tab .plus-container {
    top:25px;
}

.tab-header {
    width:100%;
    min-height:80px;
    position:relative;
}

.internal .tab-header span {
    position:absolute;
    display:inline-block;
    left:0;
    margin-left:0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.faq-container .tab-header,
.join-faq-container .tab-header {
    border-top:1px solid #000;
}

.faq-container .tab-header span {
    padding: 30px 0;
}

.faq-container .open-tab:first-child .tab-header,
.join-faq-container .open-tab:first-child .tab-header {
    border-top:none;
}

.tab-header span {
    padding:30px 65px 30px 25px;
    display:block;
}

.faq-container .tab-content-wrapper {
    padding:20px 0 30px;
}

.tab-content {
    width:100%;
    max-height:0;
    overflow:hidden;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -moz-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
    -o-transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
    transition-timing-function: cubic-bezier(0.455, 0.030, 0.515, 0.955);
}

.active .tab-content {
    max-height: 800px;
}

.internal .active .tab-content {
    max-height:3200px;
}

.join-us .active .tab-content {
    max-height:2000px;
}

.role-box-container .border-wrapper {
    background: rgba(0,0,0,.25);
}

.tab-content-wrapper {
    width:100%;
    padding:0 25px 20px;
    overflow:hidden;
}

.your-app {
    width:200px;
}

.roles-brand-container .border-wrapper {
    background:rgba(0,0,0,.8);
}

.apprenticeships-container {
    padding:100px 0;
    background:url(img/slide1_bg.jpg);
}

.why-whitbread .our-people-container {
    background-image: url(img/why3_bg.jpg);
    padding:100px 0;
    position:relative;
}

.faq-container {
    padding:100px 0;
}

.our-people-container .people-portait {
    display:none;
}

.join-us .intro-border-wrapper {
    width:90%;
    margin:0 auto 20px;
}

.join-us .intro-border-wrapper .border-wrapper{
    padding:20px;
    text-align:left;
}

.intro-border-wrapper {
    position:relative;
    width:90%;
    margin:40px auto 0;
}

.intro-border-wrapper {
    background:rgba(0,0,0,0.7);
}

.whitbread-graduates-template-shared .intro-border-wrapper {
  visibility: hidden;
}

@media only screen and (min-width:800px) {
  .whitbread-graduates-template-shared .intro-border-wrapper {
    display: none;
  }
}

.our-offer-container {
    padding: 100px 0;
}

.columns {
    padding:20px 0 0;
}

.why-whitbread quote {
    text-align:left;
    color:#fff;
    font-size:15px;
    margin-top:30px;
}

.early-careers .intro-slide {
    width:100%;
    background-image: url(img/early1_bg.jpg);
}

.content-wrapper section {
    overflow:hidden;
}

.internships-container .col-md-6 {
    margin:20px auto;
}

.operations .intro-slide {
    width:100%;
    background-image: url(img/operations1_bg.jpg);
}

.operations .roles-brand-container {
    background-image: url(img/roles4_bg.jpg);
    padding:100px 0;
}

.join-us .intro-slide {
    width:100%;
    background-image: url(img/join1_bg.jpg);
}

.internal .intro-slide {
    width:100%;
    background-image: url(img/internal_bg.jpg);
}

.tab-content-wrapper .col-md-6:first-child {
    padding-left:0;
}

.join-faq-container {
    padding:100px 0;
}

.ats-container {
    padding:100px 0;
}

.border-wrapper {
    text-align:center;
    border:5px solid #fff;
    padding:20px;
    line-height:1.5;
    overflow:hidden;
}

.schemes-container .border-wrapper {
    border:none;
}

/* declaring styles for text wrappers */

.active .text-wrapper {
    opacity:1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    -ms-transition-delay: 0.65s;
    -o-transition-delay: 0.65s;
    transition-delay: 0.65s;
}

.onload .text-wrapper {
    opacity:1;
}

#section1 .text-content {
    width:100%;
    background:rgba(0,0,0,0.7);
    color:#fff;
    padding:15px 20px;
    min-height:450px;
}

#section2 .text-content {
    width:44%;
    height:300px;
    bottom:0;
    left:0;
    background:rgba(0,0,0,.7);
}

#section2 .text-content:first-child + .text-content {
    left:0;
    width:100%;
    height:180px;
}

#section3 .text-content {
    width:100%;
    min-height:290px;
    background:rgba(0,0,0,.7);
    border:5px solid #fff;
    margin:20px auto;
}

#section3 .text-content:first-child + .text-content {
    left:51%;
}

section {
    position:relative;
    z-index:1;
}



.animated-class {
    position:fixed;
    padding:96px 3% 5.7%;
    top:0;
    left:0;
    z-index:0;
    width:100%;
    height:100%;
    display:none;
}

.corner {
    display:none;
}


.heart {
    -webkit-animation: pulse2 1s linear infinite;
    -moz-animation: pulse2 1s linear infinite;
    -ms-animation: pulse2 1s linear infinite;
    animation: pulse2 1s linear infinite;
    position:relative;
    z-index:6;
}

.heartbeat {
    position:relative;
}

.customer-hearbeat-container .col-md-12 img.under-heart,
.internal img.under-heart {
    position:absolute;
    z-index:4;
    left:50%;
    margin-left:-50%;
    bottom:0;
}

.white-wrapper .icons-wrapper img {
    max-width:120px;
}

.internal-tabs .heartbeat {
    max-width:590px;
    margin:0 auto;
}

.blue-bg a {
    color:#f9a634;
}


.schemes-container .border-wrapper p + span,
.internships-container .border-wrapper ul span {
    font-size:18px;
    margin-top:5px;
    margin-bottom:10px;
    display:block;
}

.supporting-icon-wrapper span {
    font-size:14px;
}

img.intro {
    position:relative;
    bottom:-15px;
    float:right;
    display:none;
    width:154px;
}

.internal-header-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: #fff;
}

.internal-header-bar .logo a {
    padding:25px 0;
}

.internal-header-bar .logo {
    float:none;
    margin:0 auto;
}

.video-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width 0.5s 0.5s, visibility 0s 1s;
    -moz-transition: width 0.5s 0.5s, visibility 0s 1s;
    -ms-transition: width 0.5s 0.5s, visibility 0s 1s;
    -o-transition: width 0.5s 0.5s, visibility 0s 1s;
    transition: width 0.5s 0.5s, visibility 0s 1s;
    z-index: 9999;
    -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); /* easeInOutCirc */
}

.wh-bg {
    background: rgba(0, 74, 141,0.9);
}

.co-bg {
    background:rgba(153,27,49,0.9);
}

.pi-bg {
    background: rgba(76,33,93,0.9);
}

.player-container {
    position: absolute;
    padding-bottom: 32.25%;
    padding-top: 25px;
    height: 0;
    width: 90%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.player-container .player-copy {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.player-container::after {
  position: absolute;
  right: 0;
  content: '';
  background: url(/img/icons/Close.png) no-repeat;
  z-index: 1;
  width: 30px;
  height: 30px;
  top: -40px;
  background-size: 30px;
  cursor: pointer;
}

@media only screen and (min-width:600px) {
  .player-container::after {
    right: -50px;
    width: 40px;
    height: 40px;
    top: -50px;
    background-size: 40px;
  }
}


.video-overlay.shown {
    visibility: visible;
    width: 100%;
    -webkit-transition: width 0.85s;
    -moz-transition: width 0.85s;
    -ms-transition: width 0.85s;
    -o-transition: width 0.85s;
    transition: width 0.85s;
}

.video-overlay.shown .player-container {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0.6s;
    -moz-transition: all 0.3s ease-in-out 0.6s;
    -ms-transition: all 0.3s ease-in-out 0.6s;
    -o-transition: all 0.3s ease-in-out 0.6s;
    transition: all 0.3s ease-in-out 0.6s;
}

.player-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text-content-slider {
    position:relative;
    width:100%;
    height:100%;
    top:0;
    left:0;
}

.text-content-slide {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:-200%;
    opacity:0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.text-content-slide.active {
    left:0;
    opacity:1;
}


.job-title {
    color: #FFFFFF;
    font-family: 'GothamRounded-Light';
    font-size: 26px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

p.brand-name {
    font-family: 'GothamRounded-Medium';
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
}

p.location {
    font-family: 'GothamRounded-Light';
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    text-align: center;
}


.core-light {
    font-family: 'GothamRounded-Light';
    font-size:14px;
}

.early-careers .schemes-container .col-md-4 .border-wrapper p,
.early-careers .schemes-container .col-md-4 .border-wrapper ul {
    font-family: 'GothamRounded-Light';
    font-size:14px;
}

.core-medium {
    font-family: 'GothamRounded-Medium';
    font-size:14px;
}

.core-book {
    font-family: 'GothamRounded-Book';
    font-size:14px;
}

.core-bold {
    font-family: 'GothamRounded-Bold';
    font-size:14px;
}

/* animation to make the fake box visible */

.history-slider nav a {
    position: absolute;
    top: 50%;
    display: block;
    outline: none;
    text-align: left;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.paragraph-wrapper .button {
    margin-top:0;
}

.button.chosen {
    background:#fff;
    color:#004a8d;
}

section ul {
    padding:0;
    margin:0;
    list-style-position:inside;
}

.footer .navbar-brand {
    position: absolute;
    left: 0;
    top: 10px;
    padding: 15px 30px;
    display:none;
}

.footer .navbar-brand img {
    width: 130px;
    height: 16px;
}

.our-offer-container .button {
    margin-top:20px;
}

.button.white {
    background:#fff;
    color: #004A8D;
}

.roles .intro-slide .button {
    width:180px;
    margin:10px;
}

.roles .intro-slide .button:before,
.internal .internal-tabs .white-wrapper .button:before {
    background: #f9a634;
}

.link-container {
    padding: 30px 50px;
    max-width: 760px;
    margin: 0 auto;
    border-radius: 50px;
    position:relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.white-wrapper .icons-wrapper img {
    opacity:0.4;
}

.icons-wrapper {
    display:inline-block;
}

.footer-logos img {
    height:55px;
}

.white-wrapper.link-wrapper:hover {
    background:#D4DFE8;
}

.link-container:after,
.link-container::after {
    position: absolute;
    right: 30px;
    content: '';
    background: url(img/arrow_right.png) no-repeat;
    z-index: 1;
    width: 20px;
    height: 30px;
    top: 30px;
}


.link-container p.dark-text {
    display: block;
    width: 80%;
    margin: 0 auto;
    max-width: 530px;
}

.inter-wrapper.learn-more {
    background:url(img/internal-tab1.jpg) no-repeat;
    background-size:cover;
    background-position:right;
}

.inter-wrapper.best-you-can-be {
    background:url(img/Careers_At_Whitbread_001.jpg) no-repeat;
    background-size:cover;
    background-position:right;
}

.inter-wrapper.heart-value {
    background:url(img/The_Whitbread_Way_Forward_002.jpg) no-repeat;
    background-size:cover;
    background-position:right;
}

.inter-wrapper.louise-quote {
    background:url(img/Careers_At_Whitbread_002.jpg) no-repeat;
    background-size:cover;
    background-position:right;
    padding: 30px 20px 30px;
}

.inter-wrapper.more-information {
    background:url(img/internal-tab2.jpg) no-repeat;
    background-size:cover;
}

.inter-wrapper.application {
    background:url(img/internal-tab3.jpg) no-repeat;
    background-size:cover;
}

.inter-wrapper.harrison-quote {
    background:url(img/The_Whitbread_Way_Forward_001.jpg) no-repeat;
    background-size:cover;
}

.roles .intro-slide .button:before {
    color:#fff;
}

.button:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color:#004a8d;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.button:hover:before {
    background:#fff;
}

.button:hover:before {
    background:#fff;
}

.grad-programmes .button:before {
    background:#f9a634;
    color:#fff;
    padding-top:16px;
}

.role-desc-wrapper .button:before {
    background:#012a47;
    color:#fff;
}

.button.white:before {
    background:#012a47;
    color:#fff;
}

.our-offer-container .button:before {
    background:#012a47;
    color:#fff;
}

.button:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.button:hover > span {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.button > span,
.button:before {
    padding:15px 10px;
    font-family: 'GothamRounded-Medium';
    font-size:14px;
    display:block;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

#main-nav {
    list-style: none;
    font-family:GothamRounded-Medium, sans-serif;
    width: 100%;
    height: 0;
    position: fixed;
    padding: 0;
    margin: 0;
    top: 136px;
    background: rgba(0,0,0,.6);
    overflow:hidden;
}

.drop #main-nav {
    overflow:visible;
    height:100%;
}

#main-nav li {
    display:block;
    width:100%;
    background:#004a8d;
    border-bottom: 2px solid #063F77;
}

#main-nav li a {
    display:block;
    padding:20px 0 20px 20px;
    color:#fff;
    position:relative;
}

#main-nav li.current_page_item a,
.home #main-nav li.current_page_item a,
#main-nav li.current-page-ancestor a {
    color:#000;
}

.login-button .button {
    margin:0;
    min-width:100px;
}

#main-nav li a:after {
    background: url(img/mobile-menu.svg) no-repeat;
    width: 52px;
    height: 52px;
    background-position: center;
    content: '';
    position: absolute;
    right: 20px;
    top: 5px;
}

.intro-paragraph {
    width:100%;
    padding:40px 0;
    background:url('img/wooden_bg.jpg');
    background-size:cover;
    color:#fff;
    position:relative;
}

.roles-container {
    width:100%;
    position:relative;
    overflow:hidden;
}

.role-box {
    width:50%;
    float:left;
    min-height:450px;
    background:#034677;
    position:relative;
}

.role-box:first-child {
    background:#004A8D;
}

.role-icon {
    width:80px;
    height:80px;
    display:inline-block;
    margin:50px 20px 20px;
}

.plus-container {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    border: 8px solid #949490;
    position: absolute;
    top: 32px;
    right: 20px;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index:999;
}

.internal .plus-container {
    width:35px;
    height:35px;
    border: 6px solid #023962;
}

.faq-container .plus-container {
    right:0;
}

.faq-container .tab-header {
    padding-right:50px;
}

.active .plus-container {
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.plus_vert {
    width: 5px;
    height: 15px;
    background:#023962;
    display:block;
    position:absolute;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.plus_hori {
    width: 15px;
    height: 5px;
    background:#023962;
    display:block;
    position:absolute;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
}


.res-test {
    width:1px;
    opacity:0;
    height:1px;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.role-rect {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width:100%;
    padding:40px 15px;
    position:relative;
    text-align:center;
    min-height:200px;
}

.role-rect h3 {
    margin-top:0;
}

.role-rect .button {
    position: absolute;
    bottom: 30px;
    margin: 0 auto;
    left: 50%;
    width: 200px;
    margin-left: -100px;
}

.role-rect .rect-icon {
    display:none;
}

.role-rect p {
    width:100%;
    margin:0 auto;
    text-align:center;
    padding-bottom:80px;
}

.roles-filter {
    overflow:hidden;
}

.application-process {
    padding:40px 0;
    color:#010101;
}
.mobile-phones {
    display:none;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.mobile-phones img {
    position:absolute;
    width:53%;
}

.mobile-phones img:first-child {
    right:10%;
    top:10%;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s ease-in-out 0.7s;
    -moz-transition: all 0.5s ease-in-out 0.7s;
    -ms-transition: all 0.5s ease-in-out 0.7s;
    -o-transition: all 0.5s ease-in-out 0.7s;
    transition: all 0.5s ease-in-out 0.7s;
    -webkit-transition-timing-function:  cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -moz-transition-timing-function:  cubic-bezier(0.770, 0.000, 0.175, 1.000);
    -o-transition-timing-function:  cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* custom */
}

.mobile-phones img:first-child + img {
    left:0;
    top:35%;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s ease-in-out 0.4s;
    -moz-transition: all 0.5s ease-in-out 0.4s;
    -ms-transition: all 0.5s ease-in-out 0.4s;
    -o-transition: all 0.5s ease-in-out 0.4s;
    transition: all 0.5s ease-in-out 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.610, 0.260, 0.345, 0.785);
    -moz-transition-timing-function: cubic-bezier(0.610, 0.260, 0.345, 0.785);
    -o-transition-timing-function: cubic-bezier(0.610, 0.260, 0.345, 0.785);
    transition-timing-function: cubic-bezier(0.610, 0.260, 0.345, 0.785); /* custom */
}

.mobile-phones img:first-child + img + img {
    left: 40%;
    top: 57%;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition-timing-function: cubic-bezier(0.610, 0.260, 0.345, 0.785);
    -moz-transition-timing-function: cubic-bezier(0.610, 0.260, 0.345, 0.785);
    -o-transition-timing-function: cubic-bezier(0.610, 0.260, 0.345, 0.785);
    transition-timing-function: cubic-bezier(0.610, 0.260, 0.345, 0.785); /* custom */
}
.mobile-phones.slideImgIn img:first-child  {
    right:10%;
    top:10%;
    -moz-transform: translateY(-270%);
    -webkit-transform: translateY(-270%);
    -o-transform: translateY(-270%);
    -ms-transform: translateY(-270%);
    transform: translateY(-270%);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.mobile-phones.slideImgIn img:first-child + img {
    left:0;
    top:35%;
    -moz-transform: translateY(-270%);
    -webkit-transform: translateY(-270%);
    -o-transform: translateY(-270%);
    -ms-transform: translateY(-270%);
    transform: translateY(-270%);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.mobile-phones.slideImgIn img:first-child + img + img {
    left: 40%;
    top: 65%;
    -moz-transform: translateY(-270%);
    -webkit-transform: translateY(-270%);
    -o-transform: translateY(-270%);
    -ms-transform: translateY(-270%);
    transform: translateY(-270%);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}




.role-rect.support {
    background:url(img/left_role_bg.jpg) no-repeat;
    background-size:cover;
    background-position:center;
}

.role-rect.operati {
    background:url(img/right_role_bg.jpg) no-repeat;
    background-size:cover;
    background-position:center;
}

.wooden-bg-rewards {
    background:url(img/wooden_bg.jpg) no-repeat;
    background-size:cover;
    background-position: center;
    padding:40px 0 ;
}

.supporting-icons {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}
.supporting-icon-wrapper {
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    width: 50%;
    float:left;
    font-weight: bold;
    text-align:center;
}

.grad-programmes h4 {
    display:none;
}

.pulse {
    position:absolute;
    width:100%;
    bottom:-1%;
    left:0;
    display:none;
}

.pulse.displayme {
    display:block;
}

.pulse img {
    width:100%;
}

.interact-container {
    width:100%;
    position:relative;
    bottom:3%;
    z-index:10;
    left:0;
    text-align:center;
    float:left;
    margin-top:370px;
    display:none;
}

.interact-wrapper {
    min-width:155px;
    display:inline-block;
    text-align: center;
    margin:0 20px;
    cursor:pointer;
    position:relative;
    z-index:5;
}

.interact-image {
    padding-bottom:40px;
    overflow:hidden;
}

.interact-image img {
    -moz-transform: translateY(150%);
    -webkit-transform: translateY(150%);
    -o-transform: translateY(150%);
    -ms-transform: translateY(150%);
    transform: translateY(150%);
    /*    -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;*/
    -webkit-transition: all 450ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
    -moz-transition: all 450ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
    -o-transition: all 450ms cubic-bezier(0.390, 0.575, 0.565, 1.000);
    transition: all 450ms cubic-bezier(0.390, 0.575, 0.565, 1.000); /* easeOutSine */
}

.interact-box {
    display:block;
    border:1px solid #fff;
    padding:10px;
    background:Transparent;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}

.interact-wrapper.premier-in:hover .interact-box {
    background: #4C215D;
    border-color:#4C215D;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.interact-wrapper.whitbread-in:hover .interact-box,
.interact-wrapper.whitbread-in.hovered .interact-box {
    background: #004A8D;
    border-color:#004A8D;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.interact-wrapper.costa-in:hover .interact-box {
    background: #991B32;
    border-color:#991B32;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.interact-wrapper:hover .interact-image img,
.interact-wrapper.hovered .interact-image img {
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    /*    -webkit-transition: all 0.3s ease-in-out 0.1s;
        -moz-transition: all 0.3s ease-in-out 0.1s;
        -ms-transition: all 0.3s ease-in-out 0.1s;
        -o-transition: all 0.3s ease-in-out 0.1s;
        transition: all 0.3s ease-in-out 0.1s;*/
}

.interact-box span {
    display:block;
    font-size:13px;
}

.logos-container {
    width:530px;
    position: absolute;
    top: 0;
    height: 96px;
    right: 180px;
    padding-top: 28px;
    display:none;
}

.logos-container img {
    display:-moz-inline-stack;
    display:inline-block;
    zoom:1;
    *display:inline;
    -moz-transform: translateY(-80px);
    -webkit-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    transform: translateY(-80px);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.605, 1); /* older webkit */
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.605, 1.105);
    -moz-transition-timing-function: cubic-bezier(0.215, 0.610, 0.605, 1.105);
    -o-transition-timing-function: cubic-bezier(0.215, 0.610, 0.605, 1.105);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.605, 1.105); /* custom */
}

.logos-container img.in {
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
@media only screen and (min-width:320px) {

}

@media only screen and (min-width:480px) {
    .carousel-menu {
        min-height:250px;
    }
    .shown-intro p {
        font-size:12px;
    }
    .vid-bg {
        width:180%;
        margin-left:-90%;
    }
    .plus-container {
        top:19px;
    }
    .intro-paragraph .inline-icon {
        top:-20px;
    }
    .logo-link-wrapper {
        width:100%;
        text-align:center;
    }

    .operations h1 {
        font-size:110px;
    }

    .columns .col-md-4 {
        width:50%;
        float:left;
    }

    .columns .col-md-4:first-child + .col-md-4 + .col-md-4 {
        width:100%;
    }

    .customer-hearbeat-container .col-md-12 img {
        margin: -20px 0 20px;
    }

    .customer-hearbeat-container .col-md-2 {
        width:33%;
    }

    .home h1 {
        font-size:130px;
    }

    h1 {
        font-size:140px;
        margin: 0 0 0 15px;
    }

    h2 {
        font-size:45px;
    }

    .logos-wrapper > img {
        width:33%;
    }

    .border-wrapper {
        border: 10px solid #fff;
    }
}

@media only screen and (max-height:500px) {
    .res-test {
        height:0px;
    }
}
@media only screen and (max-height:500px) {
    .res-test {
        height:0px;
    }
}

@media only screen and (min-width:560px) {
    .overlay-cross {
        right:-40px;
    }
    .carousel-menu {
        min-height:290px;
    }

    .vid-bg {
        width:130%;
        margin-left:-65%;
    }

    .shown-intro p {
        width:90%;
        left:5%;
        font-size:14px;
        margin-bottom:5%;
    }

    .selection-filter .col-md-4.whitbread img {
        margin-left:15px;
    }

    .selection-filter .col-md-3.costa img {
        margin-left:20px;
    }

    .tick {
        right:5px;
    }

    .selection-filter .col-md-4,
    .selection-filter .col-md-2,
    .selection-filter .col-md-3,
    .selection-filter .col-md-3-5,
    .selection-filter .col-md-2-5{
        width:50%;
        padding-right:35px;
        float:left;
    }

    .selection-filter .col-md-4 img,
    .selection-filter .col-md-2 img,
    .selection-filter .col-md-3 img,
    .selection-filter .col-md-3-5 img,
    .selection-filter .col-md-2-5 img{
        margin-left:15px;
    }

    .selection-filter .col-md-3 {
        width: 33.3333333%;
        padding-right:30px;
    }

    .selection-filter .col-md-4.filter,
    .selection-filter .col-md-3.filter {
        float:none;
    }
}

@media only screen and (min-width:640px) {
    .carousel-menu {
        min-height:330px;
    }
    .all .prev-button {
        left:5px;
        margin-top:-20px;
        width:40px;
        height:40px;
    }
    .tick {
        right: 10px;
    }
    .all .next-button {
        right:5px;
        margin-top:-20px;
        width:40px;
        height:40px;
    }

    .intro-slide h2 {
        font-size:40px;
    }

    .internal-tabs .tab-header span {
        font-size:23px;
    }

    .link-container:before,
    .link-container::before {
        position: absolute;
        left: 40px;
        content: '';
        background: url(img/book-icon.svg) no-repeat;
        z-index: 1;
        width: 50px;
        height: 50px;
        top: 15px;

    }

    .internal .plus-container {
        width:45px;
        height:45px;
        border: 8px solid #023962;
    }

    .about-us .history-container {
        padding: 100px 0 60px;
    }

    .player-container {
        width: 60%;
    }

    .history-slide.active .img-wrapper {
        left:0;
        display:table-cell;
    }

    .logos-wrapper > img {
        width: 25%;
    }

    .history-slide.active {
        width:80%;
        margin-left:-40%;
        height:260px;
    }

    .history-slider {
        min-height:260px;
    }

    .operations h1 {
        font-size:150px;
    }

    .logo-link-wrapper {
        width:40%;
    }

    .logo-link-wrapper:first-child + .logo-link-wrapper + .logo-link-wrapper {
        width:100%;
    }

    .supporting-icons .round-icon {
        display:block;
    }

    .supporting-icon-wrapper {
        width:25%;
    }

    .roles-links-container .col-md-6 {
        width: 50%;
        float: left;
    }

    h1 {
        font-size:170px;
    }

    h2 {
        font-size:55px;
        margin:0 0 0 15px;
    }

    .home h1 {
        font-size: 210px;
        margin-left: 8px;
    }

    .grad-ul li {
        width:50%;
        display:inline-block;
        float:left;
    }

    .history-slide.active {
        background: rgba(255,255,255,.15);
    }

    .nav-reveal a:hover {
        width: 400px;
        background-color: #fff;
    }
}

@media only screen and (min-width:768px) {
    .active .tab-content {
        max-height: 300px;
    }

    .mini-prev .shown-intro {
        display:none;
    }

    .carousel-menu {
        min-height:360px;
    }
    .bottom-section-role {
        padding: 65px 45px 80px;
        text-align: center;
    }

    .our-people-container .people-portait {
        display:block;
        width:39%;
        position:absolute;
        bottom:0;
        left:5%;
    }

    .top-section-role .role-desc-icon {
        display:block;
    }

    .operations h1 {
        font-size: 190px;
    }

    .our-people-container quote {
        width:60%;
        float:right;
    }

    .columns .button {
        min-width:180px;
    }

    .columns .col-md-4,
    .columns .col-md-4:first-child + .col-md-4 + .col-md-4 {
        width:33%;
    }

    .force-wrapper ul li {
        padding-left:60px;
        padding-top:15px;
    }

    .force-wrapper ul li:before, .force-wrapper ul li::before {
        width: 50px;
        height: 50px;
    }

    h1 {
        font-size:200px;
    }

    .internal h1 {
        font-size:154px;
    }

    .internal h2 {
        font-size:36px;
    }

    .home h1 {
        font-size:260px;
        margin-left: 7px;
    }
    quote {
        padding-left:60px;
    }

    .about-container  quote {
        width:45%;
    }

    .corner-portrait {
        position: absolute;
        display:block;
        width: 40%;
        bottom: 0;
        right: 3%;
    }

    quote:before,
    quote::before {
        width:54px;
        height:46px;
    }

    .role-rect {
        padding:60px 65px;
    }

    .role-rect p {
        padding-bottom: 40px;
        padding: 0 60px 40px;
    }

    .role-rect h3 {
        text-align:left;
        margin-bottom:30px;
    }

    .role-rect .rect-icon {
        display:block;
        position: absolute;
        width: 80px;
        right: 65px;
        top: 30px;
    }

    .selection-filter {
        min-width:640px;
    }

    .role-desc-rect {
        width:84%;
    }

    .role-1 {
        left:6%;
    }
    .selection-filter .col-md-3,
    .selection-filter .col-md-4 {
        padding-right:40px;
    }
}

@media only screen and (min-width:800px) {
    .videos .next-button {
        right:-30px;
    }
    .videos .prev-button {
        left:-30px;
    }
    .mini-prev.intro-vid .play-button,
    .mini-prev.alexandra .play-button {
        background: url(img/play_small_whitbread.png) no-repeat;
        width:40px;
        height:40px;
    }
    .mini-prev.eszter .play-button {
        background: url(img/play_small_costa.png) no-repeat;
        width:40px;
        height:40px;
    }
    .mini-prev.fabian .play-button {
        background: url(img/play_small_premierinn.png) no-repeat;
        width:40px;
        height:40px;
    }
    .carousel-menu {
        min-height:170px;
    }
    .videos {
        padding:100px 0;
    }
    .mini-prev.vid-1 {
        top:0;
        left:0;
        z-index:3;
    }
    .mini-prev.vid-2 {
        top:0;
        left:37.5%;
        z-index:3;
    }
    .mini-prev.vid-3 {
        top:0;
        left:75%;
        z-index:3;
    }

    .mini-prev.vid-4 {
        top:0;
        left:37.5%;
        z-index:1;
        opacity:0.1;
    }

    .mini-prev {
        width:25%;
    }
    .video-preview-wrapper {
        display:block;
    }
    .vid-bg {
        margin-left:-80%;
        width:160%;
    }

    .engagement {
        display:block;
    }

    .interact-container {
        display:block;
    }
    #pulse img {
        bottom: 20px;
        position: absolute;
    }
    .selection-filter .col-md-4,
    .selection-filter .col-md-3 {
        padding:20px 30px 20px 0;
    }
    .role-desc-rect.role-prev {
        left:-110%;
    }
    .tab-content-wrapper {
        padding:0 10px 20px;
    }
    .intro-paragraph .inline-icon {
        left:10px;
    }
    .intro-slide h2 {
        font-size: 30px;
    }

    .home h1 {
        font-size: 100px;
        margin-left: 12px;
    }
    .role-rect h3 {
        text-align:left;
        margin-top:0;
    }

    .round-icon {
        margin:20px auto 30px;
    }
    .role-rect h3 {
        margin-top:20px;
    }
    .role-rect {
        padding:15px;
    }

    .grad-ul li:before {
        top:15px;
    }
    .grad-ul {
        padding-bottom:40px;
    }
    .grad-programmes {
        padding:60px 0;
    }
    .roles-filtered {
        padding:60px 0;
    }
    .grad-ul li {
        display: inline-block;
        width: 33%;
        float: left;
        padding:15px 0 15px 10px;
        position:relative;
        list-style-type:none;
    }
    .application-process {
        padding:60px 0;
    }
    .wooden-bg-rewards {
        padding:60px 0;
    }

    .bottom-section-role .button {
        bottom:40px;
    }
    .top-section-role .role-desc-icon {
        display:block;
    }
    .roles-wrapper {
        margin: 60px 0 0;
    }
    .home .intro-slide #pulse {
        display:block;
    }

    .selection-filter {
        width: 50%;
        min-width: 600px;
        padding: 20px;
    }

    .filter-tabs {
        width:50%;
        min-width:600px;
    }

    .all {
        top:60px;
    }
    .role-rect p {
        width:100%;
        margin:40px auto 0;
        text-align:center;
        padding:10px 0 40px;
    }

    .role-rect .rect-icon {
        position:absolute;
        right:30px;
        top:15px;
        display:block;
    }

    .role-rect {
        width:50%;
        float:left;
        padding:20px 40px 80px;
        position:relative;
        text-align:center;
    }

    .grad-ul li {
        font-size:14px;
        display: inline-block;
        width: 33%;
        float: left;
        padding:15px 0 15px 10px;
        position:relative;
    }
    .internal .active .tab-header span {
        left:50%;
    }

    .grad-programmes .core-medium {
        font-size:22px;
    }

    /*    .schemes-container .border-wrapper h5 {
            min-height:45px;
            margin-bottom:30px;
        }

        .schemes-container .col-md-4 .border-wrapper h5 + p {
            min-height:255px;
        }

        .schemes-container .col-md-4 {
            width:50%;
            float:left;
        }*/

    .container.additional-content {
        padding:50px 70px 0;
    }

    .customer-hearbeat-container .col-md-8 {
        margin-top:60px;
    }

    .internal .other-header-wrapper {
        left:0;
    }


    .customer-hearbeat-container .col-md-12 img.under-heart {
        margin-left:-295px;}

    #section1 .text-content {
        min-height:0;}

    .internships-container .border-wrapper {
        width:90%;
        margin:0 auto;
        min-height:420px;
    }

    .line-row {
        width:90%;
        height:100%;
        border-top:1px solid rgba(0,0,0,.15);
    }

    .text-nav {
        position:absolute;
        width:100%;
        bottom:-15px;
        left:0;
    }

    #section3 .text-nav {
        bottom:5px;
    }

    .text-nav .bullet {
        display:inline-block;
        width:14px;
        height:14px;
    }

    .about-us .history-container {
        background-image: url(img/about2_bg.jpg);
        background-position: top right;
        color:#4d4d4d;
    }


    .scroll-left {
        width: 24px;
        height: 4px;
        border-radius: 4px;
        background: #fff;
        display: block;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        left: 0;
        top: 15px;
    }

    .scroll-right {
        width: 24px;
        height: 4px;
        border-radius: 4px;
        background: #fff;
        display: block;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 15px;
        position: absolute;
        right: 0;
    }

    .terms-container {
        padding:150px 0;
    }

    .footer .navbar-brand {
        margin-left: -15px;
        display: block;
    }

    .force-container .border-wrapper {
        margin-right:5%;
    }

    #main-nav li.login-button a {
        padding:20px 0 20px 10px;
    }



    .disabled {
        display:none;
    }


    .about-us .pride-container .corner {
        top:0;
        right:0;
        width:12%;
    }


    .footer {
        height:60px;
    }

    .content-wrapper {
        padding-bottom:60px;
    }

    section {
        position:relative;
    }

    .footer-menu li a {
        padding: 20px 10px;
    }

    .footer-menu {
        padding: 0;
    }

    .social-footer {
        text-align: right;
        width: 20%;
    }

    #main-nav li {
        display:inline-block;
        width:auto;
        background:none;
        border:none;
        float:left;
    }

    #main-nav li a:after {
        display:none;
        content:'';
    }

    #main-nav {
        width:auto;
        position:relative;
        padding:0;
        margin:0;
        top:0;
        background:transparent;
        height:96px;
    }

    #main-nav li a {
        padding:40px 0 40px 10px;
        color:#004a8d;
    }

    #main-nav li a:hover {
        color:#000;
    }

    .nav {
        padding:0 3%;
    }

    .logo {
        width:215px;
        float:left;
        display:block;
        margin-left:0;
    }

    .show-menu {
        display:none;
    }

    .home #section3 {
        background-image: url(img/slide4_bg.jpg);
        background-size:cover;
    }

    #section3 .text-content {
        width:49%;
        min-height:0;
        height:340px;
        bottom:10%;
        left:0;
        background:rgba(0,0,0,.7);
        border:10px solid #fff;
        margin:0;
    }

    .home #section3 .text-wrapper {
        padding:0;
    }

    .home #section2 {
        display:block;
    }

    #section1 .text-content {
        width: 525px;
        height: 360px;
        bottom:0;
        left:0;
        padding:15px 20px;
    }

    .paragraph-wrapper {
        text-align:right;
    }


    .home #section0 {
        padding:96px 3% 5.7%
    }

    #fullpage {
        padding:96px 0 0;
    }

    .home #main-nav li a {
        /* color:#fff; */
        color: #004a8d;
    }

    .home .nav.glass {
        background:#fff;
    }

    .home .nav.glass #main-nav li a {
        color: #004a8d;
    }

    .home .nav.glass #main-nav li a:hover,
    .home #main-nav li a:hover{
        color:#000;
    }

    .join-us .intro-border-wrapper {
        width:35%;
    }

    .join-us .intro-slide,
    .internal .intro-slide {
        height:575px;}

    .internal .intro-slide {
        background-position: 0 96px;
    }

    .operations .intro-slide {
        height:575px;}

    h1 {
        margin:0;
    }

    h2 {
        font-size:45px;
        margin:0;
    }

    .early-careers .intro-slide {
        height:575px;
        padding-top:50px;
    }


    .why-whitbread .our-people-container {
        padding:100px 0 160px;
    }

    .our-people-container .people-portait {
        position:absolute;
        width:40%;
        left:5%;
        bottom:0;
        display:block;
    }

    .culture-container ul li {
        padding-left:80px;
    }

    .culture-container ul li:before,
    .culture-container ul li::before {
        width:50px;
        height:50px;
    }

    .culture-container ul {
        padding:0 0 0 20px;
    }

    .force-wrapper ul li {
        padding-left:80px;
        min-height:50px;
        padding-top:15px;
        margin:30px 0;
    }

    .force-wrapper ul li:before,
    .force-wrapper ul li::before {
        width:50px;
        height:50px;
    }

    .force-wrapper {
        padding:70px 50px;
    }

    .about-us .about-container {
        padding:100px 0;
    }

    .corner-portrait {
        width:45%;
        position:absolute;
        right:5%;
        bottom:0;
        display:block;
    }

    .about-container quote {
        width:50%;
    }

    quote:before,
    quote::before {
        width:50px;
        height:43px;
    }

    quote {
        padding-left:60px;
        font-size:20px;
        margin-top:0;
    }

    .customer-hearbeat-container .col-md-2 {
        width:16.66666667%;
    }

    .customer-hearbeat-container .col-md-12 img {
        margin: 50px 0;
    }



    .brands-container {
        padding:50px 50px 150px;;
    }

    .round-icon.big {
        width:90px;
        height:90px;
    }

    .customer-hearbeat-container .button {
        display:block;
        width:200px;
        margin:30px auto 0;
    }

    .intro-paragraph {
        padding:60px 0;
    }

    .locations-container.active-map .col-md-6:first-child {
        width:0;
        padding:0;
    }

    .locations-container.active-map .map-container {
        right:0;
    }

    .border-wrapper {
        border:10px solid #fff;
        padding:10px;
    }

    .intro-border-wrapper {
        width:100%;
        margin:0;
    }

    .about-us h1,
    .roles h1 {
        font-size:232px;
    }

    .intro-container {
        color:#004A8D;
        font-size:18px;
        padding:100px 0;
    }

    .why-whitbread h1 {
        font-size:162px;
    }

    .why-whitbread h2 {
        display:block;
        width:50%;
    }

    .early-careers h1 {
        font-size:221px;
    }

    .join-us h1 {
        font-size:160px;
    }

    .operations h1 {
        font-size:201px;
    }

    .other-header-wrapper {
        left:3%;
        position:relative;
        top:50%;
        margin:0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .internal .other-header-wrapper {
        top:55%;
    }

    .intro-border-wrapper {
        position:absolute;
        width:53%;
        left:3%;
        top:290px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .roles .intro-slide .button {
        margin: 5px;
    }

    .content-wrapper {
        top: 40px;
    }

    .roles .intro-slide {
        width:100%;
        height:100%;
    }
    .res-test {
        width:2px;
    }
    .home-slider-navigation {
        position: fixed;
        top: 0;
        right: 0;
        width: 3%;
        height: 100%;
        z-index: 999;
        display: block;
    }

    .bullet-wrapper {
        height: 64px;
        width: 20px;
        position: absolute;
        margin: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        cursor: pointer;
    }

    .bullet {
        width: 20px;
        height: 20px;
        background: #fff;
        border-radius: 50%;
        border: 2px solid transparent;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-background-clip: padding;
        -webkit-background-clip: padding;
        background-clip: padding-box;
        margin: 5px 0;
    }

    .bullet.active {
        border: 2px solid #fff;
        background: transparent;
    }

    .home .section {
        padding:96px 3% 5.7%;
    }

    .animated-class {
        display:block;
    }

    #section0 svg {
        display:block;
    }

    #section1 svg {
        display:block;
        position:absolute;
        bottom:0;
        left:-5px;
        width:20%;
    }

    #section2 svg {
        display:block;
        position:absolute;
        bottom:0;
        right:0;
        width:10%;
    }
    #section3 svg {
        display:block;
        position:absolute;
        bottom:0;
        left:-5px;
        width:16%;
    }

    .text-content {
        width:100%;
        height:100%;
        position:absolute;
        border:10px solid #fff;
        bottom:0;
        left:0;
        overflow:hidden;
    }

    #section2 .text-content:first-child {
        display:none;
    }

    .header-wrapper {
        padding: 80px 0 0 10px;
        float:left;
    }

    .paragraph-wrapper {
        width:55%;
        position:absolute;
        bottom:0;
        right:0;
        padding:0 10px 10px 0;
    }

    .paragraph-wrapper p {
        display:none;
    }

    .paragraph-wrapper p.replacement {
        display:block;
        font-size:14px;
        line-height:1.1;
    }

    .text-wrapper {
        width:100%;
        height:100%;
        position:relative;
        opacity:0;
        z-index:2;
    }

    .about-container .col-md-6:first-child {
        margin-bottom:40px
    }

    .force-container .col-md-7 {
        width:70%;
        margin:0 auto;
    }

    .force-container .col-md-7 .border-wrapper {
        padding:40px;
    }
}

@media only screen and (min-width:960px) {
    .next_day {
        right:24px;
    }
    .prev_day {
        left:52.5%;
    }
    .bottom-container {
        margin: 100px auto;
    }
    .top-mini-wrapper {
        padding-bottom:0;
    }
    .single-day {
        margin:70px 10px 100px;
    }

    .overlay .overlay-close {
        right:10px;
        top:10px;
    }
    .single-day:first-child {
        margin-top:110px;
    }
    .beat-wrapper .wrapper-bottom-layer {
        width:52%;
        height:100%;
        left:50%;
        padding:0 80px;
    }
    .beat-wrapper .wrapper-top-layer {
        width:50%;
        height:100%;
    }
    .beat-wrapper {
        right:-100%;
        width:100%;
    }
    .beat-5, .beat-3 {
        bottom:-12%;
    }
    .heartbeat-wrapper {
        bottom:80px;}
    span.big-name {
        font-size:30px;
    }

    .eng-logo {
        margin-bottom:20px;
    }

    .eng-circle {
        display:block;
    }
    .eng-circle img {
        width:35%;
    }
    .intro-border-wrapper {
        top:350px;
    }

    #pulse {
        bottom:125px;
    }
    .intro-paragraph {
        padding: 100px 0;
    }
    .pulse {
        display:block;
    }
    .all .prev-button {
        left:5px;
        margin-top:-25px;
        width:50px;
        height:50px;
    }

    .all .next-button {
        right:5px;
        margin-top:-25px;
        width:50px;
        height:50px;
    }
    .all {
        top:100px;
    }
    .role-2 {
        left: 53%;
    }
    .role-desc-rect {
        width:41%;
    }

    .role-desc-rect.single-role{
        width: 84%;
    }
    .schemes-container .container:first-child + .container {
        padding-top:30px;
    }
    .grad-programmes .core-medium {
        font-size:26px;
    }
    .application-process {
        padding:100px 0;
    }
    .wooden-bg-rewards {
        padding:100px 0;
    }
    .role-rect .button {
        bottom: 40px;
    }
    .grad-programmes {
        padding:100px 0;
    }
    .roles-filtered {
        padding:100px 0;
    }
    .role-rect .rect-icon {
        position:absolute;
        right:40px;
        top:20px;
        display:block;
    }
    .grad-programmes h4 {
        display:block;
    }
    .schemes-container .container:first-child + .container .col-md-4 h5 + p {
        min-height: 300px;
    }

    .schemes-container .container:first-child + .container .col-md-4 ul {
        min-height:60px;
    }

    .schemes-container .col-md-4 h5 {
        min-height:45px;
        margin-bottom:30px;
    }

    .schemes-container .col-md-4 h5 + p {
        min-height:240px;
    }

    .schemes-container .col-md-4 ul {
        min-height:170px;
    }

    #section2 .text-content {
        height:230px;
        background:rgba(0,0,0,.7);
    }

    #section2 .text-content:first-child + .text-content {
        left:48%;
        width:52%;
        height:230px;
    }


    #section2 .text-content:first-child {
        display:block;
    }

    #section2 .text-content:first-child + .text-content {
        left:48%;
        width:52%;
        height:230px;
    }

    .para-content {
        width: 50%;
        padding-top: 20px;
        font-size: 23px;
        line-height:1.4;
    }

    .home #section0 {
        padding:96px 3% 5.7%
    }

    .nav {
        height:96px;
    }

    .home h1 {
        font-size:140px;
    }

    #section0 svg {
        min-width:110%;
    }

    .paragraph-wrapper {
        width:50%;
        padding:0 20px 20px 0;
    }

    .logo-link-wrapper:first-child + .logo-link-wrapper + .logo-link-wrapper {
        width:auto;
    }

    .join-us .intro-border-wrapper {
        width: 45%;
    }

    .logo-link-wrapper {
        width: auto;
    }

    quote {
        font-size:24px;
    }

    .logos-wrapper > img {
        vertical-align: top;
        display: inline-block;
        *display: inline;
        zoom: 1;
        margin-top:50px;
        width:20%;
        float:none;
    }

    .customer-hearbeat-container .col-md-12 img {
        max-width:100%;
    }
    .header-wrapper {
        padding: 100px 0 0 20px;
    }


}

@media only screen and (min-width:992px) {
    .videos .next-button {
        right:0;
    }
    .videos .prev-button {
        left:0;
    }
    .intro-paragraph .inline-icon {
        top:0;
    }
    .mobile-phones {
        display:block;
    }
    .what-it-takes-container .tab-content-wrapper img {
        display:block;
    }
    .res-test {
        margin-top:1px;
    }
    #way-forward quote {
        margin-bottom:20px;
    }
    .grad-ul li {
        font-size:13px;
        width:50%;
    }
    .round-icon.medium {
        width:90px;
        height:90px;
    }
    .round-icon {
        margin: 20px auto 10px;
    }
    .ceo-portait {
        display:block;
        width:70%;
        right:-30%;
    }
    .application-process .col-md-offset-4 {
        margin-left: 16.6666666666667%;
    }
    .application-process .col-md-4 {
        width: 66.666666666667%;
    }
    .application-process .col-md-offset-3 {
        margin-left: 12.5%;
    }
    .application-process .col-md-6 {
        width: 75%;
    }
    .internal .people-portait {
        display: block;
    }

    .mobile-content {
        display:none;
    }

    .locations-container .border-wrapper {
        padding:0;
    }

    .locations-container .button {
        min-width:150px;
    }


    .locations-container .button > span, .locations-container .button:before {
        font-size:10px;
    }
    .grad-programmes .core-medium {
        font-size: 20px;
        margin-top: 10px;
    }
    .vid-bg {
        margin-left:-75%;
        width:150%;
    }
}

@media only screen and (min-width:1024px) {

    .selection-filter .col-md-2 {
        width:16.66666667%;
    }
    .support .col-md-4.premier img {
        margin-left:50px;
    }
    .selection-filter .col-md-3-5 {
        width:29.16666667%;
    }
    .selection-filter .col-md-2-5{
        width:20.83333333%;
    }
    .selection-filter .col-md-4.restaurants {
        width:33.33333333%;
    }

    .selection-filter img {
        max-height:22px;
        width:auto;
    }

    .operati .selection-filter .premier img {
        margin-left:50px;
    }

    .operati .selection-filter .costa img {
        margin-left:15px;
    }
    .beat-5, .beat-3 {
        bottom:-10%;
    }
    .support .col-md-4.allfilters,
    .operati .col-md-4.allfilters {
        width:20%;
    }
    .support .col-md-4.premier,
    .support .col-md-4.whitbread,
    .operati .col-md-4.premier,
    .operati .col-md-4.costa{
        width:40%;
    }
    .bottom-container {
        margin: 165px auto;
    }
    .eng-circle img {
        width:auto;
    }
    .eng-logo {
        margin-bottom:30px;
    }
    .top-mini-wrapper {
        padding-top:70px;
    }
    .logos-container {
        display:block;
    }
    .interact-container {
        margin-top:460px;
    }
    .selection-filter .col-md-3 {
        width:30%;
    }
    .support .col-md-4 {
        width:33.3333333%;
    }
    .roles-wrapper {
        margin: 60px 0 0;
    }
    .round-icon {
        margin: 0 auto 10px;
    }
    .mobile-phones img:first-child {
        top:4%;
    }
    .mobile-phones img:first-child + img + img {
        top:55%;
    }
    .selection-filter .col-md-4 {
        padding:20px 30px 20px 10px;
    }
    .selection-filter .col-md-3 {
        padding:20px 20px 20px 0px;
    }
    .selection-filter .col-md-2 {
        padding:20px 30px 20px 0px;
    }
    .selection-filter .col-md-2,
    .selection-filter .col-md-1-5,
    .selection-filter .col-md-2-5,
    .selection-filter .col-md-3-5 {
        padding:20px 30px 20px 0px;
    }
    .selection-filter .col-md-1-5 img,
    .selection-filter .col-md-2-5 img,
    .selection-filter .col-md-3-5 img {
        margin-left:10px;
    }
    .grad-ul li {
        font-size:14px;
        padding:10px 0 10px 10px;
    }
    .grad-ul li:before {
        top: 8px;
    }
    .selection-filter .col-md-4.filter, .selection-filter .col-md-3.filter {
        padding:30px 0;
    }
    .selection-filter .col-md-3 {
        width: 25%;
    }
    .roles .locations-container {
        padding:80px 0;
    }
    .selection-filter {
        min-width:700px;
    }
    .filter-tabs {
        min-width:700px;
    }
    .selection-filter .col-md-4.filter, .selection-filter .col-md-3.filter {
        float:left;
    }
    .internships-container .border-wrapper {
        min-height: 520px;
    }

    .inter-wrapper.harrison-quote {
        padding:120px 20px 0;
    }

    .inter-wrapper.louise-quote {
        padding: 80px 20px 30px;
    }

    #main-nav li a {
        padding:40px 0 40px 40px;
    }

    #main-nav li.login-button a {
        padding:20px 0 20px 40px;
    }

    .locations-container .button {
        min-width:160px;
    }

    .role-box-container .border-wrapper {
        min-height:570px;
    }


    .role-box-container .border-wrapper .button {
        position: absolute;
        bottom: 70px;
        left: 50%;
        margin-left: -100px;
    }

    #section1 .text-content {
        width:410px;
        height:420px;
        bottom:10%;
        left:0;
        padding:15px 20px;
    }

    .paragraph-wrapper {
        width:40%;
        padding:0 20px 20px 0;
    }

    .supporting-icon-wrapper {
        width:25%;
        margin-bottom:20px;
        margin-top:10px;
    }

    .join-us .intro-border-wrapper {
        width: 50%;
    }

    .operations h1 {
        font-size:221px;
    }

    .growing-container .col-md-12 + .col-md-2 {
        width:0;
    }

    .growing-container .col-md-12 + .col-md-2 + .col-md-3 {
        width:45%;
    }

    .growing-container .col-md-12 + .col-md-2 + .col-md-3 + .col-md-5 {
        width:50%;
    }

    .columns + .col-md-2 {
        width:0;
    }

    .columns .col-md-2 + .col-md-8 {
        width:100%;
    }

    .our-people-container + .col-md-3 {
        width:10%;
    }

    .our-people-container .col-md-3 + .col-md-6 {
        width:80%;
        margin-left:10%;
    }

    .our-people-container quote {
        width: 100%;
        float: none;
    }

    .our-people-container .people-portait {
        width:30%;
        left:15%;
    }

    .why-whitbread .our-people-container {
        padding:100px 0 200px;
    }

    .force-container .border-wrapper {
        border:10px solid #fff;
    }

    .force-container .col-md-5 {
        width:30%;
    }

    .force-container .col-md-7 {
        margin:0;
    }

    .about-us .about-container {
        padding: 100px 0 20px;
    }

    .about-container quote {
        width:100%;
    }

    .corner-portrait {
        width:37%;
        right:0;
    }
    .res-test {
        opacity:1;
    }

    .round-icon.big {
        width:120px;
        height:120px;
    }

    .border-wrapper {
        padding:40px;
    }

    .schemes-container .border-wrapper {
        padding:0;
    }

    .support-centre-container .col-md-6:first-child + .col-md-6 {
        position:absolute;
        right:0;
        height:100%;
    }

    .support-centre-container .button {
        margin:0;
    }
    .support-icon-wrapper .round-icon,
    .support-icon-wrapper h4 {
        display:block;
    }
}

@media only screen and (min-width:1140px) {
    .overlay .overlay-close {
        right:20px;
        top:20px;
    }
    .beat-5, .beat-3 {
        bottom:-8%;
    }
    .bottom-container {
        margin: 145px auto;
    }
    .eng-logo {
        margin-bottom:30px;
    }
    .top-mini-wrapper {
        padding-top:80px;
    }
    .over-content-wrapper {
        padding:70px;
    }
    .single-day:first-child {
        margin-top:100px;
    }
    .tick:before {
        background-position:0 0;
    }
    .selection-filter .col-md-3 {
        padding:25px 30px 20px 0px;
    }
    .tick {
        right:5px;
        margin-top:-25px;
        width:50px;
        height:50px;
    }
    .chosen .tick:before {
        width:50px;
        height:50px;
    }
    .intro-paragraph .inline-icon {
        position:relative;
        left:0;
    }
    .intro-paragraph h4 {
        padding-left:0;
    }
    .role-rect .rect-icon {
        position:absolute;
        right:40px;
        top:20px;
        display:block;
    }
    .role-rect p {
        width:95%;
        margin:30px auto 0;
        padding-bottom:60px;
    }
    .role-rect {
        padding:30px 40px 60px;
    }
    .mobile-phones img:first-child {
        right:10%;
        top:5%;
    }

    .mobile-phones img:first-child + img {
        left:0;
        top:31%;
    }

    .mobile-phones img:first-child + img + img {
        left: 40%;
        top: 55%;
    }
    .intro-paragraph .button {
        margin-top:50px;
    }
    .heart-logo {
        margin-top:90px;
    }
    .internal .people-portait {
        left: -10%;
        max-width:280px;
    }

    .ceo-portait {
        width: 60%;
        right: -20%;
        max-width:340px;
    }

    .about-us .history-container {
        background-position:top left;
    }

    .schemes-container .container:first-child + .container .col-md-4 h5 + p {
        min-height:250px;
    }

    .schemes-container .col-md-4 h5 + p {
        min-height: 190px;
    }

    .internships-container .border-wrapper {
        min-height:480px;
    }
    .engage .button {
        bottom:45px;
    }
}

@media only screen and (min-width:1200px) {
    .beat-wrapper .wrapper-bottom-layer {
        padding:0 90px;
    }
    .single-day {
        margin:70px 20px 100px;
    }
    .beat-wrapper .wrapper-bottom-layer {
        padding:0 150px;
    }
    .over-content-wrapper {
        padding:100px;
    }
    .beat-5, .beat-3 {
        bottom:-6%;
    }
    .eng-logo {
        margin-bottom:45px;
    }
    .mobile-phones img:first-child + img {
        top:33%;
    }
    .role-rect .rect-icon {
        width:80px;
    }
    .locations-container .button > span, .locations-container .button:before {
        font-size: 13px;
    }

    .history-slider {
        min-height: 300px;
    }

    .history-slide.active {
        height:300px;
    }

    .paragraph-wrapper {
        width:45%;
        padding:0 10px 10px 0;
        line-height:1.1;
    }

    .role-box-container .border-wrapper {
        min-height: 520px;
    }

    .home h1 {
        font-size:140px;
    }

    .growing-container .border-wrapper {
        border:10px solid #fff;
    }

    .corner-portrait {
        width:27%;
        right:0;
    }

    .intro-border-wrapper {
        width:45%;
    }

    .about-us h1, .roles h1, .why-whitbread h1 {
        font-size: 262px;
    }

    .paragraph-wrapper p.replacement {
        display:none;
    }

    .paragraph-wrapper p {
        display:block;
    }
}

@media only screen and (min-width:1280px) {
    .carousel-menu {
        min-height: 190px;
    }
    .vid-bg {
        margin-left:-50%;
        width:100%;
    }
    .single-day:first-child {
        margin-top:150px;
    }
    .beat-5, .beat-3 {
        bottom:-4%;
    }
    .bottom-container {
        margin: 185px auto;
    }
    .eng-logo {
        margin-bottom:60px;
    }
    .top-mini-wrapper {
        padding-top:100px;
    }
    .schemes-container .col-md-4 h5 + p {
        min-height: 230px;
    }
    .mobile-phones img:first-child + img {
        top:31%;
    }
    .mobile-phones img:first-child {
        top:1%;
    }
    .home .intro-slide #pulse {
        display:block;
    }

    .schemes-container .col-md-4 ul {
        min-height: 150px;
    }

    #way-forward quote {
        margin-bottom: 70px;
    }

    .internships-container .border-wrapper {
        min-height:450px;
    }

    .schemes-container .border-wrapper {
        width:90%;
        margin:0 auto;
    }

    .early-careers h1,
    .operations h1 {
        width:94%;
    }

    .supporting-icon-wrapper {
        width:24%;
    }


    img.intro {
        display:block;
    }

    .locations-container .border-wrapper {
        padding: 60px;
    }

    .role-box-container .border-wrapper {
        min-height: 500px;
    }

    .locations-container .button > span, .locations-container .button:before {
        font-size: 10px;
    }

    .paragraph-wrapper {
        width:46%;
        padding:0 30px 30px 0;
    }

    .para-content {
        width:50%;
    }

    .header-wrapper {
        padding: 120px 0 0 25px;
    }

    #section2 .text-content:first-child + .text-content {
        left:48%;
        width:52%;
    }
    #section3 .text-content:first-child + .text-content {
        left:70%;
    }

    #section3 .text-content {
        width:30%;
        height:350px;
        left:35%;
    }

    .our-people-container .people-portait {
        width:27%;
    }


    .about-us h1, .roles h1, .why-whitbread h1 {
        font-size: 292px;
    }

    .logos-wrapper > img {
        width:10%;}


    .border-wrapper {
        padding:40px;
    }

    .intro-border-wrapper {
        width: 34%;
        top: 160px;
        left: auto;
        right: 4%;
    }

    .interact-container {
        margin-top:410px;
    }

    #pulse {
        bottom: 105px;
    }

    .application-process .col-md-4 {
        width: 33.33333333%;
    }

    .application-process .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .application-process .col-md-offset-3 {
        margin-left: 25%;
    }

    .application-process .col-md-6 {
        width: 50%;
    }

    .bottom-section-role {
        padding:65px 45px 100px;
    }
    .mini-pos {
        display:block;
    }
}

@media only screen and (min-width:1366px) {

    .heart-tooltip {
        padding: 0;
        font-size: 15px;
    }
    .beat.hovered .heart-tooltip {
        height:80px;
        margin-top:5px;
        width:135px;
    }
    .bottom-container {
        margin: 215px auto;
    }
    .over-content-wrapper {
        padding:150px;
    }
    .intro-border-wrapper {
        top:160px;
    }
    .intro-border-wrapper {
        top:170px;
    }
    #pulse {
        bottom:95px;
    }
    .mobile-phones img {
        width:55%;
    }
    .role-rect .rect-icon {
        width: 100px;
    }
    .role-rect .button {
        bottom: 50px;
    }
    .roles-filtered .container > .col-md-10 p:last-child {
        margin-bottom:60px;
    }
    .role-rect p {
        width:77%;
        margin:30px auto 0;
        text-align:center;
        padding-bottom:90px;
    }
    .role-rect {
        padding:45px 90px;
    }
    .mobile-phones img:first-child {
        right:10%;
        top:-7%;
    }

    .mobile-phones img:first-child + img {
        left:0;
        top:24%;
    }

    .mobile-phones img:first-child + img + img {
        left: 34%;
        top: 54%;
    }

    .locations-container .button > span, .locations-container .button:before {
        font-size: 11px;
    }

    .internships-container .border-wrapper {
        min-height:440px;
    }

    .schemes-container .container:first-child + .container .col-md-4 h5 + p {
        min-height:290px;
    }

    .schemes-container .container .col-md-4 .border-wrapper {
        padding:30px;
    }

    .paragraph-wrapper {
        width: 37%;
    }

    .our-people-container .people-portait {
        width:23%;
    }

    .schemes-container .button {
        margin-top: 25px;
    }

    .schemes-container .border-wrapper {
        border:10px solid #fff;
    }

    .columns .col-md-2:first-child {
        width:10%;
    }

    .columns .col-md-2 + .col-md-8 {
        width: 80%;
    }

    .growing-container .col-md-12 + .col-md-2 + .col-md-3 + .col-md-5 {
        width: 41.66666667%;
    }

    .growing-container .col-md-12 + .col-md-2 {
        width: 16.66666667%;
    }

    .growing-container .col-md-12 + .col-md-2 + .col-md-3 {
        width:25%;
    }


    .force-container .col-md-5 {
        width: 41.66666667%
    }

    .force-container .col-md-7 {
        width: 58.33333333%;
    }

    .border-wrapper {
        padding:45px;
    }

    .intro-border-wrapper {
        width: 30%;
    }

    .join-us h1 {
        font-size: 200px;
    }
}

@media only screen and (min-width:1440px) {
    .heart-tooltip span {
        line-height: 70px;
    }
    .heart-tooltip {
        font-size: 17px;
    }
    .beat.hovered .heart-tooltip {
        width:145px;
    }
    .beat-5, .beat-3 {
        bottom: -1%;
    }
    .grad-programmes .core-medium {
        font-size: 24px;
        margin-top: 4px;
    }
    .mobile-phones img {
        position: absolute;
        width: 52%;
    }
    .mobile-phones img:first-child + img {
        top:21%;
    }
    .mobile-phones img:first-child + img + img {
        top:51%;
    }
    .grad-ul li {
        font-size:16px;
    }
    .grad-ul li:before {
        top: 10px;
    }
    .role-rect p {
        width:85%;
        margin:30px auto 0;
        padding-bottom:80px;
    }
    .role-rect {
        padding:50px 90px;
    }
    .locations-container .button > span, .locations-container .button:before {
        font-size: 12px;
    }
    .interact-container {
        margin-top: 320px;
    }
    .internal .people-portait {
        left:-5%;
    }

    .ceo-portait {
        right:-15%;
    }

    .internships-container .border-wrapper {
        min-height:470px;
    }

    .history-slider {
        min-height: 360px;
    }

    .history-slide.active {
        height:360px;
    }

    .role-box-container .border-wrapper {
        min-height: 530px;
    }

    .paragraph-wrapper {
        width: 35%;
    }

    .header-wrapper {
        padding:8% 0 0 30px;
    }
    .join-us .intro-border-wrapper {
        width: 40%;
    }
    .home h1 {
        font-size: 170px;
    }
    .logos-wrapper > img {
        width:auto;}

    .border-wrapper {
        padding:60px;
    }

}

@media only screen and (min-width:1600px) {
    .shown-intro p {
        font-size:16px;
        width:84%;
        left:8%;
    }

    .heart-tooltip {
        font-size: 21px;
    }
    .beat.hovered .heart-tooltip {
        width:165px;
    }
    .single-day {
        margin:70px 70px 100px;
    }
    .beat-5, .beat-3 {
        bottom:4%;
    }
    .mobile-phones img {
        width: 50%;
    }
    #pulse img {
        bottom: 30px;
    }
    #pulse {
        bottom: 80px;
    }
    .header-wrapper {
        margin-top:30px;
    }
    .intro-border-wrapper {
        right:3.5%;
        width:30%;
        top:160px;
    }
    .mobile-phones img:first-child + img {
        top:23%;
        left:3%;
    }
    .mobile-phones img:first-child + img + img {
        top:51%;
        left:40%;
    }
    .role-rect {
        padding:80px 90px;
    }
    .role-rect .button {
        bottom: 70px;
    }
    .role-rect p {
        margin:50px auto 0;
        padding-bottom:100px;
    }
    #section3 .text-content {
        width:25%;
        left:45%;
    }

    .about-us .force-container .corner {
        width:36%;
    }

    .internships-container .border-wrapper {
        min-height:430px;
    }

    .ceo-portait {
        right: -10%;
    }

    .schemes-container .container:first-child + .container .col-md-4 h5 + p {
        min-height: 230px;
    }

    .join-us .intro-border-wrapper {
        width: 30%;
    }

    .role-box-container .border-wrapper {
        min-height: 510px;
    }

    .schemes-container .container .col-md-4 .border-wrapper {
        min-height: 750px;
    }

    .schemes-container .container:first-child .col-md-4 .border-wrapper {
        min-height: 820px;
    }

    .supporting-icon-wrapper {
        width: 25%;
        margin-bottom: 20px;
    }

    .about-container quote {
        width: 70%;
    }

    .paragraph-wrapper {
        width: 32%;
    }

    #section3 .text-content:first-child + .text-content {
        left:75%;
    }

    .intro-border-wrapper {
        width: 25%;
    }

    .growing-container .border-wrapper {
        padding:40px;
    }

    .our-people-container .col-md-3 + .col-md-6 {
        width: 50%;
        margin-left: 0;
    }

    .columns .col-md-2 + .col-md-8 {
        width: 66.66666667%;
    }

    .columns .col-md-2:first-child {
        width: 16.66666667%;
    }

    .our-people-container .people-portait {
        width:24%;
        left:23%;
    }

    .about-us h1, .roles h1, .why-whitbread h1 {
        font-size: 342px;
    }

    h2 {
        font-size:55px;
    }
    .role-rect .rect-icon {
        width:110px;
        right:60px;
        top:50px;
    }
}

@media only screen and (min-width:1800px) {
    .heart-tooltip {
        font-size: 25px;
    }
    .beat.hovered .heart-tooltip {
        height:90px;
        margin-top:0;
        width:205px;
    }
    .tab-header span {
        padding: 30px 70px 30px 25px;
    }
    #pulse {
        bottom:70px;
    }
    .header-wrapper {
        padding:8% 0 0 30px;
        margin-top:2px;
    }
    .interact-container {
        margin-top: 285px;
    }
    .role-rect .button {
        bottom: 100px;
    }
    .mobile-phones img {
        width: 45%;
    }
    .mobile-phones img:first-child + img {
        left:10%;
    }
    .mobile-phones img:first-child + img + img {
        left:46%;
    }
    .role-rect p {
        width:77%;
        margin:100px auto 0;
        text-align:center;
        padding-bottom:150px;
    }
    .roles-filtered .container > .col-md-10 p:last-child {
        margin-bottom:40px;
    }
    .role-rect {
        padding:100px 90px;
    }
    .ceo-portait {
        right: -4%;
    }

    #way-forward quote {
        margin-bottom: 100px;
    }

    .internal .people-portait {
        left: 0;
    }
    .intro-border-wrapper {
        width:26%;
        top:150px;
        right:3%;
    }

    .schemes-container .container:first-child + .container .col-md-4 h5 + p {
        min-height: 200px;
    }

    .schemes-container .col-md-4 ul {
        min-height: 140px;
    }

    .schemes-container .col-md-4 h5 + p {
        min-height:170px;
    }

    .tab-content-wrapper img {
        display:block;
    }

    .internships-container .border-wrapper {
        min-height:410px;
    }

    .role-box-container .border-wrapper {
        min-height: 480px;
    }

    .schemes-container .container .col-md-4 .border-wrapper {
        min-height: 700px;
    }

    .schemes-container .container:first-child .col-md-4 .border-wrapper {
        min-height: 720px;
    }

    .paragraph-wrapper {
        width: 28%;
    }

    .corner-portrait {
        width:27%;
    }
}

@media only screen and (min-width:1920px) {
    #pulse img {
        position: absolute;
        bottom: 40px;
    }

    .interact-container {
        margin-top: 375px;
    }
    .our-people-container .people-portait {
        width: 17%;
        left: 28%;
    }
    #pulse {
        bottom: 60px;
    }
    .mobile-phones img {
        width:42%;
    }
    .mobile-phones img:first-child + img + img {
        left:50%;
    }
    .mobile-phones img:first-child + img {
        top:22%;
        left:13%;
    }
    .ceo-portait {
        right: 0;
    }

    .about-us .force-container .corner {
        right:40%;
    }
}

.history-slide {
    opacity:0;
    overflow:hidden;
    top:0;
    height:0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.nav-reveal img.navig {
    width:40px;
    height:40px;
}



.nav-reveal a.next img.navig {
    top:40px;
    right:0;
    left:auto;
}

.history-slide .positioner {
    width:100%;
    height:200px;
    position:relative;
}

.history-slide.active .positioner .position-wrapper {
    width:100%;
    height:100%;
    background:#fff;
    position:absolute;
    top:50%;
    margin-top:-100px;
    overflow:hidden;
}

.history-slide.active .history-text-wrapper {
    vertical-align:middle;
    display:table-cell;
    width:60%;
    padding:15px;
    position:relative;
    top:0;
    right:0;
    text-align:left;
}

.history-slide.active h4 {
    font-size:36px;
}

.history-slide.active .img-wrapper img {
    width:100%;
}

.history-slide.active .text-wrapper {
    width:60%;
    left:40%;
    top:0;
    padding:0;
    background:red;
}

.mini-logo {
    width:100px;
    display:inline-block;
}

.link-row {
    position:relative;
    width:100%;
    height:64px;
    padding-left:50px;
}

.link-row span {
    display: inline-block;
    height: 100%;
    position: absolute;
    top: 20px;
    margin-left:20px;
    font-family:'GothamRounded-Light';
}

.link-row-container {
    position: absolute;
    top: 50%;
    width: 100%;
}

.para-content {
    text-align: left;
    width: 100%;
    font-size: 15px;
    line-height:1.2;
}

.home-logo-buttons {
    display:table;
    width:100%;
    height:100%;
}

.home-button {
    display:table-cell;
    height:100%;
    width:50%;
    text-align:center;
    vertical-align:middle;
}

.home-button.third {
    width:33%;
}

.home-culture {
    display:table-cell;
    width:100%;
    height:100%;
    text-align:center;
    vertical-align:middle;
    padding:20px;
}

.animated-home {
    display:none;
}

.nav-reveal a.prev img.navig {
    top:40px;
    right:10px;
}

@media only screen and (min-width:1024px) {
    .vid-bg {
        width:130%;
        margin-left:-75%;
    }
    .para-content {
        width:80%;
    }
    span.big-name {
        margin-top:20px;
    }
    .round-icon.medium {
        margin-top: 20px;
    }
}
@media only screen and (min-width:1200px) {
    .beat-wrapper .wrapper-bottom-layer {
        width:102%;
        height:50%;
        left:0;
        padding:0 90px;
    }
    .beat-wrapper .wrapper-top-layer {
        width:100%;
        height:50%;
    }
    .beat-wrapper {
        right:-50%;
        width:50%;
    }
    .prev_day {
        left:35px;
        top:75%;
    }
    .next_day {
        right:35px;
        top:75%;
    }
}
@media only screen and (min-width:1366px) {
    .vid-bg {
        width:100%;
        margin-left:-50%;
    }
    .carousel-menu {
        min-height: 200px;
    }
    .heart-tooltip span {
        line-height:67px;
    }
    span.big-name {
        font-size:40px;
        margin-top:40px;
    }
}

@media only screen and (min-width:1440px) {
    .eng-logo {
        margin-bottom:80px;
    }
    .bottom-container {
        margin: 235px auto;
    }
    .beat-wrapper .wrapper-bottom-layer {
        padding:0 150px;
    }
    .para-content {
        width:80%;
        font-size:23px;
    }

}
@media only screen and (min-width:1600px) {
    .engage .button {
        bottom: 95px;
    }
    .heart-tooltip span {
        line-height: 64px;
    }
    .carousel-menu {
        min-height: 210px;
    }
}

@media only screen and (min-width:1800px) {
    .carousel-menu {
        min-height: 240px;
    }
    .bottom-container {
        margin: 175px auto;
    }
    .eng-logo {
        margin-bottom:110px;
    }
    .para-content {
        width:50%;
        font-size:23px;
    }
    .heart-tooltip span {
        line-height: 70px;
    }
}
@media only screen and (min-width:1920px) {
    .bottom-container {
        margin: 60px auto;
    }
    .engage .button {
        bottom: 135px;
    }
}




@media only screen and (min-width:640px) {
    .question-positioner {
        height:50%;
    }

    .introduction-content {
        height: 50%;
    }

    .question-frame {
        height:50%;
    }

    .slider-frame {
        height:580px;
    }

    .indicate {
        top:50px;
        right:50px;
        position:absolute;
    }

    .indicate ul li {
        width: 30px;
        height: 30px;
        margin: 0 10px;
        float: left;
    }

    .indicate ul li span {
        margin-top:3px;
    }

    .question-frame .button {
        margin-top:20px;
    }

    .genuine-frame.slideIn .value-big +p,
    .committed-frame.slideIn .value-big +p,
    .confident-frame.slideIn .value-big +p,
    .final-frame.slideIn .value-big +p {
        opacity:1;
    }

    .slider-frame button.prev {
        width: 50px;
        height: 50px;
        left: 20px;
        top: 50%;
        margin-top: -25px;
    }
}

@media only screen and (min-width:992px) {
    .slider-frame {
        height:600px;
    }

    .starter-frame .value-big,
    .genuine-frame .value-big,
    .committed-frame .value-big,
    .confident-frame .value-big {
        margin-top:-20px;
    }
    .slider-frame button.prev {
        left:50px;
    }

    .final-frame .value-big {
        margin-top:0;
    }
}

@media only screen and (min-width:1024px) {
    .final-frame .value-big {
        margin-top:-60px;
    }

    .slider-frame {
        height:600px;
    }
}

p.asterisk {
    font-size: 12px;
}

#menu-item-our-brands-mobile .open-tab {
    margin: 0px;
}

#menu-item-our-brands-mobile .tab-header {
    min-height: auto;
}

#menu-item-our-brands-mobile .tab-header span {
    padding: 20px 0 20px 20px;
}

#menu-item-our-brands-mobile .plus-container {
    top: 5px;
    width: 50px;
    height: 50px;
    border-color: #013d73;
}

#menu-item-our-brands-mobile .plus_hori,
#menu-item-our-brands-mobile .plus_vert {
    background: #013d73;
}

#menu-item-our-brands-mobile .tab-content-wrapper {
    padding: 0px;
}

@media only screen and (max-width: 800px) {
    #menu-item-our-brands {
        display: none !important;
    }
}

@media only screen and (min-width: 800px) {
    #menu-item-our-brands-mobile {
        display: none !important;
    }
}

.brands-mobile-acc {
    color: white;
    padding: 0;
    margin: 0;
}

.brands-mobile-acc li {
    width: 100%;
    height: 61px;
    padding: 20px 0 20px 30px;
    font-size: 14px;
    font-family: 'GothamRounded-Medium';
    background-color: #013d73 !important;
    border-color: #002F5B !important;
}

.brands-mobile-acc li:first-of-type {
    border-top: 2px solid #063F77;
}

.brands-mobile-acc li:last-of-type {
    border: 0 none !important;
}

#menu-item-our-brands-mobile .open-tab {
    background: #004a8d;
}

.black-login {
    width: 100%;
    background-color: #004992;
    color: white;
    height: 40px;
    line-height: 40px;
    margin-bottom: -2px;
    position: fixed;
    z-index: 2;
}

.black-login div {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    font-family: GothamRounded-Medium, sans-serif;
}

.black-login div:first-of-type {
    float: left;
}

.black-login div:last-of-type {
    float: right;
}

@media only screen and (min-width: 800px) {
    .black-login {
        padding: 0 3%;
    }
}

.black-login {
    padding: 0 3%;
}

#our-brands {
    position: fixed;
    top: 119px;
    background-color: grey;
    width: 100%;
    z-index: 99999;
    overflow: hidden;
    margin: 0;
    font-size: 0;
    line-height: 0;
    display: none;
    height: 90vh;
}

@media screen and (max-height: 1000px) {
    #our-brands .brand-item-overlay {
        padding: 15px;
    }
    #our-brands .brand-item-overlay p {
        font-size: 12px;
    }
    .brand-item-overlay>* {
        padding-bottom: 20px;
    }

    #our-brands .brand-item-overlay .button {
        min-width: 150px;
    }
}

#our-brands .brand-item {
    position: relative;
    width: 20%;
    height: 50%;
    display: inline-block;
    margin: 0;
    padding: 0;
    transition: all .5s;
    background-image: url('/img/coffee.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

@media screen and (min-width: 800px) {
    #our-brands {
        /* display: inline-block; */
    }
}

.brand-item-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(66, 25, 71, 0.85);
    padding: 50px 40px;
    box-sizing: border-box;
    text-align: center;
}

.brand-item-overlay-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.brand-item-overlay-content p {
    color: #FFFFFF;
    font-family: 'GothamRounded-Light';
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    text-align: center;
}

.brand-item-overlay-content img {
    margin-bottom: 20px;
}

#our-brands .brand-item-overlay-content .button {
    background: #fff;
    color: #004A8D !important;
}

#our-brands .brand-item-overlay-content .button:before {
    background: #012a47;
    color: #fff !important;
}

.brand-item-logo {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}

.nav {
    top: 39px;
}


.sub-functions .text-nav {
    position: absolute;
    width: 100%;
    bottom: -15px;
    left: 0;
}

.sub-functions {
    background: lightgrey;
    padding: 100px 0;
}

@media screen and (max-width: 420px) {
    .sub-functions {
        padding: 30px 0;
    }
}

.sub-functions .border-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px;
    border: 5px solid #fff;
}

@media screen and (max-width: 420px) {
    .sub-functions .border-wrapper {
        margin: 25px;
    }
}

.sub-functions p {
    margin: 0;
    padding: 0;
}

.sub-functions .text-nav {
    position: absolute;
    width: 100%;
    bottom: -15px;
    left: 0;
}

.sub-functions .bullet {
    display: inline-block;
    width: 14px;
    height: 14px;
}

.sub-functions .button {
    margin-top: 30px;
}

@media screen and (max-width: 420px) {
    .sub-functions .button {
        min-width: 165px;
    }
}

.sub-functions .text-content-slider {
    min-height: 310px;
}

.home .sub-functions .section {
    padding: 0;
}

.videos .slick-prev {
  left: 0;
  top: -25px;
  background: url(img/prev_button.png) no-repeat;
}

@media screen and (min-width: 768px) {
  .videos .slick-prev {
    left: -50px;
    top: 50%;
  }
}

@media screen and (min-width: 992px) {
  .videos .slick-prev {
    left: -100px;
  }
}

.videos .slick-next {
  position: absolute;
  right: 0;
  top: -25px;
  background: url(img/next_button.png) no-repeat;
}

@media screen and (min-width: 768px) {
  .videos .slick-next {
    right: -50px;
    top: 50%;
  }
}

@media screen and (min-width: 992px) {
  .videos .slick-next {
    right: -100px;
  }
}

.videos .slick-prev, .videos .slick-next {
    position: absolute;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    z-index: 200;
    background-position: center;
    background-size: 100%;
    color: transparent;
    cursor: pointer;
    border: 0;
    outline: none;
}

.videos .slick-slide img {
  width: 78%;
  margin: 0 auto;
}

@media screen and (min-width: 1280px) {
  .videos .slick-slide img {
    width: 84%;
  }
}

@media screen and (min-width: 1680px) {
  .videos .slick-slide img {
    width: 89%;
  }
}

.videos .slider-big {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 40px;
}

.videos .slider-big .slick-slide img {
  width: 100%;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.2);
}

.videos .play-video-screen.whitbread .play-button {
    background-image: url(img/play_button_whitbread.png);
    background-repeat: no-repeat;
}

.videos .play-video-screen.premier-inn .play-button {
    background-image: url(img/play_button_premierinn.png);
    background-repeat: no-repeat;
}

.videos .slider-big .slick-active img {
    transform: scale(1);
}

.videos .slick-vid-img .play-button {
    width: 40px;
    height: 40px;
    background-image: url(img/play_small_premierinn.png);
    background-size: 40px;
    background-repeat: no-repeat;
}

.videos .videos__bg-preview {
  position: absolute;
  top: 0;
}

.videos .videos__bg-preview img {
  width: auto;
  height: 300px;
  max-width: inherit;
}

@media screen and (min-width: 768px) {
  .videos .videos__bg-preview img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}

.videos .play-video-screen .video-player__info-copy  {
  color: #000;
  margin-top: 15px;
  font-size: 14px;
  display: block;
}

.videos .show-copy {
  display: block;
}

.videos .player-copy {
    display: none;
}

@media screen and (min-width: 768px) {
  .featherlight-content .player-copy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.featherlight-content .player-copy h3, .featherlight-content .player-copy p{
  color: #000000;
}

/**
 * .featherlight-iframe resets for the new section
 *
 */

 .featherlight-content iframe {
   width: 100%;
 height: 100%;}
 .featherlight-content {
  width: 100%;
  height: 50%;
  overflow: scroll !important;
  padding: 25px 15px !important;
border-bottom: 0 !important}
  @media screen and (min-width: 1024px) {
 .featherlight-content {
      width: 80%;
      height: 80%;
      padding: 25px 40px !important; } }
.featherlight-content .featherlight-close-icon {
    height: 50px !important;
    width: 20px !important;
    border-radius: 0 !important;
    border: none !important;
    background-color: transparent !important;
    top: 0 !important;
    right: 7px !important; }
    @media screen and (max-width: 1023px) {
     .featherlight-content .featherlight-close-icon {
        top: -10px !important;
        right: 0 !important;
        font-size: 14px;
        color: #000 !important; } }
 .featherlight-content .featherlight-close-icon:focus {
      outline: none; }


 .featherlight-loading .featherlight-content {
  background-color: transparent !important; }
 .featherlight-loading .featherlight-content .featherlight-close {
    display: none !important; }
