.bodydiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.backgrounddiv {
  position: absolute;
  left: auto;
  top: 25px;
  right: auto;
  bottom: auto;
  z-index: -1;
  overflow: hidden;
  width: 5000px;
  height: 5000px;
  border-radius: 50%;
  background-color: #4cb4b1;
}

.headerdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Header.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: repeat-x;
  background-attachment: scroll;
}

.headerlogodiv {
  width: 100px;
}

.container {
  display: block;
}

.body {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mainsection {
  width: 100%;
  margin-top: 0px;
  background-color: #4cb4b1;
}

.contentdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5px;
  padding-bottom: 30px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.logodiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 75px;
  margin-bottom: 25px;
}

.defaultheader {
  height: 30px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  text-align: center;
}

.text-span {
  font-weight: 400;
}

.inputdiv {
  margin-bottom: 45px;
}

.defaultrow {
  margin-right: 0px;
  margin-left: 0px;
}

.defaultrow.marginbottom {
  margin-bottom: 10px;
}

.defaultformblock {
  margin-bottom: 0px;
}

.defaultcolumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.defaultcolumn.borderbold {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.defaultcolumn.borderbold.rightside {
  border-right: 2px solid #fff;
}

.defaultcolumn.normalborder {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

.defaultcolumn.normalborder.rightside {
  border-right: 1px solid #fff;
}

.defaulttext {
  background-color: transparent;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.defaulttext.marginbottom {
  margin-bottom: 10px;
}

.buttomdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  padding-right: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.defaultbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  -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;
  border: 1px solid #389391;
  background-color: #389391;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.defaultbutton.marginright {
  width: 250px;
  margin-right: 10px;
}

.resultdiv {
  max-width: none;
  min-width: 0px;
  margin-bottom: 45px;
  background-color: transparent;
}

.rowheadertext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  -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;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}

.resultscrolldiv {
  overflow: scroll;
}

.rowtext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -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;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.disclaimerdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.defaultparagraph {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.text-span-2 {
  font-size: 14px;
  font-weight: 400;
}

.html-embed {
  width: 100%;
  margin-bottom: 45px;
}

.introparagraph {
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.text-span-3 {
  font-size: 20px;
  font-weight: 300;
}

.link {
  color: #fff;
  font-weight: 300;
  text-decoration: underline;
}

.link-2 {
  color: #fff;
}

.text-span-4 {
  font-size: 14px;
  font-weight: 400;
}

.link-3 {
  color: #fff;
}

.link-4 {
  color: #fff;
}

.link-5 {
  color: #fff;
}

.link-6 {
  color: #fff;
}

.link-7 {
  color: #fff;
}

.link-8 {
  color: #fff;
}

.mailblock {
  margin-top: 15px;
  margin-bottom: 35px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mailfield {
  margin-right: 10px;
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .resultdiv {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .backgrounddiv {
    height: 8000px;
  }
  .defaultrow {
    margin-bottom: 5px;
  }
  .defaultcolumn.normalborder.rightside {
    border-top: 1px solid #fff;
  }
  .buttomdiv {
    padding-right: 10px;
  }
}