

/* Default Styles */
#wpadminbar {
  display: none !important;
}
body {
  font-family: 'Poppins',sans-serif;
}h1, h1 a {
  color: #252525;
  font-family: 'Poppins',sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.1;
  margin: 25px 0;
}h2 {
  color: #252525;
  font-family: 'Poppins',sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.1;
  margin: 25px 0;
}h3 {
  color: #252525;
  font-family: 'Poppins',sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
  margin: 15px 0;
}h4 {
  font-family: 'Poppins',sans-serif;
  color: #252525;
  font-weight: 600;
  font-size: 1.5em;
  line-height: 1.5rem;
  margin: 25px 0;
}p {
  font-family: 'Open Sans',sans-serif;
  color: #252525;
  font-size: 16px;
  margin: 15px 0;
  line-height: 1.9;
}.inner-page p {
  font-size: 17px;
}ul, .landing-page-wrapper ul {
  list-style-type: none;
}ul li, ol li {
  font-family: 'Open Sans',sans-serif;
  font-size: 15px;
  position: relative;
}ul.icon-list li, .landing-page-wrapper li {
  padding-left: 10px;
}ul.icon-list li::before, .landing-page-wrapper li::before {
  content: " ";
  width: 6px;
  height: 6px;
  background: #38b048;
  position: absolute;
  left: -3px;top: calc(50% - 2px);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}.top-accent {
  position: relative;
}.top-accent::before {
  content: " ";
  width: 60px;
  height: 13px;
  background: #eeeeee;
  position: absolute;
  left: 0;
  top: -30px;
}.text-center h2.top-accent::before {
  left: calc(50% - 30px);
}.top-accent.green::before {
  background: #38b048;
}


/* HEADER & NAVIGATION STYLES */

.header-information {
  padding: 2vh 0 1vh;
  border-bottom: 1px solid #e2e2e2;
}.header-social-icons, .header-contact-cta, apply-now {
  padding-top: 1vh;
}h1.header-company-title {
  margin: 0;
}.header-company-title a {
  display: block;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.1;
  color: #38b048;
  text-decoration: none;
  width: 100%;
  text-align: left;
  margin: 0;
}.header-company-name p {
  margin: 0;
  font-size: 12px;
  color: #000000;
}.header-social-icons .fa {
  font-size: 18px;
  line-height: 26px;
  color: #38b048;
  margin-left: 10px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}.header-social-icons .fa:hover {
  color: #257930;
}.header-contact-cta a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin-left: 20px;
  color: #38b048;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}.header-contact-cta a:hover {
  color: #257930;
}.apply-now a {
    display: inline-block;
    background: #38b048;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-top: .5vh;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}.apply-now a:hover {
    background: %AcCENT2%;
}.header-logo-nav {
  position: relative;
  z-index: 99;
  padding: 1vw 0px;
}.logo-wrapper img {
  width: 90px;
}.top-bar {
  background: none;
}.top-bar-section ul li {
  background: none;
}.top-bar-section li:not(.has-form) a:not(.button) {
  background: none;
  color: #000000;
  font-size: 16px;
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}.top-bar-section ul li:hover:not(.has-form)>a,
.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
  background: none;
  color: #38b048;
}.top-bar-section .has-dropdown>a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: rgb(56, 176, 72) transparent transparent transparent;
  border-top-style: solid;
  margin-top: -2.5px;
  top: 22.5px;
}.top-bar-section .dropdown {
    background: #38b048;
    z-index: 999;
    box-shadow: 0px 10px 15px 0 rgba(0,0,0,.2);
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
    background: #38b048;
    color: #ffffff;
    font-size: 14px;
    line-height: 35px;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button):hover, .top-bar-section .dropdown li:not(.has-form).active a {
    background: #38b048;
    color: #cefcd4;
}.nav-cta a.nav-btn {
  display: inline-block;
  background: #38b048;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 9px;
  margin-left: 20px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}.nav-cta a.nav-btn:hover {
  background: #257930;
}.hero-wrapper {
  background: center / cover no-repeat url(https://mtg1.linknowpreview.com/wp-content/themes/mtg1/images/hero-bg.jpg);
  min-height: 600px;
}.hero-cta h2 {
  color: #ffffff;
  font-size: 4vw;
  font-weight: 600;
  margin: 0 0 25px;
}.hero-cta p {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.1;
  margin: 0 0 35px;
}a.hero-btn {
  display: inline-block;
  background: #38b048;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 30px;
  text-align: center;
  border-radius: 10px;
  min-width: 250px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}a.hero-btn:hover {
  background: #257930;
}.hero-form h2 {
  color: #ffffff;
  font-weight: 500;
  font-size: 22px;
}.hero-form .groupWrapper {
  padding: 0 3px;
}input.heroInput[type="text"] {
  box-shadow: none;
  border: none;
  padding: 10px;
  height: auto;
  font-size: 16px;
  border-radius: 5px;
  background: rgba(255,255,255,0.8);
  margin: 0 0 6px;
}textarea.heroInput[type="text"] {
  box-shadow: none;
  border: none;
  padding: 10px;
  height: auto;
  font-size: 16px;
  border-radius: 5px;
  background: rgba(255,255,255,0.8);
  margin: 0 0 6px;
}.hero-form .contactForm .captchaWrapper {
  padding: 10px;
  height: auto;
  font-size: 16px;
  border-radius: 5px;
  background: rgba(255,255,255,0.8);
  margin: 0 0 6px;
}.hero-form .contactForm .captchaWrapper img {
  max-width: 25%;
}.hero-form .contactForm .captchaWrapper input {
  width: 60%;
  float: right;
  background: none;
  box-shadow: none;
  border: none;
  margin: 0;
}.hero-form .contactForm .submitWrapper {
  margin: 0;
  padding: 0 6px;
}.hero-form .contactForm .submitWrapper span.submit {
  display: inline-block;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  background: #38b048;
  border: none;
  line-height: 55px;
  width: 100%;
  border-radius: 10px;
  font-size: 20px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}.hero-form .contactForm .submitWrapper span.submit:hover {
  background: #257930;
}

/* GENERAL STYLES */
.row {
  margin: 0 auto;
  max-width: 75rem;
  width: 100%;
}.row.wide {
  max-width: 100rem;
}.row.full {
  max-width: 100%;
}.contain-to-grid {
  background: none !important;
}.contain-to-grid .top-bar {
  max-width: 75em;
}.content-wrapper {
  background: #ffffff;
}.page-wrapper {
  max-width: 75rem;
  clear: both;
}.overflow-hidden {
  overflow: hidden;
}.green-bg{
  background: #38b048;
}.grey-bg {
  background: #eeeeee;
}.dark * {
  color: #ffffff;
}button, .button {
  display: inline-block;
  font-size: 16px;
  line-height: inherit;
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  color: #ffffff;
  background: #38b048;
  padding: 10px 15px;
  border-radius: 5px;
  border: none;
  position: static;
  float: none;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}button:hover, button:focus, .button:hover, .button:focus {
  background: #257930;
}.trust-icon {
  display: inline-block;
  width: 140px;
  line-height: 140px;
  background: #45c556;
  border-radius: 50%;
}.trust-icon img {
  width: 80px;
}.trust-badge h2 {
  margin: 15px 0;
  font-size: 24px;
  color: #ffffff;
}.trust-badge p {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
}.cta-bg-1 {
  background: center / cover no-repeat url(https://mtg1.linknowpreview.com/wp-content/themes/mtg1/images/cta-bg.jpg);
}a.cta-btn {
  display: inline-block;
  background: #38b048;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  width: auto;
  min-width: 300px;
  padding: 15px 25px;
  border-radius: 5px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}a.cta-btn:hover {
  background: #257930;  
}.small-cta-row p {
  color: #ffffff;
  font-size: 22px;
  margin: 0;
  font-weight:600;
}.one-third {
  display: inline-block;
  float: left;
  width: calc((100% / 3) - 20px);
  margin: 0 10px;
  position: relative;
}.svc-box {  
  background: #ffffff; 
  padding: 40px 10px;
  border-radius: 10px;
  box-shadow: 0 10px 15px 0 rgba(0,0,0,.2);
}.svc-box img {
  width: 115px;
}.inner-cta-boxes img {
  width: auto;
  height: 112px;
}.svc-box h2 {
  font-size: 24px;
  margin: 25px 0 15px;
}.svc-box p {
  font-size: 18px;
  margin-bottom: 20px;
}a.svc-box-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #38b048;
  padding: 10px 15px;
  border-radius: 5px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}a.svc-box-btn:hover {
  background: #257930;  
}.step-box h3 {
  margin-bottom: 0;
}.step-box .fa {
  font-size: 40px;
  line-height: 100px;
  width: 100px;
  text-align: center;
  border: 1px dashed #bababa;
  border-radius: 100%;
  color: #38b048;
}.step-box.arrow-after::after {
  content: "\f178";
  font-family: fontAwesome;
  position: absolute;
  right: -20px;
  top: 38px;
  font-size: 40px;
  color: #38b048;
}.counter span.counter-value {
  color: #cefcd4;
  font-size: 5vw;
  display: block;
  line-height: 1;
}.counter p {
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  margin: 0;
}.link-box {
  padding: 13vh 20px;
  border-radius: 10px;
  box-shadow: 0 10px 15px 0 rgba(0,0,0,.2);
  overflow: hidden;
}.link-box p {
  color: #ffffff;
  font-family: 'Poppins',sans-serif;
  font-weight:600;
  font-size:24px;
  text-shadow: 0px 2px 8px #000000b8;
}.link-box.bg1 {
  background: center / cover no-repeat url(https://mtg1.linknowpreview.com/wp-content/themes/mtg1/images/calculators.jpg);
}.link-box.bg2 {
  background: center / cover no-repeat url(https://mtg1.linknowpreview.com/wp-content/themes/mtg1/images/firsttime.jpg);
}.link-box.bg3 {
  background: center / cover no-repeat url(https://mtg1.linknowpreview.com/wp-content/themes/mtg1/images/refinancing.jpg);
}.link-box span {
  display: inline-block;
  background: #38b048;
  color: #ffffff;
  padding: 5px 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 5px 0px 0px 0px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}.link-box:hover span {
  background: #257930;
}.link-box a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}.pre-footer-box {
  padding: 15vh 10vw;
}.home-testimonial {
  background: center / cover no-repeat url(https://mtg1.linknowpreview.com/wp-content/themes/mtg1/images/testimonial-bg.jpg);
}.home-testimonial h2 {
  color: #38b048;
  font-size: 3vw;
  line-height: .9;
}h2.quote-accent {
  position: relative;
  z-index: 0;
}h2.quote-accent::before {
  content: "\f10d";
  font-family: fontAwesome;
  color: #b1d3b5;
  font-size: 2.4vw;
  position: absolute;
  top: -15%;
  left: -5%;
  z-index: -1;
}.home-testimonial span.name {
  display: inline-block;
  float: right;
  color: #38b048;
  font-weight: 600;
  font-size: 20px;
  padding-right: 3vw;
}.home-contact-info p {
  color: #cefcd4;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom:25px;
}.home-contact-info p.c-name {
  color: #ffffff;
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  font-size: 30px;
  margin-bottom:15px
}.home-contact-info p.phone,.home-contact-info p.email {
  margin: 5px 0;
  position: relative;
  font-size: 16px;
}p.email a {
  color: #ffffff;
}p.phone::before, p.email::before {
  font-family: fontAwesome;
  margin-right: 10px;
}p.phone::before {
  content: "\f095";
}p.email::before {
  content: "\f0e0";
  color: #ffffff;
}.home-contact-info .social-icons p {
  font-size: 26px;
  color: #ffffff;
  font-family: 'Poppins',sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}.home-contact-info .social-icons {
  padding-top: 2vh;
}.home-contact-info .social-icons .fa, .footer-social .fa {
  color: #cefcd4;
  font-size: 20px;
  margin-right: 10px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}.home-contact-info .social-icons .fa:hover, .footer-social .fa:hover {
  color: #ffffff;
}.inner-page-title {
  padding: 20px 0;
}.shadow-right {
  z-index: 99;
  box-shadow: 10px 10px 25px 0 rgba(0,0,0,.3);
}.shadow-left {
  z-index: 99;
  box-shadow: -10px 10px 25px 0 rgba(0,0,0,.3);
}.bg-container {
  height: 100%;
}.about-bg-1 {
  background: center top / cover no-repeat url(https://mtg1.linknowpreview.com/wp-content/themes/mtg1/images/about-bg-1.jpg);
}.about-bg-2 {
  background: center top / cover no-repeat url(https://mtg1.linknowpreview.com/wp-content/themes/mtg1/images/about-bg-2.jpg);
}.gettingstarted-bg-1 {
  background: center top / cover no-repeat url(https://mtg1.linknowpreview.com/wp-content/themes/mtg1/images/gettingstarted-bg-1.jpg);
}p.highlight {
  font-weight: 600;
  background: #dfeae0;
  border-radius: 10px;
  width: 104%;
  position: relative;
  left: -2%;
  padding: 3% 2%;
}.mortgagetypes-bg {
  background: center bottom / cover no-repeat url(https://mtg1.linknowpreview.com/wp-content/themes/mtg1/images/mortgagetypes-bg.jpg);
}.gateway-cta h2 {
  margin: 0 0 20px;
}.gateway-cta p {
  font-size: 19px;
  line-height: 1;
  margin: 0 0 35px;
}.calculator-frame {
  width: 100%;
}.footer-wrapper {
  width: 100%;
}.footer-logo {
  display: inline-block;
  width: 60px;
  float: left;
  margin-right: 10px;
}.footer-company-details {
  display: inline-block;
  width: calc(100% - 70px);
  float: left;
}h1.footer-company-title {
  margin: 4px 0 0;
  color: #ffffff;
}h1.footer-company-title a {
  color: #ffffff;
  font-size: 1.1vw;
  font-weight: 500;
  display: block;
  margin: 0;
}.footer-company-details p.license {
  color: #cefcd4;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}.footer-details p {
  color: #cefcd4;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 15px;
}.footer-address p.email a, .footer-address p.email::before {
  color: #cefcd4;
}.footer-hours p {
  margin: 0 0 5px;
}.footer-left-padding {
  padding-left: 4vw;
}.disclaimer {
  background: #eeeeee;
  padding: 3vh 0;
}.disclaimer p {
  font-size: 12px;
}.contact-form-wrapper {
  padding-left: 8vw;
  padding-right: 8vw;
}.contact-bg {
  background: center center / cover no-repeat url(https://mtg1.linknowpreview.com/wp-content/themes/mtg1/images/contact-bg.jpg);
}.contactForm  {
  margin-top: 20px;
}.contactForm  label{
  font-weight: bold;
  display: block;
}.contactForm input {
  width: 100%;
  padding: 3px;
  margin-bottom: 5px;
}.contactForm textarea {
  width: 100%;
}input.fancyInput[type="text"] {
  box-shadow: inset 0 0 0 2px #d1d1d1;
  border: none;
  padding: 15px 10px;
  height: auto;
  font-size: 16px;
  border-radius: 5px;
  background: #ffffff;
  margin: 0 0 10px;
}input.fancyInput[type="text"]:focus, textarea.fancyInput[type="text"]:focus {
  box-shadow: inset 0 0 0 2px #38b048;
}textarea.fancyInput[type="text"] {
  box-shadow: inset 0 0 0 2px #d1d1d1;
  border: none;
  padding: 10px;
  height: 100px;
  font-size: 16px;
  border-radius: 5px;
  background: #ffffff;
  margin: 0 0 10px;
}.contactForm .captchaWrapper {
  margin-top: 10px;
}.contact-form-wrapper .captchaWrapper {
  padding: 10px;
  height: auto;
  font-size: 16px;
  border-radius: 5px;
  background: #ffffff;
  margin: 0 0 10px;
  box-shadow: inset 0 0 0 2px #d1d1d1;
}.contactForm .captchaWrapper img {
  max-width: 15%;
}.contactForm .captchaRefresh {
  vertical-align: top;
}.contactForm .captchaWrapper input {
  background: #ffffff;
  border: none;
  box-shadow: none;
  display: inline-block;
  width: auto;
  font-size: 16px;
  padding: 0;
  margin: 0 0 0 25px;
  font-weight: normal;
}.contact-wrapper .contactForm .submitWrapper span.submit {
  display: inline-block;
  font-weight: 500;
  color: #ffffff;
  background: #38b048;
  text-align: center;
  border: none;
  line-height: 50px;
  width: 100%;
  max-width: 300px;
  border-radius: 10px;
  font-size: 20px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}.contactForm .submitWrapper span.submit:hover {
  background-color: #257930;
}.emailConfirmation {
  margin: 0 auto;
}.emailConfirmation h1 {
  color: #00CC00;
}.slick-background-wrapper {
  left: 0;
  position: fixed;
  top: 0;
  z-index: -1;
  width: 101% !important;
  overflow: hidden;
}

/* Padding Classes */

.strip-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}.right-buffer {
  padding-right: 6vw;
}.right-buffer-sm {
  padding-right: 3vw;
}.left-buffer {
  padding-left: 6vw;
}.left-buffer-sm {
  padding-left: 3vw;
}.vertical-padding-xs {
  padding-top: 3vh;
  padding-bottom: 3vh;
}.top-padding-xs {
  padding-top: 3vh;
}.bottom-padding-xs {
  padding-bottom: 3vh;
}.vertical-padding-small {
  padding-top: 6vh;
  padding-bottom: 6vh;
}.top-padding-small {
  padding-top: 6vh;
}.bottom-padding-small {
  padding-bottom: 6vh;
}.vertical-padding-medium {
  padding-top: 8vh;
  padding-bottom: 8vh;
}.top-padding-medium {
  padding-top: 8vh;
}.bottom-padding-medium {
  padding-bottom: 8vh;
}.vertical-padding-large {
  padding-top: 10.5vh;
  padding-bottom: 10.5vh;
}.top-padding-large {
  padding-top: 10.5vh;
}.bottom-padding-large {
  padding-bottom: 10.5vh;
}.vertical-padding-x-large {
  padding-top: 13.5vh;
  padding-bottom: 13.5vh;
}.top-padding-x-large {
  padding-top: 13.5vh;
}.bottom-padding-x-large {
  padding-bottom: 13.5vh;
}


/* POP OUT CTA */
.pop-out-box {
    width: 800px;
    position: fixed;
    top: 50%;
    right: 0;
    background: #38b048;
    padding: 25px;
    -moz-transform: translateX(100%) translateY(-50%);
    -webkit-transform: translateX(100%) translateY(-50%);
    -o-transform: translateX(100%) translateY(-50%);
    -ms-transform: translateX(100%) translateY(-50%);
    transform: translateX(100%) translateY(-50%);
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}.pop-out-box.active {
    -moz-transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
}span.form-toggle {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    background: #38b048;
    cursor: pointer;
    padding: 20px;
    text-align: center;
    -moz-transform: translateX(-100%) translateY(-50%);
    -webkit-transform: translateX(-100%) translateY(-50%);
    -o-transform: translateX(-100%) translateY(-50%);
    -ms-transform: translateX(-100%) translateY(-50%);
    transform: translateX(-99%) translateY(-50%);
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}span.form-toggle:hover {
    background: #257930;
}span.form-toggle .fa {
    color: #fff;
    font-size: 20px;
}.pop-out-content {
    background: rgba(255,255,255,0.1);
    padding: 35px 25px;
}.pop-out-content * {
    color: #fff;
}.pop-out-content h2 {
    margin: 0 0 20px;
}.pop-out-content p {
    margin: 0 0 30px;
    font-size: 20px;
}.pop-out-cta {
    position: relative;
    width: 100%;
    padding-top: 15px;
}a.pop-out-btn {
    display: inline-block;
    background: #ffffff;
    color: #000000;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    padding: 15px 30px;
    text-align: center;
    border-radius: 10px;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}a.pop-out-btn:hover {
    background: #257930;
    color: #ffffff;
}.pop-out-cta img {
    position: absolute;
    width: 75px;
    right: 12%;
    top: -30px;
}



/* ANIMATIONS */

.scrollfade, .animated {
  opacity: 0;
  -moz-transition: all 1200ms ease;
  -ms-transition: all 1200ms ease;
  -o-transition: all 1200ms ease;
  -webkit-transition: all 1200ms ease;
  transition: all 1200ms ease;
}.scrollfade.complete,.animated.complete{
  opacity:1;
}.from-bottom.scrollfade {
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}.from-bottom.animated {
  -moz-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}.from-bottom.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}.from-bottom.animated.complete {
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}.from-top.scrollfade {
  -moz-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}.from-top.animated {
  -moz-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}.from-top.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}.from-top.animated.complete {
  opacity: 1;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}.from-left.scrollfade {
  -moz-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}.from-left.animated {
  -moz-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  -o-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}.from-left.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}.from-left.animated.complete {
  opacity: 1;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}.from-right.scrollfade {
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  -o-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}.from-right.animated {
  -moz-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  -o-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}.from-right.scrollfade.complete {
  opacity: 1;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}.from-right.animated.complete {
  opacity: 1;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

/* LANDING PAGE BOXES */
.lp-boxes {
    padding: 3vh 0;
}.lp-boxes .svc-box {
    border-top: 5px solid #38b048;
}a.landing-page-button {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background: #38b048;
    padding: 10px 15px;
    border-radius: 5px;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
}a.landing-page-button:hover {
    background: #257930;
}


@media only screen and (max-width: 1025px) {
.mobile-header {
  position: relative;
  z-index: 99;
}.header-details {
  padding: 20px;
  width: calc(100% - 80px);
}.logo-wrapper {
  margin-bottom: 7px;
  display: inline-block;
  float: left;
  margin: 0 15px 7px 0;
}p.header-company-serviceorder {
  margin: 0;
  line-height: 1.5;
}.header-company-name {
  display: inline-block;
  float: left;
  width: calc(100% - 105px);
}.header-social-icons .fa {
  font-size: 24px;
  margin: 0 10px;
}.header-social-icons {
  margin-bottom: 20px;
}.header-cta a {
  display: inline-block;
  background: #38b048;
  color: #ffffff;
  font-size: 20px;
  padding: 15px 25px;
  border-radius: 9px;
}.mobile-navigation {
  display: block;
  font-size: 18px;
  right: 10px;
  line-height: 58px;
  position: absolute;
  text-transform: uppercase;
  top: calc(50% - 29px);
  vertical-align: top;
  width: auto;
  z-index: 999;
}.mobile-navigation .fa {
  color: #38b048;
  font-size: 32px;
  line-height: 58px;
  margin: 0px;
  text-align: center;
  vertical-align: middle;
  width: 58px;
}.fullwidth-navigation, .header-inner .navigation-wrapper {
  background: #ffffff;
  position: absolute;
  top: 0;
  z-index: 997;
  width: 100%;
}.fullwidth-navigation .top-bar {
  padding-top: 10%;
  height: auto;
  display: block;
}.fullwidth-navigation .title-area {
  display: none !important;
}.top-bar-section {
  background: #ffffff;
  margin-bottom: 20%;
}.fullwidth-navigation .top-bar-section ul {
  position: relative;
  right:0;
  width:100%;
  z-index: 997;
  padding-top: 40px;
}.fullwidth-navigation.active .top-bar-section .has-dropdown.moved>.dropdown {
  box-shadow:none;
  left: 100%;
}.top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li:not(.has-form) a:not(.button) {
  line-height: 65px;
  text-align: center;
  padding: 0;
  font-size: 20px;
}.top-bar-section li:not(.has-form) a:not(.button):hover,
.top-bar-section li.active:not(.has-form) a:not(.button),
.top-bar-section li.active:not(.has-form) a:not(.button):hover,
.top-bar-section ul li:hover:not(.has-form)>a {
  padding: 0;
  color: #38b048;
}.top-bar-section li:not(.has-form) a:not(.button)::before {
  display: none !important;
}.top-bar-section .has-dropdown > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent transparent #38b048 !important;
  border-top-style: solid;
  margin-top: 0px;
  left: auto;
  right: 0;
  top: 44%;
  margin-right: 15px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}.fullwidth-navigation.active .top-bar-section .has-dropdown.moved>.dropdown {
  box-shadow: none;
  left: 100%;
  border-radius: 0;
  background: #ffffff;
  padding-bottom: 40px;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
  background: #ffffff;
  color: #000000;
  line-height: 35px !important;
  font-size: 14px;
}.top-bar .top-bar-section ul.dropdown li:not(.dropdown) {
  height: 35px;
}.top-bar-section .dropdown li:not(.has-form) a:not(.button):hover,
.top-bar-section .dropdown li.active:not(.has-form) a:not(.button):hover,
.top-bar-section .dropdown ul li:hover:not(.has-form)>a {
  color: #ffffff;
}.hero-cta {
  text-align: center;
}.hero-cta h2 br {
  display: none;
}.hero-cta h2 {
  font-size: 50px;
}.hero-form {
  padding: 0 10vw;
}.trust-badge {
  margin-bottom: 30px;
}.one-third {
  width: 90%;
  margin: 0 auto 30px;
  float: none;
  display: block;
}.step-box {
  margin-bottom: 100px;
}.step-box.arrow-after::after {
  transform: rotate(90deg);
  bottom: -64px;
  top: unset;
  right: calc(50% - 20px);
}.counter span.counter-value {
  font-size: 70px;
}.counter {
  margin-bottom: 30px;
}.home-testimonial h2 {
  font-size: 26px;
}h2.quote-accent::before {
  font-size: 20px;
}.small-cta-row p {
  margin-bottom: 30px;
}.small-cta-row {
  text-align: center;
}.pre-footer-box {
  padding: 10vh 10vw;
}.footer-details {
  padding: 10vh 10vw;
}.footer-logo {
  display: none;
}h1.footer-company-title a {
  font-size: 30px;
}.footer-company-details p.license {
  margin-bottom: 15px;
}.footer-left-padding {
  padding-left: .9375rem;
}.footer-section {
  padding-bottom: 25px;
}p.highlight {
  width: 100%;
  left: 0;
}.bg-container {
  height: 500px;
}.left-buffer-sm, .right-buffer-sm {
  padding-left: .9375rem;
  padding-right: .9375rem;
}.vertical-padding-medium {
  padding-top: 4vh;
  padding-bottom: 4vh;
}.top-padding-medium {
  padding-top: 4vh;
}.hub-section .bottom-padding-small {
  padding-bottom: 0;
}
}

@media only screen and (max-width: 767px) {
.header-company-name {
  display: none;
}.fullwidth-navigation {
  height: auto !important;
  padding-bottom: 30px;
}
}
