﻿.InterestPicker h3 {
  margin-top: 0;
  text-transform: uppercase;
}

.InterestPicker .button_wrapper {
  display: inline-block;
  margin: 0 1em 0 0;
  vertical-align: top;
}

@media screen and (max-width: 560px) {
  .InterestPicker .button_wrapper {
    display: block;
    margin: 0 1em 0 0;
  }
}

.InterestPicker .button_divider {
  display: inline-block;
  line-height: 260%;
  margin: 0 1em 0 0;
  vertical-align: top;
}

.InterestPicker .instructions {
  color: #565656;
  font-size: 16px;
  font-weight: 700;
}

.InterestPicker .interest_image {
  width: 100%;
}

.InterestPicker .label {
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}

.InterestPicker .logo {
  margin-bottom: 1em;
}

.InterestPicker .row .col-xs-24 {
  margin-bottom: 2em;
}

.InterestPicker .styled-select {
  background: url("/css/lib/images/icn-arrow-down-select-list.png") no-repeat scroll right center #fff;
  border: solid 1px #7b8a97;
  border-radius: 0;
  display: inline-block;
  height: 46px;
  margin: 0 0.5em 11px 0;
  overflow: hidden;
  position: relative;
  width: 300px;
}

.InterestPicker .styled-select select {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  border-radius: 0;
  padding: 0 40px 0 0.5em;
  font-size: 18px;
  cursor: pointer;
  height: 46px;
  width: calc(100% + 60px);
  -webkit-appearance: none;
}

@media screen and (max-width: 1200px) {
  .InterestPicker .styled-select {
    margin-right: 5em;
    width: 400px;
  }
}

@media screen and (max-width: 990px) {
  .InterestPicker .styled-select {
    width: 80%;
  }
}

/*# sourceMappingURL=InterestPicker.css.map */