/*
Theme Name: Aquatica
Theme URI: https://github.com/WordPress/twentynineteen
Author: ORNL
Description: Responsive Wordpress Theme developed at Oak Ridge National Laboratory
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aquatica

Features custom logo and no menu.

*/
/* media queries */
/*--------------------------------------------------------------
/* 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("https://fonts.googleapis.com/css2?family=Carrois+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abel&display=swap");
/* line 11, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 24, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
body {
  margin: 0;
  position: relative;
  z-index: 1;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 35, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
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.
 */
/* line 48, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
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.
 */
/* line 59, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 71, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
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.
 */
/* line 80, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
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.
 */
/* line 90, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
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.
 */
/* line 100, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 111, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 120, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 128, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 132, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 143, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 155, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
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.
 */
/* line 171, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
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.
 */
/* line 181, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/* line 186, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
form {
  margin: 0;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 194, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 205, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
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.
 */
/* line 217, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 228, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
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.
 */
/* line 239, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
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.
 */
/* line 252, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 260, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 269, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 279, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
[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.
 */
/* line 289, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 298, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
[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.
 */
/* line 307, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 319, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 327, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 338, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 346, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_normalize.scss */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
/* Typography
--------------------------------------------------------------*/
/* latin */
/* line 13, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
html,
body {
  height: 100%;
}

/* line 18, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
body {
  font-family: "Abel", sans-serif;
  font-size: 1.2rem;
  line-height: 1.35rem;
  color: #333;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}

/* line 28, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 200;
  margin: 0;
  font-family: "Carrois Gothic", sans-serif;
  line-height: 1em;
  color: #333;
  font-weight: 300;
  text-transform: capitalize;
}

/* line 43, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
h1 {
  font-size: 1.75rem;
  margin: 0 0 1.5rem;
  position: relative;
  font-weight: 300;
}

/* line 53, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
h2 {
  font-size: 1.5rem;
  margin: 0 0 1.5rem;
  line-height: 1em;
  position: relative;
}

/* line 73, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
h3 {
  font-size: 1.25rem;
  margin: 0 0 1rem;
}

/* line 78, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
h4 {
  font-size: 1.2rem;
  margin: 0 0 1rem;
}

/* line 84, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
h5 {
  font-size: 1.2rem;
  margin: 0 0 0.75rem;
}

/* line 89, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
h6 {
  font-size: 1.2rem;
  margin: 0 0 0.75rem;
}

/* line 94, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
a {
  color: #333;
}

/* line 97, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
a:hover, a:visited {
  color: #333;
}

/* line 103, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
ul,
ol,
p {
  margin: 0 0 1.3rem;
  font-size: 1.2rem;
  font-weight: 200;
}

/* line 111, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
em {
  font-style: italic;
}

/* line 115, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
strong {
  font-weight: 700;
}

/* line 122, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
.textwidget ul li {
  font-size: 14px;
}

/* line 131, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
.sidebar-widget ul li {
  font-size: 14px;
}

/* line 137, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
.caption-text {
  font-size: 0.85em;
  text-align: center;
  color: #ECECEC;
}

/* line 144, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
.section-title {
  display: flex;
  justify-content: center;
}

/* line 149, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
.text-center {
  text-align: center;
}

/* line 153, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
.align-right {
  text-align: right;
}

/* line 157, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
.big-link {
  font-size: 24px;
  margin: 10px 0;
}

/* line 162, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
.white {
  color: #ffffff;
}

/* line 166, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
.italic-text {
  font-style: italic;
}

/* line 170, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
blockquote {
  font-size: 22px;
  color: #ECECEC;
  background: #ffffff;
  font-style: italic;
  margin: 0 20px 0 0;
  padding: 10px 20px 10px 30px;
  border-left: 3px solid #3E6C96;
  margin: 20px 0;
}

/* line 180, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
blockquote p {
  font-size: 1.2rem;
  margin-top: 0;
}

/* line 186, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
.preview-text {
  margin: 0 0 15px;
}

/* line 190, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
.callout {
  background: #77945B;
  color: #ffffff;
  font-size: 18px;
  width: 50%;
  padding: 20px 25px;
  float: right;
  margin: 0 0 15px 25px;
}

/* line 199, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
.callout h1,
.callout h2,
.callout h3,
.callout h4,
.callout h5,
.callout h6,
.callout p {
  color: #ffffff;
}

/* line 218, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
.text-left {
  text-align: left;
}

/* line 222, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/typography/_typography.scss */
.text-right {
  text-align: right;
}

/*--------------------------------------------------------------
/* Elements
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_elements.scss */
button,
.button {
  background-color: #B8C7AA;
  border: none;
  border-radius: 2rem;
  display: flow-root;
  text-decoration: none;
  padding: 0.5rem 2.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 11, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_elements.scss */
button:hover,
.button:hover {
  background-color: #77945B;
  text-decoration: none;
  cursor: pointer;
}

/* line 18, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_elements.scss */
button a,
button a:visited,
.button a,
.button a:visited {
  color: #333;
  text-decoration: none;
}

/* line 29, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_elements.scss */
.center-button {
  margin: 0 auto;
}

/* line 33, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_elements.scss */
a.button,
a.button:visited {
  color: #333;
}

/* line 37, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_elements.scss */
a.button:hover,
a.button:visited:hover {
  color: #ffffff;
}

/* line 53, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_elements.scss */
.lg-button,
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit] {
  padding: 15px 40px;
  margin: 20px 0;
}

/* line 60, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_elements.scss */
.sm-button {
  padding: 10px 30px;
  margin: 0;
  font-size: 18px;
}

/* line 66, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_elements.scss */
.title,
.cover {
  width: 100%;
}

/* line 71, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_elements.scss */
img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: inline;
}

/* line 78, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_elements.scss */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* line 83, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_elements.scss */
.full-width {
  width: 100%;
}

/* line 87, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_elements.scss */
hr {
  margin: 30px 0;
  height: 0;
  border: 2px solid #3E6C96;
}

/*--------------------------------------------------------------
/* Accordion
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_accordion.scss */
.faq-section .preview-text {
  text-align: center;
  margin: 0 0 79px;
}

/* line 6, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_accordion.scss */
.accordion,
.accordion .list-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 13, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_accordion.scss */
.accordion > li {
  border-bottom: 2px solid #e1e1e1;
}

/* line 17, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_accordion.scss */
.accordion .active a {
  color: #068455;
}

/* line 21, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_accordion.scss */
.accordion .active a:before {
  color: #068455;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: -11px 0 0;
}

/* line 29, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_accordion.scss */
.accordion .opener {
  display: block;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  color: #2C383D;
  text-transform: uppercase;
  padding: 13px 30px 16px 0;
}

/* line 39, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_accordion.scss */
.accordion .opener:before {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  font-size: 22px;
  line-height: 1;
  font-weight: normal;
  right: -4px;
  top: 50%;
  margin: -13px 0 0;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
}

/* line 53, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_accordion.scss */
#pre-header {
  background-color: #008556 !important;
}

/* line 57, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_accordion.scss */
.accordion .opener:hover,
.accordion .opener:focus {
  text-decoration: none;
  color: #068455 !important;
}

/* line 63, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_accordion.scss */
.accordion .opener:hover:before,
.accordion .opener:focus:before {
  color: #068455 !important;
}

/* line 68, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_accordion.scss */
.accordion .slide {
  font-size: 16px;
  line-height: 23px;
  margin-top: -20px;
}

/* line 76, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_accordion.scss */
.accordion h2 {
  margin: 0 0 14px;
}

/* line 81, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_accordion.scss */
.accordion p {
  margin: 0 0 24px;
}

/* line 85, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_accordion.scss */
.accordion li:last-child {
  margin-bottom: 50px;
}

/* line 89, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_accordion.scss */
.accordion .list-box {
  margin: 0 0 29px;
}

/* line 92, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_accordion.scss */
.accordion .list-box li {
  margin: 0 0 4px;
}

/*--------------------------------------------------------------
/* Hero
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_hero.scss */
.hero-wrapper {
  position: relative;
  color: #ffffff;
  padding: 2.5rem;
}

/* line 6, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_hero.scss */
.hero-wrapper.page-hero {
  padding: 0.5rem;
}

/* line 7, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_hero.scss */
.hero-wrapper.page-hero p {
  margin: 0;
}

/* line 13, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_hero.scss */
.hero-wrapper.hero-bgrd-full {
  padding: 4rem 0;
}

/* line 17, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_hero.scss */
.hero-wrapper .hero-text {
  padding: 20px;
  max-width: 50%;
  margin: 0 auto;
  text-align: center;
}

/* line 25, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_hero.scss */
.hero-wrapper h1 {
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 0.1rem;
}

/* line 38, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_hero.scss */
.hero-wrapper p {
  margin-bottom: 1.25rem;
}

/* line 46, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_hero.scss */
.hero-wrapper .site-byline {
  font-size: 1.2rem;
  font-weight: 300;
  display: inline-block;
}

/*--------------------------------------------------------------
/* Video Spotlight
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_video-spotlight.scss */
.featured-section {
  display: flex;
  justify-content: center;
}

/* line 7, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_video-spotlight.scss */
.spotlight-wrapper {
  position: relative;
  padding: 40px 40px;
  width: 100%;
}

/* line 13, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_video-spotlight.scss */
.spotlight-wrapper.nomargin {
  margin: 0px;
}

/* line 18, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_video-spotlight.scss */
.poster-image {
  display: flex;
  justify-content: center;
  position: relative;
}

/* line 24, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_video-spotlight.scss */
.featured-text {
  color: #ffffff;
  padding: 20px 0;
}

/* line 27, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_video-spotlight.scss */
.featured-text h2 {
  color: #3E6C96;
}

/* line 36, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_video-spotlight.scss */
.feat-none-bgrd {
  background: #ffffff;
}

/* line 40, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_video-spotlight.scss */
.feat-lgreen-bgrd {
  background: #42860f;
  background: linear-gradient(0deg, #42860f 0%, #59b315 100%);
}

/* line 45, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_video-spotlight.scss */
.feat-dgreen-bgrd {
  background: #3c795b;
  background: linear-gradient(0deg, #3c795b 0%, #18581c 100%);
}

/* line 50, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_video-spotlight.scss */
.feat-lblue-bgrd {
  background: #4a8f8a;
  background: linear-gradient(0deg, #4a8f8a 0%, #2b5751 100%);
}

/* line 56, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_video-spotlight.scss */
.feat-dblue-bgrd {
  background: #70c6bf;
  background: linear-gradient(0deg, #70c6bf 0%, #3f7282 100%);
}

/*--------------------------------------------------------------
/* Text Image Block
--------------------------------------------------------------*/
/* text-image block */
/* line 3, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_text-image.scss */
.text-image-section {
  margin: 2rem 0 0;
}

/* line 7, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_text-image.scss */
.text-image-wrapper {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
}

/* line 12, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_text-image.scss */
.text-image-wrapper .image-content {
  font-style: italic;
}

/* line 16, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_text-image.scss */
.text-image-wrapper img {
  margin-bottom: 0.5rem;
}

@media (max-width: 992px) {
  /* line 22, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_text-image.scss */
  .text-image-wrapper {
    padding: 0 1rem;
  }
}

@media (max-width: 767px) {
  /* line 28, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_text-image.scss */
  .text-image-wrapper {
    grid-template-columns: 1fr;
  }
}

/*--------------------------------------------------------------
/* Unified Card Row
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_unified-card-row.scss */
.unified-card-section {
  margin-top: 2rem;
}

/* line 5, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_unified-card-row.scss */
.unified-cards {
  display: flex;
  justify-content: center;
  gap: 2rem;
  background: #B8C7AA;
  border-radius: 15px;
}

/* line 13, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_unified-card-row.scss */
.unified-card {
  flex-basis: 100%;
  padding: 1.5rem;
  unified-align: center;
  text-align: center;
}

/* line 19, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_unified-card-row.scss */
.unified-card p {
  margin: 0;
}

@media (max-width: 992px) {
  /* line 25, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_unified-card-row.scss */
  .unified-card-wrapper {
    padding: 0 1rem;
  }
  /* line 29, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_unified-card-row.scss */
  .unified-cards {
    flex-direction: column;
    gap: 0.25rem;
  }
}

/*--------------------------------------------------------------
/* Info Cards
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_info-cards.scss */
.info-card-section {
  padding: 40px 0 20px;
}

/* line 5, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_info-cards.scss */
.info-card-flex {
  display: flex;
  flex-wrap: wrap;
}

/* line 9, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_info-cards.scss */
.info-card-flex .info-card {
  flex-basis: 50%;
  display: flex;
  margin-bottom: 40px;
}

/* line 14, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_info-cards.scss */
.info-card-flex .info-card h3 {
  background: #77945B;
  color: #ffffff;
  margin-bottom: 10px;
  padding: 10px 15px 7px;
}

/* line 21, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_info-cards.scss */
.info-card-flex .info-card .info-card-text {
  margin-left: 10px;
}

/* line 25, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_info-cards.scss */
.info-card-flex .info-card img {
  margin-right: 10px;
  align-self: flex-start;
  width: 50%;
}

/* line 31, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_info-cards.scss */
.info-card-flex .info-card p {
  margin-left: 5px;
  font-size: 16px;
}

/* line 37, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_info-cards.scss */
.info-card-flex .info-card:nth-child(2n+1) .info-card-body {
  padding-right: 20px;
}

/* line 42, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_info-cards.scss */
.info-card-flex .info-card .detail-button {
  margin: 30px 0 0;
  text-align: right;
}

/* line 48, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_info-cards.scss */
.info-card-flex .info-card .detail-button .button::after {
  content: " +";
}

/*--------------------------------------------------------------
/* Message Slider
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_message-slider.scss */
.message-section {
  background: #A8BDD0;
  margin: 2rem 0;
  padding: 2rem 0 0.25rem;
}

/* line 7, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_message-slider.scss */
.message-wrapper {
  padding: 2rem;
  text-align: center;
}

/* line 11, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_message-slider.scss */
.message-wrapper h2 {
  margin: 0 0 0.5rem;
}

/* line 16, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_message-slider.scss */
.message-text {
  max-width: 90%;
  margin: 0 auto;
}

/*--------------------------------------------------------------
/* Tabbed content
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_tabbed-content.scss */
.tabbed-content {
  margin-top: 2.5rem;
}

/* line 5, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_tabbed-content.scss */
.tab-nav-wrapper {
  display: flex;
  justify-content: center;
}

/* line 10, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_tabbed-content.scss */
.tab-nav {
  margin-bottom: 1rem;
}

/* line 14, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_tabbed-content.scss */
.tab-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  border-radius: 0;
  width: 15%;
  padding: 1rem;
  justify-content: center;
}

/* line 26, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_tabbed-content.scss */
.tab-button .fa {
  font-size: 2rem;
}

/* line 30, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_tabbed-content.scss */
.tab-button.active {
  background: #77945B;
  color: #ffffff;
}

/* line 35, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_tabbed-content.scss */
.tab-button:first-of-type {
  border-radius: 10px 0 0 10px;
}

/* line 39, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_tabbed-content.scss */
.tab-button:last-of-type {
  border-radius: 0 10px 10px 0;
}

/*--------------------------------------------------------------
/* Thumbnail lists
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_thumb-text.scss */
.thumb-wrapper {
  padding: 20px 40px;
}

/* line 5, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_thumb-text.scss */
.thumb-item {
  display: flex;
  margin: 20px 0;
}

/* line 10, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_thumb-text.scss */
.thumb-image {
  width: 150px;
  margin-right: 20px;
}

/* line 15, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_thumb-text.scss */
.thumb-description {
  flex-basis: 100%;
}

/* line 17, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_thumb-text.scss */
.thumb-description p {
  margin-top: 0;
}

/*--------------------------------------------------------------
/* Highlights
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlights.scss */
.highlight-image {
  display: flex;
  flex-direction: column;
}

/* line 5, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlights.scss */
.highlight-image img {
  align-self: center;
  margin-bottom: 0.5em;
}

/* line 10, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlights.scss */
.highlight-image p {
  font-size: 0.85em;
  color: #ECECEC;
}

/* line 16, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlights.scss */
.highlight-page {
  padding: 40px 65px 40px;
}

/* line 20, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlights.scss */
.highlight-button {
  margin: 0.25em 0;
  display: inline-block;
}

/* line 26, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlights.scss */
.image-caption p {
  font-size: 0.85em;
  margin: 0.5em 0;
}

/* line 30, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlights.scss */
.image-caption p:last-child {
  margin-bottom: 1.5em;
}

/* line 36, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlights.scss */
.breadcrumb a {
  text-decoration: none;
}

/*--------------------------------------------------------------
/* Theme Area
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_theme-area.scss */
.themeareas-section {
  padding: 1rem 0;
}

/* line 4, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_theme-area.scss */
.themeareas-section h2 {
  text-align: center;
  display: initial;
  margin: 0;
}

/* line 12, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_theme-area.scss */
.themeareas-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
}

/* line 19, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_theme-area.scss */
.themearea-cards-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

/* line 25, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_theme-area.scss */
.themearea-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 31, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_theme-area.scss */
.themearea-image {
  max-width: 160px;
  max-height: 160px;
  position: relative;
}

/* line 36, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_theme-area.scss */
.themearea-image img {
  border-radius: 50%;
}

/* line 41, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_theme-area.scss */
.themearea-image:hover::after {
  opacity: 1;
}

/* line 46, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_theme-area.scss */
.themearea-image::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  opacity: 0;
  border-radius: 50%;
  background-color: rgba(62, 108, 150, 0.35);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 59, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_theme-area.scss */
.themearea-label {
  text-align: center;
  margin-top: 0.5rem;
}

@media (max-width: 767px) {
  /* line 65, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_theme-area.scss */
  .themeareas-columns {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  /* line 72, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_theme-area.scss */
  .themearea-text {
    grid-area: 1 / 1 / 2 / 2;
  }
  /* line 76, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_theme-area.scss */
  .themearea-cards-wrapper {
    grid-area: 2 / 1 / 3 / 2;
  }
  /* line 81, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_theme-area.scss */
  .themearea-text {
    padding: 0 1rem;
  }
}

/*--------------------------------------------------------------
/* News items
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_news-items.scss */
.news-items-wrapper {
  padding: 40px 0;
  background: url(images/news-bgrd-fade.jpg);
  background-size: cover;
  background-position: center center;
}

/* line 7, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_news-items.scss */
.news-items-wrapper h2 {
  margin-bottom: 35px;
}

/* line 12, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_news-items.scss */
.news-items {
  margin-bottom: 25px;
  list-style: none;
  padding: 0;
}

/* line 18, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_news-items.scss */
.news-block {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
}

/* line 24, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_news-items.scss */
.news-entry {
  font-size: 1rem;
  background-color: #ECECEC;
  border-radius: 15px;
  padding: 1rem 1.5rem;
}

/* line 30, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_news-items.scss */
.news-entry h3 {
  margin: 0;
  text-align: right;
  line-height: 1.5rem;
}

/* line 36, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_news-items.scss */
.news-entry p {
  font-style: italic;
}

/* line 40, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_news-items.scss */
.news-entry a {
  text-decoration: none;
}

@media (max-width: 767px) {
  /* line 46, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_news-items.scss */
  .news-block {
    grid-template-columns: 1fr 1fr;
  }
}

/*--------------------------------------------------------------
/* Slider
--------------------------------------------------------------*/
/*--------------------------------------------------------------
/* Featured-news
--------------------------------------------------------------*/
/* line 3, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
.news-section .list-link {
  margin-top: 2em;
}

/* line 9, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
.featured-news-wrapper {
  background: url(images/featured-news-fade.jpg);
  background-size: cover;
  background-position: center center;
  padding: 2em;
}

/* line 15, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
.featured-news-wrapper h2 {
  font-size: 2.5rem;
  margin-bottom: 0.5em;
}

/* line 22, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
.news-items {
  margin-bottom: 25px;
}

/* line 26, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
.news-entry {
  font-size: 1rem;
}

/* line 29, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
.news-entry span {
  color: #ECECEC;
  font-style: italic;
}

/* line 36, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
.news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 200px);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  z-index: 0;
  position: relative;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
}

/* line 50, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
.news-grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0;
  height: 100%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

/* line 61, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
.news-grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

/* line 69, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
.news-grid figure figcaption {
  padding: 1em;
  color: #ffffff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 77, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
.news-grid figure figcaption::before,
.news-grid .grid figure figcaption::after {
  pointer-events: none;
}

/* line 82, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
.news-grid figure figcaption,
.news-grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 91%;
  height: 91%;
}

/* line 93, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
.news-grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

/* line 101, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
.news-grid figure h3 {
  color: #ffffff;
  font-size: 1.5rem;
}

/* line 106, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
.news-grid figure p {
  margin: 5px;
  line-height: 1.1rem;
  font-size: 68.5%;
}

/* line 114, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
.view-more-link {
  margin-top: 1rem;
  display: inline-block;
  color: #ffffff;
  cursor: pointer;
}

/* line 120, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
.view-more-link:visited, .view-more-link:hover {
  color: #ffffff;
}

/* line 126, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
.news-block-1 {
  grid-area: 1 / 1 / 3 / 3;
}

/* line 129, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
.news-block-1 figcaption p {
  margin: 5px;
  line-height: 1.4rem;
  font-size: 80.5%;
}

/* line 135, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
.news-block-1 figcaption h3 {
  font-size: 2rem;
}

/* line 140, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
.news-block-1.effect-news p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 147, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
.news-block-1.effect-news:hover h3 {
  display: block;
}

/* line 155, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
.news-block-2 {
  grid-area: 1 / 3 / 2 / 4;
}

/* line 159, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
.news-block-3 {
  grid-area: 1 / 4 / 2 / 5;
}

/* line 163, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
.news-block-4 {
  grid-area: 2 / 3 / 3 / 4;
}

/* line 167, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
.news-block-5 {
  grid-area: 2 / 4 / 3 / 5;
}

/* line 171, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
figure.effect-news {
  background: #186940;
}

/* line 175, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
figure.effect-news img {
  max-width: none;
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 191, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
figure.effect-news:hover img {
  opacity: 0.4;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 197, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
figure.effect-news:hover h3 {
  display: none;
}

/* line 203, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
figure.effect-news figcaption {
  text-align: left;
}

/* line 211, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
figure.effect-news h3 {
  position: relative;
  overflow: inherit;
}

/* line 235, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
figure.effect-news p {
  padding: 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

/* line 244, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
figure.effect-news:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (max-width: 992px) {
  /* line 253, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  /* line 257, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
  .news-grid figure {
    height: 250px;
  }
  /* line 262, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
  .news-block-1 {
    grid-area: 1 / 1 / 1 / 3;
  }
  /* line 266, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
  .news-block-2 {
    grid-area: 2 / 1 / 2 / 1;
  }
  /* line 270, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
  .news-block-3 {
    grid-area: 2 / 2 / 2 / 2;
  }
  /* line 274, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
  .news-block-4 {
    grid-area: 3 / 1 / 3 / 1;
  }
  /* line 278, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
  .news-block-5 {
    grid-area: 3 / 2 / 3 / 2;
  }
  /* line 282, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
  .news-block-6 {
    grid-area: 4 / 1 / 4 / 1;
  }
  /* line 286, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
  .news-block-7 {
    grid-area: 4 / 2 / 4 / 2;
  }
}

@media (max-width: 767px) {
  /* line 295, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
  figure.effect-news figcaption p {
    margin: 5px;
    line-height: 1.4rem;
    font-size: 75%;
  }
  /* line 301, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
  figure.effect-news figcaption h3 {
    font-size: 2rem;
  }
  /* line 305, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
  figure.effect-news p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  /* line 312, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
  figure.effect-news:hover h3 {
    display: block;
  }
  /* line 318, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
  .news-grid {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto;
  }
  /* line 322, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
  .news-grid figure {
    height: 300px;
  }
  /* line 325, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
  .news-grid figure figcaption {
    width: 90%;
  }
  /* line 331, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
  .news-block-1 {
    grid-area: 1 / 1 / 1 / 1;
  }
  /* line 335, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
  .news-block-2 {
    grid-area: 2 / 1 / 2 / 1;
  }
  /* line 339, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
  .news-block-3 {
    grid-area: 3 / 1 / 3 / 1;
  }
  /* line 343, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
  .news-block-4 {
    grid-area: 4 / 1 / 4 / 1;
  }
  /* line 347, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
  .news-block-5 {
    grid-area: 5 / 1 / 5 / 1;
  }
  /* line 351, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
  .news-block-6 {
    grid-area: 6 / 1 / 6 / 1;
  }
  /* line 355, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-news.scss */
  .news-block-7 {
    grid-area: 7 / 1 / 7 / 1;
  }
}

/*--------------------------------------------------------------
/* Date List
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_date-list.scss */
.date-wrapper {
  background: #3E6C96;
  padding: 40px;
  background: #A8BDD0;
}

/* line 6, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_date-list.scss */
.date-wrapper .date-flex {
  display: flex;
  background: #ffffff;
  border-radius: 10px;
}

/* line 11, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_date-list.scss */
.date-wrapper .date-flex .date-icon {
  padding: 20px;
  border-radius: 10px 0 0 10px;
  background: #3E6C96;
}

/* line 17, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_date-list.scss */
.date-wrapper .date-flex .dates {
  padding: 10px 40px;
}

/* line 21, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_date-list.scss */
.date-wrapper .date-flex .dates .date-list {
  list-style: none;
  padding: 0;
}

/* line 25, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_date-list.scss */
.date-wrapper .date-flex .dates .date-list li {
  line-height: 1.8em;
}

/*--------------------------------------------------------------
/* Text Sidebar
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_text-sidebar.scss */
.text-sidebar {
  padding: 40px;
  background: #ffffff;
  display: flex;
}

/* line 6, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_text-sidebar.scss */
.text-sidebar .text-column {
  flex-basis: 70%;
}

/* line 11, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_text-sidebar.scss */
.text-sidebar .sidebar-column {
  flex-basis: 30%;
  padding: 25px 15px 15px;
  border-radius: 10px;
  height: auto;
  display: flow-root;
}

/* line 18, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_text-sidebar.scss */
.text-sidebar .sidebar-column .sidebar-wrapper {
  height: auto;
}

@media (max-width: 992px) {
  /* line 27, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_text-sidebar.scss */
  .text-sidebar {
    flex-direction: column;
  }
}

/*--------------------------------------------------------------
/* Colored image cards
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_image-cards.scss */
.image-cards-wrapper {
  background: #3E6C96;
  padding: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
}

/* line 8, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_image-cards.scss */
.image-cards-wrapper .image-col-span-2 {
  grid-column: auto / span 2;
  display: flex;
}

/* line 13, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_image-cards.scss */
.image-cards-wrapper .image-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

/* line 22, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_image-cards.scss */
.image-cards-wrapper .image-card .image-block.two-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

/* line 27, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_image-cards.scss */
.image-cards-wrapper .image-card .image-block img {
  height: auto;
  min-height: 250px;
}

/* line 33, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_image-cards.scss */
.image-cards-wrapper .image-card .image-text {
  padding: 20px;
}

/* line 36, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_image-cards.scss */
.image-cards-wrapper .image-card .image-text .image-caption {
  font-size: 14px;
  margin-top: 0px;
  color: #ECECEC;
}

@media (max-width: 1199px) {
  /* line 50, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_image-cards.scss */
  .image-cards-wrapper .image-card .image-block img {
    height: auto;
    min-height: auto;
  }
}

@media (max-width: 992px) {
  /* line 60, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_image-cards.scss */
  .image-cards-wrapper {
    flex-direction: column;
    display: flex;
  }
  /* line 67, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_image-cards.scss */
  .image-cards-wrapper .image-card .image-block img {
    min-width: 100%;
  }
}

/*--------------------------------------------------------------
/* Colored text block
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_colored-text-block.scss */
.colored-text-bgrd {
  background: #ffffff;
  background: url("images/white-abstract-bgrd.jpg");
  background-size: cover;
  padding: 40px;
  position: relative;
}

/* line 8, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_colored-text-block.scss */
.colored-text-bgrd .colored-text-wrapper {
  color: #ffffff;
  background: #3E6C96;
  padding: 30px 40px 20px;
  z-index: 1;
  position: relative;
}

/* line 15, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_colored-text-block.scss */
.colored-text-bgrd .colored-text-wrapper h1,
.colored-text-bgrd .colored-text-wrapper h2,
.colored-text-bgrd .colored-text-wrapper h3,
.colored-text-bgrd .colored-text-wrapper h4,
.colored-text-bgrd .colored-text-wrapper h5,
.colored-text-bgrd .colored-text-wrapper h6 {
  color: #ffffff;
}

/* line 26, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_colored-text-block.scss */
.emphasis-block {
  margin-left: 250px;
}

/* line 30, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_colored-text-block.scss */
.emphasis-image {
  position: absolute;
  left: 3%;
  top: calc(50% - 220px);
  z-index: 0;
}

/* line 35, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_colored-text-block.scss */
.emphasis-image img {
  height: 440px;
}

@media (max-width: 767px) {
  /* line 42, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_colored-text-block.scss */
  .colored-text-bgrd {
    padding: 0;
  }
  /* line 45, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_colored-text-block.scss */
  .emphasis-block {
    margin-left: 0px;
  }
  /* line 48, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_colored-text-block.scss */
  .emphasis-image {
    display: none;
  }
}

/*--------------------------------------------------------------
/* Three block grid
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_three-block-grid.scss */
.three-block-wrapper {
  margin: 0 auto;
  padding: 40px;
  max-width: 75%;
}

/* line 6, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_three-block-grid.scss */
.three-block-wrapper .three-block-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

/* line 14, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_three-block-grid.scss */
.three-block-wrapper .three-block-layout div p:last-child {
  margin: 0;
}

/* line 19, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_three-block-grid.scss */
.three-block-wrapper .three-block-layout .large-block {
  grid-area: 1 / 1 / 3 / 2;
  background: #ffffff;
  padding: 20px 30px;
}

/* line 25, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_three-block-grid.scss */
.three-block-wrapper .three-block-layout .small-block-1 {
  grid-area: 1 / 2 / 2 / 3;
  color: #ffffff;
  background: #3E6C96;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* line 34, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_three-block-grid.scss */
.three-block-wrapper .three-block-layout .small-block-1 h1,
.three-block-wrapper .three-block-layout .small-block-1 h2,
.three-block-wrapper .three-block-layout .small-block-1 h3,
.three-block-wrapper .three-block-layout .small-block-1 h4,
.three-block-wrapper .three-block-layout .small-block-1 h5 {
  color: #ffffff;
}

/* line 43, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_three-block-grid.scss */
.three-block-wrapper .three-block-layout .small-block-2 {
  grid-area: 2 / 2 / 3 / 3;
  color: #ffffff;
  background: #3E6C96;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

/* line 52, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_three-block-grid.scss */
.three-block-wrapper .three-block-layout .small-block-2 h1,
.three-block-wrapper .three-block-layout .small-block-2 h2,
.three-block-wrapper .three-block-layout .small-block-2 h3,
.three-block-wrapper .three-block-layout .small-block-2 h4,
.three-block-wrapper .three-block-layout .small-block-2 h5 {
  color: #ffffff;
}

@media (max-width: 992px) {
  /* line 64, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_three-block-grid.scss */
  .three-block-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 630px) {
  /* line 71, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_three-block-grid.scss */
  .three-block-wrapper .three-block-layout {
    display: flex;
    flex-direction: column;
  }
}

/*--------------------------------------------------------------
/* Button Row
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_button-row.scss */
.button-row {
  margin-top: 1rem;
  display: flex;
  gap: 0.25rem;
}

/* line 5, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_button-row.scss */
.button-row.centered {
  justify-content: center;
}

/*--------------------------------------------------------------
/* Nav
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.breadcrumb {
  margin-top: 0;
}

/* line 5, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.search-wrapper {
  display: flex;
  align-items: center;
}

/* line 10, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.search-field .search-input {
  font-family: "Abel", sans-serif;
}

/* line 14, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.top-nav {
  background-color: #ffffff;
  padding: 0.25rem;
}

/* line 2, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_mixins.scss */
.top-nav a {
  color: #278bd4;
}

/* line 5, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_mixins.scss */
.top-nav a:visited {
  color: #278bd4;
}

/* line 9, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_mixins.scss */
.top-nav a:hover {
  color: #003257;
}

/* line 13, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_mixins.scss */
.top-nav a:active {
  color: #003257;
}

/* line 21, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.top-nav .title-inner {
  display: flex;
  justify-content: flex-end;
}

/* line 26, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.top-nav img {
  max-height: 5rem;
}

/* line 30, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.top-nav .brand-logo {
  height: 100%;
  width: auto;
  max-height: 137px;
}

/* line 36, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.top-nav #logo {
  height: 48px;
}

/* line 40, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.top-nav .header-height {
  height: 50px;
}

/* line 44, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.top-nav #logo a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
}

/* line 58, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.top-nav .header-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
}

/* line 75, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.top-nav .flex-gap {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

/* line 81, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.top-nav .site-title {
  font-family: Antic;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 200;
  font-style: normal;
  color: #333;
  font-size: 32px;
}

/* line 91, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.top-nav .secondary {
  display: block;
  background: #65b53b;
}

/* line 96, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.top-nav .main-menu {
  list-style: none;
  text-align: right;
  padding: 0 40px 0 0;
}

/* line 100, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.top-nav .main-menu li {
  display: inline-block;
  margin: 0 2px;
  padding: 0px 12px;
  height: 80px;
  font-size: 18px;
  line-height: 4.5em;
}

/* line 109, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.top-nav .main-menu li a {
  display: block;
  color: #3E6C96;
}

/* line 113, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.top-nav .main-menu li a:hover {
  text-decoration: none;
  color: #77945B;
}

/* line 138, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.search-wrapper {
  display: flex;
  justify-content: flex-end;
}

/* line 143, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.search-field {
  display: block;
  width: 250px;
  border-radius: 20px;
  border: 1px solid #3E6C96;
  background: #ffffff;
}

/* line 150, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.search-field .search-input {
  border: none;
  box-shadow: none;
  margin: 5px;
  width: 80%;
  vertical-align: top;
  font-size: 18px;
  padding: 3px 0 0;
  border-radius: 40px;
  text-indent: 1.0em;
  display: inline-block;
  background: transparent;
}

/* line 164, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.search-field .search-submit {
  width: 10%;
  margin: 0;
  text-indent: -1000em;
  border: none;
  background: url(images/search-icon.png) no-repeat 10% center transparent;
  border-radius: 0px 8px 8px 0px;
  line-height: 1;
}

/* line 177, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.top-banner {
  background: #ffffff;
  background-size: cover;
  height: 160px;
}

/* line 183, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.top-banner .top-banner-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

/* line 189, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.top-banner .top-banner-flex .main-logo {
  max-height: 138px;
  padding: 10px;
}

/* line 194, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.top-banner .top-banner-flex .program-logo {
  height: 90px;
}

/* line 200, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.site-title-wrapper {
  margin-left: 5px;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}

/* line 205, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.site-title-wrapper .site-title {
  font-size: 2.75rem;
  font-weight: 700;
  font-family: "Carrois Gothic", sans-serif;
  line-height: 3rem;
  letter-spacing: 2px;
  color: #3E6C96;
}

/* line 215, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.site-title-wrapper .site-description {
  font-size: 1rem;
  display: inline-block;
  line-height: 1.2rem;
}

/* line 223, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
.site-atrribution {
  font-size: 0.9rem;
  padding: 6px;
  display: inline-block;
}

@media (max-width: 992px) {
  /* line 232, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
  .site-title-wrapper .site-title {
    font-size: 2rem;
  }
  /* line 238, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
  .top-bar {
    padding: 10px 0 10px;
  }
  /* line 242, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
  .top-bar .main-menu li {
    line-height: 2.5em;
    height: 50px;
  }
  /* line 253, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
  .menu .mega-menu .menu-logo {
    padding: 0 15px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  /* line 265, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
  .top-banner {
    height: auto;
  }
  /* line 269, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
  .site-title-wrapper {
    margin: 10px 0;
  }
  /* line 273, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_nav.scss */
  .top-banner .top-banner-flex {
    height: auto;
    flex-direction: column;
    padding: 20px;
  }
}

/*--------------------------------------------------------------
/* Container
--------------------------------------------------------------*/
/* line 3, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
body .hide-cell {
  display: none !important;
}

/* line 8, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.content {
  flex: 1 0 auto;
  z-index: -1;
}

/* line 13, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
section {
  position: relative;
  z-index: -1;
}

/* line 18, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
#primary {
  z-index: -1;
  position: relative;
}

/* line 23, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.container {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 15px;
}

/* line 29, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.nopadding {
  padding: 0;
}

/* line 33, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.page-content-wrapper {
  background: #ffffff;
  padding-bottom: 1.5em;
}

/* line 38, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.intro-section {
  padding: 30px 0;
}

/* line 41, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.intro-section h1 {
  color: #ffffff;
}

/* line 49, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.archive-section h3 {
  margin: 20px 0 5px;
}

/* line 54, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.page-title {
  text-align: center;
  padding: 1rem 0 0;
}

/* line 57, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.page-title h1 {
  color: #3E6C96;
}

/* line 64, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.section-title {
  position: relative;
}

/* line 68, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.section-title h2 {
  padding: 0 1rem;
  background: #ffffff;
  margin: 0;
  color: #3E6C96;
}

/* line 75, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.section-title::before {
  position: absolute;
  border-top: 1px solid #000000;
  height: 1px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  content: '';
}

/* line 88, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.content-wrapper {
  background: #3E6C96;
  color: #ffffff;
  padding: 20px 30px;
  border-radius: 5px;
}

/* line 95, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.title-wrapper {
  padding: 3rem 0 0;
  margin-bottom: -20px;
  background: #ffffff;
}

/* line 101, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.item-wrapper {
  padding: 40px 40px 0;
}

/* line 105, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.item-wrapper:last-child {
  padding: 40px;
}

/* line 109, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.section-header {
  margin: 2.5rem 0 1rem;
}

/* line 113, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.text-wrapper {
  margin-top: 2rem;
  display: flow-root;
  font-weight: 100;
}

/* line 123, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.text-wrapper p:first-child {
  margin-top: 0px;
}

/* line 127, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.text-wrapper p:last-child {
  margin-bottom: 0px;
}

/* line 132, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.table-section {
  margin: 0px 0 30px;
}

/* line 136, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.table-wrapper {
  padding: 20px 30px;
  background: #ffffff;
  border-radius: 5px;
}

/* line 141, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.table-wrapper button {
  padding: 5px;
}

/* line 146, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.hero-grid {
  /* for IE */
  display: -ms-grid;
  padding: 20px 0;
  display: grid;
  grid-template-columns: 2fr 5fr;
  /* for IE */
  -ms-grid-columns: 3fr 0.1fr 5fr;
  grid-gap: 15px;
  min-height: 450px;
  background-color: rgba(82, 82, 82, 0.85);
  border-radius: 5px;
  margin: 70px 0;
  /*    grid-auto-rows: minmax (20px, auto);*/
}

/* line 165, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.hero-grid .grid-item {
  color: #ffffff;
  padding: 0px 20px;
  display: flex;
}

/* line 172, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.hero-image-text-grid {
  display: flex;
  justify-content: space-between;
}

/* line 176, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.hero-image-text-grid .left-item {
  flex-basis: 50%;
}

/* line 180, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.hero-image-text-grid .right-item {
  flex-basis: 50%;
  color: #ffffff;
  background: #3E6C96;
  padding: 20px 30px;
}

/* line 189, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.grid-wrapper {
  margin: 0 auto;
}

/* line 193, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.grid-item {
  align-items: center;
  font-size: 22px;
}

/* line 198, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.block-1 {
  grid-column: 1;
  -ms-grid-row: 1;
}

/* line 203, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.block-2 {
  grid-column: 2;
  -ms-grid-column: 3;
}

/* line 208, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.grid-two {
  padding: 20px 0;
  display: grid;
  /* for IE */
  display: -ms-grid;
  grid-template-columns: 1fr 1fr;
  /* for IE */
  -ms-grid-columns: 1fr 0.1fr 1fr;
  grid-gap: 30px;
  justify-items: center;
  margin: 50px auto;
  max-width: 800px;
  color: #222222;
}

/* line 224, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.grid-two .grid-item {
  background: #fff;
  box-shadow: 3px 3px 10px #6666662e;
  width: 350px;
}

/* line 230, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.grid-two a {
  color: #222222;
}

/* line 233, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.grid-two a:hover {
  color: #222222;
  text-decoration: none;
}

/* line 240, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

/* line 247, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.flex-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

/* line 253, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.flex-column:not(:last-child) {
  padding-right: 1px;
}

@media (max-width: 767px) {
  /* line 259, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
  .grid-two {
    grid-template-columns: 1fr;
    /* for IE */
    -ms-grid-columns: 1fr;
  }
  /* line 265, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
  .block-2 {
    grid-column: 1;
    -ms-grid-column: 1;
  }
  /* line 270, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
  .hero-grid {
    grid-template-columns: 1fr;
    /* for IE */
    -ms-grid-columns: 1fr;
  }
  /* line 276, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
  .hero-grid .grid-item {
    margin: 0 auto;
  }
  /* line 279, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
  .hero-grid .grid-item .lg-button {
    display: block;
    margin: 35px auto 0;
  }
}

/* line 287, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.grid-outer {
  position: relative;
  overflow: hidden;
}

/* line 332, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.form-section {
  background-color: #77945B;
  padding: 50px 0;
  color: #ffffff;
}

/* line 337, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.form-section h2 {
  font-size: 48px;
}

/* line 344, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.news-item-wrapper img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* line 349, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.news-item-wrapper:hover img {
  filter: contrast(150%);
}

/* line 355, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.cards {
  padding: 40px 0 30px;
  background: url(images/fusion-gray-brgd.jpg);
  background-size: cover;
}

/* line 359, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.cards .cards-wrapper {
  margin: 0 auto;
  max-width: 700px;
  display: flex;
  justify-content: space-between;
}

/* line 366, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.cards a:hover {
  text-decoration: none;
}

/* line 374, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.newsroom {
  background: #ffffff;
  padding: 30px 40px 30px;
}

/* line 379, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.newsroom .news-wrapper {
  flex-direction: column;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

/* line 386, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.newsroom .news-wrapper h2 {
  margin-bottom: 40px;
}

/* line 390, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards {
  display: flex;
}

/* line 394, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .middle-entry {
  margin: 0 15px;
}

/* line 398, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry {
  flex-basis: 33%;
  background: #ffffff;
  border: 1px solid #eff1f3;
}

/* line 404, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry:nth-child(2) {
  margin: 0 15px;
}

/* line 409, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry .entry-detail {
  background: #ffffff;
  padding: 10px 20px 25px;
}

/* line 416, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry .entry-content h4 {
  font-weight: 700;
}

/* line 420, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry .entry-content a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 200;
  color: #525252;
}

/* line 426, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry .entry-content a:hover {
  color: #B8C7AA;
}

/* line 432, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry .entry-tag {
  display: inline-block;
}

/* line 435, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry .entry-tag li {
  line-height: 14px;
}

/* line 438, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry .entry-tag li a {
  font-size: 14px;
  font-weight: 700;
  color: #525252;
}

/* line 443, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry .entry-tag li a:hover {
  color: #3E6C96;
}

/* line 451, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry .entry-like span {
  font-weight: 700;
  color: #3E6C96;
}

/* line 457, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry .entry-image {
  position: relative;
  overflow: hidden;
}

/* line 461, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry .entry-image .entry-overlay {
  background: rgba(83, 113, 54, 0.9);
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 475, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry .entry-image .entry-overlay .fa {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  font-size: 48px;
  z-index: 5;
}

/* line 484, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry .entry-image:after {
  content: '';
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  /* Add more width */
  width: 130%;
  /* To form a square, the padding-bottom, needs to have the same value as the width property */
  padding-bottom: 120%;
  box-shadow: inset 0px 0px 150px 60px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

/* line 506, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.newsroom .news-wrapper .news-cards .news-entry:hover .entry-image .entry-overlay {
  opacity: 1;
}

/* line 515, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.newsroom .news-wrapper .view-news {
  text-align: center;
  margin: 30px 0 20px;
}

@media (max-width: 992px) {
  /* line 526, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
  .newsroom .news-wrapper .news-cards .news-entry {
    flex-basis: auto;
  }
  /* line 533, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
  .container {
    padding: 0;
  }
}

@media (max-width: 767px) {
  /* line 539, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
  .sd-body {
    max-width: 550px;
  }
}

/* line 544, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.page-title-wrapper {
  background: #3E6C96;
  position: relative;
}

/* line 549, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.page-title-wrapper h1 {
  color: #ffffff;
  margin-bottom: 0px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #3E6C96;
  padding: 8px 20px;
}

/* line 558, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.page-title-wrapper h1.simple-header {
  position: relative;
  width: 100%;
  padding: 18px 30px;
}

/* line 566, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.archive-title-wrapper {
  background: #3E6C96;
}

/* line 570, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.archive-title-wrapper h1 {
  color: #ffffff;
  margin-bottom: 0px;
  padding: 18px 30px;
}

/* line 579, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.body-content {
  background: #ffffff;
  padding: 30px;
  margin: 0;
  display: flex;
}

/* line 586, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.main-content {
  flex-basis: 100%;
}

/* media queries */
@media (max-width: 992px) {
  /* line 596, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
  .mobile-padding {
    padding: 0 1rem;
  }
  /* line 600, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
  .hero-image-text-grid {
    flex-direction: column;
  }
  /* line 603, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
  .hero-image-text-grid .left-item {
    flex-basis: 30%;
  }
  /* line 607, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
  .hero-image-text-grid .right-item {
    flex-basis: auto;
  }
  /* line 612, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
  .news-cards {
    flex-direction: column;
    align-items: center;
  }
  /* line 616, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
  .news-cards .news-entry {
    width: 90%;
    margin: 0px 0px 30px;
  }
}

@media (max-width: 767px) {
  /* line 632, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
  .cards .cards-wrapper {
    flex-direction: column;
  }
}

/* line 642, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.highlight h1 {
  margin-bottom: 0px;
}

/* line 646, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.highlight .highlight-wrapper {
  background: #ffffff;
  padding: 5px 30px;
  margin-bottom: 40px;
  border-radius: 8px;
}

/* line 652, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.highlight .highlight-wrapper .lg-button {
  margin: 0px;
}

/* line 659, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.main-wrapper {
  padding: 0px;
}

/* Files */
/* line 665, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.files {
  display: flex;
}

/* line 668, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.files .file-card {
  display: flex;
  margin-right: 20px;
  text-align: center;
}

/* line 673, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.files .file-card a {
  color: #ffffff;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 677, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.files .file-card a:hover {
  color: #537136;
  text-decoration: none;
}

/* line 683, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.files .file-card .fa {
  font-size: 64px;
}

/* line 687, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_containers.scss */
.files .file-card p {
  font-weight: 700;
}

/*--------------------------------------------------------------
/* Bio Cards
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_bio-cards.scss */
.bio-cards {
  text-align: center;
}

/* line 5, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_bio-cards.scss */
.bio-card {
  padding: 1rem;
}

/* line 8, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_bio-cards.scss */
.bio-card img {
  border-radius: 20px 20px 0 0;
}

/* line 12, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_bio-cards.scss */
.bio-card .bio-text {
  background: #ECECEC;
  border-radius: 0 0 20px 20px;
  padding: 1rem 1rem 1.5rem;
  text-align: center;
  min-height: 10em;
}

/* line 19, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_bio-cards.scss */
.bio-card .bio-text h3 {
  margin-bottom: 0.5rem;
}

/* line 23, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_bio-cards.scss */
.bio-card .bio-text p {
  margin: 0;
}

/*--------------------------------------------------------------
/* Flow Chart
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_flow-chart.scss */
.flow-chart {
  background: #ECECEC;
  padding: 2rem 0 3rem;
  margin: 2rem 0;
}

/* line 6, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_flow-chart.scss */
.flow-chart .flow-chart-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 4rem;
  margin-top: 3rem;
}

/* line 12, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_flow-chart.scss */
.flow-chart .flow-chart-wrapper .text-content {
  text-align: center;
  width: 100%;
}

/* line 15, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_flow-chart.scss */
.flow-chart .flow-chart-wrapper .text-content p:first-of-type {
  margin-bottom: 0.25rem;
}

/* line 20, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_flow-chart.scss */
.flow-chart .flow-chart-wrapper a,
.flow-chart .flow-chart-wrapper a:visited {
  color: #333;
  text-decoration: none;
}

/* line 27, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_flow-chart.scss */
.flow-chart .flow-chart-wrapper a:hover .chart-text {
  background: #A8BDD0;
}

/* line 34, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_flow-chart.scss */
.flow-chart .flow-chart-wrapper .chart-item:nth-child(3n) .chart-text:before {
  content: '';
  border: 4px solid #3E6C96;
  z-index: 0;
  position: absolute;
  border-radius: 0 20px 0 0;
  right: -8rem;
  top: 50%;
  width: 7rem;
  height: 6rem;
  margin-top: -2px;
  border-left-color: transparent;
  border-bottom-color: transparent;
}

/* line 53, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_flow-chart.scss */
.flow-chart .flow-chart-wrapper .chart-item:nth-child(6n) .chart-text:after {
  content: '';
  border: 4px solid #3E6C96;
  z-index: 0;
  position: absolute;
  border-radius: 0 0 20px 0;
  right: -8rem;
  top: -39%;
  width: 7.5rem;
  height: 6rem;
  margin-top: -2px;
  background: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

/* line 68, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_flow-chart.scss */
.flow-chart .flow-chart-wrapper .chart-item:nth-child(6n) .chart-text:before {
  opacity: 0;
}

/* line 76, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_flow-chart.scss */
.flow-chart .section-title h2 {
  background: #ECECEC;
}

/* line 82, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_flow-chart.scss */
.flow-chart .chart-text .fa {
  font-size: 4rem;
}

/* line 86, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_flow-chart.scss */
.flow-chart .chart-text p {
  margin: 0;
}

/* line 91, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_flow-chart.scss */
.flow-chart .chart-text {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  background: #ffffff;
  box-shadow: 0 0 5px #000000;
  border-radius: 15px;
  padding: 1.5rem;
  max-width: 200px;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  position: relative;
  z-index: 1;
}

/* line 104, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_flow-chart.scss */
.flow-chart .chart-text:hover {
  background: tertiary;
}

/* line 108, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_flow-chart.scss */
.flow-chart .chart-text:after {
  content: '';
  position: absolute;
  right: -6rem;
  background: #3E6C96;
  height: 4px;
  width: 6rem;
  z-index: 0;
}

/*--------------------------------------------------------------
/* Number Circles
--------------------------------------------------------------*/
/* line 3, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_number-circles.scss */
.number-circles {
  background: #ECECEC;
  padding: 2rem 0 3rem;
  margin: 2rem 0;
}

/* line 8, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_number-circles.scss */
.number-circles .section-title h2 {
  background: #ECECEC;
}

/* line 12, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_number-circles.scss */
.number-circles .circle-wrapper {
  margin-top: 1.5rem;
  display: flex;
}

/* line 17, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_number-circles.scss */
.number-circles .circle-content {
  position: absolute;
  display: flex;
  height: 100%;
  border-radius: 50%;
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* line 26, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_number-circles.scss */
.number-circles .circle-content .number {
  font-size: 4rem;
  line-height: 3.75rem;
}

/* line 30, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_number-circles.scss */
.number-circles .circle-content p {
  margin: 0;
}

/* line 36, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_number-circles.scss */
.number-circles .circle {
  border-radius: 50%;
  box-shadow: 0 0 5px #000000;
  width: 180px;
  height: 180px;
  color: #ffffff;
  margin: 0 auto;
  position: relative;
  background: #fff;
  margin-top: 15px;
  z-index: 1;
  position: relative;
}

/*--------------------------------------------------------------
/* Featured publications
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-publications.scss */
.publication-wrapper {
  padding: 20px 15px 60px;
}

/* line 4, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-publications.scss */
.publication-wrapper h2 {
  margin-bottom: 30px;
}

/* line 9, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-publications.scss */
.pub-container {
  position: relative;
}

/* line 12, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-publications.scss */
.pub-container .pub-overlay {
  transition: .5s ease;
  opacity: 0;
  text-align: center;
}

/* line 19, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-publications.scss */
.pub-container:hover .pub-overlay {
  opacity: 1;
}

/* line 25, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-publications.scss */
.pub-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

/* line 31, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-publications.scss */
.pub-list .pub-item {
  padding: 0 10px;
  position: relative;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}

/* line 35, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-publications.scss */
.pub-list .pub-item .pub-img {
  position: relative;
  max-height: 200px;
  width: 150px;
  z-index: 1;
  cursor: pointer;
}

/* line 45, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-publications.scss */
.pub-list .pub-item:hover {
  transform: scale(1.2);
}

@media (max-width: 992px) {
  /* line 54, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-publications.scss */
  .pub-list .pub-item .pub-img {
    width: 120px;
  }
  /* line 58, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-publications.scss */
  .publication-wrapper {
    padding: 20px 30px;
  }
}

@media (max-width: 767px) {
  /* line 64, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-publications.scss */
  .pub-list {
    flex-direction: column;
  }
  /* line 68, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-publications.scss */
  .pub-list .pub-item .pub-img {
    width: 300px;
    margin-bottom: 40px;
    max-height: 100%;
  }
  /* line 73, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-publications.scss */
  .pub-list .pub-item .pub-img img {
    width: 300px;
    height: auto;
  }
  /* line 79, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-publications.scss */
  .pub-list .pub-item:hover {
    transform: none;
  }
  /* line 87, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_featured-publications.scss */
  .pub-container .pub-overlay {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
/* Showcase
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlight-list.scss */
.highlight-showcase {
  padding: 0 40px;
}

/* line 6, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlight-list.scss */
.showcase-wrapper {
  padding: 40px;
  background: url(images/highlight-bgrd-lines.jpg);
  background-size: cover;
  background-position: center center;
}

/* line 12, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlight-list.scss */
.showcase-wrapper h2 {
  margin-bottom: 5px;
}

/* line 16, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlight-list.scss */
.showcase-wrapper .slide-box {
  flex-basis: 50%;
}

/* line 20, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlight-list.scss */
.showcase-wrapper .highlight-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 27, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlight-list.scss */
.list-link {
  text-align: right;
}

/* line 30, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlight-list.scss */
.list-link .fa {
  margin-left: 5px;
}

/* line 35, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlight-list.scss */
.highlight-entry {
  margin-bottom: 5px;
  font-size: 1.2rem;
  flex-basis: 48.5%;
  margin: 0 10px 20px 0;
  display: flex;
}

/* line 42, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlight-list.scss */
.highlight-entry:nth-child(2n) {
  margin: 0 0 20px 10px;
}

/* line 46, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlight-list.scss */
.highlight-entry p {
  margin: 0;
}

/* line 50, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlight-list.scss */
.highlight-entry span {
  color: #ECECEC;
  font-size: 1rem;
  font-style: italic;
}

/* line 57, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlight-list.scss */
.highlight-list {
  display: flex;
  flex-wrap: wrap;
  background: #186940;
  padding: 20px;
  margin: 30px 0;
}

/* line 65, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlight-list.scss */
.nav-button {
  text-align: right;
}

/* line 69, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlight-list.scss */
.highlight-thumb {
  flex-basis: 150px;
  margin: 5px 20px 0 0;
}

/* line 74, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlight-list.scss */
.highlight-preview {
  flex-basis: 75%;
}

/* line 77, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlight-list.scss */
.highlight-preview .preview-text p {
  font-size: 0.9rem;
  margin-top: 5px;
}

/* line 83, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlight-list.scss */
.highlight-items {
  padding-left: 0;
  list-style: none;
}

@media (max-width: 992px) {
  /* line 91, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlight-list.scss */
  .showcase-wrapper {
    flex-direction: column;
    padding: 35px;
  }
  /* line 95, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlight-list.scss */
  .showcase-wrapper .slide-box {
    flex-basis: 100%;
  }
  /* line 100, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlight-list.scss */
  .highlight-showcase {
    padding: 0;
  }
  /* line 104, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlight-list.scss */
  .highlight-entry {
    flex-basis: 100%;
    margin: 0 0 20px 0;
  }
  /* line 108, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlight-list.scss */
  .highlight-entry:nth-child(2n) {
    margin: 0 0 20px 0;
  }
  /* line 113, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlight-list.scss */
  .highlight-list {
    padding: 60px 30px 20px;
  }
}

@media (max-width: 630px) {
  /* line 119, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlight-list.scss */
  .highlight-entry {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  /* line 125, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlight-list.scss */
  .highlight-thumb {
    margin: 20px;
  }
  /* line 127, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_highlight-list.scss */
  .highlight-thumb img {
    width: 150px;
  }
}

/*--------------------------------------------------------------
/* Card Grid
--------------------------------------------------------------*/
/* line 4, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_card-grid.scss */
.card-grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  list-style: none;
}

/* line 15, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_card-grid.scss */
.cards-section {
  margin-top: 2rem;
}

/* Common style */
/* line 20, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_card-grid.scss */
.card-grid figure {
  position: relative;
  flex-basis: 100%;
  overflow: hidden;
  height: auto;
  background: #3E6C96;
  cursor: pointer;
}

/* line 33, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_card-grid.scss */
.card-grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.9;
}

/* line 41, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_card-grid.scss */
.card-grid figure figcaption {
  color: #ffffff;
  font-size: 1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}

/* line 48, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_card-grid.scss */
.card-grid figure figcaption h3 {
  color: #ffffff;
  font-size: 1.2rem;
  margin: 0;
  background: #77945B;
  box-sizing: border-box;
  width: 100%;
}

/* line 58, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_card-grid.scss */
.card-grid figure figcaption::before,
.card-grid figure figcaption::after {
  pointer-events: none;
}

/* line 63, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_card-grid.scss */
.card-grid figure figcaption,
.card-grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
/* line 74, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_card-grid.scss */
.card-grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

/* line 82, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_card-grid.scss */
.card-title {
  width: 100%;
  background: #77945B;
}

/* line 87, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_card-grid.scss */
figure.hover-effect {
  background: #88a171;
}

/* line 91, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_card-grid.scss */
figure.hover-effect img,
figure.hover-effect h3 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

/* line 97, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_card-grid.scss */
figure.hover-effect img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 102, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_card-grid.scss */
figure.hover-effect h3,
figure.hover-effect p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.85rem;
}

/* line 111, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_card-grid.scss */
figure.hover-effect p {
  text-transform: none;
  margin: 0;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  width: 100%;
  box-sizing: border-box;
  background: #537136;
}

/* line 126, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_card-grid.scss */
figure.hover-effect:hover img {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

/* line 131, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_card-grid.scss */
figure.hover-effect:hover h3 {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

/* line 136, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_card-grid.scss */
figure.hover-effect:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (max-width: 767px) {
  /* line 143, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_card-grid.scss */
  .card-grid {
    grid-template-columns: 1fr;
  }
}

/*--------------------------------------------------------------
/* Focus Cards
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_focus-cards.scss */
.focus-wrapper {
  background: #ffffff;
}

/* line 5, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_focus-cards.scss */
.focus-flex {
  display: flex;
  justify-content: center;
  padding: 10px 0px;
}

/* line 12, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_focus-cards.scss */
.focus-grid {
  position: relative;
  margin: 0 auto;
  padding: 30px 0 20px;
  list-style: none;
  text-align: center;
}

/* line 19, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_focus-cards.scss */
.focus-grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  max-width: 480px;
  max-height: 360px;
  width: 48%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
}

/* line 32, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_focus-cards.scss */
.focus-grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

/* line 40, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_focus-cards.scss */
.focus-grid figure figcaption {
  padding: 2em;
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 48, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_focus-cards.scss */
.focus-grid figure figcaption::before, .focus-grid figure figcaption::after {
  pointer-events: none;
}

/* line 54, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_focus-cards.scss */
.focus-grid figure figcaption,
.focus-grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 65, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_focus-cards.scss */
.focus-grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

/* line 73, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_focus-cards.scss */
.focus-grid figure h2 {
  font-size: 24px;
}

/* line 78, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_focus-cards.scss */
.focus-grid figure h2,
.focus-grid figure p {
  margin: 0;
}

/* line 83, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_focus-cards.scss */
.focus-grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/* line 90, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_focus-cards.scss */
figure.effect-honey {
  background: #4a3753;
}

/* line 94, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_focus-cards.scss */
figure.effect-honey img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

/* line 101, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_focus-cards.scss */
figure.effect-honey:hover img {
  opacity: 0.5;
}

/* line 105, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_focus-cards.scss */
figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38px;
  background: #3E6C96;
  content: '';
  -webkit-transform: translate3d(0, -120px, 0);
  transform: translate3d(0, -120px, 0);
}

/* line 117, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_focus-cards.scss */
figure.effect-honey h2 {
  position: absolute;
  color: #ffffff;
  bottom: 70px;
  left: -25px;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

/* line 129, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_focus-cards.scss */
figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
}

/* line 139, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_focus-cards.scss */
figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

/* line 145, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_focus-cards.scss */
figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, -40px, 0);
  transform: translate3d(0, -40px, 0);
}

@media (max-width: 992px) {
  /* line 154, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_focus-cards.scss */
  .focus-flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  /* line 161, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_focus-cards.scss */
  .focus-grid figure {
    max-width: 80%;
    max-height: 500px;
    margin: 20px 0;
    width: 60%;
  }
}

/*--------------------------------------------------------------
/* Text with Slider
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_text-slider.scss */
.text-slider-wrapper {
  padding-top: 1rem;
  display: grid;
  column-gap: 1rem;
  grid-template-columns: 1fr 1fr;
}

/* line 9, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_text-slider.scss */
.swiper-slide img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

/* line 15, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_text-slider.scss */
.swiper-slide .slide-content {
  position: relative;
}

/* line 18, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_text-slider.scss */
.swiper-slide .slide-content p {
  font-style: italic;
}

/* line 23, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_text-slider.scss */
.swiper-slide .slide-caption {
  position: absolute;
  background: #77945B;
  padding: 1rem;
}

/* line 30, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_text-slider.scss */
.slide-image {
  margin-bottom: 0.5rem;
  display: block;
}

/* line 35, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_text-slider.scss */
.swiper {
  width: 100%;
  height: auto;
}

@media (max-width: 992px) {
  /* line 41, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_text-slider.scss */
  .text-slider-wrapper {
    padding: 0 1rem;
  }
}

@media (max-width: 767px) {
  /* line 47, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_text-slider.scss */
  .text-slider-wrapper {
    grid-template-columns: 1fr;
  }
}

/*--------------------------------------------------------------
/* Text Cards
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_text-cards.scss */
.text-card-section {
  margin-top: 2rem;
}

/* line 5, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_text-cards.scss */
.text-cards {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

/* line 13, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_text-cards.scss */
.text-card {
  flex-basis: 25%;
  padding: 1.5rem;
  background: #ECECEC;
  border-radius: 15px;
  text-align: center;
}

/* line 21, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_text-cards.scss */
.text-card-wrapper {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  /* line 28, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_text-cards.scss */
  .text-cards {
    flex-direction: column;
  }
}

/*--------------------------------------------------------------
/* Feature Grid
--------------------------------------------------------------*/
/* line 9, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_feature-grid.scss */
.feat-outer-wrapper {
  background: #ffffff;
  padding: 40px;
}

/* line 14, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_feature-grid.scss */
.feat-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* line 20, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_feature-grid.scss */
.feat-block {
  padding: 10px;
  display: flex;
  flex-direction: column;
  flex-basis: 30%;
  justify-content: flex-start;
  text-align: center;
  position: relative;
}

/* line 29, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_feature-grid.scss */
.feat-block a {
  text-decoration: none;
}

/* line 33, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_feature-grid.scss */
.feat-block h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

/* line 38, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_feature-grid.scss */
.feat-block .feat-subtitle {
  color: #767676;
  margin: 0;
}

/* line 43, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_feature-grid.scss */
.feat-block .feat-circle {
  border: 8px #fff solid;
  border-radius: 50%;
  box-shadow: 0 0 5px #333;
  width: 135px;
  height: 135px;
  margin: 0 auto;
  position: relative;
  margin: 25px auto;
  z-index: 1;
}

/* line 55, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_feature-grid.scss */
.feat-block .feat-circle img {
  width: 135px;
  height: 135px;
  border-radius: 50%;
}

/* line 62, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_feature-grid.scss */
.feat-block .feat-circle span {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #77945B;
  color: #ffffff;
  padding: 0 5px;
}

@media (max-width: 992px) {
  /* line 131, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_feature-grid.scss */
  .feat-wrapper {
    flex-direction: column;
  }
}

/*--------------------------------------------------------------
/* News Items
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_news-items.scss */
.news-items-wrapper {
  padding: 40px 0;
  background: url(images/news-bgrd-fade.jpg);
  background-size: cover;
  background-position: center center;
}

/* line 7, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_news-items.scss */
.news-items-wrapper h2 {
  margin-bottom: 35px;
}

/* line 12, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_news-items.scss */
.news-items {
  margin-bottom: 25px;
  list-style: none;
  padding: 0;
}

/* line 18, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_news-items.scss */
.news-block {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
}

/* line 24, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_news-items.scss */
.news-entry {
  font-size: 1rem;
  background-color: #ECECEC;
  border-radius: 15px;
  padding: 1rem 1.5rem;
}

/* line 30, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_news-items.scss */
.news-entry h3 {
  margin: 0;
  text-align: right;
  line-height: 1.5rem;
}

/* line 36, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_news-items.scss */
.news-entry p {
  font-style: italic;
}

/* line 40, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_news-items.scss */
.news-entry a {
  text-decoration: none;
}

@media (max-width: 767px) {
  /* line 46, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_news-items.scss */
  .news-block {
    grid-template-columns: 1fr 1fr;
  }
}

/*--------------------------------------------------------------
/* Video Text
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_video-text.scss */
.video-text-wrapper {
  display: flex;
  padding: 40px;
}

/* line 5, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_video-text.scss */
.video-text-wrapper h1 {
  color: #ffffff;
  font-size: 2.5rem;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

/* line 12, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_video-text.scss */
.video-text-wrapper p {
  margin: 0;
  font-size: 1.1rem;
}

/* line 19, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_video-text.scss */
.video-thumb {
  height: 100%;
}

/* line 23, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_video-text.scss */
.video-text-poster {
  margin: 0;
  flex-basis: 100%;
  display: flex;
}

/* line 29, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_video-text.scss */
.video-poster {
  min-width: 400px;
}

/* line 33, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_video-text.scss */
.video-text-desc {
  background: rgba(39, 94, 46, 0.75);
  padding: 20px;
  color: #ffffff;
  flex-basis: 100%;
  margin-right: 20px;
}

@media (max-width: 1199px) {
  /* line 42, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_video-text.scss */
  .video-text-wrapper {
    flex-direction: column;
  }
  /* line 46, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_video-text.scss */
  .video-text-desc {
    margin: 0 0 20px;
  }
  /* line 50, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_video-text.scss */
  .video-poster {
    width: 1140px;
    display: flex;
    min-width: auto;
  }
  /* line 56, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_video-text.scss */
  .video-thumb {
    flex-basis: 100%;
  }
}

/*--------------------------------------------------------------
/* Media Cards
--------------------------------------------------------------*/
/* line 6, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_media-cards.scss */
.media-wrapper {
  flex-direction: column;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 1em 30px;
  background: #ffffff;
}

/* line 16, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_media-cards.scss */
.media-wrapper h2 {
  margin-bottom: 30px;
}

/* line 21, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_media-cards.scss */
.media-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
}

/* line 28, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_media-cards.scss */
.media-video-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 35, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_media-cards.scss */
.media-entry {
  flex-basis: 32%;
  background: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}

/* line 44, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_media-cards.scss */
.media-entry.event-container {
  background: rgba(55, 206, 89, 0.85);
  padding: 10px;
  border: none;
  color: #ffffff;
}

/* line 57, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_media-cards.scss */
.media-entry .entry-detail {
  background: #ffffff;
  padding: 15px 20px;
}

/* line 61, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_media-cards.scss */
.media-entry .entry-detail h3 {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}

/* line 66, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_media-cards.scss */
.media-entry .entry-detail p, .media-entry .entry-detail li {
  font-size: 14px;
  color: #ECECEC;
}

/* line 74, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_media-cards.scss */
.media-entry .entry-content h4 {
  font-weight: 700;
}

/* line 78, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_media-cards.scss */
.media-entry .entry-content a {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 200;
  color: #525252;
}

/* line 84, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_media-cards.scss */
.media-entry .entry-content a:hover {
  color: #B8C7AA;
}

/* line 90, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_media-cards.scss */
.media-entry .entry-tag {
  display: inline-block;
}

/* line 93, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_media-cards.scss */
.media-entry .entry-tag li {
  line-height: 14px;
}

/* line 96, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_media-cards.scss */
.media-entry .entry-tag li a {
  font-size: 14px;
  font-weight: 700;
  color: #525252;
}

/* line 101, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_media-cards.scss */
.media-entry .entry-tag li a:hover {
  color: #3E6C96;
}

/* line 109, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_media-cards.scss */
.media-entry .entry-image {
  position: relative;
  overflow: hidden;
}

/* line 113, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_media-cards.scss */
.media-entry .entry-image img {
  width: 100%;
}

/* line 117, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_media-cards.scss */
.media-entry .entry-image .entry-overlay {
  background: rgba(83, 113, 54, 0.9);
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 131, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_media-cards.scss */
.media-entry .entry-image .entry-overlay .fa {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  font-size: 48px;
  z-index: 5;
}

/* line 145, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_media-cards.scss */
.media-entry:hover .entry-image .entry-overlay {
  opacity: 1;
}

/* line 152, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_media-cards.scss */
.view-media {
  text-align: center;
  margin: 30px 20px 30px;
}

/* line 164, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_media-cards.scss */
.media-title-wrapper {
  background: #ffffff;
  padding: 0 35px 0 45px;
}

/* line 169, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_media-cards.scss */
.media-title-wrapper h1 {
  margin: 0;
}

@media (max-width: 1199px) {
  /* line 175, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_media-cards.scss */
  .media-entry {
    flex-basis: 47.5%;
    margin-bottom: 1vw;
  }
  /* line 180, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_media-cards.scss */
  .media-entry:nth-child(3n - 1) {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 185, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_media-cards.scss */
  .media-entry:nth-child(2n) {
    margin-left: 1vw;
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  /* line 197, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_media-cards.scss */
  .media-entry {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  /* line 198, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_media-cards.scss */
  .media-entry:nth-child(2n) {
    margin-left: 0;
    margin-right: 0;
  }
}

/*--------------------------------------------------------------
/* Sidebar
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_sidebar.scss */
.template-wrapper {
  display: flex;
  padding: 40px;
  background: #ffffff;
}

/* line 6, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_sidebar.scss */
.template-wrapper .text-wrapper {
  padding: 0;
}

/* line 15, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_sidebar.scss */
.header-sidebar h1::after {
  height: 0;
}

/* line 21, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_sidebar.scss */
.sidebar-content {
  flex-basis: 250px;
  border-left: 3px solid #3E6C96;
  padding: 0 10px 20px 20px;
  margin-left: 20px;
  min-width: 250px;
}

/* line 28, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_sidebar.scss */
.sidebar-content p, .sidebar-content ul, .sidebar-content ol {
  font-size: 1rem;
  word-break: break-word;
  line-height: 1.25rem;
}

@media (max-width: 767px) {
  /* line 36, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_sidebar.scss */
  .template-wrapper {
    flex-direction: column;
  }
  /* line 40, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_sidebar.scss */
  .sidebar-content {
    margin: 15px 0 0;
    border-left: none;
  }
}

/*--------------------------------------------------------------
/* Footer
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_footer.scss */
.site-footer {
  font-size: 16px;
  background-color: #000000;
  position: relative;
  margin-top: 150px;
  flex-shrink: 0;
}

/* line 10, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_footer.scss */
.site-footer::before {
  position: absolute;
  content: '';
  height: 121px;
  top: -121px;
  left: 0;
  background: url(images/WaDE-footer-boarder.png);
  background-repeat: repeat-x;
  background-position-x: center;
  width: 100%;
}

/* line 22, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_footer.scss */
.site-footer .footer-wrapper {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

/* line 29, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_footer.scss */
.site-footer .footer-wrapper .footer-col {
  color: #ffffff;
  flex-basis: 100%;
}

/* line 34, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_footer.scss */
.site-footer .footer-wrapper .footer-col.col-three {
  flex-basis: 150%;
}

/* line 38, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_footer.scss */
.site-footer .footer-wrapper .footer-col p {
  font-size: 1rem;
  margin: 0;
}

/* line 43, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_footer.scss */
.site-footer .footer-wrapper .footer-col img {
  width: 100%;
}

/* line 52, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_footer.scss */
.site-footer .col-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* line 59, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_footer.scss */
#menu-footer {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 64, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_footer.scss */
#menu-footer li {
  margin-bottom: 0.5rem;
}

/* line 67, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_footer.scss */
#menu-footer li a {
  color: #ffffff;
}

@media (max-width: 1199px) {
  /* line 74, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_footer.scss */
  .site-footer .footer-wrapper .footer-content {
    max-width: 90%;
  }
}

@media (max-width: 992px) {
  /* line 82, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_footer.scss */
  .site-footer .org-wrapper .default-info {
    flex-direction: column;
    justify-content: center;
  }
  /* line 86, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_footer.scss */
  .site-footer .org-wrapper .default-info .left-col {
    margin-bottom: 20px;
  }
  /* line 90, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_footer.scss */
  .site-footer .org-wrapper .default-info .right-col {
    margin-top: 20px;
  }
  /* line 94, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_footer.scss */
  .site-footer .org-wrapper .default-info .mandatory-links {
    padding: 10px 0;
    width: 100%;
    border-top: 1px solid #3E6C96;
    border-bottom: 1px solid #3E6C96;
  }
}

@media (max-width: 992px) {
  /* line 107, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_footer.scss */
  .site-footer .footer-wrapper {
    padding: 20px;
    display: grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 2fr repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  /* line 119, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_footer.scss */
  .site-footer .footer-wrapper .footer-col img {
    max-width: 250px;
  }
  /* line 125, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_footer.scss */
  .site-footer .footer-wrapper .col-one {
    grid-area: 1 / 1 / 2 / 3;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  /* line 133, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_footer.scss */
  .site-footer .footer-wrapper .col-two {
    grid-area: 2 / 1 / 3 / 3;
    text-align: center;
    max-width: 600px;
    padding: 0.5rem 1rem 1rem;
    margin: 0 auto;
  }
  /* line 141, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_footer.scss */
  .site-footer .footer-wrapper .col-three {
    display: none;
  }
  /* line 145, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_footer.scss */
  .site-footer .footer-wrapper .col-four {
    grid-area: 3 / 1 / 4 / 2;
  }
  /* line 149, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_footer.scss */
  .site-footer .footer-wrapper .footer-menu {
    grid-area: 3 / 2 / 4 / 3;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  /* line 157, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_footer.scss */
  .site-footer .footer-wrapper .footer-content {
    max-width: 100%;
    padding: 20px;
    flex-wrap: wrap;
  }
  /* line 162, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/layout/_footer.scss */
  .site-footer .footer-wrapper .footer-content .footer-col {
    margin-bottom: 20px;
    flex-basis: 100%;
  }
}

/*--------------------------------------------------------------
/* Media
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/media/_media.scss */
.bg-video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -10;
  opacity: 0.9;
  display: block;
}

/* line 14, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/media/_media.scss */
.video-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -5;
  background-color: blue;
}

/* line 26, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/media/_media.scss */
.alignright {
  float: right;
  margin: 0 0 15px 15px;
  max-width: 100%;
}

/* line 32, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/media/_media.scss */
.alignleft {
  float: left;
  margin: 0 15px 15px 0;
  max-width: 100%;
}

/* line 38, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/media/_media.scss */
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}

/* responsive media */
/* line 47, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/media/_media.scss */
embed,
iframe,
img,
object,
video {
  max-width: 100%;
}

/*--------------------------------------------------------------
/* Videos
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_videos.scss */
.bg-video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -10;
  opacity: 0.9;
  display: block;
}

/* line 14, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_videos.scss */
.video-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -5;
  background-color: rgba(77, 77, 77, 0.1);
}

/* line 26, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_videos.scss */
.bg {
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  z-index: 0;
}

/* line 37, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_videos.scss */
.video-block {
  width: 100%;
}

/* line 41, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_videos.scss */
.video-section {
  padding: 20px;
  background: #ffffff;
}

/* line 45, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_videos.scss */
.video-section h2 {
  margin: 45px 0;
}

/* line 51, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_videos.scss */
.page-content-wrapper .video-section {
  padding: 10px 50px 30px;
}

/* line 56, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_videos.scss */
.video-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -5;
  background-color: rgba(77, 77, 77, 0.1);
}

/* video popup */
/* line 71, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_videos.scss */
.video-section {
  background-color: rgba(0, 0, 0, 0);
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  z-index: 0;
}

/* line 107, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_videos.scss */
.play-video {
  display: flex;
  justify-content: center;
}

/* line 112, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_videos.scss */
.play-video a {
  color: #ffffff;
  background: #77945B;
  font-size: 40px;
  border: 4px solid #ffffff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 80px;
  text-align: center;
  padding-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 128, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_videos.scss */
.play-video a:hover {
  border-color: #537136;
  background: #537136;
}

/* line 135, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_videos.scss */
.news-video {
  padding: 50px 0;
}

/* line 139, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_videos.scss */
.our-story-content {
  padding: 80px;
  color: #ffffff;
}

/* line 143, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/elements/_videos.scss */
.our-story-content span {
  font-size: 20px;
  display: inline-block;
  width: 100%;
  line-height: 33px;
}

/*--------------------------------------------------------------
/* Vendor
--------------------------------------------------------------*/
/* line 1, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
:root {
  --swiper-navigation-top-offset: 130px;
}

/* line 6, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body .sy-pager li.sy-active a {
  background-color: #B8C7AA;
}

/* line 10, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body .sy-slides-wrap {
  position: relative;
  height: auto;
}

/* line 15, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body .sy-slides-wrap .sy-caption {
  border-radius: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
}

/* line 22, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body .sy-slides-wrap .sy-caption-wrap {
  left: 0;
  bottom: 0;
  width: 100%;
}

/* line 30, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body .mega-menu {
  height: auto;
  min-height: auto;
}

/* line 35, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body #grid {
  margin: 20px;
}

/* line 40, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.menu-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 50;
}

/* image map pro styles */
/* line 52, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.map-tooltip {
  border: 2px solid #ffffff;
  border-radius: 10px;
}

/* line 57, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.search-items {
  margin-top: 15px;
}

/* line 61, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
li.css a {
  border-radius: 0;
}

/* line 66, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.squares-element h3 {
  margin: 5px 0;
}

/* line 70, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.squares-element strong {
  color: #3E6C96;
}

/* line 74, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.squares-element ul {
  padding-left: 15px;
}

/* line 78, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.squares-element li {
  margin-bottom: 10px;
}

/* line 83, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.theme-button {
  background-color: #003257;
  color: #ffffff;
}

/* line 88, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.fasc-size-large {
  padding: 8px 20px;
}

/* line 92, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.fasc-button {
  padding: 8px 45px;
}

/* line 96, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.fasc-type-flat {
  -webkit-transition: background-image 350ms ease-in-out;
  -moz-transition: background-image 350ms ease-in-out;
  -ms-transition: background-image 350ms ease-in-out;
  -o-transition: background-image 350ms ease-in-out;
  transition: background-image 350ms ease-in-out;
}

/* line 100, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.gform_wrapper li.gfield fieldset {
  border: none;
}

/* line 104, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.column-border {
  border-right: 2px solid #ffffff !important;
}

/* line 108, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.mega-menu-item-has-children > a.mega-menu-link:hover {
  color: #003257;
  font-weight: 600;
}

/* line 113, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
  color: #278bd4;
  font-weight: 600;
}

/* line 118, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children li.mega-menu-item-has-children li.mega-menu-item-has-children li.mega-menu-item-object-page::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  background: #ffffff !important;
  border-radius: 50%;
  height: 5px !important;
  width: 5px !important;
}

/* line 133, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item::before {
  display: list-item;
}

/* line 139, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body .mega-menu {
  z-index: 0;
}

/* line 143, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body .mega-menu .menu-links > li > a {
  font-size: 1.1rem;
}

/* line 147, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body #mega-menu-wrap-primary #mega-menu-primary {
  text-align: left;
}

/* line 152, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body .menu-item {
  position: relative;
}

/* line 155, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body .menu-item::after {
  position: absolute;
  right: 0;
  height: 100%;
  border-right: 1px solid #000000;
}

/* line 166, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body .swiper-button-prev,
body .swiper-rtl .swiper-button-next,
body .swiper-button-next,
body .swiper-button-prev {
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 5px;
  color: #000000;
  margin-top: 0px;
}

/* line 177, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body .swiper-slide .slide-content {
  margin-bottom: 2.5rem;
}

/* line 181, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body .flexslider {
  background: #A8BDD0;
  border: none;
}

/* line 186, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body .flex-direction-nav a {
  overflow: visible;
  margin: 0;
}

/* line 194, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.gfield_description ul li {
  font-size: .813em;
}

/* line 199, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.hide-ninja-head .footable-filtering {
  display: none;
}

/* line 207, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  color: #ffffff;
}

/* line 212, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
#pf-content .main-logo {
  display: none;
}

/* line 219, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
  position: relative;
}

/* line 224, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  top: 51px;
}

/* line 228, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body .semantic_ui .ui.table {
  font-size: 16px;
}

/* line 232, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body .min-table-col {
  min-width: 170px;
}

/* line 236, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body a.fasc-button {
  color: #ffffff;
}

/* line 239, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body a.fasc-button:visited {
  color: #ffffff;
}

/* line 244, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body .gform_wrapper .gfield_repeater_cell label {
  color: #23282d;
  font-weight: 700;
  font-size: 18px;
}

/* line 250, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body .gfield_repeater_wrapper input {
  border: 1px solid #23282d;
}

/* line 254, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body .gfield_repeater_buttons .add_repeater_item_text,
body .gfield_repeater_buttons .remove_repeater_item_text {
  height: auto;
  color: #757575;
  border-radius: 5px;
  margin: 15px 20px 0 0;
  border: 1px solid #23282d;
  padding: 10px 20px;
  font-size: 18px;
}

/* line 265, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body .gform_wrapper li.gfield fieldset legend.gfield_label {
  line-height: 60px;
  font-size: 1.25em;
}

/* line 275, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.wp-caption-text {
  font-size: 0.85em;
  color: #ECECEC;
}

/* line 285, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.mega-sub-menu {
  padding: 15px 10px;
}

/* line 289, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.pf-alignright {
  text-align: right;
}

/* line 293, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body .text-wrapper .mapplic-element {
  max-width: auto;
}

/* line 298, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.animate__animated.animate-5 {
  animation-delay: 0.5s;
}

/* line 302, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.animate__animated.animate-10 {
  animation-delay: 1s;
}

/* line 306, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.animate__animated.animate-15 {
  animation-delay: 1.5s;
}

/* line 310, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.animate__animated.animate-20 {
  animation-delay: 2s;
}

/* line 314, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.animate__animated.animate-25 {
  animation-delay: 2.5s;
}

/* line 318, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.animate__animated.animate-30 {
  animation-delay: 3s;
}

/* line 324, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body .btn-category {
  text-transform: capitalize;
  background-color: #77945B;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 329, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body .btn-category:hover {
  background-color: #B8C7AA;
  color: #333;
}

/* line 335, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body .btn-category.active,
body .btn-category:active {
  background-color: #B8C7AA;
  box-shadow: none;
  color: #333;
}

/* line 355, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.menu .mega-menu * {
  word-break: normal;
}

/* line 371, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.menu .mega-menu .site-title-wrapper {
  color: #333;
  height: 80px;
  display: flex;
  flex-direction: column;
}

/* line 377, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.menu .mega-menu .site-title-wrapper p {
  margin: 0px;
}

/* line 381, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.menu .mega-menu .site-title-wrapper .site-title {
  line-height: 80px;
  font-weight: 700;
  font-size: 1.25em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Inter", sans-serif;
}

/* line 390, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.menu .mega-menu .site-title-wrapper .site-description {
  line-height: 25px;
}

/* line 397, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.menu .mega-menu .menu-links a {
  color: #278bd4;
}

/* line 400, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.menu .mega-menu .menu-links a:hover {
  color: #003257;
}

/* line 405, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.menu .mega-menu .menu-links .menu-button {
  border-radius: 10px;
  margin: 7px 10px 0;
  background: #537136;
  border-radius: 10px;
  padding: 8px 15px;
  color: #ffffff;
  margin-top: 7px 15px 0 10px;
  height: 36px;
}

/* line 417, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.menu .mega-menu .menu-links .menu-button:hover {
  background: #d2982d;
}

/* line 420, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.menu .mega-menu .menu-links .menu-button:hover a {
  color: #ffffff;
}

/* line 426, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.menu .mega-menu .menu-links .menu-button a {
  color: #ffffff;
  line-height: 20px;
}

/* line 434, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.menu .mega-menu .menu-links > li > a {
  color: #278bd4;
  text-transform: none;
  line-height: 3rem;
}

/* line 440, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.menu .mega-menu .menu-links > li > a:hover {
  color: #003257;
}

/* line 445, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.menu .mega-menu .menu-links > li.active a {
  /*------------------------------------- ACTIVE CLASS MENU LINKS */
  background-color: transparent;
  color: #003257;
}

/* line 451, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.menu .mega-menu .menu-logo img {
  height: 90%;
  margin: 5px 0;
}

/* line 456, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.menu .mega-menu.desktopTopFixed .menu-list-items {
  /*--------------------------------------------------------- TOP FIXED FOR DESKTOP */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  padding: 0px 10px;
  background: #3E6C96;
  border-bottom: 2px solid #3E6C96;
}

/* line 468, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.menu .mega-menu .drop-down-multilevel {
  min-width: 230px;
  max-width: none;
  top: 3.25rem;
}

/* line 473, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.menu .mega-menu .drop-down-multilevel a {
  font-size: 1.1rem;
  line-height: 1.5rem;
}

/* line 477, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.menu .mega-menu .drop-down-multilevel a:hover {
  color: #003257;
}

/* line 483, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.menu .mega-menu .menu-mobile-collapse-trigger:before,
.menu .mega-menu .menu-mobile-collapse-trigger:after,
.menu .mega-menu .menu-mobile-collapse-trigger span {
  background: #525252;
  width: 30px;
  height: 3px;
}

/* line 492, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.menu .mega-menu .menu-mobile-collapse-trigger:before {
  top: 10px;
}

/* line 496, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.menu .mega-menu .menu-mobile-collapse-trigger:after {
  top: 30px;
}

/* line 500, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.menu .mega-menu .menu-mobile-collapse-trigger {
  /*------------------------------------------------------ MOBILE COLLAPSE TRIGGER BUTTON */
  margin-top: 3px;
  height: 45px;
  width: 55px;
  background: transparent;
}

/* line 508, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.menu .mega-menu .menu-mobile-collapse-trigger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 512, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.menu .mega-menu .menu-mobile-collapse-trigger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 992px) {
  /* line 522, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
  body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #ffffff;
  }
  /* line 526, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
  body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 0 10px 5px;
  }
  /* line 531, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
  body .menu-wrapper {
    flex-direction: column;
    align-items: flex-end;
  }
  /* line 536, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
  body .search-wrapper {
    margin: 0 0.5rem 1.5rem;
  }
  /* line 545, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
  .menu .mega-menu .drop-down-multilevel {
    top: 0;
  }
  /* line 549, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
  .menu .mega-menu .menu-logo > li > a {
    line-height: normal;
    /* padding-top: 16px; */
    /* padding-bottom: 16px; */
    position: relative;
    z-index: 10;
    width: auto;
    padding: 0px;
  }
  /* line 559, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
  .menu .mega-menu .menu-links > li > a {
    line-height: 40px;
  }
  /* line 563, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
  .menu .mega-menu .menu-mobile-collapse-trigger {
    margin-top: 20px;
  }
  /* line 567, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
  .menu .mega-menu .menu-links {
    background: #eff1f3;
    top: 154px;
  }
  /* line 571, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
  .menu .mega-menu .menu-links .menu-button {
    padding: 0px;
    border-radius: 5px;
    height: auto;
    margin: 0;
    background: transparent;
  }
  /* line 578, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
  .menu .mega-menu .menu-links .menu-button:hover {
    background: transparent;
  }
  /* line 581, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
  .menu .mega-menu .menu-links .menu-button:hover a {
    color: #003257;
  }
  /* line 586, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
  .menu .mega-menu .menu-links .menu-button a {
    margin: 0px;
    color: #333;
    line-height: 40px;
  }
}

@media only screen and (min-width: 993px) {
  /* line 606, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
  body #mega-menu-wrap-primary #mega-menu-primary li .mega-search-wrap.mega-static {
    border: 1px solid #ccc;
    border-radius: 10px !important;
    margin-left: 5px;
  }
  /* line 623, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
  body #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu,
  body #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.3), 0 6.7px 5.3px rgba(0, 0, 0, 0.3), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  }
}

@media (max-width: 767px) {
  /* line 640, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
  body #grid {
    margin: 0 5px;
  }
}

/* line 646, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body #mega-menu-wrap-primary #mega-menu-primary li .mega-search.mega-search-open input[type=text] {
  border-radius: 10px !important;
  padding-left: 10px !important;
}

/* line 651, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
body #mega-menu-wrap-primary #mega-menu-primary li .mega-search-wrap {
  height: 32px;
}

@media only screen and (max-width: 992px) {
  /* line 656, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
  body #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    padding: 0px 0px 10px 0px;
  }
}

/* line 662, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-disable-link > a.mega-menu-link:hover {
  color: #ffffff;
}

/* line 666, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  height: auto;
}

/* line 670, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
h4.mega-block-title {
  font-size: 16px;
}

/* line 676, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.mega-menu-item .textwidget ul {
  margin-left: 20px;
}

/* line 679, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.mega-menu-item .textwidget ul li {
  font-size: 14px;
  border: none;
  line-height: 1.4em;
}

/* line 684, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.mega-menu-item .textwidget ul li a {
  color: #333;
}

/* line 687, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.mega-menu-item .textwidget ul li a:hover {
  color: #537136;
}

/* line 694, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
.mega-menu-item .textwidget p {
  font-size: 14px;
  line-height: 1.0em;
  font-style: italic;
}

/* line 702, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.menu-button {
  padding: 0px 10px;
  border-radius: 5px;
  height: 36px;
  margin: 0 10px;
  background: #537136;
}

/* line 709, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.menu-button:hover {
  background: #003257;
}

/* line 713, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.menu-button a {
  margin: 0px;
  color: #ffffff;
  line-height: 36px;
}

/* line 720, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-button.menu-button:hover {
  background: #537136;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 767px) {
  /* line 727, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
  body .flex-direction-nav a {
    top: 100%;
  }
}

@media only screen and (min-width: 993px) {
  /* line 735, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
  #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-2035 .mega-search-wrap.mega-static {
    margin-left: 20px;
  }
  /* line 739, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-button.menu-button > a.mega-menu-link:hover {
    background: transparent;
    color: #ffffff;
  }
}

@media only screen and (min-width: 769px) {
  /* line 747, ../../../../../Users/de8/htdocs/wade/wp-content/themes/aquatica/sass/utils/_vendor.scss */
  #mega-menu-wrap-primary #mega-menu-primary li#mega-menu-item-1621 .mega-search-wrap.mega-static {
    margin-left: 15px;
  }
}

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