/**
 Theme Name: Cascade
 Author: Magicdust
 Author URI: https://www.magicdust.com.au
 Description: A bespoke WordPress theme from Magicdust.
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1,
.h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small,
.small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 1em;
  line-height: 1.5;
  font-family: 'Lato', sans-serif;
  -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
}
html,
body {
  min-height: 100%;
}
body {
  background: #ffffff;
  color: #666666;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: 'Lato', sans-serif;
  color: #033354;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
  margin-top: 0;
}
h1,
.h1 {
  font-size: 1.5em;
}
h2,
.h2 {
  font-size: 1.1875em;
}
h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
  font-size: 1em;
}
small,
.small {
  font-size: 0.875em;
}
p,
ol,
ul,
dl,
dd,
form,
table,
address,
pre {
  margin: 0 0 1em 0;
}
embed,
iframe,
object,
video {
  max-width: 100%;
}
ol,
ul {
  padding-left: 10%;
}
@media (min-width: 480px) {
  ol,
  ul {
    padding-left: 5%;
  }
}
li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
li ol,
li ul {
  margin: 0;
}
dt {
  font-weight: bold;
}
table {
  width: 100%;
  font-size: inherit;
}
th,
td {
  vertical-align: top;
  padding: 0.25em 1em 0.25em 0;
}
th {
  text-align: left;
}
blockquote {
  margin: 0 5%;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: strikethrough;
}
abbr {
  cursor: help;
}
a {
  text-decoration: none;
  color: #8cc740;
  -webkit-transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out;
  transition: color 150ms ease-out, border-color 150ms ease-out, background-color 150ms ease-out, opacity 150ms ease-out;
}
a:hover {
  color: #00a35e;
}
img {
  max-width: 100%;
  height: auto;
}
figure {
  margin: 0;
}
::-moz-selection {
  background: #8cc740;
  color: #000;
}
::selection {
  background: #8cc740;
  color: #000;
}
/* Resets. */
button,
textarea,
[type="button"],
[type="color"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select[multiple] {
  -webkit-appearance: none;
}
button,
input,
select,
textarea,
fieldset {
  max-width: 100%;
  font-size: inherit;
}
button[disabled],
input[disabled],
select[disabled],
textarea[disabled],
fieldset[disabled] {
  opacity: 0.7;
  cursor: default;
}
/* Rectangular inputs. */
button,
input,
textarea,
select {
  padding: 0 0.4em;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  -webkit-transition: 150ms ease-out;
  transition: 150ms ease-out;
  background: #ffffff;
  border-color: rgba(102, 102, 102, 0.5);
  color: #666666;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #8cc740;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
/* One-line rectangular inputs. */
button,
input,
select {
  height: 2.5em;
  line-height: normal;
}
/* Multi-line rectangular inputs. */
textarea,
select[multiple] {
  vertical-align: top;
  width: 100%;
  height: auto;
  padding: 0.4em;
}
/* Buttons. */
button,
[type="button"],
[type="submit"],
[type="reset"] {
  padding: 0 1em;
  text-align: center;
}
button:active,
[type="button"]:active,
[type="submit"]:active,
[type="reset"]:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
/* Non-rectangular inputs. */
[type="checkbox"],
[type="radio"],
[type="range"],
[type="file"],
[type="image"] {
  height: auto;
  padding: 0;
  border: none;
  background: transparent;
}
/* Fieldsets. */
legend {
  font-weight: bold;
}
/* Comments List */
.comments {
  margin-bottom: 4em;
}
.comments__header {
  margin-bottom: 2em;
}
.comment__list {
  padding: 0;
}
/* Comments */
.comment,
.pingback,
.trackback {
  list-style: none;
}
.comment-body {
  margin-bottom: 2em;
}
.comment-meta {
  position: relative;
  margin-bottom: 0.75em;
}
.comment-metadata {
  color: rgba(102, 102, 102, 0.5);
}
.comment-metadata a:not(:hover) {
  color: inherit;
}
.comment-meta,
.comment-content,
.reply {
  padding-left: 2.5rem;
}
@media (min-width: 480px) {
  .comment-meta,
  .comment-content,
  .reply {
    padding-left: 4.5rem;
  }
}
.comment-author .avatar {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 2rem;
  width: auto;
  height: auto;
  border-radius: 50%;
}
@media (min-width: 480px) {
  .comment-author .avatar {
    max-width: 4rem;
  }
}
.comment-edit-link {
  margin-left: 0.5em;
}
.pingback .url,
.trackback .url {
  font-style: italic;
}
/* Comment Form */
.comment-respond {
  margin: 4em 0 0 0;
}
.comment-reply-title small,
.comment-reply-title .small {
  display: block;
}
.comments .children {
  padding-left: 5%;
}
.comment-form {
  display: block;
}
.comment-form label {
  display: block;
}
.required {
  color: #C40233;
}
.comment-metadata,
.form-allowed-tags,
.pingback .edit-link,
.trackback .edit-link {
  font-size: 0.8em;
}
#cancel-comment-reply-link {
  font-size: 0.6em;
}
.gallery {
  margin-left: -(0.25em / 2);
  margin-right: -(0.25em / 2);
}
.gallery:after {
  content: '';
  display: block;
  clear: both;
}
.gallery:after {
  content: '';
  display: block;
  clear: both;
}
.gallery img {
  display: block;
  width: 100%;
}
.gallery .gallery-item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 0.125em 0.25em 0.125em;
  text-align: center;
}
.gallery .gallery-item:nth-of-type(2n+1) {
  clear: left;
}
.gallery .gallery-caption {
  margin: 0 0 1em 0;
  font-size: 0.8em;
  text-align: center;
}
.gallery-columns-1 .gallery-item {
  clear: none;
  width: 100%;
  clear: both;
}
.gallery .gallery-caption,
.wp-caption-text,
.wp-caption-dd {
  font-style: italic;
}
@media (min-width: 680px) {
  .gallery-item.gallery-item:nth-of-type(2n+1) {
    /* Extra specificity for editor */
    clear: none;
  }
  .gallery-columns-9 .gallery-item {
    width: 11.11111111%;
  }
  .gallery-columns-9 .gallery-item:nth-of-type(9n + 1) {
    clear: left;
  }
  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }
  .gallery-columns-8 .gallery-item:nth-of-type(8n + 1) {
    clear: left;
  }
  .gallery-columns-7 .gallery-item {
    width: 14.28571429%;
  }
  .gallery-columns-7 .gallery-item:nth-of-type(7n + 1) {
    clear: left;
  }
  .gallery-columns-6 .gallery-item {
    width: 16.66666667%;
  }
  .gallery-columns-6 .gallery-item:nth-of-type(6n + 1) {
    clear: left;
  }
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
  .gallery-columns-5 .gallery-item:nth-of-type(5n + 1) {
    clear: left;
  }
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
  .gallery-columns-4 .gallery-item:nth-of-type(4n + 1) {
    clear: left;
  }
  .gallery-columns-3 .gallery-item {
    width: 33.33333333%;
  }
  .gallery-columns-3 .gallery-item:nth-of-type(3n + 1) {
    clear: left;
  }
  .gallery-columns-2 .gallery-item {
    width: 50%;
  }
  .gallery-columns-2 .gallery-item:nth-of-type(2n + 1) {
    clear: left;
  }
}
.gallery-caption {
  padding: 0 1em;
}
.alignnone,
.alignleft,
.aligncenter,
.alignright,
.alignnone.wp-caption,
.alignleft.wp-caption,
.aligncenter.wp-caption,
.alignright.wp-caption {
  display: block;
  margin: 0 0 1em 0;
}
.alignleft,
.alignright,
.alignleft.wp-caption,
.alignright.wp-caption {
  margin-top: 0.25em;
}
.alignleft,
.alignleft.wp-caption {
  float: left;
  margin-right: 1em;
}
.alignright,
.alignright.wp-caption {
  float: right;
  margin-left: 1em;
}
.aligncenter,
.aligncenter.wp-caption {
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  max-width: 100%;
}
.mejs-container {
  margin-bottom: 1em;
}
.banner {
  margin-bottom: 3em;
}
.banner .container {
  height: 120px;
  position: relative;
  overflow: hidden;
  z-index: 0 !important;
}
@media (min-width: 680px) {
  .banner .container {
    height: 180px;
  }
}
@media (min-width: 960px) {
  .banner {
    margin-bottom: 4em;
  }
  .banner .container {
    height: 291px;
  }
}
.page-template-template-modules-with-banner .banner {
  margin-bottom: 0;
}
.banner__title {
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 25px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  z-index: 0;
}
@media (min-width: 680px) {
  .banner__title {
    font-size: 35px;
  }
}
@media (min-width: 960px) {
  .banner__title {
    font-size: 50px;
  }
}
.banner + .module,
.banner__nav + .module {
  padding-top: 3em;
}
@media (min-width: 960px) {
  .banner + .module--has-cards,
  .banner__nav + .module--has-cards {
    padding-top: 5em;
  }
}
.banner__nav {
  margin-bottom: 3em;
  font-size: 13px;
  font-weight: bold;
}
.banner__nav a {
  color: #666666;
}
.banner__nav a:hover {
  color: #0566a6;
}
.banner__nav span {
  color: #0566a6;
}
@media (min-width: 960px) {
  .banner__nav {
    margin-bottom: 4em;
  }
}
.page-template-template-modules-with-banner .banner__nav {
  display: none;
}
.entry {
  margin-bottom: 2em;
}
.entry__image {
  display: block;
  margin-bottom: 1em;
}
.entry__header {
  margin-bottom: 1em;
}
.entry__title {
  word-wrap: break-word;
}
.entry__title a:not(:hover) {
  color: inherit;
}
.fine-print {
  font-size: 0.85em;
  text-align: center;
}
@media (min-width: 680px) {
  .fine-print {
    margin-top: 2em;
  }
  .fine-print:before {
    content: '';
    display: inline-block;
    width: 1200px;
    margin: auto;
    border-top: 1px solid #ccd1d4;
    padding-top: 1.5em;
  }
  .fine-print .fine-print__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .fine-print .fine-print__credit:before {
    content: '|';
    margin-left: 5px;
    margin-right: 2px;
  }
}
.footer {
  padding: 2.5em 0 1.5em;
  background: #001a29;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #8cc740;
}
.footer:after {
  content: '';
  display: block;
  clear: both;
}
.footer:after {
  content: '';
  display: block;
  clear: both;
}
@media (min-width: 960px) {
  .footer {
    text-align: left;
  }
  .footer .grid__column--l-4 {
    width: 40%;
  }
  .footer .grid__column--l-3 {
    width: 20%;
  }
}
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -1rem;
  margin-right: -1rem;
}
.module--has-cards-content-right .grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid--no-gutters {
  margin: 0;
}
.grid--small-gutters {
  margin: 0 -0.5rem;
}
@media (min-width: 960px) {
  .grid--medium-gutters {
    margin: 0 -1.53846154rem;
  }
}
.grid--large-gutters {
  margin: 0 -2rem;
}
.grid--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.grid--center-y {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid--stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.grid__column {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  padding: 0 1rem;
}
.grid--reverse > .grid__column {
  float: right;
}
.grid--no-gutters > .grid__column {
  padding: 0;
}
.grid--small-gutters > .grid__column {
  padding: 0 0.5rem;
}
@media (min-width: 960px) {
  .grid--medium-gutters > .grid__column {
    padding: 0 1.53846154rem;
  }
}
.grid--large-gutters > .grid__column {
  padding: 0 2rem;
}
.grid__column--12 {
  width: 100%;
}
.grid__column--11 {
  width: 91.66666667%;
}
.grid__column--10 {
  width: 83.33333333%;
}
.grid__column--9 {
  width: 75%;
}
.grid__column--8 {
  width: 66.66666667%;
}
.grid__column--7 {
  width: 58.33333333%;
}
.grid__column--6 {
  width: 50%;
}
.grid__column--5 {
  width: 41.66666667%;
}
.grid__column--4 {
  width: 33.33333333%;
}
.grid__column--3 {
  width: 25%;
}
.grid__column--2 {
  width: 16.66666667%;
}
.grid__column--1 {
  width: 8.33333333%;
}
@media (min-width: 480px) {
  .grid__column--s-12 {
    width: 100%;
  }
  .grid__column--s-11 {
    width: 91.66666667%;
  }
  .grid__column--s-10 {
    width: 83.33333333%;
  }
  .grid__column--s-9 {
    width: 75%;
  }
  .grid__column--s-8 {
    width: 66.66666667%;
  }
  .grid__column--s-7 {
    width: 58.33333333%;
  }
  .grid__column--s-6 {
    width: 50%;
  }
  .grid__column--s-5 {
    width: 41.66666667%;
  }
  .grid__column--s-4 {
    width: 33.33333333%;
  }
  .grid__column--s-3 {
    width: 25%;
  }
  .grid__column--s-2 {
    width: 16.66666667%;
  }
  .grid__column--s-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 680px) {
  .grid__column--m-12 {
    width: 100%;
  }
  .grid__column--m-11 {
    width: 91.66666667%;
  }
  .grid__column--m-10 {
    width: 83.33333333%;
  }
  .grid__column--m-9 {
    width: 75%;
  }
  .grid__column--m-8 {
    width: 66.66666667%;
  }
  .grid__column--m-7 {
    width: 58.33333333%;
  }
  .grid__column--m-6 {
    width: 50%;
  }
  .grid__column--m-5 {
    width: 41.66666667%;
  }
  .grid__column--m-4 {
    width: 33.33333333%;
  }
  .grid__column--m-3 {
    width: 25%;
  }
  .grid__column--m-2 {
    width: 16.66666667%;
  }
  .grid__column--m-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 900px) {
  .grid__column--ml-12 {
    width: 100%;
  }
  .grid__column--ml-11 {
    width: 91.66666667%;
  }
  .grid__column--ml-10 {
    width: 83.33333333%;
  }
  .grid__column--ml-9 {
    width: 75%;
  }
  .grid__column--ml-8 {
    width: 66.66666667%;
  }
  .grid__column--ml-7 {
    width: 58.33333333%;
  }
  .grid__column--ml-6 {
    width: 50%;
  }
  .grid__column--ml-5 {
    width: 41.66666667%;
  }
  .grid__column--ml-4 {
    width: 33.33333333%;
  }
  .grid__column--ml-3 {
    width: 25%;
  }
  .grid__column--ml-2 {
    width: 16.66666667%;
  }
  .grid__column--ml-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 960px) {
  .grid__column--l-12 {
    width: 100%;
  }
  .grid__column--l-11 {
    width: 91.66666667%;
  }
  .grid__column--l-10 {
    width: 83.33333333%;
  }
  .grid__column--l-9 {
    width: 75%;
  }
  .grid__column--l-8 {
    width: 66.66666667%;
  }
  .grid__column--l-7 {
    width: 58.33333333%;
  }
  .grid__column--l-6 {
    width: 50%;
  }
  .grid__column--l-5 {
    width: 41.66666667%;
  }
  .grid__column--l-4 {
    width: 33.33333333%;
  }
  .grid__column--l-3 {
    width: 25%;
  }
  .grid__column--l-2 {
    width: 16.66666667%;
  }
  .grid__column--l-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .grid__column--xl-12 {
    width: 100%;
  }
  .grid__column--xl-11 {
    width: 91.66666667%;
  }
  .grid__column--xl-10 {
    width: 83.33333333%;
  }
  .grid__column--xl-9 {
    width: 75%;
  }
  .grid__column--xl-8 {
    width: 66.66666667%;
  }
  .grid__column--xl-7 {
    width: 58.33333333%;
  }
  .grid__column--xl-6 {
    width: 50%;
  }
  .grid__column--xl-5 {
    width: 41.66666667%;
  }
  .grid__column--xl-4 {
    width: 33.33333333%;
  }
  .grid__column--xl-3 {
    width: 25%;
  }
  .grid__column--xl-2 {
    width: 16.66666667%;
  }
  .grid__column--xl-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1440px) {
  .grid__column--xl-12 {
    width: 100%;
  }
  .grid__column--xl-11 {
    width: 91.66666667%;
  }
  .grid__column--xl-10 {
    width: 83.33333333%;
  }
  .grid__column--xl-9 {
    width: 75%;
  }
  .grid__column--xl-8 {
    width: 66.66666667%;
  }
  .grid__column--xl-7 {
    width: 58.33333333%;
  }
  .grid__column--xl-6 {
    width: 50%;
  }
  .grid__column--xl-5 {
    width: 41.66666667%;
  }
  .grid__column--xl-4 {
    width: 33.33333333%;
  }
  .grid__column--xl-3 {
    width: 25%;
  }
  .grid__column--xl-2 {
    width: 16.66666667%;
  }
  .grid__column--xl-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 680px) {
  .grid--2-columns > .grid__column {
    width: 50%;
  }
  .grid--2-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--2-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--3-columns > .grid__column {
    width: 33.333%;
  }
  .grid--3-columns > .grid__column:nth-child(3n+1) {
    clear: left;
  }
  .grid--reverse.grid--3-columns > .grid__column:nth-child(3n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--4-columns > .grid__column {
    width: 50%;
  }
  .grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--4-columns > .grid__column {
    width: 25%;
  }
  .grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--4-columns > .grid__column:nth-child(4n+1) {
    clear: left;
  }
  .grid--reverse.grid--4-columns > .grid__column:nth-child(4n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--5-columns > .grid__column {
    width: 50%;
  }
  .grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--5-columns > .grid__column {
    width: 20%;
  }
  .grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--5-columns > .grid__column:nth-child(5n+1) {
    clear: left;
  }
  .grid--reverse.grid--5-columns > .grid__column:nth-child(5n+1) {
    clear: right;
  }
}
@media (min-width: 480px) {
  .grid--6-columns > .grid__column {
    width: 50%;
  }
  .grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: right;
  }
}
@media (min-width: 680px) {
  .grid--6-columns > .grid__column {
    width: 33.3333%;
  }
  .grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(2n+1) {
    clear: none;
  }
  .grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: right;
  }
}
@media (min-width: 960px) {
  .grid--6-columns > .grid__column {
    width: 16.66666%;
  }
  .grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: none;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(3n+1) {
    clear: none;
  }
  .grid--6-columns > .grid__column:nth-child(6n+1) {
    clear: left;
  }
  .grid--reverse.grid--6-columns > .grid__column:nth-child(6n+1) {
    clear: right;
  }
}
.header {
  padding-top: 1em;
  z-index: 1;
  position: relative;
}
@media (min-width: 1200px) {
  .header {
    margin-left: 0;
    padding: 1.5em 1em;
  }
}
@media (min-width: 1200px) {
  .header .header__contact a {
    background: #8cc740 !important;
    padding: 1em 1.5em !important;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    color: #ffffff !important;
    font-weight: bold;
    min-width: 160px;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    text-align: center;
  }
  .header .header__contact.is-current a,
  .header .header__contact a:hover {
    background: #00a35e !important;
  }
}
.header__logo-helper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo-helper .header__sublogo-mobile {
  width: 50px;
  margin-left: 1em;
}
@media (min-width: 680px) {
  .header__logo-helper .header__sublogo-mobile {
    width: 70px;
  }
}
@media (min-width: 1200px) {
  .header__logo-helper .header__sublogo-mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header__logo-helper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header__sublogo-desktop {
  display: none;
}
@media (min-width: 1200px) {
  .header__sublogo-desktop {
    display: block;
  }
}
.header__logo {
  display: block;
  position: relative;
  z-index: 9;
  width: 200px;
}
.header__logo img {
  display: block;
}
@media (min-width: 680px) {
  .header__logo {
    width: 340px;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .header__nav-grid {
    padding: 0;
    margin-top: 1em;
  }
}
.header__nav {
  z-index: 9;
}
.header__nav .header__toggle-nav {
  width: 50%;
}
.header__nav .header__search-toggle .header__search {
  position: absolute;
  width: 250px;
  right: 0;
}
.header__nav .header__search-toggle .search-form {
  margin-bottom: 0;
}
.header__nav .header__search-toggle .search-form__input {
  border-radius: 4px;
}
.header__nav .header__search-toggle .search-form__button {
  fill: #ffffff;
  color: #ffffff;
  background: #8cc740;
  border-radius: 4px;
}
@media (max-width: 960px) {
  .header__nav .header__search-toggle .search-form__input {
    border-radius: 14px;
  }
  .header__nav .header__search-toggle .search-form__input {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}
@media (max-width: 1200px) {
  .header__nav {
    font-size: 13px;
    background: #001a29;
    padding: 10px 10px 9px;
  }
  .header__nav .header__toggle--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav .header__toggle--wrap .header__search-toggle {
    text-align: right;
  }
  .header__nav .header__toggle--wrap .header__search-toggle .header__search {
    right: 0;
    bottom: -2.85em;
    z-index: 99;
    width: 100%;
  }
}
@media (max-width: 680px) {
  .header__nav .header__search-toggle .header__search {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .header__nav .header__toggle-nav {
    width: 5%;
    margin-left: 1.5em;
  }
  .header__nav .navigation {
    width: 95%;
  }
}
.header__search {
  display: none;
}
@media (min-width: 1200px) {
  .header__search {
    display: none;
    margin-top: 15px;
  }
}
.magicdust-button {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  background: #8cc740;
  padding: 1.1em 1.5em;
  border-radius: 50px;
  letter-spacing: 1px;
  position: relative;
  color: #ffffff;
  font-weight: bold;
  min-width: 224px;
  text-align: center;
  font-size: 14px;
  width: 100%;
  cursor: pointer;
}
button.magicdust-button,
input.magicdust-button {
  padding-top: 0;
  padding-bottom: 0;
}
button.magicdust-button:not(:focus),
input.magicdust-button:not(:focus) {
  border-color: transparent;
}
.magicdust-button:hover {
  background: #00a35e;
  color: #ffffff;
}
.magicdust-button.button {
  height: auto;
  padding: 1.1em 1.5em;
}
@media (min-width: 680px) {
  .magicdust-button {
    font-size: 16px;
    width: auto;
  }
}
.main {
  display: block;
}
.main:focus {
  outline: none;
}
.main__content {
  margin-bottom: 3em;
}
.main__content h2 + h3,
.main__content h3 + h4,
.main__content h4 + h5,
.main__content .h2 + h3,
.main__content h2 + .h3,
.main__content .h3 + h4,
.main__content h3 + .h4,
.main__content .h4 + h5,
.main__content h4 + .h5 {
  margin-top: 0;
}
@media (min-width: 680px) {
  .main__content h2,
  .main__content .h2,
  .main__content .h2 {
    font-size: 34px;
  }
}
@media (min-width: 680px) {
  .main__content h3,
  .main__content .h3,
  .main__content .h3 {
    font-size: 26px;
  }
}
@media (min-width: 680px) {
  .main__content h4,
  .main__content .h4,
  .main__content .h4 {
    font-size: 20px;
  }
}
.main__content h5,
.main__content .h5,
.main__content .h5 {
  font-size: 16px;
  color: #0566a6;
  font-weight: bold;
}
.error404 .main__content {
  text-align: center;
}
.main__sidebar {
  margin-bottom: 3em;
}
.main__project-description {
  text-align: center;
  margin-bottom: 1.5em;
}
.main__project-filters {
  text-align: center;
}
.main__project-filters .facetwp-facet {
  display: inline-block;
  width: 100%;
  margin-bottom: 1em;
}
.main__project-filters .facetwp-facet input,
.main__project-filters .facetwp-facet select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ccd1d4;
  padding-left: 0;
}
@media (min-width: 680px) {
  .main__project-filters {
    margin: 2em 1em 2.5em 1em;
  }
  .main__project-filters .facetwp-facet {
    width: 25%;
  }
}
@media (min-width: 960px) {
  .main__project-filters .facetwp-facet {
    width: 280px;
  }
}
.menu-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: auto;
  padding: 0;
  background: transparent;
  border-color: transparent;
  color: #666666;
  fill: #666666;
}
@media (max-width: 1200px) {
  .menu-toggle {
    font-size: 13px;
    color: #ffffff;
    fill: #ffffff;
  }
}
.no-js .menu-toggle {
  display: none;
}
.header__search-toggle .menu-toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (min-width: 1200px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle__icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
}
.menu-toggle__icon--open {
  display: block;
}
.is-open > .menu-toggle__icon--open {
  display: none;
}
.menu-toggle__icon--close {
  display: none;
}
.is-open > .menu-toggle__icon--close {
  display: block;
}
.menu-toggle__label {
  padding-left: 0.25em;
  line-height: 1;
}
.meta {
  font-style: italic;
}
.meta a:not(:hover) {
  color: inherit;
}
.module {
  padding: 3em 0 2em;
}
@media (min-width: 960px) {
  .module {
    padding: 5em 0 4em;
  }
}
@media (min-width: 960px) {
  .module.module--text-image {
    padding: 7em 0;
  }
}
.module + .module--form,
.module + .module--logos-slides {
  padding-top: 1em;
}
.module--has-cards .container {
  position: relative;
  z-index: 0;
}
.module__header {
  margin-bottom: 1em;
  text-align: center;
}
.u-align-left .module__header {
  text-align: left;
}
.module--has-cards-content-center .module__header {
  text-align: center;
}
@media (min-width: 960px) {
  .module__header {
    margin-bottom: 2em;
  }
}
.module__title {
  font-size: 26px;
}
.module__title span {
  display: block;
  font-size: 16px;
  color: #0566a6;
  font-weight: bold;
  margin-bottom: 1em;
}
@media (min-width: 680px) {
  .module__title {
    font-size: 30px;
  }
}
@media (min-width: 680px) {
  .module__title {
    font-size: 34px;
  }
}
.module__button {
  margin-top: 2em;
}
.module__img {
  height: 300px;
  margin-bottom: 1.5em;
}
@media (min-width: 680px) {
  .module__img {
    height: 400px;
  }
}
@media (min-width: 960px) {
  .module__img {
    height: 459px;
    margin-bottom: 0;
  }
}
.module--posts .module__content,
.module--has-cards-content-center .module__content {
  text-align: center;
}
.module--has-cards-content-center .grid__column--l-8 {
  width: 100% !important;
}
@media (min-width: 960px) {
  .module--has-cards-content-center .grid--medium-gutters > .grid__column--l-4 {
    width: 680px !important;
  }
}
@media (min-width: 960px) {
  .module--has-cards-content-center .grid--medium-gutters .grid {
    margin: 0 -2rem;
  }
  .module--has-cards-content-center .grid--medium-gutters .grid .grid__column {
    padding: 0 2rem;
  }
}
.module--has-cards {
  position: relative;
  overflow: hidden;
}
.module--has-cards:before {
  content: '';
  position: relative;
  display: inline-block;
  background: #f0f1f2;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1440px) {
  .module--has-cards.module--has-cards-bg-right:before {
    width: 94%;
    border-top-left-radius: 7em;
    right: 0;
  }
}
@media (min-width: 1640px) {
  .module--has-cards.module--has-cards-bg-right:before {
    width: 88%;
  }
}
@media (min-width: 1440px) {
  .module--has-cards.module--has-cards-bg-left:before {
    width: 94%;
    border-top-right-radius: 7em;
    left: 0;
  }
}
@media (min-width: 1640px) {
  .module--has-cards.module--has-cards-bg-left:before {
    width: 88%;
  }
}
.module--has-cards.module--has-cards-bg-none:before {
  background: none;
}
@media (min-width: 960px) {
  .module--has-cards {
    padding: 6em 0 5em;
  }
}
.navbar {
  display: none;
  margin-top: 10px;
  z-index: 999999;
}
.navbar:after {
  content: '';
  display: block;
  clear: both;
}
.navbar:after {
  content: '';
  display: block;
  clear: both;
}
.no-js .navbar,
.navbar.is-open {
  display: block;
}
.navbar__list {
  margin: 0;
  padding: 0;
  text-align: left;
}
.navbar__item {
  display: block;
  margin: 0;
}
.navbar__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em;
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
}
.navbar__item a:hover,
.navbar__item.is-open > a,
.navbar__item.is-current > a {
  background: #8cc740;
}
.navbar__item a[aria-haspopup] {
  cursor: default;
}
.navbar__expand {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 0.2rem;
  fill: currentColor;
  -webkit-transition: -webkit-transform 150ms ease-out;
  transition: -webkit-transform 150ms ease-out;
  transition: transform 150ms ease-out;
  transition: transform 150ms ease-out, -webkit-transform 150ms ease-out;
}
.is-open > a > .navbar__expand {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
@media (min-width: 960px) {
  .navbar__item a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .navbar {
    display: block !important;
    margin-top: 0;
  }
  .navbar__item a {
    color: #666666;
    background: none;
    padding: 1em 0;
    font-size: 16px;
  }
  .navbar__item a:hover,
  .navbar__item.is-open > a,
  .navbar__item.is-current > a {
    color: #8cc740;
    background: none;
  }
  .navbar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.navbar-dropdown {
  will-change: auto;
  display: none;
  padding: 0;
  margin-left: 0.5em;
  z-index: 99999;
}
.navbar-dropdown.navbar-dropdown--level-1 {
  display: block;
  position: relative;
}
.is-open > .navbar-dropdown {
  display: block;
}
.navbar-dropdown:focus {
  outline: none;
}
.navbar-dropdown__item a {
  font-size: 15px;
}
.navbar-dropdown__item ul {
  margin-left: 0;
  padding-left: 1em;
}
.navbar-dropdown--level-0 .navbar__item--level-1 ul li a {
  position: relative;
  padding-left: 1.5em;
}
.navbar-dropdown--level-0 .navbar__item--level-1 ul li a:before {
  content: '';
  width: 6px;
  height: 6px;
  border: solid #033354 !important;
  border-width: 0 2px 2px 0 !important;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 0;
}
.navbar-dropdown--level-0 .navbar__item--level-1 ul li a:hover,
.navbar-dropdown--level-0 .navbar__item--level-1 ul li.is-current a {
  color: #666666;
}
.navbar-dropdown--level-0 .navbar__item--level-1 ul li a:hover:before,
.navbar-dropdown--level-0 .navbar__item--level-1 ul li.is-current a:before {
  border: solid #0566a6 !important;
  border-width: 0 2px 2px 0 !important;
}
.navbar-dropdown--level-0 .nav-view-all {
  border: 0;
}
.navbar-dropdown--level-0 .nav-view-all a {
  color: #ffffff;
  font-weight: 600;
  padding-left: 0 !important;
}
.navbar-dropdown--level-0 .nav-view-all a::before {
  display: none !important;
}
.navbar-dropdown--level-0 .navbar__expand {
  display: none;
}
@media (min-width: 960px) {
  .navbar-dropdown {
    position: absolute;
    z-index: 99999;
    margin-left: 0;
    top: 0;
  }
  .navbar-dropdown--level-0 {
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 1.5em calc((100vw - 1200px) / 2) 2em !important;
    width: 100%;
    background: #f5f9f9;
  }
  .navbar-dropdown--level-0 {
    top: 100%;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .navbar-dropdown--level-0 li:nth-child(3n+1) {
    clear: left;
  }
  .navbar-dropdown--level-0 .navbar__expand {
    display: none;
  }
  .navbar-dropdown--level-0 .navbar__item--level-1 {
    float: left;
    padding: 0 1em 1.5em;
    width: 33.33333%;
  }
  .navbar-dropdown--level-0 .navbar__item--level-1 > a {
    color: #033354;
    border-bottom: 1px solid #333333;
    padding-bottom: 1.5em;
  }
  .navbar-dropdown--level-0 .nav-view-all {
    margin-top: 0.5em;
  }
  .navbar-dropdown--level-0 .nav-view-all a {
    padding-bottom: 0;
    color: #8cc740;
  }
  .navbar-dropdown--level-0 ul {
    padding-left: 0;
  }
  .navbar-dropdown--level-0 ul li {
    border-bottom: 1px solid #333333;
  }
  .navbar-dropdown--level-0 ul li a {
    font-weight: normal !important;
  }
  .navbar-dropdown--level-1 a {
    padding: 5px 0;
  }
  .navbar-dropdown__item {
    margin: 0;
  }
  .navbar-dropdown__item a {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-dropdown__item a .icon {
    display: none;
  }
  .navbar-dropdown__item:first-child > a {
    position: relative;
  }
  .navbar-dropdown__item .icon {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
  .navbar-dropdown__item.is-open > a > .icon {
    -webkit-transform: rotateZ(-90deg) rotateX(-180deg);
            transform: rotateZ(-90deg) rotateX(-180deg);
  }
}
.navigation {
  text-align: center;
  z-index: 9999;
}
@media (min-width: 960px) {
  .navigation {
    font-size: 18px;
  }
}
.pagination {
  clear: both;
  text-align: center;
}
.pagination:after {
  content: '';
  display: block;
  clear: both;
}
.pagination:after {
  content: '';
  display: block;
  clear: both;
}
.pagination > a,
.pagination > span {
  display: inline-block;
  margin: 0.15em;
  padding: 0.25em 0.2em;
  color: #000000;
}
.pagination > a:hover,
.pagination > span {
  font-weight: bold;
}
.pagination .dots {
  border-color: transparent;
}
.pagination,
.post-navigation {
  margin-top: 2em;
}
.search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main__content .search-form {
  width: 20em;
  max-width: 100%;
  margin: 2em auto;
}
.search-form__input {
  width: 100%;
  padding-right: 2.5em;
}
.search-form__input::-webkit-input-placeholder {
  text-align: center;
  text-indent: 2.5em;
}
.search-form__input::-moz-placeholder {
  text-align: center;
  text-indent: 2.5em;
}
.search-form__input:-ms-input-placeholder {
  text-align: center;
  text-indent: 2.5em;
}
.search-form__input::-ms-input-placeholder {
  text-align: center;
  text-indent: 2.5em;
}
.search-form__input::placeholder {
  text-align: center;
  text-indent: 2.5em;
}
.search-form__button {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5em;
  padding: 0;
  background: transparent;
  border-color: transparent;
  color: #666666;
}
.search-form__icon {
  width: 1.25em;
  height: 1.25em;
  fill: currentColor;
}
.social-menu-item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.social-menu-item a {
  display: block;
  color: inherit;
}
.social-menu-item__icon {
  display: block;
  width: 2em;
  height: 2em;
  fill: currentColor;
}
.social-menu-item__label {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  left: -9999px;
}
.social-menu {
  padding: 0;
  list-style: none;
}
.tabs__tablist {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 960px) {
  .tabs__tablist {
    display: block;
  }
}
.tabs__tablist li {
  display: inline-block;
  margin: 0;
}
.tabs__tab {
  display: block;
}
@media (min-width: 960px) {
  .tabs__tab {
    display: none;
  }
  .tabs__tablist .tabs__tab {
    display: block;
  }
}
.tabs__panel {
  overflow: hidden;
}
.tabs__panel[aria-hidden="true"] {
  display: none;
}
.tool {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tool:not(:hover) {
  color: inherit;
}
.tool__icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  fill: currentColor;
}
.tool__badge {
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 1.5em;
  padding: 0 0.25em;
  border-radius: 0.75em;
  font-size: 0.625em;
  line-height: 1.5em;
  text-align: center;
  white-space: nowrap;
  background: #C40233;
  color: #ffffff;
}
.widget {
  margin-bottom: 2em;
}
.widget ul {
  padding: 0;
  list-style: none;
}
.widget ul ul {
  padding-left: 5%;
}
.widget__header {
  margin-bottom: 1em;
}
.footer .widget__header {
  margin-bottom: 1.2em;
}
.main__sidebar .widget__header {
  margin-bottom: 1.5em;
}
.widget__title {
  margin: 0;
  font-size: 1em;
}
.footer .widget__title {
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 680px) {
  .main__sidebar .widget__title {
    font-size: 26px;
  }
}
@media (min-width: 960px) {
  .fine-print .widget_nav_menu {
    text-align: right;
    margin-bottom: 0;
  }
  .fine-print .widget_nav_menu ul {
    margin-bottom: 0;
  }
  .fine-print .widget_nav_menu ul li {
    display: inline-block;
    margin: 0;
  }
  .fine-print .widget_nav_menu ul li:before {
    content: '|';
    margin: 0 5px 0 3px;
  }
  .fine-print .widget_nav_menu ul li:first-child:before {
    display: none;
  }
}
.main__sidebar .widget_nav_menu {
  background: #f0f1f2;
  padding: 2.5em 2em 1.5em 2em;
  border-top-right-radius: 4em;
}
.main__sidebar .widget_nav_menu ul li {
  border-bottom: 1px solid #ccd1d4;
  margin: 0 !important;
}
.main__sidebar .widget_nav_menu ul li:first-child {
  border-top: 1px solid #ccd1d4;
}
.main__sidebar .widget_nav_menu ul li > a {
  color: #001a29;
  position: relative;
  padding-left: 1.5em;
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  display: inline-block;
  width: 100%;
}
.main__sidebar .widget_nav_menu ul li > a:before {
  content: url(images/icons/expand.svg);
  display: inline-block;
  width: 17px;
  height: 17px;
  left: 0;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(-90deg) !important;
          transform: rotate(-90deg) !important;
  top: 14px;
  -webkit-filter: invert(4%) sepia(96%) saturate(4130%) hue-rotate(189deg) brightness(90%) contrast(101%);
          filter: invert(4%) sepia(96%) saturate(4130%) hue-rotate(189deg) brightness(90%) contrast(101%);
  -webkit-transition: all 2s ease !important;
  transition: all 2s ease !important;
}
.main__sidebar .widget_nav_menu ul li.is-current a,
.main__sidebar .widget_nav_menu ul li a:hover {
  color: #0566a6;
}
.main__sidebar .widget_nav_menu ul li.is-current a:before,
.main__sidebar .widget_nav_menu ul li a:hover:before {
  -webkit-filter: invert(26%) sepia(83%) saturate(1697%) hue-rotate(183deg) brightness(88%) contrast(96%);
          filter: invert(26%) sepia(83%) saturate(1697%) hue-rotate(183deg) brightness(88%) contrast(96%);
}
.main__sidebar .widget_nav_menu ul li.has-children:hover .menu__sub-menu,
.main__sidebar .widget_nav_menu ul li.has-children.is-current .menu__sub-menu {
  height: auto;
  max-height: 600px;
  overflow: hidden;
  -webkit-transition: all 3s ease !important;
  transition: all 3s ease !important;
}
.main__sidebar .widget_nav_menu ul li.has-children:hover a:before,
.main__sidebar .widget_nav_menu ul li.has-children.is-current a:before {
  -webkit-transform: rotate(0) !important;
          transform: rotate(0) !important;
  top: 12px;
  -webkit-transition: all 1s ease !important;
  transition: all 1s ease !important;
}
.main__sidebar .widget_nav_menu ul li.has-children .menu__sub-menu {
  font-size: 14px !important;
  height: auto !important;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all  2s ease !important;
  transition: all  2s ease !important;
  padding-left: 0;
  padding-right: 0;
}
.main__sidebar .widget_nav_menu ul li.has-children .menu__sub-menu li {
  border-bottom: 0;
  margin: 0;
}
.main__sidebar .widget_nav_menu ul li.has-children .menu__sub-menu li:first-child {
  border-top: 1px solid #ccd1d4;
  border-bottom: 0;
  padding-top: 0.5em;
}
.main__sidebar .widget_nav_menu ul li.has-children .menu__sub-menu li:last-child {
  padding-bottom: 0.5em;
}
.main__sidebar .widget_nav_menu ul li.has-children .menu__sub-menu li a {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  color: #001a29 !important;
}
.main__sidebar .widget_nav_menu ul li.has-children .menu__sub-menu li a:before {
  content: '-';
  width: auto;
  font-size: 30px;
  top: -8px !important;
  left: 3px;
  -webkit-transform: rotate(0) !important;
          transform: rotate(0) !important;
}
.main__sidebar .widget_nav_menu ul li.has-children .menu__sub-menu li.is-current a,
.main__sidebar .widget_nav_menu ul li.has-children .menu__sub-menu li a:hover {
  color: #0566a6 !important;
}
.main__sidebar .widget_nav_menu ul li.has-children .menu__sub-menu li.is-current a:before,
.main__sidebar .widget_nav_menu ul li.has-children .menu__sub-menu li a:hover:before {
  -webkit-filter: invert(26%) sepia(83%) saturate(1697%) hue-rotate(183deg) brightness(88%) contrast(96%);
          filter: invert(26%) sepia(83%) saturate(1697%) hue-rotate(183deg) brightness(88%) contrast(96%);
}
.slides {
  position: relative;
  z-index: 0;
}
.slides .container {
  position: relative;
  height: 406px;
  overflow: hidden;
}
@media (min-width: 680px) {
  .slides .container {
    height: 406px;
  }
}
@media (min-width: 960px) {
  .slides .container {
    height: 606px;
  }
}
.slides__helper {
  position: absolute;
  width: 95%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.slides__title {
  font-size: 25px;
}
@media (min-width: 680px) {
  .slides__title {
    font-size: 35px;
  }
}
@media (min-width: 960px) {
  .slides__title {
    font-size: 50px;
  }
}
.slides__content {
  margin-bottom: 1.5em;
  line-height: 1.3;
}
.logo-slide {
  position: relative;
}
.logo-slide__image {
  height: 80px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 1em 0;
}
.logo {
  position: relative;
}
.logo a:hover .logo__image-helper {
  background-color: rgba(0, 26, 41, 0.8);
}
.logo__image {
  height: 160px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.logo__image-helper {
  margin: 1em 0;
  padding: 2em;
  border-radius: 7px;
  background-color: #f0f1f2;
}
@media (min-width: 680px) {
  .logo__image-helper {
    margin: 2em 0;
  }
}
.card {
  position: relative;
  padding: 1.5em 0 2em;
  overflow: hidden;
}
.card:hover .card__arrow {
  background: #00a35e;
}
.module--has-cards .card {
  height: 100%;
}
.card--blog {
  margin: 1em 0;
}
.card__content-helper {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  height: 100%;
}
.module--has-cards-bg-none .card__content-helper {
  background: #f0f1f2;
  position: relative;
  height: 100%;
}
.card__image {
  height: 202px;
}
@media (min-width: 680px) {
  .module--posts .card__image {
    height: 160px;
  }
}
@media (min-width: 960px) {
  .module--posts .card__image {
    height: 202px;
  }
}
.card--image-sentence {
  overflow: hidden;
  height: 100%;
}
.card__arrow {
  background: #8cc740;
  color: #ffffff;
  fill: #ffffff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card__arrow .icon {
  width: 17px;
  height: 17px;
}
.card__arrow-top .card__arrow {
  position: absolute;
  top: -1.3em;
  right: 0;
}
.card__more .card__arrow {
  margin-right: 1em;
}
.card__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.card__header {
  position: relative;
  padding-top: 1.5em;
}
.card__title {
  margin-top: 0;
  font-size: 18px;
  color: #033354;
}
@media (min-width: 960px) {
  .card__title {
    font-size: 20px;
  }
}
.card__content-wrap {
  padding: 0 1.5em 1.5em;
}
@media (min-width: 960px) {
  .card__content-wrap {
    padding: 0 2em 2em;
  }
}
.card__content,
.card__summary {
  color: #666666;
}
.card__other-details {
  color: #0566a6;
  margin-bottom: 1em;
  font-weight: bold;
}
.icon {
  position: relative;
  margin: 1em 0;
}
.icon:hover .icon__image:before {
  background: rgba(0, 26, 41, 0.8);
}
@media (min-width: 960px) {
  .module--has-cards-content-center .icon {
    margin: 2em 0;
  }
}
.icon__image {
  position: relative;
  background: center center / cover no-repeat;
  height: 140px;
  padding: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  overflow: hidden;
}
.icon__image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 26, 41, 0.3);
}
.icon__image .icon__content-helper {
  z-index: 2;
  position: relative;
}
@media (min-width: 960px) {
  .module--has-cards-content-center .icon__image {
    height: 210px;
  }
}
.icon__icon {
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 0.7em;
}
@media (min-width: 960px) {
  .module--has-cards-content-center .icon__icon {
    height: 60px;
    width: 60px;
  }
}
.icon__title {
  color: #ffffff;
  margin: 0;
  font-size: 20px;
}
@media (min-width: 960px) {
  .module--has-cards-content-center .icon__title {
    font-size: 30px;
  }
}
.call-to-action {
  position: relative;
}
.call-to-action .container {
  position: relative;
  height: 406px;
  overflow: hidden;
}
@media (min-width: 680px) {
  .call-to-action .container {
    height: 406px;
  }
}
@media (min-width: 960px) {
  .call-to-action .container {
    height: 485px;
  }
}
.call-to-action__helper {
  position: absolute;
  width: 95%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.call-to-action__title {
  font-size: 25px;
}
@media (min-width: 680px) {
  .call-to-action__title {
    font-size: 35px;
  }
}
@media (min-width: 960px) {
  .call-to-action__title {
    font-size: 50px;
  }
}
.call-to-action__content {
  margin-bottom: 1.5em;
  line-height: 1.3;
}
.project {
  position: relative;
}
.project__sidebar {
  background: #f0f1f2;
  padding: 1.5em;
}
.project__sidebar-header {
  margin-bottom: 1.5em;
}
.project__sidebar-title {
  font-size: 26px;
}
.project--single__detials-con {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccd1d4;
}
.project--single__detials-con span {
  font-weight: bold;
}
.product {
  position: relative;
}
.product--single__image {
  height: 300px;
  margin-bottom: 2em;
}
@media (msin-width: 680px) {
  .product--single__image {
    height: 500px;
  }
}
@media (min-width: 960px) {
  .product--single__image {
    height: 400px;
  }
}
.product--single__content {
  margin-bottom: 2em;
}
.products--single__lists-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
  border-bottom: 1px solid #8cc740;
  padding-bottom: 0.5em;
}
.products--single__lists-con {
  margin-bottom: 2em;
}
.products--single__lists-con a {
  font-weight: bold;
  color: #666666;
  position: relative;
  margin-bottom: 1.5em;
  display: block;
  font-size: 14px;
}
.products--single__lists-con a .products--single__lists-text {
  position: relative;
  padding-left: 2.8em;
}
.products--single__lists-con a .products--single__lists-text:before {
  content: url('images/file-icon.png');
  position: absolute;
  left: 0;
  top: -9px;
}
.products--single__lists-con a:hover {
  color: #8cc740;
}
.products--single__lists-text {
  margin-bottom: 0.5em;
}
.products--single__buttons a:first-child {
  margin-left: 0;
}
.products--single__buttons a {
  margin: 0.3em 0;
}
@media (min-width: 680px) {
  .products--single__buttons a {
    margin: 1em 0.5em;
    display: inline-block;
  }
}
.clickable-panels {
  margin-top: 2em;
}
.clickable-panel {
  margin: 1em 0 1em;
}
.clickable-panel__image {
  height: 202px;
  margin-bottom: 1em;
}
@media (min-width: 680px) {
  .clickable-panel__image {
    height: 160px;
  }
}
@media (min-width: 960px) {
  .clickable-panel__image {
    height: 202px;
  }
}
.clickable-panel__content {
  margin-bottom: 1.5em;
}
.clickable-panel__title {
  margin-top: 0;
  font-size: 18px;
  color: #033354;
}
@media (min-width: 960px) {
  .clickable-panel__title {
    font-size: 20px;
  }
}
.helper {
  position: relative;
  overflow: hidden;
}
.container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 960px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.container--narrow {
  max-width: 680px;
}
.container--medium {
  max-width: 900px;
}
.container--wide {
  max-width: 1200px;
}
.container--extra-wide {
  max-width: 1440px;
}
.container--full {
  max-width: 100%;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.u-wide {
  width: 100%;
}
.u-text-center {
  text-align: center;
}
.u-text-right {
  text-align: right;
}
.u-text-left {
  text-align: left;
}
.screen-reader-text {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  left: -9999px;
  z-index: 100000;
}
.screen-reader-text:focus {
  clip: auto;
  left: 5px;
  top: 5px;
  height: 1px;
  width: 1px;
  width: auto;
  height: auto;
  padding: 0.5em 1.5em;
  border-radius: 3px;
  background: #009F6B;
  color: #FFF;
}
.u-center {
  text-align: center;
}
.u-overlay {
  position: relative;
  background: center center / cover no-repeat;
}
.u-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 26, 41, 0.3);
}
.u-overlay .container {
  z-index: 2;
  position: relative;
}
.u-bg {
  background: center center / cover no-repeat;
}
.u-white {
  color: #ffffff;
}
.u-black {
  color: #000000;
}
.u-desktop {
  display: none;
}
@media (min-width: 960px) {
  .u-desktop {
    display: block;
  }
}
.u-mobile {
  display: block;
}
@media (min-width: 960px) {
  .u-mobile {
    display: none;
  }
}
.module--form #mc_embed_signup {
  text-align: center;
}
.module--form #mc_embed_signup h2,
.module--form #mc_embed_signup .h2 {
  text-align: center;
  font-size: 26px;
}
@media (min-width: 680px) {
  .module--form #mc_embed_signup h2,
  .module--form #mc_embed_signup .h2 {
    font-size: 30px;
  }
}
@media (min-width: 680px) {
  .module--form #mc_embed_signup h2,
  .module--form #mc_embed_signup .h2 {
    font-size: 34px;
  }
}
.module--form #mc_embed_signup span {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.module--form #mc_embed_signup .mc_embed_signup_header {
  max-width: 680px;
  margin: 0 auto 2em;
}
.module--form #mc_embed_signup .mc-field-group {
  width: 100%;
  display: inline-block;
  margin: 0;
}
.module--form #mc_embed_signup .mc-field-group input {
  width: 100%;
  padding: 1.1em 0 1.1em;
  border: 0;
  border-bottom: 2px solid #ccd1d4;
  height: auto;
}
.module--form #mc_embed_signup .mc-field-group input::-webkit-input-placeholder {
  opacity: 1;
}
.module--form #mc_embed_signup .mc-field-group input::-moz-placeholder {
  opacity: 1;
}
.module--form #mc_embed_signup .mc-field-group input:-ms-input-placeholder {
  opacity: 1;
}
.module--form #mc_embed_signup .mc-field-group input::-ms-input-placeholder {
  opacity: 1;
}
.module--form #mc_embed_signup .mc-field-group input::placeholder {
  opacity: 1;
}
.module--form #mc_embed_signup .required {
  color: #000000;
}
.module--form #mc_embed_signup .mc-field-button {
  width: 100%;
  display: inline-block;
  margin: 2em 0 0;
  position: relative;
}
.module--form #mc_embed_signup .mc-field-button .magicdust-button {
  width: 100%;
  min-width: auto;
}
@media (min-width: 680px) {
  .module--form #mc_embed_signup .mc-field-group {
    width: 35%;
    margin: 0 5px;
  }
  .module--form #mc_embed_signup .mc-field-button {
    width: 22%;
    top: -15px;
    margin: 0 5px;
  }
}
.main__sidebar #mc_embed_signup {
  position: relative;
  background: center center / cover no-repeat;
  padding: 2em 1em 1.5em;
}
.main__sidebar #mc_embed_signup .mc-field-group {
  width: 100%;
  display: inline-block;
  margin: 0;
}
.main__sidebar #mc_embed_signup .mc-field-group input {
  width: 100%;
  padding: 1.1em 0 1.1em;
  border: 0;
  border-bottom: 2px solid #f0f1f2;
  height: auto;
  background: none;
}
.main__sidebar #mc_embed_signup .mc-field-group input::-webkit-input-placeholder {
  opacity: 1;
}
.main__sidebar #mc_embed_signup .mc-field-group input::-moz-placeholder {
  opacity: 1;
}
.main__sidebar #mc_embed_signup .mc-field-group input:-ms-input-placeholder {
  opacity: 1;
}
.main__sidebar #mc_embed_signup .mc-field-group input::-ms-input-placeholder {
  opacity: 1;
}
.main__sidebar #mc_embed_signup .mc-field-group input::placeholder {
  opacity: 1;
}
.main__sidebar #mc_embed_signup .required {
  color: #ffffff;
}
.main__sidebar #mc_embed_signup .mc-field-button {
  margin-top: 1.5em;
}
.main__sidebar #mc_embed_signup .mc_embed_signup_header {
  margin-bottom: 1.5em;
}
.main__sidebar #mc_embed_signup .mc_embed_signup_header h2,
.main__sidebar #mc_embed_signup .mc_embed_signup_header .h2 {
  font-size: 26px;
  color: #ffffff;
}
.main__sidebar #mc_embed_signup .mc_embed_signup_header span {
  color: #ffffff;
}
.main__sidebar #mc_embed_signup:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 26, 41, 0.4);
}
.main__sidebar #mc_embed_signup #mc_embed_signup_scroll {
  z-index: 2;
  position: relative;
}
.main__sidebar #mc_embed_signup .magicdust-button__sidebar {
  background: none;
  color: #8cc740;
  border: 0;
  padding: 1em 0 1em 3.5em;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  position: relative;
}
.main__sidebar #mc_embed_signup .magicdust-button__sidebar span {
  position: absolute;
  left: 0;
  top: 5px;
}
.main__sidebar #mc_embed_signup .magicdust-button__sidebar span:before,
.main__sidebar #mc_embed_signup .magicdust-button__sidebar span:after {
  background: #8cc740;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
}
.main__sidebar #mc_embed_signup .magicdust-button__sidebar span:before {
  content: '';
}
.main__sidebar #mc_embed_signup .magicdust-button__sidebar span::after {
  background: none;
  content: url('images/icons/arrow.svg');
  -webkit-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(138deg) brightness(103%) contrast(101%);
          filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(138deg) brightness(103%) contrast(101%);
  height: 20px;
  width: 20px;
  top: 10px;
  left: 10px;
}
.main__sidebar #mc_embed_signup .magicdust-button__sidebar:hover {
  color: #00a35e;
}
.main__sidebar #mc_embed_signup .magicdust-button__sidebar:hover span:before {
  background: #00a35e;
}
@media (min-width: 680px) {
  .main__sidebar #mc_embed_signup {
    padding: 2.5em 2.5em 1.5em;
  }
}
.nf-form-wrap .label-above .nf-field-label {
  margin-bottom: 0.5em;
}
.nf-form-wrap .nf-field-container {
  margin-bottom: 1em;
}
.nf-form-wrap .nf-field-element input,
.nf-form-wrap .nf-field-element select {
  height: 2.5em;
}
.nf-form-wrap .nf-field-element input[multiple],
.nf-form-wrap .nf-field-element select[multiple],
.nf-form-wrap .nf-field-element input[type="checkbox"],
.nf-form-wrap .nf-field-element select[type="checkbox"],
.nf-form-wrap .nf-field-element input[type="radio"],
.nf-form-wrap .nf-field-element select[type="radio"],
.nf-form-wrap .nf-field-element input[type="range"],
.nf-form-wrap .nf-field-element select[type="range"],
.nf-form-wrap .nf-field-element input[type="file"],
.nf-form-wrap .nf-field-element select[type="file"],
.nf-form-wrap .nf-field-element input[type="image"],
.nf-form-wrap .nf-field-element select[type="image"] {
  height: auto;
}
.nf-form-wrap .nf-field-element textarea {
  vertical-align: top;
}
.nf-form-wrap .nf-input-limit:empty {
  margin-top: 0;
}
.nf-form-wrap .nf-error-msg,
.nf-form-wrap .ninja-forms-req-symbol {
  color: #C40233;
}
.nf-form-wrap .nf-error .ninja-forms-field {
  border-color: #C40233;
}
/**
 * Product Thumbnails
 *
 * 1. Main product thumbnail link.
 * 2. Category title.
 * 3. Product title.
 */
.woocommerce-LoopProduct-link:link {
  color: inherit;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font: inherit;
  color: inherit;
}
/* Badges */
.woocommerce span.onsale {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #C40233;
}
/* Star Ratings */
.woocommerce .products .star-rating {
  display: inline-block;
}
.woocommerce .star-rating span {
  color: #FCB805;
}
/**
 * Prices
 *
 * 1. Prices in product thumbnails.
 * 2. Prices on single product.
 */
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-weight: bold;
  color: inherit;
}
.woocommerce ul.products li.product .price {
  font-size: 1em;
}
/**
 * Buttons
 *
 * 1. Regular WooCommerce buttons.
 * 2. Product thumbnail Add to Cart buttons.
 * 3. Primary WooCommerce buttons.
 */
.woocommerce.woocommerce #respond input#submit,
.woocommerce.woocommerce a.button,
.woocommerce.woocommerce button.button,
.woocommerce.woocommerce input.button {
  border-radius: 0;
  font-weight: inherit;
}
.woocommerce.woocommerce #respond input#submit,
.woocommerce.woocommerce a.button,
.woocommerce.woocommerce button.button,
.woocommerce.woocommerce input.button,
.woocommerce.woocommerce #respond input#submit[disabled],
.woocommerce.woocommerce a.button[disabled],
.woocommerce.woocommerce button.button[disabled],
.woocommerce.woocommerce input.button[disabled],
.woocommerce.woocommerce #respond input#submit[disabled]:hover,
.woocommerce.woocommerce a.button[disabled]:hover,
.woocommerce.woocommerce button.button[disabled]:hover,
.woocommerce.woocommerce input.button[disabled]:hover {
  background: #EBE9EB;
  color: #222222;
}
.woocommerce.woocommerce #respond input#submit:hover,
.woocommerce.woocommerce a.button:hover,
.woocommerce.woocommerce button.button:hover,
.woocommerce.woocommerce input.button:hover {
  background: #d3ced3;
  color: #222222;
}
.woocommerce.woocommerce ul.products li.product .button,
.woocommerce.woocommerce #respond input#submit.alt,
.woocommerce.woocommerce a.button.alt,
.woocommerce.woocommerce button.button.alt,
.woocommerce.woocommerce input.button.alt,
.woocommerce.woocommerce ul.products li.product .button[disabled],
.woocommerce.woocommerce #respond input#submit.alt[disabled],
.woocommerce.woocommerce a.button.alt[disabled],
.woocommerce.woocommerce button.button.alt[disabled],
.woocommerce.woocommerce input.button.alt[disabled],
.woocommerce.woocommerce ul.products li.product .button[disabled]:hover,
.woocommerce.woocommerce #respond input#submit.alt[disabled]:hover,
.woocommerce.woocommerce a.button.alt[disabled]:hover,
.woocommerce.woocommerce button.button.alt[disabled]:hover,
.woocommerce.woocommerce input.button.alt[disabled]:hover {
  background-color: #8cc740;
  color: #FFF;
}
.woocommerce.woocommerce ul.products li.product .button:hover,
.woocommerce.woocommerce #respond input#submit.alt:hover,
.woocommerce.woocommerce a.button.alt:hover,
.woocommerce.woocommerce button.button.alt:hover,
.woocommerce.woocommerce input.button.alt:hover {
  background-color: #71a430;
  color: #FFF;
}
/**
 * Coupon input width fix.
 */
@media (min-width: 769px) {
  #coupon_code {
    width: auto;
  }
}
.slideshow .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  display: none;
}
@media (min-width: 960px) {
  .slideshow .owl-nav {
    display: block;
  }
}
.slideshow .owl-nav .owl-prev,
.slideshow .owl-nav .owl-next {
  background: rgba(255, 255, 255, 0.3) !important;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slideshow .owl-nav .owl-prev:hover,
.slideshow .owl-nav .owl-next:hover {
  background: #00a35e !important;
}
.slideshow .owl-nav .owl-prev {
  float: left;
  content: "";
}
.slideshow .owl-nav .owl-prev:before {
  display: inline-block;
  position: relative;
  content: url('images/icons/arrow.svg');
  -webkit-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(138deg) brightness(103%) contrast(101%);
          filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(138deg) brightness(103%) contrast(101%);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  height: 13px;
  width: 13px;
  right: 2px;
  top: 3px;
}
@media (min-width: 960px) {
  .slideshow .owl-nav .owl-prev:before {
    width: 20px;
  }
}
.slideshow .owl-nav .owl-next {
  float: right;
  content: "";
}
.slideshow .owl-nav .owl-next:after {
  display: inline-block;
  position: relative;
  content: url('images/icons/arrow.svg');
  -webkit-filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(138deg) brightness(103%) contrast(101%);
          filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(138deg) brightness(103%) contrast(101%);
  height: 13px;
  width: 13px;
  left: 2px;
  top: -3px;
}
@media (min-width: 960px) {
  .slideshow .owl-nav .owl-next:after {
    width: 20px;
  }
}
.owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0.8em;
  max-width: 1200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.owl-dots .owl-dot {
  width: 7px;
  height: 7px;
  margin: 0 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4) !important;
}
.owl-dots .owl-dot.active,
.owl-dots .owl-dot:hover {
  background: #ffffff !important;
}
@media (min-width: 680px) {
  .owl-dots {
    bottom: 1.5em;
  }
}
@media (min-width: 960px) {
  .main__slide .owl-dots {
    display: none;
  }
}
.logos-slides .owl-dots {
  position: relative;
  bottom: auto;
  padding-top: 1em;
}
.logos-slides .owl-dots .owl-dot {
  background: #ccd1d4 !important;
}
.logos-slides .owl-dots .owl-dot.active,
.logos-slides .owl-dots .owl-dot:hover {
  background: #0566a6 !important;
}
.product--single__image .owl-dots {
  bottom: 3em;
}
