/*
 * Style
 * Collective stylesheets for the Water Security Network WordPress theme.
 */
/*!
Theme Name: Water Security Network
Theme URI: https://wordpress.org/themes/watersecuritynetwork/
Author: Line Industries
Author URI: https://line.industries/
Description: A WordPress theme for Water Security Network, developed by Line.
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.5.2021
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: watersecuritynetwork
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);
@use "sass:map";
/* Abstracts */
/*
 * Variables
 * Collection of variables not specific to a given project.
 */
/* Directories (relative to the theme's root) */
/* Breakpoints (Webflow) */
/* WordPress */
/*
 * Functions
 * Collection of functions not specific to a given project.
 */
/*
 * Mixins
 * Collection of mixins not specific to a given project.
 */
/* Vendor Prefixes */
/* EXAMPLE: @include prefix("box-sizing", "border-box", webkit moz); */
/* Position */
/* EXAMPLE: @include position(absolute, 0, auto); */
/* EXAMPLE: @include position(absolute, 0, auto, 0, auto); */
/* Breakpoint: Desktop-down */
/* EXAMPLE: @include tablet { width: 75%; } */
/* Breakpoint: Tablet-down */
/* EXAMPLE: @include mobile { width: 50%; } */
/* Breakpoint: Mobile-down */
/* EXAMPLE: @include mini { width: 25%; } */
/* Base */
/*! normalize.css v8.0.1 | 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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * 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 {
  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 */
  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 {
  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"] {
  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; }

/* Settings */
/*
 * Fonts
 * Imported typefaces for the Water Security Network WordPress theme.
 */
/*
 This CSS resource incorporates links to font software which is the valuable copyrighted
 property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
 redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
 Imaging with any questions regarding Web Fonts:  http://www.fonts.com
 */
/*
 * Add new theme font sizes to this map.
 * IMPORTANT: Each size should correspond with the Gutenberg editor sizes in inc/theme-functions.php.
 * EXAMPLE: font-size: map.get($theme-font-sizes, "normal");
 */
/*
 * Colors
 * Palette of colors for the Water Security Network WordPress theme.
 */
/*
 * Add new theme colors to this map.
 * IMPORTANT: Each color should correspond with the Gutenberg editor colors in inc/theme-functions.php.
 * EXAMPLE: color: map.get($theme-colors, "blue");
 */
/* Vendor */
.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.justify {
  text-align: justify; }

.hidden-sm {
  display: none; }

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.row, .wp-block-columns {
  position: relative;
  width: 104%;
  margin: 0 -2% 0 -2%; }

.row [class^="col"], .wp-block-columns [class^="col"] {
  float: left;
  margin: 0 2%;
  min-height: 0.125rem; }

.row::after, .wp-block-columns::after {
  content: "";
  display: table;
  clear: both; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 96%; }

@media only screen and (min-width: 767px) {
  .col-1 {
    width: 4.33333%; }

  .col-2 {
    width: 12.66667%; }

  .col-3 {
    width: 21%; }

  .col-4 {
    width: 29.33333%; }

  .col-5 {
    width: 37.66667%; }

  .col-6 {
    width: 46%; }

  .col-7 {
    width: 54.33333%; }

  .col-8 {
    width: 62.66667%; }

  .col-9 {
    width: 71%; }

  .col-10 {
    width: 79.33333%; }

  .col-11 {
    width: 87.66667%; }

  .col-12 {
    width: 96%; }

  .hidden-sm {
    display: block; } }
.swiper-container {
  width: 100%; }

.swiper-slide {
  background-position: center;
  background-size: cover;
  background-color: #D4EDFC; }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");
  font-weight: 400;
  font-style: normal; }
:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-container-pointer-events {
  touch-action: pan-y; }
  .swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px; }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d; }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10; }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

/* Components */
/*
 * Cookie Notice
 * Styles to override the Cookie Notice & Compliance for GDPR/CCPA plugin.
 */
#cookie-notice .cookie-notice-container {
  padding: 1rem; }
  #cookie-notice .cookie-notice-container .cn-text-container {
    margin: 0 auto; }
  @media (max-width: 900px) {
    #cookie-notice .cookie-notice-container .cn-buttons-container {
      margin-top: 0.5rem; } }
  #cookie-notice .cookie-notice-container .cn-buttons-container .cn-button {
    color: inherit;
    margin: 0 0 0 1rem;
    text-decoration: none; }
  #cookie-notice .cookie-notice-container .cn-close-icon {
    display: none;
    transition: opacity 200ms ease-in-out; }

/*
 * Hamburger styles
 * Styles for the mobile menu hamburger icon.
 */
.hamburger {
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 200ms;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover, .hamburger.active:hover {
    opacity: 0.6; }
  .hamburger--inner::before, .hamburger--inner::after {
    content: "";
    display: block; }
  .hamburger--inner::before {
    top: -8px; }
  .hamburger--inner::after {
    bottom: -8px; }
  .hamburger--inner, .hamburger--inner::before, .hamburger--inner::after {
    width: 100%;
    height: 2px;
    background-color: #009FE4;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.4s;
    transition-timing-function: ease; }
  .hamburger.active--inner, .hamburger.active--inner::before, .hamburger.active--inner::after {
    background-color: #ffffff; }
  .hamburger--inner {
    display: block;
    top: 0;
    bottom: 0;
    margin: auto; }
  .hamburger--box {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative; }

.hamburger--squeeze .hamburger--inner {
  transition-duration: 0.10s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger--inner::before {
    transition: top 0.10s 0.12s ease, opacity 0.10s ease; }
  .hamburger--squeeze .hamburger--inner::after {
    transition: bottom 0.1s 0.12s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.active .hamburger--inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.active .hamburger--inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.10s ease, opacity 0.10s 0.12s ease; }
  .hamburger--squeeze.active .hamburger--inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
 * Navigation styles
 * Styles for the primary navigation menus and submenus.
 */
.navigation--wrapper {
  display: flex;
  justify-content: center;
  align-items: center; }
.navigation--left, .navigation--center, .navigation--right {
  display: flex;
  align-items: center;
  flex: 1; }
.navigation--left {
  justify-content: flex-start;
  min-width: 12rem; }
.navigation--center {
  justify-content: center;
  flex: 1; }
.navigation--right {
  justify-content: flex-end; }
  .navigation--right [class^="button-"]:not(:first-of-type) {
    margin-left: 1rem; }
  .navigation--right nav {
    display: flex;
    justify-content: flex-end;
    margin: 0 2rem 0 auto; }
.navigation--menu li.menu-item {
  list-style: none;
  color: #009FE4;
  font-size: 1rem;
  font-weight: 600;
  padding: 1rem 0;
  margin-right: 2rem;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .navigation--menu li.menu-item {
      color: #009FE4;
      padding: 0 0 1rem 0;
      margin-right: 0; } }
  .navigation--menu li.menu-item:last-of-type {
    margin-right: 0; }
  .navigation--menu li.menu-item a {
    white-space: nowrap;
    padding: 0 0 0.125rem 0;
    margin: 0;
    color: inherit;
    text-decoration: none; }
.navigation--menu li.current-menu-item a {
  border-bottom: 2px solid #009FE4; }
.navigation--menu li.menu-item-has-children {
  position: relative;
  padding-right: 1.25rem; }
  @media (max-width: 991px) {
    .navigation--menu li.menu-item-has-children {
      padding-right: 0;
      cursor: pointer; } }
  .navigation--menu li.menu-item-has-children:after {
    position: absolute;
    top: -4px;
    right: 0;
    bottom: 0;
    left: auto;
    border: solid #009FE4;
    content: ""; }
    @media (max-width: 991px) {
      .navigation--menu li.menu-item-has-children:after {
        position: absolute;
        top: 8px;
        right: 0;
        bottom: auto;
        left: auto;
        border: solid #000000; } }
.navigation--menu ul.sub-menu {
  position: absolute;
  display: none;
  padding: 0;
  margin: 1rem 0 0 0;
  background-color: #ffffff;
  box-shadow: 0 8px 24px 8px rgba(0, 0, 0, 0.2); }
  @media (max-width: 991px) {
    .navigation--menu ul.sub-menu {
      position: relative;
      margin: 0.5rem 0 0 0;
      background-color: transparent;
      box-shadow: none; } }
  .navigation--menu ul.sub-menu:before {
    content: "";
    height: 20px; }
  @media (max-width: 991px) {
    .navigation--menu ul.sub-menu > li:not(:last-of-type) {
      border-bottom: none; } }
  .navigation--menu ul.sub-menu li.menu-item {
    color: #000000 !important;
    font-weight: 400;
    padding: 1rem 1.5rem;
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
    width: 200px; }
    @media (max-width: 991px) {
      .navigation--menu ul.sub-menu li.menu-item {
        padding: 0.5rem 1.5rem; } }
    .navigation--menu ul.sub-menu li.menu-item a {
      padding-right: 0;
      margin: 0;
      border-bottom: 2px solid transparent;
      transition: color 200ms ease, border 200ms ease;
      white-space: normal; }
      .navigation--menu ul.sub-menu li.menu-item a:after {
        display: none; }
.navigation--menu.mobile {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  padding: 5rem 2rem 2rem 2rem;
  background-color: #FAFAFA;
  overflow: scroll;
  transition: left 400ms ease-in-out;
  z-index: 8; }
  .navigation--menu.mobile.active {
    left: 0%; }
  @media (max-width: 767px) {
    .navigation--menu.mobile {
      padding: 8.5rem 1.5rem 1.5rem 1.5rem; } }
.navigation--logo {
  max-width: 165px;
  margin: 15px 0; }
  @media (max-width: 991px) {
    .navigation--logo {
      height: 2rem; } }
  .navigation--logo--wrapper {
    border: none !important; }

nav li {
  list-style: none; }
nav.secondary-navigation li {
  margin-bottom: 0.5rem; }

.breadcrumb-navigation a {
  border-bottom: 2px solid transparent; }
  .breadcrumb-navigation a:hover, .breadcrumb-navigation a.current {
    color: #ffffff;
    border-bottom: 2px solid #009FE4; }
.breadcrumb-navigation .breadcrumb-arrow {
  background-image: url("./assets/images/icon--arrow-circled-right.png"); }

/* Overrides */
/*
 * Helpers
 * Collection of classes and placeholders not specific to a given project.
 */
/*
 * Clearfix
 * EXAMPLE: @extend %clearfix;
 */
/*
 * Theme colors
 * Classes should be used within markup. Placeholders should be extended in stylesheets.
 * EXAMPLE: class="color--blue" OR @extend %background--blue;
 */
.color--primary-blue,
.has-primary-blue-color {
  color: #009FE4 !important; }

.background--primary-blue {
  background-color: #009FE4 !important; }

.color--secondary-blue,
.has-secondary-blue-color {
  color: #D4EDFC !important; }

.background--secondary-blue {
  background-color: #D4EDFC !important; }

.color--primary-grey,
.has-primary-grey-color {
  color: #475E69 !important; }

.background--primary-grey {
  background-color: #475E69 !important; }

.color--secondary-grey,
.has-secondary-grey-color {
  color: #D4DDE2 !important; }

.background--secondary-grey {
  background-color: #D4DDE2 !important; }

.color--tertiary-grey,
.has-tertiary-grey-color {
  color: #FAFAFA !important; }

.background--tertiary-grey {
  background-color: #FAFAFA !important; }

/*
 * Theme font sizes
 * Classes will be used by Gutenberg and can also be used within markup. Placeholders should be extended in stylesheets.
 * EXAMPLE: class="has-extra-large-font-size" OR @extend %has-extra-large-font-size;
 */
.has-x-small-font-size {
  font-size: 0.625rem !important; }
  @media (max-width: 991px) {
    .has-x-small-font-size {
      font-size: calc(0.625rem - 0.25rem) !important; } }
  @media (max-width: 991px) {
    .has-x-small-font-size {
      font-size: calc(0.625rem - 0.375rem) !important; } }

.has-small-font-size {
  font-size: 0.75rem !important; }
  @media (max-width: 991px) {
    .has-small-font-size {
      font-size: calc(0.75rem - 0.25rem) !important; } }
  @media (max-width: 991px) {
    .has-small-font-size {
      font-size: calc(0.75rem - 0.375rem) !important; } }

.has-normal-font-size {
  font-size: 1rem !important; }
  @media (max-width: 991px) {
    .has-normal-font-size {
      font-size: calc(1rem - 0.25rem) !important; } }
  @media (max-width: 991px) {
    .has-normal-font-size {
      font-size: calc(1rem - 0.375rem) !important; } }

.has-large-font-size {
  font-size: 1.25rem !important; }
  @media (max-width: 991px) {
    .has-large-font-size {
      font-size: calc(1.25rem - 0.25rem) !important; } }
  @media (max-width: 991px) {
    .has-large-font-size {
      font-size: calc(1.25rem - 0.375rem) !important; } }

.has-x-large-font-size {
  font-size: 1.5rem !important; }
  @media (max-width: 991px) {
    .has-x-large-font-size {
      font-size: calc(1.5rem - 0.25rem) !important; } }
  @media (max-width: 991px) {
    .has-x-large-font-size {
      font-size: calc(1.5rem - 0.375rem) !important; } }

/*
 * Breakpoint visibility
 * Classes should be used within markup. Placeholders should be extended in stylesheets.
 * EXAMPLE: class="visible--desktop" OR @extend %invisible--tablet;
 */
.visible--desktop {
  display: block !important; }
  @media (max-width: 991px) {
    .visible--desktop {
      display: none !important; } }
  @media (max-width: 767px) {
    .visible--desktop {
      display: none !important; } }
.visible--tablet {
  display: none !important; }
  @media (max-width: 991px) {
    .visible--tablet {
      display: block !important; } }
  @media (max-width: 767px) {
    .visible--tablet {
      display: block !important; } }
.visible--mobile {
  display: none !important; }
  @media (max-width: 991px) {
    .visible--mobile {
      display: none !important; } }
  @media (max-width: 767px) {
    .visible--mobile {
      display: block !important; } }

.invisible--desktop {
  display: none !important; }
  @media (max-width: 991px) {
    .invisible--desktop {
      display: block !important; } }
  @media (max-width: 767px) {
    .invisible--desktop {
      display: block !important; } }
.invisible--tablet {
  display: block !important; }
  @media (max-width: 991px) {
    .invisible--tablet {
      display: none !important; } }
  @media (max-width: 767px) {
    .invisible--tablet {
      display: none !important; } }
.invisible--mobile {
  display: block !important; }
  @media (max-width: 991px) {
    .invisible--mobile {
      display: block !important; } }
  @media (max-width: 767px) {
    .invisible--mobile {
      display: none !important; } }

/* Add additional styles below. */
body {
  overflow-x: hidden; }

* {
  box-sizing: border-box; }

img {
  max-width: 100%; }

.wp-block-image {
  margin: 0; }

@media (max-width: 767px) {
  img.alignright, figure.alignright {
    width: 100%;
    height: auto; } }
/* Simple Grid */
.container,
.entry-content {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  padding-left: 3rem;
  padding-right: 3rem; }
  @media (max-width: 767px) {
    .container,
    .entry-content {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.entry-content > .container {
  padding-left: 0;
  padding-right: 0; }

.section.alignfull,
.section-block--navigation,
.section-hero,
.section.section--head,
.section--feature-panel,
.section.post-collection,
.section-hero-home,
.hero-slideshow,
.align-full {
  margin-left: calc( -100vw / 2 + 100% / 2 );
  margin-right: calc( -100vw / 2 + 100% / 2 );
  max-width: 100vw; }

.section-hero {
  padding-bottom: 1rem; }

img.alignright,
figure.alignright {
  padding: 0;
  margin: 0 0 2rem 2rem;
  display: inline;
  float: right; }
  img.alignright img,
  figure.alignright img {
    float: left;
    width: 100%; }

figcaption {
  background-color: #FAFAFA;
  font-size: 0.875rem;
  padding: 10px;
  float: left;
  width: 100%; }

.section.section--head {
  position: relative;
  padding: 0;
  z-index: 9;
  overflow: visible; }

.section {
  position: relative;
  overflow: hidden;
  padding: 3rem 0; }

@media (max-width: 767px) {
  .section {
    padding: 1rem 0; } }
.post .entry-content h1, .post .entry-content h2, .post .entry-content h3, .post .entry-content h4, .post .entry-content h5, .post .entry-content p, .post .entry-content ul {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }

.site-content {
  padding-bottom: 6rem; }

.entry-content {
  padding-top: 3rem; }
  @media (max-width: 767px) {
    .entry-content {
      padding-top: 2rem; } }

.entry-content .section:first-of-type {
  margin-top: -3rem; }

/* Placeholders */
.navigation--menu li.menu-item-has-children:after {
  width: 6px;
  height: 6px;
  border-width: 0 2px 2px 0;
  margin: auto;
  transform: rotate(45deg); }

.button--search,
.button--menu {
  transition: opacity 200ms ease-in-out; }
  .button--search:hover,
  .button--menu:hover {
    opacity: 0.6; }

/* Color adjustments */
.background--none {
  color: #000000 !important; }
  .background--none .heading-with-button,
  .background--none .modal-text {
    color: inherit !important; }
  .background--none > .modal-heading-wrapper {
    border-color: #000000 !important; }
  .background--none > .modal-close {
    background-image: url("./assets/images/icon--close--black.svg") !important; }
  .background--none.statistic-card .statistic-card--verb {
    color: #4f5858; }
  .background--none.statistic-card .statistic-card--subject {
    color: #4f5858; }

/* Font adjustments */
.background--red h1,
.background--red h2,
.background--red h3,
.background--red h4,
.background--red h5,
.background--red h6,
.background--green h1,
.background--green h2,
.background--green h3,
.background--green h4,
.background--green h5,
.background--green h6,
.background--blue h1,
.background--blue h2,
.background--blue h3,
.background--blue h4,
.background--blue h5,
.background--blue h6,
.background--yellow h1,
.background--yellow h2,
.background--yellow h3,
.background--yellow h4,
.background--yellow h5,
.background--yellow h6 {
  font-weight: 800; }

.cta-box-body h1,
.cta-box-body h2,
.cta-box-body h3,
.cta-box-body h4,
.cta-box-body h5,
.cta-box-body h6 {
  color: #000000 !important; }

body {
  font-family: 'Montserrat', sans-serif;
  color: #475E69;
  line-height: 1.5; }

h1 {
  font-size: 4rem; }
  @media (max-width: 767px) {
    h1 {
      font-size: 1.625rem; } }

h1.hero--heading--small {
  font-size: 2.25rem;
  color: #009FE4;
  margin: 0 0 1rem 0; }
  @media (max-width: 767px) {
    h1.hero--heading--small {
      font-size: 1.625rem; } }

h2 {
  font-weight: 600;
  font-size: 1.625rem;
  color: #009FE4;
  margin-top: 0; }

.content-panel h3 {
  font-weight: 400;
  font-size: 1.375rem;
  color: #009FE4;
  margin-top: 0; }

h3.card-heading,
.searchable-title {
  font-size: 1.375rem;
  line-height: 1.3;
  color: #475E69;
  font-weight: 600; }
  h3.card-heading a,
  .searchable-title a {
    text-decoration: none;
    color: #475E69; }
    h3.card-heading a:hover,
    .searchable-title a:hover {
      color: #009FE4; }

.searchable-title {
  display: inline-block;
  margin-top: 16px; }

h3 a {
  text-decoration: none;
  color: #475E69;
  transition: color 0.2s ease; }
  h3 a:hover {
    color: #009FE4; }

a {
  color: #009FE4; }

blockquote {
  margin: 1rem 0;
  padding: 0;
  font-size: 1.625rem;
  color: #009FE4; }

a.card-clear--wrapper {
  text-decoration: none;
  color: #475E69; }

.social-icon.facebook {
  background-image: url("./assets/images/icon--facebook.png"); }
.social-icon.twitter {
  background-image: url("./assets/images/icon--twitter.png"); }
.social-icon.instagram {
  background-image: url("./assets/images/icon--instagram.png"); }
.social-icon.youtube {
  background-image: url("./assets/images/icon--youtube.png"); }

.modal--wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: none;
  width: 100vw;
  height: 100vh;
  padding: 8rem 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2); }

.modal {
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
  z-index: 22;
  width: 100%;
  max-width: 500px;
  background-color: #fff; }

.modal-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 1rem;
  height: 1rem;
  margin-top: 1rem;
  margin-right: 1rem;
  background-image: url(../images/icon-close-white.svg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer; }

.modal--wrapper {
  position: fixed !important;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 200; }
  .modal--wrapper .modal {
    position: relative;
    top: 0;
    max-width: 600px;
    margin: auto; }
    .modal--wrapper .modal .modal-body {
      max-width: unset;
      min-height: 0;
      padding: 3rem; }
      .modal--wrapper .modal .modal-body > .modal-close {
        background-image: url("./assets/images/icon--close--black.svg"); }

.form--text-field.text-field--custom.field-inline {
  width: 75%;
  margin-right: 5%;
  float: left; }
  @media (max-width: 767px) {
    .form--text-field.text-field--custom.field-inline {
      width: 100%;
      margin-right: 0; } }

.form--text-field.text-field--custom {
  margin-bottom: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  border-style: solid;
  border-width: 2px;
  border-color: #009FE4;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-size: 1rem; }

.button.button-form-inline, .button-form-inline.wp-block-button__link, .button-form-inline.wp-block-button__link {
  width: 20%;
  margin-top: 0rem;
  margin-right: 0rem; }
  @media (max-width: 767px) {
    .button.button-form-inline, .button-form-inline.wp-block-button__link, .button-form-inline.wp-block-button__link {
      width: 100%; } }

input.w-button {
  -webkit-appearance: button; }

.button, .wp-block-button__link,
.wp-block-button__link {
  margin: .5rem 1.5rem .5rem 0;
  padding: 1rem 1.5rem 1rem;
  border-style: solid;
  border-width: 1px;
  border-color: #009FE4;
  border-radius: 2px;
  background-color: #009FE4;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #FFF;
  font-weight: 700;
  cursor: pointer; }

.search-form {
  max-width: 600px;
  margin: 0 auto 3rem 0; }

.primary-navigation .search-form {
  margin: 1rem auto 0 auto;
  padding-top: 2rem; }

.button, .wp-block-button__link {
  margin: 0.5rem 1.5rem 0.5rem 0; }
  .button[disabled], [disabled].wp-block-button__link {
    opacity: 0.5;
    cursor: not-allowed; }

.button--search,
.button--menu {
  border: none;
  width: 26px;
  height: 26px; }

.button--search {
  padding: 0;
  margin: 0;
  background: transparent; }
  .button--search .icon--search {
    width: 100%;
    height: 100%;
    background: transparent url("./assets/images/icon--search--white.svg") no-repeat center center;
    background-size: 80%;
    cursor: pointer; }

/* Footer */
.section.footer {
  background-color: #009FE4;
  min-height: 200px;
  padding-top: 3rem;
  color: #FFF;
  float: left;
  width: 100%;
  clear: both;
  margin-top: -6rem; }
  .section.footer .footer-rule {
    border-top: solid 1px #FFF;
    margin-bottom: 3rem; }
  .section.footer .footer-header {
    color: #FFF;
    margin-bottom: 0.5rem; }
  .section.footer .footer-logo {
    height: 50px; }
  .section.footer a {
    color: #FFF;
    text-decoration: none; }
  .section.footer div > p:first-child {
    margin-top: 0;
    padding-top: 0; }

/* Home */
.section-hero-home {
  padding-bottom: 0; }

.hero--heading--home {
  font-size: 1.625rem;
  color: #009FE4;
  margin: 0;
  line-height: 1.3;
  max-width: 800px; }

.home-hero-inner {
  border-bottom: 1px solid #009FE4;
  padding-bottom: 2rem;
  width: 100%; }

.card--image.landscape {
  width: 100%;
  padding-bottom: 75.94%;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #FAFAFA; }

h2.heading-with-button {
  color: #009FE4;
  margin-top: 0;
  padding-top: 0;
  font-size: 1.625rem;
  line-height: 1.3; }
  h2.heading-with-button .button, h2.heading-with-button .wp-block-button__link {
    background: #009FE4;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    padding: 0;
    margin-left: 8px;
    content: '';
    display: inline-block;
    color: transparent;
    font-size: 0;
    position: absolute;
    top: -2px; }
  h2.heading-with-button .button:after, h2.heading-with-button .wp-block-button__link:after {
    width: 6px;
    height: 6px;
    margin: auto;
    transform: rotate(226deg);
    position: absolute;
    top: -1px;
    right: 8px;
    bottom: 0;
    left: auto;
    border-bottom: 3px solid #FFF;
    border-left: 3px solid #FFF;
    border-right: transparent;
    content: ""; }

.arrow-link {
  position: relative;
  font-weight: 600;
  text-decoration: none;
  padding-right: 20px; }
  .arrow-link:hover {
    color: #475E69; }
  .arrow-link:after {
    width: 6px;
    height: 6px;
    margin: auto;
    transform: rotate(226deg);
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    left: auto;
    border-bottom: 3px solid #009FE4;
    border-left: 3px solid #009FE4;
    border-right: transparent;
    content: ""; }
  .arrow-link:hover:after {
    border-bottom: 3px solid #475E69;
    border-left: 3px solid #475E69; }

h2 a {
  text-decoration: none;
  color: #009FE4; }

/* Hero slideshow */
section.hero-slideshow {
  padding-bottom: 0; }

.hero-slideshow--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 33%;
  z-index: 1000; }
  @media (max-width: 767px) {
    .hero-slideshow--overlay {
      width: 100%; } }
  .hero-slideshow--overlay h2 {
    color: #009FE4;
    margin-top: 0;
    padding-top: 0;
    font-size: 1.625rem;
    line-height: 1.3; }
    .hero-slideshow--overlay h2 a {
      text-decoration: none;
      color: #009FE4; }
      .hero-slideshow--overlay h2 a:after {
        background: #009FE4;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        margin-left: 5px;
        content: 'next';
        display: inline-block;
        font-family: swiper-icons;
        color: #FFF;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none; }
  .hero-slideshow--overlay .hero-slideshow--controls {
    position: absolute;
    top: 0;
    right: 0; }
    .hero-slideshow--overlay .hero-slideshow--controls .swiper-button-next,
    .hero-slideshow--overlay .hero-slideshow--controls .swiper-button-prev {
      top: 0;
      margin-top: 0;
      position: absolute; }
    .hero-slideshow--overlay .hero-slideshow--controls .swiper-button-next {
      right: 0; }
    .hero-slideshow--overlay .hero-slideshow--controls .swiper-button-prev {
      right: 40px;
      left: auto; }
  .hero-slideshow--overlay .swiper-button {
    background: #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px; }
  .hero-slideshow--overlay .swiper-button-prev {
    left: 0; }
  .hero-slideshow--overlay .swiper-button-next:after,
  .hero-slideshow--overlay .swiper-button-prev:after {
    font-size: 15px;
    color: #009FE4;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial; }

.hero-slideshow--image {
  width: 100%;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center; }

.swiper-slide h2,
.swiper-slide h2 a {
  font-size: 2rem;
  line-height: 1.3;
  color: #475E69;
  margin-top: 3rem;
  text-decoration: none; }
  @media (max-width: 767px) {
    .swiper-slide h2,
    .swiper-slide h2 a {
      font-size: 1.625rem; } }

.section--feature-panel {
  padding-top: 0;
  padding-bottom: 0; }

.section--resources .row, .section--resources .wp-block-columns,
.section--team .row,
.section--team .wp-block-columns,
.section--search .row,
.section--search .wp-block-columns {
  display: flex;
  flex-wrap: wrap; }
.section--resources .row > div, .section--resources .wp-block-columns > div,
.section--team .row > div,
.section--team .wp-block-columns > div,
.section--search .row > div,
.section--search .wp-block-columns > div {
  flex: 1 0 auto;
  margin-bottom: 2rem;
  flex-grow: 0; }

.section-block--navigation .row, .section-block--navigation .wp-block-columns {
  display: flex;
  flex-wrap: wrap; }
.section-block--navigation .col-4 {
  border-bottom: 1px solid #475E69;
  flex: 1 0 25%;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }
  @media (max-width: 767px) {
    .section-block--navigation .col-4 {
      flex: none; } }
  .section-block--navigation .col-4 a {
    text-decoration: none;
    font-weight: 400;
    font-size: 1.625rem;
    color: #475E69; }
  .section-block--navigation .col-4 a:hover {
    color: #009FE4; }

.section--news-grid .row, .section--news-grid .wp-block-columns,
.section--resources .row,
.section--resources .wp-block-columns {
  display: flex;
  flex-wrap: wrap; }
.section--news-grid .col-4,
.section--resources .col-4 {
  border-bottom: 1px solid #475E69;
  flex: 1 0 100%;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }
  @media (min-width: 767px) {
    .section--news-grid .col-4,
    .section--resources .col-4 {
      flex: 1 0 25%; } }

.section--card-blocks {
  margin-top: 0 !important; }
  .section--card-blocks .row, .section--card-blocks .wp-block-columns {
    display: flex;
    flex-wrap: wrap; }
  .section--card-blocks .row > div, .section--card-blocks .wp-block-columns > div {
    flex: 1 0 auto;
    margin-bottom: 2rem;
    flex-grow: 0; }
  .section--card-blocks .card-img {
    width: 100%;
    padding-bottom: 75.94%;
    background-color: #FAFAFA;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 50% 50%; }

.background--tertiary-grey .card-img {
  background-color: #FFF; }

ul#resources-list {
  margin: 0;
  padding: 0; }
  ul#resources-list li {
    list-style-type: none;
    width: 100%;
    border-bottom: solid 1px #475E69;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }

.section--team h3 {
  color: #475E69;
  font-size: 1.375rem;
  font-weight: 400;
  position: relative;
  cursor: pointer; }
  .section--team h3:after {
    width: 6px;
    height: 6px;
    margin: auto;
    transform: rotate(136deg);
    position: absolute;
    top: -4px;
    right: 1px;
    bottom: 0;
    left: auto;
    border-bottom: solid #009FE4;
    border-left: solid #009FE4;
    border-right: transparent;
    content: ""; }
.section--team .accordion.closed h3:after {
  transform: rotate(316deg); }
.section--team .col-4 {
  border-top: solid 1px #D4DDE2; }
.section--team .accordion {
  margin-bottom: 1rem; }
.section--team .accordion.closed {
  position: relative;
  width: 100%;
  min-height: 3rem;
  max-height: 3rem;
  overflow: hidden; }
.section--team .team-meta {
  color: #009FE4;
  font-weight: 600; }

.pagination {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 2rem; }
  .pagination .page-numbers,
  .pagination a {
    border: 1px solid #009FE4;
    color: #009FE4;
    padding: 10px;
    text-decoration: none; }
  .pagination a:hover,
  .pagination .current {
    color: #ffffff;
    background-color: #009FE4; }

.section--feature-panel .row, .section--feature-panel .wp-block-columns {
  display: flex; }
  @media (max-width: 767px) {
    .section--feature-panel .row, .section--feature-panel .wp-block-columns {
      display: block; } }
  .section--feature-panel .row .col-6, .section--feature-panel .wp-block-columns .col-6 {
    flex: 1; }
    @media (max-width: 767px) {
      .section--feature-panel .row .col-6, .section--feature-panel .wp-block-columns .col-6 {
        flex: none; } }

.wpgmza_map {
  margin-bottom: 2rem; }
  .wpgmza_map .gm-style-iw div {
    overflow-y: auto !important; }

.video_wrapper iframe {
  width: 100% !important; }

.post-type-archive-resources section:nth-of-type(even) {
  background-color: #ffffff; }
.post-type-archive-resources section:nth-of-type(odd) {
  background-color: #FAFAFA; }

/*
 * WordPress
 * Styles to override those of WordPress and its editor, Gutenberg, for the Water Security Network theme.
 */
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed; } }

@media (max-width: 991px) {
  body.admin-bar .section.section--head {
    top: 32px; } }
  @media screen and (max-width: 991px) and (max-width: 782px) {
    body.admin-bar .section.section--head {
      top: 0; } }

body.admin-bar .section.section--head.sticky {
  top: 32px; }
  @media screen and (max-width: 782px) {
    body.admin-bar .section.section--head.sticky {
      top: 0; } }
body.admin-bar .navigation--menu.mobile {
  margin-top: 32px; }
  @media screen and (max-width: 782px) {
    body.admin-bar .navigation--menu.mobile {
      margin-top: 0; } }

.acf-block-preview .background--white {
  border: dashed 1px #000000; }

.wp-block {
  max-width: unset; }

.block-editor-block-list__block {
  margin-top: 0;
  margin-bottom: 1rem; }

.wp-block-buttons > .wp-block-button {
  margin: 0; }

.wp-block-button__link {
  font-size: 1rem;
  color: #000000 !important;
  margin-top: 1rem;
  margin-bottom: 0; }

.wp-block-image {
  margin-bottom: 0; }
  .wp-block-image img {
    height: auto; }

.wp-block-columns {
  margin-bottom: 0; }
  .wp-block-columns.no-margin {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%; }
  .wp-block-columns .wp-block-column {
    min-height: 1px;
    margin-right: 2%;
    margin-left: 2%; }
    .wp-block-columns .wp-block-column.no-margin {
      margin-right: 0%;
      margin-left: 0%; }
    .wp-block-columns .wp-block-column.wrapper {
      padding: 2rem 3rem 1rem; }
  .wp-block-columns .wp-block-column[style*=flex-basis].flex-grow {
    flex-grow: 1; }
  @media (max-width: 767px) {
    .wp-block-columns .wp-block-column:not(:only-child) {
      flex-basis: 100% !important; } }
  @media (max-width: 991px) {
    .wp-block-columns .wp-block-column:not(:last-of-type) {
      margin-bottom: 2rem; } }
  @media (max-width: 781px) and (min-width: 600px) {
    .wp-block-columns .wp-block-column:not(:only-child) {
      flex-basis: inherit !important; } }

/*# sourceMappingURL=style.css.map */
