/*
 Theme Name:   keypoint
 description: >-
   Ketpoint official site child theme
 Author:       Caffeinate Digital
 Template:     twentynineteen
 Version:      1.0.0
*/
@font-face {
  font-family: avenir-light;
  src: url(./assets/fonts/avenir-light.otf);
  font-weight: 200;
}

@font-face {
  font-family: avenir-book;
  src: url(./assets/fonts/avenir-book.otf);
  font-weight: 300;
}

@font-face {
  font-family: avenir-medium;
  src: url(./assets/fonts/avenir-medium.otf);
  font-weight: 400;
}

@font-face {
  font-family: avenir-heavy;
  src: url(./assets/fonts/avenir-heavy.otf);
  font-weight: 600;
}

@font-face {
  font-family: avenir-black;
  src: url(./assets/fonts/avenir-black.otf);
  font-weight: 900;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #2B2B2B;
}

.container {
  max-width: 1030px;
}

.narrow-container .container {
  max-width: 890px;
}

.upper {
  text-transform: uppercase;
}

.background-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

img {
  max-width: 100%;
}

.btn.btn-primary, .btn.btn-secondary {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn.btn-primary:hover, .btn.btn-secondary:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  color: white;
  cursor: pointer;
}

.btn.btn-primary {
  background: none;
  border: none;
}

.btn.btn-secondary {
  background: none;
  border: none;
  width: 120%;
}

.btn.btn-secondary:hover {
  background: transparent;
}

.btn:focus, .btn:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none !important;
  border: none !important;
}

.btn.btn-black {
  background: black;
  color: white;
  border: 1px solid black;
}

.btn.btn-black:hover {
  background: #00BE8F;
}

.btn.btn-white {
  background: white;
  color: #00BE8F;
  border: 1px solid #00BE8F;
}

.btn.btn-white:hover {
  background: #00BE8F;
  color: white;
}

.btn.btn-teal {
  background: #00BE8F;
  color: white;
  border: 1px solid #00BE8F;
}

.btn.btn-teal:hover {
  background: black;
}

.btn.btn-new {
  -webkit-border-radius: 40px;
          border-radius: 40px;
  font-size: 18px;
  padding: 7px 53px;
}

.btn.btn-yellow {
  background: #E3B12E;
  color: white;
  margin-top: 60px;
}

.btn.btn-yellow:hover {
  background: white;
  color: #E3B12E;
  border-color: #E3B12E;
}

.btn.btn-yellow-inverse {
  background: white;
  color: #E3B12E;
  border-color: #E3B12E;
}

.btn.btn-yellow-inverse:hover {
  background: #E3B12E;
  color: white;
  border-color: #E3B12E;
}

h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
}

h2 {
  font-size: 39px;
  text-align: center;
  padding: 70px 0 40px;
}

h2:after {
  display: block;
  content: '';
  background: #06C457;
  height: 10px;
  width: 60px;
  margin: 70px auto 0;
}

h2.alternate-header {
  font-weight: 700;
  text-align: left;
  line-height: 57px;
}

h2.alternate-header:after {
  display: none;
}

@media (max-width: 767px) {
  h2.alternate-header {
    line-height: 40px;
  }
}

h2.bold {
  font-weight: 700;
}

h3 {
  font-weight: 700;
  font-size: 40px;
}

h4 {
  font-size: 22px;
  line-height: 30px;
}

p {
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  margin: 35px 0;
}

.black {
  font-weight: 900;
}

strong {
  font-weight: 700;
  font-style: normal;
}

.center {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
}

.green-bg {
  background: rgba(6, 196, 87, 0.06);
}

.green-bg .container {
  position: relative;
}

.green-bg .container:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid white;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.green-triangle-top {
  position: relative;
}

.green-triangle-top:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid rgba(6, 196, 87, 0.06);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.green {
  color: #06C457;
}

.items-tick {
  margin-left: 40px;
}

.items-tick .item {
  text-indent: -40px;
  font-weight: 300;
  margin-bottom: 20px;
}

.items-tick .item .icon {
  padding-right: 15px;
}

.contact {
  color: white;
  font-size: 18px;
}

.contact a {
  color: white;
}

.contact .button {
  padding-right: 0;
}

.contact .or {
  color: #4DA3D7;
}

.videoWrapper {
  position: relative;
  padding-bottom: 52.25%;
  padding-top: 26px;
  margin-bottom: 45px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 29.25%;
}

.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.addthis_inline_share_toolbox .at-style-responsive .at-share-btn {
  -webkit-border-radius: 30px !important;
          border-radius: 30px !important;
  border: 1px solid #00BE8F;
}

.addthis_inline_share_toolbox .at-style-responsive .at-icon-wrapper {
  display: block;
  content: '';
  background-image: url(./assets/images/share-link.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent !important;
  background-position: center center;
  width: 200px !important;
  height: 40px !important;
  padding: 0;
  margin: 0 auto !important;
}

.addthis_inline_share_toolbox .at-style-responsive .at-icon-wrapper .at-icon {
  display: none;
}

@media (min-width: 992px) {
  .desktop-only {
    display: block !important;
  }
  .desktop-only-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
  .responsive-only {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .responsive-only {
    display: block !important;
  }
  .desktop-only, .desktop-only-flex {
    display: none !important;
  }
  h2 {
    font-size: 29px;
  }
}

@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
  .hide-mobile {
    display: block;
  }
  .show-mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }
  .hide-mobile {
    display: none !important;
  }
  .show-mobile {
    display: block;
  }
  .contact {
    text-align: center;
  }
  .contact .button {
    margin-top: 10px;
    width: 80%;
  }
  .contact .button, .contact .or {
    display: none;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    padding: 20px 0 20px;
    font-size: 21px;
  }
  h2:after {
    margin-top: 40px;
  }
  h3 {
    text-align: center;
    font-size: 30px;
  }
  h4 {
    font-size: 19px;
    line-height: 29px;
  }
  .resp-container {
    padding-top: 55%;
  }
}

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 200;
}

header section.main {
  background: #2B2B2B;
}

header section.main .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
  padding: 13px 15px;
}

header section.main .container .logo {
  width: 22%;
}

header section.main .container .top {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
}

header section.main .container .top .hamburger .hamburger-inner {
  background-color: white;
}

header section.main .container .top .hamburger .hamburger-inner:before, header section.main .container .top .hamburger .hamburger-inner:after {
  background-color: white;
}

header section.main .container .top .hamburger:focus {
  outline: none;
}

header section.nav {
  background: #4DA3D7;
}

header section.nav .container {
  padding: 10px 15px;
}

header section.nav .container ul {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: start;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
      justify-content: flex-start;
}

header section.nav .container ul li {
  list-style-type: none;
  margin-right: 15px;
}

header section.nav .container ul li:last-child {
  margin-right: 0;
}

header section.nav .container ul li.active a {
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

header section.nav .container ul li a {
  color: white;
  font-weight: 300;
  font-size: 13px;
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #4DA3D7;
}

header section.nav .container ul li a:hover {
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.blog-wrapper header section.nav {
  display: none !important;
}

.blog-wrapper header section.main .mobile-toggle {
  display: none !important;
}

.exit-wrapper header section.main div {
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.thank-you-wrapper section.nav {
  display: none;
}

.offer-wrapper section.main {
  background: white;
}

.website-wrapper header section.main .container {
  padding: 20px 15px;
}

.website-wrapper header section.main .container .the-right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
}

.website-wrapper header section.main .container .socials {
  padding-top: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
}

.website-wrapper header section.main .container .socials a {
  margin: 0 5px;
}

.website-wrapper header section.main .container .socials a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.website-wrapper header section.main .container a.btn {
  font-size: 12px;
  padding: 8px 20px;
  font-weight: 600;
}

.website-wrapper header section.main .container ul.menu {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
}

.website-wrapper header section.main .container ul.menu li {
  list-style-type: none;
}

.website-wrapper header section.main .container ul.menu li.current-menu-item a {
  color: #00BE8F;
  font-family: avenir-black, sans-serif;
  position: relative;
}

.website-wrapper header section.main .container ul.menu li.current-menu-item a:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #00BE8F;
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.website-wrapper header section.main .container ul.menu li a {
  color: #4D6562;
  text-transform: uppercase;
  font-family: avenir-medium, sans-serif;
  font-size: 12px;
  padding: 0 12px;
}

@media (max-width: 991px) {
  .website-wrapper header section.main .container .the-right .socials {
    display: none;
  }
  .website-wrapper header section.main .container .menu-website-menu-container {
    display: none;
    position: absolute;
    left: 0;
    background: white;
    width: 100%;
    z-index: 2000;
    top: 70px;
  }
  .website-wrapper header section.main .container .menu-website-menu-container #menu-website-menu {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
        align-items: flex-start;
  }
  .website-wrapper header section.main .container .menu-website-menu-container #menu-website-menu li {
    margin: 0;
    text-align: left;
    width: 100%;
  }
  .website-wrapper header section.main .container .menu-website-menu-container #menu-website-menu li a {
    display: inline-block;
    width: 100%;
    padding: 10px 30px;
  }
  .website-wrapper header section.main .container .menu-website-menu-container #menu-website-menu li.current-menu-item a {
    color: white;
    background: #00BE8F;
  }
  .website-wrapper header section.main .container .menu-website-menu-container #menu-website-menu li.current-menu-item a:after {
    display: none;
  }
  .website-wrapper header section.main .container .menu-website-menu-container .socials {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .website-wrapper header section.main .container .mobile-toggle {
    padding: 0;
  }
  .website-wrapper header section.main .container .hamburger-inner, .website-wrapper header section.main .container .hamburger-inner:after, .website-wrapper header section.main .container .hamburger-inner:before {
    background: #00BE8F;
    height: 2px;
    width: 30px;
  }
  .website-wrapper header section.main .container .hamburger.is-active .hamburger-inner, .website-wrapper header section.main .container .hamburger.is-active .hamburger-inner:after, .website-wrapper header section.main .container .hamburger.is-active .hamburger-inner:before {
    background-color: #00BE8F;
  }
}

@media (max-width: 767px) {
  .website-wrapper header section.main .container {
    -ms-flex-pack: justify;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
        justify-content: space-between;
  }
  .website-wrapper header section.main .container .logo {
    width: 43% !important;
    margin-bottom: 0 !important;
  }
  .website-wrapper header section.main .container a.btn {
    font-size: 12px;
    padding: 6px 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  section.main .container .top {
    width: 100%;
  }
  section.main .container .contact {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
        align-items: center;
    -ms-flex-pack: end;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
        justify-content: flex-end;
  }
  section.main .container .contact a {
    padding: 0 5px;
  }
}

@media (max-width: 991px) {
  header section.nav .container {
    padding: 0;
  }
  header section.nav .menu-header-menu-container {
    display: none;
    background: white;
    width: 100%;
    z-index: 2000;
  }
  header section.nav .menu-header-menu-container ul li a {
    color: #4DA3D7;
    border: none;
  }
  header section.nav .menu-header-menu-container .menu {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
  }
  header section.nav .menu-header-menu-container .menu li {
    margin: 10px 0;
  }
  header section.nav .mobile-toggle {
    float: right;
  }
  header section.nav .mobile-toggle:focus {
    outline: none;
  }
}

@media (max-width: 767px) {
  header section.main .container {
    -ms-flex-pack: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
        justify-content: center;
  }
  header section.main .container .logo {
    width: 47%;
    margin-bottom: 10px;
  }
  header section.main div {
    text-align: center;
  }
  header section.nav .menu-header-menu-container {
    top: 295px;
  }
  header .mobile-toggle {
    padding-top: 0;
  }
  .blog-wrapper header section.main .container .top {
    -ms-flex-pack: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
        justify-content: center;
  }
  .offer-wrapper header section.main .container .logo {
    width: 70%;
    margin-bottom: 30px;
  }
}

footer section.main {
  background: #2B2B2B;
}

footer section.main .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
  padding: 80px 15px 60px;
}

footer section.main .container .logo {
  width: 23%;
  text-align: center;
}

footer section.main .container .contact {
  padding-bottom: 25px;
}

footer section.main .container .address {
  color: white;
  text-align: right;
}

footer section.disclaimer {
  background: #2B2B2B;
  color: #707070;
  text-align: center;
}

footer section.disclaimer .container {
  padding-bottom: 40px;
}

footer section.disclaimer img.strong-arm {
  width: 20px;
}

footer section.disclaimer a {
  color: #707070;
}

.blog-wrapper footer {
  margin-top: -90px;
}

.blog-wrapper footer section.main .container {
  padding-top: 160px;
}

.video-wrapper footer {
  margin-top: -100px;
}

.exit-wrapper footer {
  margin-top: 0;
}

.exit-wrapper footer section.main .container {
  padding-top: 50px;
}

.thank-you-wrapper footer {
  margin-top: -110px;
}

.thank-you-wrapper footer section.main .container {
  padding-top: 180px;
}

@media (max-width: 991px) {
  .blog-wrapper footer {
    margin-top: -100px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .video-wrapper footer {
    margin-top: -120px;
  }
  .exit-wrapper footer {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  footer section.main .container {
    -ms-flex-pack: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
        justify-content: center;
    padding: 40px 15px;
  }
  footer section.main .container .logo {
    width: 55%;
  }
  footer section.main .container .address {
    text-align: center;
  }
  .exit-wrapper footer {
    margin-top: 50px;
  }
  .tough-wrapper footer {
    margin-top: 0;
  }
  .thank-you-wrapper footer {
    margin-top: 20px;
  }
  .thank-you-wrapper footer section.main .container {
    padding-top: 20px;
  }
}

.content-section .container {
  padding-bottom: 90px;
}

.content-section .main {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
}

.content-section .main .left {
  width: 50%;
}

.content-section .main .right {
  width: 40%;
}

.content-section .main .item.background-image {
  height: 270px;
  margin-bottom: 5px;
}

.content-section .main .button {
  margin-top: 15px;
}

.content-section .main p:first-child {
  margin-top: 0;
}

.content-section.images-on-left .main .left {
  width: 40%;
}

.content-section.images-on-left .main .right {
  width: 50%;
}

@media (max-width: 767px) {
  .content-section .container {
    padding-bottom: 40px;
  }
  .content-section .main .left, .content-section .main .right {
    width: 100%;
  }
  .content-section .main .button {
    margin-bottom: 25px;
  }
  .content-section.images-on-left .main .left, .content-section.images-on-left .main .right {
    width: 100%;
  }
}

.quote-short p {
  color: white;
  font-size: 30px;
  line-height: 56px;
  max-width: 77%;
  text-align: center;
  margin: 55px auto;
}

.quote-long {
  background: white;
  border-left: 8px solid #06C457;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: start;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
      justify-content: flex-start;
  padding-bottom: 40px;
  padding-right: 12%;
}

.quote-long .left {
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 3%;
  width: 12%;
}

.quote-long .right {
  width: 80%;
}

.quote-long .referee {
  font-weight: 600;
}

@media (max-width: 767px) {
  .quote-short p {
    font-size: 23px;
    line-height: 34px;
    max-width: 100%;
  }
  .quote-long {
    -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
        align-items: center;
    -ms-flex-pack: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
        justify-content: center;
    padding: 0 0 20px 20px;
  }
  .quote-long .left {
    width: 50%;
    text-align: center;
  }
}

article section .gform_wrapper li.gfield.gfield_error {
  border: none;
  background: none;
  margin: 0;
}

article section .gform_wrapper .gfield_error .gfield_label {
  color: black;
}

article section .gform_wrapper .validation_message {
  color: #FF0000;
}

article section .gform_wrapper div.validation_error {
  border: none;
  color: #FF0000;
  margin-bottom: 0;
}

article section .form-container.green-form-container {
  position: absolute;
  top: 48px;
  left: 55%;
}

article section .form-container.green-form-container .form-inner {
  width: 45%;
  border: 4px solid #06C457;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

article section .form-container.green-form-container .form-inner .header {
  background: #06C457;
  color: white;
  text-align: center;
  font-size: 27px;
  line-height: 34px;
  font-weight: 700;
  padding: 15px 0;
}

article section .form-container.green-form-container .form-inner .header img {
  width: 38px;
  margin-bottom: 10px;
}

article section .form-container.green-form-container .form-inner .wrapper {
  padding: 20px 25px;
  background: #F7FFFA;
}

article section .form-container.green-form-container .form-inner .wrapper .subtitle {
  font-weight: 700;
  text-align: center;
  max-width: 71%;
  margin: 0 auto;
}

article section .form-container.green-form-container .form-inner .wrapper .gform_wrapper {
  margin: 0;
}

article section .form-container.green-form-container .form-inner .wrapper .gform_wrapper .top_label .gfield_label, article section .form-container.green-form-container .form-inner .wrapper .gform_wrapper legend.gfield_label {
  font-weight: 300;
  margin-bottom: 0;
}

article section .form-container.green-form-container .form-inner .wrapper .gform_wrapper .top_label .checkboxes .gfield_label {
  font-weight: 700;
}

article section .form-container.green-form-container .form-inner .wrapper .gform_wrapper ul.gfield_checkbox li label, article section .form-container.green-form-container .form-inner .wrapper .gform_wrapper ul.gfield_radio li label {
  font-weight: 300;
  padding-left: 10px;
}

article section .form-container.green-form-container .form-inner .wrapper .gform_wrapper ul.gfield_checkbox li input, article section .form-container.green-form-container .form-inner .wrapper .gform_wrapper ul.gfield_checkbox li input[type=checkbox], article section .form-container.green-form-container .form-inner .wrapper .gform_wrapper ul.gfield_checkbox li input[type=radio], article section .form-container.green-form-container .form-inner .wrapper .gform_wrapper ul.gfield_radio li input, article section .form-container.green-form-container .form-inner .wrapper .gform_wrapper ul.gfield_radio li input[type=checkbox], article section .form-container.green-form-container .form-inner .wrapper .gform_wrapper ul.gfield_radio li input[type=radio] {
  margin-top: 0;
}

article section .form-container.green-form-container .form-inner .wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 1px solid #707070;
}

article section .form-container.green-form-container .form-inner .wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder {
  color: #8E7B7B;
}

article section .form-container.green-form-container .form-inner .wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder {
  color: #8E7B7B;
}

article section .form-container.green-form-container .form-inner .wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder {
  color: #8E7B7B;
}

article section .form-container.green-form-container .form-inner .wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder {
  color: #8E7B7B;
}

article section .form-container.green-form-container .form-inner .wrapper .gform_wrapper .gform_footer {
  padding: 10px 0 0;
}

article section .form-container.green-form-container .form-inner .wrapper .gform_wrapper .gform_footer input[type=image] {
  margin-bottom: 0 !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

article section .form-container.green-form-container .form-inner .wrapper .gform_wrapper .gform_footer input[type=image]:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  color: white;
  cursor: pointer;
}

article section.spots-limited {
  position: relative;
  overflow: hidden;
}

article section.spots-limited .container {
  max-width: 850px;
}

article section.spots-limited .container p {
  font-size: 15px;
}

article section.spots-limited .container h3, article section.spots-limited .container .content {
  width: 56%;
}

article section.spots-limited .part1 .container {
  padding: 50px 15px;
}

article section.spots-limited .part2 {
  background: rgba(43, 43, 43, 0.07);
  color: #FF0000;
  padding: 40px 15px;
}

article section.spots-limited .part3 p {
  max-width: 50%;
  color: #FF0000;
  font-weight: 700;
}

article section.spots-limited .part3 .container {
  padding: 25px 15px 60px;
}

@media (max-width: 767px) {
  article section.spots-limited .container h3, article section.spots-limited .container .content {
    width: 100%;
  }
  article section.spots-limited .form-container {
    position: relative;
    top: 0;
    left: 0;
  }
  article section.spots-limited .form-container .form-inner {
    width: 100%;
  }
  article section.spots-limited .part1 .container {
    padding-bottom: 10px;
  }
  article section.spots-limited .part3 p {
    max-width: 100%;
  }
  article section.spots-limited .part3 .container {
    padding-bottom: 20px;
  }
}

section.image-banner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
}

section.image-banner .image {
  width: 25%;
  height: 250px;
}

@media (min-width: 768px) and (max-width: 991px) {
  section.image-banner .image {
    height: 160px;
  }
}

@media (max-width: 767px) {
  section.image-banner .image {
    width: 50%;
    height: 140px;
  }
}

.global-form .gform_wrapper {
  padding-left: 100px;
  width: 455px;
}

.global-form .gform_wrapper .gfield_radio li label {
  margin-left: 20px;
}

.global-form .gform_wrapper li.gfield_error ul.gfield_checkbox {
  color: #4D6562;
}

.global-form .gform_wrapper div.validation_error {
  font-size: 14px;
  padding: 0;
}

.global-form .gform_wrapper .top_label .gfield_label, .global-form .gform_wrapper legend.gfield_label {
  font-weight: 300;
  margin-bottom: 0;
}

.global-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 1px solid #4D6562;
  padding: 10px 20px;
}

.global-form .gform_wrapper ul.gform_fields li.gfield.criteria > label {
  font-weight: 600;
}

.global-form .gform_wrapper ul.gform_fields li.gfield.criteria .gfield_checkbox label {
  font-size: 13px;
  padding-left: 16px;
  font-weight: 300;
}

.global-form .gform_wrapper ul.gform_fields li.gfield.criteria .gfield_checkbox li input[type=checkbox] {
  margin: 0;
}

.global-form .gform_wrapper ul.gform_fields li.gfield.gfield_error {
  padding: 0;
}

.global-form .gform_wrapper ul.gform_fields li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding-top: 0;
  font-size: 12px;
}

.global-form .gform_wrapper .gform_footer input.button, .global-form .gform_wrapper .gform_footer input[type=submit], .global-form .gform_wrapper .gform_page_footer input.button, .global-form .gform_wrapper .gform_page_footer input[type=submit] {
  background: #00BE8F;
  color: white;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 7px 52px;
  border: 1px solid #00BE8F;
  display: block;
}

.global-form .gform_wrapper .gform_footer input.button:hover, .global-form .gform_wrapper .gform_footer input[type=submit]:hover, .global-form .gform_wrapper .gform_page_footer input.button:hover, .global-form .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background: white;
  color: #00BE8F;
}

@media (max-width: 767px) {
  .global-form .gform_wrapper .gform_footer input.button, .global-form .gform_wrapper .gform_footer input[type=submit], .global-form .gform_wrapper .gform_page_footer input.button, .global-form .gform_wrapper .gform_page_footer input[type=submit] {
    width: 70%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .global-form .gform_wrapper {
    width: 100%;
    padding: 75px 15px 50px;
  }
}

@media (max-width: 991px) {
  .global-form .gform_wrapper {
    margin: 0 auto;
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .global-form .gform_wrapper .gform_footer input.button, .global-form .gform_wrapper .gform_footer input[type=submit] {
    padding: 7px 0;
    width: 90%;
  }
}

section.global-contact {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  color: #4D6562;
  position: relative;
  overflow: hidden;
}

section.global-contact .left, section.global-contact .right {
  width: 50%;
}

section.global-contact .left {
  background: #F2FCF9;
  height: 860px;
  position: relative;
}

section.global-contact .right {
  z-index: 2000;
}

section.global-contact .container {
  position: absolute;
  top: 0;
  left: 50%;
  padding-right: 80px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1200px;
  height: 100%;
}

section.global-contact .container .content-wrapper {
  width: 47%;
  text-align: center;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
}

section.global-contact .container .content-wrapper .content1 {
  margin-bottom: 30px;
}

section.global-contact .container .content-wrapper .content1 p {
  color: #00BE8F;
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
}

section.global-contact .container .content-wrapper .content2 p {
  margin: 0 0 50px;
}

section.global-contact .container .content-wrapper .next-code {
  margin-top: 100px;
  font-weight: 700;
}

section.global-contact .container .content-wrapper img {
  margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  section.global-contact {
    height: auto;
  }
  section.global-contact .left {
    height: auto;
  }
  section.global-contact .container {
    height: auto;
  }
}

@media (max-width: 991px) {
  section.global-contact {
    height: auto;
  }
  section.global-contact .left, section.global-contact .right {
    width: 100%;
  }
  section.global-contact .left {
    height: auto;
  }
  section.global-contact .container {
    padding: 50px 15px;
    position: relative;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    height: auto;
  }
  section.global-contact .container .content-wrapper {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 767px) {
  section.global-contact .container .content-wrapper .content1 p {
    font-size: 21px;
    line-height: 35px;
  }
  section.global-contact .right {
    padding: 0 15px;
  }
}

section.global-hero {
  position: relative;
}

section.global-hero.referral-hero .container .wrapper {
  text-align: left;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
}

section.global-hero.referral-hero .container .wrapper .line1 {
  font-size: 24px;
  margin-bottom: 0;
}

section.global-hero.referral-hero .container .wrapper .line2 {
  font-weight: 700;
  font-size: 49px;
  line-height: 55px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  section.global-hero.referral-hero .container .wrapper .line2 {
    padding: 0 0 30px;
    font-size: 41px;
    line-height: 44px;
  }
}

section.global-hero .main {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  background: #00BE8F;
}

section.global-hero .main .left {
  width: 50%;
}

section.global-hero .main .right {
  width: 50%;
}

section.global-hero .main .right iframe {
  width: 100%;
}

section.global-hero .container {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  pointer-events: none;
}

section.global-hero .container .btn.btn-new {
  pointer-events: all;
}

section.global-hero .container .wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  color: white;
  text-align: center;
  width: 44%;
}

section.global-hero .container .wrapper .line1 {
  font-weight: 600;
  font-size: 58px;
  line-height: 70px;
  margin-bottom: 70px;
}

section.global-hero .container .wrapper .line2 {
  font-size: 35px;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 60px;
}

@media (max-width: 1199px) {
  section.global-hero .container .wrapper .line1 {
    font-size: 40px;
  }
  section.global-hero .container .wrapper .line2 {
    font-size: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  section.global-hero .container {
    height: auto;
  }
  section.global-hero .container .wrapper {
    padding-top: 20px;
  }
  section.global-hero .container .wrapper .line1 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  section.global-hero .container .wrapper .line2 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  section.global-hero .top {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
        align-items: center;
    -ms-flex-pack: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
        justify-content: center;
    color: white;
    text-align: center;
    padding: 70px 0;
    font-weight: 700;
  }
  section.global-hero .top .line2 {
    font-size: 40px;
    line-height: 45px;
    margin-top: 10px;
  }
  section.global-hero .top .btn {
    margin-top: 20px;
  }
}

#timer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  width: 50%;
  margin: 0 auto 60px;
}

#timer .segment {
  text-align: center;
  padding: 0 7%;
  width: 33%;
}

#timer .segment:first-child {
  padding-left: 0;
}

#timer .segment:last-child {
  padding-right: 0;
}

#timer .segment .label {
  font-size: 12.5px;
  text-transform: uppercase;
}

#timer .segment .count {
  font-size: 70px;
  font-weight: 700;
  color: #00BE8F;
}

@media (max-width: 767px) {
  #timer {
    width: 100%;
  }
  #timer .segment {
    width: 25%;
    padding: 0 2%;
  }
  #timer .segment .count {
    font-size: 45px;
  }
}

article.home section.hero .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: end;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
      justify-content: flex-end;
  padding: 50px 15px 90px;
}

article.home section.hero .container .box {
  width: 70%;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 30px 70px;
  border: 1px solid #E3B12E;
  -webkit-border-radius: 0 0 20px 20px;
          border-radius: 0 0 20px 20px;
  border-top-width: 7px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  position: relative;
}

article.home section.hero .container .box .exclaimation {
  position: absolute;
  top: 38px;
  left: -45px;
  width: 95px;
}

article.home section.hero .container .box .headline1 {
  font-weight: 900;
  font-size: 50px;
  line-height: 50px;
  color: #E3B12E;
}

article.home section.hero .container .box .headline2 {
  font-size: 39px;
}

article.home section.hero .container .box .content {
  padding: 0 0 10px;
}

article.home section.hero .container .box .content p {
  font-size: 23px;
  line-height: 33px;
}

article.home section.hero .container .box .tagline {
  color: #06C457;
  font-size: 23px;
  padding-bottom: 35px;
}

article.home section.hero .container .box .button {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
          -webkit-align-self: center;
      align-self: center;
  width: 80%;
}

article.home section.post-hero {
  margin-top: -45px;
}

article.home section.post-hero .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
}

article.home section.post-hero .container .item {
  width: 31%;
  -webkit-box-shadow: 0 0 5px 3px #eeeeee;
          box-shadow: 0 0 5px 3px #eeeeee;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

article.home section.post-hero .container .item .the-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  padding: 10px 50px;
  background: white;
}

article.home section.post-hero .container .item .the-content > img {
  width: auto;
  height: 90px;
}

article.home section.post-hero .container .item .the-content .content {
  text-align: center;
  padding: 13px 0 0;
}

article.home section.post-hero .container .item .the-content .content p {
  font-weight: 600;
  font-size: 15px;
}

article.home section.section2 {
  background: rgba(6, 196, 87, 0.06);
}

article.home section.section2 .container {
  padding-top: 30px;
}

article.home section.section2 .container .btn.btn-primary {
  padding-top: 40px;
}

article.home section.section3 p {
  text-align: center;
}

article.home section.section3 .features {
  padding-bottom: 100px;
}

article.home section.section3 .features .feature {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
  margin-bottom: 8px;
}

article.home section.section3 .features .feature p {
  text-align: left;
}

article.home section.section3 .features .feature.header-feature .left, article.home section.section3 .features .feature.header-feature .right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  font-size: 28px;
}

article.home section.section3 .features .feature.header-feature .left {
  background: white;
  color: #2B2B2B;
}

article.home section.section3 .features .feature.header-feature .right {
  background: #2B2B2B;
  color: white;
}

article.home section.section3 .features .feature.header-feature .right img {
  width: 40%;
  margin-right: 5%;
}

article.home section.section3 .features .feature.dark-bg .left {
  background: rgba(43, 43, 43, 0.7);
}

article.home section.section3 .features .feature.dark-bg .right {
  background: rgba(77, 163, 215, 0.7);
}

article.home section.section3 .features .feature .left {
  background: rgba(43, 43, 43, 0.55);
  color: white;
}

article.home section.section3 .features .feature .right {
  background: rgba(77, 163, 215, 0.55);
}

article.home section.section3 .features .feature .left, article.home section.section3 .features .feature .right {
  width: -webkit-calc(50% - 4px);
  width: calc(50% - 4px);
  height: 120px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: start;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
      justify-content: flex-start;
  padding: 0 40px;
}

article.home section.section3 .features .feature .left img, article.home section.section3 .features .feature .right img {
  margin-right: 35px;
}

article.home section.testimonials .container {
  padding-bottom: 70px;
}

article.home section.testimonials .the-testimonials {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
}

article.home section.testimonials .the-testimonials .item {
  width: 31.5%;
  background: white;
  border: 1px solid #06C457;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border-bottom: 5px solid #06C457;
  padding: 50px 35px;
  height: 450px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
}

article.home section.testimonials .the-testimonials .item .referee {
  font-weight: 900;
}

article.home section.testimonials .the-testimonials .item .suburb {
  border-bottom: 1px solid #06C457;
  padding-bottom: 10px;
}

article.home section.testimonials .button {
  padding-top: 80px;
}

article.home section.section4 .container {
  position: relative;
  padding-bottom: 70px;
}

article.home section.section4 .container:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid rgba(6, 196, 87, 0.06);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

article.home section.section4 p {
  text-align: center;
}

article.home section.section4 .features {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
  padding-top: 25px;
}

article.home section.section4 .features .item {
  background: #4DA3D7;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  width: 31.5%;
  margin-bottom: 30px;
  color: white;
  border: 4px solid #4DA3D7;
}

article.home section.section4 .features .item .the-content {
  padding: 30px 30px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
  height: 465px;
}

article.home section.section4 .features .item .the-content .content {
  height: 200px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
}

@media (max-width: 767px) {
  article.home section.section4 .features .item .the-content .content {
    height: auto;
  }
}

article.home section.section4 .features .item .title {
  font-size: 27px;
  line-height: 32px;
  font-weight: 700;
  margin-top: 25px;
  text-align: center;
}

article.home section.section4 .btn.btn-primary {
  padding-top: 40px;
}

article.home section.section5 {
  background: #2B2B2B;
}

article.home section.section5 h2 {
  color: white;
}

article.home section.section5 .container:first-child {
  position: relative;
}

article.home section.section5 .container:first-child:before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid white;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

article.home section.section5 .container-narrow {
  max-width: 825px;
}

article.home section.section5 .content p {
  color: white;
}

article.home section.section5 .item {
  color: white;
  font-weight: 300;
  text-indent: -60px;
}

article.home section.section5 .item img {
  width: 20px;
  margin-right: 35px;
}

article.home section.section5 .button {
  padding-top: 80px;
}

article.home section.section5 .box {
  background: #4DA3D7;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  border: 4px solid #4DA3D7;
  margin: 60px 0 0;
}

article.home section.section5 .box .the-content {
  padding: 0 105px;
  color: white;
}

article.home section.section5 .box .title {
  font-size: 44px;
  font-weight: 600;
}

@media (max-width: 991px) {
  article.home section.hero .container {
    -ms-flex-pack: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
        justify-content: center;
  }
  article.home section.hero .container .box {
    margin-top: -100px;
  }
  article.home section.hero .container .box .exclaimation {
    display: none;
  }
  article.home section.hero .container .box .headline1 {
    font-size: 43px;
  }
  article.home section.hero .container .box .headline2 {
    font-size: 26px;
  }
  article.home section.post-hero .container .item .the-content {
    padding: 10px 20px;
  }
  article.home section.post-hero .container .item .the-content .content {
    height: 180px;
  }
  article.home section.testimonials .the-testimonials .item {
    height: 510px;
  }
  article.home section.section4 .features .item .the-content {
    padding: 20px 10px;
  }
}

@media (max-width: 767px) {
  article.home section.hero .container .box {
    width: 100%;
    margin-top: 0;
    padding: 20px 20px;
  }
  article.home section.hero .container .box .headline1 {
    font-size: 28px;
  }
  article.home section.hero .container .box .headline2 {
    font-size: 17px;
  }
  article.home section.hero .container .box .content p {
    font-size: 18px;
    line-height: 26px;
  }
  article.home section.hero .container .box .button {
    width: 100%;
    padding: 0;
  }
  article.home section.post-hero .container .item {
    width: 100%;
    margin-bottom: 30px;
  }
  article.home section.post-hero .container .item .the-content .content {
    height: auto;
  }
  article.home section.section2 .container {
    padding-bottom: 40px;
  }
  article.home section.section2 .container .btn.btn-primary {
    padding-top: 0;
  }
  article.home section.section3 .container {
    padding-top: 20px;
  }
  article.home section.section3 .features {
    padding-bottom: 40px;
  }
  article.home section.section3 .features .feature .left, article.home section.section3 .features .feature .right {
    width: 100%;
  }
  article.home section.section3 .features .feature .left {
    text-align: center;
  }
  article.home section.section3 .features .feature.header-feature {
    margin-top: 40px;
  }
  article.home section.section3 .features .feature.header-feature .left, article.home section.section3 .features .feature.header-feature .right {
    font-size: 25px;
  }
  article.home section.section3 .features .feature p {
    font-size: 15px;
    line-height: 20px;
  }
  article.home section.testimonials .container {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  article.home section.testimonials .the-testimonials {
    -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  article.home section.testimonials .the-testimonials .item {
    width: 100%;
    margin-bottom: 20px;
    height: auto;
  }
  article.home section.testimonials .button {
    padding-top: 20px;
  }
  article.home section.section4 .container {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  article.home section.section4 .features .item {
    width: 100%;
  }
  article.home section.section4 .features .item .the-content {
    height: auto;
  }
  article.home section.section4 .btn.btn-primary {
    padding-top: 10px;
  }
  article.home section.section5 .container {
    padding-top: 30px;
  }
  article.home section.section5 .button {
    padding-top: 30px;
  }
  article.home section.section5 .box {
    margin-top: 0;
  }
  article.home section.section5 .box .title {
    font-size: 24px;
  }
  article.home section.section5 .box .the-content {
    padding: 0 20px;
  }
}

article.blog section.hero {
  position: relative;
  height: 570px;
  border-bottom: 1px solid #A7A7A7;
}

article.blog section.hero .background-image {
  height: 100%;
  width: 50%;
  float: right;
  background-position: top center;
}

article.blog section.hero .container {
  position: absolute;
  z-index: 200;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
}

article.blog section.hero .container .line1 {
  color: #06C457;
  font-family: Lora, serif;
  font-style: italic;
  font-size: 35px;
}

article.blog section.hero .container .line2 {
  font-size: 32px;
  font-weight: 300;
  padding: 13px 0 25px;
}

article.blog section.hero .container .line3 {
  color: #06C457;
  font-family: Lora, serif;
  font-size: 33px;
  font-weight: 600;
}

article.blog section.articles {
  padding-top: 55px;
}

article.blog section.articles .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
}

article.blog section.articles .container .article {
  width: 45%;
  margin-bottom: 60px;
}

article.blog section.articles .container .article .number {
  color: #06C457;
  font-family: Lora, serif;
  font-size: 24px;
}

article.blog section.articles .container .article .title {
  font-family: Lora, serif;
  font-size: 23px;
  font-weight: 600;
  border-bottom: 1px dashed #06C457;
  display: inline-block;
  padding-bottom: 25px;
  padding-top: 10px;
}

article.blog section.articles .container .article .subtitle {
  padding-top: 25px;
  font-weight: 600;
}

article.blog section.articles .container .article .btn.btn-secondary {
  width: 53%;
  padding: 0;
  margin-left: -8px;
}

article.blog section.cta-strip .the-cta {
  background: #2B2B2B;
}

article.blog section.cta-strip .the-cta .container {
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  padding: 10px 15px;
}

article.blog section.cta-strip .the-cta .container span {
  color: #06C457;
  font-family: Lora, serif;
  font-style: italic;
  font-size: 28px;
}

article.blog section.cta-strip .the-cta .container .btn.btn-primary {
  margin: 0 25px;
}

article.blog section.cta-strip .the-cta .container .contact span {
  font-family: Montserrat, sans-serif;
  font-style: normal;
  color: #4DA3D7;
  font-size: 23px;
}

article.blog section.cta-strip .the-cta .container .contact .btn.btn-primary {
  margin: 0;
}

article.blog section.cta-strip .gallery {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  margin-bottom: 70px;
}

article.blog section.cta-strip .gallery .background-image {
  height: 410px;
  width: 33.3333%;
}

article.blog section.pre-footer {
  background: rgba(6, 196, 87, 0.06);
}

article.blog section.pre-footer .container {
  padding: 40px 15px 150px;
  position: relative;
}

article.blog section.pre-footer .container:before {
  background-image: url(./assets/images/icon-house.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -90px;
  left: 0;
  display: block;
  content: '';
}

article.blog section.pre-footer .container .title {
  font-family: Lora, serif;
  font-style: italic;
  font-size: 35px;
  border-bottom: 1px dashed #06C457;
  padding-bottom: 20px;
  width: 35%;
}

article.blog section.pre-footer .container .btn.btn-secondary {
  width: 28%;
  padding: 0;
  margin-left: -10px;
}

article.blog .quote-long {
  margin-top: -100px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  article.blog section.cta-strip .gallery .background-image {
    width: 50%;
  }
  article.blog section.cta-strip .gallery .background-image:last-child {
    display: none;
  }
}

@media (max-width: 991px) {
  article.blog section.hero .container .line2 {
    font-size: 28px;
  }
  article.blog section.cta-strip .the-cta .container .btn.btn-primary {
    margin-right: 0;
  }
  article.blog section.cta-strip .gallery .background-image {
    height: 240px;
  }
  article.blog section.cta-strip .gallery .background-image:first-child, article.blog section.cta-strip .gallery .background-image:last-child {
    display: none;
  }
  article.blog .quote-long {
    margin-top: -110px;
  }
}

@media (max-width: 767px) {
  article.blog section.hero {
    height: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column-reverse;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  article.blog section.hero .background-image {
    width: 100%;
    float: none;
    height: 230px;
  }
  article.blog section.hero .container {
    position: relative;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    height: auto;
    padding: 50px 15px;
  }
  article.blog section.hero .container .line1 {
    font-size: 30px;
  }
  article.blog section.hero .container .line2 {
    font-size: 24px;
    line-height: 33px;
    padding-bottom: 15px;
  }
  article.blog section.hero .container .line3 {
    font-size: 30px;
  }
  article.blog section.articles {
    padding-bottom: 50px;
  }
  article.blog section.articles .container .article {
    width: 100%;
  }
  article.blog section.articles .container .article .btn.btn-secondary {
    width: 70%;
  }
  article.blog section.cta-strip .gallery .background-image {
    width: 100%;
  }
  article.blog section.pre-footer .container .btn.btn-secondary {
    width: 70%;
  }
}

article.thank-you section.main h1 {
  color: #06C457;
  font-family: 'Lora', serif;
  margin-bottom: 23px;
  font-style: italic;
}

article.thank-you section.main h2 {
  text-align: left;
  padding: 0 0 40px;
  border-bottom: 1px dashed #06C457;
  display: inline-block;
}

article.thank-you section.main h2:after {
  display: none;
}

article.thank-you section.main .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
  padding-top: 55px;
}

article.thank-you section.main .container .right {
  width: 40%;
  -ms-flex-item-align: end;
          -webkit-align-self: flex-end;
      align-self: flex-end;
}

article.thank-you section.main .container .right img {
  width: 100%;
}

article.thank-you section.main .container .left {
  width: 60%;
}

article.thank-you section.images {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
}

article.thank-you section.images .item {
  height: 430px;
  width: 33.33%;
}

article.thank-you .quote-long {
  margin-top: -100px;
  z-index: 200;
  position: relative;
}

article.thank-you .quote-long .left {
  width: 11%;
}

article.thank-you-offer section.main {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
}

article.thank-you-offer section.main .left, article.thank-you-offer section.main .right {
  width: 50%;
}

article.thank-you-offer section.main .left {
  height: 1250px;
}

article.thank-you-offer section.main .wrapper {
  width: 440px;
  text-align: center;
  padding-left: 100px;
}

article.thank-you-offer section.main .wrapper h1 {
  color: #00BE8F;
}

article.thank-you-offer section.main .wrapper .content {
  padding: 60px 0 40px;
}

.thank-you-wrapper .contact {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  article.thank-you-offer section.main .wrapper {
    width: 95%;
    padding-left: 20px;
  }
  article.thank-you-offer section.main .left {
    height: 660px;
  }
}

@media (max-width: 767px) {
  article.thank-you section.main .container {
    -ms-flex-pack: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
        justify-content: center;
  }
  article.thank-you section.main .container .left {
    width: 100%;
  }
  article.thank-you section.main .container .right {
    margin-top: 30px;
    width: 60%;
  }
  article.thank-you section.images .item {
    width: 100%;
    height: 200px;
  }
  article.thank-you .quote-long {
    padding: 0 0 20px 10px;
    margin-top: 20px;
  }
  article.thank-you .quote-long .left {
    width: 30%;
  }
  article.thank-you-offer section.main {
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
  }
  article.thank-you-offer section.main .left, article.thank-you-offer section.main .right {
    width: 100%;
  }
  article.thank-you-offer section.main .left {
    height: 270px;
  }
  article.thank-you-offer section.main .wrapper {
    width: 100%;
    padding: 50px 15px;
  }
}

article.video .btn.btn-secondary {
  width: 65%;
}

article.video .container {
  max-width: 740px;
}

article.video section.video .container {
  padding: 80px 15px 5px;
}

article.video section.content .container {
  text-align: center;
}

article.video section.content .container .the-content {
  padding: 50px 0;
}

article.video section.gallery > .container {
  text-align: center;
}

article.video section.gallery .items {
  padding: 80px 0 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
}

article.video section.gallery .items .item {
  width: 33.33333%;
  height: 400px;
}

article.video section.quote .container {
  max-width: 1030px;
}

article.video section.quote .container .quote-long {
  margin-top: -110px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  article.video section.gallery .items .item {
    height: 260px;
  }
  article.video section.quote .container .quote-long {
    margin-top: -120px;
  }
}

@media (max-width: 767px) {
  article.video .btn.btn-secondary {
    width: 100%;
    max-width: 400px;
  }
  article.video section.video .container h2 {
    padding-top: 40px;
  }
  article.video section.content .container .the-content {
    padding: 20px 0;
  }
  article.video section.gallery .items .item {
    display: none;
  }
  article.video section.gallery .items .item:first-child {
    display: block;
    width: 100%;
    height: 240px;
  }
  article.video section.quote .container .quote-long {
    max-width: 400px;
    margin: 0 auto;
  }
}

article.exit-fifo section.hero {
  background: #495A79;
  color: white;
}

article.exit-fifo section.hero .container {
  padding-top: 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
}

article.exit-fifo section.hero .container .left, article.exit-fifo section.hero .container .right {
  width: 50%;
}

article.exit-fifo section.hero .container .left {
  padding-top: 20px;
}

article.exit-fifo section.hero .container .exclaimation {
  width: 70px;
  padding-bottom: 23px;
}

article.exit-fifo section.hero .container .videoWrapper {
  margin-bottom: 0;
  position: relative;
  top: 20px;
}

article.exit-fifo section.section1 .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
  padding: 0 15px 50px;
}

article.exit-fifo section.section1 .container .left {
  width: 40%;
}

article.exit-fifo section.section1 .container .right {
  width: 50%;
}

article.exit-fifo section.section1 .container .btn-secondary {
  padding-top: 80px;
  width: 100%;
}

article.exit-fifo section.section2 .header {
  background: rgba(43, 43, 43, 0.07);
}

article.exit-fifo section.section2 .header .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: end;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
      justify-content: flex-end;
  position: relative;
  padding: 20px 15px;
}

article.exit-fifo section.section2 .header .container h3 {
  color: #FF0000;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 0;
}

article.exit-fifo section.section2 .header .container .bubble {
  position: absolute;
  top: -60px;
  left: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 220px;
}

article.exit-fifo section.section2 .main {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: start;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
      justify-content: flex-start;
}

article.exit-fifo section.section2 .main .left {
  width: 50%;
  height: 440px;
}

article.exit-fifo section.section2 .main .right .container {
  max-width: 480px;
  padding: 30px 0 0 55px;
}

article.exit-fifo section.section2 .main .right .container p {
  margin: 15px 0;
}

article.exit-fifo section.strip1 {
  background: #06C457;
  text-align: center;
}

article.exit-fifo section.strip1 .container {
  padding: 30px 15px;
  max-width: 820px;
}

article.exit-fifo section.strip1 .container h3 {
  font-weight: 900;
}

article.exit-fifo section.strip1 .container h3:last-child {
  color: white;
  font-weight: 600;
}

article.exit-fifo section.section3 .container h2 {
  font-weight: 600;
  font-size: 32px;
}

article.exit-fifo section.section3 .container .main {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
  padding: 15px 0 15px;
}

article.exit-fifo section.section3 .container .main .left, article.exit-fifo section.section3 .container .main .right {
  width: 50%;
}

article.exit-fifo section.section3 .container .main .left {
  padding: 0 70px 0 80px;
}

article.exit-fifo section.section3 .container .main p {
  font-size: 15px;
  margin: 20px 0;
}

article.exit-fifo section.section3 .container .main p:first-child {
  margin-top: 0;
}

article.exit-fifo section.strip2 {
  background: #495A79;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

article.exit-fifo section.strip2 .container {
  padding: 40px 15px;
}

article.exit-fifo section.strip2 .container h3:first-child {
  font-weight: 900;
}

article.exit-fifo section.section4 .container {
  padding: 35px 15px;
}

article.exit-fifo section.section4 .container .btn.btn-secondary {
  width: 100%;
}

article.exit-fifo section.section4 .container .content {
  text-align: center;
  padding-bottom: 20px;
}

article.exit-fifo section.section4 .container .content p {
  margin: 20px 0;
}

article.exit-fifo section.section4 .container .items {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 885px;
  margin: 0 auto;
}

article.exit-fifo section.section4 .container .items .item {
  font-size: 16px;
  line-height: 23px;
  margin: 5px 0;
  font-weight: 300;
  position: relative;
  width: 46%;
}

article.exit-fifo section.section4 .container .items .item img {
  position: absolute;
  top: 0;
  left: -50px;
}

article.exit-fifo section.section4 .container .items img {
  padding-right: 15px;
  width: 48px;
}

article.exit-fifo section.strip3 .container h3:last-child {
  font-size: 31px;
  margin-top: 35px;
}

article.exit-fifo section.section5 .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 50px;
  max-width: 905px;
}

article.exit-fifo section.section5 .container .left {
  width: 50%;
}

article.exit-fifo section.section5 .container .left p {
  font-size: 14px;
  margin: 15px 0;
}

article.exit-fifo section.section5 .container .left p:first-child {
  margin-top: 0;
}

article.exit-fifo section.section5 .container .right {
  width: 33%;
}

article.exit-fifo section.section5 .container .title {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  margin-top: 25px;
}

article.exit-fifo section.strip4 .container h3 {
  text-transform: none;
}

article.exit-fifo section.strip4 .container h3:first-child {
  color: #06C457;
}

@media (min-width: 768px) and (max-width: 991px) {
  article.exit-fifo section.section4 .container .items {
    max-width: 80%;
  }
  article.exit-fifo section.section6 .form-container .form-inner {
    width: 43%;
  }
  article.exit-fifo section.section6 .container h3 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  article.exit-fifo section.hero .container .left, article.exit-fifo section.hero .container .right {
    width: 100%;
  }
  article.exit-fifo section.section1 .container {
    -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  article.exit-fifo section.section1 .container .left, article.exit-fifo section.section1 .container .right {
    width: 100%;
  }
  article.exit-fifo section.section1 .container .btn-secondary {
    padding-top: 0;
  }
  article.exit-fifo section.section2 .header .container {
    -ms-flex-pack: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
        justify-content: center;
  }
  article.exit-fifo section.section2 .header .container .bubble {
    display: none;
  }
  article.exit-fifo section.section2 .main .left, article.exit-fifo section.section2 .main .right {
    width: 100%;
  }
  article.exit-fifo section.section2 .main .left {
    height: 295px;
  }
  article.exit-fifo section.section2 .main .right .container {
    padding-left: 15px;
  }
  article.exit-fifo section.section3 .container h2 {
    font-size: 23px;
  }
  article.exit-fifo section.section3 .container .main .left, article.exit-fifo section.section3 .container .main .right {
    width: 100%;
  }
  article.exit-fifo section.section3 .container .main .left {
    padding: 0;
  }
  article.exit-fifo section.section4 .container .items {
    max-width: 100%;
    padding-left: 50px;
  }
  article.exit-fifo section.section4 .container .items .item {
    width: 100%;
  }
  article.exit-fifo section.section5 .container .left, article.exit-fifo section.section5 .container .right {
    width: 100%;
  }
  article.exit-fifo section.section5 .container .right {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
        align-items: center;
    -ms-flex-pack: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
        justify-content: center;
    margin-top: 20px;
  }
  article.exit-fifo section.section5 .container .right img {
    max-width: 260px;
  }
}

article.fifo-tough section.hero .container h1 {
  font-weight: 900;
  margin-bottom: 50px;
  font-size: 56px;
  line-height: 62px;
}

article.fifo-tough section.hero .container .wrapper {
  background: rgba(255, 255, 255, 0.9);
  width: 60%;
  padding: 95px 0 40px 40px;
}

article.fifo-tough ul.items {
  margin: 0;
  padding: 0 0 0 20px;
  list-style: none;
}

article.fifo-tough ul.items li {
  font-weight: 300;
  padding: 0 0 3px 0;
}

article.fifo-tough ul.items li:before {
  content: "\2022";
  color: #06C457;
  font-weight: bold;
  display: inline-block;
  margin-left: -1em;
  font-size: 35px;
  width: 30px;
  position: relative;
  top: 4px;
}

article.fifo-tough section.section4 .container p {
  margin-bottom: 10px;
}

article.fifo-tough section.section6 .container {
  text-align: center;
}

article.fifo-tough section.section8 .container {
  text-align: center;
}

article.fifo-tough section.section8 .container .gform_wrapper .gform_footer {
  text-align: center;
}

article.fifo-tough section.section8 .container .gform_wrapper .gform_footer input[type=image] {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

article.fifo-tough section.section8 .container .gform_wrapper .gform_footer input[type=image]:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  color: white;
  cursor: pointer;
}

article.fifo-tough section.section8 .container .gform_wrapper .top_label .gfield_label, article.fifo-tough section.section8 .container .gform_wrapper legend.gfield_label {
  display: none;
}

article.fifo-tough section.section8 .container .gform_wrapper .top_label .checkboxes .gfield_label {
  display: block;
}

article.fifo-tough section.section8 .container .gform_wrapper ul.gfield_checkbox li label, article.fifo-tough section.section8 .container .gform_wrapper ul.gfield_radio li label {
  font-weight: 300;
  padding-left: 15px;
}

article.fifo-tough section.section8 .container .gform_wrapper ul.gfield_checkbox li input, article.fifo-tough section.section8 .container .gform_wrapper ul.gfield_checkbox li nput[type=checkbox], article.fifo-tough section.section8 .container .gform_wrapper ul.gfield_checkbox li input[type=radio], article.fifo-tough section.section8 .container .gform_wrapper ul.gfield_radio li input, article.fifo-tough section.section8 .container .gform_wrapper ul.gfield_radio li nput[type=checkbox], article.fifo-tough section.section8 .container .gform_wrapper ul.gfield_radio li input[type=radio] {
  margin-top: 0;
}

article.fifo-tough section.section8 .container .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: none;
  border-bottom: 1px solid black;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

article.fifo-tough section.section8 .container .gform_wrapper form {
  background: white;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  padding: 40px 50px;
}

article.fifo-tough section.section9 {
  background: #2B2B2B;
  color: white;
}

article.fifo-tough section.section9 .container h2 {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
}

article.fifo-tough section.section9 .container h2:after {
  margin: 70px 0;
}

article.fifo-tough section.section9 .container .main-image {
  float: right;
  font-style: italic;
  text-align: right;
  padding: 80px 0 10px 110px;
  width: 43%;
}

article.fifo-tough section.section9 .container .main-image img {
  padding-bottom: 15px;
}

article.fifo-tough section.section9 .container section.quote {
  margin-top: 90px;
}

article.fifo-tough section.section9 .container section.quote .the-quote p {
  color: black;
}

article.fifo-tough section.section9 .container section.quote .quote-long .referee {
  color: black;
}

@media (max-width: 767px) {
  article.fifo-tough ul.items {
    padding-left: 35px;
  }
  article.fifo-tough .left .item.background-image, article.fifo-tough .right .item.background-image {
    display: none;
  }
  article.fifo-tough .left .item.background-image:first-child, article.fifo-tough .right .item.background-image:first-child {
    display: block;
  }
  article.fifo-tough section.hero .container h1 {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 40px;
  }
  article.fifo-tough section.hero .container .wrapper {
    width: 100%;
    padding: 30px 20px;
  }
  article.fifo-tough section.section8 .container .gform_wrapper form {
    padding: 20px 20px;
  }
  article.fifo-tough section.section9 .container h2:after {
    margin-top: 35px;
  }
  article.fifo-tough section.section9 .container .main-image {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
  }
}

article.fifo-case-study section.hero {
  background: #495A79;
  color: white;
  text-align: center;
  position: relative;
  z-index: 200;
}

article.fifo-case-study section.hero .container {
  padding: 15px 15px 50px;
}

article.fifo-case-study section.hero .container .icon {
  margin-top: -80px;
}

article.fifo-case-study section.hero .container h1 {
  font-size: 62px;
  padding: 40px 0 20px;
}

article.fifo-case-study section.hero .container .subtitle {
  font-size: 45px;
  line-height: 55px;
}

article.fifo-case-study section.post-hero {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

article.fifo-case-study section.post-hero .background-image {
  width: 50%;
  height: 500px;
}

article.fifo-case-study section.post-hero .btn.btn-secondary {
  position: absolute;
  width: 100%;
}

article.fifo-case-study section.section1 .container {
  padding: 65px 15px;
}

article.fifo-case-study section.section1 .container .item {
  font-weight: 700;
  font-size: 28px;
  padding: 10px 0 10px 110px;
  position: relative;
}

article.fifo-case-study section.section1 .container .item .icon {
  padding-right: 60px;
  position: absolute;
  left: 20px;
}

article.fifo-case-study section.strip {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
}

article.fifo-case-study section.strip .container {
  padding: 30px 15px;
}

article.fifo-case-study section.strip.strip1, article.fifo-case-study section.strip.strip2, article.fifo-case-study section.strip.strip4 {
  background: black;
  color: white;
}

article.fifo-case-study section.strip.strip3, article.fifo-case-study section.strip.strip6, article.fifo-case-study section.strip.strip7 {
  background: rgba(43, 43, 43, 0.07);
}

article.fifo-case-study section.strip.strip4 {
  font-size: 28px;
}

article.fifo-case-study section.strip.strip4 .green {
  font-weight: 400;
}

article.fifo-case-study section.strip.strip5, article.fifo-case-study section.strip.strip8 {
  background: #495A79;
  color: white;
}

article.fifo-case-study section.strip.strip7 {
  font-size: 28px;
  line-height: 42px;
}

article.fifo-case-study section.section2 .container .button {
  width: 75%;
}

article.fifo-case-study section.section2 .container .right {
  position: relative;
}

article.fifo-case-study section.section2 .container .right .bubble {
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 190px;
  position: absolute;
  bottom: -50px;
  left: -50px;
}

article.fifo-case-study section.section3 .container {
  padding: 80px 15px;
}

article.fifo-case-study section.section3 .container .button {
  width: 75%;
}

article.fifo-case-study section.section4 .container {
  padding: 50px 15px;
}

article.fifo-case-study section.section4 .container .main {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
  padding-bottom: 80px;
}

article.fifo-case-study section.section4 .container .main .left {
  width: 50%;
}

article.fifo-case-study section.section4 .container .main .right {
  width: 40%;
  height: 290px;
}

article.fifo-case-study section.section4 .container .item {
  font-weight: 300;
  font-size: 28px;
  padding: 10px 0 10px 110px;
  position: relative;
}

article.fifo-case-study section.section4 .container .item .icon {
  padding-right: 60px;
  position: absolute;
  left: 20px;
}

article.fifo-case-study section.section4 .container .btn.btn-secondary {
  width: 40%;
}

article.fifo-case-study section.section5 .container {
  padding-bottom: 60px;
}

article.fifo-case-study section.section5 .container .item {
  font-weight: 300;
  font-size: 28px;
  padding: 10px 0 10px 110px;
  position: relative;
}

article.fifo-case-study section.section5 .container .item .icon {
  padding-right: 60px;
  position: absolute;
  left: 20px;
}

article.fifo-case-study section.section5 .btn.btn-secondary {
  width: 40%;
}

article.fifo-case-study section.section6 {
  text-align: center;
}

article.fifo-case-study section.section6 .container {
  padding: 30px 15px 60px;
}

article.fifo-case-study section.section6 .container p {
  font-size: 28px;
  line-height: 44px;
}

article.fifo-case-study section.section6 .container .btn.btn-secondary {
  width: 40%;
}

article.fifo-case-study section.section7 .container {
  padding: 80px 15px;
}

article.fifo-case-study section.section7 .container .item {
  font-weight: 300;
  font-size: 28px;
  padding: 10px 0 10px 110px;
  position: relative;
}

article.fifo-case-study section.section7 .container .item .icon {
  padding-right: 60px;
  position: absolute;
  left: 20px;
}

article.fifo-case-study section.section7 .container .btn.btn-secondary {
  width: 40%;
  margin-top: 40px;
}

article.fifo-case-study section.section8 .part1 .container {
  text-align: center;
  max-width: 1020px;
}

article.fifo-case-study section.section8 .part1 .container img {
  width: 80px;
}

article.fifo-case-study section.section8 .part1 .container .title {
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
  margin-top: 60px;
  margin-bottom: 30px;
}

article.fifo-case-study section.section8 .form-container.green-form-container {
  top: 370px;
}

article.fifo-case-study section.section8 .form-container.green-form-container .form-inner .header {
  font-size: 21px;
  line-height: 32px;
}

article.fifo-case-study section.section8 .part3 .black-colour p {
  color: black;
}

article.fifo-case-study section.section8 .part3 img {
  max-width: 58%;
}

article.fifo-case-study section.section8 .part3 .container {
  padding-bottom: 150px;
}

article.fifo-case-study section.section9 .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
  padding: 80px 15px;
}

article.fifo-case-study section.section9 .container .left {
  width: 30%;
}

article.fifo-case-study section.section9 .container .left .caption {
  text-align: center;
}

article.fifo-case-study section.section9 .container .left .caption p {
  line-height: 20px;
}

article.fifo-case-study section.section9 .container .right {
  width: 64%;
}

article.fifo-case-study section.section9 .container .right p:first-child {
  margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  article.fifo-case-study section.hero .container .icon {
    margin-top: 0;
  }
  article.fifo-case-study section.post-hero .background-image {
    width: 100%;
  }
}

@media (max-width: 767px) {
  article.fifo-case-study section.hero .container .icon {
    margin-top: 0;
  }
  article.fifo-case-study section.hero .container h1 {
    font-size: 33px;
    line-height: 40px;
  }
  article.fifo-case-study section.hero .container .subtitle {
    font-size: 25px;
    line-height: 40px;
  }
  article.fifo-case-study section.post-hero .background-image {
    width: 100%;
    height: 180px;
  }
  article.fifo-case-study section.section1 .container .item, article.fifo-case-study section.section4 .container .item, article.fifo-case-study section.section5 .container .item, article.fifo-case-study section.section7 .container .item {
    font-size: 20px;
    padding-left: 70px;
  }
  article.fifo-case-study section.section1 .container .item .icon, article.fifo-case-study section.section4 .container .item .icon, article.fifo-case-study section.section5 .container .item .icon, article.fifo-case-study section.section7 .container .item .icon {
    padding-right: 20px;
    left: 5px;
  }
  article.fifo-case-study section.strip {
    font-size: 30px;
    line-height: 40px;
  }
  article.fifo-case-study section.section2 .container .button {
    width: 100%;
  }
  article.fifo-case-study section.section2 .container .right .bubble {
    display: none;
  }
  article.fifo-case-study section.section3 .container .button {
    width: 100%;
  }
  article.fifo-case-study section.section4 .container .button {
    width: 100%;
  }
  article.fifo-case-study section.section4 .container .main .left, article.fifo-case-study section.section4 .container .main .right {
    width: 100%;
  }
  article.fifo-case-study section.section8 .part1 .container .title {
    font-size: 35px;
    line-height: 45px;
    margin-top: 30px;
    margin-bottom: 0;
  }
  article.fifo-case-study section.section8 .form-container.green-form-container {
    top: 0;
    padding-bottom: 50px;
  }
  article.fifo-case-study section.section8 .part3 .container {
    padding-bottom: 50px;
  }
  article.fifo-case-study section.section8 .part3 img {
    max-width: 100%;
  }
  article.fifo-case-study section.section9 .container {
    padding-bottom: 0;
  }
  article.fifo-case-study section.section9 .container .left, article.fifo-case-study section.section9 .container .right {
    width: 100%;
  }
  article.fifo-case-study section.section4 .container .btn.btn-secondary, article.fifo-case-study section.section5 .container .btn.btn-secondary, article.fifo-case-study section.section6 .container .btn.btn-secondary, article.fifo-case-study section.section7 .container .btn.btn-secondary {
    width: 100%;
  }
}

article.offer p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 200;
  margin: 15px 0;
}

article.offer section.tagline {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  color: #4D6562;
}

article.offer section.tagline .container {
  padding: 100px 15px 130px;
}

article.offer section.post-hero {
  color: #4D6562;
  text-align: center;
}

article.offer section.post-hero .container {
  padding-bottom: 90px;
}

article.offer section.post-hero h1 {
  padding-bottom: 50px;
  color: #00BE8F;
  position: relative;
}

article.offer section.post-hero h1:before {
  display: block;
  content: '';
  background-image: url(./assets/images/logo-mintgreen.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 200px;
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

article.offer section.post-hero .content-large {
  margin-bottom: 45px;
}

article.offer section.post-hero .content-large p {
  font-size: 22px;
  line-height: 40px;
}

article.offer section.post-hero .btn-new {
  margin-top: 40px;
}

article.offer section.info-strip {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  height: 590px;
  position: relative;
  overflow: hidden;
}

article.offer section.info-strip .left, article.offer section.info-strip .right {
  width: 50%;
  height: 100%;
}

article.offer section.info-strip .left {
  position: relative;
  background: #F2FCF9;
}

article.offer section.info-strip .container {
  position: absolute;
  top: 0;
  left: 50%;
  padding-right: 80px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1200px;
  height: 100%;
}

article.offer section.info-strip .container .content-wrapper {
  width: 47%;
  text-align: center;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
}

article.offer section.info-strip .container .content-wrapper .content1 p {
  font-weight: 600;
}

article.offer section.info-strip.image-on-left {
  -ms-flex-direction: row-reverse;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

article.offer section.info-strip.image-on-left .left {
  background: #F5EDE1;
}

article.offer section.info-strip.image-on-left .container {
  left: 50%;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

article.offer section.info-strip.image-on-left .container .content-wrapper {
  left: 90px;
  padding-right: 0;
  color: #4D6562;
  width: 50%;
}

article.offer section.info-strip.image-on-left .container .content-wrapper > .title {
  font-size: 22px;
  font-weight: 600;
}

article.offer section.info-strip.image-on-left .container .content-wrapper .points {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
}

article.offer section.info-strip.image-on-left .container .content-wrapper .points .point {
  width: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  margin-bottom: 20px;
}

article.offer section.info-strip.image-on-left .container .content-wrapper .points .point .title {
  font-weight: 300;
  width: 70%;
  height: 35px;
}

article.offer section.info-strip.image-on-left .container .content-wrapper .points .point img {
  height: 60px;
  margin-bottom: 25px;
}

article.offer section.info-strip img {
  margin-top: 30px;
}

article.offer section.content {
  text-align: center;
}

article.offer section.content .container {
  padding: 90px 15px;
}

article.offer section.content .content1 {
  margin-bottom: 45px;
}

article.offer section.content .content1 p {
  color: #00BE8F;
  font-size: 22px;
}

article.offer section.content .btn-new {
  margin-top: 60px;
}

footer.offer section.main {
  background: black;
}

footer.offer section.main .container {
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  padding: 60px 15px;
}

footer.offer section.disclaimer {
  background: black;
  color: white;
  font-size: 12px;
}

footer.offer section.disclaimer a {
  color: white;
}

@media (min-width: 768px) and (max-width: 991px) {
  article.offer h1 {
    font-size: 50px;
  }
  article.offer section.tagline .container {
    padding: 50px 15px 70px;
  }
  article.offer section.info-strip.image-on-left .container .content-wrapper .points .point .title {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  article.offer section.tagline {
    font-size: 22px;
  }
  article.offer section.tagline .container {
    padding: 50px 14px;
  }
  article.offer section.post-hero .content-large p {
    font-size: 20px;
  }
  article.offer section.post-hero h1 {
    font-size: 40px;
    line-height: 50px;
  }
  article.offer section.post-hero h1:before {
    top: -50px;
  }
  article.offer section.info-strip {
    height: auto;
  }
  article.offer section.info-strip .left, article.offer section.info-strip .right {
    width: 100%;
  }
  article.offer section.info-strip .left {
    height: auto;
  }
  article.offer section.info-strip .right {
    height: 250px;
  }
  article.offer section.info-strip .container {
    position: relative;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 50px 15px;
  }
  article.offer section.info-strip .container .content-wrapper {
    width: 100%;
  }
  article.offer section.info-strip.image-on-left .container {
    left: 0;
  }
  article.offer section.info-strip.image-on-left .container .content-wrapper {
    width: 100%;
    left: 0;
  }
  article.offer section.info-strip.image-on-left .container .content-wrapper .points .point .title {
    font-size: 12px;
  }
}

article.video-new section.hero {
  background-image: url(./assets/images/hero-perth.jpg);
  height: 360px;
  background-position: top center;
}

article.video-new section.video {
  margin-top: -270px;
}

article.video-new section.content .container {
  text-align: center;
  padding: 60px 15px 140px;
}

article.video-new section.content .container .the-content {
  padding-top: 30px;
  padding-bottom: 40px;
}

article.video-new section.content .container .the-content p {
  color: #4D6562;
}

article.video-new .container {
  max-width: 760px;
}

article.video-new h1 {
  color: #00BE8F;
  text-align: center;
  font-size: 38px;
  line-height: 38px;
  margin-bottom: 60px;
}

article.video-new .videoWrapper {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  article.video-new h1 {
    font-size: 28px;
    line-height: 34px;
  }
  article.video-new section.hero {
    height: 190px;
  }
  article.video-new section.video {
    margin-top: -150px;
  }
  article.video-new .videoWrapper {
    margin-bottom: 50px;
  }
}

article.business p {
  color: #4D6562;
}

article.business section.hero .main .background-image {
  width: 50%;
  height: 600px;
}

article.business section.hero .container .text {
  font-weight: 600;
  font-size: 70px;
  text-transform: uppercase;
  line-height: 70px;
}

article.business section.hero .container .wrapper {
  text-align: left;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
}

article.business section.hero .container .btn.btn-yellow {
  margin-top: 60px;
}

article.business section.hero .container .btn.btn-yellow:hover {
  background: white;
  color: #E3B12E;
  border-color: #E3B12E;
}

article.business section.section1 .container {
  padding: 72px 15px;
}

article.business section.section1 .container p {
  text-align: center;
}

article.business section.section1 .container .title-small {
  text-align: center;
  color: #E3B12E;
  font-weight: 600;
  font-size: 22px;
}

article.business section.section1 .container .resp-container {
  margin-top: 72px;
  margin-bottom: 80px;
  padding-top: 40%;
}

article.business section.section1 .container .content-large {
  max-width: 60%;
  margin: 0 auto 50px;
}

article.business section.section1 .container .content-large p {
  font-size: 21px;
}

article.business section.section1 .container .content-small {
  margin-bottom: 40px;
}

article.business section.section1 .container .content-small p {
  font-size: 16px;
  line-height: 24px;
}

article.business section.section2, article.business section.section4 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  height: 650px;
  background: black;
}

article.business section.section2 .left, article.business section.section4 .left {
  width: 50%;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: end;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
      justify-content: flex-end;
  padding-right: 140px;
}

article.business section.section2 .left .wrapper, article.business section.section4 .left .wrapper {
  max-width: 50%;
}

article.business section.section2 .left .title, article.business section.section4 .left .title {
  color: #E3B12E;
  font-weight: 600;
}

article.business section.section2 .left .content p, article.business section.section4 .left .content p {
  color: white;
  font-size: 16px;
}

article.business section.section2 .left .logo, article.business section.section4 .left .logo {
  margin-top: 20px;
}

article.business section.section2 .right, article.business section.section4 .right {
  width: 50%;
  height: 100%;
}

article.business section.section3 p {
  font-size: 16px;
  text-align: center;
}

article.business section.section3 .container {
  padding-top: 120px;
  padding-bottom: 90px;
}

article.business section.section3 .container .title-large {
  color: #E3B12E;
  font-weight: 600;
  text-align: center;
  font-size: 37px;
  position: relative;
  margin-bottom: 80px;
}

article.business section.section3 .container .title-large.title-logo:after {
  display: block;
  content: '';
  background-image: url(./assets/images/pyramid-faint.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}

article.business section.section3 .container .items {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  padding-top: 40px;
}

article.business section.section3 .container .items .item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  width: 33%;
  margin-bottom: 40px;
}

article.business section.section3 .container .items .item .icon {
  width: 17%;
}

article.business section.section3 .container .items .item p {
  line-height: 25px;
}

article.business section.section4 .left {
  -ms-flex-pack: start;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
      justify-content: flex-start;
  padding-left: 120px;
  padding-right: 0;
}

article.business section.section4 .left .wrapper .items {
  text-align: left;
  color: white;
  padding: 25px 0 10px;
}

article.business section.section4 .left .wrapper .items .item {
  text-indent: -35px;
  padding-left: 47px;
}

article.business section.section4 .left .wrapper .items .item img {
  margin-right: 15px;
}

article.business section.section5 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
}

article.business section.section5 .left {
  width: 50%;
  background: #FCF7E9;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: end;
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
      justify-content: flex-end;
  padding: 90px 80px 80px 0;
}

article.business section.section5 .left .wrapper {
  max-width: 50%;
  text-align: center;
}

article.business section.section5 .left .wrapper .title {
  font-weight: 600;
  text-align: center;
  color: #E3B12E;
  font-size: 35px;
  line-height: 45px;
}

article.business section.section5 .left .wrapper .content {
  padding-top: 20px;
}

article.business section.section5 .left .wrapper .content p {
  font-size: 15px;
}

article.business section.section5 .right {
  width: 50%;
  padding-left: 90px;
}

article.business section.section5 .right .wrapper {
  width: 40%;
}

article.business section.section5 .right .gform_wrapper {
  margin: 0;
}

article.business section.section5 .right .gform_wrapper .gform_footer input.button, article.business section.section5 .right .gform_wrapper .gform_footer input[type=submit], article.business section.section5 .right .gform_wrapper .gform_page_footer input.button, article.business section.section5 .right .gform_wrapper .gform_page_footer input[type=submit] {
  background: #E3B12E;
  color: white;
  border-color: #E3B12E;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  padding: 10px 55px;
}

article.business section.section5 .right .gform_wrapper .gform_footer input.button:hover, article.business section.section5 .right .gform_wrapper .gform_footer input[type=submit]:hover, article.business section.section5 .right .gform_wrapper .gform_page_footer input.button:hover, article.business section.section5 .right .gform_wrapper .gform_page_footer input[type=submit]:hover {
  background: white;
  color: #E3B12E;
}

article.business section.section5 .right .gform_wrapper ul.gform_fields li.active label {
  color: #E3B12E;
}

article.business section.section5 .right .gform_wrapper ul.gform_fields li.active input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-color: #E3B12E;
}

article.business section.section5 .right .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 1px solid #4D6562;
  padding: 10px 10px;
}

article.business section.section5 .right .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
  outline: none;
}

article.business section.section5 .right .gform_wrapper .gfield_required {
  color: #4D6562;
}

article.business section.section5 .right .gform_wrapper .top_label .gfield_label, article.business section.section5 .right .gform_wrapper legend.gfield_label {
  font-weight: 300;
  color: #4D6562;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  article.business section.hero .main .background-image {
    height: 420px;
  }
  article.business section.hero .container {
    top: 30px;
  }
  article.business section.hero .container .text {
    font-size: 48px;
    line-height: 50px;
  }
  article.business section.section2 .left, article.business section.section4 .left {
    padding: 0 15px;
  }
  article.business section.section2 .left .wrapper, article.business section.section4 .left .wrapper {
    max-width: 100%;
  }
  article.business section.section4 .left {
    padding: 0 15px;
  }
  article.business section.section5 .left {
    padding: 150px 15px;
  }
  article.business section.section5 .left .wrapper {
    width: 100%;
    max-width: none;
  }
  article.business section.section5 .right {
    padding: 50px 15px;
  }
  article.business section.section5 .right .wrapper {
    width: 100%;
  }
}

@media (max-width: 767px) {
  article.business section.hero .main .background-image {
    width: 100%;
    height: 290px;
    padding: 23px 0;
  }
  article.business section.hero .main .background-image .wrapper {
    text-align: center;
  }
  article.business section.hero .main .background-image .text {
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    line-height: 43px;
    text-transform: uppercase;
  }
  article.business section.hero .main .background-image .btn {
    margin-top: 30px;
  }
  article.business section.section1 .container .resp-container {
    margin: 40px 0;
    padding-top: 60%;
  }
  article.business section.section1 .container .content-large {
    max-width: 100%;
  }
  article.business section.section2 .left, article.business section.section2 .right {
    width: 100%;
    padding: 50px 15px;
  }
  article.business section.section2, article.business section.section4 {
    height: auto;
  }
  article.business section.section2 .left, article.business section.section4 .left {
    width: 100%;
    padding: 50px 15px;
  }
  article.business section.section2 .right, article.business section.section4 .right {
    width: 100%;
    height: 290px;
  }
  article.business section.section3 .container {
    padding: 50px 15px;
  }
  article.business section.section3 .container .title-large {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 50px;
  }
  article.business section.section3 .container .items .item {
    width: 100%;
  }
  article.business section.section5 .left {
    width: 100%;
    padding: 50px 15px;
  }
  article.business section.section5 .right {
    width: 100%;
  }
}

article.referral {
  color: #4D6562;
}

@media (min-width: 768px) and (max-width: 991px) {
  article.referral .resp-container {
    padding-top: 56%;
  }
}

article.referral section.section1 .container {
  text-align: center;
  padding: 80px 15px 60px;
}

article.referral section.section1 .container .title {
  font-weight: 600;
  font-size: 25px;
}

article.referral section.section1 .container .content {
  margin-bottom: 65px;
}

article.referral section.code {
  background: #F2FCF9;
}

article.referral section.code .container {
  padding: 50px 15px;
  text-align: center;
}

article.referral section.code .container .top {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 35px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
}

article.referral section.code .container span#this-code {
  font-size: 45px;
  color: #00BE8F;
  padding-left: 22px;
}

article.referral section.deals .container {
  max-width: 1300px;
  padding: 70px 15px;
}

article.referral section.deals .container .the-deals {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
      align-items: flex-start;
  -ms-flex-pack: start;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
      justify-content: flex-start;
}

article.referral section.deals .container .the-deals .deal {
  width: 30%;
  border: 1px solid #eeeeee;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: start;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
      justify-content: flex-start;
  margin: 0 1.5% 35px;
  padding: 43px 40px 0;
  text-align: center;
  height: 420px;
  -webkit-box-shadow: 1px 1px 2px 1px #eeeeee;
          box-shadow: 1px 1px 2px 1px #eeeeee;
}

@media (min-width: 992px) and (max-width: 1200px) {
  article.referral section.deals .container .the-deals .deal {
    height: 460px;
  }
}

article.referral section.deals .container .the-deals .deal .icon {
  height: 90px;
}

article.referral section.deals .container .the-deals .deal .deal-description {
  color: #00BE8F;
  font-weight: 600;
  padding: 15px 0;
  height: 100px;
}

article.referral section.deals .container .the-deals .deal .name {
  padding-top: 30px;
}

article.referral section.deals .container .the-deals .deal .base {
  font-size: 12px;
}

article.referral section.deals .container .the-deals .deal .base a {
  color: #4D6562;
}

article.referral section.deals .container .the-deals .deal .tcs p {
  font-size: 11px;
  line-height: 14px;
}

article.referral section.map-strip {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
      align-items: center;
  -ms-flex-pack: justify;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
      justify-content: space-between;
}

article.referral section.map-strip .background-image, article.referral section.map-strip .right {
  width: 50%;
}

article.referral section.map-strip .background-image {
  height: 464px;
}

article.referral section.map-strip .right {
  background: #00BE8F;
  padding: 80px 0;
}

article.referral section.map-strip .right .wrapper {
  color: white;
  text-align: center;
  width: 475px;
  padding-left: 110px;
}

article.referral section.map-strip .right .wrapper .title {
  font-weight: 600;
  font-size: 22px;
}

article.referral section.map-strip .right .wrapper .content a {
  color: white;
}

@media (max-width: 991px) {
  article.referral section.deals .container .the-deals .deal {
    height: 520px;
  }
  article.referral section.map-strip .right .wrapper {
    padding-left: 20px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  article.referral section.deals .container .the-deals .deal {
    width: 100%;
  }
  article.referral section.map-strip .background-image {
    height: 430px;
  }
  article.referral section.map-strip .right .wrapper {
    padding: 0 15px;
  }
  article.referral section.map-strip .background-image, article.referral section.map-strip .right {
    width: 100%;
  }
}
