.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  font-family: Roboto, sans-serif;
  color: #434343;
  font-size: 16px;
  line-height: 1.4em;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 1.4em;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #82b051;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
}

h5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
}

.listinnerheader{
    margin-bottom: 20px;
  }

  .contenth2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
  }

  .contentlistinner {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
 }
.contentlistinner2{
  margin-bottom: 0px;
}
.contentlistinner2 li:last-of-type{
  margin-bottom:0px;
}
.contentpinner {
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    font-size: 16px;
 }
.contentpinner2{
  margin-bottom: 10px;
}

a {
  color: #78bfdc;
  text-decoration: none;
}

.topbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.logoimg {
  width: 200px;
}

.logolink {
  padding-right: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.languageswitch {
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #78bfdc;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.herosection {
  padding: 50px 60px 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(67, 67, 67, 0.75)), to(rgba(67, 67, 67, 0.75))), url('../images/headerbg2x.png');
  background-image: linear-gradient(180deg, rgba(67, 67, 67, 0.75), rgba(67, 67, 67, 0.75)), url('../images/headerbg2x.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.grantstatement {
  max-width: 450px;
  margin-bottom: 0px;
  color: #fff;
}

.topsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contentsection{
  display: block;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-right: 60px;
  padding-left: 60px;
  max-width:1280px;
}

.formsection {
  margin-top: -80px;
  padding: 0px 60px;
  background-color: #f5f5f5;
  display:none; /*temp addition*/
}

.languageselected {
  color: hsla(0, 0%, 100%, 0.3);
}

.footersection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #434343;
}

.footerlogolink {
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footerlogoimg {
  width: 200px;
}

.footercontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 60px;
  padding-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #fff;
}

.civicaddress {
  color: #fff;
}

.copyright {
  color: #fff;
}

.footerlink {
  color: #fff;
  text-decoration: underline;
  white-space: nowrap;
}

.headersection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #82b051;
  background-image: url('../images/topbar_bg.png');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading404 {
  margin-bottom: 0px;
}

.submitbtn {
  display: block;
  width: 100%;
  margin-left: auto;
  border-radius: 5px;
  background-color: #78bfdc;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.contactthankyoucontainer {
  border-radius: 5px;
}

.formlabel {
  display: block;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 400;
}

.captchabox {
  margin-bottom: 22px;
}

.contactfields {
  display: block;
  margin-bottom: 22px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 1px 1px 2px 0 hsla(0, 0%, 76.9%, 0.5);
}

.contactfields.commentfield {
  height: 228px;
}

.visualimg {
  width: 45%;
  box-shadow: 7px 7px 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: perspective(2000px) rotateX(0deg) rotateY(-23deg) rotateZ(0deg);
  transform: perspective(2000px) rotateX(0deg) rotateY(-23deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.topsectionleft {
  padding-bottom: 70px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.formcontainer {
  padding-top: 10px;
  max-width:600px;
}

.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;
}

._404section {
  margin-top: 60px;
  margin-bottom: 150px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 1280px) {
  p, li{
    line-height: 1.5em;
  }

  .visualimg {
    width: 45%;
  }

  .topsectionleft {
    padding-bottom: 70px;
  }

}

@media screen and (min-width: 1440px) {
  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 30px;
  }

  p {
    font-size: 20px;
  }

  ol li, ul li{
    font-size: 20px;
  }

  .listinnerheader{
    margin-bottom: 20px;
  }

  .contenth2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 26px;
  }

  .contentlistinner, .contentpinner {
    margin-bottom: 20px;
    font-size: 20px;
 }

  .grantstatement {
    max-width: 590px;
  }

  .formlabel {
    font-size: 20px;
  }

  .contactfields.commentfield {
    height: 251px;
  }

  .visualimg {
    width: 45%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }

  .logoimg {
    width: 200px;
  }

  .herosection {
    padding: 30px 40px 40px;
  }

  .topsection {
    margin-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    -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;
  }
  .contentsection{
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

  .formsection {
    margin-top: -60px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .footersection {
    padding: 40px;
  }

  .footercontent {
    margin-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .civicaddress {
    margin-bottom: 30px;
  }

  .headersection {
    min-height: 100px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .submitbtn {
    font-size: 18px;
  }

  .formlabel {
    font-size: 16px;
    line-height: 22px;
  }

  .contactfields {
    border-color: #c4c4c4;
  }

  .contactfields.commentfield {
    height: 227px;
  }

  .visualimg {
    width: 600px;
  }

  .topsectionleft {
    padding-bottom: 20px;
  }


  ._404section {
    margin-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
    -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;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 14px;
  }

  h5 {
    font-size: 16px;
  }

  p {
    font-size: 14px;
  }

  ol li, ul li{
    font-size: 14px;
  }

  .listinnerheader{
    margin-bottom: 20px;
  }

  .contenth2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
  }

  .contentlistinner, .contentpinner {
    margin-bottom: 0px;
    font-size: 14px;
 }

  .logoimg {
    width: 100px;
  }

  .logolink {
    padding-right: 30px;
    padding-left: 0px;
  }

  .languageswitch {
    margin-right: 20px;
    font-size: 12px;
  }

  .herosection {
    padding: 25px 15px 30px;
  }

  .grantstatement {
    max-width: 350px;
    font-size: 12px;
  }

  .topsection {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .contentsection{
  display: block;
  margin-top: 25px;
    margin-bottom: 25px;
    padding-right: 15px;
    padding-left: 15px;
}

  .formsection {
    margin-top: -40px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .footersection {
    padding: 30px 15px;
  }

  .footerlogoimg {
    width: 130px;
  }

  .footercontent {
    margin-left: 15px;
  }

  .civicaddress {
    font-size: 14px;
  }

  .copyright {
    font-size: 14px;
  }

  .headersection {
    min-height: 45px;
    padding-right: 0px;
    padding-left: 15px;
  }

  .submitbtn {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
  }

  .formlabel {
    width: auto;
    font-size: 14px;
    line-height: 20px;
  }

  .contactcolumn {
    padding-right: 0px;
    padding-left: 0px;
  }

  .contactfields {
    width: 100%;
  }

  ._404section {
    margin-top: 25px;
    margin-bottom: 150px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 22px;
  }

  .logolink {
    padding-right: 5px;
  }

  .languageswitch {
    margin-right: 5px;
    font-size: 12px;
  }

  .footersection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footerlogolink {
    margin-bottom: 30px;
  }

  .footerlogoimg {
    width: 150px;
  }

  .footercontent {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .civicaddress {
    margin-bottom: 20px;
  }

  .headersection {
    min-height: 45px;
    padding-right: 0px;
  }

  .heading404 {
    font-size: 24px;
  }

  .formlabel {
    font-size: 14px;
    line-height: 18px;
  }
}

