/*@Form Elements
===================================== */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #B2B2B2 !important;
 }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #B2B2B2!important;
  }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #B2B2B2 !important;
 }

input::placeholder,
textarea::placeholder {
  color: #B2B2B2 !important;
 }

.nf-form-content {
    padding: 0 !important;
}

input:not([type]), 
input[type=color],
input[type=date], 
input[type=datetime-local],
input[type=datetime], 
input[type=email],
input[type=month], 
input[type=number],
input[type=password], 
input[type=search],
input[type=tel], 
input[type=text],
input[type=time], 
input[type=url],
input[type=week], 
textarea {
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0 !important;
    border:1px solid var(--medium-gray) !important;

    display: block;
    margin: 0 0 !important;
    padding: 0.25em 0.55em !important;
    width: 100%;
    height: 40px !important;
    background-color: var(--white) !important;
    background: var(--white) !important;

    color: var(--black) !important;
    font-family: inherit;
    font-size: 14px;
}

textarea {
    height: 250px !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: var(--white);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: var(--medium-gray);

    color: var(--black);
    font-family: inherit;
    font-size: 14px;
    line-height: normal;

    padding: 0.25em 0.55em !important;
    border-radius: 0;
    height: 40px;
}

:focus {
    outline: var(--gray);
    outline-offset: 1px;
}

input:focus {
    outline: var(--gray);
    outline-offset: 1px;
}

.list-checkbox-wrap .nf-field-element li, 
.list-image-wrap .nf-field-element li, 
.list-radio-wrap .nf-field-element li {
    display: inline-block;
}

.field-wrap button, 
.field-wrap input[type=button], 
.field-wrap input[type=submit] {
    width: auto;
    float: right;
}
/*@end Form Elements
===================================== */

/*@Search and Filter
===================================== */
.locations .searchandfilter ul {
    display: inline-block;
    margin: 0 auto;
}

.locations .searchandfilter ul li {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0 0.75em;
}

.locations .searchandfilter input[type=text],
.locations .searchandfilter select{
   margin: 0 0 !important; 
}

.messages .searchandfilter ul {
    margin: 2em 0 0;
    width:100%;
}

.messages .searchandfilter ul li {
    padding: 0;
    margin: 0 0 0.55em;
}

.messages .searchandfilter label {
    width: 100%;
}

.messages .search-filter-reset{
    width:100%;
}

.messages .sf_date_field{
    margin: 0 !important;
}
/*@end Search and Filter 
================================= */

@media only screen and (max-width: 720px) {
    .locations .searchandfilter ul li {
        margin: 0 0.75em 1em;
    }
}