body {
  padding-top: 99px;
  font-family: acumin-pro, sans-serif;
  color: #363636;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 300;
}

h1 {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 52px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 39px;
}

h3 {
  margin-top: 30px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 30px;
  margin-bottom: 16px;
  color: #988675;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  margin-top: 6px;
  margin-bottom: 12px;
  color: #363636;
}

a {
  color: #988675;
  text-decoration: underline;
}

.product_image {
  display: block;
  overflow: visible;
  max-height: 500px;
  min-height: 400px;
  background-image: url('../images/Audit Banner.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.content_column {
  display: block;
  padding: 40px 120px 70px;
}

.content_column.footer_column {
  padding-top: 30px;
  padding-bottom: 70px;
}

.subhead {
  font-size: 20px;
  line-height: 1.5em;
  font-style: italic;
  font-weight: 300;
}

.heading2 {
  margin-top: 52px;
  margin-bottom: 12px;
  color: #000;
  font-size: 26px;
  line-height: 1.5em;
}

.heading4 {
  margin-top: 40px;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  line-height: 1.5em;
}

.heading3 {
  margin-top: 42px;
  margin-bottom: 12px;
  color: #000;
  font-size: 22px;
  line-height: 1.5em;
}

.heading1 {
  margin-top: 42px;
  color: #000;
  font-size: 38px;
  line-height: 1.3em;
}

.navigation_link {
  display: inline-block;
  height: 48px;
  padding: 10px 12px;
  color: #363636;
  font-size: 14px;
}

.navigation_logo {
  height: 48px;
  margin-right: 20px;
}

.navigation_bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  max-height: 800px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ececec;
  background-color: #fff;
  box-shadow: 0 0 25px -20px #000;
  opacity: 0.97;
}

.nav_width {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content_section {
  display: inline;
  border-bottom: 1px solid #988675;
  color: #000;
}

.nav_brand {
  display: inline-block;
}

.footer_text {
  position: static;
  top: 10px;
  display: inline-block;
  margin-top: 8px;
  color: #898989;
  font-size: 14px;
  line-height: 1.5em;
}

.footer_logo {
  position: relative;
  left: 0px;
  top: -10px;
  display: inline-block;
  margin-right: 15px;
}

.details {
  font-size: 14px;
  line-height: 1.5em;
}

.details.post_details {
  margin-bottom: 40px;
  color: #898989;
}

.ul_style {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 50px;
}

.li_style {
  margin-top: 6px;
  margin-bottom: 12px;
  color: #363636;
}

.cta_area {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 2px 40px 20px;
  background-color: #f4f3f1;
}

.input_field {
  display: inline-block;
  height: 50px;
  min-width: 200px;
  margin-right: 15px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #d7d7d7;
  font-size: 18px;
  line-height: 1.5em;
}

.cta_button {
  display: inline-block;
  height: 50px;
  padding: 11px 25px 13px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #8dba02;
}

.cta_button.page_cta {
  height: auto;
  margin-top: 25px;
  margin-bottom: 30px;
  padding: 11px 30px 12px;
}

.form_field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding-top: 15px;
}

.inline_image {
  margin-top: 20px;
  margin-bottom: 25px;
}

.title_link {
  color: #000;
  text-decoration: none;
}

@media (max-width: 991px) {
  body {
    padding-top: 69px;
    font-size: 16px;
  }
  p {
    font-size: 16px;
    line-height: 1.5em;
  }
  .product_image {
    min-height: 300px;
  }
  .content_column {
    padding: 10px 61px 35px;
  }
  .subhead {
    font-size: 18px;
  }
  h2,
  .heading2 {
    margin-top: 36px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
  }
  ul, ol {
    padding-left: 30px;
  }
  .heading4 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .heading3 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .heading1 {
    margin-bottom: 12px;
    font-size: 34px;
  }
  .navigation_link {
    display: inline-block;
    padding-top: 6px;
  }
  .navigation_logo {
    height: 36px;
    margin-left: 20px;
  }
  .navigation_bar {
    padding-top: 17px;
    padding-bottom: 16px;
  }
  .nav_width {
    height: 36px;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 10px;
  }
  .nav_icon {
    display: block;
  }
  .nav_brand {
    max-width: 80%;
  }
  .details.post_details {
    margin-bottom: 50px;
  }
  .nav_menu_button {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navigation_drop_down {
    display: block;
    height: 36px;
  }
  .cta_area {
    padding-right: 40px;
    padding-left: 40px;
  }
  .input_field {
    margin-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .inline_image {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 54px;
  }
  .product_image {
    min-height: 250px;
  }
  .content_column {
    padding-top: 5px;
  }
  .subhead {
    font-size: 16px;
  }
  h2,
  .heading2 {
    font-size: 20px;
  }
  .heading3 {
    font-size: 18px;
  }
  .heading1 {
    font-size: 26px;
  }
  .navigation_link {
    display: block;
    padding: 16px 20px 0px;
  }
  .navigation_logo {
    margin-top: 9px;
    padding-top: 0px;
  }
  .navigation_bar {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav_width {
    height: auto;
    margin-right: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav_icon {
    color: #000;
  }
  .nav_brand {
    padding-left: 0px;
  }
  .footer_text {
    display: block;
  }
  .footer_logo {
    left: 0px;
    top: -10px;
  }
  .details.post_details {
    margin-bottom: 40px;
  }
  .nav_menu_button.w--open {
    background-color: #fff;
  }
  .navigation_drop_down {
    padding: 8px 5px;
    background-color: #eee;
    box-shadow: 0 1px 26px -11px #000;
  }
  .ul_style {
    padding-left: 30px;
  }
  .cta_area {
    padding-right: 30px;
    padding-left: 30px;
  }
  .input_field {
    height: 40px;
    margin-right: 0px;
    font-size: 16px;
  }
  .cta_button {
    width: 100%;
    height: 40px;
    padding-top: 7px;
    padding-bottom: 9px;
    font-size: 16px;
  }
  .cta_button:hover {
    background-color: #98c11b;
  }
  .cta_button.page_cta {
    width: auto;
    padding-top: 8px;
    padding-bottom: 9px;
  }
}

@media (max-width: 479px) {
  .content_column {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav_brand {
    display: inline-block;
  }
  .input_field {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

