/*
Theme Name: Kea
Theme URI: https://www.keanewzealand.com/
Description: Custom WordPress theme for Kea New Zealand using the Genesis Framework.
Author: Kea New Zealand
Author URI: https://www.keanewzealand.com/

Version: 3.3.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
Requires at least: 5.4
Requires PHP: 5.6
*/
/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/
/* HTML5 Reset
---------------------------------------------------------------------------- */
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

main {
  display: block
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b, strong {
  font-weight: bolder
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

[hidden], template {
  display: none
}

/* stylelint-enable */
/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* 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,
.widget::before,
.wrap::before {
  content: " ";
  display: table;
  z-index: -1;
}

.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,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}

/* Defaults
---------------------------------------------------------------------------- */
/* Typographical Elements
--------------------------------------------- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #333;
  font-family: freight-sans-pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
  overflow-x: hidden;
}

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

a {
  color: #f25a22;
  text-decoration: none;
  -webkit-transition: all 0.1s 0s ease;
  -moz-transition: all 0.1s 0s ease;
  -o-transition: all 0.1s 0s ease;
  transition: all 0.1s 0s ease;
}

a:focus,
a:hover {
  color: #333;
  text-decoration: none;
}

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

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

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-bottom: 1px solid currentColor;
  clear: both;
  color: #eee;
  margin: 1.65em auto;
}

b,
strong {
  font-weight: 700;
}

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

mark {
  background: #ddd;
  color: #333;
}

blockquote {
  margin: 30px;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

.entry-content h3,
.entry-content h4 {
  font-weight: 700;
}

.entry-content h4 {
  margin-top: 40px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

img {
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

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

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

.gallery img:focus,
.gallery img:hover {
  border: 1px solid #999;
  outline: none;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

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

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  /* border: 1px solid #ddd; */
  border: 1px solid rgba(0, 23, 48, 0.6);
  color: #333;
  font-size: 17px;
  font-weight: 400;
  padding: 15px;
  width: 100%;
}

input[type="text"] {
  height: 50px;
}

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

::-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #333;
  opacity: 1;
}

::placeholder {
  color: #333;
  opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
  background-color: #333;
  border: 0;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
  background-color: #0073e5;
  border-width: 0;
  color: #fff;
}

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

.button {
  display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #777;
  cursor: not-allowed;
}

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

/* Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}

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

td,
th {
  line-height: 2;
  text-align: left;
  vertical-align: top;
}

td {
  padding: 0.5em;
}

tr {
  border-top: 1px solid #eee;
}

th {
  font-weight: 600;
  padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
  /*
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: 700;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  */
}

.more-link {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

/* Structure and Layout
---------------------------------------------------------------------------- */
/* Site Container
--------------------------------------------- */
.site-container {
  animation: fadein 1s;
  word-wrap: break-word;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Site Inner
--------------------------------------------- */
.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 0 30px 0 30px;
}

.error404 .site-inner {
  clear: both;
  margin: 0 auto;
  padding: 0 10px 0 10px;
}

/* Common Classes
---------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left;
}

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

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

.comment .avatar {
  margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */
.after-entry,
.archive-description,
.author-box {
  margin-bottom: 40px;
}

.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}

.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

.breadcrumb {
  border-bottom: 1px solid #eee;
  font-size: 16px;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.genesis-title-hidden .breadcrumb {
  margin-top: 40px;
}

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

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

.entry-content .search-form {
  margin-bottom: 40px;
  width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px;
}

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

/* Titles
--------------------------------------------- */
.archive-description .entry-title,
.archive-title,
.author-box-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.entry-title {
  font-size: 30px;
  margin-bottom: 10px;
}

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

.entry-title a:focus,
.entry-title a:hover {
  color: #0073e5;
}

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

.genesis-title-hidden .site-inner {
  padding-top: 0;
}

/* 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,
.singular-image {
  display: block;
  margin: 0 auto 30px;
}

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

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

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

figcaption,
.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 1em;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */
.widget {
  margin-bottom: 40px;
}

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

.widget ul>li {
  margin-bottom: 10px;
}

.widget ul>li:last-of-type {
  padding-bottom: 0;
}

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

.widget li li {
  border: 0;
  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: 1px solid #eee;
  margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.featured-content .entry-title {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 10px;
}

/* Plugins
---------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.after-entry .enews {
  text-align: center;
  padding: 10px;
}

.sidebar .enews {
  background-color: #f5f5f5;
  padding: 30px;
}

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

.after-entry .enews-widget input {
  text-align: center;
}

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

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

/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #eee;
  color: #333;
  padding-left: 0;
  padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  color: #0073e5;
}

.gs-faq__question::after {
  content: "\f132";
  font-family: dashicons;
  /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
  float: right;
}

.gs-faq__question.gs-faq--expanded::after {
  content: "\f460";
}

/* WP Forms
--------------------------------------------- */
.entry-content .wpforms-container {
  margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
  clear: both;
  margin: 20px 0;
  overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
  border-radius: 0;
  height: auto;
  padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
  font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
  font-size: 14px;
  font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
  display: none !important;
  left: -9000px !important;
  position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
  padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
  height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
  height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
  height: 300px;
}

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}

.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Display outline on focus */
:focus {
  /* color: #333;
  outline: #ccc solid 1px; */
}

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 0 30px;
}

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding-bottom: 25px;
  padding-top: 25px;
}

.wp-custom-logo .title-area {
  max-width: 350px;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100%;
}

.wp-custom-logo .title-area img {
  width: auto;
}

.site-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #333;
  text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  line-height: 1;
  width: 100%;
}

.genesis-nav-menu .menu-item {
  display: block;
  float: none;
  position: relative;
}

.genesis-nav-menu a {
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 400;
  outline-offset: -1px;
  padding-bottom: 12px;
  padding-top: 12px;
  text-decoration: none;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu .current-menu-item>a:focus,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover {
  color: #0073e5;
  text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
  width: 100%;
}

.genesis-nav-menu .sub-menu {
  clear: both;
  display: none;
  left: -9999px;
  margin: 0;
  opacity: 1;
  padding-left: 15px;
  position: static;
  z-index: 99;
}

.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  font-size: 14px;
  position: relative;
  word-wrap: break-word;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
  position: relative;
}

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

/* Responsive Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}

.menu .menu-item>a:focus+ul.sub-menu,
.menu .menu-item.sfHover>ul.sub-menu {
  left: auto;
  opacity: 1;
}

.genesis-responsive-menu {
  display: none;
  position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover>.sub-menu {
  display: none;
}

.menu-toggle,
.sub-menu-toggle {
  background-color: transparent;
  border-width: 0;
  color: #333;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
  background-color: transparent;
  border-width: 0;
  color: #0073e5;
}

.menu-toggle {
  float: right;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px 0;
  position: relative;
  z-index: 1000;
}

.menu-toggle.activated::before {
  content: "\f335";
}

.site-header .menu-toggle::before {
  float: left;
  margin-right: 5px;
  position: relative;
  text-rendering: auto;
  top: 1px;
}

.sub-menu-toggle {
  float: right;
  padding: 9px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.sub-menu .sub-menu-toggle {
  padding: 12px 10px;
}

.sub-menu-toggle::before {
  display: inline-block;
  text-rendering: auto;
  transform: rotate(0);
  transition: transform 0.2s ease-in-out;
}

.sub-menu-toggle.activated::before {
  transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */
.nav-primary {
  clear: left;
  padding-bottom: 15px;
  padding-top: 15px;
  width: 100%;
}

/* Footer Menu
--------------------------------------------- */
.nav-secondary {
  margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
  line-height: 1.5;
}

.nav-secondary .menu-item {
  display: inline-block;
}

.nav-secondary a {
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
}

/* Content Area
---------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 30px;
  padding-left: 40px;
}

.entry-content ol>li {
  list-style-type: decimal;
}

.entry-content ul>li {
  list-style-type: disc;
}

.entry-content ol ul>li,
.entry-content ul ul>li {
  list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}

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

.content .sticky {
  background-color: #f5f5f5;
  padding: 30px;
}

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

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

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

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

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

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

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

.archive-pagination li {
  display: inline;
}

.archive-pagination li a {
  background-color: #f5f5f5;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 8px 12px;
  text-decoration: none;
}

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

/* Entry Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  margin-bottom: 40px;
}

.comment-list li {
  padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
  padding-left: 0;
}

.comment-header {
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}

.comment-content ul>li {
  list-style-type: disc;
}

.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;
}

.comment-header p {
  margin-bottom: 0;
}

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

.comment-form-cookies-consent label {
  display: inline;
  padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  line-height: 1.5;
}

.sidebar .widget {
  margin-bottom: 40px;
}

.sidebar p {
  margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */
.footer-widgets {
  border-top: 1px solid #eee;
  background-color: #fff;
  clear: both;
  padding: 60px 0;
}

.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto;
}

.footer-widget-area {
  margin-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0;
}

/* Site Footer
---------------------------------------------------------------------------- */
.site-footer {
  background-color: #fff;
  border-top: 1px solid #eee;
  font-size: 17px;
  line-height: 1.5;
  padding: 30px;
  text-align: center;
}

.site-footer p {
  margin-bottom: 0;
}

/* Hamburger Menu
---------------------------------------------------------------------------- */
/* Custom Typograhpy
---------------------------------------------------------------------------- */
body, h1, h2, h3, h4, h5, h6, span, quote, p, strong, a, div {
  font-family: freight-sans-pro, sans-serif;
}

/* Custom Header
---------------------------------------------------------------------------- */
.kea_header_container {
  background: #fff;
  width: 100%;
  display: block;
  overflow: hidden;
  padding-top: 40px;
}

.kea_header {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  min-height: 80px;
}

.keasticky .kea_header_container {
  min-height: 80px;
}

.kea_header_column_left,
.kea_header_column_middle,
.kea_header_column_right {
  display: inline-block;
  float: left;
}

.kea_header_column_left,
.kea_header_column_right {
  width: 25%;
}

.kea_header_column_middle {
  width: 50%;
  text-align: center;
}

.kea_header_button {
  text-align: right;
  margin-top: 60px;
}

img#kea_header_logo {
  padding-bottom: 20px;
}

#desktop_header #kea_header_logo {
  max-width: 120px;
}

.kea_header_button .kea_button {
  background: transparent;
  border: 1px solid #001730;
  color: #001730;
  border-radius: 0;
  padding: 4px 22px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  /* identical to box height */
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.kea_header_button .kea_button:hover {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #000000;
  color: #001730;
}

.kea_header_button .kea_button {
  margin-right: 16px;
  -webkit-transition: all 0.1s 0s ease;
  -moz-transition: all 0.1s 0s ease;
  -o-transition: all 0.1s 0s ease;
  transition: all 0.1s 0s ease;
}

.kea_header_button .kea_button:focus {
  opacity: 0.75;
}

.kea_header_button .kea_button:active {
  transform: scale(0.9);
}

p.kea_header_subtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #001730;
}

i#search_icon {
  display: inline-block;
  background: url(/wp-content/themes/kea/images/ic_search@4x.png);
  height: 30px;
  width: 28px;
  background-size: contain;
  position: relative;
  top: 10px;
  cursor: pointer;
}

.search_container {
  position: absolute;
  z-index: 3;
  background: #f25a22;
  overflow: hidden;
  width: 100%;
  left: 0;
  right: 0;
}

.search_form {
  max-width: 1140px;
  margin: 5px auto;
}

.search_form:before {
  background: url(/wp-content/themes/kea/images/search_icon.png);
  height: 22px;
  width: 21px;
  background-size: contain;
  content: "";
  position: absolute;
  top: 0;
  display: block;
  margin-top: 20px;
  filter: invert(100);
  margin-left: 10px;
  background-repeat: no-repeat;
}

input.search_field {
  width: 80%;
  display: inline;
  margin-right: 10px;
  background: #F15A22;
  border: 0;
  color: #fff;
  padding-left: 42px;
}

input.submit_btn {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #001730;
  padding: 4px 38px;
  border-radius: 0;
  cursor: pointer;
}

input.submit_btn:hover {
  background: #001730;
  border: 1px solid #001730;
}

input.search_field::placeholder {
  color: #fff;
}

.search_container {
  visibility: hidden;
  -webkit-transition: all 0.1s 0s ease;
  -moz-transition: all 0.1s 0s ease;
  -o-transition: all 0.1s 0s ease;
  transition: all 0.1s 0s ease;
  opacity: 0
}

.search_container.showform {
  visibility: visible;
  -webkit-transition: all 0.1s 0s ease;
  -moz-transition: all 0.1s 0s ease;
  -o-transition: all 0.1s 0s ease;
  transition: all 0.1s 0s ease;
  opacity: 1;
}

span.close_search {
  /* color: #fff; */
  /* font-size: 30px; */
  /* padding: 20px; */
  /* font-weight: 700; */
  position: relative;
  top: 0;
  cursor: pointer;
  background: url(/wp-content/themes/kea/images/closeburger.png);
  background-size: cover;
  width: 30px;
  height: 40px;
  /* padding: 10px 20px; */
  /* margin-left: 67px; */
  float: right;
  display: block;
  margin-right: 10px;
}

/* Custom Footer
---------------------------------------------------------------------------- */
.kea_footer_container {
  background: #001730;
  width: 100%;
  display: block;
  overflow: hidden;
}
.page-id-863 .kea_footer_container {
  background: #1c5d8b;
}

.kea_footer {
  color: #fff;
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 10px;
  text-align: center;
}

.kea_footer a {
  color: #fff;
  text-decoration: none;
}

.kea_logos {
  display: flex;
  align-items: center;
}

.kea_footer_mid_txt {
  display: block;
  margin-top: 40px;
}

.kea_footer_menu {
  margin-bottom: 80px;
}

ul#kea_social_icons {
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 195px;
}

ul#menu-kea-footer-menu li,
ul#menu-kea-extra-footer-menu li,
ul#kea_social_icons li {
  display: inline;
  padding: 5px;
}

ul#menu-kea-footer-menu li {
  padding: 5px 10px;
}

ul#menu-kea-extra-footer-menu li {
  padding-left: 25px;
  padding-right: 25px;
}

img.kea_social_icon {
  vertical-align: bottom;
  align-content: end;
}

#kea_after_footer {
  width: 100%;
  color: #fff;
  margin: 0 auto;
  max-width: 1340px;
}

#kea_after_footer a {
  color: #fff;
  text-decoration: none;
}

#kea_after_footer a:hover,
#menu-kea-footer-menu a:hover {
  color: #F15A22;
}

#kea_social_icons img:hover {
  opacity: 0.5;
  -webkit-transition: all 0.1s 0s ease;
  -moz-transition: all 0.1s 0s ease;
  -o-transition: all 0.1s 0s ease;
  transition: all 0.1s 0s ease;
}

.kea_footer_button {
  margin-top: -10px;
}

.kea_footer_button .kea_button {
  background: transparent;
  border: 1px solid #ffff;
  border-radius: 0;
  padding: 4px 22px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  opacity: 1;
}

.kea_footer_button a.kea_button:hover {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  color: #fff !important;
}

.kea_menu_column_left,
.kea_menu_column_middle,
.kea_menu_column_right {
  float: left;
  display: inline-block;
}

.kea_copyright,
.kea_footer_button {
  float: right;
  padding: 0 10px;
}

.kea_footer_button button {
  margin-right: 10px;
}

.kea_menu_column_left {
  width: 500px;
}

.kea_menu_column_middle {
  width: 340px;
}

.kea_menu_column_right {
  width: 500px;
}

.kea_footer_container p,
.kea_footer_container span,
.kea_footer_container a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.02em;
  /* white */
  color: #FFFFFF;
/*   opacity: 0.6; */
}

.center.flogo {
  margin: 0 auto;
}

ul#kea_social_icons a {
  opacity: 1;
}

article {
  margin-bottom: 0 !important;
}

#mbe {
  max-width: 265px;
}

@media only screen and (max-width:1023px) {
  #mbe {
    max-width: 100%;
  }
  .home .site-inner {
    margin-top: 64px !important;
  }
  .home .wp-block-cover {
    padding: 30px 0;
  }
  .home #textbanner-block_5f5b85ed73395 .textbanner_title {
    margin: 0 auto;
  }
  .home #textbanner-block_5f5b85ed73395 .textbanner_container {
    min-height: auto;
  }
  .home .entry-content h3 {
    margin-bottom: 0;
  }
}

/* Kea Navigation
---------------------------------------------------------------------------- */
.mobile_menu_link {
  display: none;
  padding: 0 20px 20px 20px;
  background: #001730;
  color: #fff;
  margin-top: 10px;
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  -webkit-transition: all 0.1s 0s ease;
  -moz-transition: all 0.1s 0s ease;
  -o-transition: all 0.1s 0s ease;
  transition: all 0.1s 0s ease;
  z-index: 9999;
}

.mobile_menu_link a {
  color: #fff !important;
  text-decoration: none !important
}

.mobile_menu_link .kea_subparent {
  margin-top: 30px;
}

.mobile_menu_link .filler {
  display: none;
}

.mobile_menu_link.active {
  display: block;
  height: 100vh;
  -webkit-transition: all 0.1s 0s ease;
  -moz-transition: all 0.1s 0s ease;
  -o-transition: all 0.1s 0s ease;
  transition: all 0.1s 0s ease;
}

div#mobile_header .one-half {
  width: 55%;
  float: left;
  margin: 0
}

#mobile_header .one-half.first {
  width: 45%
}

.mobile_menu_link input {
  background: #fff;
  color: #001730;
  position: absolute;
  left: 0;
  right: 0;
  padding-left: 60px;
}

.mSearch input[type="text"] {
  /* padding: 10px 15px 15px 60px !important; */
  padding-top: 10px;
  padding-bottom: 18px;
}

.mobile_menu_link input[type="submit"] {
  background: url('/wp-content/themes/kea/images/ic_search@4x.png');
  background-size: contain;
  height: 30px;
  z-index: 999;
  background-repeat: no-repeat;
  position: relative;
  top: 5.5px;
  left: 0;
  width: 30px;
}

.mobile_menu_link input::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: #001730;
}

#kea_header_social_icons {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  top: 100px;
}

ul#kea_header_social_icons li {
  padding: 0 2px !important;
  ;
}

#kea_header_social_icons li {
  display: inline-block
}

.menu_link ul {
  width: 23.5%;
  display: inline-block;
  margin-bottom: 30px;
  padding-right: 45px;
  vertical-align: top;
}

.menu_link ul:nth-child(4) {
  padding-right: 0;
}

.menu_link {
  max-width: 1140px;
  margin: 0 auto;
  display: block;
  width: 100%;
  padding-left: 20px;
}

.logo p {
  text-align: center;
}

.logo {
  clear: both;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}

#mobile_header .kea_header_button .kea_button {
  margin-right: 8px;
}

.menu_icon {
  font-weight: 600;
  font-size: 26px;
  line-height: 34px;
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  max-width: 64px;
}

.menu_icon img {
  max-width: 59px;
  width: 59px;
  height: 64px;
}

.login_btn {
  padding-top: 22px;
  height: 80px;
}

.login_btn button {
  padding: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: initial;
  color: #001730;
  background: white;
  border: 1px solid;
  float: right;
  position: relative;
  right: 20px;
  border-radius: 12px;
  height: 40px;
  width: 250px;
}

.login_btn button:focus {
  opacity: 0.75;
}

.login_btn button:active {
  transform: scale(0.9);
}

.after_logo {
  overflow: hidden;
  width: 1360px;
  margin: 16px auto 30px auto;
  clear: both;
}

.burgermenu_container .logo {
  padding-top: 0;
  margin-bottom: 0;
}

.burgermenu_container p {
  margin-bottom: 0;
}

.burgermenu_icon {
  margin-top: 70px;
  cursor: pointer;
}

.burgermenu_hover_logo {
  margin-top: 56px;
  cursor: pointer;
}

#burgermenu {
  display: none;
  position: fixed;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  color: #fff;
  background: #001730;
  cursor: pointer;
  width: 100%;
  height: 100vh;
  z-index: -1;
  z-index: 9999;
  overflow-y: overlay;
}

/*
#burgermenu.active {
  z-index: 9999;
  overflow-y: overlay;
}

#burgermenu.active::-webkit-scrollbar {
  opacity: 0;
}
*/
#burgermenu::-webkit-scrollbar {
  opacity: 0;
}

.menu_link li {
  line-height: 16px;
  padding-bottom: 8px
}

.menu_link a {
  color: #fff;
  text-decoration: none;
}

.menu_link a:hover {
  color: rgba(255, 255, 255, 0.8);
}

li.bigNav {
  font-family: freight-sans-pro, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 35px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  margin-bottom: 10px;
}

li.boldNav {
  font-family: freight-sans-pro, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

li.quoteNav {
  font-family: freight-sans-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

.navdivider {
  margin-bottom: 2.05em;
  width: 92.5%;
  margin-top: 1.25em;
  margin-left: 0;
  margin-right: 0;
}

.botSNav {
  margin-bottom: 10px;
}

.home .entry-content h3 {
  text-decoration: none;
  font-family: freight-sans-pro, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.01em;
  color: #001730;
  margin-left: 0px;
}

@media only screen and (max-width:1509px) {
  .menu_link ul {
    padding-right: 45px;
  }

  .menu_link ul:nth-child(4) {
    padding-right: 0;
  }
}

@media only screen and (max-width:1220px) {
  .home .entry-content h3 {
    margin-left: 0;
  }
}

@media only screen and (min-width:1024px) and (max-width:1360px) {
  .menu_link {
    padding-left: 20px;
  }
}

@media only screen and (min-width:801px) and (max-width:1360px) {
  .menu_link {
    padding-left: 20px;
    display: table-cell;
  }

  .topNav {
    vertical-align: top
  }

  .bigNav {
    width: 220px;
  }
}

@media only screen and (min-width:769px) and (max-width:880px) {
  .bigNav {
    width: 100%;
  }
}

@media only screen and (max-width:800px) {

  .menu_link ul:nth-child(1),
  .menu_link ul:nth-child(2),
  .menu_link ul:nth-child(3),
  .menu_link ul:nth-child(4),
  .menu_link ul:nth-child(5),
  .menu_link ul:nth-child(6),
  .menu_link ul:nth-child(7),
  .menu_link ul:nth-child(8),
  .menu_link ul:nth-child(9),
  .menu_link ul:nth-child(10) {
    width: 100%;
    float: none;
  }

  .menu_link {
    padding-left: 0;
    padding: 10px;
  }
}

#mobile_header {
  display: none
}

.entry-header {
  display: none;
}

@media only screen and (max-width:1359px) {
  .after_logo {
    width: 100%;
  }
}

@media only screen and (max-width:1023px) {
  .hidemobile {
    display: none !important;
  }

  .site-inner {
    margin-top: 0 !important;
  }

  #desktop_header {
    display: none;
  }

  #mobile_header {
    display: block;
    min-height: 70px;
    position: fixed;
    z-index: 99;
    background: #fff;
    width: 100%;
  }

  .testimonial {
    display: none;
  }

  .mobile_header_container .kea_header_button {
    text-align: right;
    margin-top: 12px;
    display: block;
  }

  .mobile_header_container #kea_header_logo {
    padding-bottom: 0;
    padding-left: 15px;
  }

  .mobile_header_container #kea_header_logo {
    padding-bottom: 0;
    padding-left: 15px;
  }

  .mobile_header_container .burgermenu_icon {
    float: left;
    margin-top: 15px;
    margin-left: 15px;
  }

  .mobile_header_container {
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .mobile_menu_link ul li {
    padding: 7px 12px;
  }

  ul.kea_submenu {
    display: none;
  }

  .parent_menu a {
    color: #fff;
    text-decoration: none;
  }

  .subarrow {
    height: 24px;
    width: 14px;
    background: url('/wp-content/themes/kea/images/rightarrow_white.png');
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    cursor: pointer;
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }

  /*  .parent_menu:before {
    content: url(/wp-content/themes/kea/images/rightarrow_white.png);
    position: relative;

    float: right;
    right: 0;
    font-size: 30px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 999;
    cursor:pointer;
  } */
  .subarrow.active {
    transform: rotate(90deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }

  @media only screen and (max-width:520px) {
    #mobile_header button.kea_button {
      width: 78px;
      padding: 4px;
    }
  }
}

@media only screen and (max-width:1339px) {

  .kea_menu_column_left,
  .kea_menu_column_middle,
  .kea_menu_column_right {
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }

  .kea_copyright,
  .kea_footer_button {
    float: none;
  }

  ul#kea_social_icons,
  .kea_footer_button {
    margin-top: 0;
  }
}

@media only screen and (min-width: 480px) {
  table {
    table-layout: auto;
    word-break: normal;
  }

  .mobile_header_container .one-half {
    width: 60%;
    float: left;
  }

  .mobile_header_container .one-half.first {
    width: 40%;
    float: left;
  }
}

@media only screen and (min-width: 960px) {

  /* Site Header
	--------------------------------------------- */
  .site-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9999;
  }

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

  /* Genesis Menu
	--------------------------------------------- */
  .genesis-nav-menu .menu-item {
    display: inline-block;
  }

  .genesis-nav-menu .menu-item:focus,
  .genesis-nav-menu .menu-item:hover {
    position: relative;
  }

  .genesis-nav-menu>.menu-bold>a {
    font-weight: 700;
  }

  .genesis-nav-menu>.menu-highlight>a {
    background-color: #333;
    border-radius: 3px;
    color: #fff;
    font-weight: 600;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .genesis-nav-menu>.menu-highlight>a:focus,
  .genesis-nav-menu>.menu-highlight>a:hover {
    background-color: #0073e5;
  }

  .genesis-nav-menu .sub-menu,
  .genesis-nav-menu .sub-menu a {
    width: 180px;
  }

  .genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    opacity: 0;
    padding-left: 0;
    position: absolute;
    transition: opacity 0.4s ease-in-out;
  }

  .genesis-nav-menu .sub-menu a {
    border: 1px solid #eee;
    border-top: 0;
    padding-bottom: 15px;
    padding-top: 15px;
  }

  .genesis-nav-menu .sub-menu .sub-menu {
    margin: -46px 0 0 179px;
  }

  /* Responsive Menu
	--------------------------------------------- */
  .genesis-responsive-menu {
    display: block;
    padding-top: 15px;
  }

  .menu-toggle,
  .sub-menu-toggle {
    display: none;
    visibility: hidden;
  }

  /* Header Menu
	--------------------------------------------- */
  .nav-primary {
    clear: none;
    float: right;
    width: auto;
  }

  .nav-primary .genesis-nav-menu a {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Site-Inner
	--------------------------------------------- */
  .site-inner {
    max-width: 1140px;
  }

  /* Content
	--------------------------------------------- */
  .content {
    float: left;
    width: 65%;
  }

  .sidebar-content .content {
    float: right;
  }

  .full-width-content .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  /* Sidebar
	--------------------------------------------- */
  .sidebar {
    float: right;
    width: 30%;
  }

  .sidebar-content .sidebar {
    float: left;
  }

  /* Author Box
	--------------------------------------------- */
  .author-box {
    background-color: #f5f5f5;
    padding: 30px;
  }

  /* After Entry
	--------------------------------------------- */
  .after-entry {
    padding: 40px 60px;
  }

  .after-entry .enews {
    padding-left: 30px;
    padding-right: 30px;
  }

  ul.footer-menu li {
    display: inline-block;
    /* float: left; */
    text-decoration: none;
    padding: 20px;
    text-align: center;
    width: 100px;
    /* display: block; */
    /* margin: 0 auto; */
    align-content: center;
    text-decoration: none;
  }

  ul.footer-menu li a {
    color: #000;
    text-align: center;
  }

  ul.footer-menu {
    max-width: 350px;
    margin: 0 auto;
  }

  /* Column Classes
	--------------------------------------------- */
  .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;
  }

  /* Entry Misc.
	--------------------------------------------- */
  .after-entry,
  .archive-description,
  .author-box,
  .comment-respond,
  .entry,
  .entry-comments,
  .entry-pings {
    margin-bottom: 60px;
  }

  /* Footer Widgets
	--------------------------------------------- */
  .footer-widgets .wrap {
    max-width: 1140px;
  }

  .footer-widget-area {
    float: left;
    margin-bottom: 0;
    width: calc(100% / 3);
  }
}

/* Slick Styles
---------------------------------------------------------------------------- */
ul.slick-dots {
  padding-left: 0 !important;
  bottom: 0px !important;
  left: 0;
}
.page-id-30 .kea_sliding_jobs ul.slick-dots {
  bottom: -45px !important;
}


/* Print Styles
---------------------------------------------------------------------------- */
@media print {

  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " ("attr(href) ")";
  }

  abbr[title]::after {
    content: " ("attr(title) ")";
  }

  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title>a::after {
    content: "";
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  .content,
  .content-sidebar {
    width: 100%;
  }

  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important;
  }

  .title-area {
    text-align: center;
    width: 100%;
  }

  .site-title>a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }

  .site-inner {
    padding-top: 0;
    position: relative;
  }

  .author-box {
    margin-bottom: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }

  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }

  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}

@media only screen and (max-width:1023px) {
  .mobile_header_container img#kea_header_logo {
    width: 80px;
    margin-top: 8px;
  }

  .kea_footer_mid_txt,
  .kea_footer_menu,
  .kea_footer_button {
    display: none;
  }

  #kea_after_footer_reverse {
    display: flex;
    flex-direction: column-reverse;
  }

  .site-inner {
    padding: 0;
  }

  .services_container {
    padding: 0 !important;
  }

  .newsletter_container {
    display: none !important;
  }

  i#search_icon {
    display: none;
  }

  .kea_sliding_testimonials {
    display: none;
  }

  /* Footer */
  .kea_footer .one-fourth {
    width: 50%;
    display: block;
    float: left;
    height: 65px;
    margin: 0;
    overflow: hidden;
  }

  .kea_logos .one-third {
    width: 49%;
    display: inline-block;
  }

  .kea_logos .one-third img,
  .kea_footer .one-fourth img {
    min-height: 55px;
    max-height: 65px;
    object-fit: contain;
  }
  .kea_footer .one-third.third-img-logo img {
    max-height: 110px;
    margin-top: 24px;
  }

  .kea_footer {
    padding-top: 35px;
  }

  #kea_after_footer a {
    font-size: 15px;
  }

  #barefoot_logo {
    max-height: 100px;
    margin-top: -5px;
  }

  #footer_divider {
    margin-top: 20px;
  }

  ul#menu-kea-extra-footer-menu li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .kea_footer .one-fourth {
    height: 85px;
  }

  .kea_footer hr {
    width: 80%;
  }
}

@media only screen and (min-width:1024px) {

  .home h3.job_heading,
  .home h3.event_heading {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  #xero,
  #yealands {
    margin-top: 20px;
  }

  /* sticky Navigation */
  /*  Match Kea Sticky Navigation */
  /*
  .keasticky .burgermenu_hover_logo {
	position: relative;
	top: 15px;
    	width: auto;
    	margin-top: 0;
    	padding: 0;
    	height: 35px;
}
.keasticky .burgermenu_container .logo {
	min-height:80px;
}

.keasticky .after_logo {
    overflow: hidden;
    width: 1360px;
    margin: -80px auto 30px auto;
    clear: both;
}
.keasticky .login_btn button {
	top:10px;
}
 */
  @keyframes mysticky_header {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  .keasticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    height: 90px;
    animation: mysticky_header 1s ease-in-out;
  }

  .keasticky .kea_header_subtitle {
    display: none;
  }

  .keasticky .kea_header_button {
    margin-top: 0;
    position: relative;
    top: 12px;
  }

  .keasticky .burgermenu_icon {
    position: relative;
    top: 24px;
    margin-top: 0;
  }

  .keasticky #kea_header_logo {
    position: relative;
    top: 15px;
    width: auto;
    margin-top: 0;
    padding: 0;
    height: 35px;
  }

  .keasticky .kea_header_container {
    padding-top: 0;
  }
}

@media only screen and (max-width:1180px) {
  .home h3.job_heading,
  .home h3.event_heading {
    max-width: 1140px;
    margin: auto;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}

@media only screen and (max-width:374px) {
  .mobile_header_container img#kea_header_logo {
    width: 60px;
    margin-top: 17px;
  }

  #mobile_header .one-half.first {
    width: 35%;
  }

  div#mobile_header .one-half {
    width: 65%;
  }
}

/* Mobile Burger Menu */
#animated_mobile_menu {
  float: left;
  position: relative;
  top: 12px;
  left: 10px;
}

#mobile_burgermenu {
  width: 36px;
  height: 28px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-right: 15px;
}

#mobile_burgermenu span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #000;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#mobile_burgermenu span:nth-child(1) {
  top: 6px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mobile_burgermenu span:nth-child(2) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mobile_burgermenu span:nth-child(3) {
  top: 22px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mobile_burgermenu.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 8px;
}

#mobile_burgermenu.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#mobile_burgermenu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 26px;
  left: 8px;
}

/* 404 */
.container_not_found {
  padding: 80px 0;
}

.container_not_found p {
  margin-bottom: 0;
}

.container_not_found p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

/* About Kea */
@media only screen and (min-width:623px) {
  .page_header_right img {
    max-width: 425px;
    height: auto;
    margin-right: -80px;
  }
}

/* Modal */
.modal_login_container {
  width: 740px;
}

.modal_login_container .um-815.um {
  max-width: 100%;
}

.modal_login_container .um-field.um-field-c {
  display: none;
}

.modal_login_container .um-left.um-half {
  width: 100%;
  margin-top: 50px !important;
  text-align: center;
  height: 80px;
}

.modal_login_container .um-right.um-half {
  display: none;
}

.modal_login_container .um-col-alt-b {
  padding-top: 0;
  position: relative;
  top: -120px;
}

.modal_login_container input#um-submit-btn {
  width: 324px;
  height: 50px !important;
  left: 0px;
  top: 19.5px;
  background: #F15A22;
  border-radius: 12px !important;
  font-size: 16px;
  font-weight: 600 !important;
  display: inline-block;
}

.modal_login_container input#um-submit-btn:hover {
  width: 334px;
  height: 60px !important;
  margin-top: -5px;
}

.register_kea_wrap_btn {
  height: 80px;
  text-align: center;
  width: 100%;
}

.modal_login_container .no_account_wrap button {
  width: 324px;
  height: 50px;
  left: 0px;
  top: 19.5px;
  background: #F15A22;
  border-radius: 12px;
}

.modal_login_container .no_account_wrap button:hover {
  height: 56px;
  margin-top: -3px;
  margin-left: -5px;
  margin-right: -5px;
  width: 334px;
}

.modal_login_container h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #233539;
}

.modal_login_container .um-col-121 {
  float: left;
  width: 48%;
}

.modal_login_container .um-col-122 {
  float: right;
  width: 48%;
}

.fancybox-button:hover {
  background-color: #f15922;
}

@media only screen and (max-width:1023px) {

  .modal_login_container .um-col-121,
  .modal_login_container .um-col-122,
  .modal_login_container {
    float: none;
    width: 100%;
  }

  .myheading,
  .mycontent {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Global Override */
.wp-block-columns {
  padding-left: 20px;
  padding-right: 20px;
}

* {
  outline: none !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  margin-bottom: 0 !important;
  border-top: 0px solid #c89797 !important;
  border-bottom: 0px solid #c89797 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

body .gform_wrapper .chosen-container .chosen-results li {
  line-height: 20px !important;
  font-size: 17px !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 17px !important;
  height: 50px;
}

.gfield_description.validation_message {
  padding: 0 !important;
}

.gform_wrapper .gfield_error .ginput_container {
  margin-top: 0 !important;
}

.gform_wrapper div.validation_error {
  display: none !important;
}

.gform_wrapper .chosen-container-single .chosen-single {
  background: #fff !important;
}

#gform_wrapper_1 select,
#gform_wrapper_2 select,
#gform_wrapper_3 select,
#gform_wrapper_4 select,
#gform_wrapper_5 select,
#gform_wrapper_6 select,
#gform_wrapper_7 select,
#gform_wrapper_8 select,
#gform_wrapper_9 select,
#connect_form select {
  padding: 0 0 0 10px !important;
}

.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
.gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
  margin: 3px 0 0 0 !important;
}

body .gform_wrapper .top_label div.ginput_container {
  margin-top: 3px !important;
}

@media only screen and (max-width: 641px) {
  .gform_wrapper.gf_browser_chrome .chosen-container-single .chosen-single, .gform_wrapper.gf_browser_gecko .chosen-container-single .chosen-single, .gform_wrapper.gf_browser_safari .chosen-container-single .chosen-single {
    line-height: 2.2 !important;
  }

  .ginput_container.ginput_container_select:after {}

  #gform_wrapper_1 select,
  #gform_wrapper_2 select,
  #gform_wrapper_3 select,
  #gform_wrapper_4 select,
  #gform_wrapper_5 select,
  #gform_wrapper_6 select,
  #gform_wrapper_7 select,
  #gform_wrapper_8 select,
  #gform_wrapper_9 select,
  #connect_form select {
    padding: 0 0 0 10px !important;
  }

  .gform_wrapper .gform_page_footer {
    display: inline-block;
    text-align: center !important;
  }

  span.gfield_required {
    float: right;
  }
}

/* iPad Portrait */
@media screen and (min-device-width: 481px) and (orientation:portrait) {

  #gform_wrapper_1 select,
  #gform_wrapper_2 select,
  #gform_wrapper_3 select,
  #gform_wrapper_4 select,
  #gform_wrapper_5 select,
  #gform_wrapper_6 select,
  #gform_wrapper_7 select,
  #gform_wrapper_8 select,
  #gform_wrapper_9 select,
  #connect_form select {
    padding: 0 0 0 10px !important;
  }

  .gform_page_footer.top_label {
    text-align: center;
  }
}

/* iPad Landscape */
@media screen and (min-device-width: 481px) and (orientation:landscape) {

  #gform_wrapper_1 select,
  #gform_wrapper_2 select,
  #gform_wrapper_3 select,
  #gform_wrapper_4 select,
  #gform_wrapper_5 select,
  #gform_wrapper_6 select,
  #gform_wrapper_7 select,
  #gform_wrapper_8 select,
  #gform_wrapper_9 select,
  #connect_form select {
    padding: 0 0 0 10px !important;
  }

  .gform_page_footer.top_label {
    text-align: center;
  }
}

/* hide bookmark form - for dev test */
div#gform_wrapper_6 {
  opacity: 0;
  position: absolute;
  height: 1px;
  width: 1px;
  z-index: -99;
}

.gform_page_footer.top_label {
  display: block;
  overflow: auto;
}

.gform_wrapper .gform_page_footer {
  border-top: none !important;
  margin-top: 60px !important;
}

.bookmark_icon {
  width: 31px;
  height: 42px;
  background: #000;
  position: relative;
  margin-bottom: -20px;
  display: block;
  z-index: 20;
  cursor: pointer;
  background: url(/wp-content/themes/kea/images/bookmark_active.png);
  background-size: cover;
  float: right;
  top: 10px;
  right: 10px;
}

.bookmark_icon.bookmarked {
  width: 31px;
  height: 42px;
  background: #000;
  position: relative;
  margin-bottom: -20px;
  display: block;
  z-index: 20;
  cursor: pointer;
  background: url(/wp-content/themes/kea/images/bookedicon.png);
  background-size: cover;
  float: right;
  top: 10px;
  right: 10px;
}

/* Hide Save Text Bookmark */
.bookmark_icon.bookmarked:before {
  content: 'Saved!';
  position: absolute;
  top: -25px;
  left: -6px;
  color: #f15922;
  font-weight: 700;
  font-size: 16px;
  opacity: 1;
  -webkit-animation: cssAnimation 5s forwards;
  animation: cssAnimation 5s forwards;
}

@keyframes cssAnimation {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes cssAnimation {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

a.btnOrange {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  width: 250px;
  padding: 0;
  display: block;
  margin-top: 0;
  border-radius: 12px;
  height: 40px;
  font-size: 20px;
  text-transform: initial;
  background: #f25922 !important;
  color: #fff !important;
  display: inline-grid;
  text-decoration: none;
  line-height: 0;
  align-items: center;
}

a.btnOrange:focus {
  opacity: 0.75;
}

a.btnOrange:active {
  transform: scale(0.9);
}

a.simplefavorite-button {
  overflow: unset !important;
}

.simplefavorite-button.preset.active {
  background-color: transparent !important;
  border-color: transparent !important;
}

.simplefavorite-button.preset {
  background: transparent !important;
  border: none !important;
}

h3.headingThree {
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: 0.01em;
  color: #001730;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: -9px;
  margin-bottom: -9px;
}
@media only screen and (min-width:1024px) {
  h3.headingThree {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: -5px;
    margin-bottom: -5px;
  }
}

h3.heading404 {
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 56px;
  letter-spacing: 0.01em;
  color: #001730;
  margin-bottom: 24px;
}
@media (max-width: 1023px) {
	.container_not_found {
		margin-top: 50px;
	}
}

.kea_block_btn,
.header_btn,
.loadMoreSearchBtn,
.loadMoreJobsPost,
.loadResourcePosts,
.loadMoreEventsPost,
.btnOrange,
.ca_btn,
.kea-default-blue-btn,
.kea-default-orange-btn,
.btn_blue,
.btn_orange {
  transition: all 0.1s ease-in-out;
}

.kea-default-blue-btn {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  width: 291px;
  padding: 0;
  margin-top: 0;
  border-radius: 12px;
  height: 50px;
  font-size: 20px;
  text-transform: initial;
  background: #005C8A !important;
  color: #fff !important;
  display: inline-grid;
  text-decoration: none;
  line-height: 0;
  align-items: center;
}

.kea-default-blue-btn:hover {
  height: 56px;
  margin-top: -3px;
  width: 301px;
  margin-left: -5px;
  margin-right: -5px;
  background: #005C8A !important;
  color: #fff !important;
}

.dft_ctn {
  height: 80px;
  text-align: center;
  margin-bottom: 40px;
}

.single a.simplefavorite-button.preset {
  position: absolute;
  top: -50px;
  right: 0;
}

.single .entry-content {
  position: relative;
}

/* Search Result */
.search_heading {
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 46px;
  letter-spacing: 0.01em;
  color: #001730;
  margin-bottom: 40px;
}

.orangeTxt {
  color: #F15A22;
}

.search_resultbox {
  background: rgb(165 159 160 / 0.15);
  opacity: 1;
  box-shadow: 0px 4px 30px rgba(57, 42, 75, 0.07);
  border-radius: 8px;
  padding: 30px 40px 30px 40px;
  margin-bottom: 30px;
}

.search_resultbox p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #001730;
  margin-bottom: 0;
}

.search_resultbox h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #001730;
}

.search_resultbox .more-link {
  text-transform: uppercase;
  color: #F15A22;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
}

div.loadMoreSearchBtn {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.02em;
  width: 250px;
  padding: 0;
  background: #F15A22 !important;
  display: block;
  margin-top: 0;
  border-radius: 12px;
  height: 40px;
  font-size: 20px;
  text-transform: initial;
  color: #fff !important;
  display: inline-grid;
  text-decoration: none;
  line-height: 0;
  align-items: center;
  cursor: pointer;
}

.loadMoreSearch {
  height: 80px;
  text-align: center;
  margin-bottom: 40px;
}

.loadMoreSearchBtn {
  display: none;
}

@media only screen and (max-width:767px) {
  .search_heading {
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 100px;
    font-size: 21px;
    line-height: 26px;
  }
}

/* Custom styles from Daniel */
.custom-padding-1 {
  padding-top: 10px;
  padding-bottom: 20px;
}

.padding-top-med {
  padding-top: 40px;
  padding-bottom: 0px;
}

.padding-top-med .tm_wrap {
  margin-bottom: 0;
  padding-bottom: 5px;
}

.padding-top-med .readmore {
  color: #f25a22;
}

.padding-top-med .four_column {
  padding-bottom: 0 !important;
}

.padding-top-sm {
  padding-top: 30px;
  padding-bottom: 20px;
}

.kea_footer_mid_txt {
  max-width: 730px;
  margin: 40px auto 0;
}

.custom-padding-3 {
  padding-top: 30px;
}

/* .custom-padding-3 .readmore {
  color: #f25a22;
}

.readmore-red .readmore {
  color: #f25a22;
} */
.location-bold .kea_events_location {
  font-weight: bold;
}

.job-opportunities-custom .kea_jobs_content_two {
  padding-bottom: 0;
}

.readmore {
  color: #f25a22 !important;
}

/* Post MCE button */
.mce-top-part button:hover {
  background: #f1f1f1;
}

/* event Map Icon */
i.fas.fa-map-marker-alt {
  font-size: 32px;
  color: #001730;
  position: relative;
  top: 5px;
}

/* Faq */
h3.faqs_title {
  padding: 0 20px;
}

@media only screen and (min-width:1024px) {
  .custom-sizing-1 .call_to_action_container .one-half {
    width: 47%;
  }

  .custom-sizing-1 .call_to_action_container .one-half.first {
    width: 47%;
  }

  .custom-margin-4 .textbanner_container {
    margin-bottom: 44px;
  }

  #mbe {
    max-width: 100%;
  }
}

@media only screen and (max-width:767px) {
  .custom-padding-1 {
    padding-bottom: 0 !important;
  }

  .custom-padding-1 .ce_wrap {
    margin-bottom: 20px;
  }

  .padding-top-med {
    padding-top: 0;
  }

  .padding-top-med .tm-wrap {
    margin-top: 20px;
  }

  .custom-padding-2 {
    padding-top: 30px;
  }
}

@media only screen and (max-width:640px) {

  .myheading,
  .mycontent {
    padding-left: 20px;
    padding-right: 20px;
  }

  #mbe {
   /* padding-right: 15px; */
  }

  .kea_footer_container {
    width: 100%;
    padding: 0 10px;
  }
}

@media only screen and (min-width:1024px) {

  input#gform_submit_button_11,
  input#gform_submit_button_10,
  input#gform_submit_button_9,
  .partner_url_link a,
  .kea_block_btn,
  .header_btn,
  .loadMoreSearchBtn,
  .loadMoreJobsPost,
  .loadResourcePosts,
  .loadMoreEventsPost,
  .btnOrange,
  .ca_btn,
  .kea-default-blue-btn,
  .kea-default-orange-btn,
  .btn_blue,
  .btn_orange {
    height: 40px !important
  }

  input#gform_submit_button_10:focus,
  input#gform_submit_button_9:focus,
  .kea_block_btn:focus,
  .header_btn:focus,
  .loadMoreSearchBtn:focus,
  .loadMoreJobsPost:focus,
  .loadResourcePosts:focus,
  .loadMoreEventsPost:focus,
  .btnOrange:focus,
  .ca_btn:focus,
  .kea-default-blue-btn:focus,
  .kea-default-orange-btn:focus,
  .btn_blue:focus,
  .btn_orange:focus {
    filter: opacity(0.75);
  }

  input#gform_submit_button_10:active,
  input#gform_submit_button_9:active,
  .kea_block_btn:active,
  .header_btn:active,
  .loadMoreSearchBtn:active,
  .loadMoreJobsPost:active,
  .loadResourcePosts:active,
  .loadMoreEventsPost:active,
  .btnOrange:active,
  .ca_btn:active,
  .kea-default-blue-btn:active,
  .kea-default-orange-btn:active,
  .btn_blue:active,
  .btn_orange:active {
    transform: scale(0.9);
  }
}

.gform_wrapper .top_label .gfield_label {
  line-height: 24px;
}

.gform_body input, .gform_body textarea, .gform_body select {
  padding-left: 10px !important;
}

input#input_10_23 {
  width: 100%;
  line-height: 1rem;
}

.reportproblem {
  max-width: 800px;
  width: 100%;
  padding-top: 10px;
  display: block;
  margin: 0 auto 40px auto;
}

#profile_form {
  margin-top: 60px;
}

/* add spacing in event page tempalte */
.bottom_spacer {
  height: 80px;
  width: 100%;
  display: block;
}

.msg {
  width: calc(100% - 40px);
  text-align: center;
  margin: 0px 16px 60px 13px;
  background: #f15a22;
  color: #fff;
  padding: 32px 32px 64px 32px;
  border-radius: 32px 0px 0px 0px;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  position: relative;
}

.msg .ok {
  position: absolute;
  right: 24px;
  bottom: 8px;
  font-weight: normal;
  cursor: pointer;
}

.msg .ok :hover {
  text-decoration: underline;
}

@media only screen and (max-width:574px) {
  .home .wp-block-spacer {
    height: 0 !important;
  }

  .home .jobs_btn_container {
    margin-bottom: 40px !important;
  }

  .home .wc-sliding-post .slick-dotted.slick-slider {
    margin-bottom: 40px !important;
  }
}

/* Ultimate member */
body .um .um-form input[type=text],
body .um .um-form input[type=text]:focus,
body .um .um-form input[type=search],
body .um .um-form input[type=tel],
body .um .um-form input[type=number],
body .um .um-form input[type=password],
body .um .um-form input[type=password]:focus {
  font-size: 17px !important;
  border: 1px solid rgba(0, 23, 48, 0.6) !important;
  height: 50px !important;
}

body .gfield .wp-editor-container {
  border: 1px solid rgba(0, 23, 48, 0.6);
}

.ab-block-spacer {
  margin: 0px 0px 0px 0px;
}

.ab-block-spacer {
  margin: 0px 0px 0px 0px !important;
  color: #001730;
  width: 1140px;
  left: -30px;
}

@media only screen and (max-width:959px) {
  .home.page-template .ab-block-spacer {
    display: none;
  }
  .kea_logos {
    display: block;
  }
}

.kea_sliding_post_title span, .kea_sliding_post_title a {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 0.01em;
    color: #001730;
    text-decoration: none;
}
a.readmore, span.readmore {
    color: #001730;
    text-decoration: none;
    font-weight: 800;
}

.kea_logos_section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 16px;
  padding-inline: 20px;
}
.kea_logos_section a {
	transition: all 0.15s ease-in-out;
}
.kea_logos_section a:hover {
	opacity: 0.8;
}
.kea_logos_section .kea_logo_1-3 {
  display: block;
  /* flex: none; */
  /* width: 33.33%; */
  /* margin: 0; */
}

.kea_logos_section img {
	max-height: 55px;
}
.kea_logos_section .kea_logo_1-4 {
  display: block;
  /* flex: none; */
  /* width: 25%; */
  /* margin: 0; */
}
/* logos into rows */
.kea_logos_section_row {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 20px 4vw;
    width: 100%;
}
.kea_logos_section_row + .kea_logos_section_row {
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    margin-top: 16px;
}

@media only screen and (min-width: 992px) {
  .kea_logos_section_row:last-child {
     justify-content: space-evenly;
  }
}


.kea_logos_section #nzte {
  max-height: 186px;
  /* padding: 11px; */
}
.starship_logo {
    max-height: 5rem;
}
.kea_logos_section #mfat {
  max-height: 186px;
  height: 100%;
}


.kea_logo_1-4 h2 {
		font-size: 20px;
}

@media only screen and (max-width: 992px) {
  .kea_logos_section {
	margin-bottom: 18px;
  }
  .kea_logos_section_row {
    flex-flow: row wrap;
    justify-content: center; 
  }
  .kea_logos_section .kea_logo_1-4,
  .kea_logos_section .kea_logo_1-3 {
    /* width: 50%; */
	/* margin: 20px 0; */
  }
  .kea_logos_section #mbe {
    max-height: 60px;
  }
}
/* new charity logo section */
.kea_logos_section_charity {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    /* margin: 0 0 40px; */
}
@media only screen and (max-width: 992px) {
  .kea_logos_section_charity {
	margin-bottom: 18px;
  }
  .kea_logos_section_chairty .kea_logo_1-4 {
    /* width: 50%; */
	/* margin: 20px 0; */
  }
  .kea_logos_section_charity #mbe {
    max-height: 60px;
  }
}
.max-w-800 {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
input#gform_submit_button_14 {
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.02em;
    width: 150px;
    padding: 0;
    background: #fff;
    color: #001730;
    display: block;
    margin-top: 0;
    border-radius: 12px;
    height: 50px;
    font-size: 20px;
    text-transform: initial;
    background: #f25a22 !important;
    color: #fff !important;
    display: inline-grid;
    text-decoration: none;
    line-height: 0;
    align-items: center;
}

@media only screen and (max-width: 767px) {
	.post-15634 .entry-content {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
}

/* Custom Gallery */
.wp-block-group.show-all {
  display: none;
}
div.ngg-image-search-container {
	margin-top: -10px !important;
	padding: 0 !important;
	margin-bottom: 40px !important;
}
div.ngg-image-search-container form.ngg-image-search-form {
	position: relative;
	opacity: 0;
	transition: all 0.25s ease-in-out;
}
input.ngg-image-search-button {
	background: url(/wp-content/themes/kea/images/search_icon.png) !important;
    height: 30px !important;
    width: 28px !important;
    position: absolute;
    top: 5px !important;
    background-repeat: no-repeat;
    right: 13px !important;
}
input.ngg-image-search-input {
	width: 100% !important;
    height: 42px !important;
}
div#npl_button_close {
	background: none !important;
	opacity: 1;
}
div#npl_button_close .fa.fa-times {
	background: url(/wp-content/themes/kea/template-parts/templates/blog/images/back-button.png) !important;
    width: 40px;
    height: 46px;
    margin-right: 5px;
    background-size: cover !important;
    color: transparent;
}
div.galleria-image-nav-left i,
div.galleria-image-nav-right i {
	font-size: 37px !important;
}

.galleria-image-share-icons a i {
	font-size: 28px !important;
	margin-left: 3px !important;
	margin-right: 8px !important;
}
.ngg-figcaption.ngg-figcaption-fade .nggc-icon-wrapper .fa-twitter-square:before,
.galleria-image-share-icons .fa-twitter-square:before {
    content: "\f099" !important;
	color: #F15A22 !important;
}
.ngg-figcaption.ngg-figcaption-fade .nggc-icon-wrapper .fa-facebook-square:before,
.galleria-image-share-icons .fa-facebook-square:before {
    content: "\f39e" !important;
	color: #F15A22 !important;
}
.ngg-figcaption.ngg-figcaption-fade .nggc-icon-wrapper .fa-pinterest-square:before,
.galleria-image-share-icons .fa-pinterest-square:before {
    content: "\f0d2" !important;
	color: #F15A22 !important;
}

.ngg-figcaption.ngg-figcaption-fade .nggc-icon-wrapper .fa-shopping-cart:before {
    content: "\f019" !important;
	color: #F15A22 !important;
}

.ngg-figcaption.ngg-figcaption-slideup .nggc-icon-wrapper .fa:before {
	font-size: 23px !important;
	margin: 0 2px !important;
}
.ngg-figure.ngg-figure-fade .ngg-figcaption.ngg-figcaption-fade {
	background: rgb(0 23 48 / 82%);
}
.ngg-figure.ngg-figure-slideup figure .ngg-figcaption.ngg-figcaption-fade {
	display: none !important;
}

.wp-block-group.show-all,
.tiled-gallery.type-rectangular {
	margin-bottom: 45px !important;
}

.galleria-image-share-icons a,
div#npl_button_close .fa.fa-times,
input.ngg-image-search-button,
.tiled-gallery-item,
.ngg-pro-mosaic-item {
	transition: all 0.18s ease-in-out;
}
.galleria-image-share-icons a:hover,
div#npl_button_close .fa.fa-times:hover,
input.ngg-image-search-button:hover {
	opacity: 0.8 !important;
}
/* .tiled-gallery-item:hover,
.ngg-pro-mosaic-item:hover {
	opacity: 0.9 !important;
} */
div.nggc-icon-wrapper {
	margin-bottom: 10px;
}
/* Custom Gallery */

.textbanner_btn_container {
	height: auto !important;
	margin-top: 24px !important;
}
div.textbanner_left h4, div.textbanner_right h4 {
	font-size: 42px !important;
    line-height: 42px !important;
	margin-top: -4px !important;
}
div.textbanner_left p, div.textbanner_right p {
/* 	height: 45px; */
	text-align: center;
/* 	font-size: 22px;
    line-height: 28px; */
	font-size: 21px;
	line-height: 29px;
	margin-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
}
div.textbanner_right ul li {
	color: white;
}
div.registration-text {
	margin-top: 24px;
	margin-bottom: 40px;
}
div.registration-text p b {
	font-size: 26px;
	line-height: 32px;
}
div.registration-text p {
	font-size: 23px;
	line-height: 32px;
}
div.registration-text ul {
	font-size: 18px;
    line-height: 28px;
    padding-left: 32px;
    color: #001730;
}
@media (min-width: 1024px) {
	div.textbanner_left ul, div.textbanner_right ul {
		min-height: 208px;
		padding-left: 50px;
		padding-right: 20px;
	}
}
@media (max-width: 1023px) {
	div.textbanner_left, div.textbanner_right {
		min-height: unset;
	}
}
@media (max-width: 767px) {
	div.textbanner_mobile ul {
		padding-left: 20px;
	}
	div.textbanner_mobile ul {
		padding-left: 20px;
	}
	div.registration-text ul {
		padding-left: 36px;
	}
	.connect_form_container div.registration-text ul,
	.connect_form_container div.registration-text p {
		font-size: 18px !important;
		line-height: 27px !important;
	}
	.connect_form_container div.registration-text p b {
		font-size: 20px !important;
		line-height: 27px !important;
	}
}
@media (max-width: 781px) {
	.home-header-section .wp-block-columns {
		justify-content: space-around;
	}
}
@media (max-width: 599px) {
	.home-header-section .wp-block-columns {
		margin-bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.home-header-section .wp-block-columns .kea-button {
		float: unset;
		margin: 8px auto;
	}
}


.textbanner_btn_container {
	height: auto !important;
	margin-top: 24px !important;
}
div.textbanner_left h4, div.textbanner_right h4 {
	font-size: 42px !important;
    line-height: 42px !important;
	margin-top: -4px !important;
}
div.textbanner_left p, div.textbanner_right p {
	height: 45px;
	text-align: center;
	font-size: 22px;
    line-height: 27px;
    padding-left: 10px;
    padding-right: 10px;
}
@media (max-width: 1180px) {
	div.textbanner_left p, div.textbanner_right p {
		height: auto;
		margin-bottom: 20px;
	}
}
div.textbanner_right ul li {
	color: white;
}
div.textbanner_left ul li span, div.textbanner_right ul li span {
	left: -2px;
    position: relative;
}
@media (min-width: 1024px) {
	div.textbanner_left ul, div.textbanner_right ul {
		height: 240px;
		padding-left: 64px;
    	padding-right: 45px;
	}
	div.textbanner_left ul li, div.textbanner_right ul li {
		line-height: 27px;
		margin-bottom: 7px;
	}
}
@media (max-width: 1023px) {
	div.textbanner_left, div.textbanner_right {
		min-height: unset;
	}
}
@media (max-width: 767px) {
	div.textbanner_mobile ul {
		padding-left: 20px;
	}
	#content-editor-block_60a5dcd1db0c3 ul li {
		font-size: 16px;
    	line-height: 21px;
	}
}

#content-editor-block_60a5dcd1db0c3 .ce_container {
	padding-top: 0;
}
#content-editor-block_60a5e2d79c773 .ce_container {
	padding-top: 0;
    margin-top: -35px;
}
#content-editor-block_60a5e2d79c773 .ce_container .ce_text {
	padding: 0;
}
#content-editor-block_60b67ffb99171 .ce_container {
	padding: 0;
	margin-top: -40px;
}
.ce_container .ce_text {
	font-size: 18px;
    font-weight: 400;
    line-height: 1.625;
}
@media (min-width: 641px) {
	#content-editor-block_60a5dcd1db0c3 .ce_container {
		margin-top: -85px;
		position: relative;
	}
}
@media (min-width: 1024px) {
	#content-editor-block_60a5dcd1db0c3 .ce_container {
		margin-top: -45px;
	}
}
.bottom-linkslogin div {
	margin-bottom: 4px;
}
.bottom-linkslogin {
	margin-top: 10px;
	margin-bottom: 50px;
}
.bottom-linkslogin a {
	font-size: 18px;
    font-weight: 400;
    line-height: 1.625;
}
@media(min-width: 570px) {
	.bottom-linkslogin {
		display: flex;
	}
	.bottom-linkslogin div {
		margin-right: 24px;
	}
}

/* Members only css */
.modal {
	display: none;
}
.modal p {
	line-height: 24px;
    font-size: 17px;
    font-weight: 600;
    margin-top: 7px;
    margin-bottom: 23px;
}
.modal .modal-btns {
	display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.modal .modal-btns a:first-child{
	margin-right: 10px;
}
.modal .modal-btns a:last-child{
	margin-left: 10px;
}
.jquery-modal.blocker {
	z-index: 999;
}
.external-login {
	font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    margin: 24px 0 15px;
}
div.login-text {
	padding-top: 44px;
}
div.login-text p b {
	font-weight: 600;
}
div.login-text p {
	font-size: 21px;
	line-height: 30px;
	text-align: left;
	padding: 0;
}
div.login-text ul {
	font-size: 18px;
    line-height: 28px;
    padding-left: 32px;
	color: #001730;
}

.join-us-login {
	display: flex;
    justify-content: center;
    margin: 40px;
}
.bottom-linkslogin div {
	margin-bottom: 4px;
}
.bottom-linkslogin {
	margin-top: 10px;
	margin-bottom: 50px;
}
@media(min-width: 570px) {
	.bottom-linkslogin {
		display: flex;
	}
	.bottom-linkslogin div {
		margin-right: 24px;
	}
}

.exclusive_post {
	position: relative;
	display: block;
}
.exclusive_post:before {
	content: "Kea community exclusive";
    position: absolute;
    background: #f25a22;
    color: white;
	left: 0;
	right: 0;
    font-size: 21px;
    font-weight: 700;
    padding: 0 14px;
	text-align: left;
}

.events_coming .kea_events_content_two {
    padding: 0;
    padding-bottom: 30px;
}
.events_coming .kea_sliding_events_thumbnail img {
	width: 100%;
}

/* customized banner */
#latest-post-block_5f7d0f3a7fffe .exclusive_post:before,
.kea.sliding_post_container.exclusive_post:before,
.wc.sliding_post_container.exclusive_post:before {
	left: 10px;
	right: 10px;
}
#restrictModal a.close-modal,
a.kea_events_content {
	display: block !important;
}

div.latest_event_post_intro {
	padding: 20px 0 10px;
}
.featued_single_event div.latest_event_post_intro {
	padding: 20px 40px 10px;
}
div.kea_events_date span {
	font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 36px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    text-decoration: none;
}
div.kea_events_title span {
	text-decoration: none;
    font-family: freight-sans-pro, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: 0.01em;
    color: #001730;
}
div.kea.sliding_events_container:hover .kea_events_title span {
	color: #f25a22
}

@media (max-width: 900px) {
	.related .event_heading {
		margin-top: 25px;
	}
	div .wc.sliding_post_container {
    	padding: 0 10px;
	}
	div.kea_sliding_post_content a:before {
		display: none;
	}
	div.kea_sliding_post_content {
		padding: 0 10px;
	}
	.kea_sliding_posts.mobile .kea.sliding_post_container {
		overflow: initial;
    	background: white;
		padding: 0 10px;
	}
	.kea_sliding_posts.mobile .kea_sliding_post_excerpt a.readmore {
		margin-left: 10px;
		display: block;
		margin-top: 5px;
	}
	.kea_sliding_posts.mobile {
		padding: 0;
	}
	.post-736 h3.headingThree {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 767px) {
	.wc.sliding_post_container.exclusive_post:before {
		left: 0;
		right: 0;
	}
	.exclusive_post:before {
		left: 0;
		right: 0;
	}
	div .wc.sliding_post_container {
    	padding: 0;
	}
	div.kea_sliding_post_title,
	div.wc_sliding_post_title {
		max-width: 100%;
	}
	div.kea_sliding_post_excerpt,
	div.wc_sliding_post_excerpt {
		font-size: 18px !important;
	    line-height: 26px !important;
		font-weight: 500;
	}
	div.kea_sliding_post_excerpt a {
		color: #001730 !important;
	}
	div.kea_sliding_post_excerpt a.readmore {
		color: #f25a22 !important;
	}
	.post-736 h3.headingThree {
		font-size: 40px !important;
    	line-height: 50px !important;
	}
}

.galleria-nextgen-buttons .nggpl-button.nggpl-toolbar-button .nggpl-toolbar-button-cart {
	color: transparent;
	padding: 0;
}
.galleria-nextgen-buttons .nggpl-button.nggpl-toolbar-button .nggpl-toolbar-button-cart::before {
	content: "";
    display: block;
    background-image: url(https://www.keanewzealand.com/wp-content/uploads/2021/06/Download-white.png);
    width: 26px;
    height: 26px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    top: 6px;
}
.sliding_post_container .wc_sliding_post_thumbnail img,
.slick-slide .kea_sliding_post_thumbnail img {
	height: 280px;
    width: 100%;
}
@media(max-width: 600px) {
	.sliding_post_container .wc_sliding_post_thumbnail img,
	.slick-slide .kea_sliding_post_thumbnail img {
		height: 460px;
	}
	.slick-list.draggable {
		padding-bottom: 50px;
	}
}
