/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/styles/src/main.scss ***!
  \********************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
$badge-background: $primary-color;
$badge-color: $white;
$badge-color-alt: $black;
$badge-palette: $foundation-palette;
$badge-padding: 0.3em;
$badge-minwidth: 2.1em;
$badge-font-size: 0.6rem;
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

/* 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 */
  -webkit-text-decoration: underline dotted;
          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;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Show the overflow in IE.
 */
button {
  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 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=68.75em&xxlarge=78.75em";
}

html {
  box-sizing: border-box;
  font-size: 1rem;
}

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

body {
  margin: 0;
  padding: 0;
  background: #FAFAF3;
  font-family: "Community Gothic", sans-serif;
  font-weight: normal;
  line-height: 1.625em;
  color: #031892;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.78125rem;
    margin-left: -0.78125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -1.875rem;
    margin-left: -1.875rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.78125rem;
  padding-left: 0.78125rem;
}
.row.gutter-large > .column, .row.gutter-large > .columns {
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.78125rem;
    padding-left: 0.78125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .column, .columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.78125rem;
    padding-left: 0.78125rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.5625rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .column-block {
    margin-bottom: 3.75rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.625;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Community Gothic Condensed", sans-serif;
  font-style: normal;
  font-weight: 800;
  color: #031892;
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #c8c8c8;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.1875rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.4375rem;
  }
  h3 {
    font-size: 1.3125rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  h1 {
    font-size: 2.875rem;
  }
  h2 {
    font-size: 2.125rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.375rem;
  }
  h5 {
    font-size: 1.125rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #45A00F;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(2.58, 20.64, 125.56);
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 81.25rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #c8c8c8;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.625;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #c8c8c8;
}
blockquote, blockquote p {
  line-height: 1.625;
  color: #3A3A3A;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #3A3A3A;
}
cite:before {
  content: "— ";
}

abbr {
  border-bottom: 1px dotted #2b2b2b;
  color: #031892;
  cursor: help;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #c8c8c8;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #2b2b2b;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #2b2b2b;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #3A3A3A;
}

.lead {
  font-size: 1.25rem;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #3A3A3A;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  background-color: #FAFAF3;
  box-shadow: inset 0 1px 2px rgba(43, 43, 43, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #2b2b2b;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #3A3A3A;
  background-color: #FAFAF3;
  box-shadow: 0 0 5px #c8c8c8;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #c8c8c8;
}

input::placeholder,
textarea::placeholder {
  color: #c8c8c8;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #2b2b2b;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #2b2b2b;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #c8c8c8;
  background: #e6e6e6;
  color: #2b2b2b;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #c8c8c8;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
  background: #FAFAF3;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  background-color: #FAFAF3;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #2b2b2b;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 width=%2732%27 height=%2724%27 viewBox=%270 0 32 24%27><polygon points=%270,0 32,0 16,24%27 style=%27fill: rgb%2858, 58, 58%29%27></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==);
  }
}
select:focus {
  outline: none;
  border: 1px solid #3A3A3A;
  background-color: #FAFAF3;
  box-shadow: 0 0 5px #c8c8c8;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: rgb(245.4, 232.5, 224.2);
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.725em 1.825em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1.125rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #031892;
  color: #FAFAF3;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: rgb(2.55, 20.4, 124.1);
  color: #FAFAF3;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.925rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #031892;
  color: #FAFAF3;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(2.4, 19.2, 116.8);
  color: #FAFAF3;
}
.button.secondary {
  background-color: #45A00F;
  color: #FAFAF3;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(55.2, 128, 12);
  color: #FAFAF3;
}
.button.success {
  background-color: green;
  color: #FAFAF3;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(0, 102.4, 0);
  color: #FAFAF3;
}
.button.warning {
  background-color: #ffae00;
  color: #2b2b2b;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #2b2b2b;
}
.button.alert {
  background-color: #cc4b37;
  color: #FAFAF3;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #FAFAF3;
}
.button.hollow {
  border: 1px solid #031892;
  color: #031892;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(1.5, 12, 73);
  color: rgb(1.5, 12, 73);
}
.button.hollow.primary {
  border: 1px solid #031892;
  color: #031892;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(1.5, 12, 73);
  color: rgb(1.5, 12, 73);
}
.button.hollow.secondary {
  border: 1px solid #45A00F;
  color: #45A00F;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: rgb(34.5, 80, 7.5);
  color: rgb(34.5, 80, 7.5);
}
.button.hollow.success {
  border: 1px solid green;
  color: green;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #004000;
  color: #004000;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #031892;
  color: #FAFAF3;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #031892;
  color: #FAFAF3;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #45A00F;
  color: #FAFAF3;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: green;
  color: #FAFAF3;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #2b2b2b;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #FAFAF3;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #FAFAF3 transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1.825em;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

.accordion {
  margin-left: 0;
  background: transparent;
  list-style-type: none;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #031892;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #FAFAF3;
  color: #031892;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.is-accordion-submenu-parent > a {
  position: relative;
}
.is-accordion-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #031892 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.close-button {
  position: absolute;
  color: #3A3A3A;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #2b2b2b;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  margin: 0;
  list-style-type: none;
}
.menu > li {
  display: table-cell;
  vertical-align: middle;
}
[data-whatinput=mouse] .menu > li {
  outline: 0;
}
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}
.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}
.menu > li, .menu.horizontal > li {
  display: table-cell;
}
.menu.expanded {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
.menu.vertical > li {
  display: block;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.medium-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.large-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.large-vertical > li {
    display: block;
  }
}
.menu.simple li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.menu.simple a {
  padding: 0;
}
.menu.simple li {
  margin-left: 0;
  margin-right: 1rem;
}
.menu.simple.align-right li {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.align-right::before, .menu.align-right::after {
  display: table;
  content: " ";
}
.menu.align-right::after {
  clear: both;
}
.menu.align-right > li {
  float: right;
}
.menu.icon-top > li > a {
  text-align: center;
}
.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.icon-top.vertical a > span {
  margin: auto;
}
.menu.nested {
  margin-left: 1rem;
}
.menu .active > a {
  background: #2b2b2b;
  color: #fff;
}
.menu.menu-bordered li {
  border: 1px solid #e6e6e6;
}
.menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}
.menu.menu-hover li:hover {
  background-color: rgb(237.15, 237.15, 237.15);
}

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered {
  text-align: center;
}
.menu-centered > .menu {
  display: inline-block;
  vertical-align: top;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #031892;
  box-shadow: 0 7px 0 #031892, 0 14px 0 #031892;
  content: "";
}
.menu-icon:hover::after {
  background: #45A00F;
  box-shadow: 0 7px 0 #45A00F, 0 14px 0 #45A00F;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #2b2b2b;
  box-shadow: 0 7px 0 #2b2b2b, 0 14px 0 #2b2b2b;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #3A3A3A;
  box-shadow: 0 7px 0 #3A3A3A, 0 14px 0 #3A3A3A;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #FAFAF3;
  transition: transform 0.15s linear;
}
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.drilldown-submenu-cover-previous {
  min-height: 100%;
}

.is-drilldown-submenu-parent > a {
  position: relative;
}
.is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #031892;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #031892 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  background-color: #FAFAF3;
  font-size: 1rem;
}
.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 230px;
  border: 1px solid #c8c8c8;
  background: #FAFAF3;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(250, 250, 243, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-overlap {
  z-index: 10;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(43, 43, 43, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 10;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(43, 43, 43, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto;
}
.position-left.is-open ~ .off-canvas-content {
  transform: translateX(250px);
}
.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(43, 43, 43, 0.7);
  content: " ";
}
.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto;
}
.position-right.is-open ~ .off-canvas-content {
  transform: translateX(-250px);
}
.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(43, 43, 43, 0.7);
  content: " ";
}
.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto;
}
.position-top.is-open ~ .off-canvas-content {
  transform: translateY(250px);
}
.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(43, 43, 43, 0.7);
  content: " ";
}
.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto;
}
.position-bottom.is-open ~ .off-canvas-content {
  transform: translateY(-250px);
}
.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(43, 43, 43, 0.7);
  content: " ";
}
.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

.off-canvas-content {
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #c8c8c8;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #031892;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: rgb(2.55, 20.4, 124.1);
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(43, 43, 43, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  background-color: #FAFAF3;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column,
.reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 81.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 81.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 81.25rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 81.25rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid rgb(242.75, 242.75, 225.6);
  background-color: #FAFAF3;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: rgb(246.375, 246.375, 234.3);
  color: #031892;
}

tfoot {
  background: rgb(242.75, 242.75, 225.6);
  color: #031892;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: rgb(242.75, 242.75, 225.6);
}

table.unstriped tbody {
  background-color: #FAFAF3;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid rgb(242.75, 242.75, 225.6);
  background-color: #FAFAF3;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: rgb(243.375, 243.375, 227.1);
}
table.hover tfoot tr:hover {
  background-color: rgb(239.75, 239.75, 218.4);
}
table.hover tbody tr:hover {
  background-color: rgb(247, 247, 235.8);
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgb(239.5, 239.5, 217.8);
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #FAFAF3;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #031892;
}
.tabs.primary > li > a {
  color: #FAFAF3;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(3.3634228188, 26.9073825503, 163.6865771812);
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #031892;
}
.tabs-title > a:hover {
  background: #FAFAF3;
  color: rgb(2.58, 20.64, 125.56);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #031892;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #FAFAF3;
  color: #031892;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel[aria-hidden=false] {
  display: block;
}

.title-bar {
  padding: 0.5rem;
  background: transparent;
  color: transparent;
}
.title-bar::before, .title-bar::after {
  display: table;
  content: " ";
}
.title-bar::after {
  clear: both;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #3A3A3A;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #2b2b2b;
  font-size: 80%;
  color: #FAFAF3;
}
.tooltip::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #2b2b2b;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2b2b2b transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2b2b2b;
  top: 50%;
  bottom: auto;
  left: 100%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2b2b2b transparent transparent;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

.top-bar {
  padding: 0.5rem;
}
.top-bar::before, .top-bar::after {
  display: table;
  content: " ";
}
.top-bar::after {
  clear: both;
}
.top-bar,
.top-bar ul {
  background-color: #2b2b2b;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 68.6875em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0;
}
.top-bar-title .menu-icon {
  bottom: 2px;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 68.6875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 68.75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
}
.clearfix::after {
  clear: both;
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(../../../assets/styles/dist/images/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(../../../assets/styles/dist/fonts/slick.eot);
  src: url(../../../assets/styles/dist/fonts/slick.eot?#iefix) format("embedded-opentype"), url(../../../assets/styles/dist/fonts/slick.woff) format("woff"), url(../../../assets/styles/dist/fonts/slick.ttf) format("truetype"), url(../../../assets/styles/dist/images/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*!
	By André Rinas, www.andrerinas.de
	Documentation, www.simplelightbox.com
	Available for use under the MIT License
	Version 2.14.3
*/
body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}

.sl-wrapper * {
  box-sizing: border-box;
}

.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}

.sl-wrapper button:hover {
  opacity: 0.7;
}

.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}

.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 10060;
  color: #000;
  font-size: 1rem;
}

.sl-wrapper .sl-download {
  display: none;
  position: fixed;
  bottom: 5px;
  width: 100%;
  text-align: center;
  z-index: 10060;
  color: #fff;
  font-size: 1rem;
}

.sl-wrapper .sl-download a {
  color: #fff;
}

.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}

.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}

.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}

.sl-wrapper .sl-image {
  position: fixed;
  touch-action: none;
  z-index: 10000;
}

.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}

@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}

.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: transform ease 200ms;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@font-face {
  font-family: "cuyahoga-land-bank";
  src: url(../../../assets/styles/dist/fonts/cuyahoga-land-bank.eot);
  src: url(../../../assets/styles/dist/fonts/cuyahoga-land-bank.eot?#iefix) format("embedded-opentype"), url(../../../assets/styles/dist/fonts/cuyahoga-land-bank.woff) format("woff"), url(../../../assets/styles/dist/fonts/cuyahoga-land-bank.ttf) format("truetype"), url(../../../assets/styles/dist/images/cuyahoga-land-bank.svg#cuyahoga-land-bank) format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "cuyahoga-land-bank" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "cuyahoga-land-bank" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "b";
}

@font-face {
  font-family: "Community Gothic";
  font-style: normal;
  font-weight: 400;
  src: url(../../../assets/styles/dist/fonts/CommunityGothic-Regular.woff) format("woff");
}
@font-face {
  font-family: "Community Gothic";
  font-style: normal;
  font-weight: 700;
  src: url(../../../assets/styles/dist/fonts/CommunityGothic-Bold.woff) format("woff");
}
@font-face {
  font-family: "Community Gothic Condensed";
  font-style: normal;
  font-weight: 700;
  src: url(../../../assets/styles/dist/fonts/CommunityGothicCond-Bold.woff) format("woff");
}
.header-font-green {
  color: #45A00F;
}
.header-font-xl {
  font-size: clamp(2.75rem, 10vw, 5.625rem);
  line-height: 1em;
  font-family: "Community Gothic Condensed", sans-serif;
  font-weight: 700;
}
.header-font-lg {
  font-size: clamp(2rem, 10vw, 3.75rem);
  line-height: 1em;
  font-family: "Community Gothic Condensed", sans-serif;
  font-weight: 700;
}
.header-font-md {
  font-size: clamp(1.5rem, 10vw, 2.375rem);
  line-height: 1em;
  font-family: "Community Gothic Condensed", sans-serif;
}
.header-font-sm {
  font-size: 1.75rem;
  font-size: clamp(1.25rem, 10vw, 1.75rem);
  line-height: 1em;
  font-family: "Community Gothic Condensed", sans-serif;
}

body p a {
  color: #031892;
  text-decoration: none;
  border-bottom: 2px solid #F1983C;
}

body h2 a,
body h3 a,
body h4 a {
  color: #031892;
  text-decoration: none;
  border-bottom: 3px solid #F1983C;
}

.section-1-column img,
.section-2-column img,
.section-3-column img,
.magellan-sections img {
  border-bottom: 4px solid #F1983C;
}

.post-content ul li {
  list-style: square;
  margin-bottom: 0.75rem;
}

html, body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625em;
}

.main {
  background-size: 100%;
}

.flex {
  display: flex;
}

.row.flex::before, .row.flex::after {
  display: none;
}

.flex-wrap {
  flex-wrap: wrap;
}

.px-05 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.center {
  text-align: center;
}

:focus {
  outline: none;
}

a, button, .button, [type=submit] {
  color: #45A00F;
  transition: all 0.25s ease;
}

.pagination {
  border: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 12px;
  display: flex;
}
.pagination ul.page-numbers {
  text-align: center;
  margin: 0 0.25em;
  border: none !important;
  display: flex;
  color: #45A00F;
  padding: 0 0.5rem;
  list-style: none;
}
.pagination ul.page-numbers li {
  border-right: none;
}
.pagination ul.page-numbers .page-numbers {
  text-align: center;
  margin: 0 0.25em;
  border-bottom: 2px solid transparent;
  border-right: none;
  display: block;
  color: #45A00F;
  padding: 0 0.5rem;
  list-style: none;
}
.pagination ul.page-numbers .page-numbers:hover {
  color: #202020;
}
.pagination ul.page-numbers .page-numbers.current {
  background: transparent;
  border-color: #45A00F;
  color: #202020;
  font-weight: bold;
}
.pagination ul.page-numbers .page-numbers.next, .pagination ul.page-numbers .page-numbers.prev {
  color: #45A00F;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

.space-between {
  display: flex;
  justify-content: space-between;
}

.page-breadcrumbs {
  color: #2b2b2b;
  font-size: 0.925rem;
  margin: 1.35rem 0 4rem;
}
.page-breadcrumbs span > a > span {
  color: #2b2b2b;
  font-weight: 600;
}
.page-breadcrumbs span {
  font-size: 0.925rem;
  font-weight: 400;
}

.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.wpfFilterButton.wpfButton,
.filter-button.search-button, .filter-button, a.link-button, .link-button.alt {
  background-color: #45A00F;
  border-radius: 2px;
  border: none;
  color: #FAFAF3;
  font-family: "Community Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 1rem 0 0 0;
  min-height: 32px;
  padding: 12px 16px 12px 16px;
  text-align: center;
}
.button i,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button i,
.wpfFilterButton.wpfButton i,
.filter-button.search-button i, .filter-button i, a.link-button i, .link-button.alt i {
  margin-left: 11px;
}
.button.grey,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.grey,
.wpfFilterButton.wpfButton.grey,
.filter-button.search-button.grey, .filter-button.grey, a.link-button.grey, .link-button.alt.grey {
  background-color: #f3f3f3;
  color: #45A00F !important;
}
.button.grey:hover, .button.grey.active,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.grey:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.grey.active,
.wpfFilterButton.wpfButton.grey:hover,
.wpfFilterButton.wpfButton.grey.active,
.filter-button.search-button.grey:hover,
.filter-button.search-button.grey.active, .filter-button.grey:hover, .filter-button.grey.active, a.link-button.grey:hover, a.link-button.grey.active, .link-button.alt.grey:hover, .link-button.alt.grey.active {
  background-color: #45A00F;
  color: #fff !important;
}
.button.button-arrow,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.button-arrow,
.wpfFilterButton.wpfButton.button-arrow,
.filter-button.search-button.button-arrow, .filter-button.button-arrow, a.link-button.button-arrow, .link-button.alt.button-arrow {
  padding-right: 40px;
  position: relative;
  background-color: transparent;
  border: 1px solid #031892;
  color: #031892;
}
.button.button-arrow:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.button-arrow:hover,
.wpfFilterButton.wpfButton.button-arrow:hover,
.filter-button.search-button.button-arrow:hover, .filter-button.button-arrow:hover, a.link-button.button-arrow:hover, .link-button.alt.button-arrow:hover {
  border-color: #F1983C;
}
.button.button-arrow:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.button-arrow:after,
.wpfFilterButton.wpfButton.button-arrow:after,
.filter-button.search-button.button-arrow:after, .filter-button.button-arrow:after, a.link-button.button-arrow:after, .link-button.alt.button-arrow:after {
  color: #031892;
  content: "b";
  font-family: "cuyahoga-land-bank";
  font-weight: 300;
  position: absolute;
  right: 15px;
  top: 14px;
}
.button.button-arrow--white,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.button-arrow--white,
.wpfFilterButton.wpfButton.button-arrow--white,
.filter-button.search-button.button-arrow--white, .filter-button.button-arrow--white, a.link-button.button-arrow--white, .link-button.alt.button-arrow--white {
  color: #FAFAF3;
  border: 1px solid #FAFAF3;
}
.button.button-arrow--white:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.button-arrow--white:after,
.wpfFilterButton.wpfButton.button-arrow--white:after,
.filter-button.search-button.button-arrow--white:after, .filter-button.button-arrow--white:after, a.link-button.button-arrow--white:after, .link-button.alt.button-arrow--white:after {
  color: #FAFAF3;
}
.button.button-arrow--text,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.button-arrow--text,
.wpfFilterButton.wpfButton.button-arrow--text,
.filter-button.search-button.button-arrow--text, .filter-button.button-arrow--text, a.link-button.button-arrow--text, .link-button.alt.button-arrow--text {
  border-bottom: 2px solid #F1983C;
  padding-left: 0;
  padding-right: 30px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.button.button-arrow--text:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.button-arrow--text:after,
.wpfFilterButton.wpfButton.button-arrow--text:after,
.filter-button.search-button.button-arrow--text:after, .filter-button.button-arrow--text:after, a.link-button.button-arrow--text:after, .link-button.alt.button-arrow--text:after {
  right: 0;
}
.button.button-arrow--text--indigo,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.button-arrow--text--indigo,
.wpfFilterButton.wpfButton.button-arrow--text--indigo,
.filter-button.search-button.button-arrow--text--indigo, .filter-button.button-arrow--text--indigo, a.link-button.button-arrow--text--indigo, .link-button.alt.button-arrow--text--indigo {
  border-bottom: 2px solid #031892 !important;
}

.gform_wrapper.gravity-theme.uavionix_wrapper .gform_button {
  padding-right: 28px;
  margin-left: auto;
  position: relative;
}
.gform_wrapper.gravity-theme.uavionix_wrapper .gform_button:before {
  font-family: "FontAwesome";
  content: "\f054";
  font-weight: 700;
  position: absolute;
  top: 5px;
  right: 14px;
  height: 30px;
  font-size: 16px;
  width: 8px;
}

.gform_wrapper.gravity-theme.cuylb-form_wrapper {
  background: rgba(3, 24, 146, 0.05);
  padding: 2.5rem;
  /* Make input fields transparent */
  /* Hide labels */
}
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gform_fields {
  grid-row-gap: 1.38rem;
  grid-gap: 1.38rem;
}
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gform_footer {
  margin-top: 1.38rem;
  padding: 0;
}
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield input[type=text],
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield input[type=email],
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield input[type=tel],
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield input[type=url],
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield textarea,
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield select {
  background-color: white;
  box-shadow: none;
  border: 1px solid white;
  color: #2b2b2b;
  padding: 10px;
  border-radius: 1px;
  width: 100%;
  height: 2.66rem;
}
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield input[type=text]::-moz-placeholder, .gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield input[type=email]::-moz-placeholder, .gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield input[type=tel]::-moz-placeholder, .gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield input[type=url]::-moz-placeholder, .gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield textarea::-moz-placeholder, .gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield select::-moz-placeholder {
  color: #031892;
}
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield input[type=text]::placeholder,
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield input[type=email]::placeholder,
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield input[type=tel]::placeholder,
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield input[type=url]::placeholder,
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield textarea::placeholder,
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield select::placeholder {
  color: #031892;
}
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield input[type=text]:focus,
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield input[type=email]:focus,
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield input[type=tel]:focus,
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield input[type=url]:focus,
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield textarea:focus,
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield select:focus {
  outline: none;
}
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield input[type=text]::-moz-placeholder, .gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield input[type=email]::-moz-placeholder, .gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield input[type=tel]::-moz-placeholder, .gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield input[type=url]::-moz-placeholder, .gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield textarea::-moz-placeholder, .gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield select::-moz-placeholder {
  font-size: 16px;
  opacity: 1;
}
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield input[type=text]::placeholder,
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield input[type=email]::placeholder,
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield input[type=tel]::placeholder,
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield input[type=url]::placeholder,
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield textarea::placeholder,
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield select::placeholder {
  font-size: 16px;
  opacity: 1;
}
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gform_submit_button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.66rem;
}
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gform_submit_button > input {
  border: 1px solid #031892;
  color: #031892;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.66rem 2.66rem 0.66rem 1.25rem;
  background: transparent;
  margin: 0;
}
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gform_submit_button:hover input {
  border: 1px solid #F1983C;
}
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gform_submit_button:after {
  content: "b";
  font-family: "cuyahoga-land-bank" !important;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  padding-top: 2px;
  display: block;
}
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield--type-checkbox {
  margin-top: 12px;
}
.gform_wrapper.gravity-theme.cuylb-form_wrapper .gfield--type-checkbox .gfield-choice-input {
  margin-bottom: 0;
}

.gform_wrapper.gravity-theme.cuylb-form-transparent_wrapper {
  /* Hide labels */
}
.gform_wrapper.gravity-theme.cuylb-form-transparent_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper.gravity-theme.cuylb-form-transparent_wrapper .gform_submit_button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 0.66rem;
}
.gform_wrapper.gravity-theme.cuylb-form-transparent_wrapper .gform_submit_button > input {
  border: 1px solid #031892;
  color: #031892;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.66rem 2.66rem 0.66rem 1.25rem;
  background: transparent;
  margin: 0;
}
.gform_wrapper.gravity-theme.cuylb-form-transparent_wrapper .gform_submit_button:hover input {
  border: 1px solid #F1983C;
}
.gform_wrapper.gravity-theme.cuylb-form-transparent_wrapper .gform_submit_button:after {
  content: "b";
  font-family: "cuyahoga-land-bank" !important;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  padding-top: 2px;
  display: block;
}
.gform_wrapper.gravity-theme.cuylb-form-transparent_wrapper .gfield--type-checkbox {
  margin-top: 12px;
}
.gform_wrapper.gravity-theme.cuylb-form-transparent_wrapper .gfield--type-checkbox .gfield-choice-input {
  margin-bottom: 0;
}

.cta-bar {
  background-color: #45A00F;
  padding: 3rem 0;
  text-align: left;
  position: relative;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .cta-bar {
    padding: 8rem 0;
    text-align: left;
  }
}
.cta-bar .row {
  position: relative;
  z-index: 1;
}
.cta-bar h2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 40em) {
  .cta-bar h2 {
    font-size: 3.5rem;
  }
}
.cta-bar p {
  margin-bottom: 2rem;
}
.cta-bar .cta-bar-background {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
  width: 100%;
  opacity: 0.125;
}
@media print, screen and (min-width: 40em) {
  .cta-bar .cta-bar-background {
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 0;
  }
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0;
  height: auto;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

/*
$badge-background: $primary-color;
$badge-color: $white;
$badge-color-alt: $black;
$badge-palette: $foundation-palette;
$badge-padding: 0.3em;
$badge-minwidth: 2.1em;
$badge-font-size: 0.6rem;
*/
.announcement-bar {
  position: relative;
  background-color: #031892;
}
.announcement-bar-flex {
  display: flex;
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5625rem; /* 250% */
  padding: 1.125rem 0;
  color: #ffffff;
  line-height: 1.1;
  text-align: center;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .announcement-bar-flex {
    text-align: left;
  }
}
@media screen and (max-width: 1400px) {
  .announcement-bar-flex {
    display: inline-block;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
.announcement-bar-flex > *:not(:last-child) {
  display: inline;
  margin-right: 0.5rem !important;
}
.announcement-bar .announcement {
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .announcement-bar .announcement {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
.announcement-bar .announcement .headline {
  color: #FAFAF3;
  font-size: 0.9375rem;
  font-weight: 700;
}
.announcement-bar .announcement .headline, .announcement-bar .announcement p, .announcement-bar .announcement a {
  line-height: 1;
  padding: 0;
  margin: 0;
  display: inline;
  text-align: center;
}
.announcement-bar .announcement p {
  font-weight: 400;
  color: #FAFAF3;
}
.announcement-bar .announcement a {
  color: #FAFAF3;
  font-weight: 400;
  text-decoration: underline;
}
.announcement-bar > .row {
  position: relative;
}
.announcement-bar > .row > .columns:not(:first-child) {
  position: absolute;
  opacity: 0;
}
.announcement-bar > .row > .columns.active {
  opacity: 1;
}
.announcement-bar .slick-arrow {
  top: 50% !important;
  transform: translateY(-50%);
  background: #031892;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  z-index: 99;
}
.announcement-bar .slick-arrow i {
  color: #FAFAF3 !important;
}
.announcement-bar .slick-arrow:hover {
  cursor: pointer;
}
.announcement-bar .slick-arrow:hover i {
  color: #FAFAF3 !important;
}
.announcement-bar .announcements-prev {
  position: absolute;
  top: 0;
  left: 0;
}
.announcement-bar .announcements-next {
  position: absolute;
  top: 0;
  right: 0;
}

.page-content-wrapper .page-content {
  padding: 3.75rem 0;
}

.page-header.page-header-image {
  display: flex;
  height: 400px;
  position: relative;
}
.page-header.page-header-image .page-header-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.page-header.page-header-image .page-header-content-wrapper {
  align-self: flex-end;
  width: 100%;
}
.page-header.page-header-image .page-header-content-wrapper .page-header-content {
  background-color: rgba(69, 160, 15, 0.7);
  padding: 18px 30px 18px;
}
@media print, screen and (min-width: 40em) {
  .page-header.page-header-image .page-header-content-wrapper .page-header-content {
    padding: 30px 30px 35px;
  }
}
.page-header.page-header-image .page-header-content-wrapper .page-header-content .g-section-subtitle {
  color: #fff;
  margin-bottom: 10px;
}
.page-header.page-header-image .page-header-content-wrapper .page-header-content .g-section-title {
  color: #fff;
  margin: 0 0 0px;
}

.page-header.page-header-no-image {
  display: flex;
  position: relative;
}
.page-header.page-header-no-image .page-header-content-wrapper {
  background-color: #45A00F;
  align-self: flex-end;
  width: 100%;
}
.page-header.page-header-no-image .page-header-content-wrapper .page-header-content {
  padding: 40px 0;
}
.page-header.page-header-no-image .page-header-content-wrapper .page-header-content .g-section-subtitle {
  color: #fff;
  margin-bottom: 10px;
}
.page-header.page-header-no-image .page-header-content-wrapper .page-header-content .g-section-title {
  color: #fff;
  margin: 0 0 0px;
}

.post-single .post-content-wrapper {
  margin-bottom: 80px;
}
.post-single .post-content-wrapper .post-header .post-type {
  color: #2b2b2b;
  display: block;
  font-family: "Community Gothic", sans-serif;
  font-size: 15px;
  letter-spacing: 3px;
  margin: 70px 0 30px;
  text-transform: uppercase;
}
.post-single .post-content-wrapper .post-header .post-subhead p {
  font-size: 22px;
}
.post-single .post-content-wrapper .post-header .post-featured-image {
  margin: 40px auto 40px;
  text-align: center;
}
.post-single .post-content-wrapper .post-header .post-featured-image img {
  width: 100%;
}
.post-single .post-content-wrapper .post-header .post-meta {
  border-top: 1px solid #6E6F72;
  margin-bottom: 40px;
  padding: 13px 0 0;
  text-align: left;
  text-transform: uppercase;
}
.post-single .post-content-wrapper .post-header .post-meta time {
  font-family: "Community Gothic", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
}
@media screen and (min-width: 1200px) {
  .post-single .post-content-wrapper .row > .content {
    padding-left: 5rem;
  }
}
.post-single .post-content-wrapper .row > .content h2 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "Community Gothic", sans-serif;
}
.post-single .post-content-wrapper .row > .content .post-social-share {
  margin-top: 3.5rem;
  padding-top: 0.9rem;
  border-top: 1.5px solid #031892;
}
.post-single .post-content-wrapper .row > .content .post-social-share > span {
  display: inline-block;
  margin-bottom: 1rem;
}

.post-type-archive .sidebar,
.blog .sidebar {
  margin-top: 3.75rem;
}
.post-type-archive h1,
.blog h1 {
  margin-top: 3.75rem;
  margin-bottom: 2.4rem;
  color: #45A00F;
  font-size: 2.375rem;
}

.archive--resource-card {
  padding-bottom: 3.18rem;
  margin-bottom: 3.13rem;
  border-bottom: 1px solid rgba(3, 24, 146, 0.25);
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .archive--resource-card {
    flex-direction: column;
    align-items: start;
    text-align: left;
  }
}
.archive--resource-card__image img {
  height: 100%;
  min-width: 220px;
  min-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive--resource-card h2 {
  font-family: "Community Gothic", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
}
.archive--resource-card p {
  margin-bottom: 1.5rem;
}
.archive--resource-card .post-meta {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
}

ul#resources-navigation {
  border-left: 1px solid rgba(3, 24, 146, 0.34);
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 0rem;
}
ul#resources-navigation li {
  list-style: none;
  margin-bottom: 0;
}
ul#resources-navigation li a {
  font-size: 1.0625rem;
  color: #031892;
  line-height: 2.5em;
  padding-left: 2.44rem;
  border-left: 2px solid transparent;
  transform: translateX(-2px);
  display: inline-block;
}
ul#resources-navigation li a.active, ul#resources-navigation li a:hover {
  border-left: 1px solid #031892;
}
ul#resources-navigation li a.active {
  color: #031892;
  font-weight: 700;
}

ul#resources-site-navigation {
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-top: 2.5rem;
  padding: 0;
}
ul#resources-site-navigation li {
  list-style: none;
  border-bottom: 1px solid #031892;
  width: 100%;
}
ul#resources-site-navigation li:last-child {
  border-bottom: none;
}
ul#resources-site-navigation li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.19rem;
  font-size: 1.0625rem;
  color: #031892;
  line-height: 1.176em;
  padding: 1.25rem 0;
}

.clb-navigation {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.clb-navigation .page-count {
  width: 4.66rem;
  text-align: center;
}
.clb-navigation a {
  font-size: 1.0625rem;
  color: #031892;
  line-height: 2.5em;
  border: 1px solid #031892;
  display: inline-block;
  width: 3.33rem;
  text-align: center;
}
.clb-navigation a.active, .clb-navigation a:hover {
  border: 1px solid #F1983C;
}
.clb-navigation a.active {
  color: #031892;
  font-weight: 700;
}
.clb-navigation span.disabled {
  font-size: 1.0625rem;
  color: #031892;
  line-height: 2.5em;
  border: 1px solid #031892;
  display: inline-block;
  width: 3.33rem;
  text-align: center;
  border: 1px solid rgba(3, 24, 146, 0.25);
  width: 3.33rem;
  display: inline-block;
}
.clb-navigation span.disabled svg > * {
  fill: rgba(3, 24, 146, 0.25);
}

/* TTEEMMPMP */
.Xwoocommerce-breadcrumb {
  display: none;
}

.Xproduct_title.entry-title {
  font-family: "Community Gothic", sans-serif;
  font-size: 50px;
  font-weight: 700;
  margin-top: 75px !important;
  margin-bottom: 30px;
}

.Xwoocommerce-Price-amount.amount {
  color: #45A00F;
  font-size: 35px;
  margin-bottom: 40px;
}

.Xrelated.products {
  display: none;
}

.Xwoocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  background-color: #2b2b2b !important;
  color: #fff !important;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

/* Search Page */
.main-search {
  background-color: #F6F5F3;
  padding: 20px 0 30px;
  position: relative;
  z-index: 99;
}
.main-search .main-search-bar {
  background-color: #F6F5F3;
  position: relative;
}
.main-search .main-search-bar .main-search-form {
  border: 1px solid rgb(235.0714285714, 232.8571428571, 228.4285714286);
  border-radius: 10px;
  background-color: #fff;
  padding: 0.5rem;
}
.main-search .main-search-bar .main-search-form form {
  padding: 0;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  .main-search .main-search-bar .main-search-form form {
    padding: 0.5rem;
  }
}
.main-search .main-search-bar .main-search-form form .is-screen-reader-text {
  display: none;
}
.main-search .main-search-bar .main-search-form form label {
  flex-grow: 1;
  margin-right: 1rem;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  .main-search .main-search-bar .main-search-form form label {
    margin-right: 3rem;
  }
}
.main-search .main-search-bar .main-search-form form label i {
  margin-right: 0.5rem;
  color: #45A00F;
  font-size: 1.125rem;
}
.main-search .main-search-bar .main-search-form form label input {
  margin: 0;
  background-color: #fff;
  border: none;
  outline: none;
  font-size: 14px;
  color: #2b2b2b;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .main-search .main-search-bar .main-search-form form label input {
    font-size: 20px;
  }
}
.main-search .main-search-bar .main-search-form form label input:focus, .main-search .main-search-bar .main-search-form form label input:active {
  outline: none;
  border: none;
  box-shadow: none;
}
.main-search .main-search-bar .main-search-form form label input::-moz-placeholder {
  color: #3A3A3A;
  font-family: "Community Gothic", sans-serif;
}
.main-search .main-search-bar .main-search-form form label input::placeholder {
  color: #3A3A3A;
  font-family: "Community Gothic", sans-serif;
}
.main-search .main-search-bar .main-search-form form button {
  margin-left: auto;
  background-color: #45A00F;
  padding: 0.75rem 1.5rem;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}
@media print, screen and (min-width: 40em) {
  .main-search .main-search-bar .main-search-form form button {
    font-size: 16px;
    padding: 0.75rem 2.5rem;
  }
}
.main-search .main-search-bar .main-search-form form button:hover, .main-search .main-search-bar .main-search-form form button:focus {
  background-color: rgb(58.9457142857, 136.6857142857, 12.8142857143);
}
.main-search .main-search-bar .search-border {
  height: 1px;
  background-color: #535353;
  margin: 0 1rem;
}

.search-results-wrapper {
  margin-top: 50px;
}
.search-results-wrapper .search-results-cell {
  border-bottom: 1px solid #ededed;
  margin-bottom: 26px;
  padding-bottom: 26px;
  display: flex;
  gap: 30px;
}
.search-results-wrapper .search-results-cell .search-results-cell-image {
  flex: 0 0 100px;
}
.search-results-wrapper .search-results-cell .search-results-cell-image img {
  max-width: 100px;
}
.search-results-wrapper .search-results-cell h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2px;
}
.search-results-wrapper .search-results-cell h2 a {
  color: #2b2b2b;
}
.search-results-wrapper .search-results-cell h2 a i {
  color: #2b2b2b;
  font-size: 16px;
}
.search-results-wrapper .search-results-cell h2 a:hover {
  color: #45A00F;
}
.search-results-wrapper .search-results-cell span.search-permalink {
  display: block;
  font-size: 14px;
  color: #999;
  margin-bottom: 7px;
}
.search-results-wrapper .search-results-cell p {
  font-size: 14px;
  margin-bottom: 0;
}
.search-results-wrapper .search-results-cell .read-more {
  color: 1px solid #c8c8c8;
  display: inline-block;
  margin: 6px 0 0 0;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}
.search-results-wrapper .search-results-none {
  margin-bottom: 170px;
}
.search-results-wrapper .search-results-none h2 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 26px;
}

.search-pagination {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 12px;
  display: flex;
}
.search-pagination .page-numbers {
  text-align: center;
  margin: 0 0.25em;
  border-bottom: 2px solid #fff;
  display: block;
  color: #45A00F;
  padding: 0 0.5rem;
}
.search-pagination .page-numbers:hover {
  color: #202020;
}
.search-pagination .page-numbers.current {
  border-color: #45A00F;
  color: #202020;
  font-weight: bold;
}
.search-pagination .page-numbers.next, .search-pagination .page-numbers.prev {
  color: #45A00F;
}

#resources-search-wrapper .search-suggestions, #resources-search-wrapper .search-border {
  display: none;
}

/*
#main-search-wrapper {
  background-color: darken($grey-bg,7%);
  display: none;
  height: 110px;
  position: fixed;
   top: 0;
   right: 0;
   left: 0;
  width: 100%;
  z-index: 999999;

  @include breakpoint(medium) {
    height: 240px;
  }

  &.active {
    display: block;
  }

  .main-search {
    margin-top: 8px;

    @include breakpoint(medium) {
      margin-top: 80px;
    }

  }

  input {
     border: none;
  }

  .main-search-close {
    color: $black;
    cursor: pointer;
    position: absolute;
     top: 16px;
     right: 16px;
  }

}
*/
.sidebar .button-svg {
  border: 1px solid #031892;
  background: transparent;
  color: #031892;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.sidebar .button-svg:hover {
  border: 1px solid #F1983C;
}
.sidebar--info {
  display: block;
  padding: 1.25rem 0;
  color: #031892;
  border-bottom: 1px solid rgba(3, 24, 146, 0.25);
}
.sidebar--info--svg {
  display: flex;
  justify-content: flex-start;
  gap: 1.25rem;
  align-items: center;
}

.main-header {
  background-color: #FAFAF3;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 9;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  /*
  .flex-cell {
    height: 100%;

    &.store-navigation-wrapper {
      display: flex;
      justify-content: flex-end;
    }

  }
  */
}
.main-header .row, .main-header .row > .columns {
  height: 100%;
}
.main-header .flex {
  align-items: stretch;
  justify-content: space-between;
  flex: 0 1 0;
  height: 100%;
}
.main-header .main-logo {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: auto;
  margin-right: 3rem;
}
.main-header .main-logo img {
  width: 100%;
  vertical-align: middle;
}
@media print, screen and (min-width: 40em) {
  .main-header .main-logo img {
    height: 40px;
  }
}

.no-js .main-header .primary-navigation {
  display: none;
}

@media print, screen and (min-width: 64em) {
  .main-header .primary-navigation-wrapper {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
  }
  .main-header .primary-navigation-wrapper .primary-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    height: 100%;
    width: 100%;
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li > a {
    color: #031892;
    font-size: 1rem;
    font-weight: 400;
    padding: 0 0;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    line-height: 1.625em;
    white-space: nowrap;
    transition: width 0.25s ease;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (min-width: 64em) and (min-width: 1024px) and (max-width: 1199px) {
  .main-header .primary-navigation-wrapper .primary-navigation > li > a {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .main-header .primary-navigation-wrapper .primary-navigation > li > a:hover {
    background-color: transparent;
    font-weight: 700;
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li.has-submenu > a {
    color: #031892;
    padding-right: 26px;
    position: relative;
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li.has-submenu > a:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    right: 2px;
    margin-top: unset;
    transform: translateY(-50%);
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li.has-submenu > ul {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: unset !important;
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li.active > a {
    background-color: transparent;
    font-weight: 700;
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li .is-dropdown-submenu {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    display: none;
    top: 100%;
    left: 50% !important;
    transform: translate(-50%);
    text-align: left;
    padding: 1rem 0.75rem;
    border: none;
    border-top: 3px solid #45A00F;
    margin-top: -3px;
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li .is-dropdown-submenu.js-dropdown-active {
    display: block;
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li .is-dropdown-submenu > li {
    margin: 1px 0;
    position: static;
    border-bottom: 1px solid #e8e8e8;
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li .is-dropdown-submenu > li:last-child {
    border-bottom: none;
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li .is-dropdown-submenu > li > a {
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.65rem 0.125rem;
    line-height: 1.25;
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li .is-dropdown-submenu > li:hover > a, .main-header .primary-navigation-wrapper .primary-navigation > li .is-dropdown-submenu > li:focus > a {
    color: rgba(43, 43, 43, 0.7);
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li .is-dropdown-submenu > li:hover > a::before, .main-header .primary-navigation-wrapper .primary-navigation > li .is-dropdown-submenu > li:focus > a::before {
    color: #04b2e1;
    opacity: 1;
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li .is-dropdown-submenu > li.active {
    background-color: transparent;
  }
  .main-header .primary-navigation-wrapper .primary-navigation > li .is-dropdown-submenu > li.active > a {
    background-color: transparent;
  }
  .main-header .primary-navigation-wrapper .top-header-search {
    display: flex;
    gap: 0;
    margin-left: 2.5rem;
    padding: 0;
    width: 7.1rem;
    border: 1px solid rgba(3, 24, 146, 0.34);
  }
  .main-header .primary-navigation-wrapper .top-header-search form, .main-header .primary-navigation-wrapper .top-header-search label {
    display: flex;
    align-items: center;
  }
  .main-header .primary-navigation-wrapper .top-header-search input {
    border: none;
    margin-bottom: 0;
    max-height: 0px solid transparent;
    box-shadow: unset;
    padding-left: 0;
    padding-top: 0rem;
    padding-bottom: 0rem;
    max-height: 2rem;
  }
  .main-header .primary-navigation-wrapper .top-header-search input::-moz-placeholder {
    font-size: 0.8125rem;
    color: rgba(3, 24, 146, 0.34);
  }
  .main-header .primary-navigation-wrapper .top-header-search input::placeholder {
    font-size: 0.8125rem;
    color: rgba(3, 24, 146, 0.34);
  }
  .main-header .primary-navigation-wrapper .top-header-search label {
    order: 2;
    border: 0px solid transparent;
    flex-grow: 1;
    padding-right: 0;
  }
  .main-header .primary-navigation-wrapper .top-header-search button {
    height: 100%;
    margin: 0;
    padding-left: 0.66rem;
    padding-right: 0.66rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    order: 1;
    background: transparent;
    border: 0px solid transparent;
  }
  .main-header .primary-navigation-wrapper .top-header-search button > i {
    color: #031892;
    font-size: 1rem;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .main-header .secondary-navigation-wrapper {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
    margin-top: 2.31rem;
    position: relative;
    background-color: #FAFAF3;
  }
  @keyframes navSlideDown {
    0% {
      transform: translateY(-100%);
      opacity: 0;
      pointer-events: none;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
      pointer-events: all;
    }
  }
  .main-header .secondary-navigation-wrapper .secondary-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2.5rem;
    height: 3.75rem;
    width: calc(100% - 4rem);
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-top: 1px solid rgba(3, 24, 146, 0.34);
    border-bottom: 1px solid rgba(3, 24, 146, 0.34);
    margin-left: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    animation: navSlideDown 0.25s ease-in-out;
    background-color: #FAFAF3;
  }
  .main-header .secondary-navigation-wrapper .secondary-navigation:after {
    content: "";
    position: absolute;
    width: 400%;
    height: 100%;
    background: #FAFAF3;
    transform: translateX(-50%);
    z-index: -1;
  }
  .main-header .secondary-navigation-wrapper .secondary-navigation > li > a {
    padding: 1rem 0;
    display: inline-block;
    color: #031892;
  }
  .main-header .secondary-navigation-wrapper .secondary-navigation > li:hover > a {
    font-weight: 700;
  }
  .main-header.scrolled .secondary-navigation-wrapper {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    z-index: 10;
    height: unset;
    max-width: 1264px;
    transform: translateX(-50%);
    margin-top: 0;
  }
  .main-header.scrolled .secondary-navigation-wrapper ul {
    background-color: #FAFAF3 !important;
    position: relative;
    margin-left: 0;
    width: 100%;
  }
  .main-header.scrolled .secondary-navigation-wrapper ul:after {
    content: "";
    position: absolute;
    width: 400%;
    height: 100%;
    background: #FAFAF3;
    transform: translateX(-50%);
    z-index: -1;
  }
  .admin-bar .main-header.scrolled .secondary-navigation-wrapper {
    top: 2rem;
  }
}
.secondary-navigation-wrapper--mobile {
  position: relative;
  z-index: 99;
}
.secondary-navigation-wrapper--mobile ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.secondary-navigation-wrapper--mobile ul button {
  width: 100%;
  background-color: transparent;
  color: #031892;
  border-top: 1px solid rgba(3, 24, 146, 0.25);
  border-bottom: 1px solid rgba(3, 24, 146, 0.25);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.66;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.secondary-navigation-wrapper--mobile ul button:focus svg path {
  stroke: #fff;
}
.secondary-navigation-wrapper--mobile ul ul {
  width: 100%;
}
.secondary-navigation-wrapper--mobile ul ul > li {
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(3, 24, 146, 0.25);
}
.secondary-navigation-wrapper--mobile ul ul > li:last-child {
  border-bottom: none;
}
.secondary-navigation-wrapper--mobile ul ul > li a {
  padding: 12px 16px 12px 16px;
  font-size: 1.125rem;
  font-weight: 400;
  display: block;
  color: #031892;
}

#mobile-nav-dropdown {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
#mobile-nav-dropdown.is-open {
  opacity: 1;
}

.main-header.scrolled .secondary-navigation-wrapper--mobile {
  position: fixed;
  width: 100%;
  background: #FAFAF3;
  top: 0;
  left: 0;
}
.main-header.scrolled .secondary-navigation-wrapper--mobile button {
  margin: 0;
}

.top-header {
  background-color: #FAFAF3;
  color: #2b2b2b;
}
.top-header .top-header-flex {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}
.top-header .top-header-navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.top-header .top-header-navigation li {
  display: inline-block;
}
.top-header .top-header-navigation li a {
  color: #031892;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 40px;
}
.top-header .top-header-navigation li.top-menu-fa-email, .top-header .top-header-navigation li.top-menu-fa-phone {
  position: relative;
  padding-left: 16px;
}
.top-header .top-header-navigation li.top-menu-fa-email:before, .top-header .top-header-navigation li.top-menu-fa-phone:before {
  font-family: "FontAwesome";
  font-size: 12px;
  position: absolute;
  font-weight: 700;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.top-header .top-header-navigation li.top-menu-fa-email::before {
  content: "\f0e0";
}
.top-header .top-header-navigation li.top-menu-fa-phone::before {
  content: "\f095";
}

.position-left {
  width: 330px;
  transform: translateX(-330px);
}

.off-canvas {
  background-color: #031892;
  padding: 60px 30px;
}
.off-canvas .close-button {
  position: absolute;
  left: 1rem;
  right: auto;
  color: #fff;
}
.off-canvas > ul.mobile-navigation > li {
  border-bottom: 1px solid #d9d9d9;
}
.off-canvas > ul.mobile-navigation > li > a {
  color: #fff;
  font-weight: 600;
  padding: 12px 0;
}
.off-canvas > ul.mobile-navigation > li.active > a {
  background-color: transparent;
  color: #45A00F;
}
.off-canvas > ul.mobile-navigation > li.is-accordion-submenu-parent > a:after {
  color: #fff;
  display: block;
  width: 18px;
  height: 18px;
  border: none;
  font-family: "FontAwesome";
  content: "+";
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 1rem;
}
.off-canvas > ul.mobile-navigation > li.is-accordion-submenu-parent[aria-expanded=true] > a:after {
  color: #fff;
  display: block;
  width: 18px;
  height: 18px;
  border: none;
  font-family: "FontAwesome";
  content: "\f068";
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 1rem;
  transform: unset;
}
.off-canvas > ul.mobile-navigation > li > ul {
  padding: 0 0 20px;
}
.off-canvas > ul.mobile-navigation > li > ul > li > a {
  color: #fff;
  font-size: 14px;
}
.off-canvas > ul.mobile-navigation > li > ul > li.active > a {
  background-color: transparent;
  color: #45A00F;
}
.off-canvas > ul.mobile-navigation > li > ul > li.is-accordion-submenu-parent > a:after {
  color: #fff;
  display: block;
  width: 15px;
  height: 15px;
  border: none;
  font-family: "FontAwesome";
  font-size: 11px;
  content: "+";
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 1rem;
}
.off-canvas > ul.mobile-navigation > li > ul > li.is-accordion-submenu-parent[aria-expanded=true] > a:after {
  color: #fff;
  display: block;
  width: 15px;
  height: 15px;
  border: none;
  font-family: "FontAwesome";
  content: "\f068";
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 1rem;
  transform: unset;
}
.off-canvas > ul.mobile-navigation > li > ul > li ul {
  margin: 20px;
  border-left: 1px solid #45A00F;
}
.off-canvas > ul.mobile-navigation > li > ul > li ul li > a {
  color: #fff;
  font-size: 13px;
}
.off-canvas > ul.mobile-navigation > li > ul > li ul li.active > a {
  background-color: transparent;
  color: #FAFAF3;
  text-decoration: underline;
}
.off-canvas ul.mobile-sub-navigation {
  margin-top: 20px;
}
.off-canvas ul.mobile-sub-navigation li a {
  background-color: transparent;
  border: 2px solid #45A00F;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-family: "Community Gothic", sans-serif;
  font-size: 13px !important;
  font-weight: 500;
  margin: 10px auto 10px;
  padding: 7px 18px 7px 18px;
  text-align: center;
}
.off-canvas ul.mobile-sub-navigation li:first-child a {
  background-color: #45A00F;
  color: #fff;
}
.off-canvas ul.mobile-sub-navigation li.active > a {
  background-color: transparent;
}
.off-canvas ul.mobile-sub-navigation li.active > a:first-child {
  background-color: #45A00F;
  color: #fff;
}
.off-canvas .off-canvas-search {
  margin-top: 60px;
  padding: 4px 0;
}
.off-canvas .off-canvas-search .search-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2px;
}
.off-canvas .off-canvas-search .search-form label {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.off-canvas .off-canvas-search .search-form label i {
  color: #45A00F;
  height: 32px;
  margin: 0 10px;
  font-size: 13px;
}
.off-canvas .off-canvas-search .search-form label input {
  background-color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 12px;
  height: 32px;
  margin-bottom: 0;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .off-canvas .off-canvas-search .search-form label input {
    font-size: 13px;
    height: 28px;
  }
}
.off-canvas .off-canvas-search .search-form label input::-moz-placeholder {
  color: #ccc;
}
.off-canvas .off-canvas-search .search-form label input::placeholder {
  color: #ccc;
}
.off-canvas .off-canvas-search .search-form label input:focus {
  background-color: #fff;
}
.off-canvas .off-canvas-search .search-form label input:focus::-moz-placeholder {
  color: #ccc;
}
.off-canvas .off-canvas-search .search-form label input:focus::placeholder {
  color: #ccc;
}
.off-canvas .off-canvas-search .search-form .button {
  background-color: #fff;
  border: none;
  padding: 0;
  margin-top: 0;
  line-height: 32px;
  color: #031892;
}
.off-canvas .off-canvas-search .search-form .button i {
  margin: 0 9px;
}

.main-footer {
  background: #031892;
  color: #FAFAF3;
  padding: 2rem 0 2rem;
  position: relative;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .main-footer {
    padding: 4rem 0 1.5em;
    text-align: left;
  }
}
.main-footer a {
  color: #fff;
}
.main-footer a:hover {
  text-decoration: underline;
}
.main-footer hr {
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .main-footer > .row .medium-2, .main-footer > .row .medium-4 {
    width: 20%;
  }
}
.main-footer .footer-logo {
  max-width: 180px;
  margin: 0 auto 40px auto;
}
@media print, screen and (min-width: 40em) {
  .main-footer .footer-logo {
    max-width: 200px;
    margin: 0 auto 40px 0;
  }
}
.main-footer .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-footer .footer-menu li {
  padding: 0;
}
.main-footer .footer-menu li > a {
  color: #FAFAF3;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 30px;
  padding: 0;
  vertical-align: top;
}
.main-footer .footer-menu li > a:hover {
  color: #FAFAF3;
  text-decoration: underline;
  text-decoration-color: #F1983C;
  text-decoration-thickness: 2px;
}
.main-footer .footer-menu li ul {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
@media screen and (max-width: 39.9375em) {
  .main-footer .footer-menu li ul {
    display: none;
  }
}
.main-footer .footer-menu li ul li {
  margin: 0;
  padding: 0;
}
.main-footer .footer-menu li ul li a {
  color: #FAFAF3;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  padding: 11px 0;
  vertical-align: top;
}
.main-footer .footer-menu li ul li a:hover {
  color: #FAFAF3;
  text-decoration: underline;
  text-decoration-color: #F1983C;
  text-decoration-thickness: 2px;
}
.main-footer .social_media {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 20px;
  list-style: none;
  margin-top: 40px;
}
@media print, screen and (min-width: 40em) {
  .main-footer .social_media {
    justify-content: flex-start;
    margin-top: 0;
  }
}
.main-footer .social_media a {
  color: #fff;
}
.main-footer .footer-copyright {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
@media print, screen and (min-width: 40em) {
  .main-footer .footer-copyright {
    flex-direction: row;
    justify-content: space-between;
  }
}
.main-footer .footer-copyright div.copyright {
  font-size: 14px;
}
.main-footer .footer-copyright ul {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .main-footer .footer-copyright ul {
    justify-content: flex-end;
  }
}
.main-footer .footer-copyright ul li {
  font-size: 14px;
}
.main-footer .footer-tagline {
  display: block;
  align-items: center;
  font-size: 30px;
  font-weight: 800;
  margin-top: 50px;
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .main-footer .footer-tagline {
    font-size: 50px;
  }
}
@media screen and (min-width: 68.75em) {
  .main-footer .footer-tagline {
    font-size: 90px;
  }
}
.main-footer .menu .active > a {
  background: unset;
}

.site-footer-form {
  background-color: #eeeded;
  padding: 0 0 40px;
}

#back_to_top {
  color: #031892;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
#back_to_top:hover svg rect:nth-child(2) {
  stroke: #F1983C;
}

body#tinymce {
  background-color: #fff;
  margin: 12px !important;
}

.g-section-subtitle {
  color: #2b2b2b;
  display: block;
  font-family: "Community Gothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 1.2;
  margin-bottom: 12px;
  text-transform: uppercase;
}
@media print, screen and (min-width: 40em) {
  .g-section-subtitle {
    font-size: 17px;
    letter-spacing: 3.5px;
  }
}
.g-section-title {
  color: #2b2b2b;
  display: block;
  font-family: "Community Gothic", sans-serif;
  font-size: 26px;
  font-weight: 800;
  margin: 0 0 30px;
}
@media print, screen and (min-width: 40em) {
  .g-section-title {
    font-size: 36px;
  }
}
@media screen and (min-width: 68.75em) {
  .g-section-title {
    font-size: 46px;
  }
}
.g-section-intro {
  color: #2b2b2b;
  display: block;
  font-family: "Community Gothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 0;
}
.g-section-large-numbers {
  color: #45A00F;
  display: block;
  font-family: "Community Gothic", sans-serif;
  font-size: 90px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 20px;
}
.g-button.button {
  margin-right: 10px;
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid #2b2b2b;
  color: #2b2b2b;
  display: inline-block;
  font-family: "Community Gothic", sans-serif;
  font-size: 14px !important;
  font-weight: 600;
  margin-top: 1rem;
  letter-spacing: 1.5px;
  padding: 8px 34px 8px 20px;
  position: relative;
  text-transform: uppercase;
}
.g-button.button a {
  position: relative;
}
.g-button.button:before {
  font-family: "FontAwesome";
  content: "\f054";
  font-weight: 400;
  position: absolute;
  top: 8px;
  right: 14px;
  height: 30px;
  font-size: 14px;
  width: 8px;
}
.g-button.button i {
  margin-left: 14px;
}
.g-button.button:hover, .g-button.button.active {
  background-color: rgb(2.2812080537, 18.2496644295, 111.0187919463);
  color: #fff;
}

body.single-team .post-single--team {
  padding-top: 5rem;
}
body.single-team .post-single--team .post-content-wrapper .post-header {
  text-align: left;
}
body.single-team .post-single--team .post-content-wrapper .post-header h1.post-title {
  padding: 0;
  margin-bottom: 0;
}
body.single-team .post-single--team .post-content-wrapper .post-header .job-title {
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem; /* 169.231% */
  letter-spacing: 0.04063rem;
  text-transform: uppercase;
}
body.single-team .post-single--team .post-content-wrapper .post-header .post-featured-image {
  text-align: left;
}
body.single-team .post-single--team .post-content-wrapper .post-header .post-featured-image img {
  width: unset;
}

.wc-card {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  flex: 0 0 calc(50% - 16px);
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  .wc-card {
    flex: 0 0 calc(25% - 16px);
  }
}
.wc-card:hover {
  border: 1px solid #45A00F;
}
.wc-card .wc-card-image {
  background-color: #fff;
  height: 200px;
  padding: 20px;
  text-align: center;
}
.wc-card .wc-card-image img {
  height: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
}
.wc-card .wc-card-content {
  padding: 20px 16px 50px;
  text-align: left;
  position: relative;
  height: 190px;
}
.wc-card .wc-card-content .wc-card-sku {
  color: #45A00F;
  font-weight: 400;
  font-size: 15px;
}
.wc-card .wc-card-content .wc-card-title, .wc-card .wc-card-content .woocommerce-loop-category__title, .wc-card .wc-card-content .woocommerce-loop-product__title {
  color: #2b2b2b !important;
  font-size: 16px;
  line-height: 1.3;
  padding-right: 20px;
}
.wc-card .wc-card-content .wc-card-title a, .wc-card .wc-card-content .woocommerce-loop-category__title a, .wc-card .wc-card-content .woocommerce-loop-product__title a {
  color: #2b2b2b !important;
}
.wc-card .wc-card-content .woocommerce-loop-product__title {
  padding-right: 25px;
}
.wc-card .wc-card-content .wc-card-description {
  color: #2b2b2b !important;
  font-size: 14.5px;
  line-height: 1.4;
}
.wc-card .wc-card-content .wc-card-button {
  position: absolute;
  bottom: 15px;
  left: 5%;
  width: 90%;
}
.wc-card .wc-card-content ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  color: #2b2b2b;
}
.wc-card .wc-card-content ul li {
  line-height: 1.5;
  font-size: 14px;
}

.wc-slider {
  /* the slides */
  /* the parent */
}
.wc-slider .slick-slide {
  margin: 10px;
}
.wc-slider .slick-list {
  margin: -10px;
}

.wc-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  padding: 0 20px;
}
@media print, screen and (min-width: 40em) {
  .wc-grid {
    padding: 0 100px;
  }
}
.wc-grid.wc-grid-archive {
  justify-content: flex-start;
  padding: 0 0 100px;
  text-align: left;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (min-width: 40em) {
  .wc-grid.wc-grid-archive {
    grid-template-columns: repeat(4, 1fr);
  }
}
.wc-grid.wc-grid-archive .wc-card.wc-card-categories .wc-card-image, .wc-grid.wc-grid-archive .wc-card-category .wc-card-image {
  background-color: #fff;
}
.wc-grid.wc-grid-archive .wc-card.wc-card-categories .wc-card-content, .wc-grid.wc-grid-archive .wc-card-category .wc-card-content {
  height: 120px;
}
.wc-grid.wc-grid-archive .wc-card-product .wc-card-image {
  background-color: #fff;
}
.wc-grid.wc-grid-archive .wc-card-product .wc-card-content {
  height: 260px;
}

.woocommerce-products-header {
  background: #45A00F;
  min-height: 100px;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .woocommerce-products-header.woocommerce-products-header-image {
    height: 350px;
    padding: 0;
  }
  .woocommerce-products-header.woocommerce-products-header-image .taxonomy-content {
    height: 350px;
  }
}
.woocommerce-products-header .taxonomy-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding: 30px 0;
}
.woocommerce-products-header .taxonomy-content .taxonomy-title {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
}
@media print, screen and (min-width: 40em) {
  .woocommerce-products-header .taxonomy-content .taxonomy-title {
    font-size: 36px;
  }
}
.woocommerce-products-header .taxonomy-content .taxonomy-description {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.woocommerce-products-header .taxonomy-content .download-links {
  margin-top: 20px;
  padding: 30px 60px 0 0;
  position: relative;
}
.woocommerce-products-header .taxonomy-content .download-links:before {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 40px;
}
.woocommerce-products-header .taxonomy-content .download-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-products-header .taxonomy-content .download-links ul li a {
  color: #fff;
  font-weight: 700;
}
.woocommerce-products-header .taxonomy-content .download-links ul li a i {
  margin-right: 10px;
}
.woocommerce-products-header .taxonomy-content .download-links ul li a:hover {
  text-decoration: underline;
}
.woocommerce-products-header .taxonomy-image {
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 600px;
}
@media print, screen and (min-width: 40em) {
  .woocommerce-products-header .taxonomy-image {
    display: block;
  }
}

.woocommerce-pagination {
  border: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 12px;
  display: flex;
}
.woocommerce-pagination ul.page-numbers {
  text-align: center;
  margin: 0 0.25em;
  border: none !important;
  display: block;
  padding: 0 0.5rem;
  list-style: none;
}
.woocommerce-pagination ul.page-numbers li {
  border-right: none;
}
.woocommerce-pagination ul.page-numbers .page-numbers {
  text-align: center;
  margin: 0 0.25em;
  border-bottom: 2px solid transparent;
  border-right: none;
  display: block;
  color: #45A00F;
  padding: 0 0.5rem;
  list-style: none;
}
.woocommerce-pagination ul.page-numbers .page-numbers:hover {
  color: #202020;
}
.woocommerce-pagination ul.page-numbers .page-numbers.current {
  background: transparent;
  color: #202020;
  font-weight: bold;
}
.woocommerce-pagination ul.page-numbers .page-numbers.next, .woocommerce-pagination ul.page-numbers .page-numbers.prev {
  color: #45A00F;
}

/*
 *
 * FILTERS
 *
 */
.wc-archive-filters {
  border: 1px solid #f1f1f1;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: auto;
  width: 100%;
  margin-bottom: 40px;
  padding: 0 12px 30px;
}
@media print, screen and (min-width: 40em) {
  .wc-archive-filters {
    float: left;
    width: 18%;
    margin-right: 2%;
    margin-bottom: 70px;
  }
}
.wc-archive-filters .WpfWoofiltersWidget .wpfFilterWrapper .wpfFilterTitle {
  border-bottom: 1px solid #45A00F;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.wc-archive-filters .WpfWoofiltersWidget .wpfFilterWrapper .wpfFilterTitle .wfpTitle {
  height: auto;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 0;
}
.wc-archive-filters .WpfWoofiltersWidget .wpfFilterWrapper .wpfFilterTitle .fa-minus:before {
  content: "\f068";
  font-size: 13px;
}
.wc-archive-filters .WpfWoofiltersWidget .wpfFilterWrapper .wpfFilterContent {
  margin: 20px 0 10px;
}
.wc-archive-filters .WpfWoofiltersWidget .wpfFilterWrapper .wpfFilterContent .irs-bar {
  background-color: #aeaeae !important;
  border-color: #878787 !important;
  background: linear-gradient(to bottom, #aeaeae 0%, #3f3f3f 100%) !important;
}
.wc-archive-filters .WpfWoofiltersWidget .wpfFilterWrapper .wpfFilterContent .wpfCheckboxHier .wpfLiLabel {
  font-size: 14px;
}
.wc-archive-filters .WpfWoofiltersWidget .wpfFilterWrapper .wpfFilterContent .wpfCheckboxHier .wpfLiLabel .wpfCheckbox label {
  width: 14px !important;
  height: 14px !important;
  line-height: 1.5 !important;
  border: 0.5px solid #f1f1f1;
}
.wc-archive-filters .WpfWoofiltersWidget .wpfFilterWrapper .wpfFilterContent .wpfCheckboxHier .wpfLiLabel .wpfCheckbox input[type=checkbox]:checked + label::before {
  background: #d51f2a !important;
  content: "\f00c" !important;
  font-family: Font Awesome\ 6 Pro;
  color: #fff !important;
  font-weight: 700 !important;
  font-size: 9px !important;
  line-height: 1.2;
}
.wc-archive-filters .WpfWoofiltersWidget .wpfFilterButton.wpfButton, .wc-archive-filters .WpfWoofiltersWidget .wpfClearButton.wpfButton {
  padding: 5px;
  align-items: center;
  min-height: 36px;
  border-radius: 4px;
  font-size: 17px;
  text-decoration: none !important;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s;
  white-space: normal;
  cursor: pointer;
  border: none;
  font-weight: bold;
  outline: none;
  margin: 1rem 0 0;
}

.widget {
  position: relative;
  z-index: 9;
}

.prdctfltr_wc .prdctfltr_woocommerce_ordering {
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter {
  margin-bottom: 20px;
  background: #fff;
  padding: 14px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}

.prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter .prdctfltr_widget_title {
  display: block;
  margin-bottom: 5px;
  padding-bottom: 3px;
  text-transform: uppercase;
  font-size: 15px;
}

.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label > span:before {
  margin-right: 7px !important;
}

.prdctfltr_filter label {
  display: block;
  font-size: 13px;
  line-height: 20px;
}

.prdctfltr_count, .prdctfltr_customize_count {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px !important;
  height: auto !important;
  line-height: 22px !important;
  font-size: 14px !important;
  padding: 0 2px;
  border: none !important;
  color: rgba(35, 31, 32, 0.8) !important;
  background-color: transparent;
  border-radius: 2px;
  min-width: 0;
  text-align: center;
  overflow: visible !important;
  position: relative;
}
.prdctfltr_count:before, .prdctfltr_customize_count:before {
  content: "(";
  position: absolute;
  left: -2px;
}
.prdctfltr_count:after, .prdctfltr_customize_count:after {
  content: ")";
  position: absolute;
  right: -2px;
}

.woocommerce.single-product .product.type-product {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 70px;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.woocommerce.single-product .product.type-product .images .woocommerce-product-gallery__wrapper {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .woocommerce.single-product .product.type-product .images {
    width: 97%;
  }
}
.woocommerce.single-product .product.type-product .images .flex-viewport {
  border: 1px solid #efefef;
  border-radius: 7px;
  margin-top: 15px;
}
.woocommerce.single-product .product.type-product .images .flex-control-thumbs li {
  width: 13% !important;
  margin-right: 2% !important;
  border: 1px solid #efefef !important;
  border-radius: 2px;
  margin-top: 2% !important;
}
.woocommerce.single-product .product.type-product .images .flex-control-thumbs li:nth-child(4n+1) {
  clear: none;
}
.woocommerce.single-product .product.type-product .images .flex-control-thumbs li:nth-child(5n+5) {
  margin-right: 0;
}
.woocommerce.single-product .product.type-product .summary {
  padding-left: 40px;
  width: 100% !important;
}
.woocommerce.single-product .product.type-product .summary .wc-product-term {
  color: #595959;
  display: block;
  font-size: 15px;
  margin-top: 40px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.woocommerce.single-product .product.type-product .summary .product_title {
  color: #2b2b2b;
  font-size: 1.33rem;
  font-weight: 800;
  margin-bottom: 16px;
  max-width: 400px;
}
@media print, screen and (min-width: 40em) {
  .woocommerce.single-product .product.type-product .summary .product_title {
    display: block;
    font-size: 2.75rem;
  }
}
.woocommerce.single-product .product.type-product .summary .product_title span {
  color: rgba(43, 43, 43, 0.7);
  display: block;
  font-size: 18px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.woocommerce.single-product .product.type-product .summary .wc-product-sku {
  color: #45A00F;
  display: block;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 16px;
}
.woocommerce.single-product .product.type-product .summary .price {
  display: none;
}
.woocommerce.single-product .product.type-product .summary .woocommerce-product-details__short-description {
  max-width: 550px;
}
.woocommerce.single-product .product.type-product .summary .woocommerce-product-details__short-description p, .woocommerce.single-product .product.type-product .summary .woocommerce-product-details__short-description li {
  font-size: 15px;
}
.woocommerce.single-product .product.type-product .summary .wc-product-details ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce.single-product .product.type-product .summary .wc-product-details ul p, .woocommerce.single-product .product.type-product .summary .wc-product-details ul li {
  font-size: 15px;
}
.woocommerce.single-product .product.type-product form.cart {
  margin-bottom: 10px !important;
}
.woocommerce.single-product .product.type-product .single_variation_wrap, .woocommerce.single-product .product.type-product .single_add_to_cart_button, .woocommerce.single-product .product.type-product .quantity {
  display: none !important;
}
.woocommerce.single-product .product.type-product .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  box-shadow: none !important;
}
.woocommerce.single-product .product.type-product .product-additional-description > ul,
.woocommerce.single-product .product.type-product .ModelSection.ModelOptions > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce.single-product .product.type-product .product-additional-description > ul .AppliedCategory,
.woocommerce.single-product .product.type-product .ModelSection.ModelOptions > ul .AppliedCategory {
  list-style: none;
  display: flex;
  padding: 7px 3px;
}
.woocommerce.single-product .product.type-product .product-additional-description > ul .AppliedCategory:nth-child(even),
.woocommerce.single-product .product.type-product .ModelSection.ModelOptions > ul .AppliedCategory:nth-child(even) {
  background-color: #f5f5f5; /* Light grey for even items */
}
.woocommerce.single-product .product.type-product .product-additional-description > ul .AppliedCategory:nth-child(odd),
.woocommerce.single-product .product.type-product .ModelSection.ModelOptions > ul .AppliedCategory:nth-child(odd) {
  background-color: #ffffff; /* White for odd items */
}
.woocommerce.single-product .product.type-product .product-additional-description > ul .AppliedCategory .SubCategories ul,
.woocommerce.single-product .product.type-product .ModelSection.ModelOptions > ul .AppliedCategory .SubCategories ul {
  list-style: none;
  display: flex;
}
.woocommerce.single-product .xproduct.type-product {
  background-color: #fff;
  box-shadow: 0px 0px 50px rgba(42, 54, 77, 0.18);
  border-radius: 5px;
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.woocommerce.single-product .xproduct.type-product .onsale {
  display: none;
}
.woocommerce.single-product .xproduct.type-product .single_variation_wrap, .woocommerce.single-product .xproduct.type-product .single_add_to_cart_button, .woocommerce.single-product .xproduct.type-product .quantity {
  display: none;
}
.woocommerce.single-product .xproduct.type-product .in-stock-badge:not(.product-cell .in-stock-badge) {
  background-color: #45A00F;
  border-radius: 0 3px 3px 0;
  color: #fff;
  padding: 3px 8px 3px 15px;
  position: absolute;
  top: 20px;
  left: -10px;
  width: auto;
  z-index: 9;
}
.woocommerce.single-product .xproduct.type-product .in-stock-badge:not(.product-cell .in-stock-badge):before {
  content: "";
  border-top: 10px solid rgb(28.7828571429, 66.7428571429, 6.2571428571);
  position: absolute;
  bottom: -10px;
  border-left: 10px solid transparent;
  left: 0;
}
.woocommerce.single-product .xproduct.type-product .in-stock-badge:not(.product-cell .in-stock-badge) span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.woocommerce.single-product .xproduct.type-product .mobile-product-title h1 {
  color: #2b2b2b;
  font-size: 1.33rem;
  margin: -1rem 0 1rem;
}
.woocommerce.single-product .xproduct.type-product .mobile-product-title h1 span {
  color: rgba(43, 43, 43, 0.4);
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
.woocommerce.single-product .xproduct.type-product .mobile-product-title .price {
  display: inline-block !important;
  color: #45A00F;
  font-size: 1rem;
  line-height: 1.4;
  margin-right: 0.25rem;
  font-weight: 600;
}
.woocommerce.single-product .xproduct.type-product .mobile-product-title .price .amount {
  color: #45A00F;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 600;
}
.woocommerce.single-product .xproduct.type-product .mobile-product-title .unit-description {
  display: inline-block;
  color: #45A00F;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
}
.woocommerce.single-product .xproduct.type-product .label:not(.yith-wapo-option .label) {
  position: absolute;
  top: 8px;
  right: 6px;
}
@media print, screen and (min-width: 40em) {
  .woocommerce.single-product .xproduct.type-product .label:not(.yith-wapo-option .label) {
    position: absolute;
    float: right;
  }
}
.woocommerce.single-product .xproduct.type-product form.cart div.quantity {
  float: none;
  margin: 30px 4px 30px 0;
  display: block;
  position: relative;
}
.woocommerce.single-product .xproduct.type-product form.cart div.quantity:before {
  content: "QUANTITY:";
  color: #2b2b2b;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  top: -28px;
  left: 0;
}
.woocommerce.single-product .xproduct.type-product form.cart div.quantity input {
  background-color: #F6F5F3;
  border: 1px solid rgba(137, 139, 140, 0.5);
  border-radius: 2px;
  color: rgba(43, 43, 43, 0.7);
  padding: 10px 0;
  width: 60px;
}
.woocommerce.single-product .xproduct.type-product .express-info {
  margin-bottom: 20px;
}
.woocommerce.single-product .xproduct.type-product .express-info ul {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-left: 0 !important;
  padding-left: 0 !important;
  list-style: none;
}
.woocommerce.single-product .xproduct.type-product .express-info ul li {
  color: #45A00F;
  font-size: 13px;
  font-weight: 600;
  padding-left: 0 !important;
}
.woocommerce.single-product .xproduct.type-product .express-info ul li:before {
  display: none !important;
}
.woocommerce.single-product .awdr-bulk-customizable-table {
  max-width: 400px;
  font-size: 14px;
  margin: 0 0 50px 0;
}
.woocommerce.single-product .product-attributes {
  margin: 20px 0;
}
.woocommerce.single-product .product-attributes > strong {
  display: block;
  margin-bottom: 10px;
}
.woocommerce.single-product .product-attributes ul {
  list-style: none;
  height: 250px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.woocommerce.single-product .product-attributes ul.show-specs {
  height: auto;
}
.woocommerce.single-product .product-attributes ul.hide-specs {
  height: 250px;
}
.woocommerce.single-product .product-attributes ul li {
  display: block;
  font-size: 15px;
  line-height: 25px;
}
.woocommerce.single-product .product-attributes .show-more {
  margin-top: 8px;
}
.woocommerce.single-product .product-attributes .show-more a {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
.woocommerce.single-product .variations_form {
  margin-bottom: 1rem;
  padding: 0.5rem 0 0;
  /*

  h4 {
    margin-bottom: 0;

    label {
      color: darken($dark,7%) !important;
      font-size: 1rem !important;
      font-weight: 700 !important;

    }

  }

  */
}
.woocommerce.single-product .variations_form table {
  margin-bottom: 0 !important;
}
.woocommerce.single-product .variations_form table tbody, .woocommerce.single-product .variations_form table tfoot, .woocommerce.single-product .variations_form table thead {
  background: transparent;
}
.woocommerce.single-product .variations_form table tbody tr:nth-child(2n) {
  border-bottom: 0;
  background-color: transparent;
}
.woocommerce.single-product .variations_form .label {
  background-color: transparent;
  font-size: 0.875rem;
  font-weight: 600 !important;
  line-height: 1.4;
  margin: 0;
}
.woocommerce.single-product .variations_form .label label {
  line-height: 2.85rem;
}
@media screen and (min-width: 56.25em) {
  .woocommerce.single-product .variations_form .label {
    width: 25px;
  }
}
.woocommerce.single-product .variations_form .Xvariations td {
  line-height: 1.4 !important;
}
.woocommerce.single-product .variations_form .Xvariations td div {
  margin-bottom: 10px;
}
.woocommerce.single-product .variations_form .Xvariations td div:after, .woocommerce.single-product .variations_form .Xvariations td div:before {
  clear: both;
  content: "";
  display: table;
}
.woocommerce.single-product .single_variation_wrap .quantity {
  height: 2.25rem;
  position: relative;
  margin-left: 45px !important;
}
.woocommerce.single-product .single_variation_wrap .quantity:before {
  content: "Qty";
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 700;
  height: 2.25rem;
  line-height: 2.25rem;
  position: absolute;
  left: -45px;
  width: 45px;
}
.woocommerce.single-product .single_variation_wrap .input-text.qty.text {
  height: 2.25rem;
}
.woocommerce.single-product .single_variation_wrap span.woocommerce-variation-selected {
  font-size: 0.875rem;
  font-weight: 600 !important;
  line-height: 1;
  color: #2b2b2b;
  display: block;
}
.woocommerce.single-product .single_variation_wrap .woocommerce-variation-price {
  color: rgb(1.9731543624, 15.7852348993, 96.0268456376);
  font-size: 1.125rem;
  font-weight: 700;
  margin: 7px 0 14px;
}
.woocommerce.single-product .single_variation_wrap .woocommerce-variation-sku {
  font-size: 0.925rem;
  font-weight: 400 !important;
  display: inline-block;
}
.woocommerce.single-product .single_variation_wrap .woocommerce-variation-description {
  display: inline-block;
}
.woocommerce.single-product .single_variation_wrap .woocommerce-variation-description p {
  color: #444;
  font-size: 1rem;
  font-weight: 600 !important;
  margin-bottom: 0 !important;
}
.woocommerce.single-product .single_variation_wrap .woocommerce-variation-custom-availability, .woocommerce.single-product .single_variation_wrap .woocommerce-variation-custom-availability p {
  color: rgb(1.9731543624, 15.7852348993, 96.0268456376);
  font-size: 1rem;
  font-weight: 700 !important;
  margin-bottom: 5px;
}
.woocommerce.single-product .product_meta {
  display: none;
  margin-top: 2rem;
}

.product-additional-content {
  margin-top: 40px;
}
.product-additional-content .product-additional {
  margin-bottom: 20px;
  padding: 0 16px 30px;
}
.product-additional-content .product-additional h2 {
  background-color: #45A00F;
  color: #fff;
  font-size: 0.975rem;
  font-weight: 600;
  margin: 0 -16px 20px;
  padding: 8px 16px;
}
.product-additional-content .product-additional.product-additional-downloads ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-additional-content .product-additional.product-additional-downloads ul li {
  line-height: 40px;
}
.product-additional-content .product-additional.product-additional-downloads ul li a {
  font-weight: 600;
}
.product-additional-content .product-additional.product-additional-downloads ul li i {
  color: #45A00F;
}

.products.related {
  margin-top: 10px;
}
.products.related > h2 {
  background-color: #45A00F;
  color: #fff;
  font-size: 0.975rem;
  font-weight: 600;
  padding: 8px 16px;
  margin-bottom: 14px;
}

.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-block {
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 15px;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon {
  margin-bottom: 18px;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon .wapo-addon-title {
  margin-bottom: 6px;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon .wapo-addon-title span {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon .wapo-addon-description {
  color: rgba(43, 43, 43, 0.6);
  font-size: 14px;
  margin: 0 0 6px;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-product .options-container .options .product-container {
  padding: 7px;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-product .options-container .options .product-container .product-image img {
  max-width: 50px;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-product .options-container .options .product-container small {
  display: none;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-product .options-container .options .product-container small.option-price {
  margin: 3px 0px 0px 0px;
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon#yith-wapo-addon-4.yith-wapo-addon-type-product .product-image {
  display: none;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon#yith-wapo-addon-4.yith-wapo-addon-type-product .product-image img {
  max-width: 50px;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-text {
  margin: 5px 0;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-text .input-text-container {
  margin-top: 0 !important;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-text input {
  font-size: 13px;
  height: 34px;
  margin: 0 0 0 !important;
  padding: 11px 8px 13px 13px;
  border-radius: 5px;
  border: solid 1px #898b8c;
  background-color: #f9fafb;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-radio {
  margin: 5px 0;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container .yith-wapo-addon.yith-wapo-addon-type-radio .options.per-row-2 {
  display: flex !important;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container #wapo-total-price-table {
  margin: 14px 0 50px;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container #wapo-total-price-table table {
  font-size: 16px;
  line-height: 20px;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container #wapo-total-price-table table tbody th {
  padding-left: 0 !important;
  font-size: 16px;
  text-transform: uppercase;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container #wapo-total-price-table table tbody td, .woocommerce.single-product #yith-wapo-container.yith-wapo-container #wapo-total-price-table table tbody th {
  padding: 0.125rem 0.35rem 0.125rem;
}
.woocommerce.single-product #yith-wapo-container.yith-wapo-container #wapo-total-price-table table tbody tr:nth-child(2n) {
  border-bottom: 0;
  background-color: #fff !important;
}

.request-quote-form {
  padding: 1rem;
}
.request-quote-form .request-quote-title {
  color: #45A00F;
  font-size: 1.33rem;
}
.request-quote-form .gform_wrapper ul li.gfield label {
  font-size: 14.5px;
  font-weight: 600;
}
.request-quote-form .gform_wrapper ul li.gfield .ginput_container {
  margin-top: 3px !important;
}
.request-quote-form #field_1_9 {
  margin: 1rem 0;
  color: #3A3A3A;
}

.fc-section-accordion-simple .tabs, .fc-section-accordion-tabs .tabs, .fc-section-columns.magellan-sections .tabs {
  margin: 0;
  border: 1px solid #2b2b2b;
  background: #fff;
  list-style-type: none;
}
.fc-section-accordion-simple .tabs-title > a, .fc-section-accordion-tabs .tabs-title > a, .fc-section-columns.magellan-sections .tabs-title > a {
  border-right: 1px solid #2b2b2b;
  display: block;
  padding: 1.5rem 2rem;
  font-size: 0.925rem;
  line-height: 1;
  color: #2b2b2b;
}
.fc-section-accordion-simple .tabs-title > a:focus, .fc-section-accordion-simple .tabs-title > a[aria-selected=true], .fc-section-accordion-tabs .tabs-title > a:focus, .fc-section-accordion-tabs .tabs-title > a[aria-selected=true], .fc-section-columns.magellan-sections .tabs-title > a:focus, .fc-section-columns.magellan-sections .tabs-title > a[aria-selected=true] {
  color: #fff;
}
.fc-section-accordion-simple .tabs-panel, .fc-section-accordion-tabs .tabs-panel, .fc-section-columns.magellan-sections .tabs-panel {
  border: none;
  padding: 0;
}
.fc-section-accordion-simple .accordion .accordion-topic h3, .fc-section-accordion-tabs .accordion .accordion-topic h3, .fc-section-columns.magellan-sections .accordion .accordion-topic h3 {
  margin-bottom: 0 !important;
}
.fc-section-accordion-simple .accordion.separated, .fc-section-accordion-tabs .accordion.separated, .fc-section-columns.magellan-sections .accordion.separated {
  border-top: none;
}
.fc-section-accordion-simple .accordion.separated .accordion-item, .fc-section-accordion-tabs .accordion.separated .accordion-item, .fc-section-columns.magellan-sections .accordion.separated .accordion-item {
  margin-bottom: 1.5rem;
}
.fc-section-accordion-simple .accordion.separated .accordion-topic, .fc-section-accordion-tabs .accordion.separated .accordion-topic, .fc-section-columns.magellan-sections .accordion.separated .accordion-topic {
  border: 0px solid #031892;
  border-top: 1.5px solid #031892;
  overflow: hidden;
}
.fc-section-accordion-simple .accordion.separated .accordion-topic-text-wrapper, .fc-section-accordion-tabs .accordion.separated .accordion-topic-text-wrapper, .fc-section-columns.magellan-sections .accordion.separated .accordion-topic-text-wrapper {
  padding: 1.25rem 0;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
}
.fc-section-accordion-simple .accordion.separated .accordion-topic-text-wrapper h3, .fc-section-accordion-tabs .accordion.separated .accordion-topic-text-wrapper h3, .fc-section-columns.magellan-sections .accordion.separated .accordion-topic-text-wrapper h3 {
  margin-bottom: 0 !important;
}
.fc-section-accordion-simple .accordion.separated .accordion-topic-text-wrapper .number, .fc-section-accordion-tabs .accordion.separated .accordion-topic-text-wrapper .number, .fc-section-columns.magellan-sections .accordion.separated .accordion-topic-text-wrapper .number {
  color: #1375D7;
  min-width: 2.5rem;
  display: inline-block;
}
.fc-section-accordion-simple .accordion.numbered .accordion-item:last-child, .fc-section-accordion-simple .accordion.numbered-2 .accordion-item:last-child, .fc-section-accordion-tabs .accordion.numbered .accordion-item:last-child, .fc-section-accordion-tabs .accordion.numbered-2 .accordion-item:last-child, .fc-section-columns.magellan-sections .accordion.numbered .accordion-item:last-child, .fc-section-columns.magellan-sections .accordion.numbered-2 .accordion-item:last-child {
  border-bottom: 1.5px solid #031892;
}
.fc-section-accordion-simple .accordion.numbered .accordion-topic, .fc-section-accordion-simple .accordion.numbered-2 .accordion-topic, .fc-section-accordion-tabs .accordion.numbered .accordion-topic, .fc-section-accordion-tabs .accordion.numbered-2 .accordion-topic, .fc-section-columns.magellan-sections .accordion.numbered .accordion-topic, .fc-section-columns.magellan-sections .accordion.numbered-2 .accordion-topic {
  padding: 1.25rem 0;
}
.fc-section-accordion-simple .accordion.numbered .accordion-topic-text-wrapper, .fc-section-accordion-simple .accordion.numbered-2 .accordion-topic-text-wrapper, .fc-section-accordion-tabs .accordion.numbered .accordion-topic-text-wrapper, .fc-section-accordion-tabs .accordion.numbered-2 .accordion-topic-text-wrapper, .fc-section-columns.magellan-sections .accordion.numbered .accordion-topic-text-wrapper, .fc-section-columns.magellan-sections .accordion.numbered-2 .accordion-topic-text-wrapper {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  display: flex;
}
.fc-section-accordion-simple .accordion.numbered .accordion-topic-text-wrapper .number, .fc-section-accordion-simple .accordion.numbered-2 .accordion-topic-text-wrapper .number, .fc-section-accordion-tabs .accordion.numbered .accordion-topic-text-wrapper .number, .fc-section-accordion-tabs .accordion.numbered-2 .accordion-topic-text-wrapper .number, .fc-section-columns.magellan-sections .accordion.numbered .accordion-topic-text-wrapper .number, .fc-section-columns.magellan-sections .accordion.numbered-2 .accordion-topic-text-wrapper .number {
  color: #1375D7;
  min-width: 2.5rem;
  display: inline-block;
}
.fc-section-accordion-simple .accordion.in-tabs, .fc-section-accordion-tabs .accordion.in-tabs, .fc-section-columns.magellan-sections .accordion.in-tabs {
  border-top: none;
}
.fc-section-accordion-simple .accordion .accordion-topic, .fc-section-accordion-tabs .accordion .accordion-topic, .fc-section-columns.magellan-sections .accordion .accordion-topic {
  border-top: 1.5px solid #031892;
  padding: 1.88rem 0px;
  position: relative;
  transition: all 0.5s ease;
}
.fc-section-accordion-simple .accordion .accordion-topic h4, .fc-section-accordion-tabs .accordion .accordion-topic h4, .fc-section-columns.magellan-sections .accordion .accordion-topic h4 {
  font-family: "Community Gothic", sans-serif;
  margin-bottom: 1.5rem;
  font-weight: 700;
  margin: 0;
}
.fc-section-accordion-simple .accordion .accordion-topic .topic-text, .fc-section-accordion-tabs .accordion .accordion-topic .topic-text, .fc-section-columns.magellan-sections .accordion .accordion-topic .topic-text {
  padding-right: 40px;
}
.fc-section-accordion-simple .accordion .accordion-topic .accordion-arrow, .fc-section-accordion-tabs .accordion .accordion-topic .accordion-arrow, .fc-section-columns.magellan-sections .accordion .accordion-topic .accordion-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3.75rem;
  transition: all 0.5s ease;
}
.fc-section-accordion-simple .accordion .accordion-topic .accordion-arrow svg, .fc-section-accordion-tabs .accordion .accordion-topic .accordion-arrow svg, .fc-section-columns.magellan-sections .accordion .accordion-topic .accordion-arrow svg {
  transform: rotate(-90deg);
  transition: all 0.25s ease;
}
.fc-section-accordion-simple .accordion .accordion-topic .accordion-arrow svg *, .fc-section-accordion-tabs .accordion .accordion-topic .accordion-arrow svg *, .fc-section-columns.magellan-sections .accordion .accordion-topic .accordion-arrow svg * {
  stroke: #2b2b2b;
}
.fc-section-accordion-simple .accordion .accordion-topic.current .accordion-arrow svg, .fc-section-accordion-tabs .accordion .accordion-topic.current .accordion-arrow svg, .fc-section-columns.magellan-sections .accordion .accordion-topic.current .accordion-arrow svg {
  transform: rotate(0deg);
}
.fc-section-accordion-simple .accordion .accordion-topic.current h4, .fc-section-accordion-tabs .accordion .accordion-topic.current h4, .fc-section-columns.magellan-sections .accordion .accordion-topic.current h4 {
  color: #45A00F;
}
.fc-section-accordion-simple .accordion .accordion-response, .fc-section-accordion-tabs .accordion .accordion-response, .fc-section-columns.magellan-sections .accordion .accordion-response {
  display: none;
}
.fc-section-accordion-simple .accordion .accordion-response h1, .fc-section-accordion-simple .accordion .accordion-response h2, .fc-section-accordion-simple .accordion .accordion-response h3, .fc-section-accordion-simple .accordion .accordion-response h4, .fc-section-accordion-simple .accordion .accordion-response h5, .fc-section-accordion-simple .accordion .accordion-response h6, .fc-section-accordion-simple .accordion .accordion-response ul, .fc-section-accordion-simple .accordion .accordion-response p, .fc-section-accordion-tabs .accordion .accordion-response h1, .fc-section-accordion-tabs .accordion .accordion-response h2, .fc-section-accordion-tabs .accordion .accordion-response h3, .fc-section-accordion-tabs .accordion .accordion-response h4, .fc-section-accordion-tabs .accordion .accordion-response h5, .fc-section-accordion-tabs .accordion .accordion-response h6, .fc-section-accordion-tabs .accordion .accordion-response ul, .fc-section-accordion-tabs .accordion .accordion-response p, .fc-section-columns.magellan-sections .accordion .accordion-response h1, .fc-section-columns.magellan-sections .accordion .accordion-response h2, .fc-section-columns.magellan-sections .accordion .accordion-response h3, .fc-section-columns.magellan-sections .accordion .accordion-response h4, .fc-section-columns.magellan-sections .accordion .accordion-response h5, .fc-section-columns.magellan-sections .accordion .accordion-response h6, .fc-section-columns.magellan-sections .accordion .accordion-response ul, .fc-section-columns.magellan-sections .accordion .accordion-response p {
  max-width: 53rem;
}

.fc-section-dark .accordion-topic {
  border-color: #fff !important;
}
.fc-section-dark .accordion-topic .topic-text {
  color: #fff;
}
.fc-section-dark .accordion-topic .accordion-arrow svg * {
  stroke: #fff !important;
}

.fc-section-akro-in-action, .archive-akro-in-action {
  /* the slides */
  /* the parent */
}
.fc-section-akro-in-action .slick-slide, .archive-akro-in-action .slick-slide {
  margin: 18px;
}
.fc-section-akro-in-action .slick-list, .archive-akro-in-action .slick-list {
  margin: -18px;
}
.fc-section-akro-in-action .card-cell.card-cell-akro-in-action, .archive-akro-in-action .card-cell.card-cell-akro-in-action {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  flex: 0 0 calc(25% - 16px);
  height: auto;
  overflow: hidden;
  position: relative;
}
.fc-section-akro-in-action .card-cell.card-cell-akro-in-action .card-cell-image, .archive-akro-in-action .card-cell.card-cell-akro-in-action .card-cell-image {
  background-color: #fff;
  height: 240px;
  padding: 0;
}
.fc-section-akro-in-action .card-cell.card-cell-akro-in-action .card-cell-image img, .archive-akro-in-action .card-cell.card-cell-akro-in-action .card-cell-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.fc-section-akro-in-action .card-cell.card-cell-akro-in-action .card-cell-content, .archive-akro-in-action .card-cell.card-cell-akro-in-action .card-cell-content {
  padding: 16px 16px 35px;
}
.fc-section-akro-in-action .card-cell.card-cell-akro-in-action .card-cell-content .wc-card-title, .archive-akro-in-action .card-cell.card-cell-akro-in-action .card-cell-content .wc-card-title {
  color: #2b2b2b;
  font-size: 17px;
}
.fc-section-akro-in-action .card-cell.card-cell-akro-in-action .card-cell-link, .archive-akro-in-action .card-cell.card-cell-akro-in-action .card-cell-link {
  color: #45A00F;
  padding-right: 40px;
  position: absolute;
  bottom: 16px;
  font-weight: 500;
  font-size: 15px;
}
.fc-section-akro-in-action .card-cell.card-cell-akro-in-action .card-cell-link:after, .archive-akro-in-action .card-cell.card-cell-akro-in-action .card-cell-link:after {
  color: #45A00F;
  content: "\f178";
  font-family: "FontAwesome";
  font-weight: 400;
  position: absolute;
  right: 15px;
}
.fc-section-akro-in-action .akro-in-action-slider-navigation, .archive-akro-in-action .akro-in-action-slider-navigation {
  position: absolute;
  top: 44px;
  width: 100%;
}
.fc-section-akro-in-action .akro-in-action-slider-navigation .slider-prev,
.fc-section-akro-in-action .akro-in-action-slider-navigation .slider-next, .archive-akro-in-action .akro-in-action-slider-navigation .slider-prev,
.archive-akro-in-action .akro-in-action-slider-navigation .slider-next {
  background-color: #45A00F;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  float: right;
  height: 40px;
  margin-left: 10px;
  width: 40px;
}

.fc-section-cards .card-grid-title, .fc-section-columns .card-grid-title {
  font-size: 26px;
  position: relative;
  margin-bottom: 60px;
}
.fc-section-cards .card-grid-title:after, .fc-section-columns .card-grid-title:after {
  border-top: 1px solid #45A00F;
  content: "";
  height: 1px;
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 80px;
}
.fc-section-cards .card-grid, .fc-section-columns .card-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}
.fc-section-cards .card-grid.card-grid-1, .fc-section-columns .card-grid.card-grid-1 {
  grid-template-columns: repeat(1, 1fr);
}
.fc-section-cards .card-grid.card-grid-2, .fc-section-columns .card-grid.card-grid-2 {
  grid-template-columns: repeat(1, 1fr);
  gap: 18px;
}
@media print, screen and (min-width: 40em) {
  .fc-section-cards .card-grid.card-grid-2, .fc-section-columns .card-grid.card-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.fc-section-cards .card-grid.card-grid-3, .fc-section-columns .card-grid.card-grid-3 {
  grid-template-columns: repeat(1, 1fr);
}
@media print, screen and (min-width: 64em) {
  .fc-section-cards .card-grid.card-grid-3, .fc-section-columns .card-grid.card-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.fc-section-cards .card-grid.card-grid-4, .fc-section-columns .card-grid.card-grid-4 {
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (min-width: 40em) {
  .fc-section-cards .card-grid.card-grid-4, .fc-section-columns .card-grid.card-grid-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 68.75em) {
  .fc-section-cards .card-grid.card-grid-4, .fc-section-columns .card-grid.card-grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.fc-section-cards .card-grid.card-grid-5, .fc-section-columns .card-grid.card-grid-5 {
  grid-template-columns: repeat(1, 1fr);
}
@media print, screen and (min-width: 40em) {
  .fc-section-cards .card-grid.card-grid-5, .fc-section-columns .card-grid.card-grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 68.75em) {
  .fc-section-cards .card-grid.card-grid-5, .fc-section-columns .card-grid.card-grid-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
.fc-section-cards .card-grid.card-grid-downloads, .fc-section-columns .card-grid.card-grid-downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.fc-section-cards .card-grid .card-cell, .fc-section-columns .card-grid .card-cell {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}
.fc-section-cards .card-grid .card-cell .card-cell-content, .fc-section-columns .card-grid .card-cell .card-cell-content {
  padding: 16px 16px 35px;
}
.fc-section-cards .card-grid .card-cell .card-cell-link, .fc-section-columns .card-grid .card-cell .card-cell-link {
  color: #45A00F;
  padding-right: 40px;
  position: absolute;
  bottom: 16px;
  font-weight: 500;
  font-size: 15px;
}
.fc-section-cards .card-grid .card-cell .card-cell-link:after, .fc-section-columns .card-grid .card-cell .card-cell-link:after {
  color: #45A00F;
  content: "\f178";
  font-family: "FontAwesome";
  font-weight: 400;
  position: absolute;
  right: 15px;
}
.fc-section-cards .card-grid .card-cell.card-cell-download, .fc-section-columns .card-grid .card-cell.card-cell-download {
  border: none;
  box-shadow: none;
  width: 150px;
}
.fc-section-cards .card-grid .card-cell.card-cell-download img, .fc-section-columns .card-grid .card-cell.card-cell-download img {
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.1);
}
.fc-section-cards .card-grid .card-cell.card-cell-download .card-cell-content, .fc-section-columns .card-grid .card-cell.card-cell-download .card-cell-content {
  padding: 16px 0;
}
.fc-section-cards .card-grid .card-cell.card-cell-download .card-cell-content a, .fc-section-columns .card-grid .card-cell.card-cell-download .card-cell-content a {
  color: #2b2b2b;
  display: block;
  font-size: 15px;
  font-weight: 600;
  max-width: 140px;
  line-height: 1.1;
  word-break: normal;
}
.fc-section-cards .card-grid .card-cell.card-cell-download .card-cell-content a:hover, .fc-section-columns .card-grid .card-cell.card-cell-download .card-cell-content a:hover {
  color: #45A00F;
}
.fc-section-cards .card-grid .card-cell.card-cell-video, .fc-section-columns .card-grid .card-cell.card-cell-video {
  background-color: #f2f2f2;
}
.fc-section-cards .card-grid .card-cell.card-cell-video .card-cell-video-thumb, .fc-section-columns .card-grid .card-cell.card-cell-video .card-cell-video-thumb {
  height: 230px;
  position: relative;
  display: inline-block; /* Wraps around the image */
}
.fc-section-cards .card-grid .card-cell.card-cell-video .card-cell-video-thumb img, .fc-section-columns .card-grid .card-cell.card-cell-video .card-cell-video-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.fc-section-cards .card-grid .card-cell.card-cell-video .card-cell-video-thumb::after, .fc-section-columns .card-grid .card-cell.card-cell-video .card-cell-video-thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background-color: rgba(69, 160, 15, 0.7);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 0; /* Ensure it's behind the triangle */
}
.fc-section-cards .card-grid .card-cell.card-cell-video .card-cell-video-thumb::before, .fc-section-columns .card-grid .card-cell.card-cell-video .card-cell-video-thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50.5%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 20px; /* Creates a triangle */
  border-color: transparent transparent transparent white;
  transform: translate(-50%, -50%);
  z-index: 1; /* Above the circle */
}
.fc-section-cards .card-grid .card-cell.card-cell-video .card-cell-content span, .fc-section-columns .card-grid .card-cell.card-cell-video .card-cell-content span {
  color: #2b2b2b;
  font-weight: 600;
}
.fc-section-cards .card-grid .card-cell.card-cell-logo, .fc-section-columns .card-grid .card-cell.card-cell-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}
.fc-section-cards .card-grid .card-cell.card-cell-logo:hover, .fc-section-columns .card-grid .card-cell.card-cell-logo:hover {
  border: 1px solid #45A00F;
}
.fc-section-cards .card-grid .card-cell.card-cell-logo img, .fc-section-columns .card-grid .card-cell.card-cell-logo img {
  max-height: 120px;
  max-width: 90%;
  height: auto;
  width: auto;
}

.fc-section-media-cards .button-arrow--text {
  margin-top: 1.75rem;
}
.fc-section-media-cards .card-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}
.fc-section-media-cards .card-grid.card-grid-1 {
  grid-template-columns: repeat(1, 1fr);
}
.fc-section-media-cards .card-grid.card-grid-2 {
  grid-template-columns: repeat(1, 1fr);
  gap: 18px;
}
@media print, screen and (min-width: 40em) {
  .fc-section-media-cards .card-grid.card-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.fc-section-media-cards .card-grid.card-grid-3 {
  grid-template-columns: repeat(1, 1fr);
}
@media print, screen and (min-width: 64em) {
  .fc-section-media-cards .card-grid.card-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.fc-section-media-cards .card-grid.card-grid-3.media-cards--slider {
  display: block;
}
.fc-section-media-cards .card-grid.card-grid-3.media-cards--slider .slick-track {
  display: flex;
}
.fc-section-media-cards .card-grid.card-grid-3.media-cards--slider .slick-slide {
  display: flex;
  height: inherit !important;
}
.fc-section-media-cards .card-grid.card-grid-3.media-cards--slider .slick-slide > div {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  flex-basis: 100%;
}
.fc-section-media-cards .card-grid.card-grid-3.media-cards--slider .slick-slide > div .card-cell {
  display: flex !important;
}
.fc-section-media-cards .card-grid .card-cell {
  position: relative;
  aspect-ratio: 24/20;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1.5px solid #031892;
  padding: 1.56rem;
}
@media screen and (max-width: 1200px) {
  .fc-section-media-cards .card-grid .card-cell {
    aspect-ratio: unset;
    height: 100%;
  }
}
.fc-section-media-cards .card-grid .card-cell:hover *,
.fc-section-media-cards .card-grid .card-cell:hover .card-cell-type {
  color: #fff !important;
}
.fc-section-media-cards .card-grid .card-cell:hover .button {
  border-color: #fff;
  background: #fff;
  transition: unset;
}
.fc-section-media-cards .card-grid .card-cell:hover.blog {
  background-color: #1375D7;
  border-color: #1375D7;
}
.fc-section-media-cards .card-grid .card-cell:hover.blog .button {
  color: #1375D7 !important;
}
.fc-section-media-cards .card-grid .card-cell:hover.blog .button:after {
  color: #1375D7;
}
.fc-section-media-cards .card-grid .card-cell:hover.news {
  background-color: #45A00F;
  border-color: #45A00F;
}
.fc-section-media-cards .card-grid .card-cell:hover.news .button {
  color: #45A00F !important;
}
.fc-section-media-cards .card-grid .card-cell:hover.news .button:after {
  color: #45A00F;
}
.fc-section-media-cards .card-grid .card-cell:hover.pr {
  background-color: #F1983C;
  border-color: #F1983C;
}
.fc-section-media-cards .card-grid .card-cell:hover.pr .button {
  color: #F1983C !important;
}
.fc-section-media-cards .card-grid .card-cell:hover.pr .button:after {
  color: #F1983C;
}
.fc-section-media-cards .card-grid .card-cell .card-cell-header .card-cell-type.blog {
  color: #1375D7;
}
.fc-section-media-cards .card-grid .card-cell .card-cell-header .card-cell-type.news {
  color: #45A00F;
}
.fc-section-media-cards .card-grid .card-cell .card-cell-header .card-cell-type.pr {
  color: #F1983C;
}
.fc-section-media-cards .card-grid .card-cell .card-cell-header h3 {
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  font-family: "Community Gothic", sans-serif;
}
.fc-section-media-cards .card-grid .card-cell .media-card-cell-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.slick-nav {
  display: flex;
  justify-content: end;
}

.media-cards--slider--prev,
.media-cards--slider--next {
  border: 2px solid #031892;
  padding: 0.5rem 1.25rem;
  display: inline-block;
  transition: opacity 0.5s ease;
  cursor: pointer;
}
.media-cards--slider--prev:hover,
.media-cards--slider--next:hover {
  border: 2px solid #F1983C;
}
.media-cards--slider--prev.slick-disabled,
.media-cards--slider--next.slick-disabled {
  opacity: 0.25;
  pointer-events: none;
}

.media-cards--navigation-pages {
  padding: 0 1.2rem;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fc-section-columns.section-2-column h2 {
  font-size: 2.375rem;
  font-size: clamp(1.5rem, 10vw, 2.375rem);
  margin-bottom: 1.6rem;
}
.fc-section-columns .content-columns {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.fc-section-columns.fc-section-two-column-card .content-columns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  padding: 30px;
}

.fc-section.lines .fc-section-columns .content-columns {
  border-left: 1px solid #c3c3c3;
  padding-left: 20px;
}
.fc-section.lines .card-cell-columns {
  background-color: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

/*
 * NOT USING THIS
 */
.fc-section-logo-grid {
  margin-bottom: 70px;
}
.fc-section-logo-grid .logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.fc-section-logo-grid .logo-grid.logo-grid-1 {
  grid-template-columns: repeat(1, 1fr);
}
.fc-section-logo-grid .logo-grid.logo-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.fc-section-logo-grid .logo-grid.logo-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.fc-section-logo-grid .logo-grid.logo-grid-4 {
  grid-template-columns: repeat(1, 1fr);
}
@media print, screen and (min-width: 40em) {
  .fc-section-logo-grid .logo-grid.logo-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 68.75em) {
  .fc-section-logo-grid .logo-grid.logo-grid-4 {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 0;
  }
}
.fc-section-logo-grid .logo-grid.logo-grid-5 {
  grid-template-columns: repeat(5, 1fr);
}
.fc-section-logo-grid .logo-grid .logo-cell {
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}
.fc-section-logo-grid .logo-grid .logo-cell:hover {
  border: 1px solid #45A00F;
}
.fc-section-logo-grid .logo-grid .logo-cell img {
  max-height: 120px;
  max-width: 90%;
  height: auto;
  width: auto;
}

.section-page-header {
  position: relative;
  margin-bottom: 0;
}
.section-page-header .row {
  max-width: 1260px;
}
.section-page-header .hero-content {
  position: relative;
}
.section-page-header .flag {
  position: absolute;
  top: 4.31rem;
  left: 0;
  background: #031892;
  color: #FAFAF3;
  font-family: "Community Gothic Condensed", sans-serif;
  font-size: clamp(1.25rem, 3.5vw, 2.375rem);
  line-height: 1em;
  z-index: 1;
  padding: 0.85rem 0.85rem 0.85rem 2.44rem;
}
@media screen and (max-width: 768px) {
  .section-page-header .flag {
    top: 2.5rem;
    padding: 0.45rem 0.45rem 0.45rem 1.25rem;
  }
}
.section-page-header .flag:after {
  content: "";
  display: block;
  width: 3rem;
  position: absolute;
  background-position: right;
  top: 0;
  height: 100%;
  right: -2rem;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27261%27 height=%2770%27 viewBox=%270 0 261 70%27 fill=%27none%27%3E%3Cpath d=%27M261 35.0041L235.759 0H0V70H235.759L261 34.9959V35.0041Z%27 fill=%27%23031892%27/%3E%3C/svg%3E");
}
.section-page-header img {
  aspect-ratio: 75/31;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.fc-section-1.fc-section-light + .fc-section-light {
  padding-top: 0;
}

.section-page-header-simple {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section-page-header-simple {
    padding: 0 1.8rem;
    width: 100%;
  }
}

.fc-section-heading {
  margin-bottom: 1.5rem;
}
.fc-section-heading .button {
  float: right;
  margin: 0;
}
.fc-section-heading h2 {
  font-size: 30px;
  /*
  &:after {
    border-top: 1px solid $secondary;
    content: "";
    height: 1px;
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 80px;
  }
  */
}
@media print, screen and (min-width: 40em) {
  .fc-section-heading h2 {
    font-size: 32px;
  }
}
@media print, screen and (min-width: 64em) {
  .fc-section-heading h2 {
    font-size: 38px;
  }
}
.fc-section-heading h2.large {
  font-size: 40px;
}
@media print, screen and (min-width: 40em) {
  .fc-section-heading h2.large {
    font-size: 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .fc-section-heading h2.large {
    font-size: 56px;
  }
}
.fc-section-heading .g-section-intro {
  margin-top: 50px;
  position: relative;
  max-width: 1000px;
  width: 90%;
}

.fc-wrapper .fc-section.center .g-section-title {
  font-size: 20px;
  margin-bottom: 50px;
  position: relative;
}
.fc-wrapper .fc-section.center .g-section-title span {
  font-weight: 400;
}
@media print, screen and (min-width: 40em) {
  .fc-wrapper .fc-section.center .g-section-title {
    font-size: 26px;
  }
}
.fc-wrapper .fc-section.center .g-section-title:after {
  border-top: 1px solid #45A00F;
  content: "";
  height: 1px;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
}
.fc-wrapper .fc-section.center .g-section-intro {
  margin-left: auto;
  margin-right: auto;
}

.fc-wrapper .fc-section .fc-section-product-cards .fc-section-heading,
.fc-wrapper .fc-section.center .fc-section-product-cards .fc-section-heading {
  margin-bottom: 1.5rem;
}
.fc-wrapper .fc-section .fc-section-product-cards .fc-section-heading .g-section-title,
.fc-wrapper .fc-section.center .fc-section-product-cards .fc-section-heading .g-section-title {
  font-size: 32px;
}
.fc-wrapper .fc-section .fc-section-product-cards .fc-section-heading .g-section-title span,
.fc-wrapper .fc-section.center .fc-section-product-cards .fc-section-heading .g-section-title span {
  font-weight: 400;
}
@media print, screen and (min-width: 40em) {
  .fc-wrapper .fc-section .fc-section-product-cards .fc-section-heading .g-section-title,
  .fc-wrapper .fc-section.center .fc-section-product-cards .fc-section-heading .g-section-title {
    font-size: 42px;
  }
}

/*

.fc-section-heading {
  margin-bottom: 1.5rem;

  .button {
    float: right;
    margin: 0;
  }

  .g-section-title {
    font-size: 20px;

    span {
      font-weight: 400;
    }

    @include breakpoint(medium) {
      font-size: 26px;
    }

  }

  .g-section-intro {
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
    max-width: 1000px;
    width:90%;

    &:before {
      border-top: 1px solid $secondary;
      content: "";
      height: 1px;
      position: absolute;
      top: -25px;
      left: 0;
      width: 80px;
    }

  }

}

.fc-wrapper .fc-section.center {

  .g-section-intro {
    margin-left: auto;
    margin-right: auto;

    &:before {
      border-top: 1px solid $secondary;
      content: "";
      height: 1px;
      position: absolute;
      top: -25px;
      left: 50%;
      margin-left: -40px;
      width: 80px;
    }

  }

}

.fc-section-product-cards {

  .fc-section-heading {
    margin-bottom: 1.5rem;

    .button {
      float: right;
      margin: 0;
    }

    .g-section-title {
      font-size: 32px;

      span {
        font-weight: 400;
      }

      @include breakpoint(medium) {
        font-size: 42px;
      }

    }

    .g-section-intro {
      margin-top: 50px;
      margin-bottom: 50px;
      position: relative;
      max-width: 1000px;
      width:90%;

      &:before {
        border-top: 1px solid $secondary;
        content: "";
        height: 1px;
        position: absolute;
        top: -25px;
        left: 0;
        width: 80px;
      }

    }

  }

}

*/
@media print, screen and (min-width: 64em) {
  .fc-section-tabs .column, .fc-section-tabs .columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
.fc-section-tabs ul.tabs {
  margin: 0;
  border: none;
  background: #fff;
  list-style-type: none;
  border-radius: 4.375rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border: 0px solid transparent;
  margin-bottom: 1.75rem;
  background-color: #EEEFEE;
  padding: 1.25rem;
  display: flex;
}
.fc-section-tabs ul.tabs .tabs-title {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem;
  margin-right: 1.25rem;
}
.fc-section-tabs ul.tabs .tabs-title:last-child {
  margin-right: 0;
}
.fc-section-tabs ul.tabs .tabs-title > a {
  opacity: 0.25;
}
.fc-section-tabs ul.tabs .tabs-title > a img {
  border-radius: 100%;
}
.fc-section-tabs ul.tabs .tabs-title.is-active > a {
  opacity: 1;
}
.fc-section-tabs ul.tabs .tabs-title.is-active > a img {
  background-color: #FAFAF3;
}
.fc-section-tabs ul.tabs .tabs-title > a {
  display: block;
  padding: 0;
}
.fc-section-tabs ul.tabs .tabs-title:last-child > a {
  border-right: none;
}
.fc-section-tabs ul.tabs .tabs-title > a:focus, .fc-section-tabs ul.tabs .tabs-title > a[aria-selected=true] {
  background: transparent;
  color: #45A00F;
  font-weight: 800;
}
.fc-section-tabs ul.tabs .tabs-title > a:hover {
  background: transparent;
  color: #45A00F;
}
.fc-section-tabs .tabs-panel {
  padding: 0;
}
.fc-section-tabs .tabs-panel h3.tab-panel-title {
  font-size: 1.5rem;
  line-height: 1.16;
  margin-bottom: 2rem;
}
.fc-section-tabs .tabs-panel h3.tab-panel-title:empty {
  display: none;
}
.fc-section-tabs .tabs-content {
  border: none;
  border-top: 0;
  padding-top: 2rem;
  transition: all 0.5s ease;
}

.fc-section-resource-button {
  border-top: 1.5px solid #031892;
  border-bottom: 1.5px solid #031892;
}
.fc-section-resource-button + .fc-section-resource-button {
  border-top: 0px solid transparent;
}
.fc-section-resource-button .resource-link a.resource-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.125rem 0;
  color: #031892;
}
@media screen and (max-width: 1024px) {
  .fc-section-resource-button .resource-link a.resource-button {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1.5rem;
  }
}
.fc-section-resource-button .resource-link a.resource-button svg {
  margin-right: 1rem;
}
.fc-section-resource-button .resource-link a.resource-button--blue .button-text {
  color: #1375D7;
}
.fc-section-resource-button .resource-link a.resource-button--green .button-text {
  color: #45A00F;
}
.fc-section-resource-button .resource-link a.resource-button--yellow .button-text {
  color: #F1983C;
}
.fc-section-resource-button .resource-link a.resource-button--indigo .button-text {
  color: #031892;
}

.download-buttons {
  margin-bottom: 1rem;
}

.fc-section-timeline {
  /* Responsive Design */
}
.fc-section-timeline .timeline {
  position: relative;
  margin: 0 auto;
  padding: 80px 0 40px;
  width: 100%;
}
.fc-section-timeline .timeline:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background-color: #45A00F;
  transform: translateX(-50%);
}
.fc-section-timeline .timeline-item {
  padding: 0 30px 20px;
  position: relative;
  width: 50%;
  margin-top: -70px;
}
.fc-section-timeline .timeline-item.left {
  left: 0;
}
.fc-section-timeline .timeline-item.right {
  left: 50%;
}
.fc-section-timeline .timeline-item .content {
  background-color: white;
  padding: 20px;
  border: 1px solid #45A00F;
  border-radius: 5px;
  position: relative;
  width: 100%;
  display: flex;
  gap: 20px;
}
.fc-section-timeline .timeline-item.left .content:after {
  content: "";
  position: absolute;
  top: 20px;
  right: -12px;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent transparent white;
}
.fc-section-timeline .timeline-item.right .content:after {
  content: "";
  position: absolute;
  top: 20px;
  left: -12px;
  border-width: 12px;
  border-style: solid;
  border-color: transparent white transparent transparent;
}
.fc-section-timeline .date {
  font-size: 18px;
  font-weight: bold;
  color: #45A00F;
}
.fc-section-timeline .then, .fc-section-timeline .now {
  font-size: 16px;
  margin: 10px 0;
}
.fc-section-timeline .now {
  color: #45A00F;
  font-style: italic;
}
.fc-section-timeline .image {
  float: left;
  flex-grow: 0; /* do not grow   - initial value: 0 */
  flex-shrink: 0; /* do not shrink - initial value: 1 */
  flex-basis: 80px;
}
.fc-section-timeline .timeline-item.right .image {
  float: right;
}
.fc-section-timeline .timeline-item .connector {
  position: absolute;
  top: 20px;
  width: 30px;
  height: 2px;
  background-color: #45A00F;
}
.fc-section-timeline .timeline-item.left .connector {
  right: 0; /* Connect to the middle line */
}
.fc-section-timeline .timeline-item.right .connector {
  left: 0; /* Connect to the middle line */
}
.fc-section-timeline .timeline-item .timeline-icon {
  position: absolute;
  top: 20px;
  left: 0;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 50%;
  border: 2px solid #ccc;
  z-index: 1;
}
.fc-section-timeline .timeline-item.left .timeline-icon {
  right: -30px;
  left: auto;
}
@media screen and (max-width: 768px) {
  .fc-section-timeline .timeline-item {
    width: 100%;
  }
  .fc-section-timeline .timeline-item.right {
    left: 0;
  }
  .fc-section-timeline .timeline:before {
    left: 0;
  }
}

.section-tabbed-hero h1 {
  font-family: "Community Gothic Condensed", sans-serif;
  font-size: 3.625rem;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 3.87rem;
}
@media screen and (min-width: 550px) {
  .section-tabbed-hero h1 {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 768px) {
  .section-tabbed-hero h1 {
    font-size: 5.625rem;
  }
}
.section-tabbed-hero h1 .green {
  color: #45A00F;
}
.section-tabbed-hero ul.tabs {
  display: flex;
  justify-content: stretch;
  border: 0px solid transparent;
  margin-bottom: 1rem;
}
.section-tabbed-hero ul.tabs .tabs-title {
  flex-grow: 1;
  border: 0px solid transparent;
}
.section-tabbed-hero ul.tabs .tabs-title > a {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  padding-left: 0;
  border-top: 1px solid rgba(3, 24, 146, 0.34);
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 768px) {
  .section-tabbed-hero ul.tabs .tabs-title > a {
    padding-left: 1.25rem;
  }
}
.section-tabbed-hero ul.tabs .tabs-title > a:focus, .section-tabbed-hero ul.tabs .tabs-title > a[aria-selected=true] {
  background: transparent;
  border-top: 2px solid #031892;
  border-bottom: 0px solid transparent;
  font-weight: 700;
}
.section-tabbed-hero .tabs-panel {
  padding: 0;
  width: 100%;
}
.section-tabbed-hero .tabs-panel .flex {
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-tabbed-hero .tabs-panel .flex {
    flex-direction: column;
  }
}
.section-tabbed-hero .tabs-panel .flag {
  position: absolute;
  top: 4.31rem;
  left: 0;
  background: #031892;
  color: #FAFAF3;
  font-family: "Community Gothic Condensed", sans-serif;
  font-size: 2.375rem;
  line-height: 1em;
  z-index: 1;
  padding: 0.85rem 0.85rem 0.85rem 2.44rem;
}
.section-tabbed-hero .tabs-panel .flag:after {
  content: "";
  display: block;
  width: 3rem;
  position: absolute;
  background-position: right;
  top: 0;
  height: 100%;
  right: -2rem;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27261%27 height=%2770%27 viewBox=%270 0 261 70%27 fill=%27none%27%3E%3Cpath d=%27M261 35.0041L235.759 0H0V70H235.759L261 34.9959V35.0041Z%27 fill=%27%23031892%27/%3E%3C/svg%3E");
}
.section-tabbed-hero .tabs-panel img {
  aspect-ratio: 7/3.5;
  -o-object-fit: cover;
     object-fit: cover;
  width: 75%;
}
@media screen and (max-width: 1024px) {
  .section-tabbed-hero .tabs-panel img {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  .section-tabbed-hero .tabs-panel img {
    width: 100%;
  }
}
.section-tabbed-hero .tabs-panel .content {
  background-color: #031892;
  color: #fff;
  flex-basis: 25%;
  padding: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.66em;
}
@media screen and (max-width: 1024px) {
  .section-tabbed-hero .tabs-panel .content {
    flex-basis: 35%;
  }
}
@media screen and (max-width: 768px) {
  .section-tabbed-hero .tabs-panel .content {
    flex-basis: 100%;
  }
}
.section-tabbed-hero .tabs-panel .content h1 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 18px;
}
.section-tabbed-hero .tabs-panel .content ul li {
  font-size: 1.125rem;
  line-height: 1.66em;
}
.section-tabbed-hero .tabs-panel .content a > svg {
  margin-top: 2.5rem;
}
.section-tabbed-hero .tabs-panel .content a:hover svg rect {
  stroke: #F1983C;
}

.magellan-sections .row.magellan .columns > hr {
  padding-bottom: 2.75rem;
  color: #031892;
  border-bottom: 1px solid #031892;
}
.magellan-sections .row.magellan .columns:last-child > hr {
  border-bottom: none;
}
@media screen and (min-width: 640px) {
  .magellan-sections .row.magellan .section-content {
    padding-left: 3.75rem;
  }
}
@media screen and (max-width: 640px) {
  .magellan-sections .section-navigation {
    display: none;
  }
}
.magellan-sections ul#magellan-navigation {
  border-left: 1px solid rgba(3, 24, 146, 0.34);
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}
.magellan-sections ul#magellan-navigation li {
  list-style: none;
}
.magellan-sections ul#magellan-navigation li a {
  font-size: 1.0625rem;
  color: #031892;
  line-height: 1.176em;
  padding-left: 2.44rem;
  border-left: 2px solid transparent;
  transform: translateX(-2px);
  display: inline-block;
}
.magellan-sections ul#magellan-navigation li a.active, .magellan-sections ul#magellan-navigation li a:hover {
  border-left: 1px solid #031892;
}
.magellan-sections ul#magellan-site-navigation {
  display: flex;
  flex-direction: column;
  margin: 0;
  margin-top: 2.5rem;
  padding: 0;
}
.magellan-sections ul#magellan-site-navigation li {
  list-style: none;
  border-bottom: 1px solid #031892;
  width: 100%;
}
.magellan-sections ul#magellan-site-navigation li:last-child {
  border-bottom: none;
}
.magellan-sections ul#magellan-site-navigation li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.19rem;
  font-size: 1.0625rem;
  color: #031892;
  line-height: 1.176em;
  padding: 1.25rem 0;
}
.magellan-sections div#section-content .first-section--accordion hr {
  display: none;
}
.magellan-sections div#section-content .row > .columns:not(:first-child) {
  padding-top: 3.75rem;
}
.magellan-sections div#section-content .row > .columns.display-accordion {
  padding-top: 0;
}
.magellan-sections div#section-content .row > .columns.display-accordion .accordion-topic.current h3 {
  color: #45A00F;
}

div.team-member-info-card {
  display: flex;
  flex-wrap: wrap;
}
div.team-member-info-card img {
  margin-right: 2.5rem;
}
div.team-member-info-card h4, div.team-member-info-card p {
  font-family: "Community Gothic", sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  margin-bottom: 0.25rem;
}
div.team-member-info-card .team-member-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
div.team-member-info-card .team-member-info p {
  margin-bottom: 0;
  line-height: 1.85;
}
div.team-member-info-card hr {
  margin: 1.75rem auto;
  flex-basis: 100%;
}
div.team-member-info-card:last-child {
  padding-bottom: 3.5rem;
}
div.team-member-info-card:last-child hr {
  display: none;
}

.fc-section-numbered-list .row {
  gap: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .fc-section-numbered-list .row {
    flex-direction: column;
    row-gap: 0;
  }
  .fc-section-numbered-list .row .large-6:not(:first-child), .fc-section-numbered-list .row .large-4:not(:first-child) {
    margin-top: -1px;
  }
}
.fc-section-numbered-list .list-item {
  padding: 1.25rem 0;
  border-top: 1px solid #031892;
  border-bottom: 1px solid #031892;
}
.fc-section-numbered-list .list-item + .list-item {
  border-top: unset;
}
.fc-section-numbered-list .list-item .number {
  color: #1375D7;
  min-width: 2.5rem;
  display: inline-block;
}

.section-background-image-cta * {
  color: #FAFAF3;
}
.section-background-image-cta .cta-container {
  padding: 3.75rem;
}

.fc-wrapper .fc-section {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 40em) {
  .fc-wrapper .fc-section {
    padding: 3.15rem 0;
  }
}
.fc-wrapper .fc-section.padding-small {
  padding: 0 0 0.5rem;
}
.fc-wrapper .fc-section.padding-large {
  padding: 0 0 5rem;
}
.fc-wrapper .fc-section h2 {
  margin-bottom: 0;
}
.fc-wrapper .fc-section h2 + p {
  margin-top: 1.56rem;
}
.fc-wrapper .fc-section h3 {
  margin-bottom: 1rem;
}
.fc-wrapper .fc-section.fc-section-image {
  background: radial-gradient(circle, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  position: relative;
}
.fc-wrapper .fc-section.fc-section-image img.fc-section-background-image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.fc-wrapper .fc-section.fc-section-image h1, .fc-wrapper .fc-section.fc-section-image h2, .fc-wrapper .fc-section.fc-section-image h3, .fc-wrapper .fc-section.fc-section-image h4, .fc-wrapper .fc-section.fc-section-image h5, .fc-wrapper .fc-section.fc-section-image h6, .fc-wrapper .fc-section.fc-section-image p, .fc-wrapper .fc-section.fc-section-image li, .fc-wrapper .fc-section.fc-section-image a, .fc-wrapper .fc-section.fc-section-image .g-section-subtitle {
  color: #fff;
}
.fc-wrapper .fc-section.center {
  text-align: center;
}
.fc-wrapper .fc-section.fc-section-dark {
  background-color: #031892;
}
.fc-wrapper .fc-section.fc-section-dark h1, .fc-wrapper .fc-section.fc-section-dark h2, .fc-wrapper .fc-section.fc-section-dark h3, .fc-wrapper .fc-section.fc-section-dark h4, .fc-wrapper .fc-section.fc-section-dark h5, .fc-wrapper .fc-section.fc-section-dark h6, .fc-wrapper .fc-section.fc-section-dark p, .fc-wrapper .fc-section.fc-section-dark a, .fc-wrapper .fc-section.fc-section-dark li, .fc-wrapper .fc-section.fc-section-dark blockquote, .fc-wrapper .fc-section.fc-section-dark .g-style-section-title, .fc-wrapper .fc-section.fc-section-dark .g-style-section-heading {
  color: #fff;
}
.fc-wrapper .fc-section.fc-section-dark a.button.grey {
  color: #45A00F;
}
.fc-wrapper .fc-section.fc-section-grey {
  background-color: #EEEDED;
}
.fc-wrapper .fc-section.top-border {
  border-top: 1px solid #FAFAF3;
  width: 100%;
}
.fc-wrapper.fc-wrapper-tabs .fc-section {
  padding: 20px 0 20px;
}

.fc-section-cta {
  padding: 20px 0;
}
.fc-section-cta:after {
  content: "";
  position: absolute;
  left: 10%;
  top: 0;
  height: 150%;
  width: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.fc-section-cta .flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media print, screen and (min-width: 40em) {
  .fc-section-cta .flex {
    flex-direction: row;
    gap: 50px;
  }
}
.fc-section-cta .flex h6 {
  font-size: 22px;
  margin-bottom: 0;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .fc-section-cta .flex h6 {
    flex-direction: row;
    text-align: left;
  }
}
.fc-section-cta .flex .button {
  margin: 0;
}

.fc-section-dark + .fc-section-dark {
  padding-top: 0;
}

.fc-section-light + .fc-section-dark {
  padding-top: 8rem;
  margin-top: 3rem;
}

.fc-section-dark + .fc-section-light {
  padding-top: 7.5rem;
}

.fc-section-light + .fc-section-light {
  padding-top: 0;
}

.row.columns > *:empty {
  display: none;
  padding: 0;
  margin: 0;
}

/* SAVE
.fc-wrapper:not( #fc-wrapper-home ){
  & #fc-section-1{
    padding-top: 1rem !important;

    @include breakpoint(medium) {
      padding-top: 3.75rem !important;
    }

    @include breakpoint(large) {
      padding-top: 4.75rem !important;
    }

  }
}
*/
.fc-wrapper:not(#fc-wrapper-home) #fc-section-1 {
  padding-top: 1.5rem !important;
}
@media print, screen and (min-width: 40em) {
  .fc-wrapper:not(#fc-wrapper-home) #fc-section-1 {
    padding-top: 2.75rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .fc-wrapper:not(#fc-wrapper-home) #fc-section-1 {
    padding-top: 4rem !important;
  }
}

.page-template-template-clb-properties .fc-wrapper:not(#fc-wrapper-home) #fc-section-1 {
  padding-top: 0rem !important;
}
@media print, screen and (min-width: 40em) {
  .page-template-template-clb-properties .fc-wrapper:not(#fc-wrapper-home) #fc-section-1 {
    padding-top: 0rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .page-template-template-clb-properties .fc-wrapper:not(#fc-wrapper-home) #fc-section-1 {
    padding-top: 0rem !important;
  }
}

.home-page .home-hero .home-hero-slides {
  width: 100%;
}
.home-page .home-hero .home-hero-slides .home-hero-slide {
  position: relative;
  width: 100%;
}
.home-page .home-hero .home-hero-slides .home-hero-slide:after {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) -5%, rgba(0, 0, 0, 0.7) 70%);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.home-page .home-hero .home-hero-slides .home-hero-slide .hero-slide-background {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 300px;
  width: 100%;
  z-index: 0;
}
@media print, screen and (min-width: 40em) {
  .home-page .home-hero .home-hero-slides .home-hero-slide .hero-slide-background {
    height: 600px;
  }
}
.home-page .home-hero .home-hero-slides .home-hero-slide .row {
  position: relative;
  z-index: 1;
}
.home-page .home-hero .home-hero-slides .home-hero-slide .row .columns .hero-slide-content {
  display: flex;
  height: 300px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .home-page .home-hero .home-hero-slides .home-hero-slide .row .columns .hero-slide-content {
    height: 600px;
  }
}
.home-page .home-hero .home-hero-slides .home-hero-slide .row .columns .hero-slide-content p {
  margin-bottom: 0;
}
.home-page .home-hero .home-hero-slides .home-hero-slide .row .columns .hero-slide-content .g-section-subtitle {
  color: #fff;
  margin-bottom: 0;
}
.home-page .home-hero .home-hero-slides .home-hero-slide .row .columns .hero-slide-content ul {
  list-style: none;
  margin: 10px 0 40px;
  padding: 0;
}
.home-page .home-hero .home-hero-slides .home-hero-slide .row .columns .hero-slide-content ul li {
  color: #fff;
  font-weight: 300;
  font-size: 40px;
  height: 45px;
  line-height: 45px;
}
@media print, screen and (min-width: 40em) {
  .home-page .home-hero .home-hero-slides .home-hero-slide .row .columns .hero-slide-content ul li {
    font-size: 60px;
    height: 65px;
    line-height: 65px;
  }
}
@media screen and (min-width: 68.75em) {
  .home-page .home-hero .home-hero-slides .home-hero-slide .row .columns .hero-slide-content ul li {
    font-size: 80px;
    height: 85px;
    line-height: 85px;
  }
}

/*# sourceMappingURL=main.min.css.map*/