@media screen and (max-width:481px) {

    .chosen-container {
        width: auto !important;
        width: initial !important;
    }

}

.chosen-container {
    width: initial ;
    font-size: 20px;
}

.chosen-container-single .chosen-single {
    position: relative;
    font-size: 20px;
    display: block;
    overflow: hidden;
    padding: 0 20px 0 12px;
    height: 48px;
    border: 1px solid #bbb;
    border-radius: 0;
    background: #fff !important;
    color: #4e4e4e;
    text-decoration: none;
    white-space: nowrap;
    line-height: 46px;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

.chosen-container-single .chosen-single span {
    margin-right: 35px;
}

.chosen-container-single .chosen-single div {
    top: 11px;
    width: 20px;
}

.nir-node--5816 .chosen-container-single .chosen-single div {

}

.chosen-container-single .chosen-single div b {

}

.nir-node--5816 .chosen-container-single .chosen-single div b {

}

.nir-node--5816 .chosen-container-single .chosen-single div b::before {
    /*
    content: "\e801";
    */
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: center right 20px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b::before {
    /*
      content: "\e804";  
      */
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #bbb;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: none;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

.nir-node--5816 .chosen-container-active.chosen-with-drop .chosen-single {

}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-image: none;
}

.chosen-container-multi {
    width: auto !important;
    width: initial !important;
}

.chosen-container-multi .chosen-choices {
    position: relative;
    /* font-size: 20px; */
    overflow: hidden;
    margin: 0;
    padding: 0 20px 0 12px;
    width: 100%;
    height: 48px !important;
    border: 1px solid #bbb;
    border-radius: 0;
    background-color: #fff;
    background-image: none;
    cursor: text;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

.chosen-container-multi .chosen-choices li.search-field {
    line-height: ;   
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-family: 'MyriadPro-regular',Helvetica,Arial,Lucida,sans-serif;
    width: auto !important;
    width: initial !important; 
    margin: 0;
    color: #4e4e4e !important;
    height: 46px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    margin: 0;
    line-height: 46px;
    padding: 0 20px 0 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    background-image: none;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 9px;
    right: 7px;
    height: 11px;
}

.chosen-container .chosen-drop {
    background-color: #fff;
    border: 1px solid #bbb;
    box-shadow: none;
}

.chosen-container-single .chosen-drop {
    border-radius: 0;
}

.chosen-container .chosen-results {
    color: #4e4e4e;
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"],
.chosen-container-multi .chosen-choices li.search-choice,
.chosen-container .chosen-results li {

}

.chosen-container .chosen-results li {
    padding: 10px 20px 10px 12px; 
    line-height: 1;
}

.nir-node--5921 .chosen-container .chosen-results li {
    word-wrap: normal;
    white-space: nowrap;
}

.nir-node--5816 .chosen-container .chosen-results li {
}

.chosen-container .chosen-results li.highlighted {
    background-color: #1e90ff;
    background-image: none;
    color: #fff;
}

.block--e6bc2424-8fec-4c8e-8f87-062f8a74ef34 {
    padding: 0 0 50px;
}