html {
  position: relative;
  min-height: 100%;
}
html body {
  padding-top: 150px;
  margin-bottom: 48px;
  font-family: Arial;
}
html body h1 {
  color: #35A3A1;
}
html body h2 {
  color: #35A3A1;
}
.navbar-light .navbar-toggler {
  border: none;
}
#navBarStrip {
  background-color: #35A3A1;
}
#navBarStrip a {
  color: #fff;
}
footer {
  background-color: #35A3A1 !important;
  color: white;
}
.footer {
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 48px;
}
.footer .copyright {
  padding-top: 4px;
}
.footer ul {
  padding-left: 0px;
}
.footer li {
  list-style: none;
  float: left;
  margin: 0 8px;
}
.footer .nav-link {
  color: white;
  padding: 0px;
}
#contactform {
  margin-bottom: 16px;
}
.collaborators a:link {
  text-decoration: none;
}
.collaborators a:visited {
  text-decoration: none;
}
.collaborators a:hover {
  text-decoration: none;
}
.collaborators a:active {
  text-decoration: none;
}
.collaborators em {
  color: black;
}
.collaborators .panel {
  margin-bottom: 16px;
}
/** Forms CSS **/
.form-block {
  background-color: #35A3A1;
  padding: 16px;
}
.form-block input,
.form-block select,
.form-block textarea {
  border: 1px solid #e7e9ec;
  display: block;
  padding: 15px 20px;
  width: 100%;
  color: #35A3A1;
}
.form-block button[type=submit] {
  border: none;
  background-color: white;
  color: #35A3A1;
}
.form-block .grid {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.form-block .grid__item {
  flex: 1;
  padding: 10px;
  width: 100%;
}
.form-block [class*=" width-"],
.form-block [class^=width-] {
  flex: 0 0 auto;
}
.form-block .width-6 {
  width: 50%;
}
.form-block .width-12 {
  width: 100%;
}
.form-block label {
  display: block;
  font-weight: 500;
  margin: 0;
  color: white;
}
.form-block .honing {
  display: none;
}
