@charset "UTF-8";



/*
      ___        ___      ___        ___
     /\__\      /\  \    /\  \      /\  \
    /::|  |    /::\  \   \:\  \    /::\  \
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .co.nz
       /:/  /\:\ \:\__\/:/  /        \::/  /
      /:/  /  \:\ \/__/\/__/         /:/  /
     /:/  /    \:\__\               /:/  /
     \/__/      \/__/               \/__/


Theme Name: 
Description: 
Version: 1
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/
/*========== Variables ============*/ /*============ Media Queires ============*/
/*============Sticky Footer============*/


/* ScrollBar
 * 
 * 
 *
 */


html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: hidden;
}

body {
  height: 100%;
  min-height: 100%;
  height: auto !important;
  display: flex;
  flex-direction: column;
  position: relative;
background-color: #f9f6f1;
}

#wrap {
  flex: 1 0 0;
  -ms-flex: 1 0 0;
  position: relative;
  right: 0;
  transition: right 0.5s;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
}

.alignright,
img.alignright {
  float: right;
  margin: 0 0 15px 30px;
}

img.alignleft,
.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

* {
  outline: none !important;
}

.embed-container {
  position: relative;
/*   padding-bottom: 57%;
  height: 0; */
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*==========Fonts & Headings===========*/
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #222222;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 300;
}

h1, .big-text {
  font-family: "bretonlight", sans-serif;
  color: #222222;
  font-size: 72px;
  font-size: 6rem;
  line-height: 1.1;
  margin: 0 0 2rem 0;
	font-weight:600;
}

h2, .heading2 {
  font-family: "bretonlight", sans-serif;
  color: #222222;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 2rem 0;
}

h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #222222;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 2rem 0;
}

h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #222222;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 2rem 0;
}

h5, h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #222222;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 2rem 0;
}

p {
  margin: 0 0 2rem 0;
}
p.large {
  font-size: 20px;
  font-size: 2rem;
}

strong {
  font-weight: bold;
}

a {
/*   color: #C7342B; */
	color: #198754;
  text-decoration: none;
  transition: all 0.5s ease;
}


a:hover,
a:active {
  color: #E37649;
  text-decoration: underline;
}

@media (max-width: 991px) {
  h1, .big-text {
    font-size: 42px;
    font-size: 4.2rem;
  }
  h2, .heading2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
  h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  h5 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/*==========Spacing===========*/
.margin-top {
  margin-top: 9rem;
}
@media (max-width: 575px) {
  .margin-top {
    margin-top: 9rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .margin-top {
    margin-top: 9rem;
  }
}

.margin-bottom {
  margin-bottom: 9rem;
}
@media (max-width: 575px) {
  .margin-bottom {
    margin-bottom: 9rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 9rem;
  }
}

.margin {
  margin: 9rem 0;
}
@media (max-width: 575px) {
  .margin {
    margin: 9rem 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .margin {
    margin: 9rem 0;
  }
}

.padding-top {
  padding-top: 9rem;
}
@media (max-width: 575px) {
  .padding-top {
    padding-top: 9rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .padding-top {
    padding-top: 9rem;
  }
}

.padding-bottom {
  padding-bottom: 9rem;
}
@media (max-width: 575px) {
  .padding-bottom {
    padding-bottom: 9rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .padding-bottom {
    padding-bottom: 9rem;
  }
}

.padding {
  padding: 9rem 2rem;
}
@media (max-width: 575px) {
  .padding {
    padding: 9rem 2rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .padding {
    padding: 9rem 2rem;
  }
}

/*==========Buttons===========*/
.red-btn {
  text-align: center;
  font-weight: 600;
/*   background-color: #C7342B; */
	background-color: black;
  display: inline-block;
  padding: 0.5rem 1.5rem;
  color: #fff !Important;
  border-radius: 0.5rem;
cursor:pointer;
}
.red-btn i {
  margin-right: 5px;
}
.red-btn:hover {
  text-decoration: none;
/*   background-color: #E37649; */
	background-color: #48c774;
  color: #fff !Important;
}

.orange-btn {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
/*   background-color: #E37649; */
	background-color: #a63f35;
  display: inline-block;
   padding: 0.5rem 1.5rem;
  color: #fff !Important;
  border-radius: 0.5rem;
}
.orange-btn i {
  margin-right: 5px;
}
.orange-btn:hover {
  text-decoration: none;
  background-color: #C7342B;
  color: #fff;
}

.border-btn {
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  background-color: transparent;
  display: inline-block;
  padding: 10px 25px;
  color: #C7342B;
  border: 2px solid #E37649;
  border-radius: 25px;
}
.border-btn i {
  margin-right: 5px;
}
.border-btn:hover {
  text-decoration: none;
  background-color: #E37649;
  color: #fff;
}

/* Mobile Nav
==============================*/
#mobileNav {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  overflow-x: hidden;
  opacity: 0;
  background-color: #123A3F;
  transition: all 0.5s ease;
	visibility:hidden;
}
#mobileNav.menuOpen {
  z-index: 999;
  opacity: 1;
	visibility:visible !important;
}

/* Header
==============================*/
.simple-banner {
  z-index: 99999999 !important;
}

.admin-bar #header {
  top: 32px;
}

#header.default {
  background-color: #C3DFE2;
}

#header.red {
  background-color: #F4A5A0;
}

#header.rose {
  background-color: #F0C1B7;
}

#header.coral {
  background-color: #FAA582;
}

#header.apricot {
  background-color: #FFB571;
}

#header.wheat {
  background-color: #F7D39A;
}

#header.sunshine {
  background-color: #FFE09C;
}

#header.clay {
  background-color: #E5D8C6;
}

#header.khaki {
  background-color: #F5F0E8;
}

#header.meadow {
  background-color: #E2E2D4;
}

#header.olive {
  background-color: #DEDA9D;
}

#header.spring {
  background-color: #DCE4C4;
}

#header.mint {
  background-color: #D9E7DA;
}

#header.slate {
  background-color: #D8DEDB;
}

#header.aqua {
  background-color: #C3DFE2;
}

#header.haze {
  background-color: #DCE8EF;
}

#header.marine {
  background-color: #BBC7DA;
}

#header.lavender {
  background-color: #D4B4E3;
}

#header.heather {
  background-color: #E3C0D7;
}

#header.thistle {
  background-color: #E1D3DA;
}

#header.dusk {
  background-color: #E5B8C3;
}

.colorbg.default {
background-color: #C3DFE2;
}

.colorbg.red {
background-color: #F4A5A0;
}

.colorbg.rose {
background-color: #F0C1B7;
}

.colorbg.coral {
background-color: #FAA582;
}

.colorbg.apricot {
background-color: #FFB571;
}

.colorbg.wheat {
background-color: #F7D39A;
}

.colorbg.sunshine {
background-color: #FFE09C;
}

.colorbg.clay {
background-color: #E5D8C6;
}

.colorbg.khaki {
background-color: #F5F0E8;
}

.colorbg.meadow {
background-color: #E2E2D4;
}

.colorbg.olive {
background-color: #DEDA9D;
}

.colorbg.spring {
background-color: #DCE4C4;
}

.colorbg.mint {
background-color: #D9E7DA;
}

.colorbg.slate {
background-color: #D8DEDB;
}

.colorbg.aqua {
background-color: #C3DFE2;
}

.colorbg.haze {
background-color: #DCE8EF;
}

.colorbg.marine {
background-color: #BBC7DA;
}

.colorbg.lavender {
background-color: #D4B4E3;
}

.colorbg.heather {
background-color: #E3C0D7;
}

.colorbg.thistle {
background-color: #E1D3DA;
}

.colorbg.dusk {
background-color: #E5B8C3;
}

#header {
  background-color: #C3DFE2;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
/*   border-bottom: 1px solid rgba(0, 0, 0, 0.12); */
  padding: 18px 0;
}
#header .row {
  align-items: center;
}
#header .header-left {
  margin-right: auto;
}
#header .header-left .navToggle {
  color: black;
  font-weight: 600;
  cursor: pointer;
}
#header .header-left .navToggle i {
  margin-right: 5px;
  background-color: #000;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 42px;
  color: #fff;
}

#header .header-left .navToggle i.fa-times {
  display: none;
}
#header .header-left .navToggle i.fa-bars {
  display: inline-block;
}
#header .header-left .header-phone {
  color: #222222;
  margin-left: 30px;
  font-weight: 600;
}
#header .header-left .header-phone i {
  margin-right: 3px;
}

@media (max-width: 991px) { 
#header .header-logo .dark-logo {
  display: block;
	width:50px !important;
}
	
	#header .header-logo .white-logo {
  display: block;
	width:50px !important;
}
	}

#header .header-logo .dark-logo {
  display: block;
	width:137px;
}



#header .header-logo .white-logo {
  display: none;
	width:137px;
}
#header .header-right {
  margin-left: auto;
}
#header .header-right .broker-btn {
  color: #222222;
  margin-right: 30px;
  font-weight: 600;
}
#header .header-right .broker-btn i {
  margin-right: 8px;
}
#header .header-right .red-btn img {
  display: none;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.menuOpenWrap #header {
  background-color: #123A3F;
}
.menuOpenWrap #header .header-left .navToggle i.fa-times {
  display: inline-block;
}
.menuOpenWrap #header .header-left .navToggle i.fa-bars {
  display: none;
}
.menuOpenWrap #header .header-left .header-phone {
  color: #fff;
}
.menuOpenWrap #header .header-logo .dark-logo {
  display: none;
}
.menuOpenWrap #header .header-logo .white-logo {
  display: block;
}
.menuOpenWrap #header .header-right .broker-btn {
  color: #fff;
}

@media (max-width: 991px) {
  #header .header-left .navToggle {
    color: black;
    font-weight: 600;
    cursor: pointer;
  }
  #header .header-left .navToggle i {
    background-color: transparent;
    color: black;
    position: relative;
    top: 3px;
  }
/*   #header .header-right .red-btn {
    color: #C7342B;
    background-color: transparent !important;
  } */
  #header .header-right .red-btn img {
    display: inline-block;
  }
}
/* Nav
==============================*/
#mobileNav {
  background-color: #123A3F;
  padding: 0 15px;
}
#mobileNav .main-menu {
  padding: 0;
  margin: 200px auto 0;
  max-width: 420px;
}
#mobileNav .main-menu ul {
  margin: 0;
  padding: 0;
}
#mobileNav .main-menu ul li {
  margin: 0 0 5px 0;
  padding: 0;
  display: block;
  position: relative;
}
#mobileNav .main-menu ul li a {
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  display: block;
  padding-right: 35px;
}
#mobileNav .main-menu ul li .menu-drop {
  position: absolute;
  top: 5px;
  right: 0;
  width: 25px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  color: #E37649;
  transition: all 0.5s ease;
}
#mobileNav .main-menu ul li .menu-drop.sub-menu-active {
  transform: rotate(180deg);
}
#mobileNav .main-menu ul li .sub-menu {
  display: none;
  margin: 10px 0 10px 0;
}
#mobileNav .main-menu ul li .sub-menu li {
  padding: 5px 0 5px 15px;
  margin: 0;
}
#mobileNav .main-menu ul li .sub-menu li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-size: 1.6rem;
}

/* Banner
==============================*/
.banner.default {
  background-color: #C3DFE2;
  background-image: url("images/banners/aqua.png");
}
.banner.default .banner-text h5 {
  color: #572602;
}
.banner.default .banner-text ul li span {
  background-color: #572602;
}

.banner.red {
  background-color: #F4A5A0;
  background-image: url("images/banners/red.png");
}
.banner.red .banner-text h5 {
  color: #86160f;
}
.banner.red .banner-text ul li span {
  background-color: #86160f;
}

.banner.rose {
  background-color: #F0C1B7;
  background-image: url("images/banners/rose.png");
}
.banner.rose .banner-text h5 {
  color: #8b301d;
}
.banner.rose .banner-text ul li span {
  background-color: #8b301d;
}

.banner.coral {
  background-color: #FAA582;
  background-image: url("images/banners/coral.png");
}
.banner.coral .banner-text h5 {
  color: #782605;
}
.banner.coral .banner-text ul li span {
  background-color: #782605;
}

.banner.apricot {
  background-color: #FFB571;
  background-image: url("images/banners/apricot.png");
}
.banner.apricot .banner-text h5 {
  color: #713600;
}
.banner.apricot .banner-text ul li span {
  background-color: #713600;
}

.banner.wheat {
  background-color: #F7D39A;
  background-image: url("images/banners/wheat.png");
}
.banner.wheat .banner-text h5 {
  color: #87570b;
}
.banner.wheat .banner-text ul li span {
  background-color: #87570b;
}

.banner.sunshine {
  background-color: #FFE09C;
  background-image: url("images/banners/sunshine.png");
}
.banner.sunshine .banner-text h5 {
  color: #9c6b00;
}
.banner.sunshine .banner-text ul li span {
  background-color: #9c6b00;
}

.banner.clay {
  background-color: #E5D8C6;
  background-image: url("images/banners/clay.png");
}
.banner.clay .banner-text h5 {
  color: #765b36;
}
.banner.clay .banner-text ul li span {
  background-color: #765b36;
}

.banner.khaki {
  background-color: #F5F0E8;
  background-image: url("images/banners/khaki.png");
}
.banner.khaki .banner-text h5 {
  color: #9b7943;
}
.banner.khaki .banner-text ul li span {
  background-color: #9b7943;
}

.banner.meadow {
  background-color: #E2E2D4;
  background-image: url("images/banners/meadow.png");
}
.banner.meadow .banner-text h5 {
  color: #6d6d4a;
}
.banner.meadow .banner-text ul li span {
  background-color: #6d6d4a;
}

.banner.olive {
  background-color: #DEDA9D;
  background-image: url("images/banners/olive.png");
}
.banner.olive .banner-text h5 {
  color: #5d591f;
}
.banner.olive .banner-text ul li span {
  background-color: #5d591f;
}

.banner.spring {
  background-color: #DCE4C4;
  background-image: url("images/banners/spring.png");
}
.banner.spring .banner-text h5 {
  color: #647435;
}
.banner.spring .banner-text ul li span {
  background-color: #647435;
}

.banner.mint {
  background-color: #D9E7DA;
  background-image: url("images/banners/mint.png");
}
.banner.mint .banner-text h5 {
  color: #4b764e;
}
.banner.mint .banner-text ul li span {
  background-color: #4b764e;
}

.banner.slate {
  background-color: #D8DEDB;
  background-image: url("images/banners/slate.png");
}
.banner.slate .banner-text h5 {
  color: #54635c;
}
.banner.slate .banner-text ul li span {
  background-color: #54635c;
}

.banner.aqua {
  background-color: #C3DFE2;
  background-image: url("images/banners/aqua.png");
}
.banner.aqua .banner-text h5 {
  color: #366a70;
}
.banner.aqua .banner-text ul li span {
  background-color: #366a70;
}

.banner.haze {
  background-color: #DCE8EF;
  background-image: url("images/banners/haze.png");
}
.banner.haze .banner-text h5 {
  color: #40708c;
}
.banner.haze .banner-text ul li span {
  background-color: #40708c;
}

.banner.marine {
  background-color: #BBC7DA;
  background-image: url("images/banners/marine.png");
}
.banner.marine .banner-text h5 {
  color: #354661;
}
.banner.marine .banner-text ul li span {
  background-color: #354661;
}

.banner.lavender {
  background-color: #D4B4E3;
  background-image: url("images/banners/lavender.png");
}
.banner.lavender .banner-text h5 {
  color: #59296f;
}
.banner.lavender .banner-text ul li span {
  background-color: #59296f;
}

.banner.heather {
  background-color: #E3C0D7;
  background-image: url("images/banners/heather.png");
}
.banner.heather .banner-text h5 {
  color: #72325c;
}
.banner.heather .banner-text ul li span {
  background-color: #72325c;
}

.banner.thistle {
  background-color: #E1D3DA;
  background-image: url("images/banners/thistle.png");
}
.banner.thistle .banner-text h5 {
  color: #6c495b;
}
.banner.thistle .banner-text ul li span {
  background-color: #6c495b;
}

.banner.dusk {
  background-color: #E5B8C3;
  background-image: url("images/banners/dusk.png");
}
.banner.dusk .banner-text h5 {
  color: #742a3c;
}
.banner.dusk .banner-text ul li span {
  background-color: #742a3c;
}

.banner.default .banner-text h5 {
  color: #C7342B !important;
}

@-webkit-keyframes AnimateText {
  0% {
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
  }
  40% {
    transform: translate3d(10%, 0, 0);
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes AnimateText {
  0% {
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
  }
  40% {
    transform: translate3d(10%, 0, 0);
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.banner-text.swiper-slide-active h5 {
  -webkit-animation: AnimateText 2s 0s forwards;
          animation: AnimateText 2s 0s forwards;
}
.banner-text.swiper-slide-active h1 {
  -webkit-animation: AnimateText 2s 0.2s forwards;
          animation: AnimateText 2s 0.2s forwards;
}
.banner-text.swiper-slide-active h2 {
  -webkit-animation: AnimateText 2s 0.4s forwards;
          animation: AnimateText 2s 0.4s forwards;
}
.banner-text.swiper-slide-active h4 {
  -webkit-animation: AnimateText 2s 0.6s forwards;
          animation: AnimateText 2s 0.6s forwards;
}

.banner {
  padding: 60px 0 40px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto 1000px;
}
@media (min-width: 1400px) {
  .banner {
    background-position: center right -400px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .banner {
    background-position: center right -400px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .banner {
    background-size: auto 800px;
    background-position: center right -400px;
  }
}
@media (max-width: 991px) {
  .banner {
	  padding:10px 0 10px
    background-position: bottom left;
    background-size: auto 700px;
  }
	
	
}
@media (max-width: 575px) {
  .banner {
    background-position: bottom left -110px;
  }
}
.banner .swiper-wrapper.disabled {
  transform: translate3d(0px, 0, 0) !important;
}
.banner .row {
  position: relative;
}
.banner .row .col-12 {
  position: relative;
  z-index: 10;
	padding:25px;
}
.banner .row .banner-image {
  position: absolute;
  right: 0;
  bottom: -40px;
  z-index: 5;
  max-width: 36%;
	max-height:100%
}
@media (max-width: 991px) {
  .banner .row .banner-image {
    position: relative;
    right: auto;
    max-width: 360px;
    margin: 0 auto;
	 display:none;
  }
	
}





.banner .banner-text {
  opacity: 0 !important;
  height: auto !important;
  counter-reset: section;
}
.banner .banner-text.swiper-slide-active {
  opacity: 1 !important;
}
.banner .banner-text h5 {
  margin: 0 0 10px 0;
  color: #C7342B;
  opacity: 0;
}
.banner .banner-text h1 {
  opacity: 0;
  color: #fff;
}
.banner .banner-text h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  opacity: 0;
}
.banner .banner-text h4 {
  font-weight: 400;
  opacity: 0;
}
.banner .banner-text .red-btn {
  margin: 20px 0 10px 0;
  padding: 8px 30px;
}
.banner .banner-text ul, .banner .banner-text ol {
  padding: 0;
  margin: 30px 0 0 0;
}
.banner .banner-text ul li, .banner .banner-text ol li {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.banner .banner-text ul li:before, .banner .banner-text ol li:before {
  counter-increment: section;
  content: counter(section, decimal);
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #C7342B;
  border-radius: 100%;
  text-align: center;
  line-height: 24px;
  font-size: 10px;
  color: #fff;
}
.banner.banner-simple .banner-text h5 {
  opacity: 1;
}
.banner.banner-simple .banner-text h1 {
  opacity: 1;
}

.banner-form {
  position: relative;
  margin-top: -60px;
}
.banner-form .container {
  background: #FFFFFF;
  border: none;
  box-shadow: 6px 6px 0px rgba(147, 138, 122, 0.16);
  border-radius: 4px;
}
.banner-form .gform_wrapper {
  max-width: 600px;
  margin: 30px auto;
  overflow: hidden;
  text-align: center;
}
.banner-form .gform_wrapper#gform_wrapper_2 .gsection {
  border: none;
}
.banner-form .gform_wrapper#gform_wrapper_2 .gsection h2.gsection_title {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.banner-form .gform_wrapper#gform_wrapper_2 .gfield {
  text-align: center;
}
.banner-form .gform_wrapper#gform_wrapper_2 .gfield label {
  display: none;
}
.banner-form .gform_wrapper#gform_wrapper_2 .gfield .ginput_container input {
  border: none;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  padding: 0;
  margin: 0;
  background-color: transparent !important;
}
.banner-form .gform_wrapper#gform_wrapper_2 .gfield .ginput_container .gfield_description {
  margin: 0;
  padding: 0;
}
.banner-form .gform_wrapper#gform_wrapper_2 .gfield#field_2_1 input, .banner-form .gform_wrapper#gform_wrapper_2 .gfield#field_2_2 input {
  display: none;
}
.banner-form .gform_wrapper#gform_wrapper_2 .gfield#field_2_2:after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
  margin-top: 60px;
  margin-bottom: 30px;
  display: block;
}
.banner-form .gform_wrapper#gform_wrapper_2 .gfield#field_2_4 .ginput_container {
  display: flex;
  justify-content: center;
}
.banner-form .gform_wrapper#gform_wrapper_2 .gfield#field_2_4 .ginput_container input {
  width: 80px;
}
.banner-form .gform_wrapper#gform_wrapper_2 .gfield#field_2_4 .ginput_container:after {
  content: "/wk";
  font-weight: 700;
  font-size: 24px;
}
.banner-form .gform_wrapper#gform_wrapper_2 .gfield#field_2_5 .ginput_container {
  display: flex;
  justify-content: center;
}
.banner-form .gform_wrapper#gform_wrapper_2 .gfield#field_2_5 .ginput_container input {
  width: 40px;
}
.banner-form .gform_wrapper#gform_wrapper_2 .gfield#field_2_5 .ginput_container:after {
  content: "mo.";
  font-weight: 700;
  font-size: 24px;
}
.banner-form .gform_wrapper#gform_wrapper_2 .gfield .ginput_container .slider-display {
  position: relative;
  width: 70%;
  margin: 20px auto;
  background: #E8E3DA;
  height: 4px;
  border-radius: 2px;
  border: none;
}
.banner-form .gform_wrapper#gform_wrapper_2 .gfield .ginput_container .slider-display .noUi-handle {
  border-radius: 100%;
  border: 2px solid #4E346F;
  background-color: #fff;
  width: 24px;
  height: 24px;
  top: -9px;
}
.banner-form .gform_wrapper#gform_wrapper_2 .gfield .ginput_container .slider-display .noUi-handle:before, .banner-form .gform_wrapper#gform_wrapper_2 .gfield .ginput_container .slider-display .noUi-handle:after {
  display: none;
}
.banner-form .gform_wrapper#gform_wrapper_2 .gfield .ginput_container .slider-display .min-val-relation, .banner-form .gform_wrapper#gform_wrapper_2 .gfield .ginput_container .slider-display .max-val-relation {
  position: absolute;
  top: -20px;
  left: -23%;
}
.banner-form .gform_wrapper#gform_wrapper_2 .gfield .ginput_container .slider-display .max-val-relation {
  left: auto;
  right: -23%;
}
.banner-form .gform_wrapper#gform_wrapper_2 .gfield.gfield_html {
  font-size: 12px;
  margin-top: 20px;
}
.banner-form .gform_wrapper .gfield {
  text-align: center;
}
.banner-form .gform_wrapper .gfield label {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.banner-form .gform_wrapper .gfield label .gfield_required {
  display: none;
}
.banner-form .gform_wrapper .gfield input {
  background: #F9F6F1;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.banner-form .gform_wrapper .gform_footer {
  justify-content: center;
  text-align: center;
  padding-bottom: 0 !important;
}
.banner-form .gform_wrapper .gform_footer .button {
  text-align: center;
  font-weight: 600;
  background-color: #C7342B;
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  border: none;
  border-radius: 25px;
}
.banner-form .gform_wrapper .gform_footer .button i {
  margin-right: 5px;
}
.banner-form .gform_wrapper .gform_footer .button:hover {
  text-decoration: none;
  background-color: #E37649;
  color: #fff;
}

.forminator-padding-extra {
	padding: 20px 50px;
}

/* Content Areas
==============================*/
.benefits {
  background-color: #F9F6F1;
}
.benefits .benefits-header {
  text-align: center;
  margin-bottom: 60px;
}
.benefits .benefits-header p {
  margin-bottom: 0;
}
.benefits .col-lg-6 {
  margin-bottom: 60px;
}
.benefits .col-lg-6 .benefit-box {
  background: #FFFFFF;
  box-shadow: 6px 6px 0 rgba(232, 227, 218, 0.5);
  border-radius: 4px;
  height: 100%;
  padding: 40px 200px 40px 40px;
  background-image: url("https://www.pioneerfinance.co.nz/wp-content/uploads/2023/05/2.png");
  background-repeat: no-repeat;
  background-position: bottom 40px right 40px;
  background-size: 150px auto;
}
@media (max-width: 991px) {
  .benefits .col-lg-6 .benefit-box {
    padding: 30px 200px 30px 30px;
    min-height: 300px;
    background-position: bottom 30px right 30px;
  }
}
.benefits .col-lg-6 .benefit-box ul {
  padding: 0;
  margin: 0;
}
.benefits .col-lg-6 .benefit-box ul li {
  position: relative;
  padding: 0 0 0 25px;
  margin: 10px 0;
  display: block;
}
.benefits .col-lg-6 .benefit-box ul li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  content: "\f058";
  position: absolute;
  top: 1px;
  left: 0;
  color: #559D5A;
}
.benefits .col-lg-6 .benefit-box.negative {
  background-image: url("https://www.pioneerfinance.co.nz/wp-content/uploads/2023/05/1.png");
}
.benefits .col-lg-6 .benefit-box.negative ul li:before {
  color: #B4352E;
  content: "\f057";
}
.apply-box {
  background-color: rgba(195, 223, 226, 0.5);
  padding: 40px;
  background-image: url("images/apply-box-bg.png");
  background-repeat: no-repeat;
  background-position: center right 40px;
  background-size: 40% auto;
}
@media (max-width: 991px) {
  .apply-box {
    padding: 30px 30px 460px;
    background-position: center bottom;
    background-size: 300px auto;
  }
  .apply-box .red-btn {
    margin: 0 auto;
    display: block;
    width: 260px;
  }
}
.apply-box ul {
  border-top: none !important;
  padding-top: 0 !important;
}
.apply-box ul li {
  flex: 0 0 100% !important;
}

.repayments {
  background-color: #F9F6F1;
}
.repayments .repayments-header {
  text-align: center;
}
.repayments .repayments-box {
  background: #FFFFFF;
  box-shadow: 6px 6px 0 rgba(232, 227, 218, 0.5);
  border-radius: 4px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 60px 0;
}
.repayments .repayments-box .info-boxes {
  display: flex;
  justify-content: center;
}
.repayments .repayments-box .info-boxes .repayment-info {
  margin: 0 60px 30px 0;
  text-align: center;
}
.repayments .repayments-box .info-boxes .repayment-info p {
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 600;
}
.repayments .repayments-box .info-boxes .repayment-info h4 {
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
  color: #559D5A;
}
.repayments .repayments-box .line-items {
  border: 1px solid #222222;
  border-left: none;
  border-right: none;
}
.repayments .repayments-box .line-items .description, .repayments .repayments-box .line-items .value {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 10px;
  padding-bottom: 10px;
}
.repayments .repayments-box .line-items .value {
  text-align: right;
}
.repayments .repayments-box .repayment-total {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  margin: 30px 0 0 0;
}
.repayments .repayments-box .repayment-total strong {
  color: #559D5A;
}
.repayments .repayments-box .repayment-total p:last-child {
  margin: 0;
}

.circle-icons {
  text-align: center;
}
.circle-icons h2 {
  margin: 0 0 60px;
}
.circle-icons .info-box {
  margin: 0 0 60px;
}
.circle-icons .info-box .circle-icon {
  border-radius: 100%;
  display: inline-block;
  margin-bottom: 3rem;
  max-width: 240px;
  position: relative;
}
.circle-icons .info-box .circle-icon:after {
  content: "";
  position: absolute;
  z-index: 10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  top: 8px;
  left: 8px;
/*   border: 1px solid #E37649; */
}
.circle-icons .info-box .circle-icon img {
  border-radius: 100%;
}
.circle-icons .info-box h4 {
  margin: 0 0 1rem;
}
.circle-icons .info-box p {
  max-width: 300px;
  margin: 0 auto;
}

.icon-boxes {
  position: relative;
  text-align: center;
  background-color: #F9F6F1;
}
.icon-boxes h2 {
  margin-bottom: 30px;
}
.icon-boxes .icon-box-wrap {
  display: flex;
  justify-content: center;
}
.icon-boxes .icon-box {
  background: #FFFFFF;
  border: 2px solid #fff;
  box-shadow: 6px 6px 0px rgba(232, 227, 218, 0.5);
  border-radius: 1rem;
  display: block;
  margin-top: 30px;
  padding: 0 0 30px 0;
  width: 100%;
}
.icon-boxes .icon-box h4 {
  margin: 30px 0 0 0;
}
.icon-boxes .icon-box:hover {
  text-decoration: none;
  border: 2px solid #222222;
}

.rates-fees {
  text-align: center;
}
.rates-fees .rates-header {
  margin: 0 auto 60px;
  max-width: 800px;
}
.rates-fees .rates-header h2 {
  margin-bottom: 30px;
}
.rates-fees .rates-col h6 {
  margin: 0 0 5px 0;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: none;
}
.rates-fees .rates-col h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #559D5A;
  margin: 0 0 15px 0;
}
.rates-fees .rates-fees-more {
  text-align: left;
  padding: 5rem;
border-radius: 2rem;
	box-shadow: 6px 6px 0px rgba(232, 227, 218, 0.5);
}
.rates-fees .rates-fees-more ul {
  margin: 0 0 10px 0;
  padding: 0;
}
.rates-fees .rates-fees-more ul li {
  display: block;
  position: relative;
  padding-left: 22px;
  margin-bottom: 15px;
}
.rates-fees .rates-fees-more ul li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  content: "\f058";
  position: absolute;
  top: 0;
  left: 0;
  color: #559D5A;
}
.rates-fees .rates-fees-more .red-btn {
  margin: 20px 0;
}
.rates-fees .rates-fees-more .rates-img {
  position: relative;
  right: -100px;
}
@media (max-width: 991px) {
  .rates-fees .rates-fees-more .rates-img {
    right: 0;
    margin-top: 30px;
  }
}

.content-img {
	max-height: 60vh;
}

.tick-list ul, .arrow-list ul {
  margin: 30px 0;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-left: none;
  border-right: none;
}
.tick-list ul li, .arrow-list ul li {
  position: relative;
  flex: 0 0 100%;
  padding: 0 15px 0 25px;
  margin: 5px 0;
  display: block;
}
@media (max-width: 767px) {
  .tick-list ul li, .arrow-list ul li {
    flex: 0 0 100%;
  }
}
.tick-list ul li:before, .arrow-list ul li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 200;
  content: "\f058";
  position: absolute;
  top: 1px;
  left: 0;
  color: #559D5A;
}
.tick-list.two-col ul li, .arrow-list.two-col ul li {
  flex: 0 0 50%;
}

.arrow-list ul li:before {
  color: #222222;
  content: "\f178";
}

.testimonials .carousel-item, .testimonials .list-item {
  border: 2px solid #222222;
  border-radius: 4px;
  padding: 60px 25px 60px 60px;
  margin-bottom: 30px;
}
.testimonials .carousel-item h4, .testimonials .list-item h4 {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
}
.testimonials .carousel-item h5, .testimonials .list-item h5 {
  margin: 0;
  text-transform: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}
.testimonials .carousel-item:after, .testimonials .carousel-item:before, .testimonials .list-item:after, .testimonials .list-item:before {
  content: "";
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}
.testimonials .carousel-item:after, .testimonials .list-item:after {
  border-width: 15px 15px 0 15px;
  border-color: #222222 transparent transparent transparent;
}
.testimonials .carousel-item:before, .testimonials .list-item:before {
  z-index: 2;
  border-width: 13px 13px 0 13px;
  border-color: #fff transparent transparent transparent;
}
.testimonials .list-item:before, .testimonials .list-item:after {
  display: none;
}
.testimonials .carousel-indicators {
  position: relative;
  right: auto;
  left: auto;
  bottom: auto;
  margin: 15px 0 0 0;
}
.testimonials .carousel-indicators li {
  opacity: 0.25;
  background-color: #C7342B;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 100%;
}
.testimonials .carousel-indicators li.active {
  opacity: 1;
}

@media (max-width: 767px) {
  .testimonials {
    padding: 60px 0;
  }
  .testimonials .carousel-item {
    padding: 30px;
    margin-bottom: 30px;
  }
  .testimonials .carousel-item h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .testimonials .carousel-item h5 {
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.faqs {
  position: relative;
  background-color: #F9F6F1;
}
.faqs h2 {
  margin: 0 0 60px 0;
  text-align: center;
}
.faqs .faq {
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-left: none;
  border-right: none;
  margin-bottom: -1px;
  padding: 15px 0;
}
.faqs .faq .toggle-collapse {
  display: block;
  position: relative;
  padding: 15px 0;
  text-decoration: none !important;
  display: flex;
  align-items: center;
}
.faqs .faq .toggle-collapse h4 {
  margin: 0;
  padding: 0 0 0 15px;
}
.faqs .faq .toggle-collapse i {
  font-size: 20px;
  font-size: 2rem;
  color: #222222;
}
.faqs .faq .collapse {
  padding-left: 35px;
}
.faqs .faq-footer {
  padding: 60px 0 0;
}
.faqs .faq-footer a {
  font-weight: 500;
}

.default-page .faqs {
  background-color: transparent;
}

.text-area table {
  margin-bottom: 30px;
}
.text-area table tr {
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.text-area table tr td {
  border: none !important;
  padding: 15px 0;
  vertical-align: middle;
}
.text-area table tr:first-child {
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
.text-area table tr:first-child td {
  font-weight: 700;
}

.intro-area {
  margin-top: 60px;
  margin-bottom: 60px;
}
.intro-area .intro-text-area {
  max-width: 500px;
}

@media (max-width: 991px) {
  .intro-area .intro-text-area {
    margin: 0 auto;
  }
}
/* Live Loans
==============================*/
.live-loans-header {
  text-align: center;
  background-color: #123A3F;
}
.live-loans-header h2 {
  color: #fff;
}
.live-loans-header h6 {
  margin: 0 0 5px 0;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: none;
  color: #fff;
}
.live-loans-header h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
/*   color: #E37649; */
	color: #48c774;
  margin: 0 0 15px 0;
}

.acf-map {
  height: 650px;
}
.acf-map .gm-style-iw-a {
  top: 30px !important;
}
.acf-map .gm-style-iw {
  background-color: #C7342B !important;
  padding: 0;
  border-radius: 100%;
  height: 130px !important;
  width: 130px !important;
}
.acf-map .gm-style-iw button {
  display: none !important;
}
.acf-map .gm-style-iw .gm-style-iw-d {
  text-align: center;
  overflow: hidden !important;
  padding: 30px 15px;
}
.acf-map .gm-style-iw .gm-style-iw-d h6 {
  margin: 5px 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
  text-transform: none;
}
.acf-map .gm-style-iw .gm-style-iw-d h4 {
  margin: 0;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
}
.acf-map .gm-style-iw-t::after {
  background: #C7342B !important;
  height: 30px;
  width: 30px;
  top: -10px;
  box-shadow: none;
}

/* Gravity forms Default
==============================*/
.default-page .gform_wrapper {
  background: #FFFFFF;
  border: 2px solid #222222;
  box-shadow: 6px 6px 0px rgba(147, 138, 122, 0.16);
  border-radius: 4px;
  padding: 30px;
}
.default-page .gform_wrapper .gform_body .gform_fields {
  border: none;
}
.default-page .gform_wrapper .gform_body .gform_fields .gfield .gfield_required {
  color: #E37649;
}
.default-page .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  margin: 0 0 15px !important;
  font-weight: 700;
  color: #222222;
}
.default-page .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
  margin: 0 !important;
}
.default-page .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input,
.default-page .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
  background: #F9F6F1;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 8px;
}
.default-page .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input.datepicker,
.default-page .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea.datepicker {
  background-image: url("images/calendar.png");
  background-position: left 5px center;
  background-size: auto 20px;
  background-repeat: no-repeat;
  padding-left: 30px !important;
}
.default-page .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select {
  background: #F9F6F1;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.default-page .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .instruction {
  margin-top: 3px;
}
.default-page .gform_wrapper .gform_footer {
  text-align: center;
}
.default-page .gform_wrapper .gform_footer .gform_button {
  text-align: center;
  font-weight: 500;
  background-color: #C7342B;
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  border: none;
  border-radius: 25px;
}
.default-page .gform_wrapper .gform_footer .gform_button:hover {
  text-decoration: none;
  background-color: #E37649;
  color: #fff;
}

/* Apply Now
==============================*/
#form-box, #thanks-box {
  position: relative;
  background: #FFFFFF;
  border: none;
  box-shadow: 6px 6px 0px rgba(147, 138, 122, 0.16);
  border-radius: 4px;
  padding: 30px 30px;
  margin-bottom: 60px;
}
#form-box .submitted, #thanks-box .submitted {
  text-align: center;
  margin: 30px 0;
}
#form-box .submitted i, #thanks-box .submitted i {
  font-size: 180px;
  font-size: 18rem;
  color: green;
}
#form-box .buttons, #thanks-box .buttons {
  margin: 60px 0 60px 0;
  text-align: center;
}

#form-box {
  margin-top: -100px;
}


.pc_image_choice label img{
    object-fit:contain !important;
    width:100px !important;
    height:100px !important;
    
}

.application-form_wrapper.gform_wrapper .application-form .partial_entry_warning {
  display: none;
}
.application-form_wrapper.gform_wrapper .application-form .gf_page_steps {
  display: flex;
  justify-content: space-around;
  border: none;
  margin-bottom: 60px;
}
.application-form_wrapper.gform_wrapper .application-form .gf_page_steps .gf_step_clear {
  display: none;
}
.application-form_wrapper.gform_wrapper .application-form .gf_page_steps .gf_step {
  text-align: center;
  height: auto;
  margin: 0;
  font-size: inherit;
}
.application-form_wrapper.gform_wrapper .application-form .gf_page_steps .gf_step .gf_step_number {
  display: block;
  font-weight: 600;
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  margin: 0 auto;
  background-color: #C7342B;
  border-radius: 100%;
}
.application-form_wrapper.gform_wrapper .application-form .gf_page_steps .gf_step .gf_step_label {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.application-form_wrapper.gform_wrapper .application-form .gf_page_steps .gf_step.gf_step_active .gf_step_number {
  background-color: #E37649;
}
.application-form_wrapper.gform_wrapper .application-form .gf_page_steps .gf_step.gf_step_active .gf_step_label {
  color: #C7342B;
}
.application-form_wrapper.gform_wrapper .application-form .gf_page_steps .gf_step.gf_step_pending {
  opacity: 1;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .form-header .note-box {
  max-width: 300px;
  margin: 10px auto 0 auto;
  overflow: hidden;
  border: 2px solid #222222;
  border-radius: 15px;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .form-header .note-box h6 {
  background-color: #222222;
  color: #fff;
  padding: 5px 15px;
  margin: 0;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .form-header .note-box p {
  margin: 0;
  padding: 5px 15px;
  font-size: 14px;
  font-size: 1.4rem;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gsection {
  border: none;
  border-top: 1px solid #ddd;
  margin: 60px 0 0 !important;
  padding: 60px 0 0 !important;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gsection h2 {
  font-family: "bretonlight", sans-serif;
  color: #C7342B;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
  margin: 0 0 10px !important;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield.hidden_label {
  padding-top: 25px !important;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .gfield_required {
  color: #E37649;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .gfield_label {
  margin: 0 0 5px !important;
  font-weight: 400;
  color: #C7342B;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container {
  margin: 0 !important;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container input,
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container textarea {
  color: #222222 !important;
  border: 1px solid #ddd;
  line-height: 1;
  padding: 10px !important;
  border-radius: 5px;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container input.datepicker,
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container textarea.datepicker {
  background-image: url("images/calendar.png");
  background-position: left 5px center;
  background-size: auto 20px;
  background-repeat: no-repeat;
  padding-left: 30px !important;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container select {
  color: #222222 !important;
  border: 1px solid #ddd;
  line-height: 1 !important;
  padding: 7px 10px !important;
  border-radius: 5px;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container .gfield_radio, .application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container .gfield_checkbox {
  margin: 7px 0 0 !important;
  position: relative;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container .gfield_radio label, .application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container .gfield_checkbox label {
  padding-left: 25px;
  font-size: inherit;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container .gfield_radio label:after, .application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container .gfield_checkbox label:after {
  content: "";
  background-color: #fff;
  border: solid 1px #E37649;
  border-radius: 100%;
  display: inline-block;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 3px;
  transition: left 0.5s;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container .gfield_radio label:before, .application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container .gfield_checkbox label:before {
  content: "✓";
  position: absolute;
  left: 3.5px;
  top: 1.5px;
  z-index: 2;
  color: #fff;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container .gfield_radio input, .application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container .gfield_checkbox input {
  display: none;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container .gfield_radio input:checked + label:after, .application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container .gfield_checkbox input:checked + label:after {
  background-color: #E37649;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container .instruction {
  margin-top: 3px;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container.ginput_container_consent {
  margin: 7px 0 0 !important;
  position: relative;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container.ginput_container_consent .gfield_required {
  display: none;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container.ginput_container_consent label {
  padding-left: 30px;
  font-size: inherit;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container.ginput_container_consent label a {
  color: #E37649;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container.ginput_container_consent label:after {
  content: "";
  background-color: #fff;
  border: solid 1px #E37649;
  border-radius: 100%;
  display: inline-block;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  top: 5px;
  transition: left 0.5s;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container.ginput_container_consent label:before {
  content: "✓";
  position: absolute;
  left: 3.5px;
  top: 1px;
  z-index: 2;
  color: #fff;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container.ginput_container_consent input {
  display: none;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container.ginput_container_consent input:checked + label {
  font-weight: 400;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container.ginput_container_consent input:checked + label:after {
  background-color: #E37649;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container .gfield_list thead th {
  margin: 0 0 5px !important;
  font-weight: 400;
  color: #252525;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container .gfield_list tbody tr td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container .gfield_list tbody tr td input {
  margin: 0;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container .gfield_list tbody tr td select {
  width: 100%;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container .gfield_list tbody tr td.gfield_list_icons a {
  line-height: 1;
  height: 16px;
  top: -2px;
  position: relative;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield .ginput_container .gfield_list tbody tr td.gfield_list_icons a.add_list_item {
  margin-bottom: 5px;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield.joint-application {
  position: relative;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .gfield.joint-application .ginput_container {
  position: absolute !important;
  top: -52px;
  left: 160px;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body .gform_page_footer {
  margin-top: 60px;
  border: none;
  text-align: center;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body .gform_page_footer .button {
  border: none;
  background-color: transparent;
  padding: 7px 25px;
  background-repeat: no-repeat;
  background-size: 15px auto;
  float: right;
  background-image: url("images/arrow-right.png");
  background-position: right 25px top 14.5px;
  padding-right: 50px;
  text-align: right;
  color: #C7342B;
  border: 1px solid #E37649;
  border-radius: 25px;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body .gform_page_footer .button.gform_previous_button {
  float: left;
  background-image: url("images/arrow-left.png");
  background-position: left 25px top 14.5px;
  padding-left: 50px;
  padding-right: 25px;
  text-align: left;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body .gform_page_footer .button:hover {
  background-color: #E37649;
  color: #fff;
  cursor: pointer;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body .gform_page_footer .gform_save_link {
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  background-color: transparent;
  display: inline-block;
  padding: 7px 15px;
  color: #222222;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body .gform_page_footer .gform_save_link i {
  margin-right: 5px;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body .gform_page_footer .gform_save_link:hover {
  color: #E37649;
}

.application-form_wrapper.gform_wrapper .application-form #field_3_43 {
  text-align: center;
}
.application-form_wrapper.gform_wrapper .application-form #field_3_43 .image-preview {
  width: 125px;
  height: 125px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-color: #E37649;
  border: 1px solid #E37649;
  border-radius: 100%;
  margin-bottom: 15px;
}
.application-form_wrapper.gform_wrapper .application-form #field_3_43 .ginput_container {
  max-width: 300px;
  margin: 0 auto !important;
}

.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .bar-buttons {
  text-align: center;
  margin-bottom: 20px !important;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .bar-buttons .gfield_label {
  font-family: "Barlow Condensed", sans-serif;
  color: #C7342B;
  font-size: 30px !important;
  font-size: 3rem !important;
  font-weight: 300;
  margin: 0 0 20px !important;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .bar-buttons .gfield_radio {
  border: 1px solid #ddd;
  line-height: 1;
  border-radius: 20px;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .bar-buttons .gfield_radio li {
  min-height: auto !important;
  margin: 0 !important;
  font-size: 18px !important;
  font-size: 1.8rem;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .bar-buttons .gfield_radio li label {
  padding: 0 !important;
  display: block !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 5px 0 !important;
  border-radius: 20px;
  transition: all 0.5s ease;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .bar-buttons .gfield_radio li label:before, .application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .bar-buttons .gfield_radio li label:after {
  display: none !important;
}
.application-form_wrapper.gform_wrapper .application-form .gform_body ul.gform_fields .bar-buttons .gfield_radio li input[type=radio]:checked + label {
  color: #fff;
  background-color: #E37649;
  font-weight: 500;
}

.application-form_wrapper.gform_wrapper.gform_validation_error .application-form .gform_body .gfield.gfield_error {
  border: none;
  margin: 16px 0 8px 0;
  padding: 0 15px 0 0;
  background-color: transparent;
}
.application-form_wrapper.gform_wrapper.gform_validation_error .application-form .gform_body .gfield.gfield_error .validation_message {
  padding: 5px 0 0 0 !important;
}


/* Budget Form
==============================*/
.budget-form_wrapper.gform_wrapper .budget-form .gform_body ul.gform_fields .gfield {
  margin: 0 0 40px 0;
}
.budget-form_wrapper.gform_wrapper .budget-form .gform_body ul.gform_fields .gfield input {
  font-size: 25px;
  font-size: 2.5rem;
  margin: 0 auto;
  color: #222222 !important;
  border: 1px solid #ddd;
  line-height: 1;
  padding: 8px 10px !important;
  border-radius: 5px;
}
.budget-form_wrapper.gform_wrapper .budget-form .gform_body ul.gform_fields .gfield input:focus {
  border-color: #E37649;
}
.budget-form_wrapper.gform_wrapper .budget-form .gform_body ul.gform_fields .gfield select {
  width: 100%;
  color: #222222 !important;
  border: 1px solid #ddd;
  line-height: 1 !important;
  padding: 7px 10px !important;
  border-radius: 5px;
}
.budget-form_wrapper.gform_wrapper .budget-form .gform_body ul.gform_fields .gfield select:focus {
  border-color: #E37649;
}
.budget-form_wrapper.gform_wrapper .budget-form .gform_body ul.gform_fields .gfield label {
  font-family: "bretonlight", sans-serif;
  color: #C7342B;
  line-height: 1.4;
  max-width: 700px;
  margin: 0 auto;
}
.budget-form_wrapper.gform_wrapper .budget-form .gform_body ul.gform_fields .gfield .gfield_list thead tr {
  border-bottom: none;
}
.budget-form_wrapper.gform_wrapper .budget-form .gform_body ul.gform_fields .gfield .gfield_list thead tr th {
  padding: 5px 10px 0 0;
  font-weight: 400;
}
.budget-form_wrapper.gform_wrapper .budget-form .gform_body ul.gform_fields .gfield .gfield_list tbody tr {
  border: none;
}
.budget-form_wrapper.gform_wrapper .budget-form .gform_body ul.gform_fields .gfield .gfield_list tbody tr td {
  padding: 5px 10px 5px 0;
}
.budget-form_wrapper.gform_wrapper .budget-form .gform_body ul.gform_fields .gfield .gfield_list tbody tr td.gfield_list_icons a img {
  max-width: 20px !important;
}
.budget-form_wrapper.gform_wrapper .budget-form .gform_footer {
  text-align: center;
}
.budget-form_wrapper.gform_wrapper .budget-form .gform_footer .gform_button {
  border: none;
  color: #fff;
  background-color: #E37649;
  padding: 7px 25px;
  min-width: 260px;
  text-align: right;
  border: 1px solid #E37649;
  border-radius: 25px;
  width: auto !important;
  text-align: center;
}
.budget-form_wrapper.gform_wrapper .budget-form .gform_footer .gform_button:hover {
  background-color: transparent;
  color: #C7342B;
  cursor: pointer;
}

/* News
==============================*/
.news-archive {
  padding-top: 60px;
}
.news-archive .news-box {
  border-bottom: 1px solid #ddd;
  margin: 0 0 60px !important;
  padding: 0 0 60px !important;
  display: block;
  text-decoration: none;
  color: #222222 !important;
}
.news-archive .news-box .wp-post-image {
  margin-bottom: 25px;
}
.news-archive .news-box h3 {
  margin: 0;
}
.news-archive .news-box p {
  margin: 0;
}
.news-archive .news-box time {
  margin-bottom: 15px;
  display: block;
}
.news-archive .news-box:hover .read-more {
  color: #E37649;
}

.news-single {
  padding-top: 60px;
  padding-bottom: 60px;
}
.news-single .wp-post-image {
  margin-bottom: 20px;
}

.news-sidebar .sidebar-section h4 {
  margin: 0 0 15px 0;
}
.news-sidebar .sidebar-section ul {
  margin: 0 0 25px 0;
  padding: 0;
  list-style-type: none;
}
.news-sidebar .sidebar-section ul li {
  display: block;
  position: relative;
}
.news-sidebar .sidebar-section ul li a {
  padding-right: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
  display: block;
  text-decoration: none;
}
.news-sidebar .sidebar-section ul li a:hover {
  border-color: #E37649;
}
.news-sidebar .sidebar-section ul li i {
  font-size: 12px;
  font-size: 1.2rem;
  position: absolute;
  right: 5px;
  top: 9px;
}

.share-widget {
  margin-top: 30px;
}
.share-widget .widget-title {
  font-weight: 400;
  margin: 0 5px 10px 0;
  color: #222222;
  display: inline-block;
}

.share-section {
  margin-top: 90px;
  margin-bottom: 90px;
}
.share-section .share-widget {
  margin-top: 0;
}

/* Stepped form
==============================*/
.stepped-application_wrapper .gform_required_legend {
  display: none;
}

.stepped-application {
  margin-top: 30px;
}
.stepped-application .gform-body {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.stepped-application .gform-body .gfield label {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.stepped-application .gform-body .gfield .ginput_container.ginput_complex {
  justify-content: center;
}
.stepped-application .gform-body .gfield .ginput_container.ginput_container_consent {
  display: flex;
  text-align: left;
  align-items: flex-start;
}
.stepped-application .gform-body .gfield .ginput_container.ginput_container_consent input {
  flex: 0 0 25px;
  margin: 10px 15px 0 0 !important;
}
.stepped-application .gform-body .gfield .ginput_container.ginput_container_consent .gfield_required {
  display: none;
}
.stepped-application .gform-body .gfield .ginput_container input,
.stepped-application .gform-body .gfield .ginput_container textarea, .stepped-application .gform-body .gfield .ginput_container select {
  background: #FFFFFF;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  width: 100% !important;
}
.stepped-application .gform-body .gfield .ginput_container .gfield_radio {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px 0;
}
.stepped-application .gform-body .gfield .ginput_container .gfield_radio .gchoice {
  text-align: center;
  display: flex;
  align-items: center;
  margin: 0 15px;
}
@media (max-width: 991px) {
  .stepped-application .gform-body .gfield .ginput_container .gfield_radio .gchoice {
    flex: 0 0 100%;
    margin: 15px 0;
  }
}
.stepped-application .gform-body .gfield .ginput_container .gfield_radio .gchoice label {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
  margin: 0 !important;
  padding: 0;
  max-width: 100%;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 10px 20px;
}




.stepped-application .gform-body .gfield .ginput_container .gfield_radio .gchoice input {
  display: none;
}
.stepped-application .gform-body .gfield .ginput_container .gfield_radio .gchoice input:checked + label {
  background-color: #123A3F;
  color: #fff;
}
.stepped-application .gform-body .gfield .ginput_container select {
  padding: 11px 10px;
}
.stepped-application .gform-body .gfield .ginput_container.gsection {
  border: none;
  text-align: center !important;
}
.stepped-application .gform-body .gfield .ginput_container.gsection h3.gsection_title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0;
}
.stepped-application .gform-body .gfield .ginput_container .instruction {
  font-weight: 400;
  font-size: 12px;
  font-size: 1.2rem;
}
.stepped-application .gform-body #gform_page_13_11 .gfield, .stepped-application .gform-body #gform_fields_13_16 .gfield {
  text-align: left;
}
.stepped-application .gform-body #gform_page_13_11 .gfield label, .stepped-application .gform-body #gform_fields_13_16 .gfield label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.stepped-application .gform_page_footer .button {
  text-align: center;
  font-weight: 600;
  background-color: #C7342B;
  border: 1px solid #C7342B !important;
  display: inline-block;
  padding: 10px 25px;
  color: #fff;
  border: none;
  border-radius: 25px;
  background-repeat: no-repeat;
}
.stepped-application .gform_page_footer .button:hover {
  text-decoration: none;
  background-color: transparent;
  color: #C7342B;
  cursor: pointer;
}
.stepped-application .gform_page_footer .button.gform_next_button {
  background-position: center right 15px;
  padding-right: 45px;
  background-image: url("images/arrow-next-white.png");
}
.stepped-application .gform_page_footer .button.gform_next_button:hover {
  background-image: url("images/arrow-next-red.png");
}
.stepped-application .gform_page_footer .button.gform_previous_button {
  color: #C7342B;
  background-color: transparent;
  background-position: center left 15px;
  padding-left: 45px;
  background-image: url("images/arrow-prev-red.png");
}
.stepped-application .gform_page_footer .button.gform_previous_button:hover {
  background-color: #C7342B;
  color: #fff;
  background-image: url("images/arrow-prev-white.png");
}

@media (max-width: 767px) {
  .stepped-application .gform_page_fields .gfield .ginput_container_radio ul {
    margin: 20px 0 !important;
    padding: 0;
  }
  .stepped-application .gform_page_fields .gfield .ginput_container_radio ul li {
    display: inline-block !important;
    width: 100% !important;
  }
  .stepped-application .gform_page_footer {
    border: none;
    text-align: center;
  }
}

/* Styled by Will Scott-Rodriguez */

/* @               ,&&                                                             
*       #&&,     &&     #&%         *&&/         %&%         #&%.        ,&&    
     &&.    &&,  &&  &&     &&   (&#    *&%   &&     &&   &&     &&   /&%       
    .&       &&  && &&       &&  &/      .&  &&&&&&&&&&& /&&&&&&&&&&  &(        
    .&&     #&/  &&  &&     &&.  &/      .&   &&     &&   &&     %&.  &(        
(   .&  %&&#     &&     &&&(     &/      .&     *&&&         &&&#     &(        
@   .&                                                                         
*/

.smalltrust {
	width: 200px;
}
.paddingleftcenter {
	padding: 6rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
	gap: 10px;
}

.flipper {
	display: flex;
}

.imagecenter {
	display: flex: 
	justify-content: center;
	align-items: center;
	
	
}

.gform_ajax_spinner {
	max-width:100%;
	width: 50px;
	display:block;
	margin: 20px auto;
	transition: all 0.5s ease-out;
	box-shadow:0 0 0 2000px rgba(0,0,0,0);
}

.hiddenfield {
	visibility: hidden;
}

.numberfield {
	    background: #fff;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.12);
    border-radius: 4px;
    width: 100% !important;
}

.gform_wrapper.gravity-theme .gsection {
	border: none !important;
}

.rowapply {
  display:flex
}

/* Create two equal columns that floats next to each other */
.column {
     box-sizing: border-box;
    float: left;
    width: 50%;
    display: flex;
  flex-direction: column;
padding: 0px 50px;
    align-items: left;
min-height: 200px;
    justify-content: center;
}

/* Clear floats after the columns */
.rowapply:after {
    content: "";
    display: table;
    clear: both;
}

.applyimg {
    background-image: url("https://www.pioneerfinance.co.nz/wp-content/uploads/2023/03/Asset-25@3x.png");
   background-size: contain;
    background-repeat: no-repeat;
   background-position: center;
}


.landbotaugust {
  width: 100%;
  height: 80%;
  padding: 2rem;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .landbotaugust {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding: 0.5rem 1rem 1rem 1rem;
    gap: 1rem;
  }

  /* Make the landbot box appear on top */
  .landbotaugust > div:first-child {
    order: 2;
    min-height: 200px;
  }

  .landbotaugust > div.landbotBox {
    order: 1;
    min-height: 80vh;
  }
}

.landbotBox {
  background-color: white;
  display: flex;
  align-items: center;
  justify-items: center;
  border-radius: 2rem;
  min-height: 600px;
  gap: 2;
}





/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 767px) {
    .column {
        width: 100%;
    }
  .rowapply {
      flex-direction: column-reverse;
  }
	
	.paddingleftcenter {
	text-align: center
}
	
	.flipper {
		display: flex;
		flex-direction: column-reverse;
	}
	
}




/* Broker Styles
==============================*/
.login-page {
  position: relative;
  margin-top: -100px;
}
.login-page .gform_wrapper {
  border: none;
  box-shadow: none;
  padding: 0;
}
.login-page .login-page-col {
  background: #FFFFFF;
  border: 2px solid #222222;
  box-shadow: 6px 6px 0px rgba(147, 138, 122, 0.16);
  border-radius: 4px;
  padding: 30px 30px;
  margin-bottom: 60px;
}
.login-page .login-page-col h3 {
  text-align: center;
}
.login-page .login-page-col .forgot-link {
  display: block;
  text-align: center;
}
.login-page .login-page-col #broker-login label {
  display: block;
  margin: 0 0 5px !important;
  font-weight: 400;
  color: #252525;
}
.login-page .login-page-col #broker-login label:after {
  content: "*";
  color: #fc8725;
  margin-left: 4px;
}
.login-page .login-page-col #broker-login input:not(.button) {
  display: block;
  color: #555555 !important;
  border: 1px solid #ddd;
  line-height: 1;
  padding: 10px !important;
  border-radius: 5px;
  width: 100%;
}
.login-page .login-page-col #broker-login .login-submit {
  text-align: center;
}
.login-page .login-page-col #broker-login .login-submit .button {
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  background-color: #fc8725;
  display: inline-block;
  padding: 7px 30px !important;
  color: #fff;
  border: none !important;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 320px;
  border-radius: 25px;
}

.login-page-col #lostpasswordform legend, .login-page-col #resetpasswordform legend {
  text-align: center;
  font-family: "bretonlight", sans-serif;
  color: #C7342B;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 2rem;
}
.login-page-col #lostpasswordform label, .login-page-col #resetpasswordform label {
  display: block;
  margin: 0 0 5px !important;
  font-weight: 400;
  color: #252525;
}
.login-page-col #lostpasswordform label:after, .login-page-col #resetpasswordform label:after {
  content: "*";
  color: #fc8725;
  margin-left: 4px;
}
.login-page-col #lostpasswordform input, .login-page-col #resetpasswordform input {
  display: block;
  color: #555555 !important;
  border: 1px solid #ddd;
  line-height: 1;
  max-width: 100%;
  padding: 10px !important;
  border-radius: 5px;
  width: 100%;
}
.login-page-col #lostpasswordform .lostpassword-submit, .login-page-col #resetpasswordform .lostpassword-submit {
  text-align: center;
}
.login-page-col #lostpasswordform .lostpassword-submit .button, .login-page-col #resetpasswordform .lostpassword-submit .button {
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  background-color: #fc8725;
  display: inline-block;
  padding: 7px 30px !important;
  color: #fff;
  border: none !important;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 320px;
  border-radius: 25px;
}

/* Broker Styles
==============================*/
.broker-page-col {
  margin-top: 30px;
  margin-bottom: 30px;
}
.broker-page-col .gform_wrapper {
  border: none;
  box-shadow: none;
  padding: 0;
}

.login-breadcrumb {
  position: absolute;
  z-index: 5;
  top: -35px;
  right: 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
.login-breadcrumb a {
  color: #fff;
  text-decoration: underline;
}
.login-breadcrumb a:hover {
  color: #C7342B;
}
.login-breadcrumb .bar {
  display: inline-block;
  width: 1px;
  height: 11px;
  position: relative;
  top: 1px;
  background-color: #fff;
  margin: 0 5px;
}

table.gv-table-view {
  border-collapse: collapse;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 14px;
}
table.gv-table-view thead tr,
table.gv-table-view tfoot tr {
  background-color: #ddd;
  color: #C7342B;
  border-radius: 4px;
  overflow: hidden;
}
table.gv-table-view thead tr th,
table.gv-table-view tfoot tr th {
  padding: 5px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}
table.gv-table-view thead tr th.gv-field-8-entry_link span,
table.gv-table-view tfoot tr th.gv-field-8-entry_link span {
  display: none;
}
table.gv-table-view tbody {
  border-top: 2px solid white;
}
table.gv-table-view tbody tr {
  background-color: #f1f1f1;
}
table.gv-table-view tbody tr td {
  padding: 5px 10px;
  border-bottom: 2px solid white;
}
table.gv-table-view tbody tr td a {
  color: #E37649;
  border-bottom: 1px solid #E37649;
}
table.gv-table-view tbody tr td a:hover {
  text-decoration: none;
  color: #C7342B;
  border-color: #C7342B;
}

.gv-back-link a {
  color: #E37649;
  border-bottom: 1px solid #E37649;
}
.gv-back-link a:hover {
  text-decoration: none;
  color: #C7342B;
  border-color: #C7342B;
}

table.gv-table-view-content {
  border-collapse: collapse;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 14px;
}
table.gv-table-view-content tbody {
  border-top: 2px solid white;
}
table.gv-table-view-content tbody tr {
  background-color: #f1f1f1;
}
table.gv-table-view-content tbody tr td,
table.gv-table-view-content tbody tr th {
  padding: 5px 10px;
  border-bottom: 2px solid white;
}
table.gv-table-view-content tbody tr td ul,
table.gv-table-view-content tbody tr th ul {
  margin: 0;
  padding: 0;
}
table.gv-table-view-content tbody tr td ul li,
table.gv-table-view-content tbody tr th ul li {
  display: block;
  margin-bottom: 2px;
}
table.gv-table-view-content tbody tr td a,
table.gv-table-view-content tbody tr th a {
  color: #E37649;
  border-bottom: 1px solid #E37649;
}
table.gv-table-view-content tbody tr td a:hover,
table.gv-table-view-content tbody tr th a:hover {
  text-decoration: none;
  color: #C7342B;
  border-color: #C7342B;
}

@media (max-width: 767px) {
  table.gv-table-view {
    border-radius: 0px;
  }
  table.gv-table-view tbody {
    border-top: none;
  }
  table.gv-table-view tbody tr {
    border: none !important;
    border-bottom: 2px solid white !important;
  }
  table.gv-table-view tbody tr td {
    width: 100%;
    border: none !important;
  }
}
/* Footer
==============================*/
#footer .footer-newsletter {
  background-color: rgba(195, 223, 226, 0.5);
  text-align: center;
  padding: 90px 0;
}
#footer .footer-newsletter .gform_wrapper {
  max-width: 335px;
  margin: 0 auto;
}
#footer .footer-newsletter .gform_wrapper .validation_error {
  display: none;
}
#footer .footer-newsletter .gform_wrapper .gfield {
  display: block;
  padding: 0;
}
#footer .footer-newsletter .gform_wrapper .gfield label {
  display: none;
}
#footer .footer-newsletter .gform_wrapper .gfield input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 10px 16px;
}
#footer .footer-newsletter .gform_wrapper .gform_footer {
  text-align: center;
}
#footer .footer-newsletter .gform_wrapper .gform_footer .button {
  text-align: center;
  border: none;
  font-weight: 500;
  background-color: #C7342B;
  display: inline-block;
  padding: 4px 20px;
  color: #fff;
  border-radius: 25px;
  cursor: pointer;
}
#footer .footer-newsletter .gform_wrapper .gform_footer .button:hover {
  text-decoration: none;
  background-color: #E37649;
  color: #fff;
}
#footer .footer-content {
  background-color: #123A3F;
  color: #fff;
  padding: 90px 0;
}
#footer .footer-content .footer-logo {
  display: block;
}
#footer .footer-content h6 {
  color: #E37649;
  font-weight: 600;
  margin-top: 40px;
}
#footer .footer-content .map-link {
  display: block;
  color: #A4CCD4;
}
#footer .footer-content .footer-contact {
  text-align: center;
  margin-top: 40px;
}
#footer .footer-content .footer-contact .footer-phone {
  color: #fff;
  font-weight: 600;
  display: block;
}
#footer .footer-content .footer-contact .footer-phone i {
  margin-right: 3px;
}
#footer .footer-content .footer-contact .red-btn {
  margin-bottom: 25px;
}
#footer .footer-content .footer-menu ul {
  margin: 0;
  padding: 0;
}
#footer .footer-content .footer-menu ul li {
  display: block;
  margin-bottom: 5px;
}
#footer .footer-content .footer-menu ul li a {
  color: #fff;
  position: relative;
  display: block;
  text-decoration: none;
}
#footer .footer-content .footer-menu ul li a i {
  display: none;
}
#footer .footer-content .footer-menu ul li a:hover {
  color: #E37649;
}
#footer .footer-terms {
  background-color: #123A3F;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 7.5px 0;
}
#footer .footer-terms p {
  margin: 0;
  display: inline-block;
}
#footer .footer-terms a {
  color: rgba(255, 255, 255, 0.75);
  margin-left: 15px;
  display: inline-block;
}
#footer .footer-terms a.site-by {
  float: right;
}

@media (min-width: 768px) and (max-width: 991px) {
  #footer .footer-content .footer-contact {
    text-align: left;
  }
}
@media (max-width: 767px) {
  #footer .footer-content .footer-logo {
    text-align: center;
  }
  #footer .footer-content .footer-contact .red-btn {
    width: 100%;
  }
  #footer .footer-menus {
    text-align: center;
  }
  #footer .footer-terms {
    text-align: center;
  }
  #footer .footer-terms p {
    display: block;
  }
  #footer .footer-terms a {
    margin: 10px 0 0;
    display: block;
  }
  #footer .footer-terms a.site-by {
    float: none;
  }
}/*# sourceMappingURL=style.css.map */


