@charset "UTF-8";

#contact table,
#contact table thead,
#contact table tbody,
#contact table td,
#contact table th,
#contact table tr {
  display: block;
  width: 100%;
}
@media all and (min-width: 769px) {
  #contact table {
    display: table;
  }
  #contact table thead{
    display: table-header-group;
  }
  #contact table tbody{
    display: table-row-group;
  }
  #contact table tr{
    display: table-row;
  }
  #contact table td,
  #contact table th{
    display: table-cell;
    width: auto;
  }
}

#contact table{
	width: 100%;
  border-bottom: 1px solid #1a3478;
  background: #fff;
}
@media all and (min-width: 769px) {
  #contact table{
    border-bottom: 0;
  }
}

#contact table th,
#contact table td{
	text-align: left;
	border: 1px solid #1a3478;
  border-bottom: 0;
	padding: 5px 10px 5px;
	vertical-align: middle;
}
@media all and (min-width: 769px) {
  #contact table th,
  #contact table td{
  	border: 1px solid #1a3478;
  }
}

@media all and (min-width: 769px) {
  #contact table th{
  	width: 280px;
  }
}

#contact table th span{
	color: #ff0000;
}

#contact table td{
}

#contact table td input.text{
	width: 100%;
	box-sizing: border-box;
}

#contact table td textarea.text{
	width: 100%;
	height: 100px;
	box-sizing: border-box;
}

#contact #submit{
  margin-top: 20px;
}

#contact #form #description{
	padding: 0 0 15px;
}

#thanks p{
	padding-bottom: 15px;
}
