@charset "UTF-8";
/*
	Author: Ninjas For Hire
	Author URL: http://www.ninjasforhire.co.za

	Made in Cape Town ❤
*/
@import url("https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=AR+One+Sans:wght@400..700&display=swap");
.component-blocks-container * {
  font-family: "Commissioner", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 1px transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.component-blocks-container *:after, .component-blocks-container *:before {
  -moz-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.component-blocks-container .cbc-yellow_line {
  display: block;
  height: 5px;
  margin: 12px auto 0;
  width: 30px;
  background-color: #FCCC31;
}

.component-blocks-container .cbc-content_with_form_on_blue {
  background: #071A37;
  color: #fff;
  margin: 0 auto 30px;
  padding: 0;
  width: 100%;
  scroll-margin-top: 45px;
}
@media only screen and (min-width: 767px) {
  .component-blocks-container .cbc-content_with_form_on_blue {
    display: flex;
    max-width: 1120px;
    scroll-margin-top: 90px;
    margin-bottom: 0;
  }
}
.component-blocks-container .cbc-content_with_form_on_blue h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 2%;
  margin: 0;
  max-width: 270px;
  padding: 0 0 30px;
  text-align: left;
  text-transform: uppercase !important;
}
@media only screen and (min-width: 767px) {
  .component-blocks-container .cbc-content_with_form_on_blue h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.component-blocks-container .cbc-content_with_form_on_blue h2 .cbc-yellow_line {
  margin: 12px auto 0 0;
}
.component-blocks-container .cbc-content_with_form_on_blue ul {
  padding-left: 20px;
}
.component-blocks-container .cbc-content_with_form_on_blue p,
.component-blocks-container .cbc-content_with_form_on_blue li {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 4%;
  line-height: 26px;
}
.component-blocks-container .cbc-content_with_form_on_blue .cbc-content_with_form_on_blue-content {
  padding: 25px;
}
@media only screen and (min-width: 767px) {
  .component-blocks-container .cbc-content_with_form_on_blue .cbc-content_with_form_on_blue-content {
    padding: 50px 50px 50px;
    width: 50%;
  }
}
.component-blocks-container .cbc-content_with_form_on_blue .cbc-content_with_form_on_blue-form {
  padding: 25px;
}
@media only screen and (min-width: 767px) {
  .component-blocks-container .cbc-content_with_form_on_blue .cbc-content_with_form_on_blue-form {
    padding: 50px 75px 50px 15px;
    width: 50%;
  }
}
.component-blocks-container .cbc-content_with_form_on_blue .cbc-content_with_form_on_blue-form .gform-body.gform_body label {
  color: #F1F0EA;
  font-family: "Commissioner", sans-serif !important;
  font-weight: 400px;
  text-transform: uppercase;
}
.component-blocks-container .cbc-content_with_form_on_blue .cbc-content_with_form_on_blue-form .gform-body.gform_body label .gfield_required_text {
  color: #ccc;
}
.component-blocks-container .cbc-content_with_form_on_blue .cbc-content_with_form_on_blue-form .gform-body.gform_body input[type=text],
.component-blocks-container .cbc-content_with_form_on_blue .cbc-content_with_form_on_blue-form .gform-body.gform_body input[type=email],
.component-blocks-container .cbc-content_with_form_on_blue .cbc-content_with_form_on_blue-form .gform-body.gform_body textarea {
  font-family: "Commissioner", sans-serif !important;
  font-size: 16px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  box-shadow: none;
  color: #fff;
  padding: 0 0 5px !important;
}
.component-blocks-container .cbc-content_with_form_on_blue .cbc-content_with_form_on_blue-form .gform-body.gform_body .gfield {
  margin-bottom: 15px;
}
.component-blocks-container .cbc-content_with_form_on_blue .cbc-content_with_form_on_blue-form .gform_wrapper.gravity-theme .gfield_validation_message, .component-blocks-container .cbc-content_with_form_on_blue .cbc-content_with_form_on_blue-form .gform_wrapper.gravity-theme .validation_message, .component-blocks-container .cbc-content_with_form_on_blue .cbc-content_with_form_on_blue-form .gform_wrapper .top_label .gfield_error {
  background: transparent !important;
  border: 0 !important;
  /* border-top: 1px solid red !important; */
  color: red !important;
  margin-top: 0px;
  padding: 5px 0 !important;
}
.component-blocks-container .cbc-content_with_form_on_blue .cbc-content_with_form_on_blue-form .gform_button {
  background: #FCCC31;
  border: 0;
  color: #000;
  font-family: "Commissioner", sans-serif !important;
  font-weight: 500;
  margin: 0 auto 0 0;
  padding: 12px 30px;
  text-decoration: none;
  text-transform: uppercase;
}
.component-blocks-container .cbc-content_with_form_on_blue .cbc-content_with_form_on_blue-form .gform_button:hover {
  background: #fff;
  color: #000;
}

.component-blocks-container .cbc-quote_with_background {
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  margin: 0 auto 45px;
  max-width: 1330px;
  padding: 110px 15px;
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .component-blocks-container .cbc-quote_with_background {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 135px 15px;
  }
}
.component-blocks-container .cbc-quote_with_background .cbc-quote_with_background-inner {
  margin: 0 auto 0 0;
  max-width: 1120px;
  padding-left: 30px;
  position: relative;
  width: 85%;
}
@media only screen and (min-width: 767px) {
  .component-blocks-container .cbc-quote_with_background .cbc-quote_with_background-inner {
    margin: 0 auto;
    padding-left: 60px;
    width: 100%;
  }
}
.component-blocks-container .cbc-quote_with_background .cbc-quote_with_background-quote {
  color: #F2F2E5;
  font-family: "AR One Sans", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: -0.56px;
  text-transform: uppercase;
}
@media only screen and (min-width: 767px) {
  .component-blocks-container .cbc-quote_with_background .cbc-quote_with_background-quote {
    font-size: 28px;
    width: 40%;
  }
}
.component-blocks-container .cbc-quote_with_background .cbc-quote_with_background-author {
  color: #F2F2E5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: 0.32px;
  text-transform: uppercase;
}
.component-blocks-container .cbc-quote_with_background .cbc-quote_with_background-quotemarks {
  position: absolute;
  top: -42px;
  left: 0;
}

.component-blocks-container .cbc-content_with_image_on_green {
  background: #004543;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 30px;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .component-blocks-container .cbc-content_with_image_on_green {
    max-width: 1120px;
    margin: 0 auto;
  }
}
.component-blocks-container .cbc-content_with_image_on_green h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 2%;
  margin: 0;
  padding: 0 0 30px;
  text-align: left;
  text-transform: uppercase !important;
}
@media only screen and (min-width: 767px) {
  .component-blocks-container .cbc-content_with_image_on_green h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.component-blocks-container .cbc-content_with_image_on_green h2 .cbc-yellow_line {
  margin: 12px auto 0 0;
}
.component-blocks-container .cbc-content_with_image_on_green ul {
  padding-left: 20px;
}
.component-blocks-container .cbc-content_with_image_on_green p,
.component-blocks-container .cbc-content_with_image_on_green li {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 4%;
  line-height: 26px;
}
.component-blocks-container .cbc-content_with_image_on_green .cbc-content_with_image_on_green-content {
  padding: 50px 50px 50px;
  order: 2;
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .component-blocks-container .cbc-content_with_image_on_green .cbc-content_with_image_on_green-content {
    width: 50%;
    order: 1;
  }
}
.component-blocks-container .cbc-content_with_image_on_green .cbc-content_with_image_on_green-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px !important;
  order: 1;
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .component-blocks-container .cbc-content_with_image_on_green .cbc-content_with_image_on_green-image {
    height: auto;
    width: 50%;
    order: 2;
  }
}
.component-blocks-container .cbc-content_with_image_on_green .cbc-content_with_image_on_green-buttons {
  padding: 20px 0 0;
}
.component-blocks-container .cbc-content_with_image_on_green .cbc-content_with_image_on_green-buttons a {
  background: #FCCC31;
  color: #000;
  display: inline-block;
  font-weight: 500;
  margin: 0 20px 0 0;
  padding: 12px 30px;
  text-decoration: none;
  text-transform: uppercase;
}
.component-blocks-container .cbc-content_with_image_on_green .cbc-content_with_image_on_green-buttons a:hover {
  background: #fff;
  color: #000;
}

.component-blocks-container .cbc-general_enquiries {
  background: #F2F4F6;
  padding: 65px 0 90px;
}
.component-blocks-container .cbc-general_enquiries-inner {
  margin: 0 auto 45px;
  max-width: 1120px;
  text-align: center;
  width: 100%;
}
.component-blocks-container .cbc-general_enquiries-inner h2 {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 2%;
  margin: 0;
  padding: 0 15px 45px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 767px) {
  .component-blocks-container .cbc-general_enquiries-inner h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.component-blocks-container .cbc-general_enquiries-contact {
  display: inline;
  width: auto;
}
.component-blocks-container .cbc-general_enquiries-contact a {
  color: #000000;
  font-weight: 400;
}
.component-blocks-container .cbc-general_enquiries-contact_name {
  display: inline;
  font-weight: 500;
  padding: 0 18px;
  text-transform: uppercase;
}
.component-blocks-container .cbc-general_enquiries-contact_info {
  display: block;
  padding: 18px 18px 0;
}
@media only screen and (min-width: 767px) {
  .component-blocks-container .cbc-general_enquiries-contact_info {
    display: inline;
    padding: 0 18px;
  }
}
.component-blocks-container .cbc-general_enquiries-contact_info .cbc-phone svg {
  display: inline-block;
  margin-right: 13px;
  position: relative;
  top: 4px;
}

.component-blocks-container .cbc-two_column_content .cbc-two_column_content-inner {
  margin: 0 auto;
  max-width: 1120px;
  padding: 10px 15px;
  width: 100%;
}
@media only screen and (min-width: 767px) {
  .component-blocks-container .cbc-two_column_content .cbc-two_column_content-inner {
    display: flex;
    gap: 90px;
    padding: 30px 0 30px;
  }
}
.component-blocks-container .cbc-two_column_content .cbc-two_column_content-inner h2.cbc-two_column_content-title {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 2%;
  margin: 0;
  padding: 0 0 45px;
  text-align: left;
  text-transform: uppercase !important;
}
@media only screen and (min-width: 767px) {
  .component-blocks-container .cbc-two_column_content .cbc-two_column_content-inner h2.cbc-two_column_content-title {
    font-size: 32px;
  }
}
.component-blocks-container .cbc-two_column_content .cbc-two_column_content-inner h2.cbc-two_column_content-title .cbc-yellow_line {
  margin: 12px auto 0 0;
}
.component-blocks-container .cbc-two_column_content .cbc-two_column_content-inner-left,
.component-blocks-container .cbc-two_column_content .cbc-two_column_content-inner-right {
  flex: 1;
}
.component-blocks-container .cbc-two_column_content .cbc-two_column_content-content {
  padding: 0 0 30px;
}
.component-blocks-container .cbc-two_column_content .cbc-two_column_content-content ul {
  padding-left: 20px;
}
.component-blocks-container .cbc-two_column_content .cbc-two_column_content-content p,
.component-blocks-container .cbc-two_column_content .cbc-two_column_content-content li {
  color: #333;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 4%;
  line-height: 26px;
}
.component-blocks-container .cbc-two_column_content-content strong {
  font-weight: 400;
}
.component-blocks-container .cbc-two_column_content-image {
  margin-bottom: 30px;
}
.component-blocks-container .cbc-two_column_content-buttons a {
  background: #FCCC31;
  color: #000;
  display: inline-block;
  font-weight: 500;
  margin: 0 20px 0 0;
  padding: 12px 30px;
  text-decoration: none;
  text-transform: uppercase;
}
.component-blocks-container .cbc-two_column_content-buttons a:hover {
  background: #071A37;
  color: #fff;
}

.component-blocks-container .cbc-centered_content {
  margin: 0 auto 45px;
  padding: 50px 15px;
}
@media only screen and (min-width: 767px) {
  .component-blocks-container .cbc-centered_content {
    padding: 80px 15px 45px;
    max-width: 1120px;
  }
}
.component-blocks-container .cbc-centered_content.cbc-centered_content-dark {
  background: #071A37 !important;
  color: #fff;
}
.component-blocks-container .cbc-centered_content.cbc-centered_content-dark h2 {
  color: #fff;
}
.component-blocks-container .cbc-centered_content.cbc-centered_content-dark ul {
  padding-left: 20px;
}
.component-blocks-container .cbc-centered_content.cbc-centered_content-dark p,
.component-blocks-container .cbc-centered_content.cbc-centered_content-dark li {
  color: #fff;
}
.component-blocks-container .cbc-centered_content.cbc-centered_content-light .cbc-centered_content-buttons a:hover {
  background: #071A37;
  color: #fff;
}
.component-blocks-container .cbc-centered_content-inner {
  margin: 0 auto;
  max-width: 690px;
  text-align: center;
  width: 100%;
}
.component-blocks-container .cbc-centered_content-inner h2 {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 2%;
  margin: 0;
  padding: 0 15px 45px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 767px) {
  .component-blocks-container .cbc-centered_content-inner h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.component-blocks-container .cbc-centered_content-content {
  color: #333;
  font-weight: 400;
}
.component-blocks-container .cbc-centered_content-content ul {
  padding-left: 20px;
}
.component-blocks-container .cbc-centered_content-content p,
.component-blocks-container .cbc-centered_content-content li {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 4%;
  line-height: 26px;
}
.component-blocks-container .cbc-centered_content-content strong {
  font-weight: 400;
}
.component-blocks-container .cbc-centered_content-buttons {
  margin-top: 30px;
}
.component-blocks-container .cbc-centered_content-buttons a {
  background: #FCCC31;
  color: #000;
  display: inline-block;
  font-weight: 500;
  margin: 0 10px;
  padding: 12px 30px;
  text-decoration: none;
  text-transform: uppercase;
}
.component-blocks-container .cbc-centered_content-buttons a:hover {
  background: #fff;
  color: #000;
}

.component-blocks-container .cbc-image_banner_wide {
  max-width: 1330px;
  margin: 0 auto 45px;
  width: 100%;
}

.component-blocks-container .cbc-faq_accordion {
  margin: 0 auto 55px;
  max-width: 1120px;
  width: 100%;
}
.component-blocks-container .cbc-faq_accordion h2 {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 2%;
  margin: 0 auto;
  max-width: 470px;
  padding: 0 15px 45px;
  text-align: center;
  text-transform: uppercase;
}
@media only screen and (min-width: 767px) {
  .component-blocks-container .cbc-faq_accordion h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
.component-blocks-container .cbc-faq_accordion .cbc-faq_accordion-question {
  border-top: 1px solid #ECECEC;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 4%;
  padding: 14px 55px 14px 25px;
  position: relative;
}
.component-blocks-container .cbc-faq_accordion .cbc-faq_accordion-question svg {
  position: absolute;
  right: 25px;
  top: 23px;
  rotate: 180deg;
  opacity: 0.25;
}
.component-blocks-container .cbc-faq_accordion .cbc-faq_accordion-question.active {
  background: #F2F2E5;
  font-weight: 500;
}
.component-blocks-container .cbc-faq_accordion .cbc-faq_accordion-question.active svg {
  rotate: 0deg;
  opacity: 1;
}
.component-blocks-container .cbc-faq_accordion .cbc-faq_accordion-answer {
  background: #F2F2E5;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.component-blocks-container .cbc-faq_accordion .cbc-faq_accordion-answer-inner {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 4%;
  line-height: 24px;
  padding: 14px 25px 25px;
}
.component-blocks-container .cbc-faq_accordion .cbc-faq_accordion-answer-inner ul {
  padding-left: 20px;
}
.component-blocks-container .cbc-faq_accordion .cbc-faq_accordion-answer-inner p,
.component-blocks-container .cbc-faq_accordion .cbc-faq_accordion-answer-inner li {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 4%;
  line-height: 24px;
}

/*# sourceMappingURL=nfh-main.css.map */
