/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 0.0625rem dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 0.0625rem solid #c0c0c0;
  margin: 0 0.125rem;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/********************
** Breakpoints
********************/
/********************
** Media Queries
********************/
/********************
** Fonts
********************/
/********************
** Colors
********************/
/********************
** Paths
********************/
/********************
** Transition Timing Functions
********************/
/********************
** spacing
********************/
/********************
** Buttons - Mixins to avoid @extend related-issues
********************/
/********************
** Fonts
********************/
@font-face {
  font-family: "sailec";
  src: url("../../fonts/Sailec/Sailec-Bold.eot");
  src: url("../../fonts/Sailec/Sailec-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Sailec/Sailec-Bold.woff2") format("woff2"), url("../../fonts/Sailec/Sailec-Bold.woff") format("woff"), url("../../fonts/Sailec/Sailec-Bold.otf") format("opentype"), url("../../fonts/Sailec/Sailec-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sailec";
  src: url("../../fonts/Sailec/Sailec-BoldItalic.eot");
  src: url("../../fonts/Sailec/Sailec-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Sailec/Sailec-BoldItalic.woff2") format("woff2"), url("../../fonts/Sailec/Sailec-BoldItalic.woff") format("woff"), url("../../fonts/Sailec/Sailec-BoldItalic.otf") format("opentype"), url("../../fonts/Sailec/Sailec-BoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "sailec";
  src: url("../../fonts/Sailec/Sailec-Bold.eot");
  src: url("../../fonts/Sailec/Sailec-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Sailec/Sailec-Bold.woff2") format("woff2"), url("../../fonts/Sailec/Sailec-Bold.woff") format("woff"), url("../../fonts/Sailec/Sailec-Bold.otf") format("opentype"), url("../../fonts/Sailec/Sailec-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "sailec";
  src: url("../../fonts/Sailec/Sailec-BoldItalic.eot");
  src: url("../../fonts/Sailec/Sailec-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/Sailec/Sailec-BoldItalic.woff2") format("woff2"), url("../../fonts/Sailec/Sailec-BoldItalic.woff") format("woff"), url("../../fonts/Sailec/Sailec-BoldItalic.otf") format("opentype"), url("../../fonts/Sailec/Sailec-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "icons";
  src: url("../../fonts/icons/icons.eot");
  src: url("../../fonts/icons/icons.eot?#iefix") format("embedded-opentype"), url("../../fonts/icons/icons.woff") format("woff"), url("../../fonts/icons/icons.ttf") format("truetype"), url("../../fonts/icons/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "icons";
  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: "icons";
  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-instagram:before {
  content: "a";
}

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

.icon-twitter:before {
  content: "c";
}

.icon-youtube:before {
  content: "d";
}

.icon-pinterest:before {
  content: "e";
}

.icon-flickr:before {
  content: "f";
}

.icon-envelope:before {
  content: "g";
}

.icon-star:before {
  content: "h";
}

.icon-google-plus:before {
  content: "j";
}

.icon-yelp:before {
  content: "k";
}

.icon-angle-right:before {
  content: "i";
}

.icon-angle-left:before {
  content: "l";
}

.icon-search:before {
  content: "n";
}

.icon-calendar:before {
  content: "o";
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInUpHalf {
  0% {
    opacity: 0;
    transform: translate3d(0, 6.25rem, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeOutUpHalf {
  0% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -6.25rem, 0);
  }
}
@keyframes fadeinFromLeft {
  0% {
    opacity: 0;
    transform: translate(-6.25rem, 0%);
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0%);
  }
}
@keyframes fadeinFromRight {
  0% {
    opacity: 0;
    transform: translate(6.25rem, 0%);
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0%);
  }
}
@keyframes fadeOutToSide {
  0% {
    opacity: 1;
    transform: translate(0%, -50%);
  }
  100% {
    opacity: 0;
    transform: translate(100%, -50%);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDownHalf {
  0% {
    opacity: 0;
    transform: translate3d(0, -3.125rem, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes menuDropdown {
  0% {
    opacity: 0;
    transform: translate3d(0, -0.9375rem, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes menuArrow {
  0% {
    opacity: 0;
    transform: translate3d(0, 0.9375rem, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInDownCenter {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scaleAndFadeIn {
  0% {
    opacity: 0;
    transform: scale3D(0, 0, 0);
  }
  100% {
    opacity: 1;
    transform: scale3D(1, 1, 1);
  }
}
@keyframes fadeInLine {
  0% {
    opacity: 0;
    height: 0;
    top: 50%;
  }
  100% {
    opacity: 1;
    height: 100%;
    top: 0;
  }
}
@keyframes scale {
  from {
    transform: translate3d(0, 0, 0) scale3D(0, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0) scale3D(1, 1, 1);
  }
}
@keyframes scaleReverse {
  from {
    transform: translate3d(0, 0, 0) scale3D(2, 2, 2);
  }
  to {
    transform: translate3d(0, 0, 0) scale3D(1, 1, 1);
  }
}
@keyframes bounce {
  0% {
    transform: translate3d(0%, -50%, 0);
  }
  50% {
    transform: translate3d(-50%, -50%, 0);
  }
  100% {
    transform: translate3d(0%, -50%, 0);
  }
}
@keyframes scaleOutX {
  0% {
    transform: scale3D(1, 1, 1);
  }
  100% {
    transform: scale3D(0, 1, 1);
  }
}
@keyframes scaleOutY {
  0% {
    transform: scale3D(1, 1, 1);
  }
  100% {
    transform: scale3D(1, 0, 1);
  }
}
@keyframes scaleInX {
  0% {
    transform: scale3D(0, 1, 1);
  }
  100% {
    transform: scale3D(1, 1, 1);
  }
}
@keyframes scaleInY {
  0% {
    transform: scale3D(1, 0, 1);
  }
  100% {
    transform: scale3D(1, 1, 1);
  }
}
@keyframes eventBar {
  0% {
    height: 100%;
    width: 0.5rem;
    top: auto;
    bottom: 0;
  }
  50% {
    height: 0%;
    top: auto;
    bottom: 0;
  }
  51% {
    height: 0%;
    top: 0;
    bottom: auto;
  }
  100% {
    top: 0;
    height: 100%;
    width: 0.5rem;
  }
}
@keyframes eventCondensedBar {
  0% {
    width: 100%;
    height: 0.5rem;
    left: auto;
    right: 0;
  }
  50% {
    width: 0%;
    left: auto;
    right: 0;
  }
  51% {
    width: 0%;
    left: 0;
    right: auto;
  }
  100% {
    left: 0;
    width: 100%;
    height: 0.5rem;
  }
}
:root {
  --header-height: 3.6875rem;
  --utility-navbar-height: 0px;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
*, *:after, *:before {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*[tabindex="-1"], *[tabindex="-1"]:focus-visible {
  outline: none;
}
*:focus:not(:focus-visible) {
  outline: none;
}

html {
  height: 100%;
  font-size: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

html,
body {
  max-width: 100vw;
  width: 100%;
  min-height: 100%;
  min-width: 20rem;
}

body {
  color: #1a1a1a;
  line-height: 1.8em;
  font-size: 1rem;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.mobile.menu--open > .element-invisible-focusable,
body.mobile.menu--open > .element-invisible-focusable *,
body.mobile.menu--open #page > :not(#header),
body.mobile.menu--open #page > :not(#header) *,
body.mobile.menu--open main,
body.mobile.menu--open main *,
body.mobile.menu--open #footer,
body.mobile.menu--open #footer * {
  visibility: hidden;
}
body.mobile.menu--open #toolbar-administration .toolbar-bar {
  cursor: not-allowed;
}
body.mobile.menu--open #toolbar-administration .toolbar-bar .toolbar-tab {
  opacity: 0.5;
  pointer-events: none;
}

/********************
** toolbar
********************/
html.toolbar-loading:not(.toolbar-fixed) #toolbar-administration .toolbar-bar {
  position: relative;
}
body:not(.toolbar-fixed) #toolbar-administration .toolbar-tray-vertical.is-active {
  position: absolute;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - var(--drupal-displace-offset-top, 0px));
}
body:not(.toolbar-fixed) #toolbar-administration .toolbar-tray-vertical.is-active .toolbar-lining:before {
  content: none !important;
}
#toolbar-administration .toolbar-tab {
  position: static;
}

/********************
** Admin Tabs
********************/
#block-mann-theme-local-tasks ul.tabs.primary {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 1.25rem auto 0.9375rem;
  width: 88%;
  width: calc(100% - 1.5625rem * 2);
  height: auto;
  margin: 20px auto 15px;
  max-width: 69.375rem;
}
#block-mann-theme-local-tasks ul.tabs.primary li {
  display: inline-block;
  margin: 0 0.3125rem 0.3125rem 0;
}
#block-mann-theme-local-tasks ul.tabs.primary li a {
  display: block;
  font-family: "sailec";
  font-weight: 700;
  font-size: 1rem;
  border-width: 0.125rem;
  border-style: solid;
  padding: 0.9375rem 1.875rem;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: color 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
  background: #FFFFFF;
  border-color: #000;
  color: #000;
}
#block-mann-theme-local-tasks ul.tabs.primary li a:before, #block-mann-theme-local-tasks ul.tabs.primary li a:after {
  background-color: #000;
}
#block-mann-theme-local-tasks ul.tabs.primary li a:before, #block-mann-theme-local-tasks ul.tabs.primary li a:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% + 0.125rem);
  height: calc(100% + 0.125rem);
  top: -0.0625rem;
  left: -0.0625rem;
}
#block-mann-theme-local-tasks ul.tabs.primary li a.btn--border--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#block-mann-theme-local-tasks ul.tabs.primary li a.btn--border--icon span {
  padding-right: 0.3125rem;
  display: inline-flex;
}
#block-mann-theme-local-tasks ul.tabs.primary li a.btn--border--icon svg {
  width: 1rem;
}
#block-mann-theme-local-tasks ul.tabs.primary li a.btn--border--icon svg path, #block-mann-theme-local-tasks ul.tabs.primary li a.btn--border--icon svg polygon, #block-mann-theme-local-tasks ul.tabs.primary li a.btn--border--icon svg circle, #block-mann-theme-local-tasks ul.tabs.primary li a.btn--border--icon svg rect {
  transition: fill 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
#block-mann-theme-local-tasks ul.tabs.primary li a.btn--border--icon:hover svg path, #block-mann-theme-local-tasks ul.tabs.primary li a.btn--border--icon:hover svg polygon, #block-mann-theme-local-tasks ul.tabs.primary li a.btn--border--icon:hover svg circle, #block-mann-theme-local-tasks ul.tabs.primary li a.btn--border--icon:hover svg rect {
  fill: #FFFFFF;
}
#block-mann-theme-local-tasks ul.tabs.primary li a:before {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
#block-mann-theme-local-tasks ul.tabs.primary li a:after {
  opacity: 1;
  transform: translate3d(100%, 0, 0);
  transition: transform 650ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
}

#page {
  position: relative;
  overflow: visible;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  zoom: 1;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
}
#page > *:not(main) {
  flex: none;
}
#page.bg--tan {
  background-color: #F9F6F2;
}
#page main {
  flex-grow: 1;
}
body.path-media #page {
  text-align: center;
}

body,
.dialog-off-canvas-main-canvas {
  display: flex;
  flex-direction: column;
}

.dialog-off-canvas-main-canvas {
  overflow-x: hidden;
}
.dialog-off-canvas-main-canvas > * {
  flex: none;
  z-index: 0;
}
.dialog-off-canvas-main-canvas,
.dialog-off-canvas-main-canvas > #page {
  flex: 1 1;
}
.dialog-off-canvas-main-canvas > #page {
  z-index: 1;
}
.dialog-off-canvas-main-canvas > #footer {
  margin: auto 0 0;
}

/********************
** Global fluid container
********************/
#header .l-container--xlg,
#utility-navbar .l-container--xlg,
.alert .l-container--xlg {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

section#highlighted:not(:has([data-drupal-messages-fallback]:only-child)) {
  padding: 0.625rem 0;
}
section#highlighted:not(:has([data-drupal-messages-fallback]:only-child)) + main ul.tabs.primary {
  margin-top: 0;
}

.block-page-title-block {
  display: none;
  padding: 1.875rem 0;
  width: 88%;
  width: calc(100% - 1.5625rem * 2);
  height: auto;
  margin: 0 auto;
  max-width: 69.375rem;
}
.block-page-title-block.node-detail.node--page {
  display: block;
}
.block-page-title-block.node-detail.node--page ~ #block-mann-theme-content > .block-content > article > [class*=row-inside--]:first-child,
.block-page-title-block.node-detail.node--page ~ #block-mann-theme-content > .block-content > article > .contextual:first-child + [class*=row-inside--] {
  padding-top: 0;
}
.block-page-title-block.node-detail.node--page ~ #block-mann-theme-content > .block-content > article > [class*=row-inside--]:first-child .field--type-text-long > *:first-child, .block-page-title-block.node-detail.node--page ~ #block-mann-theme-content > .block-content > article > [class*=row-inside--]:first-child .field--type-text-long > *.co-shape-bg--wrapper:first-child + *,
.block-page-title-block.node-detail.node--page ~ #block-mann-theme-content > .block-content > article > .contextual:first-child + [class*=row-inside--] .field--type-text-long > *:first-child,
.block-page-title-block.node-detail.node--page ~ #block-mann-theme-content > .block-content > article > .contextual:first-child + [class*=row-inside--] .field--type-text-long > *.co-shape-bg--wrapper:first-child + * {
  margin-top: 0;
}
.block-page-title-block.node-detail.node--page ~ #block-mann-theme-content > .block-content > article > [class*=row-inside--]:first-child .field--type-text-long > *.co-shape-bg--wrapper:first-child,
.block-page-title-block.node-detail.node--page ~ #block-mann-theme-content > .block-content > article > .contextual:first-child + [class*=row-inside--] .field--type-text-long > *.co-shape-bg--wrapper:first-child {
  margin-bottom: 0;
}
#block-mann-theme-local-tasks ~ .block-page-title-block.node-detail.node--page {
  padding-top: 1.25rem;
}

#block-mann-theme-content > .block-content > article > .paragraph:last-child:has(> [class*=bg--]:only-child) {
  padding-bottom: 0;
}
#block-mann-theme-content > .block-content > article > .paragraph:last-child:not(.paragraph--type--view-reference):has(.co-bg) {
  overflow-y: clip;
}

/********************
** Reponsive Container
********************/
#content {
  position: relative;
}

.l-container--sm {
  width: 88%;
  width: calc(100% - 1.5625rem * 2);
  height: auto;
  margin: 0 auto;
  max-width: 50rem;
}

.l-container--md {
  width: 88%;
  width: calc(100% - 1.5625rem * 2);
  height: auto;
  margin: 0 auto;
  max-width: 62.5rem;
}

.l-container--lg {
  width: 88%;
  width: calc(100% - 1.5625rem * 2);
  height: auto;
  margin: 0 auto;
  max-width: 69.375rem;
}

.l-container--lg-ish {
  width: 88%;
  width: calc(100% - 1.5625rem * 2);
  height: auto;
  margin: 0 auto;
  max-width: calc(69.375rem + 11.875rem);
}

.l-container--xlg {
  width: 88%;
  width: calc(100% - 1.5625rem * 2);
  height: auto;
  margin: 0 auto;
  max-width: 87.5rem;
}

.l-container--relative {
  position: relative;
}

.l-container--absolute {
  position: absolute;
}

.l-container--inline {
  display: inline;
}

.l-container--inline-block {
  display: inline-block;
}

.l-container--block {
  display: block;
}

.l-container--overflow-x-scroll {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.l-container--overflow-x-scroll::-webkit-scrollbar {
  display: none;
}

.l-container--overflow-y-scroll {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.l-container--overflow-y-scroll::-webkit-scrollbar {
  display: none;
}

/********************
** Row Margins/paddings
********************/
.row-inside--xs {
  padding: 0.625rem 0;
}

.row-inside--sm {
  padding: 0.9375rem 0;
}

.row-inside--md {
  padding: 1.875rem 0;
}

.row-inside--lg {
  padding: 2.5rem 0;
}

.row-inside--xlg {
  padding: 3.75rem 0;
}

.row-outside--xs {
  margin: 1.5625rem auto;
}

.row-outside--sm {
  margin: 2.5rem auto;
}

.row-outside--md {
  margin: 3.75rem auto;
}

.row-outside--lg {
  margin: 5.3125rem auto;
}

.row-outside--top-xs {
  margin: 1.875rem auto 0 !important;
}

.row-outside--top-sm {
  margin: 2.5rem auto 0 !important;
}

/********************
** CSS Grid
********************/

/********************
** Grid Gaps
********************/
.gap--sm {
  padding-right: 1.875rem;
}

/********************
** Grid
********************/
ul.normal-grid {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.normal-grid li {
  list-style: none;
}
ul.normal-grid li:not(:last-child) {
  margin-bottom: 0.3125rem;
}

/********************
** Flex Grid
********************/
ul.flex-grid {
  list-style: none;
  margin: 0;
  padding: 0;
}

.flex-grid,
.flex-grid--small {
  display: block;
}
.flex-grid.gutter--sm .col-item,
.flex-grid--small.gutter--sm .col-item {
  margin-bottom: 0.25rem;
}
.flex-grid.gutter--md,
.flex-grid--small.gutter--md {
  margin-left: -0.9375rem;
}
.flex-grid.gutter--md .col-item,
.flex-grid--small.gutter--md .col-item {
  margin: 0.9375rem;
}
.flex-grid.cols--1, .flex-grid.cols--2, .flex-grid.cols--3, .flex-grid.cols--4,
.flex-grid--small.cols--1,
.flex-grid--small.cols--2,
.flex-grid--small.cols--3,
.flex-grid--small.cols--4 {
  margin: -0.625rem;
}
.flex-grid.cols--1 .col-item, .flex-grid.cols--2 .col-item, .flex-grid.cols--3 .col-item, .flex-grid.cols--4 .col-item,
.flex-grid--small.cols--1 .col-item,
.flex-grid--small.cols--2 .col-item,
.flex-grid--small.cols--3 .col-item,
.flex-grid--small.cols--4 .col-item {
  padding: 0.625rem;
}
.flex-grid.cols--5,
.flex-grid--small.cols--5 {
  margin: -0.5rem;
}
.flex-grid.cols--5 .col-item,
.flex-grid--small.cols--5 .col-item {
  padding: 0.5rem;
}

.flex-grid--always {
  display: flex;
  flex-flow: row wrap;
  flex-wrap: wrap;
}

.flex-grid--vertical {
  display: block;
}

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

.col-flex--2 {
  flex: 2 1;
}

.col-flex--3 {
  flex: 3 1;
}

.col-flex--4 {
  flex: 4 1;
}

.col-flex--5 {
  flex: 5 1;
}

.col-flex--6 {
  flex: 6 1;
}

.col-flex--7 {
  flex: 7 1;
}

.col-flex--8 {
  flex: 8 1;
}

.col-flex--9 {
  flex: 9 1;
}

.col-flex--10 {
  flex: 10 1;
}

.col-flex--11 {
  flex: 11 1;
}

.col-flex--12 {
  flex: 12 1;
}

.col-flex--13 {
  flex: 13 1;
}

.col-flex--14 {
  flex: 14 1;
}

.col-flex--2-half {
  flex: 2.5 1;
}

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

.flex-align--vertical-center {
  align-items: center;
}

.flex-align-self--vertical-center {
  align-self: center;
}

.flex-align--baseline {
  align-items: baseline;
}

.flex-align--flex-start {
  align-items: flex-start;
}

.flex-align--flex-end {
  align-items: flex-end;
}

.flex-justify--flex-start {
  justify-content: flex-start;
}

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

.flex-justify--center {
  justify-content: center;
}

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

.flex-justify--space-around {
  justify-content: space-around;
}

.flex-justify--space-evenly {
  justify-content: space-evenly;
}

/********************
** Masonry Column
********************/
.column-grid {
  width: 100%;
  max-width: none;
  vertical-align: top;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: -2.5rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.column-grid.cols--1 {
  -moz-columns: 1;
       columns: 1;
}
.column-grid.cols--2 {
  -moz-columns: 2;
       columns: 2;
}
.column-grid.cols--3 {
  -moz-columns: 2;
       columns: 2;
}
.column-grid.cols--4 {
  -moz-columns: 2;
       columns: 2;
}
.column-grid .col-item {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  -webkit-backface-visibility: hidden;
  -webkit-column-break-inside: avoid;
  padding-bottom: 2.1875rem;
}

/********************
** Forms
********************/
form .input {
  display: inline-block;
}
form input,
form select,
form textarea {
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
form input::-moz-placeholder,
form select::-moz-placeholder,
form textarea::-moz-placeholder {
  color: #868686;
  font-weight: 500;
}
form input::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder {
  color: #868686;
  font-weight: 500;
}
form input::placeholder,
form select::placeholder,
form textarea::placeholder {
  color: #868686;
  font-weight: 500;
}
form input:not([type]),
form input[type=text],
form input[type=password],
form input[type=email],
form input[type=submit],
form input[type=tel],
form input[type=date] {
  border-radius: 0;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form input:not([type]),
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=date],
form input[type=tel],
form textarea {
  outline: none;
  border: 0.125rem solid #868686;
  display: inline-block;
  padding: 0.9375rem;
  border-radius: 0;
  font-weight: 500;
  max-width: 100%;
  font-size: 0.875rem;
}
form textarea {
  width: 100%;
}
form label,
form legend {
  font-family: "sailec";
}
form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
form input:not([type]),
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=date]:focus,
form input[type=tel]:focus,
form textarea:focus {
  outline: none;
  outline: 0;
  position: relative;
}

/********************
** sign in form
********************/
.path-user .block-system-main-block {
  width: 88%;
  width: calc(100% - 1.5625rem * 2);
  height: auto;
  margin: 0 auto;
  max-width: 69.375rem;
}
.path-user .block-system-main-block .form-item {
  margin-bottom: 1.25rem;
}
.path-user .block-system-main-block .form-item label {
  display: inline-block;
  width: 100%;
}
.path-user .block-system-main-block .form-actions .form-submit {
  background: transparent;
  width: 100%;
  display: inline-block;
  font-family: "sailec";
  font-weight: 700;
  font-size: 1rem;
  border-width: 0.125rem;
  border-style: solid;
  padding: 0.9375rem 1.875rem;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: color 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
  background: #FFFFFF;
  border-color: #000;
  color: #000;
  transition-property: color, background;
}
.path-user .block-system-main-block .form-actions .form-submit:before, .path-user .block-system-main-block .form-actions .form-submit:after {
  background-color: #000;
}
.path-user .block-system-main-block .form-actions .form-submit:before, .path-user .block-system-main-block .form-actions .form-submit:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% + 0.125rem);
  height: calc(100% + 0.125rem);
  top: -0.0625rem;
  left: -0.0625rem;
}
.path-user .block-system-main-block .form-actions .form-submit.btn--border--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.path-user .block-system-main-block .form-actions .form-submit.btn--border--icon span {
  padding-right: 0.3125rem;
  display: inline-flex;
}
.path-user .block-system-main-block .form-actions .form-submit.btn--border--icon svg {
  width: 1rem;
}
.path-user .block-system-main-block .form-actions .form-submit.btn--border--icon svg path, .path-user .block-system-main-block .form-actions .form-submit.btn--border--icon svg polygon, .path-user .block-system-main-block .form-actions .form-submit.btn--border--icon svg circle, .path-user .block-system-main-block .form-actions .form-submit.btn--border--icon svg rect {
  transition: fill 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.path-user .block-system-main-block .form-actions .form-submit.btn--border--icon:hover svg path, .path-user .block-system-main-block .form-actions .form-submit.btn--border--icon:hover svg polygon, .path-user .block-system-main-block .form-actions .form-submit.btn--border--icon:hover svg circle, .path-user .block-system-main-block .form-actions .form-submit.btn--border--icon:hover svg rect {
  fill: #FFFFFF;
}
.path-user .block-system-main-block .form-actions .form-submit:before {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.path-user .block-system-main-block .form-actions .form-submit:after {
  opacity: 1;
  transform: translate3d(100%, 0, 0);
  transition: transform 650ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.path-user .block-system-main-block .form-actions .form-submit:hover {
  background-color: #000;
  color: #FFFFFF;
}

/*********************
** Formstack - Event, Donations, etc
*********************/
.paragraph--type--form-embed.l-container--sm > .embedded-form.l-container--md {
  width: 100%;
}
.paragraph--type--form-embed.l-container--sm > .embedded-form.l-container--md [class*=InnerFormBody] {
  padding: 0;
}
.paragraph--type--form-embed.l-container--sm > .embedded-form.l-container--md form {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.embedded-form *::-moz-placeholder,
.fsform-container *::-moz-placeholder {
  color: inherit;
}
.embedded-form *::-moz-placeholder, .fsform-container *::-moz-placeholder {
  color: inherit;
}
.embedded-form *::placeholder,
.fsform-container *::placeholder {
  color: inherit;
}
.embedded-form .fsBody,
.embedded-form [role],
.fsform-container .fsBody,
.fsform-container [role] {
  font-family: inherit;
}
.embedded-form .fsBody,
.embedded-form .fsPagination *,
.embedded-form .fsSectionHeading,
.fsform-container .fsBody,
.fsform-container .fsPagination *,
.fsform-container .fsSectionHeading {
  color: inherit;
}
.embedded-form .fsSectionHeading,
.fsform-container .fsSectionHeading {
  font-family: "sailec";
  font-weight: bold;
}
.embedded-form .fsSectionText > *:not(:first-child),
.fsform-container .fsSectionText > *:not(:first-child) {
  margin-bottom: 1em;
}
.embedded-form .fsLabel,
.embedded-form [class*=fsLabel],
.fsform-container .fsLabel,
.fsform-container [class*=fsLabel] {
  font-family: "sailec";
  line-height: normal;
}
.embedded-form .fsLabel,
.embedded-form .fsLabel *,
.embedded-form [class*=fsLabel],
.embedded-form [class*=fsLabel] *,
.fsform-container .fsLabel,
.fsform-container .fsLabel *,
.fsform-container [class*=fsLabel],
.fsform-container [class*=fsLabel] * {
  color: inherit;
}
.embedded-form .fsOptionLabel,
.embedded-form [class^=StyledOptionLabel-],
.fsform-container .fsOptionLabel,
.fsform-container [class^=StyledOptionLabel-] {
  line-height: normal;
  align-items: flex-start;
  margin-bottom: 0.3125rem;
}
.embedded-form .fsOptionLabel input,
.embedded-form [class^=StyledOptionLabel-] input,
.fsform-container .fsOptionLabel input,
.fsform-container [class^=StyledOptionLabel-] input {
  margin-top: 0.125rem;
}
.embedded-form .fsOptionLabel span:not([class]),
.embedded-form [class^=StyledOptionLabel-] span:not([class]),
.fsform-container .fsOptionLabel span:not([class]),
.fsform-container [class^=StyledOptionLabel-] span:not([class]) {
  display: block;
}
.embedded-form .fsSupporting,
.fsform-container .fsSupporting {
  display: block;
  margin-top: 0.3125rem;
}
.embedded-form .select-wrapper,
.fsform-container .select-wrapper {
  display: block;
  border-width: 0 !important;
}
.embedded-form .select-wrapper select,
.fsform-container .select-wrapper select {
  border: 0.125rem;
  border-style: solid;
  border-color: #868686;
}
.embedded-form .select-wrapper select.fsInvalidInput,
.fsform-container .select-wrapper select.fsInvalidInput {
  border-color: #f6431f;
}
.embedded-form .select-wrapper select:focus,
.fsform-container .select-wrapper select:focus {
  border-color: #333333;
  outline: none;
}
.embedded-form .select-wrapper + .fsSupporting:last-child,
.fsform-container .select-wrapper + .fsSupporting:last-child {
  margin-top: 0;
}
.embedded-form [class*=StyledSubField-] [class*=StyledLabel-]:last-child,
.fsform-container [class*=StyledSubField-] [class*=StyledLabel-]:last-child {
  margin-top: 0.3125rem;
}
.embedded-form [class*=StyledSubField-] .select-wrapper + [class*=StyledLabel-]:last-child,
.fsform-container [class*=StyledSubField-] .select-wrapper + [class*=StyledLabel-]:last-child {
  margin-top: 0;
}
.embedded-form .fsDateField input[type=text],
.fsform-container .fsDateField input[type=text] {
  border: none;
}
.embedded-form .fsDateField fieldset,
.fsform-container .fsDateField fieldset {
  inset: 0;
  border-width: 0.125rem !important;
  border-color: #868686 !important;
}
.embedded-form .fsDateField fieldset legend,
.fsform-container .fsDateField fieldset legend {
  display: none;
}
.embedded-form .fsDateField .MuiInputBase-root.fsInvalidInput fieldset,
.fsform-container .fsDateField .MuiInputBase-root.fsInvalidInput fieldset {
  border-color: #f6431f !important;
}
.embedded-form .fsDateField .MuiInputBase-root.Mui-focused,
.fsform-container .fsDateField .MuiInputBase-root.Mui-focused {
  outline: none !important;
}
.embedded-form .fsDateField .MuiInputBase-root.Mui-focused fieldset,
.fsform-container .fsDateField .MuiInputBase-root.Mui-focused fieldset {
  border-color: #333333 !important;
}
.embedded-form textarea,
.fsform-container textarea {
  border-width: 0.125rem;
  border-color: #868686;
  outline: none !important;
  padding: 0.9375rem 0.9375rem 0 !important;
}
.embedded-form textarea:focus,
.fsform-container textarea:focus {
  border-color: #333333;
}
.embedded-form [class*=StyledSubFieldGroup],
.fsform-container [class*=StyledSubFieldGroup] {
  position: relative;
}
.embedded-form [class*=StyledCurrency],
.fsform-container [class*=StyledCurrency] {
  position: absolute;
  top: 0;
  left: 0.9375rem;
  bottom: 0;
  z-index: 1;
  width: auto;
  margin: 0;
  text-align: center;
  padding-top: 0.125rem;
  pointer-events: none;
}
.embedded-form [class*=StyledCurrency] + input,
.fsform-container [class*=StyledCurrency] + input {
  padding-left: 1.5625rem;
  width: 100%;
  z-index: 0;
}
.embedded-form [class*=AsyncFileUploadstyles__StyledDragAndDropContainer],
.fsform-container [class*=AsyncFileUploadstyles__StyledDragAndDropContainer] {
  background-color: #F9F9F9;
  border-color: inherit;
}
.embedded-form [class*=AsyncFileUploadstyles__StyledDragAndDropContainer] svg,
.fsform-container [class*=AsyncFileUploadstyles__StyledDragAndDropContainer] svg {
  fill: currentColor;
}
.embedded-form [class*=StyledErrorBanner],
.fsform-container [class*=StyledErrorBanner] {
  border-width: 0;
  background-color: #fff3f3;
}
.embedded-form [class*=StyledErrorBanner],
.embedded-form [class*=StyledErrorBanner] *,
.fsform-container [class*=StyledErrorBanner],
.fsform-container [class*=StyledErrorBanner] * {
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.embedded-form .fsInvalidInput,
.fsform-container .fsInvalidInput {
  border-color: #f6431f;
  background-position: calc(100% + 0.5rem) center;
}
.embedded-form .fsPagination [class*=StyledProgressIndicatorWrapper],
.fsform-container .fsPagination [class*=StyledProgressIndicatorWrapper] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.embedded-form .fsSubmit,
.fsform-container .fsSubmit {
  margin-top: 0;
}
.embedded-form .fsSubmit button,
.fsform-container .fsSubmit button {
  display: inline-block;
  font-family: "sailec";
  font-weight: 700;
  font-size: 1rem;
  border-width: 0.125rem;
  border-style: solid;
  padding: 0.9375rem 1.875rem;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: color 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
  background: #FFFFFF;
  border-color: #000;
  color: #000;
}
.embedded-form .fsSubmit button:before, .embedded-form .fsSubmit button:after,
.fsform-container .fsSubmit button:before,
.fsform-container .fsSubmit button:after {
  background-color: #000;
}
.embedded-form .fsSubmit button:before, .embedded-form .fsSubmit button:after,
.fsform-container .fsSubmit button:before,
.fsform-container .fsSubmit button:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% + 0.125rem);
  height: calc(100% + 0.125rem);
  top: -0.0625rem;
  left: -0.0625rem;
}
.embedded-form .fsSubmit button.btn--border--icon,
.fsform-container .fsSubmit button.btn--border--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.embedded-form .fsSubmit button.btn--border--icon span,
.fsform-container .fsSubmit button.btn--border--icon span {
  padding-right: 0.3125rem;
  display: inline-flex;
}
.embedded-form .fsSubmit button.btn--border--icon svg,
.fsform-container .fsSubmit button.btn--border--icon svg {
  width: 1rem;
}
.embedded-form .fsSubmit button.btn--border--icon svg path, .embedded-form .fsSubmit button.btn--border--icon svg polygon, .embedded-form .fsSubmit button.btn--border--icon svg circle, .embedded-form .fsSubmit button.btn--border--icon svg rect,
.fsform-container .fsSubmit button.btn--border--icon svg path,
.fsform-container .fsSubmit button.btn--border--icon svg polygon,
.fsform-container .fsSubmit button.btn--border--icon svg circle,
.fsform-container .fsSubmit button.btn--border--icon svg rect {
  transition: fill 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.embedded-form .fsSubmit button.btn--border--icon:hover svg path, .embedded-form .fsSubmit button.btn--border--icon:hover svg polygon, .embedded-form .fsSubmit button.btn--border--icon:hover svg circle, .embedded-form .fsSubmit button.btn--border--icon:hover svg rect,
.fsform-container .fsSubmit button.btn--border--icon:hover svg path,
.fsform-container .fsSubmit button.btn--border--icon:hover svg polygon,
.fsform-container .fsSubmit button.btn--border--icon:hover svg circle,
.fsform-container .fsSubmit button.btn--border--icon:hover svg rect {
  fill: #FFFFFF;
}
.embedded-form .fsSubmit button:before,
.fsform-container .fsSubmit button:before {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.embedded-form .fsSubmit button:after,
.fsform-container .fsSubmit button:after {
  opacity: 1;
  transform: translate3d(100%, 0, 0);
  transition: transform 650ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.embedded-form .fsSubmit button span,
.fsform-container .fsSubmit button span {
  display: block;
}
.embedded-form [class*=StyledSecurityLogo] a,
.fsform-container [class*=StyledSecurityLogo] a {
  box-shadow: none;
}
.embedded-form [class*=StyledReferralBadge],
.fsform-container [class*=StyledReferralBadge] {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0.5625rem 1.25rem;
  width: auto;
}
.embedded-form [class*=StyledReferralBadge] a,
.fsform-container [class*=StyledReferralBadge] a {
  display: inline-flex;
  align-items: center;
}
.embedded-form [class*=StyledReferralBadge] a img,
.fsform-container [class*=StyledReferralBadge] a img {
  max-height: 1.375rem;
}
.embedded-form > :last-child a[title="Powered by Formstack"]:only-child,
.fsform-container > :last-child a[title="Powered by Formstack"]:only-child {
  display: none;
}

/********************
** Header & Utility Navbar
********************/
#header > .bg--black,
#utility-navbar > .bg--black {
  border-bottom-color: rgba(255, 255, 255, 0.4);
}
.js #page:has(#video-header) #header > .bg--black,
.js #page:has(#video-header) #utility-navbar > .bg--black {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-width: 0.0625rem;
  border-bottom-style: solid;
}
#page:has(#header.offscreen) #header > .bg--black, #page:has(#header.sticky) #header > .bg--black, body.form-search-form--is-visible #header > .bg--black,
#page:has(#header.offscreen) #utility-navbar > .bg--black,
#page:has(#header.sticky) #utility-navbar > .bg--black,
body.form-search-form--is-visible #utility-navbar > .bg--black {
  background-color: black !important;
}
#page:has(#header .menu-main:hover) #header > .bg--black, #page:has(#header .menu-main:focus-within) #header > .bg--black,
#page:has(#header .menu-main:hover) #utility-navbar > .bg--black,
#page:has(#header .menu-main:focus-within) #utility-navbar > .bg--black {
  background-color: black !important;
  transition-duration: 300ms !important;
}

/********************
** Header
********************/
#header {
  z-index: 11;
  color: #FFFFFF;
}
#header:has(.menu-main:hover) .menu-main > .menu-item--main .menu-item-wrapper,
#header:has(.menu-main:hover) .menu-main > .menu-item--main .menu-item-wrapper > a, #header:has(.menu-main:focus-within) .menu-main > .menu-item--main .menu-item-wrapper,
#header:has(.menu-main:focus-within) .menu-main > .menu-item--main .menu-item-wrapper > a {
  color: rgba(255, 255, 255, 0.6);
}
#header:has(.menu-main:hover) .menu-main > .menu-item--main .menu-item-wrapper > a:after, #header:has(.menu-main:focus-within) .menu-main > .menu-item--main .menu-item-wrapper > a:after {
  transform: scaleX(0);
}
#header:has(.menu-main:hover) .menu-main > .menu-item--main:hover .menu-item-wrapper,
#header:has(.menu-main:hover) .menu-main > .menu-item--main:hover .menu-item-wrapper > a, #header:has(.menu-main:hover) .menu-main > .menu-item--main:focus-visible .menu-item-wrapper,
#header:has(.menu-main:hover) .menu-main > .menu-item--main:focus-visible .menu-item-wrapper > a, #header:has(.menu-main:hover) .menu-main > .menu-item--main:focus-within .menu-item-wrapper,
#header:has(.menu-main:hover) .menu-main > .menu-item--main:focus-within .menu-item-wrapper > a, #header:has(.menu-main:focus-within) .menu-main > .menu-item--main:hover .menu-item-wrapper,
#header:has(.menu-main:focus-within) .menu-main > .menu-item--main:hover .menu-item-wrapper > a, #header:has(.menu-main:focus-within) .menu-main > .menu-item--main:focus-visible .menu-item-wrapper,
#header:has(.menu-main:focus-within) .menu-main > .menu-item--main:focus-visible .menu-item-wrapper > a, #header:has(.menu-main:focus-within) .menu-main > .menu-item--main:focus-within .menu-item-wrapper,
#header:has(.menu-main:focus-within) .menu-main > .menu-item--main:focus-within .menu-item-wrapper > a {
  color: white;
}
#header:has(.menu-main:hover) .menu-main > .menu-item--main:hover .menu-item-wrapper > a:after, #header:has(.menu-main:hover) .menu-main > .menu-item--main:focus-visible .menu-item-wrapper > a:after, #header:has(.menu-main:hover) .menu-main > .menu-item--main:focus-within .menu-item-wrapper > a:after, #header:has(.menu-main:focus-within) .menu-main > .menu-item--main:hover .menu-item-wrapper > a:after, #header:has(.menu-main:focus-within) .menu-main > .menu-item--main:focus-visible .menu-item-wrapper > a:after, #header:has(.menu-main:focus-within) .menu-main > .menu-item--main:focus-within .menu-item-wrapper > a:after {
  transform: scaleX(1);
}
#header,
#header > .bg--black,
#header > .bg--black:first-child > .l-container--xlg {
  height: var(--header-height);
}
#header > .bg--black {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
body.menu--open #header > .bg--black {
  border-bottom-color: transparent;
  transition-duration: 0ms !important;
  position: fixed;
  top: var(--drupal-displace-offset-top, 0px);
}
#page:has(#video-header) #header:not(.sticky):not(.offscreen) > .bg--black {
  transition: background-color 800ms cubic-bezier(0.55, 0.085, 0, 0.99), border-color 800ms cubic-bezier(0.55, 0.085, 0, 0.99), border-width 800ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
#header + #video-header {
  margin-top: calc(-1 * var(--header-height));
}
#header .col-left {
  line-height: 0;
  min-width: 9.0625rem;
}
#header .col-left a,
#header .col-left a svg {
  display: inline-block;
}
#header .col-left a .svg-logo {
  width: 100%;
  max-width: 6.5625rem;
}
#header .col-left,
#header .col-right {
  flex: 0 1 auto;
  align-self: center;
}
#header .col-center {
  width: auto;
  flex: 1 1 auto;
}
#header .col-center,
#header .col-center > nav,
#header .col-center > nav > div,
#header .col-center > nav > div > ul.menu-main {
  display: flex;
  align-self: stretch;
  position: static;
}
#header .col-center > nav > div.contextual:first-child {
  order: 999;
  margin-left: 1.5625rem;
}
#header .col-center > nav > div > ul.menu-main > li {
  position: static;
}
#header .col-center > nav > div > ul.menu-main > li > .menu-item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
#header .col-center div.menu {
  max-height: calc(100vh - var(--header-height) - var(--drupal-displace-offset-top, 0px));
  overflow-y: auto;
  overflow-y: overlay;
}
#header .svg--fill-varies {
  fill: #FFFFFF;
}
#header .btn-icon {
  height: 2.5rem;
  width: 2.5rem;
  line-height: 0;
  background: transparent;
  position: relative;
}
#header .btn-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3D(-50%, -50%, 0);
  height: 1.25rem;
  width: 1.25rem;
}
#header a {
  font-weight: 500;
  transition-property: color, -webkit-text-decoration;
  transition-property: color, text-decoration;
  transition-property: color, text-decoration, -webkit-text-decoration;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
}
#header a:hover {
  color: #FFFFFF;
}
#header .menu-main .menu li a {
  font-weight: normal;
}
#header .google-custom-search input {
  background: transparent;
}
#header .google-custom-search input[type=search] {
  outline: none !important;
  border: 0.0625rem solid rgba(255, 255, 255, 0.5);
  transition: border-color 200ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
#header .google-custom-search input[type=search]:focus {
  border-color: #FFFFFF;
}
#header .google-custom-search input#gcse-search-submit {
  text-transform: capitalize;
  letter-spacing: normal;
  font-size: 0.875rem;
  font-family: sailec;
}

#header.offscreen > .bg--black, #header.sticky > .bg--black {
  position: fixed;
  background-color: #000 !important;
}
body.menu--open.toolbar-vertical:not(.toolbar-fixed) #header.offscreen > .bg--black, body.menu--open.toolbar-vertical:not(.toolbar-fixed) #header.sticky > .bg--black {
  position: absolute;
}
#header.offscreen:not(.sticky):not(.sticky--hide) {
  opacity: 0;
  pointer-events: none;
}
#header.offscreen > .bg--black {
  transform: translate3d(0, -100%, 0);
}
#header.sticky > .bg--black {
  transform: translate3d(0, 0, 0);
  transition: transform 400ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
#header.sticky--hide > .bg--black {
  transform: translate3d(0, -100%, 0);
  transition: transform 200ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
body.toolbar-fixed #header.offscreen > .bg--black, body.toolbar-fixed #header.sticky > .bg--black {
  top: var(--drupal-displace-offset-top, 0px);
}

html.no-js #header #hamburger,
html.no-js #header #desktop-search {
  display: none;
}

/*******************************
** node header paragraph bundle
*******************************/
.field--name-field-header .row-inside--lg:not(.paragraph--type--text-header) {
  padding-top: 0;
}
.field--name-field-header:first-child:has(.paragraph--type--text-header) + [class*=row-inside--], .contextual:first-child + .field--name-field-header:has(.paragraph--type--text-header) + [class*=row-inside--] {
  padding-top: 0;
}
.field--name-field-header:first-child:has(.paragraph--type--full-width-callout) .co-fullwidth[class*=bg--], .contextual:first-child + .field--name-field-header:has(.paragraph--type--full-width-callout) .co-fullwidth[class*=bg--] {
  margin-bottom: 2.5rem;
}

/********************
** Footer
********************/
#footer {
  background-color: #F9F6F2;
  padding: 3.75rem 0;
}
#footer .footer-logo {
  margin-bottom: 1.25rem;
}
#footer .footer-logo svg.svg-logo {
  display: block;
  width: 100%;
  height: auto;
  max-width: 7.5rem;
}
#footer .info-full-name {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  margin-bottom: 1.25rem;
  font-weight: normal;
}
#footer .info-address {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-style: normal;
}
#footer .block-mann-footer-info-block {
  width: 50%;
  display: inline-block;
  float: left;
}
#footer .col-1, #footer .col-2, #footer .col-3 {
  display: inline-block;
}
#footer .col-1, #footer .col-2 {
  position: relative;
}
#footer .col-1:after, #footer .col-2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  height: 0.125rem;
  background-color: #b3d143;
  content: "";
  width: 15%;
  max-width: 3.125rem;
}
#footer .col-1 {
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
}
#footer .col-2 {
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
}
#footer .col-3 {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}
#footer .btn-icon {
  height: 2.5rem;
  width: 2.5rem;
  line-height: 0;
  background: transparent;
  position: relative;
}
#footer .btn-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3D(-50%, -50%, 0);
  height: 1.25rem;
  width: 1.25rem;
}
.block-mann-email-sign-up-block .block-label,
.block-webform-block .block-label {
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
.block-mann-email-sign-up-block form,
.block-webform-block form {
  width: 100%;
  position: relative;
}
.block-mann-email-sign-up-block form label,
.block-webform-block form label {
  position: absolute !important;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  overflow: hidden;
  height: 0.0625rem;
  width: 0.0625rem;
  word-wrap: normal;
}
.block-mann-email-sign-up-block form input[type=text],
.block-mann-email-sign-up-block form input[type=email],
.block-mann-email-sign-up-block form input[type=password],
.block-mann-email-sign-up-block form input[type=date],
.block-mann-email-sign-up-block form textarea,
.block-webform-block form input[type=text],
.block-webform-block form input[type=email],
.block-webform-block form input[type=password],
.block-webform-block form input[type=date],
.block-webform-block form textarea {
  border: 0;
  max-width: 100%;
  width: 100%;
}
.block-mann-email-sign-up-block form input[type=text]:focus-visible,
.block-mann-email-sign-up-block form input[type=email]:focus-visible,
.block-mann-email-sign-up-block form input[type=password]:focus-visible,
.block-mann-email-sign-up-block form input[type=date]:focus-visible,
.block-mann-email-sign-up-block form textarea:focus-visible,
.block-webform-block form input[type=text]:focus-visible,
.block-webform-block form input[type=email]:focus-visible,
.block-webform-block form input[type=password]:focus-visible,
.block-webform-block form input[type=date]:focus-visible,
.block-webform-block form textarea:focus-visible {
  outline: auto;
}
.block-mann-email-sign-up-block form .form-actions,
.block-webform-block form .form-actions {
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 2.9375rem;
  height: 2.9375rem;
}
.block-mann-email-sign-up-block form .form-actions input,
.block-webform-block form .form-actions input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 10;
}
.block-mann-email-sign-up-block form .form-actions input[type=submit]:focus-visible + .btn-icon,
.block-webform-block form .form-actions input[type=submit]:focus-visible + .btn-icon {
  outline: auto;
}
.block-mann-email-sign-up-block form .form-actions .btn-icon,
.block-webform-block form .form-actions .btn-icon {
  position: absolute !important;
  top: 50%;
  left: 100%;
  height: 100%;
  width: 3.75rem;
  transform: translate(-100%, -50%);
  pointer-events: none;
}
.block-mann-email-sign-up-block form .ajax-progress-throbber,
.block-webform-block form .ajax-progress-throbber {
  position: absolute;
  top: 50%;
  right: -50%;
}
.block-mann-email-sign-up-block form .ajax-progress-throbber .throbber,
.block-webform-block form .ajax-progress-throbber .throbber {
  display: block;
  padding: 0.0625rem 0.375rem 0.125rem;
  transform: translate(50%, -50%);
}
.block-mann-email-sign-up-block form .status-messages .error,
.block-webform-block form .status-messages .error {
  background: #fff3f3;
  padding: 0.375rem 0.1875rem;
  border-left: 0.0625rem solid #cd3618;
  border-right: 0.0625rem solid #cd3618;
}
.block-mann-email-sign-up-block form .status-messages .error:first-of-type,
.block-webform-block form .status-messages .error:first-of-type {
  padding-top: 0.5rem;
  border-top: 0.0625rem solid #cd3618;
}
.block-mann-email-sign-up-block form .status-messages .error:last-of-type,
.block-webform-block form .status-messages .error:last-of-type {
  padding-bottom: 0.5rem;
  border-bottom: 0.0625rem solid #cd3618;
}
.block-mann-email-sign-up-block form .webform-confirmation .webform-confirmation__message,
.block-webform-block form .webform-confirmation .webform-confirmation__message {
  color: #639f2a;
}

#block-socialfooter .block-label {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5625rem;
}
#block-socialfooter .block-content {
  display: flex;
  flex-wrap: wrap;
}
#block-socialfooter .field {
  display: inline-block;
  flex: none;
  margin-right: 1.25rem;
}
#block-socialfooter .field svg {
  height: 1.875rem;
  width: 1.875rem;
  margin-right: 0.4375rem;
}

#block-sponsor {
  background: #000;
  text-align: center;
  color: #868686;
  padding: 0.9375rem;
  font-weight: 700;
  font-size: 0.875rem;
}
#block-sponsor a img {
  display: block;
  margin: 0 auto;
  max-width: 7.1875rem;
  vertical-align: middle;
}
/********************
** Menus
********************/
.menu {
  display: inline-block;
  list-style-type: none;
}

/********************
** main-menu
********************/
.menu-main {
  display: none;
  visibility: hidden;
}

.menu-footer .menu-item,
.menu-main--secondary .menu-item {
  display: block;
}
.menu-footer .menu-item a,
.menu-main--secondary .menu-item a {
  position: relative;
}

.menu-footer .menu-item:not(:last-of-type),
.menu-main--secondary .menu-item:not(:last-of-type) {
  margin-right: 0.9375rem;
}

.menu-item--main {
  font-size: 1.1875rem;
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: default;
}
.menu-item--main:first-child {
  padding-left: 0;
}
.menu-item--main:last-child {
  padding-right: 0;
}
.menu-item--main a {
  display: inline-block;
  padding: 0;
  position: static;
  color: #FFFFFF;
}
.menu-item--main a:hover, .menu-item--main a:visited {
  color: #FFFFFF;
}
.menu-item--main a:after {
  pointer-events: none;
}
.menu-item--main .menu-item-wrapper > a {
  text-decoration: none !important;
}
.menu-item--main .menu-item-wrapper > svg {
  margin-left: 0.1875rem;
  transition: transform 400ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.menu-item--main > div.menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  color: #FFFFFF;
  background-color: #010101;
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.4);
  transition: opacity 600ms cubic-bezier(0.55, 0.085, 0, 0.99), visibility 1ms 600ms;
  pointer-events: none;
  z-index: 1;
}
.menu-item--main > div.menu > .l-container--xlg {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}
.menu-item--main > div.menu > .l-container--xlg,
.menu-item--main > div.menu > .l-container--xlg > .col {
  display: flex;
  flex-wrap: wrap;
}
.menu-item--main > div.menu > .l-container--xlg * {
  line-height: normal;
}
.menu-item--main > div.menu > .l-container--xlg ul {
  list-style: none;
}
.menu-item--main > div.menu > .l-container--xlg ul.col:nth-child(odd):not(:only-child) {
  padding-right: 1.5625rem;
}
.menu-item--main > div.menu .col {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 0;
  width: 50%;
  max-width: 50%;
}
.menu-item--main > div.menu .col-meta {
  flex-direction: column;
}
.menu-item--main > div.menu .menu-title,
.menu-item--main > div.menu .menu-description {
  max-width: 75%;
}
.menu-item--main > div.menu .menu-title {
  font-size: 1.875rem;
  font-family: sailec;
  display: block;
  line-height: 1.2;
}
.menu-item--main > div.menu .menu-title:not(:empty):not(:last-child) {
  margin-bottom: 0.625rem;
}
.menu-item--main > div.menu .menu-description {
  font-size: 1rem;
  line-height: 1.6;
}
.menu-item--main > div.menu .menu-description:not(:first-child) {
  margin-top: 0.625rem;
}
.menu-item--main > div.menu .menu-item {
  margin-bottom: 0.625rem;
}
.menu-item--main > div.menu .menu-item.menu-item--main {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.menu-item--main > div.menu .menu-item > span {
  display: block;
  font-family: sailec;
}
.menu-item--main > div.menu .menu-item > span,
.menu-item--main > div.menu .menu-item > a {
  line-height: 1.4;
}
.menu-item--main > div.menu a {
  font-weight: 400 !important;
  position: relative;
}
.menu-item--main > div.menu a:after {
  height: 0.0625rem !important;
  bottom: -0.125rem !important;
}
.menu-item--main > div.menu a:not(.is-active):after {
  content: none;
}
.menu-item--main:hover > .menu, .menu-item--main:focus-within > .menu, .menu-item--main:focus-visible > .menu {
  visibility: visible;
  opacity: 1;
  transition: opacity 300ms cubic-bezier(0.55, 0.085, 0, 0.99);
  pointer-events: auto;
}
.menu-item--main:hover > .menu-item-wrapper svg, .menu-item--main:focus-within > .menu-item-wrapper svg, .menu-item--main:focus-visible > .menu-item-wrapper svg {
  transform: rotate(180deg);
}

/********************
** main mobile menu
********************/
#hamburger {
  height: 100%;
  width: 3.125rem;
  display: block;
  visibility: visible;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
#hamburger .l-container--inner {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 75%;
  width: 1.875rem;
  height: 1.25rem;
}
#hamburger .toggle {
  position: absolute;
  width: 100%;
  height: 0.25rem;
  left: 50%;
  top: 50%;
  opacity: 1;
  transition: opacity 250ms cubic-bezier(0.55, 0.085, 0, 0.99), transform 250ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
#hamburger .toggle--top {
  transform: translate(-50%, -250%) rotate(0deg);
}
#hamburger .toggle--middle {
  transform: translate(-50%, -50%) rotate(0deg);
}
#hamburger .toggle--bottom {
  transform: translate(-50%, 150%) rotate(0deg);
}

.mobile.menu--open {
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mobile.menu--open #hamburger .toggle--middle {
  opacity: 0;
}
.mobile.menu--open #hamburger .toggle--top {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mobile.menu--open #hamburger .toggle--bottom {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.mobile.menu--open .l-container--mobile-menu {
  transform: translate(0%, 0%);
  opacity: 1;
}
.mobile.menu--open .l-container--mobile-menu .menu,
.mobile.menu--open .l-container--mobile-menu > div {
  animation: fadeIn 400ms cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
}

.l-container--mobile-menu {
  display: none;
  overflow: auto;
  position: fixed;
  background-color: #000;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 0;
  opacity: 0;
  transform: translate(0%, -100%);
  padding-top: calc(var(--header-height) + var(--drupal-displace-offset-top, 0px));
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  transition: transform 230ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.l-container--mobile-menu .menu,
.l-container--mobile-menu > div {
  opacity: 0;
  display: block;
  min-width: 20rem;
}
.l-container--mobile-menu > :last-child {
  margin-bottom: 2.5rem;
}
body.toolbar-vertical:not(.toolbar-fixed) .l-container--mobile-menu {
  padding-top: calc(var(--header-height) + 2.4375rem);
}
.l-container--mobile-menu a,
.l-container--mobile-menu a:visited {
  color: #FFFFFF;
}
.l-container--mobile-menu .menu-utility li:not(:last-child) {
  margin-bottom: 1.5625rem;
}
.l-container--mobile-menu .form-search-form {
  width: 100%;
  margin-top: 2.5rem;
}
.l-container--mobile-menu .form-search-form input {
  box-sizing: border-box;
}
.l-container--mobile-menu .form-search-form input[type=search] {
  border-width: 0.125rem !important;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
}
.l-container--mobile-menu .form-search-form .form-actions {
  display: flex;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
}
.l-container--mobile-menu .form-search-form .form-actions button[type=submit] {
  background: transparent;
  align-items: center;
  justify-content: center;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.l-container--mobile-menu .form-search-form .form-actions button[type=submit],
.l-container--mobile-menu .form-search-form .form-actions button[type=submit] * {
  display: flex;
}
.l-container--mobile-menu .form-search-form .form-actions svg {
  flex: none;
  width: 1.5rem;
  height: auto;
}

.menu-main--mobile {
  display: block;
  margin: 1.25rem 0 1.5625rem;
}
.menu-main--mobile .menu-item--main--mobile a {
  color: #FFFFFF;
}
.menu-main--mobile > li {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.menu-main--mobile .menu-item--level-0 {
  font-size: 1.1875rem;
  line-height: 1;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-wrap: wrap;
}
.menu-main--mobile .menu-item--level-0:first-child {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.3);
}
.menu-main--mobile .menu-item--level-0 > span {
  flex: none;
}
.menu-main--mobile .menu-item--level-0 .btn-icon:not(.search-btn) {
  display: flex;
  width: 100% !important;
  justify-content: flex-start;
  align-items: center;
}
.menu-main--mobile .menu-item--level-0 .btn-icon:not(.search-btn) span {
  display: block;
  flex: none;
  margin: 0 0.3125rem 0 0;
  line-height: 1;
  font-weight: 500;
}
.menu-main--mobile .menu-item--level-0 .btn-icon:not(.search-btn) svg {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  height: auto !important;
  width: 0.8125rem !important;
  transform: none !important;
  transition: transform 400ms cubic-bezier(0.55, 0.085, 0, 0.99);
  display: block !important;
}
.menu-main--mobile .menu-item--level-0 .search-btn {
  display: block;
  visibility: visible;
}
.menu-main--mobile .menu-item--level-0 > .submenu {
  overflow: hidden;
  position: relative;
  flex: none;
  width: 100%;
}
.menu-main--mobile .menu-item--level-0 > .submenu > .menu > li {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.menu-main--mobile .menu-item--level-0 > .submenu > .menu > li:last-of-type {
  padding-bottom: 1.5625rem;
}
.menu-main--mobile .menu-item--level-0 > .submenu > .menu > li > span > span {
  font-family: sailec;
  line-height: 1.1;
  display: block;
}
.menu-main--mobile .menu-item--level-0 > .submenu > .menu > li:not(:first-child) > span > span {
  margin-top: 1.25rem;
}
.menu-main--mobile .menu-item--level-0 > .submenu .submenu-description {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  padding-right: 8%;
}
.menu-main--mobile .menu-item--level-0 .menu-item--level-1 {
  font-size: 1rem;
  line-height: 1.6;
}
.menu-main--mobile .menu-item--level-0.menu-item--expanded {
  overflow: hidden;
  padding-bottom: 0;
}
.menu-main--mobile .menu-item--level-0.menu-item--expanded > .submenu {
  margin-top: 0.625rem;
  height: 0;
  overflow-y: clip;
  transition: height 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.menu-main--mobile .menu-item--level-0.menu-item--expanded > .submenu * {
  visibility: hidden;
}
.menu-main--mobile .menu-item--level-0.menu-item--is-open .btn-icon svg {
  transform: rotate(-180deg) !important;
}
.menu-main--mobile .menu-item--level-0.menu-item--is-open > .submenu {
  height: auto;
}
@supports (height: calc-size(auto, size)) {
  .menu-main--mobile .menu-item--level-0.menu-item--is-open > .submenu {
    height: calc-size(auto, size);
  }
}
.menu-main--mobile .menu-item--level-0.menu-item--is-open > .submenu * {
  visibility: visible;
}

.menu-main .menu-item--main > .menu .menu-item a,
.menu-main--mobile .menu-item--level-1 a {
  font-weight: normal !important;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.4);
  text-underline-offset: 0.375rem;
}
.menu-main .menu-item--main > .menu .menu-item a.is-active,
.menu-main--mobile .menu-item--level-1 a.is-active {
  text-decoration-color: #b3d143;
}
.menu-main .menu-item--main > .menu .menu-item a:hover, .menu-main .menu-item--main > .menu .menu-item a:active,
.menu-main--mobile .menu-item--level-1 a:hover,
.menu-main--mobile .menu-item--level-1 a:active {
  text-decoration-color: #b3d143;
}

@keyframes menu-item-arrow-reveal {
  from {
    transform: translate3d(-0.3125rem, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.menu-main .menu-item--main > .menu .menu-item a,
.menu-main--mobile .menu-item--level-1 a,
.l-container--mobile-menu .menu-utility .menu-item a {
  position: relative;
}
.menu-main .menu-item--main > .menu .menu-item a .menu-item-text--suffix,
.menu-main--mobile .menu-item--level-1 a .menu-item-text--suffix,
.l-container--mobile-menu .menu-utility .menu-item a .menu-item-text--suffix {
  white-space: nowrap;
}
.menu-main .menu-item--main > .menu .menu-item a .menu-item-icon,
.menu-main--mobile .menu-item--level-1 a .menu-item-icon,
.l-container--mobile-menu .menu-utility .menu-item a .menu-item-icon {
  padding-left: 0.125rem;
}
.menu-main .menu-item--main > .menu .menu-item a .menu-item-icon svg,
.menu-main--mobile .menu-item--level-1 a .menu-item-icon svg,
.l-container--mobile-menu .menu-utility .menu-item a .menu-item-icon svg {
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  stroke: #b3d143;
  position: relative;
}
.menu-main .menu-item--main > .menu .menu-item a:not(.is-active):hover .menu-item-icon svg, .menu-main .menu-item--main > .menu .menu-item a:not(.is-active):active .menu-item-icon svg,
.menu-main--mobile .menu-item--level-1 a:not(.is-active):hover .menu-item-icon svg,
.menu-main--mobile .menu-item--level-1 a:not(.is-active):active .menu-item-icon svg,
.l-container--mobile-menu .menu-utility .menu-item a:not(.is-active):hover .menu-item-icon svg,
.l-container--mobile-menu .menu-utility .menu-item a:not(.is-active):active .menu-item-icon svg {
  animation: 600ms menu-item-arrow-reveal cubic-bezier(0.55, 0.085, 0, 0.99) both;
}

/********************
** footer-menu
********************/
.menu-footer {
  display: none;
  visibility: hidden;
}

.footer-menu--mobile {
  width: 50%;
  padding-left: 1.25rem;
  display: inline-block;
}

.footer-menu--mobile .menu-footer {
  display: inline-block;
  visibility: visible;
}
.footer-menu--mobile .menu-footer .menu-item--footer {
  margin-bottom: 1.25rem;
}

.menu-item--footer {
  font-size: 1rem;
}
.menu-item--footer a {
  font-weight: 500;
  color: #1a1a1a;
}
.menu-item--footer a:visited {
  color: #1a1a1a;
}
.menu-item--footer a:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: #000;
}

/********************
** main-menu secondary
********************/
#secondary_menu {
  border-color: #878787;
  position: absolute;
  top: 0;
  left: 0;
}
#secondary_menu, #secondary_menu_wrapper {
  height: var(--header-height);
  width: 100%;
}
#secondary_menu > div > div {
  display: flex;
}
#secondary_menu_wrapper {
  z-index: 10;
  position: relative;
}
#secondary_menu_wrapper.offscreen:not(.sticky):not(.sticky--hide) {
  opacity: 0;
  pointer-events: none;
}
#secondary_menu_wrapper.offscreen > #secondary_menu, #secondary_menu_wrapper.sticky > #secondary_menu {
  position: fixed;
}
#secondary_menu_wrapper.offscreen > #secondary_menu {
  transform: translate3d(0, -100%, 0);
}
#secondary_menu_wrapper.sticky > #secondary_menu {
  transform: translate3d(0, 100%, 0);
  transition: transform 400ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
#secondary_menu_wrapper.sticky--hide > #secondary_menu {
  transform: translate3d(0, -100%, 0);
  transition: transform 200ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
body.toolbar-fixed #secondary_menu_wrapper.offscreen > #secondary_menu, body.toolbar-fixed #secondary_menu_wrapper.sticky > #secondary_menu {
  top: var(--drupal-displace-offset-top, 0px);
}

.menu-main--secondary {
  white-space: nowrap;
  display: flex;
  flex-flow: nowrap;
  position: relative;
  left: 0;
}

.menu-main--secondary:not(:only-child) {
  position: relative;
  margin-right: 0.9375rem;
  padding-right: 0.9375rem;
}
.menu-main--secondary:not(:only-child):after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translate(-50%, -50%);
  right: 0px;
  height: 100%;
  width: 0.0625rem;
  background-color: #878787;
}

.menu-main--secondary:last-child {
  margin-right: 0px;
  padding-right: 0px;
}
.menu-main--secondary:last-child:after {
  display: none;
}
.menu-main--secondary:last-child .menu-item--secondary:last-child {
  margin-right: 1.5625rem;
}

.menu-item--secondary > a {
  padding: 0.75rem 0px 0.6875rem 0;
  display: inline-flex;
  white-space: nowrap;
  font-size: 0.9375rem;
  align-items: center;
  min-height: var(--header-height);
}

/********************
** utility menu navbar
********************/
#utility-navbar {
  z-index: 12;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1;
  border-top: none;
}
#utility-navbar > .bg--black {
  transition: background-color 800ms cubic-bezier(0.55, 0.085, 0, 0.99), border-color 800ms cubic-bezier(0.55, 0.085, 0, 0.99), border-width 800ms cubic-bezier(0.55, 0.085, 0, 0.99);
  border-bottom-style: solid;
  border-bottom-width: 0.0625rem;
}
#utility-navbar nav {
  width: 100%;
}
#utility-navbar ul.menu-utility {
  display: flex;
  justify-content: end;
  align-items: center;
  color: #FFFFFF;
  height: var(--utility-navbar-height);
}
#utility-navbar ul.menu-utility * {
  color: inherit;
}
#utility-navbar ul.menu-utility,
#utility-navbar ul.menu-utility li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#utility-navbar ul.menu-utility li {
  display: flex;
  height: 100%;
  align-items: center;
}
#utility-navbar ul.menu-utility li:not(:first-child) {
  margin-left: 1.5625rem;
}
#utility-navbar ul.menu-utility .menu-item-icon {
  display: none;
}

ul.menu-utility a {
  display: inline-block;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.4);
  text-underline-offset: 0.375rem;
  transition-property: color, -webkit-text-decoration;
  transition-property: color, text-decoration;
  transition-property: color, text-decoration, -webkit-text-decoration;
  transition-duration: 400ms;
  transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
}
ul.menu-utility a.is-active {
  text-decoration-color: #b3d143;
}
ul.menu-utility a:hover, ul.menu-utility a:active {
  text-decoration-color: #b3d143;
}

/**************************
** hover and active states
***************************/
.menu-item--main.menu-item--active-trail a {
  font-weight: 700;
}

.menu-main .menu-item .menu-item-wrapper,
.menu-item--secondary {
  position: relative;
}
.menu-main .menu-item .menu-item-wrapper a:after,
.menu-item--secondary a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3125rem;
  transform-origin: left center;
  transform: scalex(0);
  background-color: #b3d143;
  transition: transform 400ms cubic-bezier(0.55, 0.085, 0, 0.99);
}

.menu-item--secondary.menu-item--active-trail a.is-active {
  font-weight: 700;
}
.menu-item--secondary.menu-item--active-trail a.is-active:after {
  transform: scaleX(1);
}
/****************************
** Google Search Styles
****************************/
#___gcse_0 .gsc-control-cse {
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: none;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse * {
  padding-left: 0;
  padding-right: 0;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-orderby-container, #___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gcsc-branding {
  display: none;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-above-wrapper-area {
  padding: 0.9375rem 0;
  border-bottom: 0;
  display: block !important;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gs-title, #___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gs-title b {
  font-family: "sailec";
  text-decoration: none;
  font-size: 1.75rem;
  line-height: 1.875rem;
  color: #000;
  margin-bottom: 0.9375rem;
  overflow: visible;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-table-result {
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.375rem;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-table-result .gsc-table-cell-thumbnail {
  float: left;
  margin-right: 0.9375rem;
  padding-top: 0.3125rem;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-table-result .gsc-table-cell-thumbnail .gs-image,
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-table-result .gsc-table-cell-thumbnail .gs-promotion-image {
  display: block;
  border-width: 0;
  max-width: 100%;
  height: auto;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-url-top {
  margin-bottom: 0.9375rem;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-url-top * {
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #639f2a;
  font-size: 0.75rem;
  line-height: 1rem;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-results {
  width: 100%;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-results .gsc-cursor-box {
  border-width: 0;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-result {
  padding: 3.75rem 0.9375rem;
  border-top: 0.0625rem solid #000;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-result-info {
  line-height: normal;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-cursor-box {
  padding: 1.875rem 0 3.75rem 0;
  position: relative;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
  padding: 0.3125rem 0.625rem;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: #000;
  transition: color 0.3s ease;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-cursor-box .gsc-cursor .gsc-cursor-page:hover {
  text-decoration: none;
  color: #639f2a;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-cursor-box .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
  color: #FFFFFF;
  background-color: #000;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse form.gsc-search-box {
  border-bottom: 0.0625rem solid #000;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse form.gsc-search-box button.gsc-search-button {
  margin: 0 0.3125rem;
  padding: 0.625rem;
  background-color: transparent;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url(../../icons/search.svg) no-repeat center center;
  background-size: 1.25rem;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse form.gsc-search-box button.gsc-search-button svg {
  fill: transparent;
  height: auto;
  width: 100%;
  min-width: 1.25rem;
  max-width: 1.25rem;
  max-height: 1.25rem;
  display: block;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse form table tbody tr td.gsc-input .gsc-input-box {
  height: auto;
  outline: none;
  border: 0;
  box-shadow: 0;
  padding: 0;
  width: 100%;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse form table tbody tr td.gsc-input .gsc-input-box input {
  font-size: 1.5rem;
  font-family: "aktiv-grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0.9375rem 0 0.9375rem 0.9375rem !important;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse form table tbody tr td.gsc-input .gsc-input-box.gsc-input-box-hover, #___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse form table tbody tr td.gsc-input .gsc-input-box.gsc-input-box-focus {
  border: 0;
  outline: none;
  box-shadow: none;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse form table tbody tr td.gsc-input .gsc-input-box .gsib_b .gsst_a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  margin-top: 0.25rem;
  overflow: hidden;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse form table tbody tr td.gsc-input .gsc-input-box .gsib_b .gsst_a,
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse form table tbody tr td.gsc-input .gsc-input-box .gsib_b .gscb_a {
  line-height: 1;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse form table tbody tr td.gsc-input .gsc-input-box .gsib_b .gscb_a {
  display: block;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse form table tbody tr td.gsc-input .gsc-input-box .gsib_b .gscb_a {
  color: inherit;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gs-title {
  height: auto;
}
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gcsc-more-maybe-branding-root,
#___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gcsc-find-more-on-google-root {
  display: none;
}

/********************
** Search bar
********************/
#desktop-search {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
#desktop-search .handle {
  stroke: #b3d143;
  stroke-dashoffset: 3.75rem;
  stroke-dasharray: 4.375rem;
  transition: stroke-dashoffset 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
#desktop-search .glass {
  stroke: #b3d143;
  stroke-dashoffset: 0.25rem;
  stroke-dasharray: 4rem;
  transition: stroke-dashoffset 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
#desktop-search.is-close-button .glass {
  stroke-dashoffset: 4rem;
}
#desktop-search.is-close-button .handle {
  stroke-dashoffset: 6.6875rem;
}

.form-search-form {
  border-top: 0.0625rem solid rgba(255, 255, 255, 0.4);
  opacity: 1;
  transition: opacity 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
  width: calc(100% - 3.125rem);
  transition: opacity 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
.form-search-form .form-search {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  width: 100%;
  background-color: #FFFFFF;
  padding: 0.9375rem;
  font-size: 1.5625rem;
  line-height: 1.5625rem;
}
.form-search-form .google-custom-search {
  position: relative;
}
.form-search-form .form-actions {
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  min-width: 5rem;
}
.form-search-form .form-actions input {
  text-align: right;
  background: transparent;
  position: absolute;
  color: #b3d143;
  font-family: "sailec";
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.path-frontpage .form-search-form {
  border-top-width: 0 !important;
}
.path-frontpage .form-search-form--is-visible {
  background-color: #000;
}

.form-search-form--is-hidden {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
}
#search_form_container .google-custom-search {
  margin: 0 auto;
  width: 83.3333%;
}
#search_form_container .form-search {
  box-sizing: border-box;
  padding-right: 6.875rem;
}
#search_form_container .form-actions,
#search_form_container .form-actions .form-submit {
  min-width: 6.875rem;
}
#search_form_container .form-actions .form-submit {
  text-align: center;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

/********************
** Utility
********************/
.element-invisible, .element-invisible-focusable:not(:focus-visible) {
  position: absolute !important;
  clip: rect(0.0625rem 0.0625rem 0.0625rem 0.0625rem);
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  overflow: hidden;
  height: 0.0625rem;
  width: 0.0625rem;
}
body > .element-invisible-focusable[href="#main"] {
  outline: none;
  background: #b3d143;
  text-align: center;
  display: block;
  padding: 0.75em;
  z-index: 2;
}

.u-faux-table {
  display: table;
  width: 100%;
  height: 100%;
}

.u-faux-table--align-middle {
  display: table-cell;
  vertical-align: middle !important;
}

.u-faux-table--align-bottom {
  display: table-cell;
  vertical-align: bottom;
}

.u-vertical-align--middle {
  vertical-align: middle;
}

.align--left {
  float: left;
}

.align--right {
  float: right;
}

.cf {
  *zoom: 1;
}
.cf:after {
  clear: both;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}

.link-whole-area {
  position: absolute;
  z-index: 666;
  text-indent: -999em;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none !important;
}

.screen-reader-text {
  position: absolute !important;
  height: 0.0625rem;
  width: 0.0625rem;
  overflow: hidden;
  clip: rect(0.0625rem 0.0625rem 0.0625rem 0.0625rem); /* IE6, IE7 */
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
}

/********************
** Misc
********************/
.svg-logo {
  width: 6.25rem;
  height: auto;
}

.page-message {
  padding: 0.9375rem;
}

/*****************************
** Background Colors
*****************************/
.bg--transparent {
  background-color: transparent;
}

.bg--transparent-important {
  background-color: transparent !important;
}

.bg--white {
  background-color: #FFFFFF;
}

.bg--black {
  background-color: #000;
}

.bg--tan {
  background-color: #F9F6F2;
}

.bg--pale-green {
  background-color: #effee2;
}

.bg--light-green {
  background-color: #effee2;
}

.bg--green {
  background-color: #b3d143;
}

.bg--dark-green {
  background-color: #b3d143;
}

.bg--pale-blue {
  background-color: #e2f5f8;
}

.bg--light-blue {
  background-color: #afe4f3;
}

.bg--blue {
  background-color: #3dc1fc;
}

.bg--dark-blue {
  background-color: #3dc1fc;
}

.bg--pale-pink {
  background-color: #ffeefd;
}

.bg--light-pink {
  background-color: #ffeefd;
}

.bg--pink {
  background-color: #ef1faa;
}

.bg--dark-pink {
  background-color: #ef1faa;
}

.bg--pale-purple {
  background-color: #f5f2f9;
}

.bg--light-purple {
  background-color: #f5f2f9;
}

.bg--purple {
  background-color: #6f27eb;
}

.bg--dark-purple {
  background-color: #6f27eb;
}

.bg--pale-red {
  background-color: #fff3f3;
}

.bg--light-red {
  background-color: #fff3f3;
}

.bg--red {
  background-color: #f6431f;
}

.bg--dark-red {
  background-color: #f6431f;
}

.bg--pale-yellow {
  background-color: #fff9e2;
}

.bg--light-yellow {
  background-color: #fff9e2;
}

.bg--yellow {
  background-color: #edb22d;
}

.bg--dark-yellow {
  background-color: #edb22d;
}

/*****************************
** Hover Background Colors
*****************************/
.hover--bg--transparent:hover {
  background-color: transparent;
}

.hover--bg--transparent-important:hover {
  background-color: transparent !important;
}

.hover--bg--white:hover {
  background-color: #FFFFFF;
}

.hover--bg--black:hover {
  background-color: #000;
}

.hover--bg--tan:hover {
  background-color: #F9F6F2;
}

.hover--bg--pale-green:hover {
  background-color: #effee2;
}

.hover--bg--light-green:hover {
  background-color: #effee2;
}

.hover--bg--green:hover {
  background-color: #b3d143;
}

.hover--bg--dark-green:hover {
  background-color: #b3d143;
}

.hover--bg--pale-blue:hover {
  background-color: #e2f5f8;
}

.hover--bg--light-blue:hover {
  background-color: #afe4f3;
}

.hover--bg--blue:hover {
  background-color: #3dc1fc;
}

.hover--bg--dark-blue:hover {
  background-color: #3dc1fc;
}

.hover--bg--pale-pink:hover {
  background-color: #ffeefd;
}

.hover--bg--light-pink:hover {
  background-color: #ffeefd;
}

.hover--bg--pink:hover {
  background-color: #ef1faa;
}

.hover--bg--dark-pink:hover {
  background-color: #ef1faa;
}

.hover--bg--pale-purple:hover {
  background-color: #f5f2f9;
}

.hover--bg--light-purple:hover {
  background-color: #f5f2f9;
}

.hover--bg--purple:hover {
  background-color: #6f27eb;
}

.hover--bg--dark-purple:hover {
  background-color: #6f27eb;
}

.hover--bg--pale-red:hover {
  background-color: #fff3f3;
}

.hover--bg--light-red:hover {
  background-color: #fff3f3;
}

.hover--bg--red:hover {
  background-color: #f6431f;
}

.hover--bg--dark-red:hover {
  background-color: #f6431f;
}

.hover--bg--pale-yellow:hover {
  background-color: #fff9e2;
}

.hover--bg--light-yellow:hover {
  background-color: #fff9e2;
}

.hover--bg--yellow:hover {
  background-color: #edb22d;
}

.hover--bg--dark-yellow:hover {
  background-color: #edb22d;
}

/*****************************
** Borders
*****************************/
.border {
  border-width: 0.125rem;
  border-style: solid;
}

.border--thick {
  border-width: 0.125rem;
}

.border--extra-thick {
  border-width: 0.5rem;
}

.border--thin {
  border-width: 0.0625rem;
}

.border--top {
  border-top-width: 0.125rem;
  border-style: solid;
}

.border--bottom {
  border-bottom-width: 0.125rem;
  border-style: solid;
}

.border--bottom-thin {
  border-bottom-width: 0.0625rem;
  border-style: solid;
}

.border--bottom--extra-thick {
  border-bottom-width: 0.5rem;
  border-style: solid;
}

.border--right {
  border-right-width: 0.125rem;
  border-style: solid;
}

.border--right--extra-thick {
  border-right-width: 0.5rem;
  border-style: solid;
}

.border--left {
  border-left-width: 0.125rem;
  border-style: solid;
}

.border--blue {
  border-color: #3dc1fc;
}

.border--pink {
  border-color: #ef1faa;
}

.border--red {
  border-color: #f6431f;
}

.border--green {
  border-color: #b3d143;
}

.border--yellow {
  border-color: #edb22d;
}

.border--purple {
  border-color: #6f27eb;
}

.border--black {
  border-color: #000;
}

/********************
** svg fill styles
********************/
.svg--fill-green path, .svg--fill-green polygon, .svg--fill-green circle, .svg--fill-green rect {
  fill: #b3d143;
}

.svg--fill-blue path, .svg--fill-blue polygon, .svg--fill-blue circle, .svg--fill-blue rect {
  fill: #3dc1fc;
}

.svg--fill-yellow path, .svg--fill-yellow polygon, .svg--fill-yellow circle, .svg--fill-yellow rect {
  fill: #edb22d;
}

.svg--fill-red path, .svg--fill-red polygon, .svg--fill-red circle, .svg--fill-red rect {
  fill: #f6431f;
}

.svg--fill-pink path, .svg--fill-pink polygon, .svg--fill-pink circle, .svg--fill-pink rect {
  fill: #ef1faa;
}

.svg--fill-purple path, .svg--fill-purple polygon, .svg--fill-purple circle, .svg--fill-purple rect {
  fill: #6f27eb;
}

.svg--fill-white path, .svg--fill-white polygon, .svg--fill-white circle, .svg--fill-white rect {
  fill: #FFFFFF;
}

.svg--fill-pale-green path, .svg--fill-pale-green polygon, .svg--fill-pale-green circle, .svg--fill-pale-green rect {
  fill: #effee2;
}

.svg--fill-pale-blue path, .svg--fill-pale-blue polygon, .svg--fill-pale-blue circle, .svg--fill-pale-blue rect {
  fill: #e2f5f8;
}

.svg--fill-pale-yellow path, .svg--fill-pale-yellow polygon, .svg--fill-pale-yellow circle, .svg--fill-pale-yellow rect {
  fill: #fff9e2;
}

.svg--fill-pale-red path, .svg--fill-pale-red polygon, .svg--fill-pale-red circle, .svg--fill-pale-red rect {
  fill: #fff3f3;
}

.svg--fill-pale-pink path, .svg--fill-pale-pink polygon, .svg--fill-pale-pink circle, .svg--fill-pale-pink rect {
  fill: #ffeefd;
}

.svg--fill-pale-purple path, .svg--fill-pale-purple polygon, .svg--fill-pale-purple circle, .svg--fill-pale-purple rect {
  fill: #f5f2f9;
}

svg #bottom,
svg .bottom {
  display: none;
}

/********************
** Pagination
********************/
/*****************************
** masks
*****************************/
.mask--square, .mask--circle {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.mask--square img, .mask--circle img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mask--circle {
  border-radius: 50%;
}

@media only screen and (min-width: 40rem) {
  #block-mann-theme-local-tasks ul.tabs.primary li a {
    width: auto;
  }
  #header .l-container--xlg,
  #utility-navbar .l-container--xlg,
  .alert .l-container--xlg {
    padding-left: 0;
    padding-right: 0;
  }
  .block-page-title-block {
    padding: 2.5rem 0;
  }
  .row-inside--xs {
    padding: 0.9375rem 0;
  }
  .row-inside--sm {
    padding: 1.875rem 0;
  }
  .row-inside--md {
    padding: 2.5rem 0;
  }
  .row-inside--lg {
    padding: 3.75rem 0;
  }
  .row-inside--xlg {
    padding: 5.3125rem 0;
  }
  .col-half {
    float: left;
    width: 50%;
  }
  .l-faux-table > .col-half {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .col-three-quarters {
    float: left;
    width: 100%;
  }
  .gap--md {
    padding-right: 3.4375rem;
  }
  .flex-grid.gutter--sm,
  .flex-grid--small.gutter--sm {
    margin-left: -0.15625rem;
  }
  .flex-grid.gutter--sm .col-item,
  .flex-grid--small.gutter--sm .col-item {
    margin: 0.15625rem;
  }
  .flex-grid.cols--2 .col-item,
  .flex-grid--small.cols--2 .col-item {
    width: 50%;
  }
  .flex-grid.cols--3 .col-item,
  .flex-grid--small.cols--3 .col-item {
    width: 33.333%;
  }
  .flex-grid.cols--4 .col-item,
  .flex-grid--small.cols--4 .col-item {
    width: 25%;
  }
  .flex-grid.cols--5 .col-item,
  .flex-grid--small.cols--5 .col-item {
    width: 20%;
  }
  .flex-grid--small {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
  }
  .flex-grid--vertical {
    display: flex;
    flex-flow: column wrap;
    flex-wrap: wrap;
  }
  .style-col-4 .flex-grid.cols--3 .col-item {
    width: 33.333%;
  }
  .column-grid {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .column-grid.cols--3 {
    -moz-columns: 3;
         columns: 3;
  }
  .column-grid.cols--4 {
    -moz-columns: 4;
         columns: 4;
  }
  .column-grid .col-item {
    padding-bottom: 1.5625rem;
  }
  .path-user .block-system-main-block .form-actions .form-submit {
    width: auto;
  }
  .path-user .block-system-main-block .form-actions .form-submit {
    min-width: 10.9375rem;
  }
  .embedded-form .fsSubmit button,
  .fsform-container .fsSubmit button {
    width: auto;
  }
  .field--name-field-header:first-child:has(.paragraph--type--featured-text-callout) .row-inside--lg.paragraph--type--featured-text-callout, .contextual:first-child + .field--name-field-header:has(.paragraph--type--featured-text-callout) .row-inside--lg.paragraph--type--featured-text-callout {
    padding-bottom: 2.1875rem;
  }
  #footer {
    padding: 5.3125rem 0;
  }
  #footer .col-1 {
    min-width: 100%;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
  #footer .col-2 {
    min-width: 100%;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
  #footer .col-3 {
    min-width: 100%;
  }
  #block-socialfooter .field {
    margin-right: 1.875rem;
  }
  .menu-footer .menu-item:not(:last-of-type),
  .menu-main--secondary .menu-item:not(:last-of-type) {
    margin-right: 0.9375rem;
    margin-right: calc(6.25vw - 1.5625rem);
  }
  .menu-main--secondary:not(:only-child) {
    margin-right: 0.9375rem;
    padding-right: 0.9375rem;
    margin-right: calc(1.7857142857vw + 0.22321rem);
    padding-right: calc(1.7857142857vw + 0.22321rem);
  }
  .menu-main--secondary:last-child {
    margin-right: 0px;
    padding-right: 0px;
  }
  .menu-item--secondary > a {
    padding: 0.9375rem 0px;
  }
}

@media only screen and (min-width: 64rem) {
  :root {
    --header-height: 3.6875rem;
    --utility-navbar-height: 2.5625rem;
  }
  #block-mann-theme-local-tasks ul.tabs.primary {
    width: 96%;
    width: calc(100% - 3.125rem * 2);
  }
  #header .l-container--xlg,
  #utility-navbar .l-container--xlg,
  .alert .l-container--xlg {
    padding-left: 0;
    padding-right: 0;
  }
  .block-page-title-block {
    width: 96%;
    width: calc(100% - 3.125rem * 2);
  }
  .block-page-title-block {
    padding: 3.75rem 0;
  }
  #block-mann-theme-local-tasks ~ .block-page-title-block.node-detail.node--page {
    padding-top: 2.5rem;
  }
  .l-container--sm {
    width: 96%;
    width: calc(100% - 3.125rem * 2);
  }
  .l-container--md {
    width: 96%;
    width: calc(100% - 3.125rem * 2);
  }
  .l-container--lg {
    width: 96%;
    width: calc(100% - 3.125rem * 2);
  }
  .l-container--lg-ish {
    width: 96%;
    width: calc(100% - 3.125rem * 2);
  }
  .l-container--xlg {
    width: 96%;
    width: calc(100% - 3.125rem * 2);
  }
  .row-inside--xs {
    padding: 1.875rem 0;
  }
  .row-inside--sm {
    padding: 2.5rem 0;
  }
  .row-inside--md {
    padding: 3.75rem 0;
  }
  .row-inside--lg {
    padding: 5.3125rem 0;
  }
  .row-inside--xlg {
    padding: 8.125rem 0;
  }
  .l-faux-table {
    display: table;
    table-layout: fixed;
  }
  .col-three-fifths {
    float: left;
    width: 60%;
  }
  .l-faux-table > .col-three-fifths {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .col-two-fifths {
    float: left;
    width: 40%;
  }
  .l-faux-table > .col-two-fifths {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .col-one-fifth {
    float: left;
    width: 20%;
  }
  .l-faux-table > .col-one-fifth {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .col-three-fourths {
    float: left;
    width: 75%;
  }
  .l-faux-table > .col-three-fourths {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .col-two-thirds {
    float: left;
    width: 66.6666%;
  }
  .l-faux-table > .col-two-thirds {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .col-one-sixth {
    float: left;
    width: 16.6666%;
  }
  .l-faux-table > .col-one-sixth {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .col-third {
    float: left;
    width: 33.3333%;
  }
  .l-faux-table > .col-third {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .col-quarter {
    width: 25%;
    float: left;
  }
  .l-faux-table > .col-quarter {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .col-three-quarters {
    width: 75%;
  }
  .flex-grid.cols--1, .flex-grid.cols--2, .flex-grid.cols--3, .flex-grid.cols--4,
  .flex-grid--small.cols--1,
  .flex-grid--small.cols--2,
  .flex-grid--small.cols--3,
  .flex-grid--small.cols--4 {
    margin: -1.25rem;
  }
  .flex-grid.cols--1 .col-item, .flex-grid.cols--2 .col-item, .flex-grid.cols--3 .col-item, .flex-grid.cols--4 .col-item,
  .flex-grid--small.cols--1 .col-item,
  .flex-grid--small.cols--2 .col-item,
  .flex-grid--small.cols--3 .col-item,
  .flex-grid--small.cols--4 .col-item {
    padding: 1.25rem;
  }
  .flex-grid.cols--5,
  .flex-grid--small.cols--5 {
    margin: -0.5rem;
  }
  .flex-grid.cols--5 .col-item,
  .flex-grid--small.cols--5 .col-item {
    padding: 1rem;
  }
  .flex-grid {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
  }
  .column-grid .col-item {
    padding-bottom: 2.8125rem;
  }
  form input:not([type]),
  form input[type=text],
  form input[type=email],
  form input[type=password],
  form input[type=date],
  form input[type=tel],
  form textarea {
    padding: 1.25rem;
    font-size: 1rem;
  }
  .path-user .block-system-main-block {
    width: 96%;
    width: calc(100% - 3.125rem * 2);
  }
  .path-user .block-system-main-block .form-actions .form-submit {
    min-width: 16.875rem;
  }
  .embedded-form [class*=StyledCurrency],
  .fsform-container [class*=StyledCurrency] {
    left: 1.25rem;
  }
  .embedded-form [class*=StyledCurrency] + input,
  .fsform-container [class*=StyledCurrency] + input {
    padding-left: 1.875rem;
  }
  .embedded-form .fsInvalidInput,
  .fsform-container .fsInvalidInput {
    background-position: calc(100% + 0.8125rem) center;
  }
  #utility-navbar + #header + #video-header {
    margin-top: calc(-1 * (var(--header-height) + var(--utility-navbar-height) + 0.0625rem));
  }
  #header > .bg--black > .l-container--xlg {
    line-height: 0;
    justify-content: space-between;
  }
  #header .btn-icon.search-btn {
    margin-right: -0.5rem;
  }
  .field--name-field-header:first-child:has(.paragraph--type--featured-text-callout) .row-inside--lg.paragraph--type--featured-text-callout, .contextual:first-child + .field--name-field-header:has(.paragraph--type--featured-text-callout) .row-inside--lg.paragraph--type--featured-text-callout {
    padding-bottom: 5.3125rem;
  }
  .field--name-field-header:first-child:has(.paragraph--type--featured-text-callout) + .row-inside--md,
  .field--name-field-header:first-child:has(.paragraph--type--featured-text-callout) + .row-inside--lg,
  .field--name-field-header:first-child:has(.paragraph--type--featured-text-callout) + .row-inside--xlg, .contextual:first-child + .field--name-field-header:has(.paragraph--type--featured-text-callout) + .row-inside--md,
  .contextual:first-child + .field--name-field-header:has(.paragraph--type--featured-text-callout) + .row-inside--lg,
  .contextual:first-child + .field--name-field-header:has(.paragraph--type--featured-text-callout) + .row-inside--xlg {
    padding-top: 2.1875rem;
  }
  .field--name-field-header:first-child:has(.paragraph--type--full-width-callout) .co-fullwidth[class*=bg--], .contextual:first-child + .field--name-field-header:has(.paragraph--type--full-width-callout) .co-fullwidth[class*=bg--] {
    margin-bottom: 0;
  }
  #footer {
    padding: 8.125rem 0;
  }
  #footer .footer-logo svg.svg-logo {
    max-width: 75%;
  }
  #footer .block-mann-footer-info-block {
    width: auto;
    display: initial;
    float: none;
  }
  #footer .col-1:after, #footer .col-2:after {
    display: none;
    visibility: hidden;
  }
  #footer .col-1 {
    margin-bottom: 0;
    padding-bottom: 0;
    min-width: auto;
    flex: 3 1;
  }
  #footer .col-2 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    min-width: auto;
    display: flex;
    flex: 6 1;
  }
  #footer .col-3 {
    margin-bottom: 0;
    padding-bottom: 0;
    min-width: auto;
    flex: 3 1;
  }
  .block-mann-email-sign-up-block,
  .block-webform-block {
    flex: 1 1;
    margin-bottom: 2.5rem;
  }
  .block-mann-email-sign-up-block form,
  .block-webform-block form {
    max-width: 30.625rem;
  }
  .block-mann-email-sign-up-block form .form-actions,
  .block-webform-block form .form-actions {
    bottom: 0.625rem;
    width: 2.5rem;
    height: 2.5rem;
  }
  #block-socialfooter .field {
    margin-right: 0.625rem;
    margin-right: calc(5.6818181818vw - 3.01136rem);
  }
  #block-socialfooter .field svg {
    height: 1.5625rem;
    width: 1.5625rem;
    margin-right: 0;
  }
  #block-sponsor a img {
    margin-right: 2em;
    display: inline-block;
  }
  .menu-main {
    display: flex;
    visibility: visible;
  }
  .menu-footer .menu-item,
  .menu-main--secondary .menu-item {
    display: inline-block;
  }
  .menu-item--main {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-left: calc(7.1022727273vw - 3.7642rem);
    padding-right: calc(7.1022727273vw - 3.7642rem);
  }
  .menu-item--main a {
    line-height: 1;
  }
  #hamburger {
    display: none;
    visibility: hidden;
  }
  #hamburger .toggle {
    transition: opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99), transform 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  .menu-footer {
    display: inline-block;
    visibility: visible;
  }
  .footer-menu--mobile .menu-footer {
    visibility: hidden;
    display: none;
  }
  .footer-menu--mobile .menu-footer .menu-item--footer {
    margin-bottom: 0;
  }
  .menu-main--secondary:last-child .menu-item--secondary:last-child {
    margin-right: 3.125rem;
  }
  ul.menu-utility a {
    text-decoration-color: rgba(255, 255, 255, 0);
  }
  .menu-main .menu-item .menu-item-wrapper:hover a:after,
  .menu-item--secondary:hover a:after {
    transform: scaleX(1);
  }
  .menu-main .menu-item .menu-item-wrapper.menu-item--active-trail a.is-active,
  .menu-item--secondary.menu-item--active-trail a.is-active {
    font-weight: 700;
  }
  .menu-main .menu-item .menu-item-wrapper.menu-item--active-trail a.is-active:after,
  .menu-item--secondary.menu-item--active-trail a.is-active:after {
    transform: scaleX(1);
  }
  #___gcse_0 .gsc-control-cse .gsc-control-wrapper-cse .gsc-cursor-box {
    width: 31%;
    margin: auto;
    text-align: center;
  }
  #desktop-search {
    display: block;
    visibility: visible;
    pointer-events: all;
  }
  .form-search-form {
    width: 100%;
  }
}

@media only screen and (min-width: 75rem) {
  .l-faux-table > .col-three-quarters {
    display: table-cell;
    float: none;
    vertical-align: top;
  }
  .style-col-4 .flex-grid.cols--3 .col-item {
    width: 25%;
  }
  #block-socialfooter .field {
    margin-right: 1.25rem;
  }
  .menu-footer .menu-item:not(:last-of-type),
  .menu-main--secondary .menu-item:not(:last-of-type) {
    margin-right: 3.125rem;
  }
  .menu-item--main {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .menu-item--main > div.menu .menu-title,
  .menu-item--main > div.menu .menu-description {
    max-width: 50%;
  }
  .menu-main--secondary:not(:only-child) {
    margin-right: 1.5625rem;
    padding-right: 1.5625rem;
  }
  .menu-main--secondary:last-child {
    margin-right: 0px;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 93.75rem) {
  #block-mann-theme-local-tasks ul.tabs.primary {
    width: 100%;
  }
  #header .l-container--xlg,
  #utility-navbar .l-container--xlg,
  .alert .l-container--xlg {
    max-width: 100%;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
  .block-page-title-block {
    width: 100%;
  }
  .l-container--sm {
    width: 100%;
  }
  .l-container--md {
    width: 100%;
  }
  .l-container--lg {
    width: 100%;
  }
  .l-container--lg-ish {
    width: 100%;
  }
  .l-container--xlg {
    width: 100%;
  }
  ul.normal-grid li .f--desc {
    width: 90%;
  }
  .path-user .block-system-main-block {
    width: 100%;
  }
  .menu-main--secondary {
    left: 0;
  }
}

@media (max-width: 63.96875rem) {
  .menu--open .l-container--mobile-menu {
    display: block !important;
    visibility: visible !important;
  }
}

@media (max-width: 63.9375rem) {
  .row-inside--sm, .row-inside--md, .row-inside--lg {
    padding: 2.5rem 0;
  }
  .row-outside--sm, .row-outside--md, .row-outside--lg {
    margin: 2.5rem auto;
  }
  #header .col-center {
    display: none;
  }
  html.no-js #header .col-left {
    min-width: 7.5rem;
  }
  html.no-js #header .col-center {
    display: flex;
    margin-right: -1.5625rem;
    overflow-x: auto;
    scrollbar-width: none;
    container-type: scroll-state size;
  }
  html.no-js #header .col-center:before {
    content: "";
    width: 0.0625rem;
    min-width: 0.0625rem;
    flex: none;
    background: transparent;
    left: 0;
    position: sticky;
    transition: background-color 230ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  @container scroll-state((scrollable: left) or (scrollable: right)) {
    html.no-js #header .col-center:before {
      background: rgba(255, 255, 255, 0.25);
    }
  }
  html.no-js #header .col-center ul.menu-main {
    visibility: visible;
  }
  html.no-js #header .col-center ul.menu-main li:first-child {
    padding-left: 1.5625rem;
    margin-left: auto;
  }
  html.no-js #header .col-center ul.menu-main li:last-child {
    padding-right: 1.5625rem;
  }
  html.no-js #header .col-center a {
    white-space: nowrap;
  }
  #utility-navbar {
    display: none;
  }
  #search_form_container {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
}

@media (max-width: 61.9375rem) {
  .menu--open button#hamburger .l-container--absolute.l-container--inner .toggle.toggle--top.bg--white {
    transform: translate(-50%, -50%) rotate(45deg);
    transition: opacity 250ms cubic-bezier(0.55, 0.085, 0, 0.99), transform 250ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  .menu--open button#hamburger .l-container--absolute.l-container--inner .toggle.toggle--middle.bg--white {
    opacity: 0;
  }
  .menu--open button#hamburger .l-container--absolute.l-container--inner .toggle.toggle--bottom.bg--white {
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: opacity 250ms cubic-bezier(0.55, 0.085, 0, 0.99), transform 250ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
}

@media (max-width: 47.9375rem) {
  #toolbar-administration .toolbar-bar .toolbar-tab > .toolbar-icon {
    width: 4em;
    min-width: 4em;
    max-width: 4em;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    text-indent: -624.9375rem;
  }
  #toolbar-administration .toolbar-bar .toolbar-tab > .toolbar-icon:before {
    left: 0;
    width: 100%;
    background-size: 42% auto;
  }
  .block-mann-email-sign-up-block form .form-item,
  .block-webform-block form .form-item {
    margin-bottom: 0.625rem;
  }
  .block-mann-email-sign-up-block form .form-item.webform-type-webform-name,
  .block-webform-block form .form-item.webform-type-webform-name {
    margin-bottom: 0;
  }
  .l-container--mobile-menu .menu {
    opacity: 1 !important;
  }
}

@media (max-width: 39.9375rem) {
  .paragraph--type--form-embed.l-container--sm > .embedded-form.l-container--md form {
    padding: 0;
  }
  .embedded-form [class*=StyledSubField-],
  .fsform-container [class*=StyledSubField-] {
    flex-basis: auto;
  }
  .field--name-field-header:first-child:has(.paragraph--type--featured-text-callout) .row-inside--lg.paragraph--type--featured-text-callout, .contextual:first-child + .field--name-field-header:has(.paragraph--type--featured-text-callout) .row-inside--lg.paragraph--type--featured-text-callout {
    padding-bottom: 0;
  }
  .field--name-field-header:first-child:has(.paragraph--type--featured-text-callout) + .row-inside--md,
  .field--name-field-header:first-child:has(.paragraph--type--featured-text-callout) + .row-inside--lg,
  .field--name-field-header:first-child:has(.paragraph--type--featured-text-callout) + .row-inside--xlg, .contextual:first-child + .field--name-field-header:has(.paragraph--type--featured-text-callout) + .row-inside--md,
  .contextual:first-child + .field--name-field-header:has(.paragraph--type--featured-text-callout) + .row-inside--lg,
  .contextual:first-child + .field--name-field-header:has(.paragraph--type--featured-text-callout) + .row-inside--xlg {
    padding-top: 1.25rem;
  }
  #footer .col-2 {
    display: block;
  }
}

@media (max-width: 37.5rem) {
  footer#footer {
    padding-top: 3.75rem 0px;
  }
  footer#footer .l-container--lg.flex-grid {
    width: calc(100% - 3.125rem);
    height: auto;
    margin: 0 auto;
  }
  #footer .l-container--lg.flex-grid .col-1 {
    margin-bottom: 1.875rem;
    padding-bottom: 1.875rem;
  }
  #footer .l-container--lg.flex-grid .block-mann-footer-info-block {
    width: 50%;
    display: inline-block;
    float: left;
  }
  #footer .l-container--lg.flex-grid .footer-menu--mobile {
    width: 50%;
    padding-left: 1.25rem;
    display: inline-block;
  }
  #footer .l-container--lg.flex-grid .footer-menu--mobile .menu-footer {
    visibility: visible;
    display: block !important;
  }
  #footer .l-container--lg.flex-grid ul.menu.menu-footer {
    display: none;
  }
  #footer .l-container--lg.flex-grid .footer-menu--mobile .menu-footer .menu-item--footer {
    margin-bottom: 1.25rem;
  }
  #footer .l-container--lg.flex-grid .col-2 {
    display: block;
    min-width: 100%;
    padding-left: 0px;
  }
}

@media (max-width: 19.9375rem) {
  #toolbar-administration {
    display: none !important;
  }
}

@media (hover: hover) and (pointer: fine) {
  #block-mann-theme-local-tasks ul.tabs.primary li a:not(.btn--border-top):hover {
    color: #FFFFFF;
  }
  #block-mann-theme-local-tasks ul.tabs.primary li a:hover:before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 650ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  #block-mann-theme-local-tasks ul.tabs.primary li a:hover:after {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: transform 0ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  .path-user .block-system-main-block .form-actions .form-submit:not(.btn--border-top):hover {
    color: #FFFFFF;
  }
  .path-user .block-system-main-block .form-actions .form-submit:hover:before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 650ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  .path-user .block-system-main-block .form-actions .form-submit:hover:after {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: transform 0ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  .embedded-form .fsSubmit button:not(.btn--border-top):hover,
  .fsform-container .fsSubmit button:not(.btn--border-top):hover {
    color: #FFFFFF;
  }
  .embedded-form .fsSubmit button:hover:before,
  .fsform-container .fsSubmit button:hover:before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 650ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
  .embedded-form .fsSubmit button:hover:after,
  .fsform-container .fsSubmit button:hover:after {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: transform 0ms cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0ms cubic-bezier(0.55, 0.085, 0, 0.99);
  }
}/*# sourceMappingURL=maps/core.css.map */
