.REJB-notifications .notifications {
    top: 50%!important
}

.notification.REJB-notification {
    padding: 20px;
    margin: 0;
    max-width: 100%;
    font-size: 1.25rem;
    color: #cc9f53
    background: #ffffff;
    border-left: 5px solid #cc9f53;
    border-top: 1px solid #cc9f53;
    border-right: 1px solid #cc9f53;
    border-bottom: 1px solid #cc9f53
}

.notification.REJB-notification.warn {
    background: #ffb648;
    border-left-color: #f48a06
}

.notification.REJB-notification.error {
    background: #e54d42;
    border-left-color: #b82e24
}

.notification.REJB-notification.success {
    background: #68cd86;
    border-left-color: #42a85f
}

.REJB-job-alerts .REJB-text-input label {
    font-weight: 700
}

.REJB-job-alerts,
.REJB-job-board,
.REJB-jobs-from-sector,
.REJB-multi-brand-job-board {
    /*color: #cc9f53 Arvind */
}

.REJB-job-alerts h1,
.REJB-job-alerts h2,
.REJB-job-alerts h3,
.REJB-job-alerts h4,
.REJB-job-alerts h5,
.REJB-job-alerts h6,
.REJB-job-alerts p,
.REJB-job-board h1,
.REJB-job-board h2,
.REJB-job-board h3,
.REJB-job-board h4,
.REJB-job-board h5,
.REJB-job-board h6,
.REJB-job-board p,
.REJB-jobs-from-sector h1,
.REJB-jobs-from-sector h2,
.REJB-jobs-from-sector h3,
.REJB-jobs-from-sector h4,
.REJB-jobs-from-sector h5,
.REJB-jobs-from-sector h6,
.REJB-jobs-from-sector p,
.REJB-multi-brand-job-board h1,
.REJB-multi-brand-job-board h2,
.REJB-multi-brand-job-board h3,
.REJB-multi-brand-job-board h4,
.REJB-multi-brand-job-board h5,
.REJB-multi-brand-job-board h6,
.REJB-multi-brand-job-board p {
    margin-top: 0
}

.REJB-job-alerts *,
.REJB-job-board *,
.REJB-jobs-from-sector *,
.REJB-multi-brand-job-board * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.REJB-job-alerts .svg-inline--fa,
.REJB-job-board .svg-inline--fa,
.REJB-jobs-from-sector .svg-inline--fa,
.REJB-multi-brand-job-board .svg-inline--fa {
    color: #cc9f53;
}
@media (min-width: 0px) and (max-width: 980px) {
.REJB-job-alerts .svg-inline--fa,
.REJB-job-board .svg-inline--fa,
.REJB-jobs-from-sector .svg-inline--fa,
.REJB-multi-brand-job-board .svg-inline--fa {
    width: 15px !important;
 }
}

.REJB-job-alerts label,
.REJB-job-board label,
.REJB-jobs-from-sector label,
.REJB-multi-brand-job-board label {
    width: 100%;
    display: block;
    margin-bottom: 10px;
	color:#000;
}

.REJB-job-alerts .REJB-small-label,
.REJB-job-board .REJB-small-label,
.REJB-jobs-from-sector .REJB-small-label,
.REJB-multi-brand-job-board .REJB-small-label {
    font-size: .8rem
}

.REJB-job-alerts .selectize-input,
.REJB-job-alerts input[type=date],
.REJB-job-alerts input[type=email],
.REJB-job-alerts input[type=number],
.REJB-job-alerts input[type=text],
.REJB-job-alerts select,
.REJB-job-alerts textarea,
.REJB-job-board .selectize-input,
.REJB-job-board input[type=date],
.REJB-job-board input[type=email],
.REJB-job-board input[type=number],
.REJB-job-board input[type=text],
.REJB-job-board select,
.REJB-job-board textarea,
.REJB-jobs-from-sector .selectize-input,
.REJB-jobs-from-sector input[type=date],
.REJB-jobs-from-sector input[type=email],
.REJB-jobs-from-sector input[type=number],
.REJB-jobs-from-sector input[type=text],
.REJB-jobs-from-sector select,
.REJB-jobs-from-sector textarea,
.REJB-multi-brand-job-board .selectize-input,
.REJB-multi-brand-job-board input[type=date],
.REJB-multi-brand-job-board input[type=email],
.REJB-multi-brand-job-board input[type=number],
.REJB-multi-brand-job-board input[type=text],
.REJB-multi-brand-job-board select,
.REJB-multi-brand-job-board textarea {
    width: 100%;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #E6E5E5;
    background-color: #ffffff;
    font-family: inherit
}

.REJB-job-alerts input[type=checkbox],
.REJB-job-board input[type=checkbox],
.REJB-jobs-from-sector input[type=checkbox],
.REJB-multi-brand-job-board input[type=checkbox] {
    margin-right: 5px
}

.REJB-job-alerts select,
.REJB-job-board select,
.REJB-jobs-from-sector select,
.REJB-multi-brand-job-board select {
    height: 100%
}

.REJB-job-alerts__title {
    margin-bottom: 30px
}

.REJB-text-primary {
    color: #cc9f53;
}

.REJB-dropdown-input label {
    width: 100%;
    display: block;
    margin-bottom: 10px
}

.REJB-dropdown-input select {
    width: 100%
}

.REJB-button,
.REJB-dropdown-input select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.REJB-button {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background-color: #2f2f2f;
    border: 1px solid #2f2f2f;
    padding: .75rem 2rem;
    border-radius: 10px;
    font-weight: 700
}

.REJB-button,
.REJB-button .svg-inline--fa {
    color: #cc9f53;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

.REJB-button:hover {
    cursor: pointer;
    text-decoration: none;
    background-color: #2f2f2f;
    border-color: #2f2f2f;
    color: #cc9f53;
}

.REJB-button:hover .svg-inline--fa {
    color: #ffffff;
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

.REJB-button:disabled {
    opacity: .65;
    cursor: not-allowed
}

.REJB-button--job-alerts,
.REJB-button--subscribe {
    margin-top: 20px
}

.REJB-button--file-upload {
    background-color: #cc9f53;
    border-color: #cc9f53
}

.REJB-button--file-upload,
.REJB-button--file-upload .svg-inline--fa {
    color: #ffffff
}

.REJB-button--secondary {
    background-color: #000000;
    border-color: #000000;
}

.REJB-button--secondary,
.REJB-button--secondary .svg-inline--fa {
    color: #cc9f53;
}

.REJB-button--secondary:hover {
    cursor: pointer;
    background-color: #000000;
    border-color: #000000;
}

.REJB-button--secondary:hover,
.REJB-button--secondary:hover .svg-inline--fa {
    color: #cc9f53
}

.REJB-button--sidebar {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #cc9f53
}

@media (min-width: 0px) and (max-width: 980px) {
    .REJB-button--sidebar {
        background-color: #fff !important;
        border-color: #000 !important;
        color: var(--REJB-bodyText) !important;
    
    }
    .REJB-button--sidebar .svg-inline--fa {
        width: 15px !important;
        color: #cc9f53 !important;
        margin-right: 5px !important;
    }
    
    #sidebar{
        display:none;
    }
}

.REJB-button--sidebar .svg-inline--fa {
    color: #cc9f53
}

.REJB-button--sidebar:hover {
    cursor: pointer;
    background-color: #ffffff;
    border-color: #ffffff;
    color: #cc9f53
}

.REJB-button--block {
    display: block;
    width: 100%
}

.REJB-button--pagination {
    font-size: .9rem;
    padding: 1rem 1.5rem;
    background-color: #19485a;
    border: 0;
    font-weight: 700;
    margin: 1px
}

.REJB-button--pagination,
.REJB-button--pagination .svg-inline--fa {
    color: #ffffff
}

.REJB-button--pagination-next .svg-inline--fa {
    margin-left: 5px
}

.REJB-button--pagination-prev .svg-inline--fa {
    margin-right: 5px
}

.REJB-button--pagination-current {
    color: #ffffff;
    background-color: #cc9f53
}

.REJB-button--large-apply {
    padding: 1.5rem 4rem;
    font-size: 1.2rem
}

.REJB-checkbox-input,
.REJB-text-input {
    margin-bottom: 1rem
}

.REJB-checkbox-input a {
    color: #cc9f53;
    text-decoration: none
}

.REJB-file-input_button-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width:992px) {
    .REJB-file-input_button-wrapper {
        margin-left: 0
    }
}

.REJB-file-input_button-wrapper input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0
}

.REJB-file-input_button-wrapper input[type=file]:hover {
    cursor: pointer
}

.REJB-file-input {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem
}

.REJB-file-input__error {
    margin-top: .5rem
}

.REJB-file-input__remove {
    font-size: 2rem;
    padding-left: 10px
}

.REJB-file-input__remove:hover {
    cursor: pointer
}

.REJB-input-add-on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.REJB-input-add-on input.REJB-input-add-on__field {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.REJB-input-add-on .REJB-input-add-on__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
    background-color: #fff;
    color: #cc9f53;
    border-top: 1px solid #E6E5E5;
    border-right: 1px solid #E6E5E5;
    border-bottom: 1px solid #E6E5E5;
    border-left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.REJB-input-add-on .REJB-input-add-on__item:hover {
    cursor: pointer
}

.REJB-panel {
    padding: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 6px 6px 0 0 #E6E5E5;
    box-shadow: 6px 6px 0 0 #E6E5E5;
    border: 1px solid #E6E5E5
}

.REJB-job-alerts-panel {
    margin-top: 20px
}

.REJB-job-card {
    margin-bottom: 35px;
    padding: 20px
}

@media only screen and (min-width:992px) {
    .REJB-job-card {
        padding: 40px
    }
}

.REJB-job-card .REJB-job-card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #E6E5E5;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.REJB-job-card .REJB-job-card__header .REJB-job-card__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:992px) {
    .REJB-job-card .REJB-job-card__header .REJB-job-card__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

.REJB-job-card .REJB-job-card__header .REJB-job-card__title h3 {
    margin-bottom: 0
}

.REJB-job-card .REJB-job-card__header .REJB-job-card__buttons {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:992px) {
    .REJB-job-card .REJB-job-card__header .REJB-job-card__buttons {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

.REJB-job-card .REJB-job-card__header .REJB-job-card__buttons a {
    margin-left: 5px
}

.REJB-job-card .REJB-job-card__brand-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #E6E5E5;
    padding-top: 20px;
    margin-top: 20px
}

.REJB-job-card .REJB-job-card__brand-details .REJB-job-card__brand-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:992px) {
    .REJB-job-card .REJB-job-card__brand-details .REJB-job-card__brand-name {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        padding-bottom: 0
    }
}

.REJB-job-card .REJB-job-card__brand-details .REJB-job-card__brand-name h4 {
    margin-bottom: 0
}

.REJB-job-card .REJB-job-card__brand-details .REJB-job-card__brand-logo-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media only screen and (min-width:992px) {
    .REJB-job-card .REJB-job-card__brand-details .REJB-job-card__brand-logo-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }
}

.REJB-job-card .REJB-job-card__brand-details .REJB-job-card__brand-logo-wrapper .REJB-job-card__brand-logo {
    border-radius: 10px
}

.REJB-job-card .REJB-job-card__brand-details .REJB-job-card__brand-logo-wrapper .REJB-job-card__brand-logo img {
    width: 100%
}

.REJB-job-card .REJB-job-card__desktop-buttons {
    display: none
}

@media only screen and (min-width:992px) {
    .REJB-job-card .REJB-job-card__desktop-buttons {
        display: block
    }
}

@media only screen and (min-width:992px) {
    .REJB-job-card .REJB-job-card__mobile-buttons {
        display: none
    }
}

.REJB-job-card .REJB-job-card__mobile-buttons .REJB-button {
    margin-top: 1rem
}

.REJB-job-card .REJB-job-card__excerpt {
    margin-bottom: 0;
    font-weight: 100
}

.REJB-job-card .REJB-job-card__detail {
    display: block;
    font-weight: 100;
    padding-right: 15px
}

@media only screen and (min-width:992px) {
    .REJB-job-card .REJB-job-card__detail {
        display: inline-block
    }
}

.REJB-job-card .REJB-job-card__detail svg {
    padding-right: 5px
}

.REJB-job-card .REJB-job-card__detail .REJB-job-card__detail-name {
    font-weight: 700
}

.REJB-no-results {
    text-align: center
}

.REJB-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.REJB-sidebar {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0%;
    width: 100%;
    max-height: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    z-index: 1050;
    padding-bottom: 6px
}

.REJB-sidebar img {
    width: 100%
}

.REJB-sidebar .REJB-panel {
    min-height: 100%
}

.REJB-sidebar.REJB-sidebar--open {
    left: 0
}

@media only screen and (min-width:992px) {
    .REJB-sidebar {
        z-index: auto;
        padding-right: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        position: inherit
    }
}

@media only screen and (min-width:1200px) {
    .REJB-sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%
    }
}

.REJB-sidebar table {
    margin-bottom: 20px;
    border-collapse: collapse
}

.REJB-sidebar table td,
.REJB-sidebar table th {
    vertical-align: top;
    text-align: left;
    padding: 15px 0
}

.REJB-sidebar table .REJB-consultant-image-cell {
    padding-left: 0;
    padding-top: 0
}

.REJB-sidebar table tr:not(:last-child) td,
.REJB-sidebar table tr:not(:last-child) th {
    border-bottom: 1px solid #E6E5E5
}

.REJB-sidebar table th {
    color: #cc9f53
}

.REJB-sidebar table td {
    padding-left: 20px
}

.REJB-sidebar-close {
    text-align: right;
    font-size: 2rem;
    margin-bottom: 0
}

.REJB-sidebar-close .svg-inline--fa {
    color: #cc9f53
}

@media only screen and (min-width:992px) {
    .REJB-sidebar-close {
        display: none
    }
}

.REJB-content {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media only screen and (min-width:992px) {
    .REJB-content {
        padding-left: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%
    }
}

@media only screen and (min-width:1200px) {
    .REJB-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%
    }
}

.REJB-content h1 {
    word-break: break-word
}

.REJB-consultant-panel {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 20px
}

.REJB-consultant-panel .REJB-panel {
    min-height: 100%
}

@media only screen and (min-width:992px) {
    .REJB-consultant-panel {
        z-index: auto;
        padding-right: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%
    }
}

@media only screen and (min-width:1200px) {
    .REJB-consultant-panel {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%
    }
}

.REJB-consultant-panel img {
    max-width: 100%;
    margin-bottom: 20px
}

.REJB-consultant-panel h4 {
    margin-bottom: 5px
}

.REJB-consultant-panel h5 {
    margin-bottom: 15px
}

.REJB-consultant-panel p {
    margin-bottom: 5px
}

.REJB-consultant-panel p:last-child {
    margin-bottom: 0
}

.REJB-consultant-panel a {
    color: #cc9f53
}

.REJB-consultant-panel a:hover {
    color: #cc9f53;
    text-decoration: none
}

.REJB-footer {
    width: 100%;
    padding: 1rem 0
}

@media only screen and (min-width:992px) {
    .REJB-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.REJB-footer .REJB-footer__results-text {
    text-align: center
}

@media only screen and (min-width:992px) {
    .REJB-footer .REJB-footer__results-text {
        text-align: right;
        margin-bottom: 0;
        margin-right: 10px
    }
}

.REJB-footer .REJB-footer-pagination {
    text-align: center
}

@media only screen and (min-width:992px) {
    .REJB-footer .REJB-footer-pagination {
        text-align: right
    }
}

.REJB-header {
    margin-bottom: 1rem
}

@media only screen and (min-width:992px) {
    .REJB-header {
        padding: 40px 0;
        border-top: 1px solid #19485a;
        border-bottom: 1px solid #19485a;
        margin: 35px 0
    }
}

.REJB-header .REJB-header__results {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.REJB-header .REJB-header__results h1 {
    font-weight: 300;
    font-size: 1.5rem
}

@media only screen and (min-width:992px) {
    .REJB-header .REJB-header__results {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%
    }
    .REJB-header .REJB-header__results h1 {
        margin-bottom: 0;
        font-size: 2rem
    }
}

.REJB-header .REJB-header__filter-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    border-top: 1px solid #19485a;
    border-bottom: 1px solid #19485a;
    padding: 10px 0
}

@media only screen and (min-width:992px) {
    .REJB-header .REJB-header__filter-button {
        display: none;
        border: 0
    }
}

.REJB-header .REJB-header__controls {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    border-top: 1px solid #19485a;
    border-bottom: 1px solid #19485a;
    padding: 10px 0;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media only screen and (min-width:992px) {
    .REJB-header .REJB-header__controls {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        border: 0
    }
}

.REJB-header .REJB-header__controls p {
    margin-bottom: 0
}

.REJB-header .REJB-header__controls .REJB-dropdown-input {
    margin-left: 10px;
    display: none
}

@media only screen and (min-width:992px) {
    .REJB-header .REJB-header__controls .REJB-dropdown-input {
        display: block
    }
}

.REJB-content__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.REJB-show-details-button,
.REJB-show-favourite-mobile {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 1rem
}

@media only screen and (min-width:992px) {
    .REJB-show-details-button,
    .REJB-show-favourite-mobile {
        display: none
    }
}

.REJB-show-favourite-mobile {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width:992px) {
    .REJB-show-favourite-mobile {
        display: none
    }
}

.REJB-job-details {
    margin-bottom: 75px
}

@media only screen and (min-width:992px) {
    .REJB-job-details {
        margin-bottom: 0
    }
}

.REJB-job-details h3 {
    margin-top: 2rem;
    border-bottom: 1px solid #E6E5E5;
    padding-bottom: 10px;
    margin-bottom: 1rem;
    color: #cc9f53
}

.REJB-collapse .REJB-collapse__toggle {
    margin-bottom: 0;
    font-weight: 700
}

.REJB-collapse .REJB-collapse__toggle:hover {
    cursor: pointer
}

.REJB-collapse .REJB-collapse__icon {
    float: right
}
@media (min-width: 0px) and (max-width: 980px) {
.REJB-collapse .REJB-collapse__icon {
    width: 5% !important;
 }
}

.REJB-collapse .REJB-collapse__icon .fa-plus {
    display: inline-block
}

.REJB-collapse .REJB-collapse__icon .fa-minus {
    display: none
}

.REJB-collapse .REJB-collapse-content {
    height: 0;
    overflow: hidden
}

.REJB-collapse .REJB-collapse-content .REJB-collapse__toggle {
    font-weight: 400;
    padding-top: 1rem
}

.REJB-collapse.REJB-collapse--expanded>.REJB-collapse-content {
    padding-top: 1rem;
    height: auto
}

.REJB-collapse.REJB-collapse--expanded>.REJB-collapse__toggle .REJB-collapse__icon .fa-plus {
    display: none
}

.REJB-collapse.REJB-collapse--expanded>.REJB-collapse__toggle .REJB-collapse__icon .fa-minus {
    display: inline-block
}

.REJB-filter-section {
    padding: 1rem 0;
    border-bottom: 1px solid #E6E5E5
}

.REJB-filter-section select {
    margin-bottom: 1rem
}

.REJB-filters-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.REJB-filters-header .REJB-filters-header__heading {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.REJB-filters-header .REJB-filters-header__heading h3 {
    margin-bottom: 0
}

.REJB-filters-header .REJB-filters-header__heading svg {
    max-width: 30px
}

.REJB-filters-header .REJB-filters-header__reset {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-transform: uppercase;
    color: #cc9f53;
    font-weight: 700;
	font-size:22px;
	
}

.REJB-filters-header .REJB-filters-header__reset p {
    margin-bottom: 0
}

.REJB-filters-header .REJB-filters-header__reset p:hover {
    cursor: pointer
}

.REJB-job-details__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:992px) {
    .REJB-job-details__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6%;
        flex: 0 0 66.6%
    }
}

.REJB-job-details__title h1 {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 2.5rem
}

@media only screen and (max-width:992px) {
    .REJB-job-details__title h1 {
        font-size: 1.8rem
    }
}

.REJB-job-details__apply {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none
}

@media only screen and (min-width:992px) {
    .REJB-job-details__apply {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.REJB-job-details__footer-spacer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6%;
    flex: 0 0 66.6%
}

.REJB-job-details__footer {
    padding-top: 40px;
    display: none
}

@media only screen and (min-width:992px) {
    .REJB-job-details__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.REJB-job-details__mobile-apply {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 1030
}

@media only screen and (min-width:992px) {
    .REJB-job-details__mobile-apply {
        display: none
    }
}

.REJB-job-details__mobile-apply .REJB-button {
    border-radius: 0
}

.REJB-show-favourites-filter {
    text-align: center
}

.REJB-show-favourites-filter input[type=checkbox] {
    vertical-align: -2px;
    margin-left: 5px
}

.REJB-job-show {
    padding: 20px 0
}

.REJB-apply-modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 999999; 
    background-color: rgba(0, 0, 0, .5)
}

@media only screen and (min-width:768px) {
    .REJB-apply-modal {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.REJB-apply-modal__dialog {
    max-width: 900px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff
}

@media only screen and (min-width:992px) {
    .REJB-apply-modal__dialog {
        height: auto
    }
}

.REJB-apply-modal__content {
    padding: 2rem;
    max-height: 100vh;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (min-width:992px) {
    .REJB-apply-modal__content {
        padding: 5rem 7rem 2rem 7rem
    }
}

.REJB-apply-modal__content .REJB-file-input_button-wrapper {
    margin-top: 1rem
}

.REJB-apply-modal__heading {
    font-weight: 300;
    text-align: center;
    color: #cc9f53;
    margin-bottom: .5rem
}

.REJB-apply-modal__job-title {
    text-align: center;
    margin-bottom: 3rem
}

.REJB-apply-modal__buttons {
    text-align: center;
    margin-top: 1rem
}

@media only screen and (min-width:992px) {
    .REJB-apply-modal__buttons {
        margin-top: 2rem;
        display: block
    }
}

.REJB-apply-modal__buttons-close {
    padding-top: 1rem;
    font-weight: 700;
    color: #cc9f53;
    display: none
}

@media only screen and (min-width:992px) {
    .REJB-apply-modal__buttons-close {
        display: block
    }
}

.REJB-apply-modal__buttons-close:hover {
    cursor: pointer
}

.REJB-apply-modal__buttons-close-mobile {
    font-weight: 700;
    color: #cc9f53;
    text-align: right;
    display: block
}

@media only screen and (min-width:992px) {
    .REJB-apply-modal__buttons-close-mobile {
        display: none
    }
}

.REJB-apply-modal__buttons-close-mobile:hover {
    cursor: pointer
}

.REJB-jobs-from-sector {
    padding: 20px 0
}

.REJB-sector-card-column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px
}

@media only screen and (min-width:1200px) {
    .REJB-sector-card-column {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%
    }
}

.REJB-sector-card-wrapper {
    max-width: 485px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    padding: 10px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

@media only screen and (min-width:1200px) {
    .REJB-sector-card-wrapper {
        max-width: 100%
    }
}

.REJB-sector-card-wrapper__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #cc9f53;
    opacity: 1
}

.REJB-sector-card,
.REJB-sector-card-wrapper__background {
    height: 100%;
    border-radius: #cc9f53
}

.REJB-sector-card {
    position: relative;
    background-color: #ffffff;
    padding: 40px 40px 100px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

.REJB-sector-card hr {
    border-color: #cc9f53;
    border-style: solid;
    margin: 1.5rem 0
}

.REJB-sector-card__button-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 25px
}

.REJB-sector-card__detail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    padding-top: 15px
}

@media only screen and (min-width:768px) {
    .REJB-sector-card__detail {
        text-align: left;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }
}

.REJB-sector-card__location {
    text-transform: uppercase;
    font-weight: 700
}

.REJB-sector-card__title {
    font-weight: 300;
    font-size: 1.5rem
}

.REJB-sector-card__excerpt {
    font-weight: 300
}

.REJB-search-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.REJB-search-bar::-webkit-input-placeholder {
    color: #FFFFFF
}

.REJB-search-bar::-moz-placeholder {
    color: #FFFFFF
}

.REJB-search-bar:-ms-input-placeholder {
    color: #FFFFFF
}

.REJB-search-bar:-moz-placeholder {
    color: #FFFFFF
}

.REJB-search-bar input {
    color: #FFFFFF
}

.REJB-search-bar input::-webkit-input-placeholder {
    color: #FFFFFF
}

.REJB-search-bar input::-moz-placeholder {
    color: #FFFFFF
}

.REJB-search-bar input:-ms-input-placeholder {
    color: #FFFFFF
}

.REJB-search-bar input:-moz-placeholder {
    color: #FFFFFF
}

.REJB-search-bar__field-wrapper {
    border-radius: 15px;
    background-color: transparent;
    border: 2px solid #69CDF5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
    height: 100%
}

.REJB-search-bar__search-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.REJB-search-bar__search,
.REJB-search-bar__sectors .selectize-input {
    padding: .5rem 1rem;
    color: #FFFFFF;
    background-color: transparent;
    border: none;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none
}

.REJB-search-bar__sectors-wrapper {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 5px;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (min-width:768px) {
    .REJB-search-bar__sectors-wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.REJB-search-bar__locations-wrapper {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 5px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (min-width:768px) {
    .REJB-search-bar__locations-wrapper {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media only screen and (min-width:768px) {
    .REJB-search-bar__filter-wrapper-3-fields {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 26%;
        flex: 0 0 26%
    }
}

@media only screen and (min-width:768px) {
    .REJB-search-bar__filter-wrapper-2-fields {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%
    }
}

.REJB-search-bar__sectors {
    height: 100%
}

.REJB-search-bar__sectors.selectize-control .selectize-input {
    max-width: inherit
}

.REJB-search-bar__sectors.selectize-control .selectize-input input {
    height: 100%;
    font-size: 1rem
}

.REJB-search-bar__sectors.selectize-control .selectize-input.focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.REJB-search-bar__sectors.selectize-control .selectize-input .item {
    background-color: #cc9f53;
    border-color: #cc9f53;
    color: #ffffff
}

.REJB-search-bar__sectors.selectize-control .selectize-input.dropdown-active:before {
    background-color: transparent
}

.REJB-search-button-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (min-width:768px) {
    .REJB-search-button-wrapper {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
}

.REJB-search-button {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: top;
    padding-left: 1rem;
    padding-right: 1rem;
    -webkit-transition: background-color .25s ease;
    transition: background-color .25s ease
}

.REJB-search-button .svg-inline--fa {
    margin-left: auto;
    margin-right: auto
}

.REJB-search-button:hover {
    cursor: pointer
}

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible!important;
    background: #f2f2f2!important;
    background: rgba(0, 0, 0, .06)!important;
    border: 0 none!important;
    -webkit-box-shadow: inset 0 0 12px 4px #fff;
    box-shadow: inset 0 0 12px 4px #fff
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder:after {
    content: "!";
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px!important
}

.selectize-dropdown-header-close:hover {
    color: #000
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px!important
}

.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #d0d0d0;
    border-radius: 0 2px 2px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, .05)
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #fff
}

.selectize-control.plugin-remove_button .remove-single {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 23px
}

.selectize-control {
    position: relative
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit
}

.selectize-control.single .selectize-input.input-active,
.selectize-input {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 3px
}

.selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default!important
}

.selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15)
}

.selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0
}

.selectize-control.multi .selectize-input>div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
    color: #7d7d7d;
    background: #fff;
    border: 0 solid #fff
}

.selectize-input>input {
    display: inline-block!important;
    padding: 0!important;
    min-height: 0!important;
    max-height: none!important;
    max-width: 100%!important;
    margin: 0 2px 0 0!important;
    text-indent: 0!important;
    border: 0 none!important;
    background: none!important;
    line-height: inherit!important;
    -webkit-user-select: auto!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.selectize-input>input::-ms-clear {
    display: none
}

.selectize-input>input:focus {
    outline: none!important
}

.selectize-input:after {
    content: " ";
    display: block;
    clear: left
}

.selectize-input.dropdown-active:before {
    content: " ";
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border-radius: 0 0 3px 3px
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, .2);
    border-radius: 1px
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown .option {
    padding: 5px 8px
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
    cursor: inherit;
    opacity: .5
}

.selectize-dropdown [data-selectable].option {
    opacity: 1
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68
}

.selectize-dropdown .active.create {
    color: #495c68
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, .5)
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
    -webkit-overflow-scrolling: touch
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text
}

.selectize-control.single .selectize-input:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: grey transparent transparent transparent
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent grey transparent
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px!important
}

.selectize-control .selectize-input.disabled {
    opacity: .5;
    background-color: #fafafa
}