.filterCareer label{float:left}
.filterCareer .minict_wrapper{width:185px; margin:0 0 15px 30px}
.filterCareer .minict_wrapper input{width:175px;}
.hearAboutUspara .minict_wrapper, .exprienceSelectionPara .minict_wrapper{margin-bottom:20px;}
.hearAboutUspara .minict_wrapper input, .exprienceSelectionPara .minict_wrapper input{font-size: 14px !important;}
.minict_wrapper ul li{margin:0; border:1px solid #d0cece; border-top:none}
.filterCareer .minict_wrapper ul li{font-size:16px}
.minict_wrapper ul li:hover {background-color:#e5e5e5; color:#333436}
.minict_wrapper input:focus{background-color:#e3ebf8}
.minict_wrapper ul{
	background-color: #f9f9f9;
	border: solid 1px #d1d1d1;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 35px !important;
	width: 100%;
	z-index: 11;
	overflow-y: auto;
	-webkit-box-shadow: 0px 0px 6px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 0px 6px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 0px 6px rgba(50, 50, 50, 0.2);
	}
.minict_wrapper {
  font-family: "Segoe UI", Segoe, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
  color: #333;
  /*background: #fff;*/
  position: relative;
  float:left;
  height:30px;
}
  /*.minict_wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }*/
  .minict_wrapper:after {
    content: "";
	background:url("../images/sprite.png") no-repeat scroll -362px 6px transparent;
    display: block;
    position: absolute;
    height:28px;
    width:20px;
    top: 0;
    right:10px;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #ddd; }
  .minict_wrapper.active:after {
    content: "";
	background:url(../images/sprite.png) no-repeat left 3px;
	background-position: -362px -20px;
  }
  .minict_wrapper input {
    border: 1px solid #ccc;
    outline: none;
    background: #e5e5e5;
	color: #646363;
	font-size: 16px;
	font-family: 'LatoRegular', sans-serif;
	font-weight: normal;
    padding-left:10px;
    cursor: pointer;
	height:26px;
    width: 100%; }
  .minict_wrapper ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    /*border: 1px solid #e5e5e5;*/
    border-radius: 3px;
    top: 30px;
    left: 0;

    overflow-y: auto;
    z-index: 999999; }
    .minict_wrapper ul li {
      list-style: none;
      font-size: 14px;
      padding: 0 10px;
      cursor: pointer;
      background: #efefef;
      line-height:30px; }
      .minict_wrapper ul li.minict_group {
        color: #444;
        background: #f6f6f6;
        font-weight: bold;
        cursor: default; }
      .minict_wrapper ul li.minict_empty {
        display: none;
        background: #fff !important;
        color: #bbb;
        text-align: center;
        font-size: 0.9rem;
        height: 28px;
        line-height:28px; }
      .minict_wrapper ul li.highlighted {
        background-color: #e5e5e5; color: #333436; }
      .minict_wrapper ul li.hidden {
        display: none; }

.minict_wrapper.bubble {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
  background: -moz-linear-gradient(top, white 0%, #f9f9f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f9f9f9));
  background: -webkit-linear-gradient(top, white 0%, #f9f9f9 100%);
  background: -o-linear-gradient(top, white 0%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, white 0%, #f9f9f9 100%);
  background: linear-gradient(to bottom, white 0%, #f9f9f9 100%); }
  .minict_wrapper.bubble:hover {
    border-color: #dcdcdc; }
  .minict_wrapper.bubble:after {
    border-left: 1px solid #e5e5e5;
    -webkit-box-shadow: inset 1px 0px 0px 0px #fff;
    box-shadow: inset 1px 0px 0px 0px #fff;
    height: 2.05rem; }
  .minict_wrapper.bubble ul {
    top: 2.7rem;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    overflow: visible; }
    .minict_wrapper.bubble ul:before {
      position: absolute;
      top: -11px;
      left: 19px;
      content: ".";
      color: transparent;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 11px 11px 11px;
      border-color: transparent transparent #e5e5e5 transparent; }
    .minict_wrapper.bubble ul:after {
      position: absolute;
      top: -10px;
      left: 20px;
      content: ".";
      color: transparent;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent #ffffff transparent; }
    .minict_wrapper.bubble ul li.minict_first {
      border-top-left-radius: 6px;
      border-top-right-radius: 6px; }
    .minict_wrapper.bubble ul li.minict_last {
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px; }
