﻿/*------------------------------------------------------------------
[Master Stylesheet]

Project:    JSP-Build
Version:    1.1
Last change:    05/02/08 
Assigned to:    @Name of builder@
Updated by:     @Name of request@
Primary use:    @client name@ JSP Styles 
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Global]
/*------------------------------------------------------------------*/
html {
    scroll-behavior: smooth !important;
}

/*Counter*/
body {
    counter-reset: section;
    overflow: initial !important;
}

.panel {
    background-color: transparent !important;
}

.limit-width-930 {
    margin-left: auto;
    margin-right: auto;
    max-width: 930px;
}
/*------------------------------------------------------------------
[Site Header]
/*------------------------------------------------------------------*/
.site-header {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100 !important;
    background-color: #fff;
}

.main-website {
    padding: 9px 25px;
    border: 1px solid #14377D;
    display: block;
    color: #14377D !important;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    text-decoration: none !important;
}

.main-website-button {
    display: flex;
    gap: 10px;
    align-items: center;
}

@media (min-width: 767px) {
    .mobile-nav-button {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .site-header-primary {
        justify-content: left !important;
        justify-content: space-between !important;
    }

    .mobile-nav-button {
        padding: 9px 14px;
        border: 1px solid #14377D;
        display: block;
        text-align: center;
        font-family: 'Jost', sans-serif;
        font-size: 12px;
        font-style: italic;
        font-weight: 900;
        line-height: 25px;
        letter-spacing: 0.8px;
        text-transform: uppercase;
        text-decoration: none !important;
        max-width: 160px !important;
    }

        .mobile-nav-button a {
            color: #14377D !important;
            display: flex;
            gap: 10px;
            align-items: center;
        }

            .mobile-nav-button a img {
                height: 7.5px;
            }

    .banner {
        background-position: 75% 50%;
    }

    .input-group .form-control {
        height: 45px !important;
    }
}
/*------------------------------------------------------------------
[Banner]
/*------------------------------------------------------------------*/
.banner {
    background-image: url(https://postingpanda.blob.core.windows.net/clientpublicassets/laoishire/banner/Background.png);
    padding-top: 200px;
    background-repeat: no-repeat;
}

    .banner h1 {
        color: var(--White, #FFF);
        font-family: 'Jost', sans-serif;
        font-size: 40px;
        font-style: italic;
        font-weight: 900;
        line-height: 50px;
        letter-spacing: 1.12px;
        text-transform: uppercase;
        margin-bottom: 12px;
        display: flex;
        justify-content: center;
        gap: 30px;
        align-items: center;
    }

        .banner h1::after, .banner h1::before {
            background: url(https://postingpanda.blob.core.windows.net/clientpublicassets/laoishire/img/Rectangle%20333.svg) repeat-x 0;
            content: "";
            display: block;
            height: 22px;
            position: relative;
            top: 2px;
            width: 210px;
        }

    .banner p {
        color: #DFF6FF;
        text-align: center;
        font-family: 'Jost', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        margin-bottom: 32px;
    }

.header-image-container {
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 100%;
    overflow: hidden;
    gap: 20px;
    z-index: 999 !important;
}

    .header-image-container img {
        max-width: calc(50% - 10px);
        height: auto;
        flex-shrink: 1;
        margin-top: auto;
        object-fit: contain;
        display: block;
        margin-bottom: 35px;
    }

@media (min-width: 767px) {
    .banner:after {
        margin-top: -160px !important;
        height: 160px !important;
    }

    .header-image-container {
        gap: 40px !important;
    }

        .header-image-container img {
            max-width: calc(25% - 30px) !important;
        }

            .header-image-container img:nth-child(4) {
                display: block !important;
                margin-bottom: 35px;
            }
}


.banner .button--brand-primary-grey {
    background-color: #FFCC32 !important;
}
/*------------------------------------------------------------------
About]
/*------------------------------------------------------------------*/
.textMedia .image-container {
    position: relative;
}

.textMedia .playbutton {
    width: 130px;
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    justify-content: space-between;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.modal-content {
    height: 100%;
    background-color: #000000b0;
    border: none;
    border-radius: 0px;
    align-items: center;
}

#ballooVideo {
    display: flex;
    position: absolute;
    top: 50%;
    justify-content: space-between;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close {
    color: #fff;
    text-align: right;
    padding: 20px;
    cursor: pointer;
}

@media (min-width: 767px) {
    .textMedia .text-media__text {
        padding-right: 85px;
    }
}
/*------------------------------------------------------------------
[What we offer]
/*------------------------------------------------------------------*/
.whatWeOffer {
    padding: 30px 0;
}

    .whatWeOffer i {
        align-self: center;
        margin-bottom: 0;
        margin-right: 40px;
        font-size: 60px;
        color: #14377D;
        min-width: 60px;
    }

@media (min-width: 767px) {
    .whatWeOffer {
        padding: 60px 0;
    }
}

/*------------------------------------------------------------------
[Image Carousel]
/*------------------------------------------------------------------*/
.imagecarousel {
    padding: 30px 0;
    position: relative; /* Make this relative for absolute positioning of nav */
}

@media (min-width: 767px) {
    .imagecarousel {
        padding: 60px 0;
    }
}

.image-carousel.owl-carousel .item {
    padding: 0 !important;
}

.owl-nav {
    display: flex;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    max-width: 1410px;
    width: 100%;
    justify-content: space-between;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0px !important;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 0px !important;
}

    .owl-theme .owl-nav [class*=owl-]:hover {
        background: none !important;
    }

/*------------------------------------------------------------------
[Core Values]
/*------------------------------------------------------------------*/
.coreValues {
    padding: 30px 0;
}

@media (min-width: 767px) {
    .coreValues {
        padding: 60px 0;
    }

        .coreValues [class*=col-] {
            padding: 40px;
        }
}

.coreValues img {
    height: 150px;
}

.coreValues .title {
    color: #14377D;
    text-align: center;
    font-family: 'Jost', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
}
/*------------------------------------------------------------------
[Employee Stories]
/*------------------------------------------------------------------*/
.employeeStories {
    padding: 30px 0;
}

.owl-carousel .item {
    background-color: #FFCC32;
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media (min-width: 480px) {
    .owl-carousel .item {
        padding: 30px;
    }
}

@media (min-width: 767px) {
    .employeeStories {
        padding: 60px 0;
    }
}

@media (min-width: 1023px) {
    .owl-carousel .item {
        padding: 40px;
    }
}


.employee-carousel .owl-stage {
    display: flex;
}

.employee-carousel .owl-item {
    display: flex;
}

    .employee-carousel .owl-item .item {
        width: 100%;
    }

.employeeInfo {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 15px;
}

    .employeeInfo img {
        width: 76px !important;
        height: 76px;
    }

    .employeeInfo p {
        margin-bottom: 0px;
        line-height: 22px;
    }

.employee-carousel .item > p {
    flex-grow: 1;
}

.employeeInfo .name {
    color: #14377D;
    font-weight: 700;
}

.employeeInfo .dates {
    color: #14377D;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: .02em;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #d9d9d9 !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #14377D !important;
}

.owl-dots {
    margin-top: 25px;
}
/*------------------------------------------------------------------
[faq]
/*------------------------------------------------------------------*/
.faq-section {
    padding: 30px 0px 60px 0px;
}

    .faq-section .styled-header {
        margin-bottom: 0px !important;
    }

        .faq-section .styled-header p {
            margin-bottom: 40px;
        }

@media (min-width: 767px) {
    .faq-section {
        padding: 60px 0px 120px 0px;
    }

        .faq-section .styled-header {
            text-align: left !important;
        }

            .faq-section .styled-header p {
                margin-left: 0px;
                margin-right: 0px;
            }
}

.faq-container:first-of-type {
    border-top: 1px solid #EBEBEB;
}

.faq-container {
    padding: 20px 0px;
    position: relative;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
}

    .faq-container.active {
        background-color: #fff !important;
    }

.faq-question {
    font-size: 22px;
    cursor: pointer;
    margin: 0;
    font-weight: 600;
    line-height: 35px;
}

.faq-answer {
    display: none;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.6;
}

@media (min-width: 480px) {
    .faq-answer {
        margin-right: 24px;
    }
}

@media (min-width: 767px) {
    .faq-answer {
        margin-right: 120px;
    }
}

.faq-container.active .faq-answer {
    display: block;
}

.faq-question::after {
    content: '';
    background-image: url(https://postingpanda.blob.core.windows.net/clientpublicassets/laoishire/icons/Open.png);
    background-size: cover;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0px;
    top: 25px;
}

.faq-container.active .faq-question::after {
    background-image: url('https://postingpanda.blob.core.windows.net/clientpublicassets/laoishire/icons/Close.png');
}
/*------------------------------------------------------------------
[Footer]
/*------------------------------------------------------------------*/
.footer-list {
    padding-left: 0px !important;
}

.site-footer {
    font-weight: 500;
}
/*------------------------------------------------------------------
[Background Colours]
/*------------------------------------------------------------------*/
/*Primary*/
/*.bk-p, .panel-heading:before {
    background-color: #000 !important;
}*/
/*Secondary*/
/*.bk-s {
    background-color: #696e7a !important;
}*/
/*------------------------------------------------------------------
[Padding]
/*------------------------------------------------------------------*/
/*.p-0 {
    padding: 0px !important;
}

.p-p {
    padding: 30px !important;
}

.py-p {
    padding-left: 30px;
    padding-right: 30px;
}

.px-p {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pb-p {
    padding-bottom: 30px;
}*/
/*------------------------------------------------------------------
[Margin]
/*------------------------------------------------------------------*/
/*.m-0 {
    margin: 0px !important;
}

.mt-p {
    margin-top: 30px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mb-p {
    margin-bottom: 30px !important;
}

.mx-p {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mt-auto {
    margin-top: auto !important;
}*/
/*------------------------------------------------------------------
[Search Widget]
/*------------------------------------------------------------------*/
.searchwidget {
    max-width: 690px;
    margin-bottom: 40px;
}


.form-control {
    height: 57px;
    border-radius: 0px !important;
}

.searchwidget .input-group {
    margin-bottom: 0px;
}

.searchwidget .d-flex {
    margin-bottom: 9px;
}

@media (min-width: 767px) {
    .searchwidget [class*=col-] {
        padding: 7px;
    }
}

#txtSearchField {
    font-size: 22px;
    font-weight: 400 !important;
    font-family: 'Jost', sans-serif;
    color: #9B9B9B !important;
    height: 60px;
}

.fal.fa-search {
    width: 27px;
    font-size: 24px;
}

#txtLocationField, #txtDistance {
    font-size: 16px;
    font-weight: 400 !important;
    font-family: 'Jost', sans-serif;
    color: #5A5A5A !important;
}
/*Search Widget Addons*/
.form-group {
    margin-bottom: 7px;
}

.input-group-addon {
    background-color: #fff;
    border-right: 0px !important;
    border-radius: 0px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

@media (max-width: 767px) {
    input[type=submit] {
        padding: 1.5rem 3rem !important;
    }
    /*    .text-media__text {
        text-align: center;
    }*/
    .text-media__text h2 {
        line-height: 35px;
    }

    .icon-text-card h2 {
        line-height: 25px;
    }

    .styled-header__text h2 {
        align-items: center;
    }

    .button--brand-primary-grey {
        width: 100%;
    }
}
/*------------------------------------------------------------------
[Search Widget]
/*------------------------------------------------------------------*/

.widget-container .panel {
    background-color: transparent !important;
    color: #fff !important;
    border: 0px !important;
}

.widget h2 {
    color: #fff !important;
}

/*form control*/
.form-control {
    border-radius: 0px !important;
    font-size: 1.8rem;
}

/*Search Widget Addons*/
.input-group {
    margin-bottom: 7px;
}

.input-group-addon {
    background-color: #fff;
    border-right: 0px !important;
    border-radius: 0px !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

    .input-group-addon .fa {
        font-size: 20px;
    }

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #14377D;
    text-align: center;
    width: 40px;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #F2F2F2;
}

    .input-group-addon i {
        width: 13px;
    }

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    border-left: 0px !important;
}

.pull-right {
    float: right;
}

/*------------------------------------------------------------------
[Titles - Joblistings titles, more info titles and application titles]
/*------------------------------------------------------------------*/
.jobListing h3 a {
    color: #14377D;
    font-family: 'Jost', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    text-decoration: none !important;
}

.panel-body-title {
    color: var(--Black, #14377D);
    font-family: 'Jost', sans-serif;
    font-size: 56px;
    font-style: italic;
    font-weight: 900;
    line-height: 50px; /* 89.286% */
    letter-spacing: 1.12px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
/*------------------------------------------------------------------
[Job Layout]
/*------------------------------------------------------------------*/

.job-count {
    color: #14377D;
    font-family: 'Jost', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.52px;
    text-transform: capitalize;
    margin-bottom: 60px;
}

.section-roles .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-left: -16px
}

.section-roles .row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%
}

.section-roles .align-items-center {
    align-items: center !important
}

.section-roles .w-100 {
    width: 100% !important;
    padding: 40px;
    border: 2px solid #EBEBEB;
}

.section-roles .flex-fill {
    flex: 1 1 auto !important
}

.section-roles .flex-column {
    flex-direction: column !important
}

.section-roles .col-1, .section-roles .col-2, .section-roles .col-3, .section-roles .col-4, .section-roles .col-5, .section-roles .col-6, .section-roles .col-7, .section-roles .col-8, .section-roles .col-9, .section-roles .col-10, .section-roles .col-11, .section-roles .col-12, .section-roles .col, .section-roles .col-auto, .section-roles .col-sm-1, .section-roles .col-sm-2, .section-roles .col-sm-3, .section-roles .col-sm-4, .section-roles .col-sm-5, .section-roles .col-sm-6, .section-roles .col-sm-7, .section-roles .col-sm-8, .section-roles .col-sm-9, .section-roles .col-sm-10, .section-roles .col-sm-11, .section-roles .col-sm-12, .section-roles .col-sm, .section-roles .col-sm-auto, .section-roles .col-md-1, .section-roles .col-md-2, .section-roles .col-md-3, .section-roles .col-md-4, .section-roles .col-md-5, .section-roles .col-md-6, .section-roles .col-md-7, .section-roles .col-md-8, .section-roles .col-md-9, .section-roles .col-md-10, .section-roles .col-md-11, .section-roles .col-md-12, .section-roles .col-md, .section-roles .col-md-auto, .section-roles .col-lg-1, .section-roles .col-lg-2, .section-roles .col-lg-3, .section-roles .col-lg-4, .section-roles .col-lg-5, .section-roles .col-lg-6, .section-roles .col-lg-7, .section-roles .col-lg-8, .section-roles .col-lg-9, .section-roles .col-lg-10, .section-roles .col-lg-11, .section-roles .col-lg-12, .section-roles .col-lg, .section-roles .col-lg-auto, .section-roles .col-xl-1, .section-roles .col-xl-2, .section-roles .col-xl-3, .section-roles .col-xl-4, .section-roles .col-xl-5, .section-roles .col-xl-6, .section-roles .col-xl-7, .section-roles .col-xl-8, .section-roles .col-xl-9, .section-roles .col-xl-10, .section-roles .col-xl-11, .section-roles .col-xl-12, .section-roles .col-xl, .section-roles .col-xl-auto, .section-roles .col-xxl-1, .section-roles .col-xxl-2, .section-roles .col-xxl-3, .section-roles .col-xxl-4, .section-roles .col-xxl-5, .section-roles .col-xxl-6, .section-roles .col-xxl-7, .section-roles .col-xxl-8, .section-roles .col-xxl-9, .section-roles .col-xxl-10, .section-roles .col-xxl-11, .section-roles .col-xxl-12, .section-roles .col-xxl, .section-roles .col-xxl-auto {
    position: relative;
    width: 100%;
    padding-right: 16px;
    padding-left: 16px
}

.jobListing h3 {
    margin-top: 0px !important;
    margin-bottom: 25px !important;
}

.cards-grid__sub-title {
    margin-bottom: 0;
    color: #14377D;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

    .cards-grid__sub-title img {
        display: inline-block;
        padding-right: 5px;
        margin-bottom: 0px !important;
    }

    .cards-grid__sub-title span.flex-item-1 {
        color: #14377D;
        font-family: 'Jost', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 36px;
    }

.flex-item-1 {
    flex-basis: 115px;
}

.flex-item-2 {
    flex-grow: 1;
}

.jobListing .JobDescription {
    margin: 25px 0px;
}


.row-cols-sm-2 > * {
    flex: 0 0 50% !important;
    max-width: 50% !important
}

.section-roles .jobListing {
    margin-bottom: 60px;
}

@media (min-width:768px) {
    .section-roles .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:1280px) {
    .row-cols-xl-2 > * {
        flex: 0 0 50% !important;
        max-width: 50% !important
    }
    /*    .row-cols-lg-3 > * {
        flex: 0 0 33.3333% !important;
        max-width: 33.3333% !important
    }*/
    .section-roles .jobListing:nth-child(odd) {
        padding-right: 30px !important;
    }

    .section-roles .jobListing:nth-child(even) {
        padding-left: 30px !important;
    }
}

.salary-text {
    text-transform: lowercase !important;
}

.speculative {
    background: #E7EBF2;
}
/*------------------------------------------------------------------
[Pagination]
/*------------------------------------------------------------------*/
.talos-pagination {
    margin-top: 0px !important;
    margin-bottom: 45px !important;
    padding: 0px !important;
}

    .talos-pagination .page-numbers {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 0px;
    }

        /**/
        .talos-pagination .page-numbers li .page-numbers {
            border: 1px solid #B3B3B3;
            height: 54px;
            width: 54px;
            border-radius: 0px;
            text-decoration: none !important;
            color: #14377D;
            text-align: center;
            font-family: 'Jost', sans-serif;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: 18px;
        }

            .talos-pagination .page-numbers li .page-numbers.current {
                background-color: var(--brand-primary);
                color: #fff;
            }

    .talos-pagination .prev.page-numbers {
        padding: 0px 30px;
        width: auto !important;
    }

    .talos-pagination .next.page-numbers {
        border: 1px solid #666 !important;
        background: #14377D !important;
        padding: 0px 30px;
        width: auto !important;
        color: #FFF !important;
    }

    .talos-pagination .page-numbers li .page-numbers.prev, .talos-pagination .page-numbers li .page-numbers.next {
        background: var(--color-blush);
        color: inherit;
    }

    .talos-pagination .page-numbers li:not(:last-of-type) {
        margin-right: 10px;
    }


    .talos-pagination .disabled {
        display: none !important;
    }

/*------------------------------------------------------------------
[Individual Job Display]
/*------------------------------------------------------------------*/
.jobLayout {
    padding: 30px 0px 60px 0px;
}

@media (min-width: 767px) {
    .jobLayout {
        padding: 60px 0px 120px 0px;
    }
}

.job-listing-panel {
    background-color: #fff !important;
    padding: 100px;
}

    .job-listing-panel .job-details {
        margin-bottom: 40px;
    }

.job-listing-side-panel .job-details {
    margin-bottom: 20px;
}

    .job-listing-panel .job-details .flex-item-1, .job-listing-side-panel .job-details .flex-item-1 {
        color: #14377D;
        font-family: 'Jost', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 36px;
        flex-basis: 115px;
    }

    .job-listing-side-panel .job-details .flex-item-1 {
        margin-bottom: 20px;
    }

.job-listing-panel .quick-apply {
    margin-bottom: 28px;
}


.job-listing-panel .content-text ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 25px;
}

    .job-listing-panel .content-text ul li {
        position: relative;
        padding-left: 34px;
    }

        .job-listing-panel .content-text ul li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 7px;
            width: 20px;
            height: 20px;
            background-image: url(https://postingpanda.blob.core.windows.net/clientpublicassets/laoishire/icons/Bullet.svg);
            background-size: contain;
            background-repeat: no-repeat;
        }


.job-listing-panel .content-text strong {
    color: var(--Black, #14377D);
    font-family: 'Jost', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
}

.job-listing-side-panel {
    padding: 40px;
    background: #E7EBF2 !important;
}

    .job-listing-side-panel .panel-body-title {
        color: var(--Black, #14377D);
        font-family: 'Jost', sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 42px;
        letter-spacing: normal;
        text-transform: none !important;
        margin-bottom: 40px;
    }


/*Job info*/
.panel .content-text > :first-child {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

/*Job view sidebar*/
@media only screen and (min-width: 800px) {
    .sticky {
        position: sticky;
        top: 0%;
        margin-bottom: 25px;
    }
}

.sidebar ul, #sidebar ul {
    padding-left: 0px !important;
}

    .sidebar ul li::marker, #sidebar ul li::marker, #jobPostDocuments li::marker {
        content: none !important;
        display: none !important;
    }

.sidebar-list {
    list-style-type: none;
    position: relative;
    padding-left: 35px;
    display: block;
    margin: 0 0 10px 0;
    text-align: left;
}

    .sidebar-list::before {
        content: "";
        height: 35px;
        left: 0px;
        position: absolute;
        top: -8px;
        width: 35px;
        border-radius: 50%;
    }

.location-icon::before {
    background: url(https://postingpanda.blob.core.windows.net:443/clientpublicassets/global/content/img/jobview/sidebar/icons/location.svg) 50% center / 60% no-repeat;
}

.calendar-icon::before {
    background: url(https://postingpanda.blob.core.windows.net:443/clientpublicassets/global/content/img/jobview/sidebar/icons/calendar.svg) 50% center / 60% no-repeat;
}

.jobreference-icon::before {
    background: url(https://postingpanda.blob.core.windows.net:443/clientpublicassets/global/content/img/jobview/sidebar/icons/info.svg) 50% center / 60% no-repeat;
}

.employment-icon::before {
    background: url(https://postingpanda.blob.core.windows.net:443/clientpublicassets/global/content/img/jobview/sidebar/icons/clock.svg) 50% center / 60% no-repeat;
}

.salary-icon::before {
    background: url(https://postingpanda.blob.core.windows.net:443/clientpublicassets/global/content/img/jobview/sidebar/icons/salary.svg) 50% center / 60% no-repeat;
}

hr {
    border-top: 1px solid #dfe0e3 !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

.light-text {
    color: #696e7a;
}

/*Document View*/
#document-outer {
    display: none;
}

    /*Make this two pixels smaller then main body font-face size:*/
    #document-outer .light-text {
        font-size: 16px;
    }

#documents li, #jobPostDocuments li {
    background-color: #f7f7f8;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

    #documents li:hover, #jobPostDocuments li:hover {
        background-color: #eff0f1;
    }

    #documents li a, #jobPostDocuments li a {
        display: flex;
        color: #0072a2;
        text-decoration: none !important;
    }

        #documents li a:hover, #jobPostDocuments lia:hover {
            color: #0072a2 !important;
        }

        #documents li a img, #jobPostDocuments li a img {
            padding-right: 5px;
        }

.social-ul {
    padding: 0px !important;
    margin: 0px !important;
    margin-bottom: 20px;
}

.social-list {
    list-style-type: none;
    padding: 0px !important;
}

.sharing-icons {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: -10px;
    margin-left: -10px;
}

    .sharing-icons .col-md-2 {
        width: 20% !important;
        padding: 10px;
        float: left;
    }

.share-links img {
    width: 100%;
}

.tooltip {
    width: 130px !important;
    padding: 10px;
}

@media (min-width:1280px) {

    .order-lg-1 .panel {
        margin-right: 15px !important;
    }

    .order-lg-2 .panel {
        margin-left: 15px !important;
    }
}
/*------------------------------------------------------------------
[Buttons]
/*------------------------------------------------------------------*/
#application-rendered-form .btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 1.7rem;
    font-weight: 900;
    line-height: 1.2;
    padding: 18px 39px;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: box-shadow .3s cubic-bezier(.61,.34,.36,.72), color .26s cubic-bezier(.61,.34,.36,.72);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    font-style: italic;
    letter-spacing: .02em;
    text-transform: uppercase;
    border-radius: 0px !important;
}

    #application-rendered-form .btn i {
        display: none !important;
    }

    #application-rendered-form .btn:hover {
        border-color: var(--grey-dark);
        box-shadow: inset 900px 0 #14377D;
        box-shadow: inset 900px 0 0 0 var(--grey-dark);
        color: #fff;
    }

.complete-application-form, .btn-success {
    background-color: #FFCC32 !important;
    box-shadow: inset 0 0 0 0 var(--grey-dark);
    color: #14377D;
}

    .complete-application-form:hover {
        border-color: #14377D;
    }

.btn-info {
    background-color: #fff !important;
    box-shadow: inset 0 0 0 0 var(--grey-dark);
    color: #5A5A5A;
    border: 2px solid #EBEBEB !important;
}

    .btn-info:hover {
        border-color: #EBEBEB;
    }

/*button Width for sidebar and application*/
.advert-buttons .btn, .btn-sidebar, #btnCreateApplication, .complete-application-form, .btn-success, .btn-info {
    width: 100%;
}

/*------------------------------------------------------------------
[Self Build Application Form]
/*------------------------------------------------------------------*/
#ApplicantDetailsForm .panel, #application-rendered-form .panel {
    background-color: #fff !important;
    padding: 100px !important;
    border: none !important;
    margin-bottom: 13px !important;
}

.panel-heading {
    padding-left: 63px;
    position: relative;
    border: none !important;
}

    .panel-heading:before {
        content: counter(section);
        counter-increment: section 1;
        height: 50px;
        position: absolute;
        top: 36%;
        transform: translateY(-50%);
        text-align: center;
        width: 50px;
        border-radius: 50%;
        left: 0%;
        color: var(--White, #FFF);
        font-family: 'Jost', sans-serif;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: 47px;
        text-transform: capitalize;
        background-color: #14377D !important;
    }

#application-rendered-form .panel-heading {
    color: var(--Black, #14377D);
    font-family: 'Jost', sans-serif;
    font-size: 32px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 34px;
}

.control-label {
    color: var(--Black, #14377D);
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 15px;
}

textarea {
    min-height: 100px !important;
}

#application-rendered-form .dz-message {
    padding: 25px;
}

.required-flag {
    color: var(--Black, #14377D);
}


.radio-question label {
    margin-right: 0px !important;
    background-color: transparent !important;
    padding: 5px !important;
    color: #14377D;
    font-weight: 100;
}

#continuation-link {
    border-left: 1px #cccccc solid !important;
}

#application-rendered-form .panel:nth-last-of-type(2) {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

#application-rendered-form .panel.submit-panel.panel-show {
    padding-top: 0px !important;
    margin: 10px !important;
    margin-top: 0px !important;
}

/*@media (min-width:1280px) {
    #ApplicantDetailsForm .panel, #application-rendered-form .panel {
        padding-right: 15px;
    }

    #sidebar .panel {
        margin-left: 15px;
    }
}*/

/*------------------------------------------------------------------
[Self Build Application Form sidebar]
/*------------------------------------------------------------------*/
/*Accordian*/
.accordion-Description {
    margin: 0px !important;
    padding: 0px !important;
    border-bottom: 1px solid #ddd;
    text-align: left;
    width: 100%;
    border: none;
    transition: 0.4s;
    background-color: transparent;
}

    .active, .accordion-Description:hover {
        background-color: transparent;
    }


.job-description-apply {
    margin-top: 26px;
    margin-left: 0px !important;
}

    .job-description-apply button {
        color: #14377D;
        font-family: 'Jost', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
        text-decoration-line: underline;
    }

.employment-repeater-entry:nth-child(odd) {
    background-color: #fff !important;
}

.about-app {
    margin-top: 22px;
    padding: 40px;
    background: #E7EBF2 !important;
    margin-bottom: 30px !important;
}

    .about-app .panel-body-title, .info-sidebar .panel-body-title {
        color: var(--Black, #14377D);
        font-family: 'Jost', sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 42px;
        margin-bottom: 20px;
        text-transform: capitalize;
    }

    .about-app ul {
        list-style-type: none !important;
        padding-left: 0px !important;
        margin-left: 0px !important;
    }

    .about-app .privacy-link {
        color: #14377D !important;
    }

.info-sidebar {
    padding: 40px;
    background-color: #fff !important;
}

    .info-sidebar .d-flex {
        border-bottom: 1px solid #CECECE;
        padding: 10px 0px;
    }

    .info-sidebar .flex-item-1 {
        color: #14377D;
        font-family: 'Jost', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 36px;
    }

.tickList {
    list-style-type: none;
    position: relative;
    padding-left: 35px;
    display: block;
    margin: 0 0 10px 0;
    text-align: left;
}

    .tickList::before {
        content: "";
        height: 25px;
        left: 0px;
        position: absolute;
        top: 0px;
        width: 25px;
        background: url(https://postingpanda.blob.core.windows.net/clientpublicassets/laoishire/icons/Tick.svg) 50% center / 60% no-repeat;
        border-radius: 50%;
    }

/*Job Details*/
.job-detail ul {
    padding-left: 35px;
}

    .job-detail ul li {
        margin: 0 0 10px 0;
    }

.about-app .active:after {
    content: "\2212";
}

.description-Panel {
    padding: 0px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

    .description-Panel ul {
        padding-left: 25px !important;
    }

        .description-Panel ul li {
            list-style-type: disc !important;
        }

    .description-Panel ol li {
        list-style-type: decimal !important;
    }

.accordion-Description:focus {
    background-color: transparent !important;
    outline: none !important;
}

/*layout*/
.form-answer .text-center {
    text-align: left !important;
}
/*detailed capture forms*/
#data-capture-rendered-form h1 {
    display: none;
}

#continuation-link {
    border: 1px solid #b3afab !important;
}

.form-answer div p span {
    font-family: inherit !important;
    font-size: inherit !important;
}

#application-rendered-form .alert {
    display: none !important;
}

.app-completed {
    margin-top: 10px;
    background-color: #fff !important;
    padding: 100px;
    height: 100vh;
}

    .app-completed .title {
        color: var(--Black, #14377D);
        font-family: 'Jost', sans-serif;
        font-size: 56px;
        font-style: italic;
        font-weight: 900;
        line-height: 50px;
        letter-spacing: 1.12px;
        text-transform: uppercase;
        margin-bottom: 50px;
    }

    .app-completed .message {
        max-width: 370px;
    }

        .app-completed .message a {
            color: #14377D;
            text-decoration-line: underline;
        }


.employee-carousel {
    position: relative; /* Needed for absolute positioning of nav */
}

    .employee-carousel .owl-nav {
        position: absolute;
        top: 40%;
        width: 100%;
        transform: translateY(-50%);
        display: flex;
        justify-content: space-between;
        pointer-events: none;
        left: 0% !important;
    }

        .employee-carousel .owl-nav button {
            background: none;
            border: none;
            pointer-events: all;
        }

            .employee-carousel .owl-nav button.owl-prev {
                position: absolute;
                left: -20px;
            }

            .employee-carousel .owl-nav button.owl-next {
                position: absolute;
                right: -20px;
            }

.owl-nav img {
    cursor: pointer;
    width: 35px;
    height: auto;
    transition: transform 0.3s ease;
}

@media (min-width: 768px) {
    .employee-carousel .owl-nav button.owl-prev {
        left: -50px;
    }

    .employee-carousel .owl-nav button.owl-next {
        right: -50px;
    }

    .owl-nav img {
        width: 54px;
    }
}


#mailingListBegin .freeform-row .button {
    width: 100%;
}

.button--brand-yellow {
    color: #14377d;
    border: 2px solid #ffcc32 !important;
    letter-spacing: -.02em;
    text-transform: uppercase;
    background-color: #ffcc32 !important;
    box-shadow: inset 0 0 #14377d;
    box-shadow: inset 0 0 0 0 var(--brand-primary);
    font-family: Montserrat, Jost, sans-serif;
    font-style: italic;
    font-weight: 700;
}

#mailingListBegin .freeform-row .button:hover {
    box-shadow: none;
    background-color: #14377d !important;
    color: #ffcc32 !important
}

.social-links a:hover {
    top: -3px;
}

.social-links a {
    background-color: #ffcc32 !important;
    border-radius: 50%;
    place-content: center;
    width: 40px;
    height: 40px;
    transition: all .3s;
    display: grid;
    position: relative;
    top: 0;
}
