
/* ------ GENERAL
   ------------------------------ */

body{
    font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 15px;
    background: #DAD9D7;
    overflow-x: hidden;
}
@media screen and (min-width: 64em) {
    body{
        margin-bottom: 220px;
    }
}
.background{
    background: #fff;
}
.container{
    overflow-x: hidden;
    width: 100%;
}

/* ------ TITLES & TEXT
   ------------------------------ */

h1, h2, h3, h4, h5, h6, p, a, li{
    font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', sans-serif;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 800;
}
p{
    color: #05171D;
}
p + .button{
    margin-top: 2rem;
}
.block h2{
    color: #EF3340;
    line-height: 1.2;
}
a.textlink{
    display: block;
    color: #EF3340;
    font-weight: 600;
}


/* ------ BUTTONS & FORMS
   ------------------------------ */

.button{
    border-radius: 2em;
    font-weight: 700;
    padding: .8rem 1.5rem;
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea{
    box-shadow: inset 0 5px 6px rgba(0, 0, 0, .1);
    border: 0;
    border-radius: 1rem;
    background: #F5F5F5;
}
label{
    color: #111C4E;
    font-weight: 700;
    font-size: .85em;
    padding: 0 0 .2rem .5rem;
}


/* ------ COVER
   ------------------------------ */


.topbar{
    padding: 2rem 0 .5rem 0;
    position: absolute;
    top: 0; left: 0; right: 0;
    z-index: 20;
    transition: all .25s ease;
    background: #fff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .1);
}
.topbar.open{
    background: #fff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, .4);
}
.topbar .logo{
    width: 150px;
}
.topbar .menu a{
    color: #111C4E;
    font-weight: 600;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-transform: uppercase;
    background: none !important;
}
.topbar .menu a:hover, .topbar .menu .current-menu-item a{
    color: #EF3340;
}
.topbar .menu .current-menu-item a{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
    border-radius: 2rem;
}

.topbar .menu .lang a{
    color: #EF3340;
    font-weight: 700;
}

.front.topbar{
    background: none;
    box-shadow: none;
}

.cover .slide{
    width: 100%;
    height: calc(100vh + 100px);
    min-height: 500px;
    object-fit: cover;
    display: flex;
    align-items: center;
}
.cover .inner{
    width: 100%;
}
.cover .button{
    margin-top: 1rem;
    margin-bottom: 5rem;
}
.cover .round-corner{
    position: absolute;
    background: #fff;
    z-index: 1;
    height: 120px;
    border-radius: 0 60px 0 0;
    left: 0;
    right: 0;
    bottom: -120px;
}


.cover .careers{
    margin-top: -13em;
    position: relative;
    z-index: 2;
}
.cover .careers .grid-container{
    max-width: 68em;
}
.cover .careers .inner{
    background: #111C4E;
    border-radius: 2rem;
    padding: 3.5rem 3rem;
}
.cover .careers h4, .cover .careers p{
    color: #fff;
}
.cover .careers a{
    color: #EF3340;
    font-weight: 700;
}
.icon{
    width: 80px;
    height: 80px;
    margin-bottom: 3rem;
}

.cover .pink-block{
    width: 100%;
    height: 120px;
    border-radius: 4rem;
    background: #EF3340;
    margin-top: -95px;
}
.cover .careers .button{
    color: #fff;
}
.cover .pink-tube{
    position: absolute;
    background: #EF3340;
    z-index: 2;
    width: 20vw;
    height: 30vh;
    border-radius: 15vh;
    left: -10vw;
    bottom: -8vw;
}

.cover .arrow{
    position: absolute;
    bottom: 7em; left: 0; right: 0;
    text-align: center;
    z-index: 10;
}
.cover .arrow svg{
    width: 40px;
    height: 40px;
}


.menuicon{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    cursor: pointer;
    display: block;
    float: right;
    z-index: 20;
    margin-right: .5rem;
    cursor: pointer;
}

.menuicon span{
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #EF3340;
    display: block;
    position: absolute;
    transition: all .5s ease-in-out;
}
.menuicon span:nth-child(1){
    top: 0;
}
.menuicon span:nth-child(2){
    top: 10px;
    transition: all .5s ease-in-out;
}
.menuicon span:nth-child(3){
    top: 20px;
}
.open.menuicon span:nth-child(1){
    top: 7px;
    transform: rotate(225deg);
    width: 30px;
}
.open.menuicon span:nth-child(2){
    transform: rotate(500deg);
    opacity: 0;
}
.open.menuicon span:nth-child(3){
    top: 7px;
    transform: rotate(-225deg);
    width: 30px;
}

.menu-overlay{
    height: 0;
    overflow: hidden;
    z-index: 12;
    transition: all .25s ease;
    margin-top: 1.5rem;
}
.menu-overlay.open{
    height: 155px;
}
.menu-overlay .menu a{
    font-size: 1rem;
    padding: .5em 0;
}

.languages ul{
    list-style: none;
}
.languages li{
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
}
.languages a{
    color: #111C4E;
}
.languages .current-lang a{
    color: #EF3340 !important;
}
.languages li:first-child{
    margin-right: .3rem;
}
.languages li:first-child:after{
    content: '/';
    color: #111C4E;
    text-decoration: none !important;
    display: inline-block;
    margin-left: .3rem;
}



.topbar input{
    background: #fff;
    margin: 0;
    border-radius: 2em;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .1);
    height: 2.2rem;
    padding-left: 2rem;
    font-size: .85em;
}

.searchform{
    position: relative;
}
.searchform .searchicon{
    position: absolute;
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
}

.slick-dots{
    position: absolute;
    bottom: auto;
    top: calc(45% - 100px);
    right: 5em;
    width: 20px;
    z-index: 10;
}
.slick-dots li button:before{
    font-size: 40px;
    color: #EF3340;
    opacity: 1;
}
.slick-dots li.slick-active button:before{
    color: #ccc;
}


.searchform{
    position: relative;
}
.searchform .searchicon{
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20px;
    height: 20px;
}




/* ------ BLOCKS
   ------------------------------ */


.block{
    margin-top: 3rem;
    margin-bottom: 3rem;
    position: relative;
}
.dark.block{
    background: #111C4E;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.dark.block.shadow{
    box-shadow: inset 0px 10px 10px rgba(0, 0, 0, .2);
}
.dark.grey.block{
    background: #DAD9D7;
}

.dark.block + .contact.block, .dark.block + .dark.block{
    margin-top: -3em;
}

@media screen and (min-width: 64em) {
    .block{
        margin-top: 9rem;
        margin-bottom: 9rem;
    }
    .dark.block{
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .dark.about.block{
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    .dark.block + .contact.block, .dark.block + .dark.block{
        margin-top: -9rem;
    }
}



.dark.block h3, .dark.block p{
    color: #fff;
}
.dark.grey.block h2{
    color: #111C4E;
    text-align: center;
    font-weight: normal;
    font-size: 3rem;
    font-weight: 500;
}
.dark.grey.block span{
    color: #EF3340;
    text-decoration: underline;
}

.block .helmet{
    width: 33vw;
    position: absolute;
    right: 0;
    bottom: -16em;
    z-index: 2;
}
.block .filler{
    width: 34vw;
    position: absolute;
    right: 0;
}


.thumb img{
    border-radius: 1rem;
    height: 300px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    object-fit: cover;
}
@media screen and (min-width: 64em) {
    .thumb{
        margin-right: 2rem;
    }
    .thumb img{
        border-radius: 2rem;
        height: 500px;
        object-fit: cover;
    }
}


.page-intro{
    padding-top: 6rem;
    padding-bottom: 5rem;
    margin: 0;
}
.page-intro h2{
    color: #111C4E;
    margin-bottom: 1rem;
    font-size: 3rem;
}
.page-intro h4{
    margin-top: 9rem;
    color: #EF3340;
    font-size: 1.2rem;
    margin-bottom: 0;
}


.positions{
    border-radius: 5rem 5rem 0 0;
}

/* ------ CONTACT
   ------------------------------ */


.contact.block{
    box-shadow: 0px 10px 10px rgba(0, 0, 0, .2);
}

.contact{
    height: 700px;
    position: relative;

}
.contact .form-container{
    position: absolute;
    top: -10em;
    width: 100%;
}
.contact .large-5{
    max-width: 500px;
}
.contact .form{
    background: #fff;
    border-radius: 2rem;
    margin: 0 1rem;
    position: relative;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, .2);
}
.contact h2{
    margin: 2rem 0 0 2rem;
}
@media screen and (min-width: 64em) {
    .contact .form{
        margin: 0;
    }
}
.contact .button{
    margin: 1rem 0 0 0;
}
.contact .pink-tube{
    position: absolute;
    background: #EF3340;
    z-index: 1;
    width: 320px;
    height: 150px;
    border-radius: 5rem;
    left: -100px;
    top: -115px;
}

.contact .icons svg{
    height: 40px;
    width: auto;
    margin-right: 1rem;
    margin-top: 2rem;
}


.about .pink-tube{
    position: absolute;
    background: #EF3340;
    z-index: 1;
    width: 150px;
    height: 100px;
    border-radius: 5rem;
    left: -100px;
    top: 120px;
}
.about .second-pink-tube{
    position: absolute;
    background: #EF3340;
    z-index: 1;
    width: 320px;
    height: 80px;
    border-radius: 0 0 5rem 0;
    left: -100px;
    top: 0;
}
.about  .right-corner{
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    right: 0;
    bottom: -340px;
    z-index: 20;
    transform: rotate(270deg);
}


.slide .pink-tube{
    position: absolute;
    background: #EF3340;
    z-index: 1;
    width: 320px;
    height: 150px;
    border-radius: 5rem;
    left: -100px;
    top: 40px;
}
.slide .right-corner{
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    right: 0;
    top: -150px;
}
.slide .right-corner img{
    width: 150px;
    height: 150px;
}
.slide .left-corner{
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    left: 0;
    top: -1px;
}
.slide .left-corner img{
    width: 150px;
    height: 150px;
}
.slide .next-slide{
    position: absolute;
    background: #EF3340;
    z-index: 1;
    width: 90px;
    height: 150px;
    border-radius: 5rem 0 0 5rem;
    right: 0;
    top: calc(50% - 75px);
}


/* ------ GRID
   ------------------------------ */


.filters-button-group{
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 3rem;
    border-bottom: 2px dashed #111C4E;
}
.filters-button-group button{
    background: none;
    color: #111C4E;
    text-transform: uppercase;
}

.grid-item{
    width: 33%;
}
.grid-item .inner{
    margin: 1rem;
    background: #F2F2F2;
    border-radius: 1rem;
    padding: 2rem;
    border-left: 5px solid #EF3340;
    min-height: 148px;
}
.grid-item .inner h5{
    font-weight: 500;
    color: #111C4E;
}
.grid-item .inner .location{
    color: #707070;
    font-weight: bold;
    margin: 0;
    font-size: .85em;
}

.blocker{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.modal{
    max-width: 800px;
    padding: 5rem 4rem;
    border-radius: 3rem;
}
.modal h2{
    color: #111C4E;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1.5rem;
    border-bottom: 3px solid #EF3340;
}
.modal h3{
    font-weight: 400;
    color: #EF3340;
    font-size: 1.2rem;
    margin-top: 1rem;
}
.modal p{
    color: #111C4E;
}

.modal-meta{
    margin-left: -4rem;
    margin-bottom: 3rem;
}

.modal .thumb{
    margin-top: -10rem;
    position: relative;
    z-index: 10;
    margin-bottom: 4rem;

}
.modal .thumb img{
    overflow: hidden;
    border-radius: 2rem;
}

.withthumb.modal{
    margin-top: 7rem;
}


.arrow_careers{
    width: 150px;
    height: 115px;
    position: relative;
    top: -11rem;
}

/* ------ NEWS
   ------------------------------ */


.news.block .inner{
    padding: 3rem 0;
    border-radius: 3rem;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 1;
    background: #fff;
}
.news.block .inner .grid-x{
    margin-bottom: 3rem;
}
.news h3{
    font-size: 1rem;
    font-weight: bold;
    color: #111C4E;
    margin: 0;
}
.news .date, .modal .date{
    background: #EF3340;
    margin: 0;
    border-radius: 0px 1rem 1rem 0px;
    color: #fff;
    padding: .5rem 1rem;
    text-align: center;
    font-weight: 600;
    width: 150px;
    display: inline-block;
    position: relative;
    z-index: 2;
}
.news .category, .modal .category{
    background: #EF3340;
    margin: 0;
    border-radius: 0px 1rem 1rem 0px;
    color: #fff;
    padding: .5rem 1rem .5rem 3rem;
    text-align: center;
    font-weight: 600;
    width: 170px;
    margin-left: -2rem;
    display: inline-block;
}

/* ------ FOOTER
   ------------------------------ */


.footer{
    z-index: -1;
    background: #DAD9D7;
    padding: 4.5em 0 5.5em 0;
    margin-top: -3rem !important;
}
@media screen and (min-width: 64em) {
    .footer{
        margin-top: 0 !important;
        position: fixed;
        bottom: 0; left: 0; right: 0;
        height: 350px;
    }
}
.footer .logo{
    width: 150px;
}
.footer h5{
    color: #111C4E;
    font-size: 1rem;
    font-weight: 700;
    margin-top: 1rem;
}
.footer p{
    font-weight: 600;
    color: #05171D;
    line-height: 2;
}
.footer .menu a{
    color: #05171D;
    padding: 0;
    font-weight: 600;
    line-height: 2;
}
.footer .menu a:hover{
    color: #EF3340;
}

.footer .lang a{
    color: #EF3340;
    font-weight: bold;
    margin-top: .8rem;
}
