/* breakpoints */
.market-selector {
  /* breakpoints */
}

.market-selector label {
  background: transparent;
  color: #000000;
}

.market-selector input, .market-selector button {
  display: inline-block;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #B2B2B2;
  border-radius: 0 !important;
  color: #000000;
  font-weight: normal;
  padding: 8px 2%;
  clear: both;
  height: auto;
  font-size: 1.25rem;
}

.market-selector input:focus {
  border: 1px solid #B2B2B2;
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
}

.market-selector input[type="reset"], .market-selector input[type="button"], .market-selector button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 0.6rem 1.75rem 0.375rem;
  font-family: "Nunito Sans",Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: background-color, color, border-color, box-shadow;
  transition-property: background-color, color, border-color, box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background: #ffffff;
  color: #003798;
  border-width: 1px;
  border-style: solid;
  border-color: #B2B2B2;
}

@media (prefers-reduced-motion) {
  .market-selector input[type="reset"], .market-selector input[type="button"], .market-selector button {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

.market-selector input[type="reset"] + [class*="button-"],
.market-selector input[type="reset"] + .button,
.market-selector input[type="reset"] + .market-selector input[type="reset"], .market-selector input[type="button"] + [class*="button-"],
.market-selector input[type="button"] + .button,
.market-selector input[type="button"] + .market-selector input[type="reset"], .market-selector button + [class*="button-"],
.market-selector button + .button,
.market-selector button + .market-selector input[type="reset"],
.market-selector input[type="reset"] + .market-selector input[type="button"],
.market-selector input[type="button"] + .market-selector input[type="button"],
.market-selector button + .market-selector input[type="button"],
.market-selector input[type="reset"] + .market-selector button,
.market-selector input[type="button"] + .market-selector button,
.market-selector button + .market-selector button {
  margin-left: 1rem;
}

.market-selector input[type="reset"]:hover, .market-selector input[type="button"]:hover, .market-selector button:hover {
  color: #003798;
  background: #F7F7F7;
  border-color: #4D4D4D;
}

.market-selector input[type="reset"]:active, .market-selector input[type="button"]:active, .market-selector button:active {
  color: #003798;
  background: #ECECEC;
  border-color: #4D4D4D;
}

.market-selector input[type="reset"]:focus, .market-selector input[type="button"]:focus, .market-selector button:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
  position: relative;
  z-index: 100;
  color: #003798;
  border-color: transparent;
}

.market-selector input[type="reset"]:disabled, .market-selector input[type="reset"].disabled, .market-selector input[type="button"]:disabled, .market-selector input[type="button"].disabled, .market-selector button:disabled, .market-selector button.disabled {
  cursor: not-allowed;
  color: #ffffff;
  background: #B2B2B2;
  border-color: #B2B2B2;
  pointer-events: none;
}

.market-selector input[type="reset"].large, .market-selector input[type="button"].large, .market-selector button.large {
  font-size: 1.25rem;
  line-height: 1.8125rem;
  text-transform: uppercase;
  min-width: 16.75rem;
  min-height: 4.625rem;
}

@media only screen and (max-width: 61.9375em) {
  .market-selector input[type="reset"].large, .market-selector input[type="button"].large, .market-selector button.large {
    font-size: 1.25rem;
    min-width: auto;
  }
}

.market-selector input[type="reset"].small, .market-selector input[type="button"].small, .market-selector button.small {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  min-width: auto;
  min-height: auto;
}

.market-selector input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
  appearance: none;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  padding: 0.6rem 1.75rem 0.375rem;
  font-family: "Nunito Sans",Helvetica, Verdana, Tahoma, sans-serif;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: background-color, color, border-color, box-shadow;
  transition-property: background-color, color, border-color, box-shadow;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  background: #ffffff;
  color: #003798;
  border-width: 1px;
  border-style: solid;
  border-color: #B2B2B2;
  background-color: #003798;
  color: #ffffff;
  border-color: #003798;
}

@media (prefers-reduced-motion) {
  .market-selector input[type="submit"] {
    -webkit-transition-duration: 0 !important;
    transition-duration: 0 !important;
    -webkit-transition-delay: 0 !important;
    transition-delay: 0 !important;
  }
}

.market-selector input[type="submit"] + [class*="button-"],
.market-selector input[type="submit"] + .button,
.market-selector input[type="submit"] + .market-selector input[type="submit"] {
  margin-left: 1rem;
}

.market-selector input[type="submit"]:hover {
  color: #003798;
  background: #F7F7F7;
  border-color: #4D4D4D;
}

.market-selector input[type="submit"]:active {
  color: #003798;
  background: #ECECEC;
  border-color: #4D4D4D;
}

.market-selector input[type="submit"]:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #009543;
  position: relative;
  z-index: 100;
  color: #003798;
  border-color: transparent;
}

.market-selector input[type="submit"]:disabled, .market-selector input[type="submit"].disabled {
  cursor: not-allowed;
  color: #ffffff;
  background: #B2B2B2;
  border-color: #B2B2B2;
  pointer-events: none;
}

.market-selector input[type="submit"].large {
  font-size: 1.25rem;
  line-height: 1.8125rem;
  text-transform: uppercase;
  min-width: 16.75rem;
  min-height: 4.625rem;
}

@media only screen and (max-width: 61.9375em) {
  .market-selector input[type="submit"].large {
    font-size: 1.25rem;
    min-width: auto;
  }
}

.market-selector input[type="submit"].small {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  min-width: auto;
  min-height: auto;
}

.market-selector input[type="submit"]:hover {
  color: #ffffff;
  background-color: #3a87ce;
  border-color: #3a87ce;
}

.market-selector input[type="submit"]:focus {
  color: #ffffff;
  border-color: transparent;
}

.market-selector input[type="submit"]:active {
  background-color: #03335F;
  color: #ffffff;
  border-color: #03335F;
}

.market-selector input[type="submit"]:disabled, .market-selector input[type="submit"].disabled {
  background-color: rgba(0, 55, 152, 0.67);
  color: rgba(255, 255, 255, 0.8);
  border-color: #B2B2B2;
}

.market-selector input::-moz-focus-inner, .market-selector button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.market-selector input[type="text"] {
  font-size: 13px;
}

.market-selector input[type="text"], .market-selector input[type="email"], .market-selector input[type="password"], .market-selector textarea, .market-selector select {
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
  color: #000000;
  width: 100%;
  background: #fff;
  border: 1px solid #B2B2B2;
}

.market-selector select {
  height: auto;
  font-size: 1.25rem;
  color: #000000;
  padding: 5px 15px 5px 5px;
}
