*
{
    outline: none!important;
}

a {
    text-decoration: none;
    cursor: pointer!important;
    transition: color 500ms;
    color: #092249;
}
a:Hover, .active {
    color: #fa5c25;
    text-decoration: none;
}

.finder-row h6 {
    font-size:100% !important;
    font-weight: 700;
}
#id_result h3 {
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.btn {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
#id_finder_inner, #id_first_module_inner {

}

.finder-row.finder-row-first {

}

#id_minutes_output {
    font-weight: 700;
    color: #fa5c25;
}
.finder-row.finder-row-second {
}
.finder-row.finder-row-third {
}

#id_finder input[type="text"], #id_finder_sub input[type="text"] {
    font-size: .9em;
    border: 1px solid #fa5c25;
    padding: 9px;
    background: #FFF;
    color: #333;
    width: 100%;
    text-align: left;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#id_finder input[type="submit"], #id_finder_sub input[type="submit"] {
    font-size: 1.1em;
    width: 100%;
    padding: 9px;
    -webkit-appearance: none;
}
#id_finder input[type="submit"]:Hover, #id_finder_sub input[type="submit"]:Hover {
    background: #092249;
    color: #FFF;
}
.btn.next, input[type="submit"] {
    font-size: 1.1em;
    background: #202a6b;
    color: #FFF;
    text-align: center!important;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-appearance: none;
}

#id_filter_btn {
    display: none;
    font-size: 1.1rem;
    color: #092249;
    font-weight: 700;
    background-image: url(../Images/arrow-bottom.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}
#id_filter_content {
    display: block;
    padding-top: 10px;
}
.checkbox_radio {
    margin: 0 0 20px 0!important;
    padding-left: 28px;
}
#id_filter_content ul {
    margin-left: 0;
}
.inner ul {
    margin: 0 0 20px 20px;
}
#id_first_module_inner div.checkbox_radio ul li, #id_finder_inner div.checkbox_radio ul li {
    list-style-type: none;
}
.inner ul li {
    margin: 0 0 10px 0;
}


/********************* Filter checkbox ****************************************************/
#id_first_module_inner div.checkbox_radio.type-filter input[type="checkbox"]:not(old) + label,
#id_finder_inner div.checkbox_radio.type-filter input[type="checkbox"]:not(old) + label {
    background-image: url('../Images/checkbox-checked.svg');
    opacity: 0.5;
}

#id_first_module_inner div.checkbox_radio.type-filter input[type="checkbox"]:not(old):checked + label,
#id_finder_inner div.checkbox_radio.type-filter input[type="checkbox"]:not(old):checked + label {
    opacity: 1;
}


#id_first_module_inner div.checkbox_radio.type-filter input[type="checkbox"].dyn-types.unchecked:not(old) + label,
#id_finder_inner div.checkbox_radio.type-filter input[type="checkbox"].dyn-types.unchecked:not(old) + label,
#id_first_module_inner div.checkbox_radio.type-filter input[type="checkbox"]#type-0.unchecked:not(old) + label,
#id_finder_inner div.checkbox_radio.type-filter input[type="checkbox"]#type-0.unchecked:not(old) + label {
    background-image: url('../Images/checkbox.svg');

}
/********************* Filter checkbox ****************************************************/




input[type=checkbox]:not(old), input[type=radio ]:not(old) {
    position: absolute;
    width: 28px;
    opacity: 0;
}

#id_first_module_inner div.checkbox_radio.type-filter input[type="checkbox"].dyn-types.unchecked:not(old) + label, #id_finder_inner div.checkbox_radio.type-filter input[type="checkbox"].dyn-types.unchecked:not(old) + label, #id_first_module_inner div.checkbox_radio.type-filter input[type="checkbox"]#type-0.unchecked:not(old) + label, #id_finder_inner div.checkbox_radio.type-filter input[type="checkbox"]#type-0.unchecked:not(old) + label {
    background-image: url(../Images/checkbox.svg);
}
#id_finder input[type="range"], #id_finder_sub input[type="range"] {
    width: 100%;
}
.minutes {
    -webkit-appearance: none;
    border: none;
    width: 50px !important;
    outline: none;
    margin-left:5px;
}
.zipInput {
    max-width: 270px !important;
}
.minutes::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    appearance: none;
    width: 30px;
    height: 15px;
    background: url('../Images/drag.svg');
    background-position: center center;
    background-size: cover;
    cursor: pointer;
}

.minutes::-moz-range-thumb {
    width: 30px;
    height: 15px;
    background: url('../Images/drag.svg');
    background-position: center center;
    background-size: cover;
    cursor: pointer;
}

#id_result
{
    padding: 0;
    max-width: 1080px;
    margin: auto;
    /*background-image: url('../images/waabe-right.svg');*/
    background-position: right -40px bottom -40px;
    background-repeat: no-repeat;
    background-size: 600px auto;
    background-color: #fff;
}

#id_result h2
{
    color: #fa5c25;
    margin-bottom: 30px;
}

#id_result ul
{
    margin-left: 0;
}

.result
{
    float: left;
    width: 48%;
    min-height: 200px;
    margin-right: 2%;
    max-width: 70%;
    margin-bottom: 30px;
}

.result a h3
{
    font-size: 1.4em;
    text-transform: none;
    transition: color 500ms;
}
.result h3 {
    display:inline;
}
.result a:Hover h3
{
    color: #fa5c25;
}
.result h3 a.jobfinder-detail-link {
    font-size: 1.2em;
    text-transform: none;
    color: #08204a !important;
}
.result h3 a:Hover
{
    color: #fa5c25;
}

@media (max-width: 575.98px) {
    .result h3 a.jobfinder-detail-link {
        font-size: 0.9em;
    }
    .result h4,
    #id_header_subpages_bottom h4 {
        font-size: 1em !important;
    }
}
.result h4,
#id_header_subpages_bottom h4
{
    font-size: 1.4em;
    text-transform: none;
    color: #fa5c25;
    font-weight:600;
}

.result a.c2a
{
    padding-left: 20px;
    background-position: left center;
    background-size: 10px 10px;
    background-image: url('../images/arrow.svg');
    color: #fa5c25;
}

.result a.c2a:Hover
{
    color:#092249;
    background-image: url('../images/arrow-blue.svg');
}

.more-results-table{
    /*margin-left:5.2%;*/
    /*display: table-cell;*/
}

#id_result_more
{
    background: #092249;
    padding: 20px 0;
}

#id_career_all
{
    display: none;
}

#id_btn_more
{

}

#id_btn_more:Hover
{
    /*color: #FFF;*/
}

.reset,
#id_result_reset
{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-size: 30px 30px;
    background-image: url('../images/close.svg');
}

.reset span,
#id_result_reset span
{
    display: none;
}

#id_result_reset
{
    position: absolute;
    right: 0;
    top:0;
}
.ce-center .text-center
{
    text-align:center;
}


/* ------------------------------------------- */


form,
form *
{

}

input[type="text"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="tel"],
textarea,
select
{
    width: 100%;
    padding: 10px;
    background: #f0f0f0;
    border: none;
    margin-bottom: 20px;
}

.login-form input[type="text"]
{
    width: 100%;
    padding: 10px;
    background: #FFF;
    border: none;
    margin-bottom: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.login-form input[type="password"]
{
    width: calc(100% - 20px);
    padding: 10px;
    background: #FFF;
    border: none;
    margin-bottom: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

input[type=checkbox]:not(old),
input[type=radio   ]:not(old)
{
    position: absolute;
    width: 28px;
    opacity: 0;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label
{
    display: inline-block;
    margin-left: -28px;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-position: 0px 2px;
    background-size: 20px 20px;
    line-height: 24px;
}

input[type=checkbox]:not(old) + label
{
    background-image: url('../Images/checkbox.svg');
}

input[type=radio   ]:not(old) + label
{
    background-image: url('../Images/radio.svg');
}

input[type=checkbox]:not(old):checked + label
{
    background-image: url('../Images/checkbox-checked.svg');
}

input[type=radio]:not(old):checked + label
{
    background-image: url('../Images/radio-checked.svg');
}

textarea
{
    height: 100px;
    text-align: left!important;
}

select
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 0;
    font-size: 0.9em;
    width: 100%;
    border: none;
    padding: 10px;
    box-shadow: none;
    background-color:#f0f0f0;
    background-image:url('../Images/select.svg') !important;
    background-position: right 10px center !important;
    background-repeat: no-repeat !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}


@media (max-width: 575.98px) {
    input[type="file"] {
       font-size:12px;
    }
}
@media (min-width: 576px) {
    input[type="file"] {
        font-size:12px;
    }
}



.btn.next,
input[type="submit"]
{
    font-size: 1.1em;
    background: #202a6b;
    color:#FFF;
    text-align: center!important;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-appearance: none;
}

input[type="submit"]:Hover
{
    background: none;
    color:#202a6b;
}

input:focus
{
    background: #f4f4f4;
}

.checkbox_radio
{
    margin: 0 0 20px 0!important;
    padding-left: 28px;
}
/*
.checkbox_radio label
                {
                margin-right: 10px;
                }
*/

.form-small-left
{
    width: 35%;
    float: left;
}

.form-small-right
{
    width: 60%;
    /*float: right;*/
    padding-top: 9px;
}

label
{
    max-width: 90%;
}

label a
{
    text-decoration: underline;
}

input.first
{
    float: left;
    width: calc(28% - 20px)!important;
    margin-right: 1%;
    background: none;
}

input.second
{
    float: right;
    width: calc(70% - 20px)!important;
}

/* -------------------------------- */

#id_result h2 {
    color: #fa5c25;
    margin-bottom: 30px;
}


/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    display: inline-block;
}


.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    max-height: 400px;
    overflow-y: scroll;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}


.f3-widget-paginator {
    display: inline-block;
}

.f3-widget-paginator li {
    color: black;
    float: left;
    list-style-type: none;
    text-decoration: none;
    border: solid 1px #092249;
    margin-right: 10px !important;
}

.f3-widget-paginator li a, .f3-widget-paginator li span.placeholder {
    display: inline-block;
    padding: 8px 16px;
}

.f3-widget-paginator li.current {
    background-color: #092249;
    padding: 8px 16px;
    color: white;
    font-weight: bold;
}

.f3-widget-paginator li.dots {
    padding: 8px 16px;
}

/*********** Details *************/

.grey-corner-right-orange {
    background-color: #eee;
    background-image: url("../Images/corner-right-orange.svg");
    background-repeat: no-repeat;
    background-size: auto 550px;
    min-height: 600px;
}
.grey-corner-left-blue {
    background-color: #eee;
    background-image: url("../Images/corner-left.svg");
    background-repeat:no-repeat;
    background-size: auto 550px;
    min-height: 600px;
}

@media (max-width: 991.9px) {
    .grey-corner-right-orange {
        background-position: 100% 0%;
    }
    .grey-corner-Left-blue {
        background-position: 0% 0%;
    }
}

@media (min-width: 992px) {
    .grey-corner-right-orange {
        background-position: 0% 0%;
    }
    .grey-corner-left-blue {
        background-position: 100% 0%;
    }
}





.text-white h2 {
    color: #fff;
}
.bg-grey {
    background-color: #eee;
}

#jobdetails h3 {
        font-size: 1.2em;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 10px;
}
a.whatsapp, a.whatsapp:hover {
    background-color: #379f27;
    color: #FFF !important;
    background-image: url(../Images/whatsapp.svg);
    padding: 10px 10px 10px 50px !important;
    margin-top:10px;
    background-position: 10px center;
    background-size: 26px 26px;
    background-repeat: no-repeat;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    z-index: 99999;
}

#jobdetails a.btn {
    margin: 10px 0;
    font-size: 1.1em;
    display: inline-block;
    background-color: #fa5c25;
    color: #FFF;
    border: none;
    padding: 6px 30px;
    transition: background-color 500ms, color 500ms;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
}
#jobdetails a.btn:hover {
    background: #FFF;
    color: #fa5c25;
    text-decoration: none;
}

#jobdetails .smalltext {
    width: 50%;
    font-size: .75em;
    line-height: 1.1em;
    padding: 10px 30px 0 0;
}

#jobdetails .grey-corner-left-blue a {
    color: #fff;
}
#jobdetails .grey-corner-left-blue a:hover {
    color: #fa5c25;
    text-decoration: none;
}
.job-intro {
    font-size: 1em;
}
.job-intro a:before {
    border-top:0 !important;
    border-right:0 !important;
}


#jobdetails p a:not(.button) {
    padding-left: 0px;
}