html, body {
    width:100%;
    height:100%;
    margin:0;
    padding:0;
}
body {
    font-family: Arial, sans-serif;
    font-weight:400;
    font-size: 16px;
    line-height: 1.4em;
    color: #171717;
}
/**
 * Typography.
 */
h1, h2, h3, h4, h5, h6,
h1.ui.header.dark, h2.ui.header.dark, h3.ui.header.dark, h4.ui.header.dark, h5.ui.header.dark, h6.ui.header.dark,
h1.ui.header.grey, h2.ui.header.grey, h3.ui.header.grey, h4.ui.header.grey, h5.ui.header.grey, h6.ui.header.grey,
h1.ui.header.black, h2.ui.header.black, h3.ui.header.black, h4.ui.header.black, h5.ui.header.black, h6.ui.header.black,
p, span, ul, li, a {
    font-family: Arial, sans-serif;
}

h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2em;
    color: #34b4e4;
    letter-spacing: 1px;
    margin-top:0px;
    margin-bottom:10px;
}


h2, .s2, section > .s1 {
    font-size: 32px;
    font-weight: lighter;
    line-height: 34px;
    color: #5d7884;
    margin-top:20px;
    margin-bottom:30px;
}

h3, .s3 , .s1{
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #5d7884;
    margin-top:0px;
    margin-bottom:10px;
}
a {
    color: #34b4e4;
    font-weight: normal;
    text-decoration: none;
}

em {
    display: block;
    font-style: normal;
    color: #8b9ba0;
    font-size: 22px;
    line-height: 1.4em;
    margin: 0px 0px 30px;
    font-weight: lighter;
    letter-spacing: 0.7px;
}

li {
    list-style-type: none;
}
/**
 * Layout
 */

#wrapper {
    width: 100%;
    max-width:900px;
    margin: 0 auto;
    border: 1px solid #BBBBBB;
    position:relative;
    padding-top:133px;
}

header {
    position: fixed;
    top: 0;
    background: white;
    width: 100%;
    max-width: 900px;
    box-sizing: border-box;
    z-index: 1000;
}
.logo {
    float:left;
    margin:40px 0px 38px 25px;
    display:block;
    transition: all 0.3s ease;
}
.logo img {
    width:100%;
    height:auto;
}
.sticky .logo {
    margin-top:10px;
    margin-bottom:10px;
}
.sticky-title {
    position:fixed;
    opacity:0;
    transition: opacity 0.2s ease 0s;
    font-size: 21px;
    padding: 10px 30px;
    background: #34b4e4;
    color:#ffffff;
    font-weight: normal;
    margin:5px 0 0;
    width:100%;
    max-width:900px;
    box-sizing: border-box;
    margin-top: 133px;
}
header.sticky .sticky-title {
    opacity:1;
    margin-top: 75px;
}
.content {
    margin:50px 30px;
}

section {
    margin:50px 0 0 0;
}

.full-width {
    margin-left:-20px;
    margin-right:-20px;
}

.multicolumn {
    display:table;
    width:100%;
    table-layout: fixed;
}
.multicolumn > * {
    display:table-cell;
    vertical-align: top;
    width:100%;
}

.width-80 {
    width:80%;
}

.width-50 {
    width:50%;
}

.width-66 {
    width:66.666%;
}

.width-33 {
    width:32%;
}

.width-20 {
    width:20%;
}

.separator {
    width:20px;
}

@media screen and (max-width: 500px) {

    .multicolumn > * {
        display:block;
        width:100%;
        clear:both;
    }
    .separator {
        display: none;
    }
}

/**
 * Navigation
 */
#navigation {
    float:right;
    margin-top:75px;
    margin-right:10px;
    transition: all 0.3s ease;
}
.sticky #navigation {
    margin-top:45px;
}
#navigation ul {
    margin:0px;
    padding:0px;
}

#navigation li {
    display:inline;
    padding-right:20px;
}

#navigation li a {
    color: #90d6f1;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    text-decoration: none;
    transition: all 0.3s ease;
}

#navigation li.active a, #navigation li a:hover {
    color: #34b4e4;
}


/**
 * Content general
 */
p {
    margin:10px 0px;
}
.content ul {
    margin: 0 0 30px 0;
    padding: 0;
}
.content ul li {
    list-style-type: none;
    margin: 0;
    padding: 6px 0 0 18px;
    position:relative
}
.content ul li::before {
    content: "";
    height:2px;
    width:10px;
    background:#34b4e4;
    position:absolute;
    left: 0px;
    top: 15px;
}
.image img, .image svg {
    display:block;
    width:100%;
    height:auto;
}
.isFirst {
    margin-top:0px!important;
}
.isLast {
    margin-bottom:0px!important;
}
.content a {
    display:block;
    margin:10px 0px;
    transition:all 0.6s ease;
}
.content a:hover {
    color:#171717;
}

/**
 * Contact
 */
#contact {
    margin-left:-30px;
    margin-right:-30px;
}
.bg {
    background:#f3f3f3;
    padding:30px;
    z-index: 1000;
    overflow:hidden;
    box-sizing: border-box;
}
#contact .multicolumn > * {
    vertical-align: bottom;
}
#contact .multicolumn .width-50 .width-33 {
    display:table-cell;
    width:33.333%;
}
#contact .multicolumn .width-50 .width-66 {
    display:table-cell;
    width:66.666%;
}
#contact .multicolumn .width-50 .separator {
    display:table-cell;
    width:20px;
}
.custom-contact a {
    display: inline;
}
/**
 * Video and Map
 */
#video {
    margin-left:-30px;
    margin-right:-30px;
    margin-top:40px;
}
#video iframe {
    border: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    min-height: 506px;
}
#map iframe {
    width:100%;
}

/**
 * Benefits
 */
#benefits .image {
    margin-left:-30px;
    margin-right:-30px;
}
#benefits a {
    display: inline;
}
#benefits .image.icon {
    display: table-cell;
    vertical-align: top;
    padding-right:15px;
}
#benefits .text {
    display: table-cell;
    vertical-align: top;
}
#benefits h3 {
    font-size: 14px;
    padding-bottom: 2px;
    margin-bottom:10px;
    border-bottom: solid 1px #34b4e4;;
}
#benefits p {
    font-size: 14px;
}

/**
 * More Jobs
 */
.more-jobs {
    margin-left: -30px;
    margin-right: -30px;
    text-align: center;
    overflow:auto;
}
.more-jobs .bg {
    padding:20px 0px 20px 30px;
}
.more-jobs .bg .multicolumn {
    margin-bottom:20px;
}
.more-jobs ul {
    float:left;
    margin-left: -60px;
    margin-bottom:20px;
}
.job {
    width:30%;
    padding-right:30px;
    text-align: left;
}
.job a {
    transition:all .3s linear;
    font-size:14px;
    font-weight:700;
    margin:0;
    padding:20px;
    background: white;
    border: solid 1px #3C92B0;
    position:relative;
    box-shadow:0 4px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
    height:100px;
}

.job a:hover {
    box-shadow:none;
    text-decoration: none;
    background:#fafafa;
    color:#90d6f1;
}



/**
 * Footer
 */
footer .width-50.isFirst {
    text-align: right;
}
footer .width-50.isLast {
    text-align: left;
}
footer .top {
    display:block;
    text-align:center;
    margin:40px 0px;
    transition:all 0.6s ease;
}
footer .top:hover {
    color:#171717;
}
footer .button, footer .share {
    cursor: pointer;
    color: #34b4e4;
    transition: all .3s linear;
    font-size: 14px;
    font-weight: 700;
    padding: 7px 10px;
    background: white;
    border: solid 1px #3C92B0;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
    display:inline-block;
}
footer .button:hover, footer .share:hover {
    box-shadow:none;
    background:#fafafa;
}
.share {
    transition: all 0.3s ease;
    text-align: left;
    overflow: hidden;
    width:136px;
}
.share:hover {
    width:310px;
}
.social-icons {
    transition: all 0.3s ease;
    position:absolute;
    left:130px;
    top:0px;
    width:0px;
    opacity:0;
    z-index:1000;
}
.share:hover .social-icons {
    width:240px;
    opacity:1;
}
.social-icons a {
    float:left;
}
.fas {
    font-size: 16px;
    margin-right:5px;
}
.social-icons a .fab, .social-icons a .fas {
    transition: all 0.3s ease;
    color:#3C92B0;
    font-size:31px;
    float:left;
    margin:3px 0px 2px 10px;
}
.social-icons a:hover, .social-icons a:hover .fab, .social-icons a:hover .fas {
    color:#34b4e4;
}
.social-icons .whatsapp {
    display:none;
}
.button.apply {
    background: #2eb3e3;
    color: #fff;
    display: inline-block;
    padding: 10px 40px;
    transition: all 0.6s ease;
    letter-spacing: 1px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    text-align: center;
}
.button.apply:hover {
    color: #fff;
    background: #5d7884;
    text-decoration: none;
    box-shadow: none;
    opacity:0.8;
}

/**
 * Slicknav menu
 */
.slicknav_menu {
    display: none;
    position: fixed;
    top: 62px;
    right: 0;
    font-size: 16px;
    background: white;
    width: 100%;
    z-index: 100000;
    margin:0;
}
.slicknav_btn {
    position: fixed;
    top: 20px;
    right: 53px;
    display: block;
    cursor: pointer;
}
.slicknav_icon-bar {
    position:absolute;
    display: block;
    width:35px;
    height:3px;
    background:#34b4e4;
    transition: all 0.3s ease;
}
.slicknav_icon-bar:nth-child(1) {
    top:0px;
}
.slicknav_icon-bar:nth-child(2) {
    top:10px;
}
.slicknav_icon-bar:nth-child(3) {
    top:20px;
}
.slicknav_open .slicknav_icon-bar:nth-child(2) {
    display:none;
}
.slicknav_open .slicknav_icon-bar:nth-child(1) {
    top:10px;
    transform: rotate(45grad);
}
.slicknav_open .slicknav_icon-bar:nth-child(3) {
    top:10px;
    transform: rotate(-45grad);
}
.slicknav_nav {
    list-style: none;
    margin:0px;
    padding:0px;
    border-bottom: 1px solid #cccccc;
}
.slicknav_nav li {
    display: block;
    margin:0px;
}
.slicknav_nav li.active {
     background: #34b4e4;
 }
.slicknav_nav li.active a {
    color:#ffffff;
}
.slicknav_nav a {
    padding: 12px 10px 13px 20px;
    margin: 0;
    text-decoration: none;
    color: #34b4e4;
    border-top: 1px solid #cccccc;
    font-size: 14px;
    text-transform: uppercase;
    display: inherit;
}
/**
 * Media Queries
 */
@media screen and (max-width: 850px) {
    #wrapper {
        padding-top:100px;
    }
    .logo {
        width:250px;
    }
    .sticky #navigation {
        margin-top: 28px;
    }
    header.sticky .sticky-title {
        margin-top:67px;
    }
    #navigation li a {
        font-size:14px;
    }
}
@media screen and (max-width: 775px) {
    .job a {
        height: 150px;
    }
}
@media screen and (max-width: 750px) {
    .logo {
        width:200px;
    }
    header.sticky .sticky-title {
        margin-top: 58px;
    }

}
.mobile {
    display: none!important;
}
@media screen and (max-width: 700px) {
    .desktop {
        display: none!important;
    }
    .mobile {
        display: block!important;
    }
    #wrapper {
        padding-top:61px;
        border:none;
    }
    .content {
        margin: 30px 15px 15px;
    }
    header {
        box-shadow: 0 6px 18px -8px black;
    }
    #navigation {
        display:none;
    }
    .slicknav_menu {
        display:block;
    }
    .sticky-title {
        margin-top:81px;
        font-size:18px;
        width:100%;
    }
    .logo {
        position:relative;
        margin:10px;
    }
    .more-jobs .bg {
        padding: 20px 30px;
    }
    .job {
        display: block;
        width:100%;
        margin-bottom:15px;
        margin-left:0px;
    }
    .job a {
        height:auto;
    }
    .more-jobs ul {
        margin-left: 0;
        padding: 0;
    }
    #map iframe {
        height: 240px;
    }
    .more-jobs {
        margin-left:-15px;
        margin-right:-15px;
    }
    .more-jobs .bg {
        padding:15px;
    }
    footer .multicolumn > * {
        display:block;
        width:100%;
        clear:both;
    }
    footer .multicolumn .width-50.isFirst,
    footer .multicolumn .width-50.isLast {
        text-align: center;
        margin-bottom:20px;
    }
    footer .top {
        margin:20px 0px;
    }
    .social-icons {
        top:3px;
    }
    .social-icons a .fab, .social-icons a .fas {
        font-size: 26px;
    }
    .social-icons a.whatsapp {
        display:inline-block;
    }

}
@media screen and (max-width: 420px) {
    body {
        font-size: 14px;
    }
    .content {
        margin: 15px;
    }
    h1 {
        font-size: 24px;
    }
    h2, .s2, section > .s1 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    h3, .s3, .s1 {
        font-size:16px;
        margin-bottom:0px;
    }
    em {
        font-size: 18px;
        line-height: 1.2em;
        margin-bottom:20px;
    }
    .logo {
        width:auto;
    }
    .logo img {
        width:75%;
        height:auto;
    }
    #video {
        margin-bottom:10px;
    }
    footer {
        padding: 10px 20px;
        box-sizing: border-box;
    }
    .button.apply {
        margin-bottom:10px;
        margin-right:0px;
        box-sizing:border-box;
        width:100%;
    }
    #contact .multicolumn .width-50 {
        margin-bottom:15px;
    }
    #video iframe {
        min-height:220px;
    }
}

.print-only {
    display:none;
}