@charset "UTF-8";
/*!
Theme Name: Be Groundwater Wise (Phase 2)
Theme URI: http://underscores.me/
Author: 303 MullenLowe
Author URI: https://303mullenlowe.com.au
Description: Custom theme for the Be Groundwater Wise (Phase 2) campaign page
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bgw
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Be Groundwater Wise is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("//hello.myfonts.net/count/396063");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/**
 * @license
 * MyFonts Webfont Build ID 3760227, 2019-05-15T04:16:39-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: IntroBlackCaps by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/intro/black-caps/
 * Licensed pageviews: 200,000
 * 
 * Webfont: IntroSemiBold by Fontfabric
 * URL: https://www.myfonts.com/fonts/font-fabric/intro/regular/
 * Licensed pageviews: 220,000
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3760227
 * Webfonts copyright: Copyright (c) 2012 by Fontfabric LLC. All rights reserved.
 * 
 * © 2019 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'IntroBlackCaps';
  src: url("fonts/396063_0_0.eot");
  src: url("fonts/396063_0_0.eot?#iefix") format("embedded-opentype"), url("fonts/396063_0_0.woff2") format("woff2"), url("fonts/396063_0_0.woff") format("woff"), url("fonts/396063_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'IntroSemiBold';
  src: url("fonts/396063_1_0.eot");
  src: url("fonts/396063_1_0.eot?#iefix") format("embedded-opentype"), url("fonts/396063_1_0.woff2") format("woff2"), url("fonts/396063_1_0.woff") format("woff"), url("fonts/396063_1_0.ttf") format("truetype"); }

body,
button,
input,
select,
optgroup,
textarea {
  color: #ffffff;
  font-family: "Irma Text Round Regular", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

h1 {
  font-family: 'IntroBlackCaps', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.6875rem;
  line-height: 3.5rem;
  margin: 0; }

h2 {
  font-family: 'IntroBlackCaps', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.25rem;
  line-height: 0.8;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 2.5rem; }

h3 {
  font-family: 'IntroSemiBold', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1; }

.using-groundwater-wisely h2 {
  color: #ffffff; }

.contact-us h2 {
  color: #ffffff; }

.contact-us p {
	width: 100%;
	max-width: 465px;
}

.accreditation h2 {
  color: #ffffff; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #00556b;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ffffff;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ffffff;
  border-radius: 3px;
  background: #084975;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ffffff; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #212121; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #084975;
  border: none;
  border-radius: 0;
  padding: 0; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #212121; }

select {
  border: 1px solid #ffffff; }

textarea {
  width: 100%; }

.wpforms-container {
  padding-top: 20px;
  padding-bottom: 40px; }

.wpforms-field {
  position: relative;
  margin-bottom: 10px; }

.wpforms-field-label {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #00556b;
  font-size: 0.625rem;
  text-transform: uppercase; }

.wpforms-required-label {
  visibility: hidden; }

input.wpforms-field-medium {
  display: block;
  width: 100%;
  max-width: 465px;
  min-height: 60px;
  padding: 25px 10px 10px 10px;
  border: 1px solid transparent; }

textarea.wpforms-field-medium {
  min-height: 240px;
  width: 100%;	
  max-width: 465px;	
  padding: 25px 10px 10px 10px;
  border: 1px solid transparent; }

.wpforms-field-hp {
  visibility: hidden;
  height: 1px;
  width: 1px; }

.wpforms-submit {
  -webkit-appearance: none;
  border: 1px solid #ffffff;
  border-radius: 0;
  background-color: transparent;
  padding: 20px 20px 15px 20px;
  font-family: 'IntroSemiBold', sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
  color: #ffffff; }

.wpforms-has-error .wpforms-field-label {
  color: #cc0000; }

.wpforms-has-error .input.wpforms-field-medium,
.wpforms-has-error textarea.wpforms-field-medium {
  border: 1px solid #cc0000; }

.wpforms-has-error label.wpforms-error {
  display: inline-block;
  color: #cc0000;
  margin-top: 5px;
  padding: 10px;
  border: 1px solid #cc0000;
  background-color: #eeeeee;
  position: relative; }
  .wpforms-has-error label.wpforms-error:after {
    bottom: 100%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(204, 0, 0, 0);
    border-bottom-color: #cc0000;
    border-width: 10px;
    margin-left: -10px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #ffffff; }
  a:visited {
    color: #ffffff; }
  a:hover, a:focus, a:active {
    color: #212121; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  background-color: #272727;
  color: #ffffff;
  font-size: 0.75rem;
  text-align: center;
  padding: 30px 20px; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .main-navigation li {
    display: inline-block;
    padding: 0 5px 0 0; }
    .main-navigation li:after {
      content: '|';
      padding-left: 8px; }
    .main-navigation li:last-of-type:after {
      content: "";
      padding-left: 0; }
  .main-navigation a {
    color: inherit; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #00556b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  background: url("/wp-content/uploads/hero-portrait_v3.jpg") scroll no-repeat top;
  background-size: cover;
  overflow-y: visible;
  padding: 20px;
  min-height: 100vh; }
  @media (-webkit-min-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25) and (min-resolution: 120dpi) {
    .site-header {
      background: url("/wp-content/uploads/hero-portrait_v3@2x.jpg") scroll no-repeat top;
      background-size: cover; } }
  @media (min-width: 1024px) {
    .site-header {
      background: url("/wp-content/uploads/hero_v3.jpg") scroll no-repeat top;
      background-size: cover;
      min-height: 80vh;
      padding: 30px; } }
  @media (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.25), (-moz-min-device-pixel-ratio: 1.25) and (min-resolution: 120dpi) {
    .site-header {
      background: url("/wp-content/uploads/hero_v3@2x.jpg") scroll no-repeat top;
      background-size: cover; } }
  @media (min-width: 1280px) {
    .site-header {
      padding: 30px 150px 30px; } }
  .site-header .inner-wrapper {
    max-width: 1133px;
    margin-left: auto;
    margin-right: auto; }
  .site-header h1 {
    font-size: 11vw;
    line-height: 0.8;
    color: #ffffff; }
    @media (min-width: 1024px) {
      .site-header h1 {
        font-size: 4.6875rem;
        max-width: 600px; } }
  .site-header h2 {
    font-family: 'IntroSemiBold', sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    text-transform: none;
	color: #084975; }
  .site-header p {
    font-size: 0.875rem;
	color: #084975; }
  .site-header .intro {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    margin: 140px 20px 0;
    position: relative;
    max-width: 452px; }
    .site-header .intro:after {
      content: "";
      width: 100%;
      height: 198px;
      background: transparent url("/wp-content/uploads/new-dots-white.png") scroll repeat-x top left;
      display: block;
      position: absolute;
      bottom: -200px;
      left: 0;
      z-index: 2; }
      @media (min-width: 1024px) {
        .site-header .intro:after {
          height: 125px;
          bottom: -125px; } }
      @media (min-width: 1280px) {
        .site-header .intro:after {
          height: 232px;
          bottom: -232px; } }
    @media (min-width: 1024px) {
      .site-header .intro {
        margin-left: 0; } }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.post {
  margin: 0 0 1.5em; }

.page {
  margin-bottom: 0;
  scroll-behavior: smooth;}

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.entry-content {
  margin-top: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.site-content {
  background-color: #084975; }

a {
  color: #ffffff; }

img {
  display: block; }

@media (min-width: 1024px) {
  .grid-wrapper > .uagb-section__inner-wrap {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 50% 50%;
	-ms-grid-columns: 50% 50%;
    grid-gap: 0; } 
	
	.grid-wrapper > .uagb-section__inner-wrap .perths-water-sources {
		-ms-grid-column: 1;
		-ms-grid-row-start: 1;
	}
	
	.grid-wrapper > .uagb-section__inner-wrap .pie-chart {
		-ms-grid-column: 2;
		-ms-grid-row: 1;
	}
}

.slick-dots li button::before {
  font-size: 16px;
  color: #ffffff !important; }

.slick-prev,
.slick-next {
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.7);
  width: 40px;
  height: 40px;
  border-radius: 0;
  top: 50% !important; }
  .slick-prev:before,
  .slick-next:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
    color: #084975 !important; }
  .slick-prev:hover,
  .slick-next:hover {
    background-color: white; }
  .slick-prev.slick-disabled:hover,
  .slick-next.slick-disabled:hover {
    background-color: rgba(255, 255, 255, 0.7); }

.slick-prev {
  left: 0; }
  .slick-prev:before {
    content: "\f053"; }

.slick-next {
  right: 0; }
  .slick-next:before {
    content: "\f054"; }

.wp-block-cb-carousel.cb-padding .wp-block-cb-slide {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.video-carousel h3 {
  margin-bottom: 20px; }
  .video-carousel h3 em {
    font-style: normal;
    font-size: 0.8rem;
    word-break: keep-all;
    display: block;
    margin-top: 5px; }

.video-carousel .wp-block-video {
  margin: 0; }

.tips-carousel {
  padding-top: 20px;
  padding-bottom: 20px; }
  .tips-carousel .slick-prev,
  .tips-carousel .slick-next {
    top: 25% !important; }
  .tips-carousel .slick-track {
    background-color: #68d0ec;
    margin-bottom: 20px; }
  .tips-carousel .slick-slide {
    position: relative;
    color: #084975;
    padding-bottom: 140px; }
    .tips-carousel .slick-slide .wp-block-button__link {
      border-color: #084975;
      color: #084975;
      padding: 15px 30px 10px 30px;
      width: 100%;
      max-width: 325px;
      min-height: 61px;
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px; }
  .tips-carousel .slick-dots li button::before {
    font-size: 16px;
    color: #ffffff !important; }
  .tips-carousel .wp-block-image {
    margin: 0; }
.tips-carousel .wp-block-button { text-align: center; }

@media (min-width: 1024px) {
  .story-wrapper {
    margin-left: 50% !important;
    margin-right: 40px !important; } }

.video-block h2,
.video-block h3,
.video-block p,
.video-block .wp-block-button {
  padding-left: 40px;
  padding-right: 40px; }
  @media (min-width: 1024px) {
    .video-block h2,
    .video-block h3,
    .video-block p,
    .video-block .wp-block-button {
      padding-left: 0;
      padding-right: 0; } }

@media (min-width: 1024px) {
  .video-block .wp-block-button {
    text-align: center; } }

.pie-chart {
  width: 100%; }

.pie-chart .uagb-section__overlay {
  background: #ffffff url("/wp-content/uploads/now-dots-blue.png") scroll repeat top left; }

.pie-chart .uagb-section__inner-wrap {
  padding: 20px 40px 40px; }
  @media (min-width: 1024px) {
    .pie-chart .uagb-section__inner-wrap {
      max-width: 375px;
      margin-left: auto;
      margin-right: auto; } }

.pie-chart img { margin-left: auto; margin-right: auto; }

.garden-bores {
	position: relative;
	color: #084975;
}

.garden-bores:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 180px;
	background: transparent url("/wp-content/uploads/new-dots-blue.png") scroll repeat-x bottom left;
}

.garden-bores h2 {
	color: #084975;
}

@media (min-width: 1024px) {
	.garden-bores:after {
	content: "";
	position: relative;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	background: none;
}
}

.garden-bores .wp-block-image img {
  border: 1px solid #084975; }

.using-groundwater-wisely {
  color: #ffffff; }
  .using-groundwater-wisely h2,
  .using-groundwater-wisely h3,
  .using-groundwater-wisely p,
  .using-groundwater-wisely .wp-block-button {
    padding-left: 40px;
    padding-right: 40px; }

@media (min-width: 1024px) {
	.using-groundwater-wisely h2,
	.using-groundwater-wisely .uagb-section__inner-wrap > p {
		padding-left: 0;
		padding-right: 0;
	}
}

  .using-groundwater-wisely .uagb-section__overlay {
    background: url("/wp-content/uploads/new-dots-blue.png") scroll repeat-x bottom left; }

.contact-us {
  color: #ffffff; }

.accreditation {
  color: #d5d5d5;
  font-size: 0.75rem;
  line-height: 1.5; }
  .accreditation a {
    color: inherit; }
.accreditation img { margin-left: auto; margin-right: auto; }

.wp-block-button {
  color: #ffffff; }

.wp-block-button__link {
  border: 2px solid #ffffff;
  border-radius: 0;
  background-color: transparent;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'IntroSemiBold', sans-serif;
  font-size: 1rem;
  line-height: 1;
  margin: 20px 0;
  padding: 15px 30px 10px 30px;
  max-width: 295px; }
  .wp-block-button__link:focus {
    color: inherit; }

.using-groundwater-wisely .wp-block-button {
  color: #ffffff; }

.using-groundwater-wisely .wp-block-button__link {
  border-color: #97cdcd;
  color: #ffffff;
  padding: 15px 30px 10px 30px; }

@media (min-width: 768px) {
	.tips-carousel {
		padding-left: 20px;
		padding-right: 20px;
	}
    .tips-carousel .slick-dots,
    .tips-carousel .slick-arrow {
      display: none !important; }
    .tips-carousel .slick-track {
      background-color: transparent;
      width: 100% !important;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      display: grid;
	  display: -ms-grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 20px;
	  -ms-grid-columns: 1fr 20px 1fr;
	  -ms-grid-rows: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
		
     }
      .tips-carousel .slick-track:before {
        content: "";
        display: none; }
    .tips-carousel .slick-slide {
      background-color: #68d0ec;
      width: 100% !important; }
	
	.tips-carousel > div > div > div:nth-child(1) {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}
	
	.tips-carousel > div > div > div:nth-child(2) {
		-ms-grid-column: 3;
		-ms-grid-row: 1;
	}
	
	.tips-carousel > div > div > div:nth-child(3) {
		-ms-grid-column: 1;
		-ms-grid-row: 3;
	}
	
	.tips-carousel > div > div > div:nth-child(4) {
		-ms-grid-column: 3;
		-ms-grid-row: 3;
	}
	
	.tips-carousel > div > div > div:nth-child(5) {
		-ms-grid-column: 1;
		-ms-grid-row: 5;
	}
	
	.tips-carousel > div > div > div:nth-child(6) {
		-ms-grid-column: 3;
		-ms-grid-row: 5;
	}
	
	.tips-carousel > div > div > div:nth-child(7) {
		-ms-grid-column: 1;
		-ms-grid-row: 7;
	}
	
	.tips-carousel > div > div > div:nth-child(8) {
		-ms-grid-column: 3;
		-ms-grid-row: 7;
	}
	
	.tips-carousel > div > div > div:nth-child(9) {
		-ms-grid-column: 1;
		-ms-grid-row: 9;
	}
	
	.tips-carousel > div > div > div:nth-child(10) {
		-ms-grid-column: 3;
		-ms-grid-row: 9;
	}
	
	.tips-carousel > div > div > div:nth-child(11) {
		-ms-grid-column: 1;
		-ms-grid-row: 11;
	}
	
	.tips-carousel .slick-slide .wp-block-button__link {
		max-width: 315px;
	}
}

@media (min-width: 1024px) {
    .tips-carousel .slick-dots,
    .tips-carousel .slick-arrow {
      display: none !important; }
    .tips-carousel .slick-track {
      background-color: transparent;
      width: 100% !important;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      display: grid;
	  display: -ms-grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-gap: 20px;
	  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
	  -ms-grid-rows: 1fr 20px 1fr 20px 1fr 20px 1fr;
		
     }
      .tips-carousel .slick-track:before {
        content: "";
        display: none; }
    .tips-carousel .slick-slide {
      background-color: #68d0ec;
      width: 100% !important; }
	
	.tips-carousel > div > div > div:nth-child(1) {
		-ms-grid-column: 1;
		-ms-grid-row: 1;
	}
	
	.tips-carousel > div > div > div:nth-child(2) {
		-ms-grid-column: 3;
		-ms-grid-row: 1;
	}
	
	.tips-carousel > div > div > div:nth-child(3) {
		-ms-grid-column: 5;
		-ms-grid-row: 1;
	}
	
	.tips-carousel > div > div > div:nth-child(4) {
		-ms-grid-column: 1;
		-ms-grid-row: 3;
	}
	
	.tips-carousel > div > div > div:nth-child(5) {
		-ms-grid-column: 3;
		-ms-grid-row: 3;
	}
	
	.tips-carousel > div > div > div:nth-child(6) {
		-ms-grid-column: 5;
		-ms-grid-row: 3;
	}
	
	.tips-carousel > div > div > div:nth-child(7) {
		-ms-grid-column: 1;
		-ms-grid-row: 5;
	}
	
	.tips-carousel > div > div > div:nth-child(8) {
		-ms-grid-column: 3;
		-ms-grid-row: 5;
	}
	
	.tips-carousel > div > div > div:nth-child(9) {
		-ms-grid-column: 5;
		-ms-grid-row: 5;
	}
	
	.tips-carousel > div > div > div:nth-child(10) {
		-ms-grid-column: 1;
		-ms-grid-row: 7;
	}
	
	.tips-carousel > div > div > div:nth-child(11) {
		-ms-grid-column: 3;
		-ms-grid-row: 7;
	}
	
	.tips-carousel .slick-slide .wp-block-button__link {
		max-width: 275px;
	}
}

@media (min-width: 1280px) {
	.tips-carousel .slick-slide .wp-block-button__link {
		max-width: 310px;
	}
}

.jetpack-video-wrapper iframe[style] {
	margin-left: auto !important;
	margin-right: auto !important;
} 

@media (min-width: 768px) {
	.jetpack-video-wrapper iframe[style] {
		width: 768px !important;
		height: 432px !important;
	} 
}

@media (min-width: 1024px) {
	.jetpack-video-wrapper iframe[style] {
		width: 1024px !important;
		height: 576px !important;
	} 
}

@media (min-width: 1280px) {
	.jetpack-video-wrapper iframe[style] {
		width: 1133px !important;
		height: 637px !important;
	} 
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

.wpforms-submit { width: 100%; max-width: 295px; }

.wp-block-image img {
	width: 100%;
}