#ndq-content label {
    line-height: 24px;
    display: block;
}

#ndq-content [type*="radio"] + label,
#ndq-content [class*="checkbox"] + label {
    display: inline-block;
}

select[id*="year"] {
    min-width: 105px;
}

#ndq-content a:focus,
#ndq-content input:focus {
    outline: none !important;
    box-shadow: none !important;
}

#ndq-content select {
    max-width: 405px;
    width: 100%;
    display: inline-block;
    font-family: "Guardian Sans Web", sans-serif;
    font-size: 17px;
    color: #3f3f3f;
    padding: 0 8px;
    height: 36px;
    line-height: 35px;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    background-color: #fff !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#ndq-content select[id*="timeframe"] {
    min-width: 164px !important;
}

#ndq-content input[type="number"],
#ndq-content input[type="text"],
#ndq-content input[type="search"],
#ndq-content input[type="tel"],
#ndq-content input[type="url"],
#ndq-content input[type="email"],
#ndq-content input[type="password"],
#ndq-content input[type="date"],
#ndq-content input[type="time"],
#ndq-content input[type="datalist"] {
    max-width: 405px !important;
    border-radius: 0;
    box-shadow: none;
    padding: 0 8px;
    font-family: "Guardian Sans Web", sans-serif;
    font-size: 17px;
    color: #3f3f3f;
    height: 36px;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    background-color: #fff !important;
}

#ndq-content select[multiple="multiple"] {
    min-height: 36px;
    height: auto;
    height: initial;
    padding: 0 8px;
}

#ndq-content select[id*="sec-form-group-target-id"] {
    min-width: 270px;
}

#ndq-content textarea {
    max-width: 500px !important;
    height: initial;
    outline: 0;
    width: 100%;
    border-radius: 0;
    box-shadow: none; 
    /*resize: none;*/
    font-family: "Guardian Sans Web", sans-serif;
    font-size: 17px;
    color: #3f3f3f;
    padding: 8px;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    background-color: #fff !important;
} 

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active,
input:-internal-autofill-selected  {
    -webkit-box-shadow: 0 0 0 30px #e5e5e5 inset !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill {
    -webkit-text-fill-color: #3f3f3f !important;
}

#ndq-content .chosen-container {
    max-width: 500px;
    width: 100% !important;
    font-size: 17px;
    font-weight: ;
    color: #3f3f3f;
}

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

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

}

#ndq-content .chosen-container[id*="month"],
#ndq-content .chosen-container[id*="investment_type"] {
    min-width: 168px;
}

#ndq-content .chosen-container[id*="year"] {
    width: 105px !important;
}

#ndq-content .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 30px 0 8px;
    height: 36px;
    line-height: 35px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    background: #fff !important;
    color: #3f3f3f !important;
    white-space: nowrap;
    box-shadow: none !important;
    transition: .2s ease-in-out;
    transition-property: color,background-color,border-color,box-shadow;
}

.chosen-container-single .chosen-single span {
    margin: 0;
}

.chosen-container-single .chosen-single div {
    width: 16px;
}

.chosen-container-single .chosen-single div b {
    background-position: -2px 8px;
}

#ndq-content .chosen-container-active.chosen-with-drop .chosen-single {
    /*border: 1px solid #ddd;*/
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -16px 8px;
    position: relative;
    left: -4px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b::before {

}

#ndq-content .chosen-container-active.chosen-with-drop .chosen-single::after {
    border-bottom: 10px solid #e5e5e5;
    border-top: 0;
}

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

#ndq-content .chosen-container-multi .chosen-choices {
    display: block;
    width: 100%;
    height: initial !important;
    min-height: 36px;
    white-space: nowrap;
    background: #fff !important;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 0 20px 0 8px;  
    box-shadow: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#ndq-content .chosen-container-multi .chosen-choices li.search-field {
    min-height: 34px;
}

#ndq-content .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    width: auto !important;
    width: initial !important; 
    height: 34px;  
    margin: 0;
    padding: 0 !important;
}

#ndq-content .chosen-container-multi .chosen-choices li.search-choice {
    margin: 0;
    line-height: 34px;
    padding: 0 16px 0 0;
    margin: 0 20px 0 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-image: none;
    background-color: transparent;
    box-shadow: none;
}

#ndq-content .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 8px;
    right: 1px;
    height: 11px;
}

#ndq-content .chosen-container .chosen-drop {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    box-shadow: none;
    font-size: 17px;
}

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

#ndq-content .chosen-container .chosen-results {
    overflow-x: visible;
    color: #3f3f3f;
    margin: 0;
    padding: 0;
}

#ndq-content .chosen-container-single .chosen-search input[type="text"] {
    height: 25px;
    border: 1px solid #e5e5e5;
    padding: 3px 30px 0 8px;
}

#ndq-content .chosen-container-single .chosen-search input[type=text]:not([class*=uk-]):focus {
    border: 1px solid #e5e5e5 !important; 
}

#ndq-content .chosen-container-multi .chosen-choices li.search-choice,
#ndq-content .chosen-container .chosen-results li {
    word-wrap: normal;
/*    white-space: nowrap;*/
}

#ndq-content .chosen-container .chosen-results li {
    line-height: 24px;
    padding: 4px 8px 4px;
}

.chosen-container .chosen-results li.no-results {
    color: #3f3f3f;
    display: block;
    background: #fff;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}

.chosen-container .chosen-results li.no-results span {
    line-height: 1.1;
}

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