.homepagebannersection {
  margin-top: 51px;
}

.pagbannertitle {
  color: #2c14aa;
  font-size: 37px;
  line-height: 50px;
}

.bannercontainer {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bodyclass {
  background-image: url('../images/Background-slight.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.mainpagecontainerclass {
  padding-left: 0px;
  background-color: #e9eef1;
}

.navigationsection {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbartext {
  margin-top: 3px;
  margin-right: 3px;
  margin-left: 3px;
  float: left;
  font-family: Verdana, Geneva, sans-serif;
  color: #120c97;
  font-size: 44px;
  line-height: 50px;
}

.textbox {
  margin-top: 10px;
  padding: 5px;
  font-size: 16px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section {
  margin-top: 10px;
}

.onerow {
  padding-top: 10px;
}

.twocolumnimage {
  margin-bottom: 0px;
  padding: 5px;
}

.heading1 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 26px;
}

.peoplerow {
  margin-top: 10px;
}

.image {
  padding: 5px;
  text-align: left;
}

.textboxlink {
  color: #c433e9;
  text-decoration: none;
}