/* Custom select CSS*/
.selectBox-dropdown {
  min-width: 260px;
  min-height: 58px;
  background: url(/contact-us/images/speakUpSpriteSheet.png) no-repeat -4px -76px transparent;
  float: left;
  margin-top: -2px;
}
.jbSelectContainer .jbSelectLabel {
  font-size: 1.42em !important;
  font-weight: bold;      
  min-heightheight: 34px;
  min-width: 260px;
  line-height: 34px;
}
.jbSelectContainer .jbSelectArrowSprite.upDownArrow {
  margin-top: 11px !important;
}
.jbSelectContainer.open .jbDropdownList {
  width: 290px;
  font-size: 1.4rem;
}

.selectBox-dropdown{
  box-shadow: none;
}
.suBackButton{
  color:#306FAA;
}

.foreground-sprite-linkarrow.linkrightarrow{
  width: 5px;
  height: 10px;
  text-align: justify;
  margin-left: 3px;
  float: right;
}
.foreground-sprite-linkarrow {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.foreground-sprite-linkarrow img {
    position: absolute;
    max-width: none;
    top:-13px;
}