body,html {
    background-color: #FFFFFF;
    color:#333333;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;

    -webkit-font-smoothing:antialiased;
}


img, video {
    max-width: 100%;
    height: auto !important;
}
.clickable {
    cursor: pointer;
}


footer {
    color:#FFF;
    background-image: url('/img/assets/footer-shape.svg');
    background-size: cover;
    background-position: top center;
}

.headerImage {

}
.headerImage .image img {
    width: 100% !important;
}




.navbar .nav-link {

}
.navbar {
    box-shadow: 0 0 30px rgba(0,0,0,0.1);
    font-size: 17px;
    font-weight: 500;
}
.navbar-text {
    white-space: nowrap;
}
.navbar-text span {
    font-weight: 500;
    color:#D1CBC6;
}
.navbar-text .inline-block:not(:last-child) {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #D1CBC6;
}

.navbar-brand {
    border-right: 1px solid #D1CBC6
}
div.logo {
    width: 180px;
}
@media screen and (max-width: 520px) {
    div.logo {
        width: 100px;
    }
    .navbar-brand {
        border-right: none;
    }
}
.navSpacer {
    height: 195px;
    position: relative;

    background: #133b3e;
    background: linear-gradient(345deg, rgba(19, 59, 62, 1) 0%, rgba(10, 45, 79, 1) 100%);
}
.navSpacer {
    position: relative;
}
.navSpacer .overlay {
    position: absolute;
    left:0; bottom:-1px;
    width: 100%;
    z-index: 3;
}
.navSpacer .overlay img {
    width: 100% !important;
    display: block;
}

@media screen and (max-width: 520px) {
    .navSpacer {
        height: 100px;
    }
}


.navbar .nav-link {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
}


.headerImage .container {
    color:#FFF;
}
.headerImage h1 {
    font-size: 60px;
}
.headerImage .subtitle {
    font-size: 40px;
    line-height: 1.1;
}

@media screen and (max-width: 620px) {
    .headerImage h1 {
        font-size: 50px;
    }
    .headerImage .subtitle {
        font-size: 30px;
    }
}


.carouselHolder .owl-nav {
    position: absolute;
    top:calc(50% - 25px);
    width: 100%;
}
.carouselHolder .owl-nav > * {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 20px !important;
    background-color: #F5F3ED;
    color:#1A130F !important;
    padding-top: 6px !important;
}
.carouselHolder .owl-nav .owl-prev {
    left: 0;
}
.carouselHolder .owl-nav .owl-next {
    right: 0;
}
.carouselHolder.owl-nav-outer .owl-nav .owl-prev {
    left: -60px;
}
.carouselHolder.owl-nav-outer .owl-nav .owl-next {
    right: -60px;
}
.carouselHolder .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 31px;
}


.gallery-item {
    aspect-ratio: 1/1;
    background-color: #FFF;
    border-radius: 15px;
    overflow: hidden;
}
.gallery-item.gallery-item-autoheight {
    aspect-ratio: auto;
    position: relative;
}
.gallery-item .image-holder {
    background-color: #777777;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.gallery-item .gallery-caption {
    background-color: #FFF;
    border-radius: 0 0 15px 15px;
    padding: 15px;
    text-align: center;

    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
}
.owl-item .gallery-item img {
    border-radius: 15px 15px 0 0;
    width:100% !important;
    height: 100% !important;
    max-width: none;
    max-height: none;
}




.btn {
    position: relative;
}
.btn:after {
    content: "";
    display: block;
    width: 40px; height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: 100px;
    position: absolute;
    right:-1px; top:-1px;
}
.btn {
    padding-right: 60px !important;
}

#map-canvas {
    aspect-ratio: 16 / 9;
    position: relative;
    display: block;

    border-radius: 15px;
}



.employeeCard {

}
.employeeCard img {
    transform: rotate(-1deg);
}

.serviceCard {
    margin:20px 0;
}
.serviceCard h3 {
    font-weight: 500 !important;
    color:#857979;
    height: 2.3em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.serviceCard .introText {
    height: 4.5em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.serviceCard .buttonHolder .btn{
    margin-bottom: 0;
}


.vacancyCard {
    margin:80px 0;
}
.vacancyCard h3 {
    font-weight: 500 !important;
    color:#857979;
}
.vacancyCard .introText {
    height: 3em;
    box-sizing: content-box;
}
.vacancyCard .listGroupHolder {
    margin-left:-25px;
    margin-right: -25px;
}
.vacancyCard .listGroupHolder .list-group-item {
    padding-left: 25px;
    padding-right: 25px;
}