#header {
  z-index: 1;
}
#header .container {
  width: 98%;
  max-width: 1170px;
}
#lp-pom-root {
  top: -100px;
}
.button.green {
  background-color: rgba(0,114,153,1);
}
#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
  color: rgba(0,114,153,1);
}
.umbraco-forms-form, .umbraco-forms-fieldset, .umbraco-forms-container, .umbraco-forms-navigation {
  padding: 0 !important;
}
.umbraco-forms-container label {
  color: #cccccc;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 10px auto 0;
}
.umbraco-forms-form input.text {
  padding: 11px !important;
}
.umbraco-forms-page .umbraco-forms-navigation .col-md-12 {
  padding: 0;
}
.umbraco-forms-page .btn {
  width: 100%;
  background: rgba(100,140,28,1);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 15px;
  border-radius: 16px;
}
div.lp-pom-root .lp-pom-text a, .cke-text a {
  text-decoration: underline !important;
}
.umbraco-forms-submitmessage {
  color: #e7e7e7;
  font-size: 18px;
  font-weight: bold;
}
.umbraco-forms-form textarea {
  height: 82px !important;
  resize: none;
  padding: 15px !important;
}
.umbraco-forms-form input.text, .umbraco-forms-form textarea {
  width: 100% !important;
}
.umbraco-forms-form .col-md-12 {
  float: none;
}
.hero {
  width: 100%;
  max-width: 980px;
  margin: 50px auto;
  padding: 0 20px;
}
.hero h1 {
  text-align: center;
  font-family: 'Source Sans Pro', sans-serif;
  color: rgb(0, 114, 153);
  margin: 0 auto 10px;
  font-size: 45px;
  line-height: 1.2;
}
.hero h2 {
  text-align: center;
  font-family:'Source Sans Pro', sans-serif;
  color: #8d8e9f;
  font-weight: 400;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.2;
}
.content {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  padding: 0 20px;
}
.copy {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.copyInner p {
  line-height: 1.4;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  color: #777;
}
.copy h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  color: #777;
  margin: 50px auto 20px;
}
.form {
  width: 40%;
  background-color: rgba(40,41,54,1);
}
.formTop {
  background-color: rgba(0,114,153,1);
}
.formTop h3 {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size:24px;
  text-align: center;
  padding: 20px;
  margin: 0 auto;
}
.formInner {
  padding: 30px;
}
.formInner p {
  font-family: 'Source Sans Pro', sans-serif;
  color: #e7e7e7;
  font-size: 16px;
  margin: 0 auto 15px;
  line-height: 1.4;
}
.formInner .privacy {
  text-align: center;
  color: #8a8a8d;
  font-size: 15px;
}
.greenbox {
  background-color: rgba(100,140,28,1);
  padding: 30px;
  border-radius: 45px;
  margin: 0 auto 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.greenbox .row {
  display: flex;
  gap: 15px;
  align-items: center;
}
.greenbox .number {
  color: rgb(100,140,28);
  border-radius: 100px;
  background-color: #fff;
  display: flex;
  height: 40px;
  min-width: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  font-style: italic;
}
.greenbox p {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 20px;
  font-style: italic;
  margin: 0;
  line-height: 1.4;
}
.quotebox {
  background-color: rgb(241,240,238);
  padding: 30px;
  display: flex;
  gap: 15px;
  margin: 0 -30px;
}
.quote p {
  color: #777;
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic;
  line-height: 1.4;
  margin: 0;
}
.byline {
  display: flex;
  align-items: center;
  gap: 15px;
}
.byline img {
  width: 100%;
  height: 46px;
  max-width: 46px;
  border-radius: 100px;
}
.byline span {
  color: #777;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
}
.bluebar {
  background-color: rgb(0,114,153);
  padding: 30px 20px;
}
.bluebar h2 {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 34px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}
.services {
  width: 100%;
  max-width: 980px;
  margin: 50px auto;
  display: flex;
  gap: 30px;
  padding: 0 20px;
}
.service img {
  width: 100%;
  margin-bottom: 15px;
}
.service h4, .service h4 a, .service h4 a:hover {
  color: #E17D4F;
  font-size: 22px;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0 0 20px;
  line-height: 1.2;
  text-decoration: underline !important;
}
.service p {
  font-size: 16px;
  line-height: 1.4;
  font-family: 'Source Sans Pro', sans-serif;
  color: #777;
  margin: 0;
}
.faq {
  width: 100%;
  max-width: 980px;
  margin: 50px auto;
  padding: 0 20px;
}
.faq p, .faq ul, .faq ol {
  font-size: 15px;
  line-height: 1.4;
  font-family: 'Source Sans Pro', sans-serif;
  color: #777;
  margin: 0 0 15px;
}
.faq ul, .faq ol {
  padding: 0 0 0 30px;
}
.faq p strong {
  font-size: 18px;
}
.greenbar {
  background-color: rgb(100,140,28);
  padding: 30px 20px;
}
.greenbar h2 {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 34px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto 20px;
  line-height: 1.2;
}
.greenbar h3 {
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.greenbar h3 a, .greenbar h3 a:hover {
  white-space: nowrap;
  color: #fff;
  text-decoration: underline !important;
}
.footer {
  width: 100%;
  margin: 0 auto;
  background-color: rgb(40,41,54);
  padding: 30px 20px;
}
.footer p {
  margin: 0 auto;
  color: #aaacbc;
  width: 100%;
  max-width: 980px;
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
}

@media screen and (max-width: 1050px) {
  #primary-menu ul li > a {
    font-size: 12px;
  }
}

@media screen and (max-width:767px) {
  .content {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }
  .copy {
    width: 100%;
    padding: 0 20px;
  }
  .form {
    width: 100%;
  }
  .quotebox {
    margin: 0 -20px;
  }
  .services {
    flex-direction: column;
  }
  .service {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .hero h1 {
    font-size: 36px;
  }
  .greenbox {
    padding: 25px 20px;
  }
  .quotebox {
    flex-direction: column;
    align-items: center;
  }
  .greenbar h2 {
    font-size: 24px;
  }
}