.offices .info {
  float: left;
  width: 30%;
}
.offices .map {
  float: right;
  height: 190px;
  margin-bottom: 20px;
  overflow: hidden;
}
.office h2 {
  font-size: 2em;
}
.contact-form-wrap {
  background:#f5f5f5;
  clear: both;
  padding:4%;
  margin:50px 0 0;
  float:left
  
  
}
.form-heading {
  color: #003E7E;
  float: left;
  font-family: 'Conv_helveticaneueltstd-bd_0','SegoeUI-Light', Helvetica, sans-serif;
  font-size: 32px;
  font-weight: normal;
  margin: 20px 0 0;
  width: 100%;
  letter-spacing:-1px
}
.form-title {
  float: left;
}
.contact-form-inner-wrap {
  padding: 10px 0 30px;
  clear: both;
}
.msgs {
  width: 100%;
  float: left;
}
.msgs p {
  float: left;
  width: 50%;
  text-align: left;
  display: none;
  font-size: 15px;
}
.success,
.warning,
.error,
.validation {
  border: 1px solid;
  margin: 10px 0px;
  padding: 10px 10px 10px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.msgs .info {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url('../img/info.png');
}
.msgs .success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image: url('../img/success.png');
}
.msgs .warning {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('../img/warning.png');
}
.msgs .error {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('../img/error.png');
}
.contact-form-inner-wrap form p {
  color: #938B83;
  text-align: left;
}
.contact-form-hear-wrap-left {
  float: left;
}
.contact-form-hear-wrap {
  float: left;
  padding-right: 25px;
  width: 45%;
}
.contact-form-wrap input[type="text"],
.contact-form-wrap textarea {

  border: 1px solid rgba(0, 39, 59, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  color: #495E73;
  outline: none;
  float: left;
  height: 34px;
  margin: 15px 0px 10px 0px;
  padding: 0 10px;
  width: 100%;
  font-family:'Ubuntu' !important
}
.contact-form-wrap input[type="text"]:focus,
.contact-form-wrap textarea:focus {

    border: 1px solid rgba(0, 39, 59, 0.5);
	color: #3498db;
}
.contact-form-hear-wrap-right {
  float: right;
}
.contact-form-wrap textarea {
  width: 98.5%;
  outline: medium none;
  height: 167px;
  margin: 20px 0;
  padding: 5px;
}
.contact-form-wrap input[type="button"] {
  background:#003e7e;
  color: #fff;
  font-size:16px;
  padding: 10px 18px;
  text-align: center;
  width: 150px;
  margin: auto;
  border:none;
  border-radius: 2px;
  box-shadow: 0 -2px rgba(255, 255, 255, 0.1) inset, 0 -3px rgba(0, 0, 0, 0.1) inset, 0 1px rgba(0, 0, 0, 0.05);

}
.contact-form-wrap input[type="button"]:hover {

  cursor: pointer;
  background:#ee3124;
}
.button-wrapper {
  text-align: center;
}



@media screen and (max-width: 650px) {
  .contact-form-wrap input[type="button"], .contact-form-wrap input[type="text"], .contact-form-wrap textarea{-webkit-appearance:none; -webkit-border-radius:2px}
  .contact-form-wrap input[type="button"] {
		width:100%;
	}
  header {
    height: auto;
    padding: 0 2%;
  }
  #searchform #s {
    width: 70px;
  }
  #searchform #s:focus {
    width: 150px;
  }
  #main-nav {
    position: static;
  }
  #site-logo {
    margin: 0;
    position: static;
  }
  #meinhardt-logo {
    margin: 0;
    position: static;
  }
  #meinhardt-logo img {
    width: 100px;
  }
  .banner-text {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    height: auto;
    float: left;
  }
  .banner-text p {
    padding-right: 20px;
  }
  .google-search-box input {
    width: 100px;
  }
  #searchform {
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 100;
    height: 40px;
    bottom: 0;
  }
  .contact-form-hear-wrap {
    clear: both;
    width: 95%;
    margin: 0;
    float: none;
    padding: 0;
  }
  .google-search-box {
    top: 5px !important;
    position: absolute !important;
    right: 0 !important;
  }
}
