/**
 * Header
 */
#wrapper {
    padding-top:60px;
    padding-bottom:155px;
    width:100%;
    margin:0 auto;
    box-shadow: 0 0px 40px rgba(0, 0, 0, 0.3), 0 0 0px rgba(0, 0, 0, 0.1);
}
#header {
    width:100%;
    position:fixed;
    top:0px;
    background: white;
    z-index: 10000;
    transition: all .25s ease-in-out;
    height:60px;
}
#logo {
    width:78px;
    float:left;
    margin:16px 32px;
    transition: all .25s ease-in-out;
    display: block;
}
#logo img {
    width:100%;
    height:auto;
}
#header h1 {
    margin-left:142px;
    margin-top: 10px;
    display: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#header.sticky {
    box-shadow: 0px 0px 10px #00000029;
}
#header.sticky  h1 {
    display: block;
}
.banner {
    position:relative;
}
.banner-image {
    height:600px;
    background-position: center;
    background-size: cover;
}
.banner .mobile {
    background-position: center;
}
.content-wrapper {
    margin: 0 auto;
    max-width: 1800px;
}
.intro {
    position:absolute;
    bottom: -40px;
    background-color: #002650;
    background-image: url("../images/svg/waves-small.svg");
    background-size: cover;
    width:708px;
    box-sizing: border-box;
    padding: 40px 40px 40px 160px;
    color: #fff!important;
}
.intro img {
    position: absolute;
    left: 0;
    bottom: -400px;
}
.intro .intro_job_description {
    color: #0EC8C8;
    font-family: Roboto Mono;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
}
.intro h1 {
    color:#fff;
    text-align: left;
    font-size: 50px;
    line-height: 58px;
}
.intro p {
    font-size:20px;
    line-height: 28px;
    font-weight: 300;
    color:#EEF3F5;
}

/**
 * Content
 */
.isFirst {
    margin-top:0px!important;
}
.isLast {
    margin-bottom:0px!important;
}
section {
    margin:0px;
}
section.content {
    padding-top:110px;
}
.content {
    width:100%;
    max-width:738px;
    margin:0px auto;
}
article {
    padding:35px 0px 0px 95px;
}
article.job {
    position: relative;
    padding-top:80px;
}


/**
 * Meta
 */
.meta {
    position: absolute;
    top: 80px;
    left: -175px;
    width: 200px;
}
.meta a {
    padding-bottom: 2px;
    border-bottom: solid 4px #004D9F;
    font-weight: 500;
}
.meta span {
    display: block;
    color:#000;
}
.meta label {
    display: block;
    font-family: "Roboto Mono", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color:#004D9F;
    margin-top:25px;
    margin-bottom:8px;
}
.meta div:first-of-type label {
    margin-top:5px;
}
.tags li {
    color:#004D9F;
    padding:4px 8px;
    border:solid 1px #004D9F;
    border-radius: 3px;
    display: table;
    margin-bottom:8px;
    font-weight: 500;
}
.meta li:before {
    content:"";
}
.meta div > img {
    border-radius: 50%;
    width:84px;
    height:84px;
}

/**
 * Media
 */
.media {
    background-color: #FAFAFA;
    padding:80px 25px;
    margin-top:50px;
    margin-bottom:0px;
}
.media .content {
    text-align: center;
}
.media.content-image .content-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.media.content-image .image, .media.content-image .text {
    width:50%;
}
.media.content-image .image {
    padding-right:10%;
}
.media.content-image .text {
    position: relative;
}
/*.media.content-image .text .mid {
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}*/
.media.content-image span {
    color:#004D9B;
    font-family: "Roboto Mono", Helvetica, Arial, sans-serif;
}
#video {
    width: 100%;
    position: relative;
    padding-bottom: 56.22%;
    padding-top: 0px;
    height: 0;
    margin-top:30px;
}
#video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/**
 * Testimonials
 */
.testimonials {
    position: relative;
    margin-top:80px;
    border-top:solid 1px #004D9F;
    border-bottom:solid 1px #004D9F;
}
.portrait {
    width:72px;
    height:72px;
    border-radius: 50%;
    position: absolute;
    top:30px;
    left:-90px;
    background-size: cover;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
and (min-resolution:.001dpcm) {
    .portrait {
        image-rendering: -webkit-optimize-contrast !important;
    }
}

/* Unset for Safari 11+ */
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    .portrait {
        image-rendering: unset !important;
    }
}}
.testimonials p {
    font-size: 24px;
    line-height: 36px;
    color:#004D9F;
    font-style: italic;
    padding: 25px;
    margin-bottom:0px;
}
.testimonials p span {
    color:#004D9B;
    font-family: "Roboto Mono", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-style: normal;
}

/**
 * Benefits
 */
.benefits {
    margin-top:80px;
}
.benefits .content {
    text-align: center;
}
.benefits .multicolumn {
    text-align: left;
}
.slick-track {
    display: flex !important;
}
.slick-slide {
    height: 100% !important;
}
.slick-slide {
    background-color: #EEF3F5;
    border-radius: 5px;
}
.slick-slide h2 {
    margin-bottom:15px;
}
.slick-slide ul {
    margin-top:30px;
}
.slick-slide ul li {
    margin:10px 0px;
}
.slick-slide ul li:before {
    content:"–";
    color: rgba(0, 0, 0, 0.6);
}
.slick-slide .wrapper {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.slick-slide .wrapper .text {
    -ms-flex-item-align: start;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    align-self: flex-start;
    flex-grow: 1;
    padding: 30px;
    text-align: left;
    width: 60%;
}
.slick-slide .wrapper .image {
    height: 100%;
    overflow: hidden;
    text-align: right;
    width: 40%;
}
.slick-slide .wrapper .image img {
    -o-object-fit: cover;
    -o-object-position: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    object-fit: cover;
    object-position: center;
    min-height: 100%;
    max-height: 400px;
    width: 100%;
}

/**
 * Contact.
 */
.contact {
    margin-top:80px;
    background-color: #002650;
    background-image: url("../images/svg/waves.svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding:80px 0px;
    overflow: hidden;
    position: relative;
}
.contact .content {
    max-width: 1200px;
    padding: 0 25px;
}
.contact-means {
    white-space: nowrap;
}
.contact > img {
    width:100%;
    height:auto;
    position: absolute;
    left: 0;
    bottom: -430px;
}
.contact .image {
    width:151px;
    height:auto;
    border-radius: 50%;
    float:left;
    margin-right:40px;
}
.content .info {
    float:left;
    width: calc(100% - 191px);
}
.content small {
    color:#fff;
    opacity: 70%;
    font-family: "Roboto Mono", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
}
.content p.small {
    color:#fff;
    font-size: 20px;
    line-height: 28px;
    margin-top:5px;
}
.contact h2 {
    color:#fff;
}
.contact ul li {
    display: inline-block;
    padding-left:0px;
    margin-right:50px;
}
.contact ul li:before {
    content:"";
}
.contact ul li img {
    margin-right: 10px;
    position: relative;
    top:10px;
}
.contact ul li a {
    color: #fff;
    padding-bottom:2px;
    border-bottom: solid 4px #004D9F;
}


/**
 * Jobs.
 */
#jobs-list {
    margin-top: 60px;
    border-top: 1px solid #EEF3F5;
}
#jobs-list .item {
    padding:16px 0px;
    border-bottom: 1px solid #EEF3F5;
    overflow: auto;
}
#jobs-list .item li {
    padding-left:0px;
    float:left;
}
#jobs-list .item li:before {
    content:"";
}
#jobs-list .item li.title {
    width:70%;
}
#jobs-list .item li.title a {
    color: #004D9F;
    font-weight: 600;
    position: relative;
}
#jobs-list .item li.title a span {
    position: absolute;
    left:0;
    bottom:-5px;
    width:0%;
    height:4px;
    background: #004D9F;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
#jobs-list .item li.title a:hover span {
    width:100%;
}
#jobs-list .item li.location, #jobs-list .item li.branch {
    width: 15%;
    font-family: "Roboto Mono";
    color:#00000099;
    font-size: 14px;
    line-height: 20px;

}
#jobs-list .item li.location {
    position: relative;
    padding-left:22px;
}
#jobs-list .item li.location:before {
    position:absolute;
    left:0;
    top:0;
    width:15px;
    height:20px;
    background-image: url("../images/location/marker.png");
    background-size: cover;
}

/**
 * Apply.
 */
#apply-process {
    padding:48px 0px;
    margin-top:-24px;
}
#apply-process ul {
    margin-top:-20px;
}
#apply-process ul li {
    margin: 8px 0px 8px 14px;
    padding-left:20px;
}
#apply-process ul li:before {
    top:4px;
    content:"";
    width:13px;
    height:13px;
    background-size: cover;
}

/**
 * Similar jobs.
 */
#similar-jobs {
    margin-top: 80px;
}
#similar-jobs .content {
    max-width: 1200px;
    padding: 0 25px;
}
#similar-jobs {
    padding: 48px 0px;
}
#similar-jobs h3 {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0px;
}
#similar-jobs strong {
    font-size: 16px;
}

/**
 * Follow.
 */
#follow {
    margin-top:-24px;
    margin-bottom:0px;
    padding: 48px 0px;
}
#follow .content {
    text-align: center;
}
.follow a {
    text-decoration: none;
    margin:4px 8px;
    display: inline-block;
    padding-bottom:0;
    border-bottom:none;
}
.follow a:first-child {
    margin-left:0px;
}

/**
 * Footer.
 */
#footer {
    width: 100%;
    z-index: 1000;
    padding: 18px 185px 18px 70px;
    position: fixed;
    bottom:0px;
    background-color: #002650;
    display: flex;
}
#footer > div {
    width:33%;
}
#footer p {
    color:#fff;
    margin-top: 18px;
}
#footer .popup {
    display: inline;
    position: relative;
}
#footer .social {
    margin-top:20px;
    text-align: center;
}
#footer .social a svg * {
    fill:#fff;
}
#footer .social #social-icon-popup a svg * {
    fill: rgba(0, 0, 0, 0.6);
}
#footer .social > a, #footer .social .popup > a {
    margin-right:30px;
    font-size:18px;
    color:#fff;
    white-space: nowrap;
}
#footer .social a span {
    position: relative;
    top:-4px;
    margin-left:5px;
}
#footer .social a span span {
    top:0px;
}
#footer .button-wrap {
    text-align: right;
}
.whatsapp {
    display: none;
}
#social-icon-popup {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 40px;
    left: -5px;
    min-width: -webkit-min-content;
    min-width: -moz-min-content;
    min-width: min-content;
    z-index: 1900;
    border: 1px solid #d4d4d5;
    line-height: 1.4285em;
    width: 220px;
    background: #fff;
    padding: .833em 0;
    font-weight: 400;
    font-style: normal;
    color: rgba(0,0,0,.87);
    border-radius: .28571429rem;
    box-shadow: 0 2px 4px 0 rgba(34,36,38,.12), 0 2px 10px 0 rgba(34,36,38,.15);
}
#social-icon-popup:before {
    background: #fff;
    position: absolute;
    content: '';
    width: .71428571em;
    height: .71428571em;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    box-shadow: 1px 1px 0 0 #bababc;
    bottom: -5px;
    left:12px;
}
#social-icon-popup.show {
    visibility: visible;
    transition: transform 0.2s;
    opacity: 1;
    z-index: 10;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -transform: scale3d(1, 1, 1);
    pointer-events: auto;
}

#social-icon-popup a {
    margin:0 10px;
}

.ui.dimmer {
    z-index: 10000;
}
.mobile {
    display: none!important;
}

/**
   * Media Queries mobile
*/
@media screen and (max-width: 1200px) {
    article {
        padding-left:175px;
    }
    .meta {
        left:0px;
    }
}
@media screen and (max-width: 1100px) {
    .content {
        padding-left: 25px;
        padding-right: 25px;
    }
    .slick-slide {
        height: inherit !important;
    }
    .slick-slide .wrapper .text {
        order: 2;
        padding: 25px;
        width: 100%;
    }
    .slick-slide .wrapper .image {
        display: none;
    }
}

/**
   * Media Queries mobile
*/
@media screen and (max-width: 1024px) {
    .mobile {
        display: block!important;;
    }
    .desktop {
        display: none!important;;
    }
    .intro {
        width:100%;
        position:initial;
        bottom:auto;
        padding:40px 25px;
    }
    .about article {
        padding-left:0px;
        padding-right:0px;
    }
    .contact ul li {
        display: block;
    }
    #footer {
        padding: 18px;
    }
    .testimonials {
        padding-left:80px;
    }
    .portrait {
        left:0;
    }
}

@media screen and (max-width: 667px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }
    #wrapper {
        padding-bottom:170px;
    }
    h2, h2:last-child {
        font-size: 22px;
        line-height: 28px;
        margin-bottom:15px;
    }
    h3, h3:last-child {
        font-size: 22px;
        line-height: 28px;
    }
    h4, h4:last-child {
        font-size:18px;
        line-height: 28px;
    }
    #logo {
        margin-left:15px;
        margin-right:15px;
    }
    #header.sticky h1 {
        font-size: 22px;
        margin-left: 100px;
        margin-top: 17px;
    }
    section.content {
        padding-top:90px;
    }
    article {
        padding: 40px 0px 0px 0px
    }
    .intro h1 {
        font-size:40px;
        line-height: 54px;
    }
    .intro p, em {
        font-size: 18px;
        line-height: 29px;
    }
    .content h1 {
        font-size: 28px;
        line-height: 38px;
    }
    em {
        text-align: center;
    }
    .meta {
        float: none;
        text-align: center;
        margin-bottom: 50px;
        position: relative;
        top: auto;
        width: auto;
    }
    .job-text {
        float: none;
        width: 100%;
    }
    .tags li {
        margin: 8px auto;
    }
    article.job {
        margin-bottom: 40px;
    }
    .ui.accordion {
        padding-top:0px;
    }
    .ui.accordion .title:not(.ui) {
        border-top:1px solid #EEF3F5;
        padding-top:15px;
        padding-bottom:15px;
    }
    .ui.accordion .title:not(.ui) h4 {
        margin-bottom:0px;
        font-size: 18px;
        line-height: 28px;
    }
    .ui.accordion .title:not(.ui) h4:after {
        content:"+";
        float: right;
    }
    .ui.accordion .title.active:not(.ui) h4:after {
        content:"-";
    }
    .ui.accordion:last-of-type {
        border-bottom:1px solid #EEF3F5;
    }
    .ui.accordion:not(.styled) .title~.content:not(.ui):last-child {
        padding-bottom:15px;
    }
    .media.content-video .content {
        padding-left:0px;
        padding-right:0px;
    }
    .media, .media.content-image {
        padding:40px 25px;
    }
    .media.content-image .text {
        width: 100%;
        order: 1;
        margin-bottom:30px;
    }
    .media.content-image .image {
        width: 100%;
        order: 2;
        padding:0px;
    }
    .media.content-image .text .mid {
        position: initial;
        top:auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .testimonials {
        text-align: center;
        margin-top:40px;
        padding-left:0px;
    }
    .portrait {
        position: initial;
        margin: 0px auto 25px;
        display: block;
    }
    .testimonials p {
        margin-bottom:0px;
        padding-left:0px;
        padding-right:0px;
        font-size: 22px;
        line-height: 28px;
    }
    .contact {
        margin-top:40px;
        padding:40px 0px;
    }
    .contact .image {
        float:none;
    }
    .content .info {
        float: none;
        width: 100%;
        margin-top:40px;
    }
    .content p.small {
        font-size:18px;
        line-height: 28px;
        margin-bottom:25px;
    }
    .contact h2 {
       font-size: 28px;
        line-height: 38px;
    }
    .contact-means li {
        margin:10px 0px;
    }
    #similar-jobs {
        padding-top:0px;
    }
    #jobs-list {
        margin-top:30px;
    }
    #jobs-list .item li.location, #jobs-list .item li.branch {
        display: none;
    }
    #jobs-list .item li.title {
        width:100%;
    }
    #jobs-list .item li.title a {
        font-size: 16px;
        line-height: 24px;
    }
    #footer {
        padding: 15px 25px 25px;
    }
    #footer p {
        text-align: center;
    }
    #social-icon-popup {
        left:-6%;
        bottom:38px;
        width:208px;
    }
    #social-icon-popup a {
        margin: 0 5px;
    }
    #footer .social .print-icon {
        display: none;
    }
    #footer .social .whatsapp {
        display: inline;
    }
    #footer .button-wrap {
        float: none;
        text-align: center;
    }
    #footer {
        display:initial;
    }
    #footer > div {
        width:50%;
    }
    #footer .closing {
        width:100%;
        margin-bottom:20px;
    }
    #footer .social {
        width:40%;
        float:left;
    }
    #footer .button-wrap {
        width:60%;
        float:left;
    }
    .benefits {
        margin-top:40px;
    }
    .slick-slide .wrapper .image {
        order:1;
        width:100%;
    }
    .slick-slide .wrapper .image img {
        border-bottom-right-radius: 0px;
        border-top-left-radius: 5px;
    }
    .slick-slide {
        margin:7px;
    }
    .slick-slide h2 {
        font-size: 28px;
        line-height:38px;
    }
}
