.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0;
  border-bottom: solid 2px #a36a11;
  color: #a36a11;
  letter-spacing: 1px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: inline-block;
  float: none;
  margin: auto;
  font-family: inherit;
  font-size: 20px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 40px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
 min-width: 355px;
 margin-bottom: 40px;
}

.formidable-select {
   max-width: 1000px;
   padding: 0 30px;
   box-sizing: border-box;
}

.formidable-select .nice-select {
   font-family: "futura-pt", sans-serif;
   font-size: 15px;
   border: solid 1px #a36a11;
   text-align: left;
   min-width: 0;
   width: 100%;
}

.frm_style_formidable-style.with_frm_style .frm_message, .frm_success_style, .frm_style_formidable-style.with_frm_style .frm_error_style {
   text-align: center;
}

.frm_form_field.frm_left_third, .frm_form_field.frm_third, .frm_submit.frm_third, .frm_form_field.frm_right_third, .frm_form_field.frm_first_third, .frm_form_field.frm_last_third {
   width: 25%;
}

.frm_style_formidable-style.with_frm_style label.frm_primary_label, .frm_style_formidable-style.with_frm_style.frm_login_form label {
   font-family: "futura-pt-bold", sans-serif;
   font-size: 10px;
   color: #837f79;
   text-transform: uppercase;
   letter-spacing: 2px;
   margin-bottom: 10px;
}

.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style textarea {
   border: solid 1px #a36a11;
   color:black;
   border-radius: 0;
   font-family: "futura-pt", sans-serif;
}

.dz-message  {
   font-family: "futura-pt", sans-serif;
   color: #a36a11;
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
   border-radius: 0;
   font-family: "futura-pt", sans-serif;
   font-size: 15px;
   border: solid 1px #a36a11;
   color: #a36a11;
   padding: 10px 30px;
   letter-spacing: 1px;
   float: right;
   width: 100%;
}

.frm_style_formidable-style.with_frm_style input[type=submit]:hover, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, .frm_style_formidable-style.with_frm_style .frm_submit button:hover, .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:hover {
   background: #a36a11;
   border-color: #a36a11;
   color: white;
}

.with_frm_style .frm_submit {
   float: right;
   margin-top: 16px;
   display: inline-block;
   clear: none;
   width: 17.5%;
   margin-left: 2.5%;
}


@media (max-width:767px) {
   .with_frm_style .frm_submit {
      width: 100%;
      float: none;
      margin-left: 0;
   }


}


@media (max-width:1040px) {
   .frm_form_field.frm_left_third, .frm_form_field.frm_third, .frm_submit.frm_third, .frm_form_field.frm_right_third, .frm_form_field.frm_first_third, .frm_form_field.frm_last_third {
      width: 100%;
      margin-left: 0;
   }

}

  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #a36a11; }
  .nice-select:after {
    border-bottom: 2px solid #a36a11;
    border-right: 2px solid #a36a11;
    content: '';
    display: block;
    height: 10px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 45%;

    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 10px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    color: black;
    font-size: 13px;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    letter-spacing: 1px;
    border-bottom: 1px solid  transparent;
    transition: all 0.2s; }


    .nice-select .option:hover {
      border-bottom: 1px solid  #f2ab00;
      letter-spacing: 1.25px;
   }

    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }


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

   .nice-select {
      height: auto;
      min-width: auto;
      white-space: normal;
      width: 100%;
   }

   .nice-select .option{
      margin-top: 20px;
      margin-bottom: 20px;
      min-height: auto;
      line-height: 18px;
   }

   .nice-select .list{
      overflow-y: scroll;
      height: 200px;
   }
}
