@charset "UTF-8";
/*
	Theme Name: Whenua Iti Custom Theme
	Theme URI: http://www.avocadesign.co.nz
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Avoca Design
	Author URI: http://www.avocadesign.co.nz

	Version: 1.13

	Tags: black, white, one-column, two-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 1.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
.site-inner .wrap {
  max-width: 76.046em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important; }
  .site-inner .wrap:after {
    content: " ";
    display: block;
    clear: both; }

/*
 * Modular Scale Settings
 *
 * http://www.modularscale.com by Tim Brown
 * https://github.com/Team-Sass/modular-scale
 * version 2 syntax
 */
/*
	 * Sizing
	 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ## Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
  box-sizing: border-box; }

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
  content: " ";
  display: table; }

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
  clear: both;
  content: " ";
  display: table; }

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564102564102564%; }

.one-half,
.three-sixths,
.two-fourths {
  width: 48.717948717948715%; }

.one-third,
.two-sixths {
  width: 31.623931623931625%; }

.four-sixths,
.two-thirds {
  width: 65.81196581196582%; }

.one-fourth {
  width: 23.076923076923077%; }

.three-fourths {
  width: 74.35897435897436%; }

.one-sixth {
  width: 14.52991452991453%; }

.five-sixths {
  width: 82.90598290598291%; }

.first {
  clear: both;
  margin-left: 0; }

@media only screen and (max-width: 800px) {
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%; } }

/*
* 	Main Icon mixin
*
* 	Based on http://jaydenseric.com/blog/fun-with-sass-and-font-icons 
*
*	e.g. 
*	@include icon('phone', 'before', true, $large, $top:-3px, $margin:5px);
* 	@include icon('phone', 'before', true, $large, $top:-3px, $margin:5px) {
*		color: black;
* 	}
*/
@font-face {
  font-family: "entypo";
  src: url("fonts/entypo/entypo-plus.eot");
  src: url("fonts/entypo/entypo-plus.eot?#iefix") format("embedded-opentype"), url("fonts/entypo/entypo-plus.woff") format("woff"), url("fonts/entypo/entypo-plus.ttf") format("truetype"), url("fonts/entypo/entypo-plus.svg#entypo") format("svg");
  font-weight: normal;
  font-style: normal;
  speak: none; }

.toggle-plus-button:after, .whenuaiti-toggle-control .activity-title:after {
  content: "";
  position: relative;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  speak: none;
  text-transform: none;
  line-height: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-family: "entypo";
  font-size: 16px;
  font-size: 1.3em;
  margin-left: 5px;
  position: relative;
  top: 0;
  float: right; }

.toggle-plus-button-expanded:after, .whenuaiti-toggle-control.expanded .activity-title:after {
  content: "";
  position: relative;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  speak: none;
  text-transform: none;
  line-height: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-family: "entypo";
  font-size: 16px;
  font-size: 1.3em;
  margin-left: 5px;
  position: relative;
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

/*
 * Social Network Colours
 *
 * http://designpieces.com/2012/12/social-media-colours-hex-and-rgb/
 */
/*
 * Brand Colours
 */
/*
* Backgrounds
*/
.bg-light {
  background: #F5F5F5; }

.bg-medium {
  background: #c2c2c2; }

.bg-dark {
  background: #333333; }

/*
 * Buttons
 */
.button.primary {
  background: #333333;
  color: #fff; }

.button.secondary {
  background: #F5F5F5;
  color: #333333; }

.button.outline {
  border: 1px solid #333333;
  color: #333333; }

/* ## Typographical Elements
--------------------------------------------- */
body {
  background-color: #fff;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.625;
  margin: 0; }
  @media (max-width: 767px) {
    body {
      font-size: 0.95rem; } }

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

::-moz-selection {
  background-color: #333;
  color: #fff; }

::selection {
  background-color: #333;
  color: #fff; }

a {
  color: #94B24D;
  text-decoration: none; }

a:hover {
  color: #333; }

p {
  margin: 0 0 28px;
  padding: 0; }

ol,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

b,
strong {
  font-weight: 700; }

blockquote,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 40px; }

/* ## Headings
--------------------------------------------- */
.heading-style, h1,
h2,
h3,
h4,
h5,
h6, .fl-module-heading h1.fl-heading, .fl-module-heading h2.fl-heading, .fl-module-heading h3.fl-heading, .fl-module-heading h4.fl-heading, .fl-module-heading h5.fl-heading, .fl-module-heading h6.fl-heading {
  color: #5A85A4;
  font-family: 'Sanchez', serif;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 20px; }

h1 {
  font-size: 2.61803rem; }

h2 {
  font-size: 2.11801rem; }

h3 {
  font-size: 1.61803rem; }

h4 {
  font-size: 1.309rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 1rem; }

@media (max-width: 767px) {
  h1 {
    font-size: 2.11801rem; }
  h2 {
    font-size: 1.61803rem; }
  h3 {
    font-size: 1.309rem; }
  h4 {
    font-size: 1rem; }
  h5 {
    font-size: 0.95rem; }
  h6 {
    font-size: 0.95rem; } }

/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%; }

img {
  height: auto; }

.featured-content img,
.gallery img {
  width: auto; }

/* Responsive Menu
--------------------------------------------- */
.responsive-menu-icon {
  cursor: pointer;
  display: none;
  margin-bottom: -1px;
  text-align: center; }

.responsive-menu-icon::before {
  content: "\f333";
  display: inline-block;
  font: normal 20px/1 'dashicons';
  margin: 0 auto;
  /*padding: 10px;*/
  padding: 10px 5px 10px 10px; }

.nav-primary .responsive-menu-icon::before {
  color: #fff; }

.menu-text {
  color: #fff;
  line-height: 1;
  vertical-align: top;
  margin-top: 11px;
  display: inline-block; }

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1200px; }

.site-inner {
  clear: both;
  padding-top: 1.309rem;
  padding-bottom: 280px;
  background-image: url(images/footerscenetop.jpg);
  background-position: bottom;
  background-repeat: no-repeat; }

/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
  width: 82.97872%;
  float: left;
  margin-right: 2.12766%; }

.content-sidebar-sidebar .content-sidebar-wrap {
  margin-left: 0; }

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
  float: right;
  margin-right: 0; }

/* ### Content */
.content {
  width: 65.95745%;
  float: left;
  margin-right: 2.12766%; }

.sidebar-content .content,
.sidebar-sidebar-content .content {
  float: right;
  margin-right: 0; }

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
  margin-left: 0; }

.full-width-content .content {
  width: 100%; }

/* ### Primary Sidebar */
.sidebar-primary {
  width: 31.91489%;
  float: left;
  margin-right: 2.12766%;
  float: right;
  margin-right: 0; }

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
  margin-left: 0;
  float: left; }

/* ### Secondary Sidebar */
.sidebar-secondary {
  margin-left: 0;
  width: 14.89362%;
  float: left;
  margin-right: 2.12766%; }

.content-sidebar-sidebar .sidebar-secondary {
  float: right;
  margin-right: 0; }

@media (max-width: 1200px) {
  .site-inner,
  .wrap {
    max-width: 960px; } }

@media (max-width: 1023px) {
  .site-inner,
  .wrap {
    max-width: 800px; }
  .site-header .wrap {
    padding: 20px 5%; }
  .sidebar-secondary,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-sidebar-content .content-sidebar-wrap {
    width: 100%; }
  .header-image .title-area {
    background-position: center top; }
  .genesis-nav-menu li,
  .site-header ul.genesis-nav-menu,
  .site-header .search-form {
    float: none; }
  .genesis-nav-menu,
  .site-description,
  .site-header .title-area,
  .site-header .search-form,
  .site-title {
    text-align: center; }
  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    padding: 20px 16px; }
  .site-header .search-form {
    margin: 16px auto;
    /*width: 50%;*/
    width: 234px; }
  .genesis-nav-menu li.right,
  .genesis-nav-menu.responsive-menu .menu-item.right {
    display: none; } }

@media (max-width: 767px) {
  .site-inner,
  .wrap {
    padding-left: 5%;
    padding-right: 5%; }
  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area {
    width: 100%; }
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings,
  .sidebar .widget,
  .site-header {
    padding: 0; }
  .archive-pagination li a {
    margin-bottom: 4px; }
  .sidebar .widget.enews-widget {
    padding: 40px; }
  .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
  .genesis-nav-menu.responsive-menu {
    display: none; }
  .genesis-nav-menu.responsive-menu .menu-item,
  .responsive-menu-icon {
    display: block; }
  .genesis-nav-menu.responsive-menu .menu-item {
    margin: 0; }
  .genesis-nav-menu.responsive-menu .menu-item:hover {
    position: static; }
  .genesis-nav-menu.responsive-menu .current-menu-item > a,
  .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
  .genesis-nav-menu.responsive-menu a,
  .genesis-nav-menu.responsive-menu a:hover {
    background: none;
    line-height: 1;
    padding: 12px 20px; }
  .nav-primary .genesis-nav-menu.responsive-menu .current-menu-item > a,
  .nav-primary .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
  .nav-primary .genesis-nav-menu.responsive-menu a,
  .nav-primary .genesis-nav-menu.responsive-menu a:hover {
    color: #fff; }
  .genesis-nav-menu.responsive-menu .menu-item-has-children {
    cursor: pointer; }
  .genesis-nav-menu.responsive-menu .menu-item-has-children > a {
    margin-right: 60px; }
  .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    content: "\f347";
    float: right;
    font: normal 16px/1 'dashicons';
    height: 16px;
    padding: 11px 10px;
    right: 0;
    text-align: right;
    z-index: 9999; }
  .nav-primary .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
    color: #fff; }
  .genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
    content: "\f343"; }
  .genesis-nav-menu.responsive-menu .sub-menu {
    border: none;
    left: auto;
    opacity: 1;
    padding-left: 25px;
    position: relative;
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 100%;
    z-index: 99; }
  .genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
    margin: 0; }
  .genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
  .genesis-nav-menu.responsive-menu .sub-menu li a,
  .genesis-nav-menu.responsive-menu .sub-menu li a:hover {
    background: none;
    border: none;
    padding: 12px 20px;
    position: relative;
    width: 100%; } }

@media only screen and (max-width: 568px) {
  .comment-respond input[type="email"],
  .comment-respond input[type="text"],
  .comment-respond input[type="url"] {
    width: 100%; } }

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-weight: 300;
  padding: 16px;
  width: 100%; }

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

::-moz-placeholder {
  color: #333;
  font-weight: 300;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #333;
  font-weight: 300; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #333;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  padding: 16px 24px;
  text-transform: uppercase;
  width: auto; }

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
  background-color: #e5554e;
  color: #fff; }

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
  background-color: #e5554e;
  color: #fff; }

.entry-content .button:hover {
  color: #fff; }

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
  background-color: #fff;
  color: #333; }

.button {
  display: inline-block; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none; }

/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%; }

tbody {
  border-bottom: 1px solid #ddd; }

td,
th {
  text-align: left; }

td {
  border-top: 1px solid #ddd;
  padding: 6px 0; }

th {
  font-weight: 400; }

/* ## Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-3 .gallery-item {
  width: 33%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery-columns-5 .gallery-item {
  width: 20%; }

.gallery-columns-6 .gallery-item {
  width: 16.6666%; }

.gallery-columns-7 .gallery-item {
  width: 14.2857%; }

.gallery-columns-8 .gallery-item {
  width: 12.5%; }

.gallery-columns-9 .gallery-item {
  width: 11.1111%; }

.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px; }

.gallery img:hover {
  border: 1px solid #999; }

/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
  float: left; }

.alignleft .avatar,
.author-box .avatar {
  margin-right: 24px; }

.alignright .avatar {
  margin-left: 24px; }

.comment .avatar {
  margin: 0 16px 24px 0; }

/* ## Genesis
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 0.80901rem;
  margin-left: 1.61803rem;
  font-size: 0.8rem; }

.single-whenauiti_courses .breadcrumb {
  margin-left: 0; }

.archive-description,
.author-box {
  background-color: #fff;
  font-size: 16px;
  margin-bottom: 40px;
  padding: 40px; }

.author-box-title {
  font-size: 16px;
  margin-bottom: 4px; }

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0; }

/* ## Search Form
--------------------------------------------- */
.search-form {
  overflow: hidden; }

.site-header .search-form {
  float: right;
  margin-top: 12px; }

.entry-content .search-form {
  width: 50%; }

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

/* To clear search input field's text when the search field gets focus */
input[type="search"]:focus::-webkit-input-placeholder {
  color: transparent; }

input[type="search"]:focus:-moz-placeholder {
  color: transparent; }

/* Firefox 18- */
input[type="search"]:focus::-moz-placeholder {
  color: transparent; }

/* Firefox 19+ */
input[type="search"]:focus:-ms-input-placeholder {
  color: transparent; }

/* oldIE ;) */
/* ## Titles
--------------------------------------------- */
.archive-title {
  font-size: 20px; }

.entry-title {
  font-size: 36px; }

.page .entry-title {
  margin-bottom: 24px; }

.entry-title a,
.sidebar .widget-title a {
  color: #333; }

.entry-title a:hover {
  color: #e5554e; }

.widget-title {
  font-size: 18px;
  margin-bottom: 20px; }

.footer-widgets .widget-title {
  color: #fff; }

/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto; }

a.alignnone {
  display: inline-block; }

.alignleft {
  float: left;
  text-align: left; }

.alignright {
  float: right;
  text-align: right; }

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%; }

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 24px; }

img.alignnone,
.alignnone {
  margin-bottom: 12px; }

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
  margin: 0 24px 24px 0; }

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 24px; }

.wp-caption-text {
  font-size: 14px;
  font-weight: 700;
  text-align: center; }

.entry-content p.wp-caption-text {
  margin-bottom: 0; }

/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word; }

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px; }

.widget li li {
  border: none;
  margin: 0 0 0 30px;
  padding: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
  padding: 0 0 24px; }

.footer-widgets .entry {
  border-bottom: 1px dotted #666; }

.featured-content .entry-title {
  font-size: 20px; }

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.enews-widget,
.enews-widget .widget-title {
  color: #fff; }

.sidebar .widget.enews-widget {
  background-color: #333; }

.enews-widget input,
.enews-widget input:focus {
  border: 1px solid #333; }

.enews-widget input {
  font-size: 16px;
  margin-bottom: 16px; }

.enews-widget input[type="submit"] {
  background-color: #e5554e;
  color: #fff;
  margin: 0;
  width: 100%; }

.enews-widget input:hover[type="submit"] {
  background-color: #fff;
  color: #333; }

.enews form + p {
  margin-top: 24px; }

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .gform_wrapper {
    display: block !important; } }

#div {
  height: 300px\9; }
  #div .gform_wrapper {
    display: block !important; }

/* To avoid noticeable vertical movement for hover state of Soliloquy's Control Nav (typically circles) and bxSlider's left and right arrows */
.soliloquy-container .soliloquy-control-nav li a,
.soliloquy-theme-classic .soliloquy-pager-link,
.bx-wrapper .bx-controls-direction a {
  -webkit-transition: none;
  transition: none; }

/* To remove bottom border for Soliloquy controls */
.entry-content .soliloquy-controls-direction a, .entry-content a.soliloquy-pager-link {
  border-bottom: none; }

/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #B1E3FB;
  background-image: url(images/header-tile.jpg);
  background-repeat: repeat-x;
  background-position: center bottom;
  min-height: 80px; }
  .site-header .wrap {
    padding: 20px 0 40px; }

/* ## Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 10px 0 10px 1.61803rem;
  width: 360px; }

.header-full-width .title-area {
  width: 100%; }

.site-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2; }

.site-title a,
.site-title a:hover {
  color: #333; }

.site-title a img {
  vertical-align: top; }

.header-image .site-title > a {
  background: url(images/logo.png) no-repeat left;
  float: left;
  min-height: 80px;
  width: 100%; }
  @media (max-width: 767px) {
    .header-image .site-title > a {
      margin-top: 3.42701rem;
      margin-bottom: 0.80901rem; } }

.site-description {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5; }

.site-description,
.site-title {
  margin-bottom: 0; }

.header-image .site-description,
.header-image .site-title {
  display: block;
  text-indent: -9999px; }

/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  /*width: 800px;*/ }
  @media (max-width: 767px) {
    .site-header .widget-area {
      background: #68c9f7;
      *zoom: 1;
      position: absolute;
      top: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-bottom: 10px; }
      .site-header .widget-area:before, .site-header .widget-area:after {
        content: " ";
        /* 1 */
        display: table;
        /* 2 */ }
      .site-header .widget-area:after {
        clear: both; } }
  .site-header .widget-area .widget {
    *zoom: 1; }
    .site-header .widget-area .widget:before, .site-header .widget-area .widget:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .site-header .widget-area .widget:after {
      clear: both; }
    .site-header .widget-area .widget .phone-number {
      background: #68c9f7;
      border-radius: 5px;
      padding: 5px 15px;
      color: #fff; }
      .site-header .widget-area .widget .phone-number a {
        color: #fff; }
    .site-header .widget-area .widget input[type="search"] {
      padding: 5px 10px;
      background: rgba(255, 255, 255, 0.6);
      border: 1px solid #bbe0f0;
      border-radius: 4px; }
    @media (min-width: 768px) {
      .site-header .widget-area .widget {
        float: left; }
        .site-header .widget-area .widget .search-form {
          margin-top: 2px; }
        .site-header .widget-area .widget .phone-number {
          margin-left: 15px; } }
    @media (max-width: 767px) {
      .site-header .widget-area .widget {
        *zoom: 1; }
        .site-header .widget-area .widget:before, .site-header .widget-area .widget:after {
          content: " ";
          /* 1 */
          display: table;
          /* 2 */ }
        .site-header .widget-area .widget:after {
          clear: both; }
        .site-header .widget-area .widget .search-form {
          padding-left: 3px;
          padding-top: 5px;
          margin-top: 0;
          margin-bottom: 0;
          border-radius: 0; }
        .site-header .widget-area .widget .phone-number {
          white-space: nowrap;
          margin-top: 5px; } }

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
  padding-left: 0.80902rem; }
  @media (min-width: 768px) {
    .genesis-nav-menu {
      margin-top: -15px; } }

.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
  font-family: 'Sanchez', serif;
  margin-right: -5px; }
  @media (min-width: 768px) {
    .genesis-nav-menu .menu-item.current-menu-item {
      background: #94B24D;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
      .genesis-nav-menu .menu-item.current-menu-item:hover {
        background: #94B24D; }
    .genesis-nav-menu .menu-item:hover {
      background: #C2D194;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; } }

.genesis-nav-menu a {
  color: #fff;
  display: block;
  padding: 20px 0.80902rem;
  font-size: 0.9rem; }
  .genesis-nav-menu a .icon-home:before {
    content: "";
    position: relative;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    speak: none;
    text-transform: none;
    line-height: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: "entypo";
    font-size: 16px;
    font-size: 1.3em;
    margin-right: 0px;
    position: relative;
    top: 0px;
    margin-bottom: -5px; }

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #e5554e; }

.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  width: 200px;
  z-index: 99; }

.genesis-nav-menu .sub-menu a {
  background-color: #94B24D;
  border-top: none;
  font-size: 14px;
  padding: 15px 20px;
  position: relative;
  width: 200px;
  color: #fff; }

.genesis-nav-menu .sub-menu .sub-menu {
  margin: -55px 0 0 199px; }

.genesis-nav-menu .menu-item:hover {
  position: static; }

.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1; }

.genesis-nav-menu > .first > a {
  padding-left: 0; }

.genesis-nav-menu > .last > a {
  padding-right: 0; }

.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0; }

.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0; }

.genesis-nav-menu > .rss > a {
  margin-left: 48px; }

.genesis-nav-menu > .search {
  padding: 10px 0 0; }

/* ## Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
  border-top: 1px solid #eee; }

.site-header .sub-menu .sub-menu {
  margin-top: -56px; }

.site-header .genesis-nav-menu li li {
  margin-left: 0; }

/* ## Primary Navigation
--------------------------------------------- */
.nav-primary {
  background-color: #5E6601;
  border-bottom: 8px solid #94B24D; }

.nav-primary .genesis-nav-menu a {
  color: #fff; }

.nav-primary .genesis-nav-menu .sub-menu a {
  color: #fff; }

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #F5F5F5; }

/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: #fff; }

.footer-widgets .wrap,
.site-inner .wrap {
  padding-left: 1.61803rem;
  padding-right: 1.61803rem; }

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #C0D294;
  clear: both;
  padding-top: 40px;
  color: #fff; }
  .footer-widgets a {
    color: #2ca1dd; }
  .footer-widgets a.button {
    color: #fff; }
  .footer-widgets input {
    border: 1px solid #333333; }
  .footer-widgets li {
    margin-bottom: 10px;
    padding-bottom: 10px; }

.footer-widgets .widget {
  margin-bottom: 40px; }

.footer-widgets p:last-child {
  margin-bottom: 0; }

.footer-widgets .gform_wrapper .top_label input.medium,
.footer-widgets .gform_wrapper .top_label select.medium {
  width: 100%; }

.footer-widgets .gform_wrapper input[type=email],
.footer-widgets .gform_wrapper input[type=number],
.footer-widgets .gform_wrapper input[type=password],
.footer-widgets .gform_wrapper input[type=tel],
.footer-widgets .gform_wrapper input[type=text],
.footer-widgets .gform_wrapper input[type=url] {
  background: #d5e1b8;
  border: #adc474 1px solid;
  border-radius: 5px;
  padding-left: 5px; }

.footer-widgets .gform_wrapper input[type="button"],
.footer-widgets .gform_wrapper input[type="reset"],
.footer-widgets .gform_wrapper [type="submit"] {
  background: #50c0f6;
  border-radius: 5px;
  padding: 5px 15px;
  color: #fff;
  border: none; }
  .footer-widgets .gform_wrapper input[type="button"]:hover,
  .footer-widgets .gform_wrapper input[type="reset"]:hover,
  .footer-widgets .gform_wrapper [type="submit"]:hover {
    background: #38b7f5;
    color: #fff; }

.footer-widgets .gform_wrapper .gform_footer {
  padding-top: 0;
  margin-top: 5px; }

@media (min-width: 768px) {
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .footer-widgets-4 {
    width: 23.40426%;
    float: left;
    margin-right: 2.12766%; }
  .footer-widgets-4 {
    float: right;
    margin-right: 0; } }

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #959595;
  background-image: url(images/footer-tile.jpeg);
  background-repeat: repeat-x;
  font-size: 16px;
  line-height: 1;
  padding: 70px 0 110px;
  text-align: center;
  color: #fff; }
  .site-footer p {
    margin-bottom: 0; }

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  margin-bottom: 3.42701rem;
  padding: 1.309rem 1.61803rem; }
  .entry .entry-header,
  .entry .entry-footer {
    padding: 0; }

.content .entry {
  background-color: #fff; }

.entry-content ol,
.entry-content ul,
.course-description ol,
.course-description ul,
.more-details-top ol,
.more-details-top ul,
.more-details-bottom ol,
.more-details-bottom ul,
.programme-description ol,
.programme-description ul {
  margin-bottom: 28px;
  margin-left: 40px; }

.entry-content ul > li,
.course-description ul > li,
.more-details-top ul > li,
.more-details-bottom ul > li,
.programme-description ul > li {
  list-style-type: disc; }

.entry-content ol > li,
.course-description ol > li,
.more-details-top ol > li,
.more-details-bottom ol > li,
.programme-description ol > li {
  list-style-type: decimal; }

.entry-content ol ol,
.entry-content ul ul,
.course-description ol ol,
.course-description ul ul,
.more-details-top ol ol,
.more-details-top ul ul,
.more-details-bottom ol ol,
.more-details-bottom ul ul,
.programme-description ol ol,
.programme-description ul ul {
  margin-bottom: 0; }

.entry-content code {
  background-color: #333;
  color: #ddd; }

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  margin-bottom: 0; }

.entry-header .entry-meta {
  margin-bottom: 24px; }

.entry-footer .entry-meta {
  border-top: 2px solid #f5f5f5;
  padding-top: 24px; }

.entry-categories,
.entry-tags {
  display: block; }

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px; }

/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0; }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }

.archive-pagination li a {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  padding: 8px 12px; }

.archive-pagination li a:hover,
.archive-pagination .active a {
  background-color: #e5554e; }

/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px; }

.comment-respond,
.entry-pings {
  padding: 40px 40px 16px; }

.entry-comments {
  padding: 40px; }

.comment-header {
  font-size: 16px; }

li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: none; }

.comment-content {
  clear: both; }

.comment-list li {
  margin-top: 24px;
  padding: 32px; }

.comment-list li li {
  margin-right: -32px; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 50%; }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.entry-comments .comment-author {
  margin-bottom: 0; }

.entry-pings .reply {
  display: none; }

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  padding: 24px; }

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px; }

.sidebar li {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px; }

.sidebar p:last-child,
.sidebar ul > li:last-child {
  margin-bottom: 0; }

.sidebar .widget {
  background-color: #F5F5F5;
  margin-bottom: 2.11801rem;
  padding: 1.61803rem; }

/*
 * Page Builder
 * (Beaver builder) - default styling
 */
.fl-builder .entry {
  padding: 0; }
  .fl-builder .entry .entry-header,
  .fl-builder .entry .entry-footer {
    padding: 0 1.61803rem 0; }

.fl-builder.content-sidebar .entry-header {
  padding-top: 1.61803rem; }

@media (max-width: 1023px) {
  .fl-builder .site-inner {
    padding: 0; } }

@media (max-width: 767px) {
  .fl-builder .site-inner {
    padding: 0; } }

.fl-builder .breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.5rem 1.61803rem;
  margin-bottom: -1.61803rem; }
  @media (max-width: 1023px) {
    .fl-builder .breadcrumb {
      max-width: 1024px; } }
  @media (max-width: 767px) {
    .fl-builder .breadcrumb {
      max-width: 100%; } }

.fl-row-content {
  padding: 1.61803rem; }

.fl-col-content {
  margin: 0 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem; }

.fl-col-group {
  margin-left: -1rem;
  margin-right: -1rem; }
  @media (max-width: 767px) {
    .fl-col-group {
      margin-left: 0;
      margin-right: 0; } }

@media (max-width: 767px) {
  .fl-col-small {
    max-width: 100% !important; } }

.content-sidebar .fl-row-content,
.content-sidebar .fl-col-content,
.sidebar-content .fl-row-content,
.sidebar-content .fl-col-content,
.content-sidebar-sidebar .fl-row-content,
.content-sidebar-sidebar .fl-col-content,
.sidebar-content-sidebar .fl-row-content,
.sidebar-content-sidebar .fl-col-content,
.sidebar-sidebar-content .fl-row-content,
.sidebar-sidebar-content .fl-col-content {
  padding-top: 0;
  padding-bottom: 0; }

.content-sidebar .fl-row.padding .fl-row-content,
.sidebar-content .fl-row.padding .fl-row-content,
.content-sidebar-sidebar .fl-row.padding .fl-row-content,
.sidebar-content-sidebar .fl-row.padding .fl-row-content,
.sidebar-sidebar-content .fl-row.padding .fl-row-content {
  padding: 1.61803rem; }

.fl-col.padding .fl-col-content {
  padding: 1rem; }

.edge-to-edge .fl-row-content,
.edge-to-edge .fl-col-content {
  padding: 0; }

.page-template-page_builder .site-inner,
.page-template-page_landing .site-inner {
  max-width: 100%;
  padding-top: 0; }
  .page-template-page_builder .site-inner .wrap,
  .page-template-page_landing .site-inner .wrap {
    width: 100%;
    max-width: 100%; }
  .page-template-page_builder .site-inner .entry,
  .page-template-page_landing .site-inner .entry {
    margin-bottom: 0; }

.entry-content .fl-menu li {
  list-style-type: none; }

.entry-content .fl-menu .menu li {
  font-size: 1rem; }

.entry-content .fl-menu li {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px; }

/**
 * Icon Fonts
 */
.phone-number {
  margin-bottom: 0.80901rem; }
  .phone-number:before {
    content: "";
    position: relative;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    speak: none;
    text-transform: none;
    line-height: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: "entypo";
    font-size: 16px;
    font-size: 1.3em;
    margin-right: 6px;
    position: relative;
    top: 1px;
    margin-left: 2px; }

.freephone-number {
  margin-bottom: 0.80901rem; }
  .freephone-number:before {
    content: "";
    position: relative;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    speak: none;
    text-transform: none;
    line-height: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: "entypo";
    font-size: 16px;
    font-size: 1.3em;
    margin-right: 6px;
    position: relative;
    top: 1px;
    margin-left: 2px; }

.email {
  margin-bottom: 0.80901rem; }
  .email:before {
    content: "";
    position: relative;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    speak: none;
    text-transform: none;
    line-height: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: "entypo";
    font-size: 16px;
    font-size: 1.3em;
    margin-right: 6px;
    position: relative;
    top: 1px;
    margin-left: 2px; }

.mobile-number {
  margin-bottom: 0.80901rem; }
  .mobile-number:before {
    content: "";
    position: relative;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    speak: none;
    text-transform: none;
    line-height: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: "entypo";
    font-size: 16px;
    font-size: 1.3em;
    margin-right: 10px;
    position: relative;
    top: 1px;
    margin-left: 3px; }

.address-full {
  margin-bottom: 0.80901rem; }
  .address-full:before {
    content: "";
    position: relative;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    speak: none;
    text-transform: none;
    line-height: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: "entypo";
    font-size: 16px;
    font-size: 1.3em;
    margin-right: 5px;
    position: relative;
    top: 0;
    float: left;
    display: block; }
  .address-full .street-address-wrap,
  .address-full .city-postcode {
    padding-left: 25px; }

.social-network-link {
  margin-bottom: 0.80901rem;
  display: block; }
  .social-network-link.facebook:before {
    content: "";
    position: relative;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    speak: none;
    text-transform: none;
    line-height: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: "entypo";
    font-size: 16px;
    font-size: 1.3em;
    margin-right: 7px;
    position: relative;
    top: 1px;
    color: #3b5998; }
  .social-network-link.youtube:before {
    content: "";
    position: relative;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    speak: none;
    text-transform: none;
    line-height: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-family: "entypo";
    font-size: 16px;
    font-size: 1.3em;
    margin-right: 7px;
    position: relative;
    top: 1px;
    color: #bb0000; }

.contact-us-page-content {
  margin-top: 1rem; }

.single-whenauiti_courses .content {
  margin: 0 1.61803rem; }

.detail-row {
  background: #F5F5F5;
  clear: both;
  display: block;
  width: 100%;
  *zoom: 1; }
  .detail-row:before, .detail-row:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .detail-row:after {
    clear: both; }
  .detail-row .detail-label,
  .detail-row .detail-content, .detail-row.contact {
    padding: 1rem 1.309rem; }
  .detail-row.contact {
    width: 100%;
    text-align: center;
    background: #5A85A4;
    color: #fff; }
    .detail-row.contact h2, .detail-row.contact h3, .detail-row.contact h4 {
      color: #fff;
      margin-bottom: -15px; }
    .detail-row.contact button,
    .detail-row.contact input[type="button"],
    .detail-row.contact input[type="reset"],
    .detail-row.contact input[type="submit"],
    .detail-row.contact .button {
      background: #7b9db6;
      border-radius: 5px;
      margin-top: 1rem;
      margin-bottom: 1.309rem; }
    .detail-row.contact button:hover,
    .detail-row.contact input:hover[type="button"],
    .detail-row.contact input:hover[type="reset"],
    .detail-row.contact input:hover[type="submit"],
    .detail-row.contact .button:hover {
      background: #6a91ad; }
    .detail-row.contact .course-contact-email {
      background: transparent;
      border: none;
      text-transform: none;
      color: #fff;
      margin-bottom: 10px;
      padding: 10px 24px; }
      .detail-row.contact .course-contact-email:before {
        content: "";
        position: relative;
        display: inline-block;
        width: auto;
        text-decoration: none;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
        speak: none;
        text-transform: none;
        line-height: normal;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-family: "entypo";
        font-size: 16px;
        font-size: 1.3em;
        margin-right: 6px;
        position: relative;
        top: 1px;
        margin-left: 2px; }
  .detail-row .detail-label {
    font-weight: bold;
    width: 160px;
    float: left;
    color: #5A85A4; }
  .detail-row .detail-content {
    padding-left: 160px;
    display: block;
    width: 100%;
    box-sizing: border-box; }
    .detail-row .detail-content p:last-of-type {
      margin-bottom: 0; }

.description-wrap,
.programme-portfolio,
.programme-wrap,
.programme-course-wrap,
.more-details,
.more-details-bottom,
.course-testimonial {
  *zoom: 1; }
  .description-wrap:before, .description-wrap:after,
  .programme-portfolio:before,
  .programme-portfolio:after,
  .programme-wrap:before,
  .programme-wrap:after,
  .programme-course-wrap:before,
  .programme-course-wrap:after,
  .more-details:before,
  .more-details:after,
  .more-details-bottom:before,
  .more-details-bottom:after,
  .course-testimonial:before,
  .course-testimonial:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .description-wrap:after,
  .programme-portfolio:after,
  .programme-wrap:after,
  .programme-course-wrap:after,
  .more-details:after,
  .more-details-bottom:after,
  .course-testimonial:after {
    clear: both; }

.bottom-border, .programme-wrap,
.description-wrap,
.more-details-bottom,
.more-details-top, .single-whenauiti_courses .pdf-download-button {
  padding-bottom: 1.309rem;
  border-bottom: 2px solid #fafafa;
  margin-bottom: 1.309rem; }

.single-whenauiti_courses .pdf-download-button {
  text-align: center;
  *zoom: 1; }
  .single-whenauiti_courses .pdf-download-button:before, .single-whenauiti_courses .pdf-download-button:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .single-whenauiti_courses .pdf-download-button:after {
    clear: both; }

.single-whenauiti_courses a.button.minor-cta {
  background: transparent !important;
  border: 1px solid #94B24D !important;
  color: #94B24D !important;
  border-radius: 5px;
  text-align: center;
  display: inline-block; }
  .single-whenauiti_courses a.button.minor-cta:hover {
    border: 1px solid #768e3e !important;
    color: #768e3e !important; }

.programme-course-wrap {
  background: #fafafa;
  border: 1px #c7c7c7;
  margin-bottom: 1.61803rem; }
  .programme-course-wrap .whenuaiti-toggle-control {
    z-index: 99;
    padding: 0.80901rem 1rem;
    *zoom: 1; }
    .programme-course-wrap .whenuaiti-toggle-control:before, .programme-course-wrap .whenuaiti-toggle-control:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .programme-course-wrap .whenuaiti-toggle-control:after {
      clear: both; }
    .programme-course-wrap .whenuaiti-toggle-control .course-title {
      padding-right: 40px;
      position: relative; }
      .programme-course-wrap .whenuaiti-toggle-control .course-title:after {
        content: "";
        position: relative;
        display: inline-block;
        width: auto;
        text-decoration: none;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        -moz-osx-font-smoothing: grayscale !important;
        speak: none;
        text-transform: none;
        line-height: normal;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        font-family: "entypo";
        font-size: 16px;
        font-size: 1.3em;
        margin-left: 5px;
        position: relative;
        top: 0;
        position: absolute;
        right: 10px; }
    .programme-course-wrap .whenuaiti-toggle-control.expanded .course-title:after {
      content: "";
      position: relative;
      display: inline-block;
      width: auto;
      text-decoration: none;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      -moz-osx-font-smoothing: grayscale !important;
      speak: none;
      text-transform: none;
      line-height: normal;
      font-style: normal;
      font-variant: normal;
      font-weight: normal;
      font-family: "entypo";
      font-size: 16px;
      font-size: 1.3em;
      margin-left: 5px;
      position: relative;
      top: 0;
      position: absolute;
      right: 10px;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .programme-course-wrap .plus {
    float: right; }
  .programme-course-wrap .whenuaiti-toggle-box {
    padding: 0 1rem 1rem; }

.course-testimonial {
  text-align: center; }

.course-brochure {
  background: #5A85A4;
  color: #fff;
  margin-bottom: 2.61803rem;
  *zoom: 1; }
  .course-brochure:before, .course-brochure:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .course-brochure:after {
    clear: both; }
  .course-brochure .course-brochure-text,
  .course-brochure .course-brochure-form {
    color: #fff;
    padding: 1.61803rem; }
    .course-brochure .course-brochure-text h3,
    .course-brochure .course-brochure-form h3 {
      color: #fff; }
  .course-brochure button,
  .course-brochure input[type="button"],
  .course-brochure input[type="reset"],
  .course-brochure input[type="submit"],
  .course-brochure .button {
    background: #7b9db6;
    border-radius: 5px; }
  .course-brochure button:hover,
  .course-brochure input:hover[type="button"],
  .course-brochure input:hover[type="reset"],
  .course-brochure input:hover[type="submit"],
  .course-brochure .button:hover {
    background: #6a91ad; }

@media (min-width: 768px) {
  .course-description {
    width: 57.44681%;
    float: left;
    margin-right: 2.12766%; }
  .course-details {
    width: 40.42553%;
    float: left;
    margin-right: 2.12766%;
    float: right;
    margin-right: 0; }
  .programme-description {
    width: 31.91489%;
    float: left;
    margin-right: 2.12766%; }
  .programme-courses {
    width: 65.95745%;
    float: left;
    margin-right: 2.12766%;
    float: right;
    margin-right: 0; }
  .programme-course-wrap {
    width: 48.93617%;
    float: left; }
    .programme-course-wrap:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .programme-course-wrap:nth-child(2n + 2) {
      margin-left: 51.06383%;
      margin-right: -100%;
      clear: none; }
  .course-brochure .course-brochure-details,
  .course-brochure .course-brochure-form {
    width: 48.3871%;
    float: left;
    margin-right: 3.22581%; }
  .course-brochure .course-brochure-form {
    float: right;
    margin-right: 0; }
  .course-brochure .course-brochure-details {
    text-align: center; }
    .course-brochure .course-brochure-details .course-brochure-text {
      text-align: left; }
    .course-brochure .course-brochure-details .cover-image {
      display: inline-block;
      margin-top: 1.61803rem; } }

.whenuaiti-toggle-control .activity-title {
  padding: 0.80901rem 1rem;
  margin-bottom: 0; }

.activities-wrap {
  *zoom: 1; }
  .activities-wrap:before, .activities-wrap:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .activities-wrap:after {
    clear: both; }
  @media (min-width: 768px) {
    .activities-wrap .activity {
      width: 31.91489%;
      float: left; }
      .activities-wrap .activity:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .activities-wrap .activity:nth-child(3n + 2) {
        margin-left: 34.04255%;
        margin-right: -100%;
        clear: none; }
      .activities-wrap .activity:nth-child(3n + 3) {
        margin-left: 68.08511%;
        margin-right: -100%;
        clear: none; } }
  @media (max-width: 767px) {
    .activities-wrap .activity {
      width: 48.93617%;
      float: left; }
      .activities-wrap .activity:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both;
        margin-left: 0; }
      .activities-wrap .activity:nth-child(2n + 2) {
        margin-left: 51.06383%;
        margin-right: -100%;
        clear: none; } }
  .activities-wrap .activity {
    margin-bottom: 1.309rem; }
  .activities-wrap img {
    border: 1px solid #F5F5F5; }
  .activities-wrap .whenuaiti-toggle-control {
    background: #F5F5F5;
    margin-top: -10px; }
  .activities-wrap .whenuaiti-toggle-box {
    background: #F5F5F5;
    margin-top: -20px;
    padding: 1rem; }

.activities-wrap.homepage .activity {
  position: relative;
  width: 48.93617%;
  float: left; }
  .activities-wrap.homepage .activity:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  .activities-wrap.homepage .activity:nth-child(2n + 2) {
    margin-left: 51.06383%;
    margin-right: -100%;
    clear: none; }
  .activities-wrap.homepage .activity .activity-title {
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    padding: 5px;
    right: 2px;
    bottom: -3px;
    color: #333333;
    font-size: 1rem; }
  .activities-wrap.homepage .activity img {
    border: 2px solid gainsboro; }

.text-bg-white .fl-heading .fl-heading-text {
  background: rgba(255, 255, 255, 0.4) !important;
  padding: 0.80901rem 1rem; }

.homepage-slider-text-style, .homepage-slider.slidein .fl-heading-text {
  background: rgba(255, 255, 255, 0.5);
  padding: 0.4045rem 1.309rem;
  color: #333333; }

.homepage-slider.tagline .fl-heading-text {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.8) 0px 2px 5px; }

.homepage-slider.slidein {
  margin: 0.80901rem 0;
  display: block; }

@media (max-width: 767px) {
  .homepage-slider.tagline h1 .fl-heading-text {
    font-size: 1.61803rem;
    line-height: 1.61803rem !important;
    padding-top: 110px;
    padding-bottom: 15px;
    display: block; }
  .homepage-slider.slidein:first-child {
    margin-top: -40px; }
  .homepage-slider.slidein:last-child {
    margin-bottom: 60px; } }

.fl-builder-content .minor-cta a.fl-button,
.fl-builder-content .minor-cta a.fl-button:visited {
  background: transparent !important;
  border: 1px solid #94B24D !important;
  color: #94B24D !important; }
  .fl-builder-content .minor-cta a.fl-button:hover,
  .fl-builder-content .minor-cta a.fl-button:visited:hover {
    border: 1px solid #768e3e !important; }
  .fl-builder-content .minor-cta a.fl-button .fl-button-text,
  .fl-builder-content .minor-cta a.fl-button:visited .fl-button-text {
    color: #94B24D !important; }
    .fl-builder-content .minor-cta a.fl-button .fl-button-text:hover,
    .fl-builder-content .minor-cta a.fl-button:visited .fl-button-text:hover {
      color: #768e3e !important; }

.team-member {
  *zoom: 1;
  margin-bottom: 1.61803rem; }
  .team-member:before, .team-member:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .team-member:after {
    clear: both; }
  @media (min-width: 1000px) {
    .team-member .team-member-image {
      width: 31.42857%;
      float: left;
      margin-right: 2.85714%; }
    .team-member .team-member-details {
      width: 65.71429%;
      float: left;
      margin-right: 2.85714%;
      float: right;
      margin-right: 0; } }
  .team-member h3 {
    margin-bottom: 5px; }

/*
 * Any general site Custom SASS starts here...
 * Try and keep SASS organised in partials and imported above for clarity
 */
