html {
  background-color: white;
  height: 100%;
}

body {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 12pt;
  min-height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: white;
}

.header-top,
.container {
  margin-left: 100px;
  margin-right: 100px;
}

.container {
  margin-top:20px;
  position: absolute;
}

.header-top {
  position: relative;
  color: white;
  font-size: 9pt;
  line-height: 35px;
}

.header-top-back {
  background-color: #04AD96;
  position: fixed;
  width: 100%;
}

.contact-table,
.content-table,
.home-table {
  display: table;
  width: 100%;
  height: 100%;
  min-width: 1070px;
  margin-top: 15px;
}

.contactus-table {
  display: table;
  width: 55%;
}

.contact-row,
.header-row,
.content-row,
.home-row {
  display:table-row;
  width:auto;
  background-color: white;
}

.header-row {
  height: 50px;
  display: table-row;
}

.contactus-row {
  display: table-row;
}

.header-column-image,
.header-column-nav,
.contact-column-form,
.content-column-text,
.home-column-text {
  float:left;
  display:table-cell;
  width: 58%;
  padding-right: 20px;
  line-height: 30px;
  padding-top: 10px;
  text-align: justify;
}

.header-column-image {
  width: 50%;
  display: table-cell;
  vertical-align:middle;
  text-align: left;
}

.header-column-nav {
  padding-top: 0px;
  margin-top: -10px;
  width: 46%;
  float: right;
  display: table-cell;
  text-wrap: nowrap;
  vertical-align:middle;
  text-align:right;
}

.contact-column-address,
.home-column-video {
  float:left;
  display:table-cell;
  width:38%;
  text-align: center;
  padding-top: 10px;
}

.content-column-text {
  width: 100%;
}

.contactus-column-text {
  float:left;
  display:table-cell;
  padding: 10px;
  width: 12%;
  vertical-align: top;
}

.contactus-column-box {
  float:left;
  display:table-cell;
  padding: 10px;
  width: 80%;
  vertical-align: top;
}

.break {
  height: 10px;
}

#footer-outer {
  font-size: 9pt;
  position:fixed; 
  left: 0;
  bottom: 0 !important;
  width: 100%;
  padding-top: 10px;
  /* margin-bottom: 2px; */
}

#footer-outer #copyright {
  padding: 0px 0px 0px 0px !important;
}

#footer-outer #copyright > p {
  padding-left: 10px !important;
}

ul.bullets > li {
  list-style: disc outside none;
  display: list-item;
  margin-left: 1em;
}

.btn-contactus {
  background-color: white; 
  border: 2px solid #04AD96;
  color: black;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}

.btn-contactus:hover {
  background-color: #04AD96;
  color: white;
}

textarea.contactus,
input.contactus {
  line-height: 20px;
  width: 400px;
}

textarea:invalid,
input:invalid {
  box-shadow: 0 0 5px 1px red;
}

textarea:focus:invalid,
input:focus:invalid {
  box-shadow: none;
} 

input.mail {
  appearance: none;
  width: 100%;
  border: 1px solid #333;
  margin: 0;

  font-family: inherit;
  font-size: 90%;

  box-sizing: border-box;
}

/* This is the style of our error messages */
.error {
  width: 100%;
  padding: 0;

  font-size: 80%;
  color: white;
  background-color: #900;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
}

.error.active {
  padding: 0.3em;
}
