@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

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

/*! Override and add to the settings of _normalize.scss in this file */
html {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  color: #111;
  background-color: #fdfdfd;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  color: green;
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
  margin-bottom: 7px;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

.theme-insets, .footer-panel, .tertiary-column, main, .secondary-column {
  padding-top: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
  padding-left: 14px;
}

.overlay, .banner-area .label-container, .banner-area .title-area-container, .banner-area .icon-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .display-flex-narrow {
    display: flex;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .display-flex-narrow {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .display-flex-narrow {
    display: none;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .display-flex-medium {
    display: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .display-flex-medium {
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .display-flex-medium {
    display: none;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .display-flex-widest {
    display: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .display-flex-widest {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .display-flex-widest {
    display: flex;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .display-flex-medium-and-wide {
    display: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .display-flex-medium-and-wide {
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .display-flex-medium-and-wide {
    display: flex;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .display-block-narrow {
    display: block;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .display-block-narrow {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .display-block-narrow {
    display: none;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .display-block-medium {
    display: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .display-block-medium {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .display-block-medium {
    display: none;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .display-block-widest {
    display: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .display-block-widest {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .display-block-widest {
    display: block;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .display-block-medium-and-wide {
    display: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .display-block-medium-and-wide {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .display-block-medium-and-wide {
    display: block;
  }
}

.body-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (min-width: 960px) {
  .body-panel {
    background: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .body-panel {
    background: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .body-panel {
    background: none;
  }
}

#banner-menu-symbol {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  #banner-menu-symbol:checked ~ .banner-area .menubar {
    display: flex;
  }
  #banner-menu-symbol:checked ~ .banner-area .menubar-bottom-separator,
  #banner-menu-symbol:checked ~ .banner-area .add-to-banner-area-height {
    display: block;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  #banner-menu-symbol:checked ~ .banner-area .menubar {
    display: none;
  }
  #banner-menu-symbol:checked ~ .banner-area .menubar-bottom-separator,
  #banner-menu-symbol:checked ~ .banner-area .add-to-banner-area-height {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  #banner-menu-symbol:checked ~ .banner-area .menubar {
    display: flex;
  }
  #banner-menu-symbol:checked ~ .banner-area .menubar-bottom-separator,
  #banner-menu-symbol:checked ~ .banner-area .add-to-banner-area-height {
    display: block;
  }
}

.banner-area {
  width: 100%;
}
.banner-area .banner {
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .banner {
    height: 48px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .banner {
    height: 68px;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .banner {
    height: 135px;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .banner {
    background: white;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .banner {
    background: white;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .banner {
    background: white;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .icon-container {
    height: 48px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .icon-container {
    height: 68px;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .icon-container {
    height: 135px;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .icon-container {
    display: flex;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .icon-container {
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .icon-container {
    display: flex;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .icon-container {
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .icon-container {
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .icon-container {
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .icon-container {
    z-index: 1;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .icon-container {
    z-index: 1;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .icon-container {
    z-index: 1;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .icon-container .banner-icon {
    padding: 0 0 0 14px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .icon-container .banner-icon {
    padding: 0px;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .icon-container .banner-icon {
    padding: 0px;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .icon-container .banner-icon {
    width: auto;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .icon-container .banner-icon {
    width: auto;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .icon-container .banner-icon {
    width: auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .icon-container .banner-icon {
    height: auto;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .icon-container .banner-icon {
    height: auto;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .icon-container .banner-icon {
    height: auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .icon-container .banner-icon {
    background: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .icon-container .banner-icon {
    background: none;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .icon-container .banner-icon {
    background: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .icon-container .banner-icon::after {
    content: url("/assets/img/cog-wheels-60x43.png");
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .icon-container .banner-icon::after {
    content: url("/assets/img/cog-wheels-120x68.png");
  }
}
@media screen and (min-width: 960px) {
  .banner-area .icon-container .banner-icon::after {
    content: url("/assets/img/cog-wheels-240x135.png");
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .title-area-container {
    height: 48px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .title-area-container {
    height: 68px;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .title-area-container {
    height: 135px;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .title-area-container {
    display: flex;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .title-area-container {
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .title-area-container {
    display: flex;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .title-area-container {
    z-index: 2;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .title-area-container {
    z-index: 2;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .title-area-container {
    z-index: 2;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .title-area-container {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .title-area-container {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .title-area-container {
    justify-content: center;
    align-items: center;
  }
}
.banner-area .title-area-container .title-area {
  display: flex;
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .title-area-container .title-area {
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .title-area-container .title-area {
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .title-area-container .title-area {
    width: auto;
    height: auto;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .title-area-container .title-area {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .title-area-container .title-area {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .title-area-container .title-area {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .title-area-container .title-area {
    background: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .title-area-container .title-area {
    background: none;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .title-area-container .title-area {
    background: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .title-area-container .title-area .title p {
    margin: 0;
    padding: 0px;
    font: 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: green;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .title-area-container .title-area .title p {
    margin: 0;
    padding: 0px;
    font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: green;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .title-area-container .title-area .title p {
    margin: 0;
    padding: 0px;
    font: 40px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: green;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .title-area-container .title-area .subtitle {
    display: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .title-area-container .title-area .subtitle {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .title-area-container .title-area .subtitle p {
    margin: 0;
    padding: 0px;
    font: 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: gray;
  }
}
.banner-area .label-container {
  display: flex;
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .label-container {
    height: 48px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .label-container {
    height: 68px;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .label-container {
    height: 135px;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .label-container {
    display: flex;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .label-container {
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .label-container {
    display: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .label-container {
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .label-container {
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .label-container {
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .label-container {
    z-index: 3;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .label-container {
    z-index: 3;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .label-container {
    z-index: 3;
  }
}
.banner-area .label-container label {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .label-container label p:after {
    content: "≡";
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .label-container label p:after {
    content: "≡";
  }
}
@media screen and (min-width: 960px) {
  .banner-area .label-container label p:after {
    content: "≡";
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .label-container label {
    width: 10%;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .label-container label {
    width: 10%;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .label-container label {
    width: 10%;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .label-container label {
    height: 100%;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .label-container label {
    height: 100%;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .label-container label {
    height: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .label-container label {
    background: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .label-container label {
    background: none;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .label-container label {
    background: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .label-container label {
    border: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .label-container label {
    border: none;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .label-container label {
    border: none;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .label-container label p {
    padding: 0px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .label-container label p {
    padding: 0px;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .label-container label p {
    padding: 0px;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .label-container label p {
    font: 30px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .label-container label p {
    font: 35px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .label-container label p {
    font: 40px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .label-container label p {
    color: green;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .label-container label p {
    color: green;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .label-container label p {
    color: green;
  }
}
.banner-area .menubar-top-separator {
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .menubar-top-separator {
    height: 2px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .menubar-top-separator {
    height: 2px;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .menubar-top-separator {
    height: 2px;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .menubar-top-separator {
    background: green;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .menubar-top-separator {
    background: green;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .menubar-top-separator {
    background: green;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .menubar-top-separator {
    display: block;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .menubar-top-separator {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .menubar-top-separator {
    display: block;
  }
}
.banner-area .menubar-bottom-separator {
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .menubar-bottom-separator {
    height: 2px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .menubar-bottom-separator {
    height: 2px;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .menubar-bottom-separator {
    height: 2px;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .menubar-bottom-separator {
    background: green;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .menubar-bottom-separator {
    background: green;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .menubar-bottom-separator {
    background: green;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .menubar-bottom-separator {
    display: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .menubar-bottom-separator {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .menubar-bottom-separator {
    display: block;
  }
}
.banner-area .add-to-banner-area-height {
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .banner-area .add-to-banner-area-height {
    height: 0px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .banner-area .add-to-banner-area-height {
    height: 0px;
  }
}
@media screen and (min-width: 960px) {
  .banner-area .add-to-banner-area-height {
    height: 0px;
  }
}

.banner-area-outside-dom {
  position: fixed;
  top: 0;
}

.banner-area-in-dom {
  position: relative;
}

.invisible {
  width: 100%;
  opacity: 0;
  z-index: -1;
  position: relative;
}

.anchor::before {
  display: block;
  content: " ";
  visibility: hidden;
  pointer-events: none;
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .anchor::before {
    margin-top: 0px;
  }
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .anchor::before {
    height: 0px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .anchor::before {
    margin-top: 0px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .anchor::before {
    height: 0px;
  }
}
@media screen and (min-width: 960px) {
  .anchor::before {
    margin-top: 0px;
  }
}
@media screen and (min-width: 960px) {
  .anchor::before {
    height: 0px;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .menubar {
    height: auto;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .menubar {
    height: auto;
  }
}
@media screen and (min-width: 960px) {
  .menubar {
    height: auto;
  }
}
.menubar input {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .menubar {
    display: none;
    flex-direction: column;
    background: white;
  }
  .menubar .item-separator:after {
    content: none;
  }
  .menubar .item-separator {
    width: 100%;
    height: 4px;
    background-color: white;
  }
  .menubar .item,
  .menubar .item-narrow-only {
    display: flex;
    flex-direction: column;
  }
  .menubar .item a,
  .menubar .item-narrow-only a {
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .menubar .item input:checked ~ .dropdown, .menubar .item input:checked ~ .dropdown-narrow,
  .menubar .item-narrow-only input:checked ~ .dropdown,
  .menubar .item-narrow-only input:checked ~ .dropdown-narrow {
    display: flex;
  }
  .menubar .item input:checked ~ .title .symbol .code:after,
  .menubar .item-narrow-only input:checked ~ .title .symbol .code:after {
    content: "⇩";
  }
  .menubar .item .title,
  .menubar .item-narrow-only .title {
    display: flex;
    height: 42px;
    background: #e8e8e8;
  }
  .menubar .item .title:hover,
  .menubar .item-narrow-only .title:hover {
    background: #e8e8e8;
  }
  .menubar .item .title:hover,
  .menubar .item-narrow-only .title:hover {
    background: #e8e8e8;
  }
  .menubar .item .title .symbol,
  .menubar .item-narrow-only .title .symbol {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10%;
  }
  .menubar .item .title .symbol .code:after,
  .menubar .item-narrow-only .title .symbol .code:after {
    content: "⇨";
  }
  .menubar .item .title .symbol .code,
  .menubar .item-narrow-only .title .symbol .code {
    cursor: pointer;
  }
  .menubar .item .title .text,
  .menubar .item-narrow-only .title .text {
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .menubar .item .title .text .text,
  .menubar .item-narrow-only .title .text .text {
    width: 100%;
  }
  .menubar .item .title .text p,
  .menubar .item-narrow-only .title .text p {
    color: green;
  }
  .menubar .item .title .text:hover p,
  .menubar .item-narrow-only .title .text:hover p {
    color: black;
  }
  .menubar .item .dropdown,
  .menubar .item .dropdown-narrow,
  .menubar .item-narrow-only .dropdown,
  .menubar .item-narrow-only .dropdown-narrow {
    display: none;
    flex-direction: column;
  }
  .menubar .item .dropdown .subitem-separator,
  .menubar .item .dropdown-narrow .subitem-separator,
  .menubar .item-narrow-only .dropdown .subitem-separator,
  .menubar .item-narrow-only .dropdown-narrow .subitem-separator {
    display: block;
    width: 100%;
    height: 2px;
    background-color: white;
  }
  .menubar .item .dropdown .subitem input:checked ~ .sub-dropdown, .menubar .item .dropdown .subitem input:checked ~ .sub-dropdown-narrow,
  .menubar .item .dropdown-narrow .subitem input:checked ~ .sub-dropdown,
  .menubar .item .dropdown-narrow .subitem input:checked ~ .sub-dropdown-narrow,
  .menubar .item-narrow-only .dropdown .subitem input:checked ~ .sub-dropdown,
  .menubar .item-narrow-only .dropdown .subitem input:checked ~ .sub-dropdown-narrow,
  .menubar .item-narrow-only .dropdown-narrow .subitem input:checked ~ .sub-dropdown,
  .menubar .item-narrow-only .dropdown-narrow .subitem input:checked ~ .sub-dropdown-narrow {
    display: flex;
  }
  .menubar .item .dropdown .subitem input:checked ~ .title .symbol .code:after,
  .menubar .item .dropdown-narrow .subitem input:checked ~ .title .symbol .code:after,
  .menubar .item-narrow-only .dropdown .subitem input:checked ~ .title .symbol .code:after,
  .menubar .item-narrow-only .dropdown-narrow .subitem input:checked ~ .title .symbol .code:after {
    content: "⇩";
  }
  .menubar .item .dropdown .subitem .title,
  .menubar .item .dropdown-narrow .subitem .title,
  .menubar .item-narrow-only .dropdown .subitem .title,
  .menubar .item-narrow-only .dropdown-narrow .subitem .title {
    display: flex;
    background: #e8e8e8;
    height: 42px;
  }
  .menubar .item .dropdown .subitem .title:hover,
  .menubar .item .dropdown-narrow .subitem .title:hover,
  .menubar .item-narrow-only .dropdown .subitem .title:hover,
  .menubar .item-narrow-only .dropdown-narrow .subitem .title:hover {
    background: #e8e8e8;
  }
  .menubar .item .dropdown .subitem .title .symbol,
  .menubar .item .dropdown-narrow .subitem .title .symbol,
  .menubar .item-narrow-only .dropdown .subitem .title .symbol,
  .menubar .item-narrow-only .dropdown-narrow .subitem .title .symbol {
    width: 10%;
  }
  .menubar .item .dropdown .subitem .title .text a,
  .menubar .item .dropdown-narrow .subitem .title .text a,
  .menubar .item-narrow-only .dropdown .subitem .title .text a,
  .menubar .item-narrow-only .dropdown-narrow .subitem .title .text a {
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .menubar .item .dropdown .subitem .title p,
  .menubar .item .dropdown-narrow .subitem .title p,
  .menubar .item-narrow-only .dropdown .subitem .title p,
  .menubar .item-narrow-only .dropdown-narrow .subitem .title p {
    padding-left: 28px;
  }
  .menubar .item .dropdown .subitem .sub-dropdown,
  .menubar .item .dropdown .subitem .sub-dropdown-narrow,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown-narrow,
  .menubar .item-narrow-only .dropdown .subitem .sub-dropdown,
  .menubar .item-narrow-only .dropdown .subitem .sub-dropdown-narrow,
  .menubar .item-narrow-only .dropdown-narrow .subitem .sub-dropdown,
  .menubar .item-narrow-only .dropdown-narrow .subitem .sub-dropdown-narrow {
    display: none;
    flex-direction: column;
  }
  .menubar .item .dropdown .subitem .sub-dropdown .subsubitem-separator,
  .menubar .item .dropdown .subitem .sub-dropdown-narrow .subsubitem-separator,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown .subsubitem-separator,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown-narrow .subsubitem-separator,
  .menubar .item-narrow-only .dropdown .subitem .sub-dropdown .subsubitem-separator,
  .menubar .item-narrow-only .dropdown .subitem .sub-dropdown-narrow .subsubitem-separator,
  .menubar .item-narrow-only .dropdown-narrow .subitem .sub-dropdown .subsubitem-separator,
  .menubar .item-narrow-only .dropdown-narrow .subitem .sub-dropdown-narrow .subsubitem-separator {
    display: block;
    width: 100%;
    height: 1px;
    background-color: white;
  }
  .menubar .item .dropdown .subitem .sub-dropdown .subsubitem .title,
  .menubar .item .dropdown .subitem .sub-dropdown-narrow .subsubitem .title,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown .subsubitem .title,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown-narrow .subsubitem .title,
  .menubar .item-narrow-only .dropdown .subitem .sub-dropdown .subsubitem .title,
  .menubar .item-narrow-only .dropdown .subitem .sub-dropdown-narrow .subsubitem .title,
  .menubar .item-narrow-only .dropdown-narrow .subitem .sub-dropdown .subsubitem .title,
  .menubar .item-narrow-only .dropdown-narrow .subitem .sub-dropdown-narrow .subsubitem .title {
    display: flex;
    background: #e8e8e8;
    height: 42px;
  }
  .menubar .item .dropdown .subitem .sub-dropdown .subsubitem .title:hover,
  .menubar .item .dropdown .subitem .sub-dropdown-narrow .subsubitem .title:hover,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown .subsubitem .title:hover,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown-narrow .subsubitem .title:hover,
  .menubar .item-narrow-only .dropdown .subitem .sub-dropdown .subsubitem .title:hover,
  .menubar .item-narrow-only .dropdown .subitem .sub-dropdown-narrow .subsubitem .title:hover,
  .menubar .item-narrow-only .dropdown-narrow .subitem .sub-dropdown .subsubitem .title:hover,
  .menubar .item-narrow-only .dropdown-narrow .subitem .sub-dropdown-narrow .subsubitem .title:hover {
    background: #e8e8e8;
  }
  .menubar .item .dropdown .subitem .sub-dropdown .subsubitem .title .text a,
  .menubar .item .dropdown .subitem .sub-dropdown-narrow .subsubitem .title .text a,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown .subsubitem .title .text a,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown-narrow .subsubitem .title .text a,
  .menubar .item-narrow-only .dropdown .subitem .sub-dropdown .subsubitem .title .text a,
  .menubar .item-narrow-only .dropdown .subitem .sub-dropdown-narrow .subsubitem .title .text a,
  .menubar .item-narrow-only .dropdown-narrow .subitem .sub-dropdown .subsubitem .title .text a,
  .menubar .item-narrow-only .dropdown-narrow .subitem .sub-dropdown-narrow .subsubitem .title .text a {
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .menubar .item .dropdown .subitem .sub-dropdown .subsubitem .title p,
  .menubar .item .dropdown .subitem .sub-dropdown-narrow .subsubitem .title p,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown .subsubitem .title p,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown-narrow .subsubitem .title p,
  .menubar .item-narrow-only .dropdown .subitem .sub-dropdown .subsubitem .title p,
  .menubar .item-narrow-only .dropdown .subitem .sub-dropdown-narrow .subsubitem .title p,
  .menubar .item-narrow-only .dropdown-narrow .subitem .sub-dropdown .subsubitem .title p,
  .menubar .item-narrow-only .dropdown-narrow .subitem .sub-dropdown-narrow .subsubitem .title p {
    padding-left: 56px;
  }
  .menubar .isActiveSelection {
    background: #e8e8e8;
  }
  .menubar .isActiveSelection .title .text p {
    color: green;
  }
}
@media screen and (min-width: 720px) {
  .menubar {
    flex-direction: row;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar {
    display: flex;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar {
    display: flex;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar {
    background: white;
    border: none;
    box-shadow: none;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar {
    background: white;
    border: none;
    box-shadow: none;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar {
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .menubar-icon {
    width: auto;
    height: auto;
    padding: 0px;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .menubar-icon {
    width: auto;
    height: auto;
    padding: 0px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .menubar-icon:after {
    content: none;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .menubar-icon:after {
    content: none;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item-separator {
    color: green;
    background: white;
    padding: 3.5px 0px;
  }
  .menubar .item-separator p:after {
    content: "";
  }
  .menubar .item-separator p {
    font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item-separator {
    color: green;
    background: white;
    padding: 3.5px 0px;
  }
  .menubar .item-separator p:after {
    content: "";
  }
  .menubar .item-separator p {
    font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 720px) {
  .menubar p {
    margin: 0;
    padding: 0;
  }
  .menubar .item-narrow-only {
    display: none;
  }
  .menubar .item {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .menubar .item p {
    white-space: nowrap;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item p {
    color: green;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item p {
    color: green;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item p {
    font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item p {
    font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item {
    background: white;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item {
    background: white;
  }
}
@media screen and (min-width: 720px) {
  .menubar .item:hover .dropdown {
    display: block;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item:hover p {
    color: black;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item:hover p {
    color: black;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item:hover {
    background: #e8e8e8;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item:hover {
    background: #e8e8e8;
  }
}
@media screen and (min-width: 720px) {
  .menubar .item a {
    display: block;
    text-decoration: none;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item a, .menubar .item .paddingAsLink {
    padding: 3.5px 14px;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item a, .menubar .item .paddingAsLink {
    padding: 3.5px 14px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item .title {
    height: auto;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item .title {
    height: auto;
  }
}
@media screen and (min-width: 720px) {
  .menubar .item .dropdown,
  .menubar .item .dropdown-narrow {
    display: none;
    position: absolute;
    top: 100%;
    min-width: 100%;
  }
  .menubar .item .dropdown .subitem-separator,
  .menubar .item .dropdown-narrow .subitem-separator {
    display: none;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item .dropdown,
  .menubar .item .dropdown-narrow {
    margin: 0px 0px 0px 14px;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item .dropdown,
  .menubar .item .dropdown-narrow {
    margin: 0px 0px 0px 14px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item .dropdown,
  .menubar .item .dropdown-narrow {
    padding: 0px;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item .dropdown,
  .menubar .item .dropdown-narrow {
    padding: 0px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item .dropdown,
  .menubar .item .dropdown-narrow {
    background: white;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item .dropdown,
  .menubar .item .dropdown-narrow {
    background: white;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item .dropdown,
  .menubar .item .dropdown-narrow {
    border: none;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item .dropdown,
  .menubar .item .dropdown-narrow {
    border: none;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item .dropdown,
  .menubar .item .dropdown-narrow {
    box-shadow: 0em 0.25em 0.25em 0em rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item .dropdown,
  .menubar .item .dropdown-narrow {
    box-shadow: 0em 0.25em 0.25em 0em rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 720px) {
  .menubar .item .dropdown .subitem,
  .menubar .item .dropdown-narrow .subitem {
    position: relative;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item .dropdown .subitem p,
  .menubar .item .dropdown-narrow .subitem p {
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item .dropdown .subitem p,
  .menubar .item .dropdown-narrow .subitem p {
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item .dropdown .subitem p,
  .menubar .item .dropdown-narrow .subitem p {
    color: green;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item .dropdown .subitem p,
  .menubar .item .dropdown-narrow .subitem p {
    color: green;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item .dropdown .subitem,
  .menubar .item .dropdown-narrow .subitem {
    background: none;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item .dropdown .subitem,
  .menubar .item .dropdown-narrow .subitem {
    background: none;
  }
}
@media screen and (min-width: 720px) {
  .menubar .item .dropdown .subitem:hover .sub-dropdown,
  .menubar .item .dropdown-narrow .subitem:hover .sub-dropdown {
    display: flex;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item .dropdown .subitem:hover p,
  .menubar .item .dropdown-narrow .subitem:hover p {
    color: black;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item .dropdown .subitem:hover p,
  .menubar .item .dropdown-narrow .subitem:hover p {
    color: black;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item .dropdown .subitem:hover,
  .menubar .item .dropdown-narrow .subitem:hover {
    background: #e8e8e8;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item .dropdown .subitem:hover,
  .menubar .item .dropdown-narrow .subitem:hover {
    background: #e8e8e8;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item .dropdown .subitem a, .menubar .item .dropdown .subitem .paddingAsLink,
  .menubar .item .dropdown-narrow .subitem a,
  .menubar .item .dropdown-narrow .subitem .paddingAsLink {
    padding: 3.5px 14px;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item .dropdown .subitem a, .menubar .item .dropdown .subitem .paddingAsLink,
  .menubar .item .dropdown-narrow .subitem a,
  .menubar .item .dropdown-narrow .subitem .paddingAsLink {
    padding: 3.5px 14px;
  }
}
@media screen and (min-width: 720px) {
  .menubar .item .dropdown .subitem .sub-dropdown,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 100%;
    flex-direction: column;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item .dropdown .subitem .sub-dropdown,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown {
    background: white;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item .dropdown .subitem .sub-dropdown,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown {
    background: white;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item .dropdown .subitem .sub-dropdown,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown {
    border: none;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item .dropdown .subitem .sub-dropdown,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown {
    border: none;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item .dropdown .subitem .sub-dropdown,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown {
    box-shadow: 0em 0.25em 0.25em 0em rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item .dropdown .subitem .sub-dropdown,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown {
    box-shadow: 0em 0.25em 0.25em 0em rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item .dropdown .subitem .sub-dropdown .subsubitem p,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown .subsubitem p {
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item .dropdown .subitem .sub-dropdown .subsubitem p,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown .subsubitem p {
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item .dropdown .subitem .sub-dropdown .subsubitem p,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown .subsubitem p {
    color: green;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item .dropdown .subitem .sub-dropdown .subsubitem p,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown .subsubitem p {
    color: green;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item .dropdown .subitem .sub-dropdown .subsubitem,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown .subsubitem {
    background: none;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item .dropdown .subitem .sub-dropdown .subsubitem,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown .subsubitem {
    background: none;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item .dropdown .subitem .sub-dropdown .subsubitem:hover p,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown .subsubitem:hover p {
    color: black;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item .dropdown .subitem .sub-dropdown .subsubitem:hover p,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown .subsubitem:hover p {
    color: black;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item .dropdown .subitem .sub-dropdown .subsubitem:hover,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown .subsubitem:hover {
    background: #e8e8e8;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item .dropdown .subitem .sub-dropdown .subsubitem:hover,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown .subsubitem:hover {
    background: #e8e8e8;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item .dropdown .subitem .sub-dropdown .subsubitem a, .menubar .item .dropdown .subitem .sub-dropdown .subsubitem .paddingAsLink,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown .subsubitem a,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown .subsubitem .paddingAsLink {
    padding: 3.5px 14px;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item .dropdown .subitem .sub-dropdown .subsubitem a, .menubar .item .dropdown .subitem .sub-dropdown .subsubitem .paddingAsLink,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown .subsubitem a,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown .subsubitem .paddingAsLink {
    padding: 3.5px 14px;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item .dropdown .subitem .sub-dropdown .isActiveSelection,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown .isActiveSelection {
    background: #e8e8e8;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item .dropdown .subitem .sub-dropdown .isActiveSelection,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown .isActiveSelection {
    background: #e8e8e8;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item .dropdown .subitem .sub-dropdown .isActiveSelection p,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown .isActiveSelection p {
    color: green;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item .dropdown .subitem .sub-dropdown .isActiveSelection p,
  .menubar .item .dropdown-narrow .subitem .sub-dropdown .isActiveSelection p {
    color: green;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item .dropdown .isActiveSelection,
  .menubar .item .dropdown-narrow .isActiveSelection {
    background: #e8e8e8;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item .dropdown .isActiveSelection,
  .menubar .item .dropdown-narrow .isActiveSelection {
    background: #e8e8e8;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .item .dropdown .isActiveSelection p,
  .menubar .item .dropdown-narrow .isActiveSelection p {
    color: green;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .item .dropdown .isActiveSelection p,
  .menubar .item .dropdown-narrow .isActiveSelection p {
    color: green;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .isActiveSelection {
    background: #e8e8e8;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .isActiveSelection {
    background: #e8e8e8;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) and (max-width: 959px) {
  .menubar .isActiveSelection p {
    color: green;
  }
}
@media screen and (min-width: 720px) and (min-width: 960px) {
  .menubar .isActiveSelection p {
    color: green;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .secondary-column {
    background: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .secondary-column {
    background: none;
  }
}
@media screen and (min-width: 960px) {
  .secondary-column {
    background: none;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  main {
    background: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  main {
    background: none;
  }
}
@media screen and (min-width: 960px) {
  main {
    background: none;
  }
}

@media screen and (min-width: 0px) and (max-width: 719px) {
  .tertiary-column {
    background: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .tertiary-column {
    background: none;
  }
}
@media screen and (min-width: 960px) {
  .tertiary-column {
    background: none;
  }
}

.column-panel {
  display: flex;
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .column-panel {
    background: none;
    flex-direction: column;
  }
  .column-panel .primary-column {
    order: 1;
  }
  .column-panel .secondary-column {
    order: 2;
  }
  .column-panel .tertiary-column,
  .column-panel .secondary-separator,
  .column-panel .tertiary-separator,
  .column-panel .secondary-column .vmenu-container {
    display: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .column-panel {
    background: none;
    flex-direction: row;
  }
  .column-panel .secondary-column {
    width: 240px;
  }
  .column-panel .primary-column {
    flex: 1 1 auto;
    width: 1px;
  }
  .column-panel .tertiary-separator,
  .column-panel .secondary-widget-separator,
  .column-panel .tertiary-column,
  .column-panel .primary-column .vmenu-container {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .column-panel {
    background: none;
    flex-direction: row;
  }
  .column-panel .secondary-column {
    width: 240px;
  }
  .column-panel .tertiary-column {
    width: 240px;
  }
  .column-panel .primary-column {
    flex: 1 1 auto;
    width: 1px;
  }
  .column-panel .secondary-column .tertiary-column-content,
  .column-panel .tertiary-widget-separator,
  .column-panel .secondary-widget-separator,
  .column-panel .primary-column .vmenu-container {
    display: none;
  }
}

.secondary-separator, .tertiary-separator {
  margin-top: 14px;
  margin-left: 0;
  margin-bottom: 14px;
  margin-right: 0;
  display: block;
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .secondary-separator, .tertiary-separator {
    border-right: 1px solid #cfcfcf;
  }
}
@media screen and (min-width: 960px) {
  .secondary-separator, .tertiary-separator {
    border-right: 1px solid #cfcfcf;
  }
}

.footer-separator {
  display: block;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .footer-separator {
    border-bottom: 1px solid green;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .footer-separator {
    border-bottom: 1px solid green;
  }
}
@media screen and (min-width: 960px) {
  .footer-separator {
    border-bottom: 1px solid green;
  }
}

.footer-panel {
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 719px) {
  .footer-panel {
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: black;
    background: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .footer-panel {
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: black;
    background: none;
  }
}
@media screen and (min-width: 960px) {
  .footer-panel {
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: black;
    background: none;
  }
}

.vmenu-container {
  flex-direction: column;
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container {
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container {
    display: flex;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container {
    border: 1px solid #e8e8e8;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container {
    border: 1px solid #e8e8e8;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container {
    background: none;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container {
    background: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container {
    box-shadow: 0em 0.25em 0.25em 0em rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container {
    box-shadow: 0em 0.25em 0.25em 0em rgba(0, 0, 0, 0.2);
  }
}

.vmenu-container .topTitle {
  padding: 0;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container .topTitle {
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container .topTitle {
    display: flex;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container .topTitle {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container .topTitle {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container .topTitle {
    font: 8.2065429688px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container .topTitle {
    font: 8.2065429688px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container .topTitle {
    color: green;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container .topTitle {
    color: green;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container .topTitle {
    background: none;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container .topTitle {
    background: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container .topTitle h1 {
    padding: 3.5px 7px;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container .topTitle h1 {
    padding: 3.5px 7px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container .topTitle h1 {
    margin: 0;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container .topTitle h1 {
    margin: 0;
  }
}

.vmenu-container .vmenu {
  display: flex;
  flex-direction: column;
}
.vmenu-container .vmenu p {
  margin: 0px;
}
.vmenu-container .vmenu a {
  text-decoration: none;
  display: block;
}
.vmenu-container .vmenu .title {
  flex-grow: 1;
}
.vmenu-container .vmenu .subitem {
  display: flex;
  flex-direction: column;
}
.vmenu-container .vmenu .subitem input {
  display: none;
}
.vmenu-container .vmenu .subitem input:checked ~ .sub label .symbol:after,
.vmenu-container .vmenu .subitem input:checked ~ .sub-hasLink label .symbol:after,
.vmenu-container .vmenu .subitem input:checked ~ .sub-isActivePage label .symbol:after {
  content: "⇩";
}
.vmenu-container .vmenu .subitem input:checked ~ .subsub,
.vmenu-container .vmenu .subitem input:checked ~ .subsub-hasLink,
.vmenu-container .vmenu .subitem input:checked ~ .subsub-isActivePage {
  display: flex;
}
.vmenu-container .vmenu .subitem input:disabled ~ .sub label .symbol:after,
.vmenu-container .vmenu .subitem input:disabled ~ .sub-hasLink label .symbol:after,
.vmenu-container .vmenu .subitem input:disabled ~ .sub-isActivePage label .symbol:after {
  content: "⇨";
}
.vmenu-container .vmenu .subitem input:disabled ~ .subsub,
.vmenu-container .vmenu .subitem input:disabled ~ .subsub-hasLink,
.vmenu-container .vmenu .subitem input:disabled ~ .subsub-isActivePage {
  display: none;
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container .vmenu .subitem .sub-isActivePage {
    background: #e8e8e8;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container .vmenu .subitem .sub-isActivePage {
    background: #e8e8e8;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container .vmenu .subitem .sub,
  .vmenu-container .vmenu .subitem .sub-hasLink {
    background: none;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container .vmenu .subitem .sub,
  .vmenu-container .vmenu .subitem .sub-hasLink {
    background: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container .vmenu .subitem .sub-hasLink:hover {
    background: #e8e8e8;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container .vmenu .subitem .sub-hasLink:hover {
    background: #e8e8e8;
  }
}
.vmenu-container .vmenu .subitem .sub,
.vmenu-container .vmenu .subitem .sub-hasLink,
.vmenu-container .vmenu .subitem .sub-isActivePage {
  display: flex;
}
.vmenu-container .vmenu .subitem .sub .disclosure,
.vmenu-container .vmenu .subitem .sub-hasLink .disclosure,
.vmenu-container .vmenu .subitem .sub-isActivePage .disclosure {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vmenu-container .vmenu .subitem .sub .disclosure .symbol:after,
.vmenu-container .vmenu .subitem .sub-hasLink .disclosure .symbol:after,
.vmenu-container .vmenu .subitem .sub-isActivePage .disclosure .symbol:after {
  content: "⇨";
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container .vmenu .subitem .sub,
  .vmenu-container .vmenu .subitem .sub-hasLink,
  .vmenu-container .vmenu .subitem .sub-isActivePage {
    border: none;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container .vmenu .subitem .sub,
  .vmenu-container .vmenu .subitem .sub-hasLink,
  .vmenu-container .vmenu .subitem .sub-isActivePage {
    border: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container .vmenu .subitem .sub .disclosure,
  .vmenu-container .vmenu .subitem .sub-hasLink .disclosure,
  .vmenu-container .vmenu .subitem .sub-isActivePage .disclosure {
    border-right: none;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container .vmenu .subitem .sub .disclosure,
  .vmenu-container .vmenu .subitem .sub-hasLink .disclosure,
  .vmenu-container .vmenu .subitem .sub-isActivePage .disclosure {
    border-right: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container .vmenu .subitem .sub .disclosure,
  .vmenu-container .vmenu .subitem .sub-hasLink .disclosure,
  .vmenu-container .vmenu .subitem .sub-isActivePage .disclosure {
    width: 1.2em;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container .vmenu .subitem .sub .disclosure,
  .vmenu-container .vmenu .subitem .sub-hasLink .disclosure,
  .vmenu-container .vmenu .subitem .sub-isActivePage .disclosure {
    width: 1.2em;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container .vmenu .subitem .sub .title a:hover, .vmenu-container .vmenu .subitem .sub .title .show-hover:hover,
  .vmenu-container .vmenu .subitem .sub-hasLink .title a:hover,
  .vmenu-container .vmenu .subitem .sub-hasLink .title .show-hover:hover,
  .vmenu-container .vmenu .subitem .sub-isActivePage .title a:hover,
  .vmenu-container .vmenu .subitem .sub-isActivePage .title .show-hover:hover {
    color: black;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container .vmenu .subitem .sub .title a:hover, .vmenu-container .vmenu .subitem .sub .title .show-hover:hover,
  .vmenu-container .vmenu .subitem .sub-hasLink .title a:hover,
  .vmenu-container .vmenu .subitem .sub-hasLink .title .show-hover:hover,
  .vmenu-container .vmenu .subitem .sub-isActivePage .title a:hover,
  .vmenu-container .vmenu .subitem .sub-isActivePage .title .show-hover:hover {
    color: black;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container .vmenu .subitem .sub .title p,
  .vmenu-container .vmenu .subitem .sub-hasLink .title p,
  .vmenu-container .vmenu .subitem .sub-isActivePage .title p {
    padding: 3.5px 7px;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container .vmenu .subitem .sub .title p,
  .vmenu-container .vmenu .subitem .sub-hasLink .title p,
  .vmenu-container .vmenu .subitem .sub-isActivePage .title p {
    padding: 3.5px 7px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container .vmenu .subitem .sub .title p,
  .vmenu-container .vmenu .subitem .sub-hasLink .title p,
  .vmenu-container .vmenu .subitem .sub-isActivePage .title p {
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container .vmenu .subitem .sub .title p,
  .vmenu-container .vmenu .subitem .sub-hasLink .title p,
  .vmenu-container .vmenu .subitem .sub-isActivePage .title p {
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container .vmenu .subitem .sub .title p,
  .vmenu-container .vmenu .subitem .sub-hasLink .title p,
  .vmenu-container .vmenu .subitem .sub-isActivePage .title p {
    color: black;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container .vmenu .subitem .sub .title p,
  .vmenu-container .vmenu .subitem .sub-hasLink .title p,
  .vmenu-container .vmenu .subitem .sub-isActivePage .title p {
    color: black;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container .vmenu .subitem .subsub-isActivePage {
    background: #e8e8e8;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container .vmenu .subitem .subsub-isActivePage {
    background: #e8e8e8;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container .vmenu .subitem .subsub,
  .vmenu-container .vmenu .subitem .subsub-hasLink {
    background: none;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container .vmenu .subitem .subsub,
  .vmenu-container .vmenu .subitem .subsub-hasLink {
    background: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container .vmenu .subitem .subsub-hasLink:hover {
    background: #e8e8e8;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container .vmenu .subitem .subsub-hasLink:hover {
    background: #e8e8e8;
  }
}
.vmenu-container .vmenu .subitem .subsub,
.vmenu-container .vmenu .subitem .subsub-hasLink,
.vmenu-container .vmenu .subitem .subsub-isActivePage {
  display: none;
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container .vmenu .subitem .subsub,
  .vmenu-container .vmenu .subitem .subsub-hasLink,
  .vmenu-container .vmenu .subitem .subsub-isActivePage {
    border: none;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container .vmenu .subitem .subsub,
  .vmenu-container .vmenu .subitem .subsub-hasLink,
  .vmenu-container .vmenu .subitem .subsub-isActivePage {
    border: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container .vmenu .subitem .subsub .disclosure,
  .vmenu-container .vmenu .subitem .subsub-hasLink .disclosure,
  .vmenu-container .vmenu .subitem .subsub-isActivePage .disclosure {
    border-right: none;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container .vmenu .subitem .subsub .disclosure,
  .vmenu-container .vmenu .subitem .subsub-hasLink .disclosure,
  .vmenu-container .vmenu .subitem .subsub-isActivePage .disclosure {
    border-right: none;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container .vmenu .subitem .subsub .disclosure,
  .vmenu-container .vmenu .subitem .subsub-hasLink .disclosure,
  .vmenu-container .vmenu .subitem .subsub-isActivePage .disclosure {
    width: 2em;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container .vmenu .subitem .subsub .disclosure,
  .vmenu-container .vmenu .subitem .subsub-hasLink .disclosure,
  .vmenu-container .vmenu .subitem .subsub-isActivePage .disclosure {
    width: 2em;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container .vmenu .subitem .subsub .title a:hover,
  .vmenu-container .vmenu .subitem .subsub-hasLink .title a:hover,
  .vmenu-container .vmenu .subitem .subsub-isActivePage .title a:hover {
    color: black;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container .vmenu .subitem .subsub .title a:hover,
  .vmenu-container .vmenu .subitem .subsub-hasLink .title a:hover,
  .vmenu-container .vmenu .subitem .subsub-isActivePage .title a:hover {
    color: black;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container .vmenu .subitem .subsub .title p,
  .vmenu-container .vmenu .subitem .subsub-hasLink .title p,
  .vmenu-container .vmenu .subitem .subsub-isActivePage .title p {
    padding: 1.75px 3.5px;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container .vmenu .subitem .subsub .title p,
  .vmenu-container .vmenu .subitem .subsub-hasLink .title p,
  .vmenu-container .vmenu .subitem .subsub-isActivePage .title p {
    padding: 1.75px 3.5px;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container .vmenu .subitem .subsub .title p,
  .vmenu-container .vmenu .subitem .subsub-hasLink .title p,
  .vmenu-container .vmenu .subitem .subsub-isActivePage .title p {
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container .vmenu .subitem .subsub .title p,
  .vmenu-container .vmenu .subitem .subsub-hasLink .title p,
  .vmenu-container .vmenu .subitem .subsub-isActivePage .title p {
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
}
@media screen and (min-width: 720px) and (max-width: 959px) {
  .vmenu-container .vmenu .subitem .subsub .title p,
  .vmenu-container .vmenu .subitem .subsub-hasLink .title p,
  .vmenu-container .vmenu .subitem .subsub-isActivePage .title p {
    color: black;
  }
}
@media screen and (min-width: 960px) {
  .vmenu-container .vmenu .subitem .subsub .title p,
  .vmenu-container .vmenu .subitem .subsub-hasLink .title p,
  .vmenu-container .vmenu .subitem .subsub-isActivePage .title p {
    color: black;
  }
}

.post-meta {
  color: #828282;
  font-size: 14px;
}

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

.page-meta {
  color: #828282;
  font-size: 14px;
}

.page-title {
  text-align: center;
  margin-top: 28px;
  margin-bottom: 28px;
}

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

.text-centered-bold {
  text-align: center;
  font-weight: bold;
}

.text-boxed-float-right {
  float: right;
  font-size: 14px;
  font-style: italic;
  border: 1px solid lightgray;
  margin: 7px 0 7px 14px;
  padding: 0 7px;
  width: 25%;
}

.text-boxed-float-left {
  float: left;
  font-size: 14px;
  font-style: italic;
  border: 1px solid lightgray;
  margin: 7px 14px 7px 0;
  padding: 0 7px;
  width: 25%;
}

.image-centered {
  display: block;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.image-float-center {
  display: block;
  max-width: 40%;
  float: center;
  margin: 14px 14px;
}

.image-float-right {
  display: block;
  max-width: 50%;
  float: right;
  margin: 14px 0 14px 14px;
}

.image-float-left {
  display: block;
  max-width: 50%;
  float: left;
  margin: 14px 14px 14px 0;
}

.cblock-row-title {
  text-align: center;
}

.cblock-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.cblock {
  display: block;
  width: 200px;
  margin: 14px 14px;
}

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

.cblock-image {
  display: block;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
}

.cblock-description {
  text-align: center;
  font-size: 14px;
}

.cblock-store {
  text-align: center;
  font-size: 14px;
}

.highlighter-rouge {
  background: #eee;
}

.highlight {
  overflow-x: auto;
}

.widget {
  font-size: 12.25px;
}
.widget h1 {
  font-size: 14px;
  font-weight: bold;
}
.widget h1, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6, .widget p, .widget blockquote, .widget pre, .widget ul, .widget ol, .widget dl, .widget figure {
  margin-bottom: 0;
}

.widget-separator, .tertiary-widget-separator, .secondary-widget-separator {
  margin-top: 7px;
  margin-left: 0;
  margin-bottom: 7px;
  margin-right: 0;
  border-bottom: 1px solid green;
  display: block;
}

.scaling-iframe-wrapper-hd {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
  margin-top: 14px;
  margin-bottom: 14px;
}
.scaling-iframe-wrapper-hd iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.older-posts h1 {
  margin-bottom: 7px;
}
.older-posts .year-details summary {
  outline: none;
}
.older-posts .year-details .month-details {
  padding-left: 14px;
}
.older-posts .year-details .month-details p {
  padding: 0 0 0 28px;
  margin: 0 0 0 0;
  text-indent: -14px;
}

.categories input {
  display: none;
}
.categories p {
  margin: 0;
}
.categories a {
  text-decoration: none;
  display: block;
  background: none;
}
.categories a:hover {
  background: #e8e8e8;
}
.categories label h1 {
  background: none;
}
.categories label h1:hover {
  background: #e8e8e8;
}
.categories .title {
  padding: 1.75px 3.5px 1.75px 14px;
}
.categories .title {
  display: none;
}
.categories input:checked ~ .title {
  display: block;
}

#comments {
  border: 1px solid #888;
  padding: 10px;
  margin-top: 20px;
}

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