.searchBarContainer {
	width: 90%;
    display: block;
	margin: 0 auto;
  text-align: center; }
@media screen and (min-width: 790px) {
	.searchBarContainer {
		width: 70%;
		max-width: 800px;
	}
}
  .searchBarContainer form {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 40px auto; }
    .searchBarContainer form .formTitles {
      display: block;
      width: 100%;
      overflow: hidden;
      margin-bottom: 5px; }
      .searchBarContainer form .formTitles label {
        display: inline-block;
        width: 50%;
        max-width: 50%;
        text-align: left;
        float: left;
        overflow: hidden;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700; }
        .searchBarContainer form .formTitles label:nth-child(2) {
          width: 46%;
          float: right; }
    .searchBarContainer form .formInputs {
      display: block;
      width: 100%;
      overflow: hidden;
      border: 2px solid;
      border-color: #00213d;
      background-color: #fff;
      margin-bottom: 10px;
      max-height: 60px;
      text-align: left; }
      .searchBarContainer form .formInputs input {
        width: 46%;
        float: left;
        border: 0;
        padding: 14px 0 0 10px;
        font-size: .7em;
        font-family: 'Open Sans';
        font-weight: 300;
		height: 30px;}

		@media screen and (min-width: 790px) {
			.searchBarContainer form .formInputs input {
				font-size: 1em;
			}
		}

        .searchBarContainer form .formInputs input:focus {
          outline: none; }
        .searchBarContainer form .formInputs input.right {
          float: right; }
      .searchBarContainer form .formInputs img {
        display: inline-block;
		margin: 0;
        width: 4%;
		max-width: 24px;
        height: 60px; }

    .searchBarContainer form .searchTools {
      display: block;
      width: 100%; }

.custom-dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0 10px 0;
  vertical-align: top;
  width: 45%;
  float: right;
}

@media screen and (min-width: 790px) {
	.custom-dropdown {
		margin: 0px 10px 10px 0;
	}
}

@media screen and (min-width: 1100px) {
	.custom-dropdown {
		width: 46%;
	}
}

.custom-dropdown select {
  width: 100%;
  background-color: #fff;
  color: #444;
  font-weight: 300;
  font-size: inherit;
  padding: .5em .2em .5em;
  padding-right: 2.5em;
  border: 0;
  margin: 0;
  border-radius: 3px;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-appearance: button; /* hide default arrow in chrome OSX */
}

.custom-dropdown select:focus {
  outline: none;
}

.custom-dropdown::before,
.custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}


.custom-dropdown::before { /*  Custom dropdown arrow cover */
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
}

.custom-dropdown select[disabled] {
  color: rgba(0,0,0,.3);
}

.custom-dropdown select[disabled]::after {
  color: rgba(0,0,0,.1);
}

.custom-dropdown::before {
  /*background-color: rgba(0,0,0,.15);*/
}

.custom-dropdown::after {
  color: rgba(0,0,0,.4);
}
