body {
  display: flex;
  margin: 0;
  align-items: center;
  flex-direction: column;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #656565;
}

h1{
  font-size: 42px;
  font-weight: 700;
}

input:focus {
    outline-color: #029213;
}

textarea:focus {
    outline-color: #029213;
}

.master-green{
  color: #029213;
}

.borderTest {
  border-color: rgba( 255, 0, 255, .3 );
  border-width: 1px;
  border-style: solid;
}

.header {
  position: fixed;
  z-index: 100000;
  display: flex;
  justify-content: center;
  background-color: #fff;
  height: 92px;
  width: 100%;
  filter: drop-shadow(0px 4px 6px #ccc);
  font-weight: 400;
}

.header-container {
  position: absolute;
  display: flex;
  height: 92px;
  width: 960px;
  border-color: rgba( 255, 0, 0, 0);
  border-width: 1px;
  border-style: solid;
}

.header-logo {
  position: absolute;
  left: 30px;
  top: 18px;
}

.header-menu{
  position: absolute;
  display: flex;
  left: 116px;
  top: 42px;
}

.header-menu-item{
  padding: 10px 20px;
  font-size: 18px;
}

.header-secondary{
  position: absolute;
  display: flex;
  left: 715px;
  top: 10px;
}

.header-secondary-item{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  font-size: 18px;
}

.header-secondary-break{
  padding: 10px 0px;
  font-size: 18px;
  color: #000;
}

.header-secondary-icon{
  padding: 0px 10px;
  width: 22px;
  height: 21px;
}

.header-line {
  position: absolute;
  top: 82px;
  width: 100%;
  height: 2px;
  background-color: #CECECE;
}

.header-indicator {
  position: absolute;
  top: 78px;
  left: 0px;
  width: 80px;
  height: 10px;
}

.header-indicator-grad {
  position: absolute;
  top: 4px;
  width: 80px;
  height: 2px;
  background-image: linear-gradient(to right, rgba(2,150,19,0), rgba(2,150,19,100),rgba(2,150,19,0));
}

.header-indicator-dot {
  position: absolute;
  left: 36px;
  top: 0px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  border-color: #029213;
  border-width: 2px;
  border-style: solid;
}

.header-support {
  position: absolute;
  top: -300px;
  left: 692px;
  width: 300px;
  height: 216px;
  background-color: #fff;
  filter: drop-shadow(0px 0px 3px #000);
}

.header-support-wrap {
  position: absolute;
  display: flex;
  flex-direction: column;
  left: 20px;
}

.header-support-phone {
  top: 26px;
}

.header-support-email {
  top: 100px;
}

.header-support-label {
  font-size: 18px;
  margin: 0 0 10px 0;
}

.header-support-content {
  font-size: 18px;
}

.header-support-title {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 176px;
  width: 100%;
  height: 40px;
  color: #fff;
  background-color: #029213;
}

.header-support-icon {
  margin: 0 10px 0 0;
}

.header-support-close {
  position: absolute;
  font-weight: 500;
  font-size: 11px;
  left: 260px;
  top: 8px;
  color: #888;
}

.primaryContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 960px;
  padding: 52px 0 0 0;
  border-color: rgba( 255, 0, 0, 0 );
  border-width: 1px;
  border-style: solid;
}

.section {
  width: 960px;
  margin: 40px 0 0 0;
}

.splashWrapper {
  position: absolute;
}

.splashCallout {
  position: absolute;
  top: 260px;
  left: -20px;
  width: 1000px;
  height: 78px;
  background-color: rgba( 0,0,0,.7 );
}

.splashWeDo {
  position: absolute;
  top: 24px;
  left: 400px;
  font-size: 42px;
  font-weight: 700;
}

.splashWeDoItem {
  left: 540px;
  color: #fff;
  width: 500px;
}

.welcome {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 960;
}

.welcomeHeadline {
  display: flex;
  align-items: center;
  width: 856px;
  height: 90px;
  font-size: 28px;
  font-weight: 700;
}
.welcomeLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 280px;
}
.welcomeCopy {
  width: 480px;
  height: 280px;
}
.sectionHeader {
  display: flex;
  align-items: center;
  width: 400px;
  height: 60px;
  padding: 0 0 0 60px;
  margin: 0 0 40px 0;
}
.servicesContainer {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 60px;
}
.serviceItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 275px;
  margin: 0 20px 40px 0;
  border-color: rgba( 255, 0, 255, 0 );
  border-width: 1px;
  border-style: solid;
}
.serviceLabel{
  font-size: 28px;
  margin: 0;
}
.serviceIcons {
  margin: 20px;
}
.aboutCopy {
  padding: 0 60px;
}
.aboutBioContainer {
  display: flex;
  flex-direction: row;
  align-content: space-between;
  margin: 0 0 0 60px;
}
.aboutBio {
  width: 418px;
  margin: 0 20px 0 0;
}
.aboutBioName {
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  background-color: #029213;
  padding: 20px 20px 30px 20px;
  margin: -10px 0;
}
.aboutBioPosition {
  margin: -34px 0 0 20px;
  color: #fff;
  font-weight: 100;
}
.aboutBioCopy {
  padding: 20px;
}
.contactContainer {
  display: flex;
  flex-direction: row;
  margin: 0 0 0 60px;
}
.contactColumn {
  width: 400px;
  margin: 0 40px 0 0;
}
.contactPara {
  margin: 0;
  font-size: 19px;
}
.contactParaMargin {
  margin: 0 0 40px 0;
}
.contactForm {
  width: 360px;
  height: 30px;
  margin: 0 0 20px 0;
  padding: 4px 20px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  background-color: #DFDFDF;
  border-style: none;
  box-shadow: inset 3px 3px 4px #999;
}
.contactFormMulti{
  height: 120px;
}
.contactFormColumn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contactFormLabels {
  width: 400px;
  margin: 0;
}
.contactSendButton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 50px;
  background-color: #DFDFDF;
  filter: drop-shadow(5px 5px 3px rgba(0,0,0,.3));
}
.remoteCopy {
  width: 500px;
  margin: 0 0 40px 60px;
}
.remoteSplashtop {
  width: 960px;
  height: 362px;
  background-image: url("img/main/splashtop.jpg");
}
.remoteSplashtopContainer {
  position: absolute;
}
.remoteDownload {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 170px;
  left: 104px;
}
.remoteDownloadButton {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 280px;
  height: 52px;
  color: #fff;
  background-color: #236DB6;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  margin: 10px 0 0 0;
  filter: drop-shadow(2px 2px 3px rgba(0,0,0,.6));
}
.termsContainer {
  display: flex;
  flex-direction: column;
  width: 960px;
  padding: 100px 0 0 0;

}
.privacyContainer {
  display: flex;
  flex-direction: column;
  width: 960px;
  padding: 100px 0 0 0;

}
.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 40px 0 0 0;
}
.footerLine {
  width: 960px;
  height: 1px;
  background-color: #2F2F2F;
}
.footerBackground {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #AEAEAE;
  margin: 5px 0 0 0
}
.footerContainer {
  display: flex;
  width: 960px;
  padding: 24px 0 0 0;
}
.footerLogoContainer {
  width: 740px;
}
.footerMenu {
  font-size: 13px;
  color: #333;
  width: 190px;
  margin: -6px 0 0 0;
}
.footerMenuItem {
  display: flex;
  align-items: center;
  height: 21px;
}
.footerContact {
  width: 230px;
}
.footerContactCopy {
  font-size: 13px;
  margin: -8px 0 -5px 0;
  color: #333;
}
.footerContactMargin {
  margin: 20px 0 0 0;
}
.footerCopyright {
  display: flex;
  align-items: center;
  width: 960px;
  height: 40px;
  font-size: 13px;
  margin: 20px 0 0 0;
  border-top: 1px solid #fff;
}
.footerCopyrightCopy {
  width: 720px;
}
.footerCopyrightTerms {
  padding: 0 20px;
}
.footerCopyrightPrivacy {
}
.schrack {
  position: fixed;
  display: none;
  flex-direction: column;
  align-items: center;
  background-color: rgba(80,80,80,.95);
  bottom: 0px;
  filter: drop-shadow(0 0 8px rgba(0,0,0,.2));
  padding: 10px 40px;
  line-height: 0px;
  color: #fff;
}
