﻿/*------------------------------------------------------------------
[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 
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[conflict with our CSS and theirs]
/*------------------------------------------------------------------*/
html {
    scroll-behavior: smooth !important;
}
/*------------------------------------------------------------------
[Panel-Body]
/*------------------------------------------------------------------*/
.panel {
    padding: 44px !important;
    box-shadow: 3px 8px 8px 3px rgba(84,76,76,.2);
    margin-bottom: 15px !important;
}

    .panel h1 {
        font-size: 18px;
        font-weight: bold;
        border-bottom: 1px solid #ddd;
    }
/*------------------------------------------------------------------
[Search Widget]
/*------------------------------------------------------------------*/

/*form control*/
.form-control {
    background-color: #f2f0ec;
    padding: 16px 15px 10px !important;
    color: #194948;
    font-weight: 400;
    box-sizing: border-box;
    font-size: 18px !important;
    font-family: "Josefin Sans";
    font-style: normal;
    line-height: 30px;
    letter-spacing: .04em;
    height: 56px !important;
    border: none;
    border-radius: 0px;
}
/*Search Widget Addons*/
.input-group {
    margin-bottom: 5px;
}

.input-group-addon {
    background-color: #f2f0ec;
    border: none;
    border-radius: 0px;
}

.input-group .form-control {
    border-left: 0px !important;
}

.input-group-addon .fa {
    font-size: 20px;
}

.input-group-addon i {
    width: 13px;
}

/*------------------------------------------------------------------
[Job Display Home Layout]
/*------------------------------------------------------------------*/
/*Pagination*/
.pagination {
    margin-bottom: 0px !important;
    text-align: center;
    width: 100%;
    padding: 0px;
}

.pagination__prev, .pagination__next {
    width: 55px;
    height: 55px;
    text-decoration: none;
    opacity: 1;
    background-image: none;
    background-color: #337ab7;
    border-radius: 50%;
    border: none !important;
}

.button-content:before {
    content: "\f053";
    position: absolute;
    transform: translate(-50%,-50%);
    color: #ffffff;
    font-size: 16px;
    font-family: 'Font Awesome 5 Pro';
}

.button-content-next:before {
    content: "\f054";
    position: absolute;
    transform: translate(-50%,-50%);
    color: #ffffff;
    font-size: 16px;
    font-family: 'Font Awesome 5 Pro';
}

.pagination__count {
    font: 700 14px/22px Arial,"Helvetica Neue",Helvetica,sans-serif;
    letter-spacing: normal;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    margin: 0 0 8px;
    padding: 20px;
    top: 50%;
    left: 33%;
}


.pagination__prev {
    font-size: 20px;
    line-height: 22px;
    padding: 20px;
}

.pagination__next {
    font-size: 20px;
    line-height: 22px;
    padding: 20px;
}

.job-count {
}

.pagination > li > a {
}

    .pagination > li > a:hover {
    }

.pagination > .active > a {
}

.no-result {
    text-align: center;
}
/*------------------------------------------------------------------
[Individual Job Display]
/*------------------------------------------------------------------*/

/*layout*/
.panel-body-title {
    line-height: 36px;
    font-family: "Josefin Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #194948;
    -webkit-font-smoothing: antialiased;
}

/*Job view sidebar*/
@media only screen and (min-width: 800px) {
    .sticky {
        position: sticky;
        top: 1%;
        
    }
    .app-sidebar {
        margin: 25px 0px !important;
    }
}
#application-rendered-form .panel-heading {
    line-height: 36px;
    font-family: "Josefin Sans";
    font-style: normal;
    font-weight: 700 !important;
    font-size: 24px !important;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #194948;
    -webkit-font-smoothing: antialiased;
    border: none !important;
}
.content-text p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.content-text.JobDescription ul {
    margin-left: 35px;
    margin-bottom: 20px;
}

    .content-text.JobDescription ul li {
        list-style-type: disc;
        margin-bottom:15px;
    }

.sidebar ul {
    margin-top: 20px;
}

.sidebar ul li {
    margin-bottom: 10px;
}
/*Document View*/
#document-outer {
    display: none;
}

/*Social Share*/
.social-ul {
    padding: 0px !important;
    margin: 0px !important;
}

.social-list {
    list-style-type: none;
}

.share-links {
    color: #333333;
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 2px solid #333333;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    font-size: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    line-height: 35px;
    margin-right: 5px;
    margin-top: 5px;
}

.fa-2x {
    font-size: 1em;
}
/*------------------------------------------------------------------
[Buttons]
/*------------------------------------------------------------------*/
.back-button {
    margin-bottom: 15px;
}

.btn-widget {
}

    .btn-widget:active, .btn-widget:focus, .btn-widget:hover {
    }

#btnCreateApplication, .btn-success {
    color: #194948;
    border: 2px solid #194948;
    font-family: "Josefin Sans";
    font-style: normal;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    line-height: 29px;
    text-align: center;
    letter-spacing: .12em;
    border-radius: 49px;
    min-width: 211px;
    display: inline-block;
    box-sizing: border-box;
    padding: 16px 25px 12px;
    text-transform: uppercase;
    background-color: transparent;
}
    #btnCreateApplication, .btn-success i {
        color: #194948;
    }

        #btnCreateApplication:active, #btnCreateApplication:focus, #btnCreateApplication:hover,
        .btn-success:active, .btn-success:focus, .btn-success:hover {
            background-color: #194948;
            color: #e4e0d8;
        }

            #btnCreateApplication:active i, #btnCreateApplication:focus i, #btnCreateApplication:hover i,
            .btn-success:active i, .btn-success:focus i, .btn-success:hover i {
                color: #e4e0d8;
            }
            .btn-sidebar, #btnCreateApplication, .complete-application-form, .btn-success, .btn-info {
    width: 100%;
}

.btn-secondary {
}

    .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover, .btn-secondary:visited {
    }


/*------------------------------------------------------------------
[Self Build Application Form]
/*------------------------------------------------------------------*/

/*Application Form*/
/*Counter*/
body {
    counter-reset: section;
    overflow: initial !important;
}

label {
    font-family: "Josefin Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: .04em;
    color: #4d5d5f;
}
.form-group {
    margin-bottom: 35px;
}
textarea {
    min-height: 100px !important;
}
#application-rendered-form .file-entry, #application-rendered-form .application-dropzone {
    background-color: #f2f0ec !important;
}

#application-rendered-form .form-group .dz-message {
    padding: 35px !important;
    color: #194948 !important;
    font-weight: 400;
    font-size: 18px !important;
}
    #application-rendered-form .form-group .dz-message i {
        color: #194948 !important;
    }

    .required-flag {
        color: red;
    }

.panel-heading {
    padding-left: 35px;
    position: relative;
}

    .panel-heading:before {
        color: #fff;
        content: counter(section);
        counter-increment: section 1;
        font-size: 18px;
        width: 25px;
        height: 25px;
        background: #194948;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 0px;
        top: 25%;
        letter-spacing: normal !important;
    }

privacy-link {
    color: #194948 !important;
}


#application-rendered-form .panel {
    margin: 0px !important;
    border: none !important;
}

.radio-question label {
    margin-right: 0px !important;
    background-color: transparent !important;
    padding: 5px !important;
}

#continuation-link {
    border-left: 1px #cccccc solid !important;
}

/*------------------------------------------------------------------
[Self Build Application Form sidebar]
/*------------------------------------------------------------------*/
/*About My Application*/
/*.about-app ul {
    list-style-type: none;
    padding-left: 0px;
}*/
.about-app ul {
    list-style-type: none !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
}

.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(../../../Content/skins/icon--tick-green.svg) 50% center / 60% no-repeat;
        /*background-color: #294270;*/
        border-radius: 50%;
    }

/*Job Details*/
.job-detail ul {
    margin-top: 20px;
}

    .job-detail ul li {
        margin: 0 0 15px 0;
    }

/*Accordian*/
.accordion-Description {
    line-height: 36px;
    font-family: "Josefin Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #194948;
    -webkit-font-smoothing: antialiased;
    text-align: left;
    border: none;
    background-color: transparent;
}

    .active, .accordion-Description:hover {
        background-color: transparent;
    }

    .accordion-Description:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.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;
}




.search-vacancies {
    margin-top: 150px;
    margin-bottom: 250px;
}

.home-team-circles .home-team-circles-intro *{
    opacity:1 !important;
}

.home-team-circles-intro .heading {
    color: #194948 !important;
}

.home-team-circles {
    padding-top: 0px !important;
}

.home-team-circles {
    height: unset !important;
    margin-top: 100px;
    margin-bottom: 30px;
}

.pagination__prev, .pagination__next {
    background-color: #194948!important;
}

.home-team-circles-intro .content {
    margin-bottom:30px !important;
}

.btn-apply, .btn-widget {
    background-color: #194948;
    color: #e4e0d8;
    border: 2px solid #194948;
}


    .btn-apply:hover, .btn-widget:hover {
        border: 2px solid #194948;
    }

.btn-featured {
    width:100% !important;
    min-width: 100% !important;
}

.apply-button {
    margin-top: 15px;
}

.form-container > .row {
    width:66% !important;
}

@media (max-width: 992px) {
    .form-container > .row {
        width: unset !important;
    }
}

.panel, .Personal-Details {
    margin-bottom: 15px !important; 

}



.internship-button {
    min-width: 300px !important;
}

body.home .page-intro-content {
    margin-top: -180px !important;
}

.featured-title {
    text-align: center;
    color: #194948;
    margin: 20px 0px;
    font-size: 38px !important;
    border-bottom: none !important;
}

.featured-title-flex{
    display:flex;
    width:100%;
    justify-content:center;
}

.featured-title-panel {
    width:600px;
}

.featured-title-section {
    display: flex;
    width: 100%;
    justify-content: center;
}

.view-more-vacancies-flexbox {
    display: flex;
    width: 100%;
    justify-content: center;
}

.search-input-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 15px;
}

.search-input-group {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.search-input-group-title {
    grid-column: 1/span 2;
}

.search-input-group-button {
    grid-column: 1/span 2;
}


@media only screen and (max-width: 800px) {
    body.home .page-intro-content.speculative,
    body.home .page-intro-content.internship {
        display: block !important;
        margin-top: 0px !important;
    }
    .page-intro-block .page-intro-container {
        display: block !important;
    }
    .search-vacancies {
        margin-bottom:0px !important;
    }
}