/**
 * Custom helpers
 */
.fm-text-align-left {
  text-align: left;
}

.fm-margin-small-top {
  margin-top: 10px;
}

/* 
* Contact-Form Select Styling 
*/
.wpcf7-form {
  /* CAUTION: IE hack ahead */
}
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  font-family: Muli;
  font-weight: 200;
  font-size: 16px;
  background-color: #F5F8FA;
  color: #4E4E4E !important;
  box-shadow: none;
}
.wpcf7-form input[type="submit"] {
  font-weight: 600 !important;
}
.wpcf7-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCA3LjMzbDIuODI5LTIuODMgOS4xNzUgOS4zMzkgOS4xNjctOS4zMzkgMi44MjkgMi44My0xMS45OTYgMTIuMTd6Ii8+PC9zdmc+) 96%/4% no-repeat #f5f8fa;
  height: 46px;
}
.wpcf7-form select::-ms-expand {
  display: none;
  /* remove default arrow in IE 10 and 11 */
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width: 0 \0) {
  #wpcf7-f311-p28-o1 select {
    background: none\9;
    padding: 5px\9;
  }
}
