@charset "UTF-8";
/* CSS Document */

h2 {
  color:#005295;
}

.formContactUs {
  border: solid 1px rgb(221, 221, 221);
}

.formContactTop {
  margin-top:-20px;
}

.formContactBottom {
  margin-bottom:-80px;
}
.image-border {
  border-bottom-style:solid;
  border-bottom-width:7px;
  border-bottom-color:#f15c22;
}
.columnP {
  float: left;
  width: 20%;
  margin-bottom:20px;
}
.column6 {
  float: left;
  width: 16.6%;
  margin-bottom:20px;
}
@media screen and (max-width: 1020px) {
  .columnP {
    width: 100%;
    margin-left:0px;
    text-align:center;
  }
   .column6 {
    width: 100%;
    margin-left:0px;
    text-align:center;
  }
}