/* @less partials */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* @group GN Additions */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Greys */
/* @end */
.nice-select {
  border: none!important;
  z-index: 9999!important;
  width: 320px!important;
  position: absolute!important;
  float: left!important;
  border: 1px solid #333!important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  font-family: 'Conduit' !important;
  font-size: 1.1em!important;
  margin-top: 0px!important;
  color: #000000;
  text-transform: uppercase;
  padding-left: 5px!important;
  padding-right: 30px;
}
.nice-select .list {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
  border: 1px solid #000000;
  width: 320px!important;
}
.nice-select .list li {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
}
header select {
  display: none;
}
.select_style {
  z-index: 9999!important;
  max-width: 320px;
  position: relative;
}
.select_style select {
  font-family: 'Deck Bold';
  font-size: 1em;
  line-height: 1.2em;
  min-width: 230px;
  background-color: white!important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000000;
  background: url(images/down.png) right no-repeat transparent;
  -webkit-background-size: 30px 24px;
  -moz-background-size: 30px 24px;
  -o-background-size: 30px 24px;
  background-size: 30px 24px;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 0.8rem 1.1rem 0.75rem 0.7rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}
select#field46147758 {
  background-color: white!important;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background: url(images/down.png) right no-repeat transparent;
  -webkit-background-size: 30px 24px;
  -moz-background-size: 30px 24px;
  -o-background-size: 30px 24px;
  background-size: 30px 24px;
  outline: none;
  cursor: pointer;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .select_style select {
    width: 96%;
  }
}
