/*Fonts*/

body {
    font-family: 'ralewayregular';
}

html {
    overflow-x: hidden;
}

@font-face {
    font-family: 'ralewayblack';
    src: url('../fonts/raleway/raleway/raleway-black-webfont.eot');
    src: url('../fonts/raleway/raleway/raleway-black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway/raleway-black-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway/raleway-black-webfont.woff') format('woff'), url('../fonts/raleway/raleway/raleway-black-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewaymedium';
    src: url('../fonts/raleway/raleway-medium-webfont.eot');
    src: url('../fonts/raleway/raleway-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-medium-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway-medium-webfont.woff') format('woff'), url('../fonts/raleway/raleway-medium-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'ralewaysemibold';
    src: url('../fonts/raleway/raleway-semibold-webfont.eot');
    src: url('../fonts/raleway/raleway-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-semibold-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway-semibold-webfont.woff') format('woff'), url('../fonts/raleway/raleway-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway/raleway-bold-webfont.eot');
    src: url('../fonts/raleway/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-bold-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway-bold-webfont.woff') format('woff'), url('../fonts/raleway/raleway-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'ralewayextralight';
    src: url('../fonts/raleway/raleway-extralight-webfont.eot');
    src: url('../fonts/raleway/raleway-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-extralight-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway-extralight-webfont.woff') format('woff'), url('../fonts/raleway/raleway-extralight-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway/raleway-regular-webfont.eot');
    src: url('../fonts/raleway/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway/raleway-regular-webfont.woff2') format('woff2'), url('../fonts/raleway/raleway-regular-webfont.woff') format('woff'), url('../fonts/raleway/raleway-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}




/*Globals*/

input, textarea {
    border-radius: 4px !important;
}

.centerText {
    text-align: center;
}

/*Menu*/

.menuItem {
    font-family: 'ralewayextralight' !important;
}

.top-bar.expanded .title-area {
    background: transparent !important;
}

.top-bar-section .dropdown {
    /*box-shadow: 5px 17px 20px rgba(0,0,0,0.4);*/
}

.top-bar-section .dropdown {
}


.newHeaderWrapper {
    width: 100%;
    background-color: #393936;
    color: #bbbbbb;
    height: 45px;
    display: flex;
    align-items: center;
}

.logo img {
    width: 165px;
    margin-left: 13px;
}

.container.header-info {
    background-color: #393936;
    color: white;
    height: 45px;
    font-size: 5pt !important;
    line-height: 45px;
}

.top-bar-section {
    /*left: -16px !important;*/
}

.top-bar {
    background: #2e3332;
}

.contactDetailsWrapper {
    margin-right: 14px !important;
    font-family: 'ralewayextralight';
}

.homeWrapper {
    height: 100vh;
    width: 100vw;
    background-color: greenyellow;
}




.loaderLayer {
    background-color: #393936;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    left: 0;
    z-index: 10;
    opacity: 1;
    z-index: 9999;
    top: 0;
}

.form-actions button {
    background-color: #2E3332 !important;
    width: 100% !important;
}

.loaderLayer.c_slideOut {
    transform: translateX(-100%);
    opacity: 1;
    z-index: 9999;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0);
}

.menuContentItemWrapper {
    color: white;
    border-radius: 8px;
    opacity: 0;
    font-family: 'ralewaysemibold';
}

#page2 .menuContentItemWrapper {
    color: white;
    border-radius: 8px;
    opacity: 1;
    font-family: 'ralewaysemibold';
}

#page2 .menuContentItem {
    padding: 10px;
    font-size: 200%;
    box-sizing: content-box;
    position: relative;
}

.menuContentItem {
    padding: 10px;
    font-size: 200%;
    box-sizing: content-box;
    position: relative;
}

.vacancyWrapper {
    box-shadow: 0 7px 10px rgba(0,0,0,0.15);
    border-radius: 4px;
}


#logo {
    width: 200px;
    box-sizing: content-box;
    transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    opacity: 0;
}

    #logo.loading {
        opacity: 1;
    }

.loaderIconWrapper {
    opacity: 0;
    padding-right: 0px;
    transform: scale(0.75, 0.75);
    -webkit-transform: scale(0.75, 0.75);
    transition: all 1000ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 1000ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
}

    .loaderIconWrapper .loader03 {
        width: 25px;
        height: 25px;
    }

    .loaderIconWrapper.visible {
        opacity: 1;
        padding-right: 10px;
    }

.roles-header {
    font-weight: bold;
    font-size: 40px;
    padding-bottom: 18px;
}

.roles-sub-header {
    font-weight: normal;
    font-size: 25px;
}


.contentLayer-open-roles-charcol {
    font-size: 62.5%;
    display: flex;
    background-color: #393936;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    align-items: center;
    transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    flex-direction: column;
    transform: scale(1, 1);
    /*min-height: 450px;*/
    justify-content: center;
    width: 100%;
    height: 80vh;
}

.contentLayer-open-roles-blue {
    font-size: 62.5%;
    display: flex;
    background-color: #85cac7;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    align-items: center;
    transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    flex-direction: column;
    transform: scale(1, 1);
    height: 80vh;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

.contentLayer-open-roles {
    font-size: 62.5%;
    display: flex;
    background-image: url('Images/Header-Image2- Edit1.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    align-items: center;
    height: 80vh;
    transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    flex-direction: column;
    transform: scale(1, 1);
    justify-content: center;
    width: 100%;
}

.contentLayer {
    font-size: 62.5%;
    display: flex;
    background-image: url('Images/homeBG.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    align-items: center;
    /*height: 100vh;*/
    transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    flex-direction: column;
    transform: scale(1, 1);
    min-height: 100vh;
    justify-content: center;
    padding-bottom: 25%;
}

/* Row layout */
.roles-row {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px
}

/* Card layout */
.role-card {
    flex: 1;
    display: flex;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    min-height: 180px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    /* Optional: slight lift on hover */
    .role-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    }

/* Image container */
.role-image {
    width: 50%;
    overflow: hidden;
    position: relative;
    height: 350px;
}

    /* Responsive image + zoom animation */
    .role-image img {
        width: 100%;
        /*height: 100%;*/
        object-fit: cover;
        transition: transform 0.4s ease;
    }

/* Zoom on hover */
.role-card:hover .role-image img {
    transform: scale(1.08);
}

/* Text panel */
.role-content {
    width: 50%;
    padding: 40px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.rolecard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 5px;
    padding: 20px 0;
    /*max-width: 250px;*/ /* choose your card width */
    margin: 0 auto; /* center the grid */
}

.rolecard-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    width: 203px;
    height: 270px;
    margin-bottom: 20px;
}

    .rolecard-item:hover {
        transform: translateY(-4px);
    }

.rolecard-image-wrapper {
    position: relative;
    overflow: hidden;
}

    .rolecard-image-wrapper img {
        width: 100%;
        height: 270px;
        object-fit: cover;
        transition: transform 0.4s ease;
        display: block;
    }

.rolecard-item:hover .rolecard-image-wrapper img {
    transform: scale(1.05);
}

.rolecard-ribbon {
    position: absolute;
    font-weight: bold;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background-color: #2b2b2b;
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    transition: background .3s ease;
    z-index: 1;
    padding-top: 14px;
    padding-right: 10px;
    padding-left: 10px;
}

    .rolecard-ribbon:hover {
        background-color: #444;
    }

.rolecard-description {
    padding: 16px;
    font-size: 15px;
    color: #333;
}


.blog-container {
    max-width: 760px;
    margin: 0 auto;
    padding: 20px;
    font-family: "Segoe UI", Roboto, sans-serif;
    line-height: 1.7;
    color: #222;
}

.blog-header {
    text-align: center;
    margin-bottom: 30px;
}

    .blog-header h1 {
        font-size: 2.2rem;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .blog-header .subtitle {
        font-size: 1.1rem;
        color: #666;
    }

.blog-hero {
    width: 100%;
    margin: 25px 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 18px rgba(0,0,0,0.12);
}

    .blog-hero img {
        width: 100%;
        height: auto;
        display: block;
    }

.blog-content {
    font-size: 1.05rem;
}

    .blog-content h2 {
        margin-top: 32px;
        font-size: 1.6rem;
    }

    .blog-content p {
        margin: 18px 0;
    }

.contentLayerZoomOut {
    transform: scale(0.7, 0.7);
}

.mainTitle {
    font-family: 'ralewaybold';
    font-size: 4em;
    color: white;
    opacity: 0;
    padding: 50px 100px 25px 100px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
}

.container .cardsWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.vertical-search.serviced-search {
    height: 370px !important;
}

.pillarMicroloader {
    background-color: rgba(0, 0, 0, 1);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.microLoaderLayer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card {
    width: 200px;
    height: 200px;
    opacity: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.30);
    margin: 20px;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    position: relative;
    display: flex;
    transition: all 450ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 450ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    bottom: 0;
    cursor: pointer;
}

.smallCard .card {
    width: 150px;
    height: 150px;
    opacity: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.30);
    margin: 20px;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 5px;
    position: relative;
    display: flex;
    transition: all 450ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 450ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    bottom: 0;
    cursor: pointer;
}

.smallCard .cardBottomInfoLabel {
    font-size: 1em;
}


.card:hover {
    bottom: 10px;
}

#cardOffice {
    background-image: url('../Images/newCards/cardOffice_.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    /* background-color: #999; */
    /* background-attachment: fixed; */
    background-position: center;
}

#cardRes {
    background-image: url('../Images/newCards/cardRes_.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    /* background-color: #999; */
    /* background-attachment: fixed; */
    background-position: center;
}

#cardIndus {
    background-image: url('../Images/newCards/cardIndus_.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    /* background-color: #999; */
    /* background-attachment: fixed; */
    background-position: center;
}


#cardServ {
    background-image: url('../Images/newCards/cardServ_.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    /* background-color: #999; */
    /* background-attachment: fixed; */
    background-position: center;
}

#cardRet {
    background-image: url('../Images/newCards/cardRet_.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    /* background-color: #999; */
    /* background-attachment: fixed; */
    background-position: center;
}

.cardBottomWrapper {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    align-self: flex-end;
    min-height: 0%;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    position: relative;
    justify-content: center;
    display: flex;
    transition: all 450ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 450ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
}

.cardBottomInfoWrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    transition: all 450ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 450ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
}

.cardBottomInfo {
    margin-bottom: 0%;
    transition: all 450ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 450ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    color: white;
    opacity: 0;
    font-family: 'ralewaybold';
}

.cardBottomInfoFilled {
    opacity: 1;
}

.cardBottomFilled {
    min-height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


.cardBottomWrapper img {
    width: 90%;
    padding: 10px;
    height: 100%;
}

.cardBottomInfoLabel {
    font-size: 2em;
}

.cardBottomInfoM2 {
    font-size: 0.7em;
    font-family: 'ralewayextralight';
    bottom: 9px;
    position: relative;
}

.navHeader {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    display: flex;
    min-height: 50px;
    transition: all 450ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 450ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
}

.navHeaderOpen {
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.93) !important;
}

.headerLogo {
    width: 140px;
}

.headerLeftSide {
    display: flex;
    justify-content: flex-start;
    padding: 20px;
    width: 50%;
    align-items: flex-start;
}

.headerRightSide {
    display: flex;
    align-items: flex-start;
    width: 50%;
    justify-content: flex-end;
}

.burgerWrapper {
    padding: 11px;
    z-index: 30;
}

#burgerMenuClose {
    visibility: hidden;
    right: -50px;
}

.burgerIcon {
    width: 30px;
    position: absolute;
    right: 15px;
}

.menuOpenContentWrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 150px 0 150px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 0;
    transition: all 450ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    z-index: 25;
    -webkit-transition: all 450ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
}

    .menuOpenContentWrapper.open {
        opacity: 1;
        pointer-events: all;
    }

.menuItemMore {
    font-family: 'ralewayextralight';
    opacity: 0;
    position: absolute;
    right: -10px;
}

.menuPageWrapper {
    text-align: center;
}

#page1 {
    position: absolute;
}

#page2 {
    visibility: hidden;
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    color: white;
}

.menuPageWrapper.shown {
    display: flex;
}

.information ul {
    margin-left: 0;
}

.oso-search-with-map .google-map {
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
    border: solid 2px white;
}

#lblPreviousSearch {
    padding: 15px;
    /*! background-color: rgba(0, 0, 0, 0.6); */
    border-radius: 4px;
    /*! margin-top: 23px; */
    /*! color: white; */
    font-family: 'ralewayextralight';
    visibility: hidden;
}

.office-search-block .tokenized .actions button {
    background-color: #2e3332 !important;
}

    .office-search-block .tokenized .actions button[type=submit] {
        background-color: #ebc53b !important;
        box-shadow: 0 0 10px rgba(240, 196, 0, 0.35);
    }

    .office-search-block .tokenized .actions button#search-progress-p {
        background-color: rgba(255, 193, 0, 1.000) !important;
        box-shadow: 0 0 10px rgba(240, 196, 0, 0.35);
    }

.searchCardWrapper {
    width: 200px;
    height: 200px;
    background-color: limegreen;
    border-radius: 4px;
}

.resultCardInfoWrapper {
    background-color: #2E3332;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    color: white;
    font-size: 10pt;
    padding: 0px 9px 6px 9px !important;
    position: relative;
}

    .resultCardInfoWrapper h3 {
        color: white !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1;
    }

.mobileMenuPopUp {
    background-color: rgba(100,150,50,0.2);
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 999;
    height: 100%;
    pointer-events: none;
}

.vacancyButtonWrapper {
    display: flex;
    justify-content: center;
}

.agentSubmit {
    padding: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    border-radius: 4px;
}

/*Basic panelbar styling*/

.z-tabs.flat.vertical.z-bordered.top-left.medium > ul.z-tabs-nav {
    border-width: 0;
}



.z-tabs.horizontal.top.flat.z-bordered.medium > .z-container {
    border-width: 0;
    padding: 4px;
}

.z-tabs.flat.vertical > ul.z-tabs-nav > li.z-active {
    padding: 5px;
}

.z-tabs.flat.flat-alizarin > ul.z-tabs-nav > li.z-active > a {
    background-color: #353535;
    border-radius: 4px;
}

.z-tabs.flat > ul.z-tabs-desktop > li {
    transition: ease-in-out 0.25s;
}

.z-tabs.flat .z-container {
    border-radius: 4px !important;
}

.z-tabs.flat.mobile > ul.z-tabs-desktop > li {
    margin: 0;
}

z-content-inner iframe {
    border-radius: 4px;
}

.z-tabs.flat.contained > ul > li a {
    padding: 10px;
}

.z-tabs.flat.horizontal.top > ul.z-tabs-nav > li {
    padding: 5px 4px 4px 4px;
}

.z-tabs.flat > ul.z-tabs-nav > li > a, .z-tabs.flat.horizontal > ul.z-tabs-nav > li > a {
    transition: ease 0.25s all;
}

.basketLabel {
    color: white;
    line-height: 2;
}

/*Gallery Styling*/

.ug-gallery-wrapper .ug-strip-panel {
    opacity: 0;
}

.ug-slider-wrapper .ug-slide-wrapper {
    height: 100% !important;
}

.ug-item-wrapper {
    height: 100% !important;
}

.ug-slider-wrapper {
    height: 100% !important;
}

    .ug-slider-wrapper .ug-slider-inner {
        height: 100% !important;
    }

.ug-theme-panel {
    display: none;
}

.ug-zoompanel {
    display: none;
}

.imageblock .left {
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}

    .imageblock .left label, .imageblock .left a {
        color: white;
    }

    .imageblock .left a {
        font-family: 'ralewaybold';
    }

.widget {
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    border-radius: 4px;
}

    .widget .content {
        border-radius: 4px;
        padding: 5px;
    }

.vacancy-actions, #dvContactAgentSection.widget {
    box-shadow: none !important;
}

#cart .widget {
    box-shadow: none;
}

.tp-caption.News-Title {
    font-family: 'ralewaybold';
}

.z-tabs.flat.flat-alizarin > ul.z-tabs-mobile.z-state-closed > li a, .z-tabs.flat.flat-alizarin > ul.z-tabs-mobile > li a {
    background-color: #383835;
    border-radius: 4px;
}

.cart-box .microLoader {
    background-color: #393936;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    z-index: 10;
    opacity: 1;
    z-index: 9999;
    border-radius: 4px;
}

.microLoader {
    background-color: #393936;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    -webkit-transition: all 650ms cubic-bezier(0.990, 0.005, 0.000, 1.005);
    z-index: 10;
    opacity: 1;
    z-index: 9999;
    border-radius: 4px;
    left: 0;
    top: 0;
}

.assigned-agents a {
    font-size: 12px !important;
    padding-left: 0 !important;
    word-wrap: break-word;
}

.assigned-agents img {
    border-radius: 4px;
}

.z-tabs.flat {
    border-radius: 4px;
}

.vacancyLeftWrapper {
    /*padding-right:0;*/
}

.resultsReturnedLink {
    background-color: rgba(57, 57, 54,0.85);
    padding: 10px 20px 10px 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    margin-top: 22px;
    align-items: center;
    width: 50px;
    height: 50px;
    box-shadow: 0 9px 20px rgba(0, 0, 0,0.3);
    border-radius: 100%;
}

.resultsReturnedLinkWrapper {
    transform: scale(0.1,0.1);
    -webkit-transform: scale(0.1,0.1);
    -moz-transform: scale(0.1,0.1);
    visibility: hidden;
}



.resultsLoader .loader03 {
    border-top-color: white;
    border-bottom-color: white;
    animation: loader-rotate 0.5s linear infinite;
    width: 30px;
    height: 30px;
}

.resultsLoader {
    position: absolute;
    right: 10px;
}


.arrowDownWrapper {
    padding-left: 10px;
    position: relative;
}

.resultsReturnedLink img {
    width: 20px;
    position: relative;
    bottom: 3px;
}

input[type="text"]:focus, textarea:focus {
    background: #FFF2C3;
}

.resultsHeaderText {
    margin: 0 auto;
    visibility: hidden;
    text-shadow: 0 0 0px white;
    display: flex;
    font-size: 21pt;
    font-family: 'ralewaysemibold';
    padding: 10px 0 10px 0;
    color: rgba(57,57,64,1);
}

.resultsHeaderText {
    text-align: center;
    margin: 0 auto;
    visibility: visible;
    display: block;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 24px;
    height: 24px;
    cursor: default;
    bottom: 7px;
    margin-bottom: 7px;
    border-radius: 100%;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -6px;
}

.jplist-label {
    margin: 36px 10px 0 15px;
}

.jplist-panel .jplist-pagination .jplist-pagingmid {
    margin-top: 26px;
}

.jplist-panel .jplist-pagination .jplist-pagingnext {
    float: left;
    margin-top: 26px;
}

.jplist-panel .jplist-pagination .jplist-current {
    color: #2e3332;
}


.blog-wrapper ul {
    padding-left: 20px
}

    .blog-wrapper ul li::before {
        /*content: "\f192 ";*/
        font-family: "fontawesome";
        margin-right: 10px;
        color: #FFC300;
        font-size: 14px;
    }

    .blog-wrapper ul li {
        font-size: 0.75em !important;
        position: relative;
        left: 20px;
    }

.blog-wrapper ul, .blog-wrapper ol {
    padding-left: 45px;
}

.blog-wrapper ol {
    counter-reset: list;
    list-style: none;
}

    .blog-wrapper ol li {
        counter-increment: list;
        margin-bottom: 10px;
        font-size: 0.75em !important;
    }

        .blog-wrapper ol li::before {
            content: "\f192 ";
            font-family: "fontawesome";
            /* margin-right: 10px; */
            color: #FFC300;
            font-size: 14px;
            position: absolute;
            left: -15px;
            top: -2px;
        }

.blog-wrapper h1, .blog-wrapper h2, .blog-wrapper h3, .blog-wrapper h4, .blog-wrapper h5, .blog-wrapper h6 {
    color: #f5c605;
}

.blog-wrapper h2, .blog-wrapper h3, .blog-wrapper h4, .blog-wrapper h5, .blog-wrapper h6 {
    padding-left: 20px;
}


.blog-wrapper blockquote {
    line-height: 1.6;
    color: white;
    background-color: #393937;
    border-radius: 4px;
    padding: 15px;
    font-size: 0.8em;
    width: 75%;
    margin-left: 17px;
    position: relative;
}

    .blog-wrapper blockquote::before {
        content: "''";
        position: absolute;
        top: -35px;
        color: #f7c805;
        transform: rotate(140deg);
        font-size: 3.5em;
        left: -10px;
    }


.top-bar-section .has-dropdown:hover > .dropdown {
    clip: auto !important;
    height: auto !important;
    overflow: visible !important;
    width: auto !important;
    left: 0 !important;
    top: 100% !important;
}

.blog-content-button {
    margin-top: 20px;
}

.blog-text {
    font-size: 18px;
}

.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
    color: white;
    font-size: 14px;
}

.sm-clean {
    border-radius: 1px;
    background-color: #2e3332;
}

/*Wed13 Update*/
@media (max-width: 430px) {
    /* styles for iPhone 14 Pro Max portrait */
    .contentLayer-open-roles {
        padding-top: 50px;
        height: 70vh;
        min-height: 300px;
    }

    .contentLayer-open-roles-blue {
        height: 70vh;
    }

    .contentLayer-open-roles-charcol {
        height: 70vh;
    }

    .roles-sub-header {
        font-size: 20px;
        padding-bottom: 50px;
    }

    .role-image {
        width: 100%;
        height: 245px;
    }

    .roles-header {
        font-size: 32px;
    }

    .rolecard-grid {
        padding-left: 30px;
        padding-right: 30px;
    }

    .roles-row {
        padding-left: 25px;
        padding-right: 25px;
    }

    .rolecard-grid {
        /*grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));*/
    }

    .rolecard-item {
        width: 100%;
        margin-bottom: 35px
    }

    .rolecard-ribbon {
        font-size: 18px;
    }

    .roles-row {
        flex-direction: column;
    }

    .role-card {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    /*.role-image {
        width: 100%;
        height: 220px;*/ /* keeps a nice aspect ratio */
    /*padding-left: 20px;
        padding-right: 20px
    }*/

    .role-content {
        width: 100%;
        padding: 20px;
    }

    .roles-wrapper {
        padding-left: 20px;
        padding-right: 20px;
        text-align: center;
    }

    .open-role-subtext {
        padding-right: 40px;
        padding-left: 40px;
    }

    .blog-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .blog-text {
        font-size: 16px;
    }

    .sm-clean a {
        font-size: 12px;
    }

    #main-menu.sm-clean a {
        font-size: 12px;
        /*color: #333;*/
        padding: 12px 18px;
        text-decoration: none;
        font-weight: 500;
    }

        /* Hover state */
        #main-menu.sm-clean a:hover {
            color: #000;
            background: #f2f2f2;
        }
}
/*Home Page Styles*/

@media screen and (max-width: 480px) {
    .mainTitle {
        font-size: 3em !important;
        padding: 10px 20px 10px 20px !important;
    }

    .contentLayer-open-roles {
        padding-top: 50px;
    }

    .roles-header {
        font-size: 35px;
    }
}


/* Hide menu on mobile */
@media only screen and (max-width: 640px) {
    .main-nav {
        display: none;
    }

        .main-nav.open {
            display: block;
        }

    /* Make menu vertical on mobile */
    #main-menu.sm-clean {
        display: block;
    }

        #main-menu.sm-clean > li {
            display: block;
            width: 100%;
        }

    .sm-clean a .sub-arrow {
        width: 25px;
        height: 25px;
        margin-top: -5px;
        margin-left: 20px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
    }

    #main-menu.sm-clean a {
        display: block;
        padding: 6px 16px;
        font-size: 14px;
    }
}
