/**
 * Overwrite semantic css html height.
 * Important: DO NOT REMOVE THIS, IS USED FOR iFrameResizer.
 */
html {
    height: inherit;
}

/**
 * Typography.
 */
h1.ui.header.jobs-total {
    margin-bottom: 22px;
}

/**
 * Forms.
 */
#header-filter {
    margin: 0 0 20px;
}

#filter {
    position: relative;
    margin-bottom: 60px;
    padding: 20px 0;
}

#search input,
#filter-1,
#filter-2,
#filter-3,
#filter-4 {
    height: 40px;
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
}
#search input,
#filter-1,
#filter-2,
#filter-3,
#filter-4,.ui-multiselect {
    box-shadow: 0 3px 20px 0px rgba(0,0,0,0.06);
    border:1px solid #EAEBF0;
    border-radius: 10px;
    height: 54px;
}
.ui-multiselect {
    border:0;
}
/**
 * Buttons.
 */
#submit-button {
    float: right;
}

#submit-button .submit-button {
    border: 1px solid #486695;
    background:#486695;
    border-radius: 10px;
    color: #fff !important;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 16px 30px;
    text-transform: none;
    font-size: 18px;
}
#submit-button .submit-button:hover{
    background-color: #435075 !important;
    color: #fff !important;
    border: 1px solid #435075;
}

#submit-button .submit-button .fa-icon {
    color: #222;
}

/**
 * Content.
 */
#content {
    padding-bottom: 30px;
}

/**
 * Jobs list.
 */

#jobs-list{
    clear: right;
}
#jobs-list .job {
    background-color: #F5F9FF;
    padding: 15px 18px;
    margin-bottom: 18px;
    position: relative;
    display: block;
    border-radius: 10px;
    border: 1px solid #F5F9FF;
}
#jobs-list .job:hover {
    border: 1px solid #2D4487;
}

#jobs-list .job .job-title {
    font-size: 16px;
    color: #150023 !important;
    font-weight: bold;
}

#jobs-list .job .job-meta .place-of-work {
    font-size: 16px;
    color: #212121 !important;
}

@media screen and (max-width: 767px) {
    #jobs-list .job .sixteen.column {
        padding-right: 40px;
    }

    #jobs-list .job .four.column {
        padding-top: 0;
    }
}

#no-results {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 30px;
}
/* Paging */
#paging {
    box-sizing: border-box;
    padding: 0;
    text-align: right;
    margin: 20px 8px;
    width: calc(100% - 16px);
}

#paging.top {
    margin-bottom: 35px;
}

#paging a {
    text-decoration: none;
    color: #fff;
    background-color: #252342;
}
#paging a:hover, a.page:hover {
    color: #fff !important;
    background: #435075;
}

.paging-left,
.paging-center,
.paging-right {
    margin: 0 auto;
    display: inline-block;
}

.paging-center {
    width: 38%;
}

.paging-center {
    text-align: center;
}

a.page {
    display: inline-block;
    padding: 0 12px;
    color: #435075;
    line-height: 35px;
    border: 1px solid #435075;
    border-radius: 3px;
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
}

#paging a.page.active {
    color: #fff;
    border: 1px solid #486695;
    background-color:#486695;
}

/**
 * Footer.
 */
#footer {
    background: #fff;
    height: 200px;
}

#footer .jobabo-title {
    margin-bottom: 8px;
}

#footer-filter {
    overflow: hidden;
}
.jobaboCTA {
    width: 100%;
    margin:0;
    padding:40px 0;
    display: flex;
    gap:20px;
}
.jobaboCTA .four.wide.computer.column.four.wide.tablet.column.sixteen.wide.mobile.column.left, div#jobabo-txt {
    padding:0;
}
#toggleFilter {
    display: none;
}
@media screen and (max-width: 900px) {
    #toggleFilter {
        display: flex;
        gap:10px;
        align-items: center;
        cursor: pointer;
        justify-content: flex-end;
        width: 100%;
        font-size:18px;
        font-weight: 700;
        color:#150023;
    }
    #toggleFilter svg {
        box-sizing: content-box;
        width: 37px;
        height: 37px;
        fill:#fff;
        background-color:#252342;
        padding:4px;
        border-radius: 8px;
    }
    .jobaboCTA {
        flex-wrap: wrap;
        gap:30px;
        margin-top: 20px;
    }
    #careercenter-form {
        margin-top:-1000px;
        transition: margin-top .3s ease-in-out;
    }
    #filter {
        margin-bottom:0;
        padding-bottom: 0;
        transition: all ease 0.3s;
    }
    #filter.toggled {
        padding-bottom: inherit;
        margin-bottom: inherit;
    }
    #filter.toggled #careercenter-form {
        margin-top:0;
    }
}