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

    .chosen-container {
        width: 100% !important;
    }

}

select {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 15px;
    height: 48px;
    border: 1px solid #e8e8e9;
    border-radius: 0;
    background: #fefefe !important;
    color: #0a0a0a;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

input[type="number"] {
        font-size: 16px;
    display: inline-block;
    padding: 0 20px 0 15px;
    height: 48px;
    border: 1px solid #e8e8e9;
    border-radius: 0;
    background: #fefefe !important;
    color: #0a0a0a;  
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

.chosen-container {
    font-size: 14px;
}

.chosen-container-single .chosen-single {
    position: relative;
    font-size: 14px;
    display: block;
    overflow: hidden;
    padding: 0 12px;
    height: 48px;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #fff !important;
    color: #444;
    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 a.chosen-single:hover {
    color: #444 !important;
} 

.chosen-container-single .chosen-single div b {
    background-position: 3px 12px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #e8e8e9;
  -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;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
background-position: -15px 12px;
}

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

.chosen-container-multi .chosen-choices {
    font-family: "Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 300;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 12px;
    width: 100%;
    height: auto !important;
    height: 1%;
    border: 1px solid #ccc;
    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: 46px;   
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    font-family: "Gotham SSm A","Gotham SSm B",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 300;
    width: auto !important;
    width: initial !important; 
    margin: 0;
    color: #444;
    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: #fefefe;
    border: 1px solid #e8e8e9;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
}

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

.chosen-container .chosen-results {
    color: #0a0a0a;
    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 {
    font-size: 14px;
}

.chosen-container .chosen-results li {
    padding: 5px 20px 5px 15px; 
}

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

@media (min-width: 60em)
.g04 .logo img {
    width: 200px;
    top: 7px; 
    position: relative;
    height: 38px;
    padding: 7px 0 0;
    left: 0;
}


.nir-node--5816 .list-inline>li:last-child,
.nir-node--5821 .list-inline>li:last-child,
.nir-node--5836 .list-inline>li:last-child,
.nir-node--5851 .list-inline>li:last-child,
.nir-node--14246 .list-inline>li:last-child,
.nir-node--14306 .list-inline>li:last-child,
.nir-node--5841 .list-inline>li:last-child,
.nir-node--5981 .list-inline>li:last-child{
    margin-right: 0;
    margin-left: 5px;
}
