body.page-template-employer {
}


body.page-template-employer {
}


div.formcontainer { padding: 20px 20px 0; margin:0 auto; max-width: 1280px; display: flex; justify-content: center; }

form#employer_filter { width:calc(60% - 15px);  display: flex; align-items: center; align-content: center; }

body.preload form#employer_filter {pointer-events: none;
    opacity: 0.5;}

form#employer_filter label { font-size: 16px; font-weight: 700; color: #333; margin-right: 20px;}

form#employer_filter select {
    appearance: none;
     flex: 1;
    border: 1px solid #B09F6B;
    background-repeat: no-repeat;
    border-radius: 12px;
    font-size: 16px;
    line-height: 1 !important;

    padding: 0 20px;
    height: 3.5em;
    width: 100%;
    cursor: pointer;
    background-size: 1em auto;
    background-position: calc(100% - 20px) 50%;
    background-size: 1em 0.666em;
   /* background-image: url(data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16.5 8.9" style="enable-background:new 0 0 16.5 8.9;" xml:space="preserve"><path fill="none" stroke="%23545751" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16,0.5l-3.9,3.9L8.3,8.4L0.5,0.5"/></svg>);
*/

    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16.5 8.9" style="enable-background:new 0 0 16.5 8.9;" xml:space="preserve"><path fill="none" stroke="%23545751" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16,0.5l-3.9,3.9L8.3,8.4L0.5,0.5"/></svg>');
}

form#employer_filter input {  margin-left: 20px;
font-family: inherit;
display: block;
 cursor: pointer;
background: #FFFFFF;
border: 1px solid #B09F6B;
border-radius: 12px;
font-size: 16px;
line-height: 1 !important;
padding: 0 20px;
height: 3.5em;
    border: 1px solid #00B2B9;
    background: #00B2B9;
    color: #FFFFFF;
    font-weight: 700;
    transition: all 0.2s ease;
}
form#employer_filter input:hover {
    opacity: 0.8;
}

form#employer_filter select {
width: 100%;
cursor: pointer;

background-size: 2rem auto;
background-repeat: no-repeat;
background-position: calc(100% - 20px) 50%;
background-size: 1em 0.666em;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16.5 8.9" style="enable-background:new 0 0 16.5 8.9;" xml:space="preserve"><path fill="none" stroke="%23545751" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M16,0.5l-3.9,3.9L8.3,8.4L0.5,0.5"/></svg>');
}
form#employer_filter select:active, form#employer_filter select:active:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 16.5 8.9" style="enable-background:new 0 0 16.5 8.9;" xml:space="preserve"><path fill="none" stroke="%23545751" stroke-linecap="round" stroke-linejoin="round" stroke-miterlimit="10" d="M0.5,8.4l3.9-3.9l3.9-3.9L16,8.4"/></svg>');
}


@media all and (max-width: 1499px) {

    form#employer_filter {
        width: calc(50% - 20px);
    }
}

@media all and (max-width: 1199px) {

    form#employer_filter {
        width: 100%;
    }

}
@media all and (max-width: 899px) {

    div.formcontainer { padding: 0 20px 0; }
}
@media all and (max-width: 599px) {

    form#employer_filter {
        flex-wrap: wrap; justify-content: center;
    }
    form#employer_filter label,
    form#employer_filter input { display:none; }
    form#employer_filter select {
        width: 100%;
        flex: none;
        font-size: 12px; padding: 1em;
    }
}

ul.employers {

    display:flex;
    flex-wrap: wrap;
    margin: 20px auto;
    padding: 0 5px;
    max-width: 1280px;

}
ul.employers li {
    display: flex; flex-direction: column;
    padding: 15px;
    width:20%; transition: all 0.2s ease;
}

div#load_here.loading ul.employers li { opacity:0; }

ul.employers li a {
    display: block;
    flex: 1;
    background: white;
    text-align: center;
}

ul.employers > li > a {
    background: white;
    border-radius: 12px;
    padding: 12px;
    color: #545751;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    overflow: hidden;

}


ul.employers > li > a img {
    display: block;
    width: 100%; max-width: 130px; margin: 0 auto;
    height: 99px;
    object-fit: contain;
}
ul.employers>li>a:hover  { box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); }

ul.employers > li > a h3 {
    font-size: 18px;
    font-weight: 700; line-height: 1.2; margin-bottom: 0.33em;
}
ul.employers > li > a p {
    font-size: 16px;
    /*font-weight: 500;*/
    font-weight: 400;
    line-height: 1.2; margin: 0;

}



blockquote.tagline p,
blockquote.tagline p:last-child{
    font-size: 24px; color:#595959; font-style: italic; margin-bottom: 1em; line-height: 1.25; max-width: 19em;

}

@media all and (max-width: 1499px) {
    ul.employers li {
        width: 25%;
    }
}
@media all and (max-width: 1199px) {
    ul.employers li {
        width: 33.333%;
    }
}
@media all and (max-width: 899px) {
    ul.employers li {
        width: 50%;

    }

}
@media all and (max-width: 599px) {
    ul.employers li {

        padding: 10px;
    }
    ul.employers > li > a h3 {
        font-size: 16px;
    }
    ul.employers > li > a p {
        font-size: 14px;
    }
}
@media all and (max-width: 449px) {
    ul.employers li {
        width: 100%;
        padding: 10px;
    }

}