/*Custom Template built by Webtech Creative Agency +64 6 354 8336 - Palmerston North - NZ: © 2021.*/
/* RESET */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, caption, tfoot,article, aside, canvas, details, figcaption, figure, footer, header, hgroup,menu, nav, section, summary, time, mark, audio, video {  margin: 0;  padding: 0;  border: 0;  outline: 0;  font-size: 100%;  vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {  display: block; }
nav ul {  list-style: none; }
blockquote, q {  quotes: none; }
blockquote:before, blockquote:after,q:before, q:after {  content: '';  content: none; }
a {  margin: 0;  padding: 0;  font-size: 100%;  vertical-align: baseline;  text-decoration: none;  color: inherit; }
a:hover {  text-decoration: none; }
ins {  background-color: #008c98;  color: #000;  text-decoration: none; }
mark {  background-color: #008c98;  color: #000;  font-style: italic;  font-weight: bold; }
del {  text-decoration: line-through; }
abbr[title], dfn[title] {  border-bottom: 1px dotted;  cursor: help; }
hr {  display: block;  height: 1px;  border: 0;  border-top: 1px solid #ccc;  margin: 0;  padding: 0; }
input, select {  vertical-align: middle; }
input, select, textarea {  outline: none}
body {  font: 12px/1.231 sans-serif;  *font-size: small; }
select, input, textarea, button {  font: 99% sans-serif; }
pre, code, kbd, samp {  font-family: monospace, sans-serif; }
body, select, input, textarea {  color: #444; }
h1,h2,h3,h4,h5,h6 {  font-weight: normal; }
html {  overflow-y: scroll; }
ul, ol {  margin-left: 0; }
ol {  list-style-type: decimal; }
li {  list-style: none; }
nav ul, nav li {  margin: 0; }
small {  font-size: 85%; }
strong, th {  font-weight: bold; }
td, td img {  vertical-align: top; }
sub {  vertical-align: sub;  font-size: smaller; }
sup {  vertical-align: super;  font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea {  overflow: auto; }
.ie6 legend, .ie7 legend {  margin-left: -7px; }
input[type="radio"] {  vertical-align: text-bottom; }
input[type="checkbox"] {  vertical-align: bottom; }
.ie7 input[type="checkbox"] {  vertical-align: baseline; }
.ie6 input {  vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button {  cursor: pointer; }
button, input, select, textarea {  margin: 0; }
:: -moz-selection {  background: #343436;  color: #fff;  text-shadow: 1px 1px 1px #000; }
:: selection {  background: #343436;  color: #fff;  text-shadow: 1px 1px 1px #000; }
button {  width: auto;  overflow: visible; }
.ie7 img {  -ms-interpolation-mode: bicubic; }
.ir {  display: block;  text-indent: -999em;  overflow: hidden;  background-repeat: no-repeat;  text-align: left;  direction: ltr; }
.hidden {  display: none;  visibility: hidden; }
.visuallyhidden {  position: absolute !important;  clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible {  visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020";  display: block;  height: 0;  visibility: hidden; }
.clearfix:after {  clear: both; }
.clearfix {  zoom: 1; }
/* ======================================================================== Component: Grid ========================================================================== */
/* * 1. Makes grid more robust so that it can be used with other block elements like lists */
.col {  display: -ms-flexbox;  display: -webkit-flex;  display: flex;  -ms-flex-wrap: wrap;  -webkit-flex-wrap: wrap;  flex-wrap: wrap;  /* 1 */
 margin: 0;  padding: 0;  list-style: none; }
/* * DEPRECATED * Micro clearfix * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit */
.col:before, .col:after {  content: "";  display: block;  overflow: hidden; }
.col:after {  clear: both; }
/* * Grid cell * 1. Space is allocated solely based on content dimensions * 2. Makes grid more robust so that it can be used with other block elements * 3. DEPRECATED Using `float` to support IE9 */
.col > * {  /* 1 */
 -ms-flex: none;  -webkit-flex: none;  flex: none;  /* 2 */
 margin: 0;  /* 3 */
 float: left; }
/* * Remove margin from the last-child */
.col > * >: last-child {  margin-bottom: 0; }
/* Grid gutter ========================================================================== */
/* * Default gutter */
/* Horizontal */
.col {  margin-left: -25px; }
.col > * {  padding-left: 25px; }
[class*='col'] {  box-sizing: border-box; }
/* * Widths */
/* Whole */
.col-1-1 {  width: 100%; }
/* Halves */
.col-1-2, .col-2-4, .col-3-6, .col-5-10 {  width: 50%; }
/* Thirds */
.col-1-3, .col-2-6 {  width: 33.333%; }
.col-2-3, .col-4-6 {  width: 66.666%; }
/* Quarters */
.col-1-4 {  width: 25%; }
.col-3-4 {  width: 75%; }
/* Fifths */
.col-1-5, .col-2-10 {  width: 20%; }
.col-2-5, .col-4-10 {  width: 40%; }
.col-3-5, .col-6-10 {  width: 60%; }
.col-4-5, .col-8-10 {  width: 80%; }
/* Sixths */
.col-1-6 {  width: 16.666%; }
.col-5-6 {  width: 83.333%; }
/* Tenths */
.col-1-10 {  width: 10%; }
.col-3-10 {  width: 30%; }
.col-7-10 {  width: 70%; }
.col-9-10 {  width: 90%; }
h3 {
    font-family: 'Manrope';
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 30px;
}
h3.mod-title, h3 {
    position: relative;
}
h3.mod-title:before, .bottom-a h3:before {
    height: 2px;
    display: block;
    background: #367c2c;
    width: 95px;
    content: "";
    position: absolute;
    left: -125px;
    top: 24px;
}
h2 {
    font-size: 40px;
    font-family: 'Manrope';
    font-weight: 300;
}
.page-header h2 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 30px;
}
h4::after {
    content: "";
    display: block;
    width: 95px;
    height: 2px;
    background: #367c2c;
    margin-top: 50px;
}
h4 {
    font-size: 24px;
    color: #367c2c;
    font-family: Manrope;
    line-height: 2;
}
body{
	font-family: Manrope;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0.2px;
	color: #20262A;
}
a{
    transition: .4s ease;
}

.header {
  background: #045300;
}

.header .uk-navbar-nav li a {
  color: #afce69;
}



.container3 {
    max-width: 1250px;
    margin: 0 auto;
}
.container2 {
	max-width: 1230px;
	margin: 0 auto;
}
.container {
    max-width: 883px;
    margin: 0 auto;
}
.uk-navbar-nav.nav.menu {
	margin-left: auto;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
	background: none;
}
.uk-navbar-nav > li > a {
	color: #20262A;
	font-family: Manrope;
	text-transform: none;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: .2px;
}
.uk-navbar-nav.nav.menu {
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
div.logo {
	position: absolute;
	z-index: 100;
}
[class*='uk-navbar-dropdown-bottom'] {
    margin-top: 30px;
}
.uk-navbar-dropdown {
    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    width: 200px;
    padding: 25px;
    background: #045300;
    color: #666;
    box-shadow: 0 5px 12px rgb(0 0 0 / 15%);
}
.uk-navbar-dropdown-nav > li > a {
    color: #fff;
    font-size: 16px;
}
.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li > a.uk-open {
    color: #367c2c;
    outline: none;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: none;
}

.logo {

}

.logo p {
	margin: 0;
}

.logo img {
  height:130px;
  width:auto;
  padding:10px;
}

.wbg-img {
    height: 100%;
    background-size: cover;
    background-position: center;
}
div#rsfp_thankyou_popup_inner h1 {
    font-family: Manrope;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.banner {
    margin-right: 0px;
}
.slideshow-navs {
    position: absolute;
    right: 0;
    height: 56px;
    background: #fff;
    bottom: 0;
    display: flex;
    align-items: center;
}
.background-imge {
	height: 400px;
	background-size: cover;
	background-position: ;
}
.banner .moduletable, .inner-banner .moduletable {
    position: relative;
}

.uk-dotnav > * > * {
    display: block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: transparent;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: none;
    transition: 0.2s ease-in-out;
    transition-property: background-color, border-color;
    background: #E3E3E3;
}
.uk-dotnav > .uk-active > * {
    background-color: #20262A;
    border-color: transparent;
}
.btn {
    background: #20262A;
    color: #fff;
    padding: 10px 35px;
    display: inline-block;
    margin-top: 30px;
    border-radius: 0;
    border: none;
}
.btn:hover {
	background: #367c2c;
	color: #fff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #367c2c;
    border: none;
}
.icons {
    display: none;
}
.main .container {
    max-width: 1000px;
}
.main .main_ {
	max-width: 625px;
	background: #ffff;
	padding: 60px;
	margin-top: -100px;
	z-index: 100;
	position: relative;
}
.breadcrumb .divider {
	margin: 0 10px;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li:first-child {
	display: none;
}
.breadcrumb li, .breadcrumb li a {
	font-size: 13px;
	color: #999;
}
.breadcrumb {
	margin-bottom: 20px;
}
form h2 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 40px;
	/* margin-top: 40px; */
}
.contact .main .main_ {
	max-width: 600px;
}
.home .main_ {
    display: none;
}
.top-a .uk-width-1-2:nth-child(2) {
    margin-top: 74px;
}
.top-a {
    margin: 120px 0;
}
.top-a h3.mod-title:before {
    content: none;
}
.top-b {
    background: #F6F8FB;
    padding: 120px 0;
}

.top-b h2::before {
    display: block;
    content: "";
    width: 44px;
    height: 44px;
    border-top: 4px solid #367c2c;
    border-left: 4px solid #367c2c;
    position: absolute;
    left: -45px;
    top: -40px;
}

.top-b h2 {
  position: relative;
}

.top-b h2 strong {
    color: #367c2c;
    font-weight: 500;
}
.top-c {
    padding-top: 140px;
    padding-bottom: 40px;
}
.top-d p {
    margin-bottom: 40px;
}

.top-d ul {
  margin-bottom: 20px;
  margin-top:20px;
}


.top-d ul li::before {
    content: "\0203A";
    font-size: 42px;
    font-weight: bold;
    color: #367c2c;
    margin-top: -2px;
    float: left;
    margin-right: 40px;
}


.top-d1 .imagetop-img {
	background-position: center;
	background-size: cover;
}
.top-d1 h2 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
}
.careers .imagetop-img {
	height: 300px;
	background-size: cover;
}
.careers .item-content::after {
	content: none;
}
.top-e .uk-grid {
    margin-left: 145px;
}
.top-e p {
    margin-bottom: 40px;
}
.has-tope .main .item-page {
    max-width: 400px;
    padding-right: 40px;
}
.top-e .custom.uk-width-3-5.image {
    margin-top: -100px;
}
.imagebottom-img {
    height: 415px;
    background-size: cover;
    margin-top: 100px;
}

.item-content:after {
    content: "";
    width: 95px;
    height: 2px;
    background: #367c2c;
    margin-top: 60px;
    display: block;
    margin-bottom: 20px;
}
.imagetop-img {
    height: 415px;
    margin-bottom: 30px;
}
.bottom-a {
    background: #20262A;
    padding: 150px 0;
    margin: 190px 0;
}
.bottom-a h3 {
    color: #fff;
}
.bottom-a p {
    color: #fff;
}
.footer .container2 {
    position: relative;
}
.footer h3 {
    font-size: 14px;
    font-weight: 800;
}

.footer img {
  padding:20px;
}

.footer a:hover, div.bottom-a a:hover {
    color:#367c2c;
}

.footer li, .footer p {
    margin: 5px 0;
    font-size: 13px;
}
.footer {
    padding-bottom: 150px;
}
.oval span {
    height: 32px;
    width: 32px;
    display: block;
    background: #367c2c;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
    /* text-align: right; */
}
.oval {
    position: absolute;
    right: 112px;
    bottom: 0;
}
