
/* Custom Stylesheet */

/* ---------- Overall ---------- */

html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.cnp {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-family: 'proxima-nova', sans-serif;
    color: #1a1a1a;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    text-align: center;
}

.cnp img {
    width: 100%;
    display: block;
}

.cnp p {
    font-size: 17px;
    line-height: 28px;
    color: #575756;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.cnp h1 {
    font-family: 'abril-display', sans-serif;
    color: #272727;
    font-size: 40px;
    line-height: 48px;
    font-style: italic;
    margin: 0 0 35px 0;
}

.cnp h3 {
    font-family: 'abril-display', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 65px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.5px;
    background-color: #2d2d2c;
    display: block;
    max-width: 1920px;
    margin: auto;
    text-align: center;
    height: 65px;
}

.cnp h4 {
    font-family: 'abril-display', sans-serif;
    color: #575757;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.1px;
    margin: 0 auto 45px;
}

.cnp span {
    padding: 0 0 2px 0;
    border-bottom: 1px solid #f0f0f0;
}

.clear {
    clear: both;
}

.onecolumns {
    max-width: 309px;
}

.twocolumns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 53px;
    -moz-column-gap: 53px;
    column-gap: 53px;
}

.threecolumns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 53px;
    -moz-column-gap: 53px;
    column-gap: 53spx;
}

.transition03 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.transition05 {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.transition07 {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.transition1 {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.show-on-small {
    display: none !important;
}

.show-on-med {
    display: none !important;
}

.show-on-big {
    display: initial !important;
}

/* ---------- Loading ---------- */
.cnploading {
    display: block;
    height: 64px;
    overflow: hidden;
}

.cnploading .progress {
    height: 4px;
    width: 90%;
    margin: 30px auto;
}

.cnploadingscreen {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: white;
    z-index: 999;
}

/* ---------- Header ---------- */
header {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.topshare {
    width: 100%;
    background-color: #2d2d2c;
    color: #fff;
    text-align: center;
}

.topshareinner {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 8px 0 0 0;
}

.topshare-team img {
    max-width: 220px;
    position: absolute;
    text-align: center;
    left: 50%;
    margin: 0 0 0 -110px;
}

.topshare-team .back-me-back {
    display: none;
}

.hrparapinktop {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.wideslider {
    border-bottom: 10px solid #f0f0f0;
}

.hrparapinktop .flickity-slider {
    transform: none !important;
}

.hrparapinktop .gallery-cell {
    width: 100%;
    margin: 0;
    position: relative;
    left: 0 !important;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: -1;
}

.hrparapinktop .gallery-cell.is-selected {
    opacity: 1;
    z-index: 0
}

.hrparapinktop .flickity-prev-next-button {
    width: 100px;
    height: 100px;
    border-radius: 0;
    background-color: transparent;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hrparapinktop .flickity-prev-next-button.previous {
    background-image: url(/static/img/careers/galleryleft.png);
    background-size: contain;
    left: 0;
}

.hrparapinktop .flickity-prev-next-button.next {
    background-image: url(/static/img/careers/galleryright.png);
    background-size: contain;
    right: 0;
}

.hrparapinktop .flickity-prev-next-button svg {
    display: none;
}

.hrparapinktop:hover .flickity-prev-next-button {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hrparapinktop .flickity-prev-next-button:hover {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slide-top {
    width: 100%;
    height: 800px;
    background-size: cover;
    background-position: bottom;
/*position: relative;padding-bottom: 42.188%;float: left;*/
}

.slide-top-01 {
    background-image: url(/static/img/careers/main.jpg);
}

.slide-top-02 {
    background-image: url(/static/img/careers/main-02.jpg);
}

.slide-top-03 {
    background-image: url(/static/img/careers/main-03.jpg);
}

.slide-top-04 {
    background-image: url(/static/img/careers/main-04.jpg);
    background-position: top;
}

.slide-top-05 {
    background-image: url(/static/img/careers/main-05.jpg);
    background-position: top;
}

.flex-control-paging li a {
    width: 15px;
    height: 15px;
    border: 1px solid #fff;
}

.black-bar {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    padding: 15px 35px;
    text-align: left;
    z-index: 999;
}

.black-bar img {
    max-width: 150px;
}

/* ---------- nav Menu ---------- */
nav {
    width: 100%;
    height: 50px;
    line-height: 50px;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: none;
    background-color: rgba(240,240,240,0);
    top: -50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav ul {
    background-color: rgba(240,240,240,1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

nav ul a {
    color: #000;
    font-weight: 300;
    font-size: 13px;
    line-height: 50px;
    letter-spacing: 1px;
}

.main-nav-scrolled {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: rgba(240,240,240,1);
}

.main-nav-scrolled ul {
    background-color: rgba(240,240,240,0);
}

.tabletnav {
    width: 100%;
    display: block;
    text-align: center;
    height: 45px;
    color: #fff;
    line-height: 60px;
}

.dropdown-content li {
    text-align: center;
}

.menuicon {
    border: 0;
    padding: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 10px 25px;
    font-size: 25px;
    float: right;
    display: none;
    cursor: pointer;
}

.dropdown-content-active {
    display: block;
    opacity: 1;
}

.dropdown-content {
    top: 45px !important;
    width: 100%;
    background-color: #575757;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dropdown-content li > a, .dropdown-content li > span {
    font-size: 0.9rem;
    line-height: 0.8rem;
    color: #fff;
    padding: 0.8rem;
}

.dropdown-content li > a:hover, .dropdown-content li > span:hover {
    color: #000;
}

.main-nav-scrolled .dropdown-content {
    background-color: #575757;
}

.to-the-top {
    margin: 0;
    position: fixed;
    bottom: -15px;
    right: 15px;
    width: 95px;
    height: 13px;
    background-color: rgba(255,255,255,1);
    z-index: 9999;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.16);
    visibility: hidden;
    opacity: 0;
}

.to-the-top a {
    width: 100%;
    height: 100%;
    display: block;
    color: #000;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
}

.to-the-top-scrolled {
    visibility: visible;
    opacity: 1;
    bottom: 15px;
}

/* ---------- Sections ---------- */
.cnpcontent {
    width: 100%;
    max-width: 760px;
    padding: 0 20px;
    margin: auto;
    text-align: center;
}

.cnpcontentwide {
    width: 100%;
    max-width: 1303px;
    margin: 0px auto 60px auto;
}

.hrintro {
    max-width: 620px;
    margin: 75px auto 60px;
    text-align: center;
}

.hrintro h4 {
    max-width: 550px;
    color: #2d2d2c;
    font-size: 20px;
    line-height: 33px;
}

.hrintro p {
    margin: 0px;
}

.hrintro p span {
    margin: 0px;
}

.hrintro hr, .cnpaboutus hr, .cnpvacancies hr, .cnpscheme hr, .cnptemporary hr, .cnpbenefits hr, .cnpcollege hr {
    display: none;
}

.hrparapink {
    border-bottom: 10px solid #f0f0f0;
/*max-width: 1920px;*/
    height: 425px;
    margin: 0 auto;
}

.hrparagray {
    border-bottom: 10px solid #f0f0f0;
/*max-width: 1920px;*/
    height: 0;
    padding-bottom: 28%;
    margin: 0 auto;
}

.cnpaboutus, .cnpvacancies, .cnpscheme, .cnptemporary, .cnplocations, .cnpcollege {
    max-width: 1280px;
    padding: 75px 105px;
    margin: auto;
    text-align: left;
}

.cnpbenefits {
    max-width: 1280px;
    padding: 75px 105px 0;
    margin: auto;
    text-align: left;
}

.cnpaboutus .row .col {
    padding: 0 1.75rem 0 0;
}

.cnpaboutus .row .col.m9 {
    padding: 0;
}

.cnpaboutus p, .cnpvacancies p, .cnpscheme p, .cnptemporary p, .cnplocations p, .cnpbenefits p, .cnpcollege p {
    margin: 0 0 2em;
    font-size: 14px;
    line-height: 26px;
}

.choose-interviewee {
    display: none;
}

.cnpteam {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 80px;
    padding: 0;
    display: inline-block;
}

.flickity-page-dots {
    display: none;
}

.gallery-main {
    display: block;
    position: relative;
    margin: auto;
    width: 55%;
    background-color: #fff;
    float: left;
}

.gallery-nav {
    display: block;
    position: relative;
    margin: auto;
    width: 45%;
    background-color: #272727;
    float: left;
}

.cnpteam .gallery-cell {
    width: 100%;
    margin: 0;
    opacity: 0.8;
    position: relative;
}

.cnpteam .gallery-cell.is-selected {
    opacity: 1;
}

.cnpteam .flickity-prev-next-button {
    width: 100px;
    height: 100px;
    border-radius: 0;
    background-color: transparent;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cnpteam .flickity-prev-next-button.previous {
    background-image: url(/static/img/careers/galleryleft.png);
    background-size: contain;
    left: 0;
}

.cnpteam .flickity-prev-next-button.next {
    background-image: url(/static/img/careers/galleryright.png);
    background-size: contain;
    right: 0;
}

.cnpteam .flickity-prev-next-button svg {
    display: none;
}

.cnpteam:hover .flickity-prev-next-button {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cnpteam .flickity-prev-next-button:hover {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gallery-nav .flickity-slider {
    transform: none !important;
}

.gallery-nav .gallery-cell {
    left: 0 !important;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: -1;
}

.gallery-nav .gallery-cell.is-selected {
    opacity: 1;
    z-index: 0
}

.team-user {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    padding-bottom: 112.5%;
    background-position: center;
    background-size: cover;
}

.amy-warren {
    background-image: url(/static/img/careers/amy-warren.jpg);
}

.arta-ghanbari {
    background-image: url(/static/img/careers/arta-ghanbari.jpg);
}

.celeste-good {
    background-image: url(/static/img/careers/celeste-good.jpg);
}

.charlie-burton {
    background-image: url(/static/img/careers/charlie-burton.jpg);
}

.dan-hart {
    background-image: url(/static/img/careers/dan-hart.jpg);
}

.jacqui-kavanagh {
    background-image: url(/static/img/careers/jacqui-kavanagh.jpg);
}

.jenna-rak {
    background-image: url(/static/img/careers/jenna-rak.jpg);
}

.jessica-matthews {
    background-image: url(/static/img/careers/jessica-matthews.jpg);
}

.katie-jackson {
    background-image: url(/static/img/careers/katie-jackson.jpg);
}

.laura-paterson {
    background-image: url(/static/img/careers/laura-paterson.jpg);
}

.phillip-fields {
    background-image: url(/static/img/careers/phillip-fields.jpg);
}

.silvia-weindling {
    background-image: url(/static/img/careers/silvia-weindling.jpg);
}

.theresa-domke {
    background-image: url(/static/img/careers/theresa-domke.jpg);
}

.venetia-van-hoorn-alkema {
    background-image: url(/static/img/careers/venetia-van-hoorn-alkema.jpg);
}

.team-quote {
    -webkit-transform: translate(-50%, -50%);
}

.team-quote {
    width: 80%;
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.team-quote img {
    max-width: 50px;
}

.team-quote h4 {
    font-style: italic;
    color: #fff;
    font-size: 26px;
    line-height: 43px;
    letter-spacing: 0.3px;
    margin: 10px auto 25px;
}

.team-quote p {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    color: #fff;
}

.team-quote span {
    padding: 0;
    border-bottom: 0px solid #f0f0f0;
    font-weight: 700;
}

.team-quote a {
    font-family: 'abril-display', sans-serif;
    margin: 50px 0 0;
    border: 1px solid #fff;
    text-transform: none;
    line-height: 30px;
    font-size: 13px;
    font-style: italic;
    letter-spacing: 0;
    padding: 6px 30px;
    background-color: #272727;
    color: #fff;
    display: inline-block;
}

.team-quote a:hover {
    color: #000;
    background-color: #fff;
}

.hrteam {
    max-width: 620px;
    margin: 75px auto 60px;
    text-align: center;
}

.hrteam h4 {
    max-width: 420px;
    color: #2d2d2c;
    font-size: 20px;
    line-height: 33px;
}

.hrteam p {
    margin: 0px;
}

.hrteam p span {
    margin: 0px;
}

.hrteam hr {
    display: none;
}

.hrteam a {
    font-family: 'abril-display', sans-serif;
    margin: 35px 0 0;
    line-height: 33px;
    font-size: 20px;
    letter-spacing: -0.1px;
    color: #000;
    display: inline-block;
}

.hrteam i {
    margin: 0 0 0px 5px;
    font-size: 15px;
}

.team-content {
    width: 100%;
    background-color: #fff;
    margin: 0 auto
}

.team-box {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
}

.team-image {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    cursor: pointer;
}

.team-box:hover .team-image {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.group-01 {
    width: 40%;
    height: 0;
    padding-bottom: 40%;
    float: left;
}

.group-02 {
    width: 20%;
    height: 0;
    padding-bottom: 40%;
    float: left;
}

.item01 {
    width: 100%;
    padding-bottom: 50%;
}

.item02 {
    width: 50%;
    padding-bottom: 50%;
}

.item03 {
    width: 50%;
    padding-bottom: 50%;
}

.item04 {
    width: 20%;
    padding-bottom: 40%;
}

.item05 {
    width: 100%;
    padding-bottom: 100%;
}

.item06 {
    width: 100%;
    padding-bottom: 100%;
}

.item06-1024 {
    display: none;
}

.item07 {
    width: 20%;
    padding-bottom: 40%;
}

.item07-1024 {
    display: none;
}

.item08 {
    width: 20%;
    padding-bottom: 20%;
}

.item09 {
    width: 20%;
    padding-bottom: 20%;
}

.item10 {
    width: 20%;
    padding-bottom: 20%;
}

.item10-1280 {
    display: none;
}

.item11 {
    width: 40%;
    padding-bottom: 20%;
}

.item01 .team-image {
    padding-bottom: 50%;
}

.item02 .team-image {
    padding-bottom: 100%;
}

.item03 .team-image {
    padding-bottom: 100%;
}

.item04 .team-image {
    padding-bottom: 200%;
}

.item05 .team-image {
    padding-bottom: 100%;
}

.item06 .team-image {
    padding-bottom: 100%;
}

.item07 .team-image {
    padding-bottom: 200%;
}

.item08 .team-image {
    padding-bottom: 100%;
}

.item09 .team-image {
    padding-bottom: 100%;
}

.item10 .team-image {
    padding-bottom: 100%;
}

.item11 .team-image {
    padding-bottom: 50%;
}

.team-overlay {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    padding: 25px 35px;
    text-align: left;
/*opacity: 0;visibility: hidden;*/
    opacity: 1;
    visibility: visible;
}

.team-box:hover .team-overlay {
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    opacity: 1;
    visibility: visible;
}

.team-overlay h4 {
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    font-style: italic;
    letter-spacing: 0;
    margin: 0;
}

.team-overlay p {
    font-size: 15px;
    line-height: 19px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0;
    margin: 15px 0 0;
}

.team-overlay p span {
    font-size: 13px;
    font-weight: 300;
    padding: 0;
    border-bottom: 0;
}

.cnpaboutteam {
    max-width: 100%;
    padding: 110px 0px;
    margin: 0 auto;
}

.cnpaboutteam .gallery {
    background: #fff;
}

.cnpaboutteam .gallery-cell {
    width: 40%;
    height: auto;
    margin-right: 17%;
    opacity: 0.5;
}

.cnpaboutteam h4 {
    color: #000;
    font-size: 34px;
    line-height: 40px;
    font-style: italic;
    letter-spacing: 0;
    margin: 45px 0 25px;
    text-align: left;
}

.cnpaboutteam p {
    font-size: 15px;
    line-height: 19px;
    color: #000;
    font-weight: 600;
    letter-spacing: 0;
    text-align: left;
}

.cnpaboutteam p span {
    font-size: 13px;
    font-weight: 300;
    padding: 0;
    border-bottom: 0;
}

.team-interview {
    width: 100%;
    max-width: 430px;
    margin: 70px auto;
    opacity: 0;
}

.cnpaboutteam .gallery-cell.is-selected .team-interview {
    opacity: 1;
}

.team-interview hr {
    border: 0;
    width: 100%;
    height: 1px;
    margin: 0px auto 50px;
    background-color: rgba(0,0,0,0.5);
}

.team-interview h5 {
    color: #000;
    font-size: 19px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 35px;
    text-align: left;
}

.team-interview p {
    color: #797979;
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0;
    margin: 0 0 50px;
    text-align: left;
}

.cnpaboutteam .team-name {
    position: relative;
}

.cnpaboutteam .button-row-mobile {
    display: none;
}

.cnpaboutteam .button-row {
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 9999;
    opacity: 0;
}

.cnpaboutteam .gallery-cell.is-selected .button-row {
    opacity: 1;
}

.cnpaboutteam input[type="button"],
.cnpaboutteam button,
.cnpaboutteam input[type="reset"],
.cnpaboutteam input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    color: #000;
    font-size: 12px;
    line-height: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0;
    text-align: left;
    display: inline-block;
    border: 0;
    background-color: #fff;
}

p.photography {
    text-align: right;
    margin: 6px;
    font-size: 12px;
    line-height: 12px;
    font-style: italic;
    font-weight: 300;
}

.hrparapink {
    border-bottom: 10px solid #f0f0f0;
/*max-width: 1920px;*/
    height: 425px;
    margin: 0 auto;
}

.hrparagray {
    border-bottom: 10px solid #f0f0f0;
/*max-width: 1920px;*/
    height: 0;
    padding-bottom: 28%;
    margin: 0 auto;
}

.give-me-space {
    margin-top: 75px;
}

.give-me-space p {
    font-weight: 500;
}

.read-more-box .read-more-btn {
    display: none;
    cursor: pointer;
}

.read-more-box p {
    display: none;
}

.read-more-box a {
    display: none;
}

.read-more-box .read-less-btn {
    display: none;
    cursor: pointer;
}

.read-more-box .benefits-box {
    display: none;
}

.read-more-box .read-more-btn h6, .read-more-box .read-less-btn h6 {
    margin: 0 auto 5px;
    width: 25px;
    height: 25px;
    background-color: #f1f1f1;
    border-radius: 50%;
    text-align: center;
    padding: 6px 0 0 0;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    font-family: Arial;
}

.read-more-box .read-more-btn span, .read-more-box .read-less-btn span {
    font-family: 'abril-display' sans-serif;
    font-size: 14px;
    letter-spacing: -0.1px;
    border: 0;
    font-style: italic;
}

.read-more-box .read-more-btn:hover h6, .read-more-box .read-less-btn:hover h6 {
    background-color: #000;
    color: #fff;
}

.read-more-box .read-more-btn:hover span, .read-more-box .read-less-btn:hover span {
    border-bottom: 1px solid #000;
}

.cnpscheme h4, .cnptemporary h4, .cnpcollege h4 {
    font-size: 18px;
}

.cnpscheme h4 br {
    display: block;
}

.cnplocations h4 {
    margin: 0;
}

.cnpscheme .hrbutton, .cnpvacancies .hrbutton {
    background-color: #2c2c2c;
    color: #fff;
}

.cnpscheme .hrbutton:hover, .cnpvacancies .hrbutton:hover {
    color: #2c2c2c;
    background-color: #f4f4f4;
}

.cnptemporary .btn {
    font-family: 'abril-display', sans-serif;
    margin: 0 25px 55px 0;
    box-shadow: none;
    border: 1px solid #000;
    text-transform: none;
    height: auto;
    line-height: 30px;
    font-size: 12px;
    letter-spacing: 0;
    padding: 0.5rem 1rem;
    min-width: 145px;
    background-color: #fff;
    color: #000;
}

.cnptemporary .btn:hover {
    color: #fff;
    background-color: #000;
}

.cnptemporary .active {
    color: #fff;
    background-color: #000;
}

.ts-box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
}

.show-me-please {
    overflow: hidden;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s linear;
}

.hide-me-please {
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.3s, opacity 0.3s linear;
}

.hide-me-please > div {
    margin-top: -10000px;
}

.hrbutton {
    font-family: 'abril-display', sans-serif;
    padding: 20px 40px 16px;
    font-style: italic;
    background-color: #f4f4f4;
    font-weight: 300;
    color: #1a1a1a;
    font-size: 18px;
    line-height: 18px;
    margin: 30px 0 0;
    display: inline-block;
}

.hrbutton:hover {
    background-color: #333;
    color: #fff;
}

.hrbuttons .tabs {
    position: relative;
    height: 48px;
    background-color: #fff;
    margin: 30px auto;
    width: 100%;
    white-space: nowrap;
}

.hrbuttons .tabs .tab {
    display: block;
    float: left;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0 20px;
    margin: 0 20px 0 0;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    width: 190px!important;
    border: 1px solid #1a1a1a;
}

.hrbuttons .tabs .tab a {
    color: #1a1a1a;
    display: block;
    width: 100%;
    font-size: 12px;
    height: 100%;
    max-width: 200px;
}

.hrbuttons .tabs .tab:hover {
    color: #fff;
    background-color: #1a1a1a;
}

.hrbuttons .tabs .tab:hover a {
    color: #fff;
    background-color: #1a1a1a;
}

.hrbuttons .tabs .indicator {
    display: none;
}

.cnpcontact {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    border-bottom: 10px solid #f0f0f0;
    padding: 0;
}

.benefits-box-wrapper {
    text-align: center;
    width: 100%;
    max-width: 872px;
    margin: 0 auto;
}

.benefits-box {
    width: 100%;
    max-width: 205px;
    height: 150px;
    background-color: #fbfbfb;
    padding: 20px 15px;
    margin: 0 5px 40px;
    display: inline-table;
    text-align: left;
    min-height: 200px;
}

.benefits-box-more {
    max-width: 99%;
    min-height: auto;
    height: auto;
}

.benefits-box h5 {
    font-family: 'abril-display', sans-serif;
    color: #272727;
    font-size: 20px;
    line-height: 20px;
    font-style: italic;
    margin: 0 0 15px 0;
}

.benefits-box p {
    margin: 0;
    font-size: 12px;
    line-height: 17px;
    color: #272727;
    font-style: italic;
}

/* ---------- Parallax images ---------- */
.parallax-image-01 {
    bottom: -80% !important;
}

@media only screen and (max-width: 1840px) {
    .parallax-image-01 {
        bottom: -80% !important;
    }
}

@media only screen and (max-width: 1760px) {
    .parallax-image-01 {
        bottom: -75% !important;
    }
}

@media only screen and (max-width: 1680px) {
    .parallax-image-01 {
        bottom: -70% !important;
    }
}

@media only screen and (max-width: 1600px) {
    .parallax-image-01 {
        bottom: -65% !important;
    }
}

@media only screen and (max-width: 1520px) {
    .parallax-image-01 {
        bottom: -60% !important;
    }
}

@media only screen and (max-width: 1440px) {
    .parallax-image-01 {
        bottom: -55% !important;
    }
}

@media only screen and (max-width: 1360px) {
    .parallax-image-01 {
        bottom: -50% !important;
    }
}

@media only screen and (max-width: 1280px) {
    .parallax-image-01 {
        bottom: -45% !important;
    }
}

@media only screen and (max-width: 1200px) {
    .parallax-image-01 {
        bottom: -40% !important;
    }
}

@media only screen and (max-width: 1120px) {
    .parallax-image-01 {
        bottom: -35% !important;
    }
}

@media only screen and (max-width: 1040px) {
    .parallax-image-01 {
        bottom: -30% !important;
    }
}

@media only screen and (max-width: 960px) {
    .parallax-image-01 {
        bottom: -25% !important;
    }
}

@media only screen and (max-width: 880px) {
    .parallax-image-01 {
        bottom: -20% !important;
    }
}

@media only screen and (max-width: 800px) {
    .parallax-image-01 {
        bottom: -15% !important;
    }
}

@media only screen and (max-width: 720px) {
    .parallax-image-01 {
        bottom: -10% !important;
    }
}

@media only screen and (max-width: 640px) {
    .parallax-image-01 {
        bottom: -5% !important;
    }
}

@media only screen and (max-width: 560px) {
    .parallax-image-01 {
        bottom: 0 !important;
    }
}

/* ---------- Social Wall ---------- */
.cnpinstagram {
    max-width: 1920px;
    padding: 0px;
    margin: 0 auto 75px;
    text-align: center;
}

.cnpinstagram .instagram-1920 {
    display: block;
    width: 100%;
    height: 768px;
    padding: 0px;
    margin: 0 auto;
}

.cnpinstagram .instagram-1600 {
    display: none;
    width: 100%;
    height: 800px;
    padding: 0px;
    margin: 0 auto;
}

.cnpinstagram .instagram-1280 {
    display: none;
    width: 100%;
    height: 640px;
    padding: 0px;
    margin: 0 auto;
}

.cnpinstagram .instagram-1024 {
    display: none;
    width: 100%;
    height: 768px;
    padding: 0px;
    margin: 0 auto;
}

.cnpinstagram .instagram-768 {
    display: none;
    width: 100%;
    height: 768px;
    padding: 0px;
    margin: 0 auto;
}

.cnpinstagram .instagram-375 {
    display: none;
    width: 100%;
    height: 564px;
    padding: 0px;
    margin: 0 auto;
}

.cnpinstagram .instagram-320 {
    display: none;
    width: 100%;
    height: 640px;
    padding: 0px;
    margin: 0 auto;
}

@media only screen and (max-width: 1919px) {
    .cnpinstagram {
        max-width: 1600px;
    }

    .cnpinstagram .instagram-1920 {
        display: none;
    }

    .cnpinstagram .instagram-1600 {
        display: block;
    }
}

@media only screen and (max-width: 1599px) {
    .cnpinstagram {
        max-width: 1280px;
    }

    .cnpinstagram .instagram-1600 {
        display: none;
    }

    .cnpinstagram .instagram-1280 {
        display: block;
    }
}

@media only screen and (max-width: 1279px) {
    .cnpinstagram {
        max-width: 1024px;
    }

    .cnpinstagram .instagram-1280 {
        display: none;
    }

    .cnpinstagram .instagram-1024 {
        display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .cnpinstagram {
        max-width: 768px;
    }

    .cnpinstagram .instagram-1024 {
        display: none;
    }

    .cnpinstagram .instagram-768 {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .cnpinstagram {
        max-width: 375px;
    }

    .cnpinstagram .instagram-768 {
        display: none;
    }

    .cnpinstagram .instagram-375 {
        display: block;
    }
}

@media only screen and (max-width: 374px) {
    .cnpinstagram {
        max-width: 320px;
    }

    .cnpinstagram .instagram-375 {
        display: none;
    }

    .cnpinstagram .instagram-320 {
        display: block;
    }
}

/* ---------- Bottom Social Icons ---------- */
.bottomsocial {
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
}

.bottomsocialinner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    height: auto;
    line-height: 60px;
}

.bottomsocial a {
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 0 20px;
    font-size: 16px;
}

.bottomsocial i {
    color: #333;
    background-color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    font-size: 20px;
    margin: 0 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.bottomsocial i:hover {
    opacity: 0.8;
}

/* ---------- Gallery ---------- */
.gallery {
    display: block;
    position: relative;
    width: 100%;
    margin: auto;
}

.gallery-cell img {
    width: 100%;
}

.gallery-cell {
    width: 18%;
    margin: 0 1%;
    opacity: 0.8;
}

.gallery-cell.is-selected {
    opacity: 1;
}

/* ---------- Google ---------- */
#google-container {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #e7eaf0;
}

#cd-google-map {
    position: relative;
}

#cd-google-map address {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 1em 1em;
    background-color: rgba(211, 104, 104, 0.9);
    color: white;
    font-size: 13px;
    font-size: 0.8125rem;
}

#cd-zoom-in, #cd-zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-color: rgba(211, 104, 104, 0.9);
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url("/static/img/careers/cd-icon-controller.svg");
}

.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
    background-color: #d36868;
}

#cd-zoom-in {
    background-position: 50% 0;
    margin-top: 10px;
    margin-bottom: 1px;
}

#cd-zoom-out {
    background-position: 50% -32px;
}

/* ---------- Others ---------- */
.hrcarosel {
    max-width: 1920px;
    width: 100%;
}

.flex-control-nav {
    margin: -40px 0 0 0;
    position: absolute;
}

.locations {
    max-width: 1300px;
    width: 100%;
    margin: auto;
}

.locations .slides li {
    margin: 5px;
}

.locations .flex-control-nav {
    display: none;
}

.anchorspace {
    height: 1px;
    display: block;
}

.spacer {
    height: 80px;
    display: block;
}

footer {
    font-family: 'abril-display' sans-serif;
    font-size: 16px;
    background-color: #000;
    text-align: center;
    letter-spacing: 0.04em;
    color: #ADADAD;
    padding: 10px 0 1px;
}

.footerNav {
    margin-top: 15px;
}

.footerNav ul {
    margin: 1em 0;
    padding: 0 0 0 0px;
}

.footerNav .navFirst {
    border: none;
}

.footerNav li {
    display: inline;
    padding-right: 3px;
}

.footerNav li:after {
    content: "/";
    color: #6b6b6b;
    padding-left: 8px;
}

.footerNav li:last-child:after {
    content: "";
}

.footerNav li a {
    color: #ADADAD;
    text-decoration: none;
}

.footerNav li a:hover {
    color: #fff;
}

.footerText {
    color: #4B4B4B;
    width: 100%;
    margin: 0px auto 30px auto;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 0.08em;
}

/* ---------- Media Queries Max ---------- */
@media only screen and (max-width: 1920px) {
    .slide-top {
        position: relative;
        padding-bottom: 42.188%;
        float: left;
        height: 0;
    }
}

@media only screen and (max-width: 1280px) {
    .hrparagray {
        padding-bottom: 30%;
    }

    .group-01 {
        width: 50%;
        height: 0;
        padding-bottom: 50%;
        float: left;
    }

    .group-02 {
        width: 25%;
        height: 0;
        padding-bottom: 50%;
        float: left;
    }

    .item01 {
        width: 100%;
        padding-bottom: 50%;
    }

    .item02 {
        width: 50%;
        padding-bottom: 50%;
    }

    .item03 {
        width: 50%;
        padding-bottom: 50%;
    }

    .item04 {
        width: 25%;
        padding-bottom: 50%;
    }

    .item05 {
        width: 100%;
        padding-bottom: 100%;
    }

    .item06 {
        width: 100%;
        padding-bottom: 100%;
    }

    .item07 {
        width: 25%;
        padding-bottom: 50%;
    }

    .item08 {
        width: 25%;
        padding-bottom: 25%;
    }

    .item09 {
        width: 25%;
        padding-bottom: 25%;
    }

    .item10 {
        display: none;
    }

    .item11 {
        width: 50%;
        padding-bottom: 25%;
    }

    .item12 {
        width: 25%;
        padding-bottom: 25%;
    }

    .item10-1280 {
        display: block;
        width: 50%;
        padding-bottom: 25%;
    }

    .item10-1280 .team-image {
        padding-bottom: 50%;
    }

    .cnpaboutteam {
        padding: 70px 0 0;
    }

    .cnpaboutteam .gallery-cell {
        width: 50%;
        margin-right: 10%;
    }
}

@media only screen and (max-width: 1024px) {
    nav ul a {
        font-size: 12px;
    }

    .group-01, .group-02 {
        width: inherit;
        height: inherit;
        padding-bottom: inherit;
        float: inherit;
    }

    .group-03 {
        width: 33%;
        height: 0;
        padding-bottom: 66%;
        float: left;
    }

    .item01 {
        width: 60%;
        padding-bottom: 30%;
    }

    .item02 {
        width: 40%;
        padding-bottom: 30%;
    }

    .item02 .team-image {
        padding-bottom: 75%;
    }

    .item03 {
        width: 33%;
        padding-bottom: 30%;
    }

    .item04 {
        width: 34%;
        padding-bottom: 30%;
    }

    .item04 .team-image {
        padding-bottom: 90%;
    }

    .item05 {
        width: 33%;
        padding-bottom: 30%;
    }

    .item06 {
        display: none;
    }

    .item06-1024 {
        display: block;
        width: 100%;
        padding-bottom: 100%;
    }

    .item06-1024 .team-image {
        padding-bottom: 100%;
    }

    .item07 {
        display: none;
    }

    .item07-1024 {
        display: block;
        width: 34%;
        padding-bottom: 33%;
    }

    .item07-1024 .team-image {
        padding-bottom: 97%;
    }

    .item08 {
        width: 100%;
        padding-bottom: 100%;
    }

    .item09 {
        width: 34%;
        padding-bottom: 33%;
    }

    .item09 .team-image {
        padding-bottom: 97%;
    }

    .item10-1280 {
        width: 33%;
        padding-bottom: 33%;
    }

    .item10-1280 .team-image {
        padding-bottom: 100%;
    }

    .item11 {
        width: 33%;
        padding-bottom: 33%;
    }

    .item11 .team-image {
        padding-bottom: 100%;
    }

    .cnpaboutteam {
        padding: 55px 0 0;
    }

    .cnpaboutteam .gallery-cell {
        width: 70%;
        margin-right: 8%;
    }

    .benefits-box-wrapper {
        max-width: 653px;
    }
}

@media only screen and (max-width: 992px) {
    header .hrparapinktop {
        margin: 45px auto 0;
    }

    .slide-top-01 {
        background-image: url(/static/img/careers/main-tablet.jpg);
    }

    .slide-top-02 {
        background-image: url(/static/img/careers/main-02-tablet.jpg);
    }

    .slide-top-03 {
        background-image: url(/static/img/careers/main-03-tablet.jpg);
    }

    .slide-top-04 {
        background-image: url(/static/img/careers/main-04-tablet.jpg);
    }

    .slide-top-05 {
        background-image: url(/static/img/careers/main-05-tablet.jpg);
    }

    .topshare {
        display: none;
    }

    .topshare-team {
        display: block;
    }

    .topshare-team .topshareinner {
        height: 45px;
        line-height: 45px;
        padding: 4px 0 0 0;
    }

    .topshare-team img {
        max-width: 140px;
        margin: 4px 0 0 -70px;
    }

    .topshare-team .back-me-back {
        display: block;
        position: absolute;
        top: 10px;
        left: 10px;
        width: 24px;
        border: 1px solid #fff;
        height: 24px;
        border-radius: 50%;
    }

    .topshare-team .back-me-back i {
        color: #fff;
        font-size: 12px;
    }

    .topshare-team .back-me-back:hover {
        background-color: #fff;
    }

    .topshare-team .back-me-back:hover i {
        color: #000;
    }

    .black-bar {
        padding: 15px 20px;
    }

    .black-bar img {
        max-width: 120px;
    }

    .cnpteam .flickity-prev-next-button {
        opacity: 1;
    }

    .cnpteam:hover .flickity-prev-next-button {
        opacity: 1;
    }

    .cnpteam .flickity-prev-next-button:hover {
        opacity: 1;
    }

    .hrparapinktop .flickity-prev-next-button {
        opacity: 1;
    }

    .hrparapinktop:hover .flickity-prev-next-button {
        opacity: 1;
    }

    .hrparapinktop .flickity-prev-next-button:hover {
        opacity: 1;
    }

    nav {
        background-color: #363636;
        height: 45px;
        line-height: 45px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    }

    nav img {
        max-width: 140px;
        position: absolute;
        text-align: center;
        left: 50%;
        margin: 8px 0 0 -70px;
    }

    .main-nav-scrolled {
        background-color: #363636;
    }

    .main-nav-scrolled ul {
        background-color: #363636;
    }

    .menuicon {
        display: block;
    }

    .wideslider {
        margin: 45px auto 0;
    }

    .hrparagray {
        border-bottom: 5px solid #f0f0f0;
        height: auto;
        padding-bottom: 0;
    }

    .hrparagray img, .hrparapink img {
        margin: 0 0 -7px 0;
    }

    .hrparapink {
        border-bottom: 5px solid #f0f0f0;
        height: auto;
    }

    .cnp p {
        font-size: 14px;
        line-height: 23px;
        letter-spacing: 0px;
    }

    .cnp h1 {
        font-size: 25px;
        line-height: 30px;
        margin: 0 0 25px 0;
    }

    .cnp h3 {
        font-size: 18px;
        line-height: 65px;
    }

    .cnp h4 {
        font-size: 14px;
        line-height: 23px;
        margin: 0 auto 35px;
    }

    .benefits-box p {
        font-size: 12px;
        line-height: 17px;
    }

    .twocolumns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .cnpaboutus, .cnpvacancies, .cnpscheme, .cnptemporary, .cnpcollege {
        padding: 55px;
    }

    .cnpbenefits {
        padding: 55px 55px 10px;
    }

    .give-me-space {
        margin-top: 0px;
    }

    .cnptemporary .btn {
        margin: 0 10px 55px 0;
    }

    .cnpcontact {
        border-bottom: 5px solid #f0f0f0;
    }

    .cnplocations {
        display: none;
    }

    .show-on-small {
        display: none !important;
    }

    .show-on-med {
        display: initial !important;
    }

    .show-on-big {
        display: none !important;
    }

    .section {
        padding-top: 0;
    }

    .cnpteam {
        margin: 0 auto -10px;
    }

    .team-name {
        max-width: 600px;
        margin: 0 auto;
    }

    .cnpaboutteam h4 {
        color: #000;
        font-size: 34px;
        line-height: 40px;
        font-style: italic;
        letter-spacing: 0;
        margin: 45px 0 25px;
        text-align: left;
    }

    .cnpaboutteam p {
        font-size: 15px;
        line-height: 19px;
        color: #000;
        font-weight: 600;
        letter-spacing: 0;
        text-align: left;
    }

    .cnpaboutteam p span {
        font-size: 13px;
        font-weight: 300;
        padding: 0;
        border-bottom: 0;
    }

    .team-interview {
        width: 100%;
        max-width: 430px;
        margin: 70px auto;
        opacity: 0;
    }

    .team-interview hr {
        border: 0;
        width: 100%;
        height: 1px;
        margin: 0px auto 50px;
        background-color: rgba(0,0,0,0.5);
    }

    .team-interview h5 {
        color: #000;
        font-size: 19px;
        line-height: 28px;
        font-weight: 700;
        letter-spacing: 0;
        margin: 0 0 35px;
        text-align: left;
    }

    .team-interview p {
        color: #797979;
        font-size: 17px;
        line-height: 28px;
        font-weight: 300;
        font-style: italic;
        letter-spacing: 0;
        margin: 0 0 50px;
        text-align: left;
    }

    .hrteam a {
        display: none;
    }

    .hrteam i {
        font-size: 12px;
    }
    /*
.group-01, .group-02 {width: inherit;height: inherit;padding-bottom: inherit;float: inherit;}
.group-03 {width: inherit;height: inherit;padding-bottom: inherit;float: inherit;}

.item01 {width: 33%;padding-bottom: 33%;}
.item01 .team-image {padding-bottom: 100%;}
.item02 {width: 34%;padding-bottom: 33%;}
.item02 .team-image {padding-bottom: 100%;}
.item03 {width: 33%;padding-bottom: 33%;}

.item04 {width: 33%;padding-bottom: 33%;}
.item04 .team-image {padding-bottom: 100%;}
.item05 {width: 34%;padding-bottom: 33%;}
.item06-1024 {width: 33%;padding-bottom: 33%;}
.item06-1024 .team-image {padding-bottom: 100%;}

.item07-1024 {width: 34%;padding-bottom: 33%;}
.item07-1024 .team-image {padding-bottom: 100%;}
.item08 {width: 33%;padding-bottom: 33%;}
.item09 {width: 33%;padding-bottom: 33%;}

.item10-1280 {width: 33%;padding-bottom: 33%;}
.item10-1280 .team-image {padding-bottom: 100%;}

.item11 {width: 34%;padding-bottom: 33%;}
.item11 .team-image {padding-bottom: 97%;}
.item12 {width: 33%;padding-bottom: 33%;}
.item12 .team-image {padding-bottom: 100%;}
*/
    .cnpaboutteam .gallery-cell {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .cnpaboutteam .team-name {
        padding: 0px;
    }

    .cnpaboutteam .button-row {
        right: 0px;
    }

    .team-overlay {
        padding: 15px 25px;
    }

    .team-overlay h4 {
        margin: 0 auto;
    }

    .team-overlay p {
        margin: 0;
    }

    p.photography {
        text-align: right;
        margin: 6px;
        font-size: 12px;
        line-height: 12px;
        font-style: italic;
        font-weight: 300;
    }
}

@media only screen and (max-width: 800px) {
    .benefits-box-wrapper {
        max-width: 434px;
    }

    .benefits-box-more {
        max-width: 98%;
    }
}

@media only screen and (max-width: 600px) {
    .slide-top-01 {
        background-image: url(/static/img/careers/main-mobile.jpg);
    }

    .slide-top-02 {
        background-image: url(/static/img/careers/main-02-mobile.jpg);
    }

    .slide-top-03 {
        background-image: url(/static/img/careers/main-03-mobile.jpg);
    }

    .slide-top-04 {
        background-image: url(/static/img/careers/main-04-mobile.jpg);
    }

    .slide-top-05 {
        background-image: url(/static/img/careers/main-05-mobile.jpg);
    }

    .wideslider {
        border-bottom: 0;
    }

    .anchorspace {
        margin: -1px 0 0 0;
    }

    .hrparagray {
        border-bottom: 0px solid #f0f0f0;
        height: auto;
        padding-bottom: 0;
    }

    .hrparapink {
        border-bottom: 0px solid #f0f0f0;
        height: auto;
    }

    .cnpcontact {
        border-bottom: 0px solid #f0f0f0;
    }

    .black-bar {
        padding: 10px 15px;
    }

    .black-bar img {
        max-width: 100px;
    }

    .cnpscheme h1, .cnpcollege h1 {
        margin: 0 auto 25px;
        max-width: 240px;
    }

    .cnptemprary h1 {
        margin: 0 auto 25px;
        max-width: 250px;
    }

    .benefits-box {
        max-width: 320px;
        height: auto;
        padding: 20px 15px;
        margin: 0;
        text-align: center;
    }

    .cnpbenefits .read-more-box .read-more-btn {
        margin: 20px 0 0 0;
    }

    .read-more-open .benefits-box {
        display: inline-block;
    }

    .onecolumns {
        max-width: 100%;
    }

    .twocolumns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .hrintro {
        margin: 35px auto;
    }

    .hrintro hr, .cnpaboutus hr, .cnpvacancies hr, .cnpscheme hr, .cnptemporary hr, .cnpbenefits hr, .cnpcollege hr {
        display: block;
        border: 0;
        height: 1px;
        background-color: #575757;
        width: 60%;
        margin: 0 auto 35px;
    }

    .cnpaboutus, .cnpvacancies, .cnpscheme, .cnptemporary, .cnpcollege {
        padding: 35px 20px;
        text-align: center;
    }

    .cnpbenefits {
        padding: 35px 20px 10px;
        text-align: center;
    }

    .cnpscheme h4 br {
        display: none;
    }

    .read-more-box .read-more-btn {
        display: inline-block;
    }

    .read-more-box p {
        display: none;
    }

    .read-more-box a {
        display: none;
    }

    .read-more-box .read-less-btn {
        display: none;
    }

    .read-more-open .read-more-btn {
        display: none;
    }

    .read-more-open p {
        display: inline-block;
    }

    .read-more-open a {
        display: inline-block;
    }

    .read-more-open .read-less-btn {
        display: block;
        margin: 30px 0 0;
    }

    .cnptemporary .btn {
        margin: 0 4px 45px 0;
        line-height: 20px;
        font-size: 12px;
        min-width: 120px;
    }

    .show-on-small {
        display: initial !important;
    }

    .show-on-med {
        display: none !important;
    }

    .show-on-big {
        display: none !important;
    }

    .gallery-main {
        width: 100%;
    }

    .gallery-nav {
        width: 100%;
    }

    .gallery-nav .gallery-cell img.bg-img {
        width: 100%;
        height: 320px;
    }

    .team-quote img {
        max-width: 30px;
    }

    .team-quote h4 {
        margin: 5px auto 15px;
    }

    .team-quote a {
        margin: 30px 0 0;
        font-size: 12px;
        padding: 2px 20px;
    }

    .cnpaboutteam {
        padding: 0;
    }

    .team-content {
        display: none;
    }

    .cnpaboutteam .button-row {
        display: none;
    }

    .cnpaboutteam .button-row-mobile {
        display: block;
    }

    .choose-interviewee {
        display: block;
        width: 100%;
        background-color: rgba(60,60,60,1);
        color: #fff;
        font-family: 'abril-display' sans-serif;
        font-size: 14px;
        line-height: 45px;
        cursor: pointer;
        position: relative;
    }

    .choose-interviewee i {
        font-size: 24px;
        float: right;
        margin: 10px 20px 0 0;
    }

    .choose-interviewee:hover {
        background-color: rgba(0,0,0,1);
    }

    .choose-interviewee .dropdown-content {
        background-color: rgba(0,0,0,0.8);
    }

    .choose-interviewee input[type="button"],
.choose-interviewee button,
.choose-interviewee input[type="reset"],
.choose-interviewee input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
        display: block;
        font-size: 14px;
        border: 0;
        background-color: transparent;
        width: 100%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-family: 'proxima-nova' sans-serif;
    }

    .team-name {
        max-width: 90%;
        margin: 0 auto;
    }

    .cnpaboutteam h4 {
        font-size: 18px;
        line-height: 21px;
        margin: 30px 0 15px;
        text-align: center;
    }

    .cnpaboutteam p {
        font-size: 12px;
        line-height: 15px;
        text-align: center;
    }

    .cnpaboutteam p span {
        font-size: 11px;
        padding: 0;
        border-bottom: 0;
    }

    .cnpaboutteam input[type="button"], .cnpaboutteam button, .cnpaboutteam input[type="reset"], .cnpaboutteam input[type="submit"] {
        display: block;
        position: absolute;
        top: 15px;
        left: 0px;
        width: 30px;
        border: 2px solid #000;
        height: 30px;
        border-radius: 50%;
    }

    .button--next {
        right: 0px;
        left: inherit !important;
    }

    .button--next i {
        margin: 0 auto;
        display: inline-block;
    }

    .button--previous i {
        margin: 0 auto;
        display: inline-block;
    }

    .team-interview {
        margin: 25px auto;
        max-width: 290px;
    }

    .team-interview h5 {
        font-size: 15px;
        line-height: 18px;
        margin: 0 0 30px;
    }

    .team-interview p {
        font-size: 14px;
        line-height: 23px;
        margin: 0 0 45px;
        text-align: left;
    }

    .team-interview hr {
        width: 60%;
    }

    footer {
        font-size: 12px;
    }

    .cnp h3 {
        font-size: 12px;
    }

    p.photography {
        text-align: right;
        margin: 6px;
        font-size: 12px;
        line-height: 12px;
        font-style: italic;
        font-weight: 300;
    }
}