@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body #wrapper {
    max-width: 100%;
    padding: 0 20px;
}
html, body {
    background-color: #fff;
    font-family: Montserrat, sans-serif !important;
    font-size: 14px !important;
}
div#embedded_job_board_wrapper h1 {
    display: none;
}
h2#board_title {
    display: none;
}
section.level-0 {
    margin-top: 0;
    padding: 20px 0px;
    border-bottom: 0px;
}
.filter-container {
    padding-bottom: 0px;
    width: 100% !important;
    border-bottom: 0px;
}
#main section .opening br {
    display: none !important;
}
.opening {
    display: flex;
    justify-content: space-between;
}
#main section .opening {
    padding: 10px;
    margin-bottom: 0px;
    border-bottom: 1px solid #C4C4C4;
}
#main section .opening:nth-of-type(1) {
    border-top: 1px solid #c4c4c4;
}
section .opening a {
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 14px;
    width: auto;
    color: #30353f !important;
    font-weight: 500;
    text-align: left;
}
#main section .location {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: Montserrat, sans-serif !important;
    color: #30353f;
    text-align: left !important;
}
#main section h3 {
    margin: 0 0 12px;
}
.accessible .select2-container {
    width: 100% !important;
    max-width: 300px;
}
section .opening a:hover {
    background: none;
}
div#embedded_job_board_wrapper {
    padding: 0px 20px !important;
}
#main section .opening:hover {
    background: rgb(53 116 214 / 10%);
    border-radius: 4px;
}
#main section .opening:hover a {
    text-decoration: underline;
    text-decoration-skip-ink: none;
}
.filter-container .filter-label {
    display: none;
}
div#main {
    padding-top: 0px;
}
@media(max-width: 767px){
section.level-0 {
    padding: 15px 0px;
}
section .opening a {
    font-size: 13px;
}
#main section .location {
    font-size: 13px;
}
body #wrapper {
    padding: 0 10px;
}
#main section .opening {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;
}
#main section h3 {
    margin-bottom: 8px;
}
div#embedded_job_board_wrapper {
    padding: 0px 0px !important;
}
}