/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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: 1px 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.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
       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"] {
  -moz-box-sizing: border-box;
       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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  /* 2 */ }

/**
 * 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: 1px solid #c0c0c0;
  margin: 0 2px;
  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; }

.embed-container {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.embed-container object,
.embed-container embed,
.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

html {
  overflow-y: scroll; }

body {
  background: #fff; }

html {
  font-size: 62.5%; }

body, button, input, select, textarea,
.site {
  font-family: "Source Sans Pro", sans-serif;
  color: #444444;
  font-size: 16px;
  font-size: 1.6rem; }

body {
  line-height: 2; }

p {
  margin: 1em 0; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  margin: .5em 0; }

h1 {
  font-size: 41px;
  font-size: 4.1rem;
  font-weight: 200; }

h2 {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 200; }

h3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 200; }

h4 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 200; }

h5 {
  font-size: 16px;
  font-size: 1.6rem; }

h6 {
  font-size: 14px;
  font-size: 1.4rem; }

a {
  transition: color .3s ease-in-out;
  text-decoration: none; }

a, a:visited {
  color: #428bca; }

a:hover, a:active {
  color: #2a6496; }

img {
  display: inline-block;
  max-width: 100%;
  height: auto; }

figure {
  margin: 0; }

.alignleft {
  float: left;
  margin-right: 1em; }

.alignright {
  float: right;
  margin-left: 1em; }

.aligncenter, .alignnone {
  display: block; }

.aligncenter {
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic; }

.lt-ie10 img[src*=".svg"] {
  width: 100%; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; } }

.iframe-wrapper-youtube, .iframe-wrapper-gmaps {
  position: relative;
  height: 0; }
  .iframe-wrapper-youtube iframe, .iframe-wrapper-gmaps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.iframe-wrapper-youtube {
  padding-top: 56.25%;
  padding-bottom: 30px; }

.iframe-wrapper-gmaps {
  padding-top: 66.66%;
  padding-top: 50vh; }

input, textarea, select, button {
  background: none;
  border-radius: 2px;
  transition: border-color .3s ease-in-out;
  border: 1px solid #cfcfcf; }
  input:hover, input:focus, textarea:hover, textarea:focus, select:hover, select:focus, button:hover, button:focus {
    border-color: #8a8a8a; }

input, textarea, select {
  padding: 2px 6px; }

button,
.button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1;
  background-color: #e6e6e6;
  border: 1px solid #cfcfcf; }
  button:hover, button:focus,
  .button:hover,
  .button:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:focus {
    border-color: #8a8a8a; }
  button.green,
  .button.green,
  input[type="button"].green,
  input[type="submit"].green,
  input[type="reset"].green {
    background-color: #dcedc8;
    border-color: #c6d5b4; }
    button.green:hover,
    .button.green:hover,
    input[type="button"].green:hover,
    input[type="submit"].green:hover,
    input[type="reset"].green:hover {
      border-color: #848e78; }
  button.blue,
  .button.blue,
  input[type="button"].blue,
  input[type="submit"].blue,
  input[type="reset"].blue {
    background-color: #bbdefb;
    border-color: #a8c8e2; }
    button.blue:hover,
    .button.blue:hover,
    input[type="button"].blue:hover,
    input[type="submit"].blue:hover,
    input[type="reset"].blue:hover {
      border-color: #708597; }
  button.orange,
  .button.orange,
  input[type="button"].orange,
  input[type="submit"].orange,
  input[type="reset"].orange {
    background-color: #ffe0b2;
    border-color: #e6caa0; }
    button.orange:hover,
    .button.orange:hover,
    input[type="button"].orange:hover,
    input[type="submit"].orange:hover,
    input[type="reset"].orange:hover {
      border-color: #99866b; }
  button.red,
  .button.red,
  input[type="button"].red,
  input[type="submit"].red,
  input[type="reset"].red {
    background-color: #ef9a9a;
    border-color: #d78b8b; }
    button.red:hover,
    .button.red:hover,
    input[type="button"].red:hover,
    input[type="submit"].red:hover,
    input[type="reset"].red:hover {
      border-color: #8f5c5c; }
  button.dark-orange,
  .button.dark-orange,
  input[type="button"].dark-orange,
  input[type="submit"].dark-orange,
  input[type="reset"].dark-orange {
    background-color: #FE9A35;
    border-color: #e58b30; }
    button.dark-orange:hover,
    .button.dark-orange:hover,
    input[type="button"].dark-orange:hover,
    input[type="submit"].dark-orange:hover,
    input[type="reset"].dark-orange:hover {
      border-color: #985c20; }
  button.dark-red,
  .button.dark-red,
  input[type="button"].dark-red,
  input[type="submit"].dark-red,
  input[type="reset"].dark-red {
    background-color: #B5091F;
    border-color: #a3081c; }
    button.dark-red:hover,
    .button.dark-red:hover,
    input[type="button"].dark-red:hover,
    input[type="submit"].dark-red:hover,
    input[type="reset"].dark-red:hover {
      border-color: #6d0513; }

input, button, select {
  vertical-align: baseline;
  font-size: 14px;
  font-size: 1.4rem;
  height: 2em; }

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

.search-form {
  line-height: 0;
  position: relative;
  max-width: 25em; }
  .search-form:hover .search-field {
    border-color: #8a8a8a; }
  .search-form .search-field {
    margin: 0;
    height: 100%;
    width: 100%;
    padding-right: 1.6em; }
  .search-form .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    border: 0;
    padding: 1px;
    width: 1.6em;
    background: none;
    color: #777777;
    transition: color 0.25s ease-in-out; }
    .search-form .search-submit:hover, .search-form .search-submit:focus {
      outline: none;
      color: #222222; }
  .search-form .search-submit-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }

.sr-only, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
  .skip-link:active, .skip-link:focus {
    position: fixed;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    z-index: 50; }

.index-link-container {
  position: fixed;
  z-index: 999;
  width: 100%; }
  @media screen and (max-width: 960px) {
    .index-link-container {
      bottom: 0;
      left: 0; } }
  @media screen and (min-width: 681px) {
    .index-link-container {
      right: 125px;
      top: 0;
      height: 100%;
      width: 0; } }
  .index-link-container .index-link {
    margin-top: 117px;
    background-color: #FE9A35;
    border-color: #FE9A35;
    padding: 0 20px;
    white-space: nowrap;
    font-weight: 600;
    text-transform: uppercase; }
    @media screen and (max-width: 960px) {
      .index-link-container .index-link {
        width: 100%;
        padding: 6px 20px;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: normal; } }

.admin-bar .index-link-container .index-link {
  margin-top: 149px; }

/* Styles from mmenu.css */
.mm-hidden {
  display: none !important; }

.mm-wrapper {
  overflow-x: hidden;
  position: relative; }

.mm-menu {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: inherit;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-panels, .mm-panels > .mm-panel {
  background: inherit;
  border-color: inherit;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0; }

.mm-panels {
  overflow: hidden; }

.mm-panel {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: -webkit-transform .4s ease,-webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transform-origin: top left;
  transform-origin: top left; }

.mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

.mm-panel.mm-highest {
  z-index: 1; }

.mm-panel.mm-noanimation {
  transition: none !important; }

.mm-panel.mm-noanimation.mm-subopened {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-panels > .mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px; }

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 40px; }

.mm-panels > .mm-panel:not(.mm-hidden) {
  display: block; }

.mm-panels > .mm-panel:after, .mm-panels > .mm-panel:before {
  content: '';
  display: block;
  height: 20px; }

.mm-vertical .mm-panel {
  -webkit-transform: none !important;
  transform: none !important; }

.mm-listview .mm-vertical .mm-panel, .mm-vertical .mm-listview .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }

.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after, .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after {
  border-color: transparent; }

.mm-vertical li.mm-opened > .mm-panel, li.mm-vertical.mm-opened > .mm-panel {
  display: block; }

.mm-listview > li.mm-vertical > .mm-next, .mm-vertical .mm-listview > li > .mm-next {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  height: 40px;
  bottom: auto; }

.mm-listview > li.mm-vertical.mm-opened > .mm-next:after, .mm-vertical .mm-listview > li.mm-opened > .mm-next:after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px; }

.mm-btn {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  z-index: 1; }

.mm-clear:after, .mm-clear:before, .mm-close:after, .mm-close:before {
  content: '';
  border: 2px solid transparent;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.mm-clear:before, .mm-close:before {
  border-right: none;
  border-bottom: none;
  right: 18px; }

.mm-clear:after, .mm-close:after {
  border-left: none;
  border-top: none;
  right: 25px; }

.mm-next:after, .mm-prev:before {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0; }

.mm-prev:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-next:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto; }

.mm-navbar {
  border-bottom: 1px solid;
  border-color: inherit;
  text-align: center;
  line-height: 20px;
  height: 40px;
  padding: 0 40px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.mm-navbar > * {
  display: block;
  padding: 10px 0; }

.mm-navbar a, .mm-navbar a:hover {
  text-decoration: none; }

.mm-navbar .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.mm-navbar .mm-btn:first-child {
  left: 0; }

.mm-navbar .mm-btn:last-child {
  text-align: right;
  right: 0; }

.mm-panel .mm-navbar {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  display: block; }

.mm-listview, .mm-listview > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-listview {
  font: inherit;
  font-size: 14px;
  line-height: 20px; }

.mm-listview a, .mm-listview a:hover {
  text-decoration: none; }

.mm-listview > li {
  position: relative; }

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: inherit; }

.mm-listview > li > a, .mm-listview > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0; }

.mm-listview > li:not(.mm-divider):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.mm-listview > li:not(.mm-divider):after {
  left: 20px; }

.mm-listview .mm-next {
  background: rgba(3, 2, 1, 0);
  width: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }

.mm-listview .mm-next:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0; }

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
  margin-right: 50px; }

.mm-listview .mm-next.mm-fullsubopen {
  width: 100%; }

.mm-listview .mm-next.mm-fullsubopen:before {
  border-left: none; }

.mm-listview .mm-next.mm-fullsubopen + a, .mm-listview .mm-next.mm-fullsubopen + span {
  padding-right: 50px;
  margin-right: 0; }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px; }

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px; }

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75); }

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu .mm-divider {
  background: rgba(0, 0, 0, 0.05); }

.mm-page {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  position: relative; }

.mm-slideout {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: -webkit-transform .4s ease,-webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  z-index: 1; }

html.mm-opened {
  overflow-x: hidden;
  position: relative; }

html.mm-blocking {
  overflow: hidden; }

html.mm-blocking body {
  overflow: hidden; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-offcanvas {
  z-index: 0;
  display: none;
  position: fixed; }

.mm-menu.mm-offcanvas.mm-opened {
  display: block; }

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
  z-index: 10; }

.mm-menu.mm-offcanvas {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-menu ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important; }

.mm-menu .mm-listview.mm-border-none > li:after, .mm-menu .mm-listview > li.mm-border-none:after, .mm-menu.mm-border-none .mm-listview > li:after {
  content: none; }

.mm-menu .mm-listview.mm-border-full > li:after, .mm-menu .mm-listview > li.mm-border-full:after, .mm-menu.mm-border-full .mm-listview > li:after {
  left: 0 !important; }

.mm-menu .mm-listview.mm-border-offset > li:after, .mm-menu .mm-listview > li.mm-border-offset:after, .mm-menu.mm-border-offset .mm-listview > li:after {
  right: 20px; }

.mm-menu.mm-fx-menu-zoom {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: -webkit-transform .4s ease,-webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

html.mm-opened .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  transform-origin: left center; }

html.mm-opening .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  transform-origin: right center; }

html.mm-right.mm-opening .mm-menu.mm-fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu.mm-fx-menu-slide {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: -webkit-transform .4s ease,-webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease; }

html.mm-opened .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0); }

html.mm-opening .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

html.mm-right.mm-opened .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

html.mm-right.mm-opening .mm-menu.mm-fx-menu-slide {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-fx-menu-fade {
  opacity: 0;
  transition: opacity .4s ease; }

html.mm-opening .mm-menu.mm-fx-menu-fade {
  opacity: 1; }

.mm-menu .mm-fx-panels-none.mm-panel, .mm-menu.mm-fx-panels-none .mm-panel {
  transition-property: none; }

.mm-menu .mm-fx-panels-none.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-none .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu .mm-fx-panels-zoom.mm-panel, .mm-menu.mm-fx-panels-zoom .mm-panel {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0); }

.mm-menu .mm-fx-panels-zoom.mm-panel.mm-opened, .mm-menu.mm-fx-panels-zoom .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0); }

.mm-menu .mm-fx-panels-zoom.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-zoom .mm-panel.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0); }

.mm-menu .mm-fx-panels-slide-0.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-slide-0 .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu .mm-fx-panels-slide-100.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-slide-100 .mm-panel.mm-subopened {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu .mm-fx-panels-slide-up.mm-panel, .mm-menu.mm-fx-panels-slide-up .mm-panel {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-opened, .mm-menu.mm-fx-panels-slide-up .mm-panel.mm-opened {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu .mm-fx-panels-slide-up.mm-panel.mm-subopened, .mm-menu.mm-fx-panels-slide-up .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li {
  transition: none .4s ease; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(1) {
  transition-delay: 50ms; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(2) {
  transition-delay: .1s; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(3) {
  transition-delay: 150ms; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(4) {
  transition-delay: .2s; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(5) {
  transition-delay: 250ms; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(6) {
  transition-delay: .3s; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(7) {
  transition-delay: 350ms; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(8) {
  transition-delay: .4s; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(9) {
  transition-delay: 450ms; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(10) {
  transition-delay: .5s; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(11) {
  transition-delay: 550ms; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(12) {
  transition-delay: .6s; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(13) {
  transition-delay: 650ms; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(14) {
  transition-delay: .7s; }

.mm-menu[class*=mm-fx-listitems-] .mm-listview > li:nth-child(15) {
  transition-delay: 750ms; }

.mm-menu.mm-fx-listitems-slide .mm-listview > li {
  transition-property: opacity,-webkit-transform;
  transition-property: -webkit-transform,opacity;
  transition-property: transform,opacity;
  transition-property: -webkit-transform,opacity,-webkit-transform;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0; }

html.mm-opening .mm-menu.mm-fx-listitems-slide .mm-panel.mm-opened .mm-listview > li {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

.mm-menu.mm-fx-listitems-fade .mm-listview > li {
  transition-property: opacity;
  opacity: 0; }

html.mm-opening .mm-menu.mm-fx-listitems-fade .mm-panel.mm-opened .mm-listview > li {
  opacity: 1; }

.mm-menu.mm-fx-listitems-drop .mm-listview > li {
  transition-property: opacity,top;
  opacity: 0;
  top: -25%; }

html.mm-opening .mm-menu.mm-fx-listitems-drop .mm-panel.mm-opened .mm-listview > li {
  opacity: 1;
  top: 0; }

.mm-menu.mm-offcanvas.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px; }

html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

@media all and (max-width: 140px) {
  html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 10000px) {
  html.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0); } }

html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

@media all and (max-width: 140px) {
  html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 10000px) {
  html.mm-right.mm-opening .mm-menu.mm-fullscreen ~ .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0); } }

.mm-menu.mm-offcanvas.mm-fullscreen.mm-bottom, .mm-menu.mm-offcanvas.mm-fullscreen.mm-top {
  height: 100%;
  min-height: 140px;
  max-height: 10000px; }

html.mm-iconbar body {
  overflow-x: hidden; }

html.mm-iconbar .mm-page {
  background: inherit;
  min-height: 100vh; }

html.mm-iconbar .mm-slideout {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-right: 60px;
  -webkit-transform: translate(60px, 0);
  transform: translate(60px, 0);
  -webkit-transform: translate3d(60px, 0, 0);
  transform: translate3d(60px, 0, 0); }

.mm-menu.mm-iconbar {
  display: block; }

.mm-menu .mm-panels > .mm-panel.mm-listview-justify:after, .mm-menu .mm-panels > .mm-panel.mm-listview-justify:before, .mm-menu.mm-listview-justify .mm-panels > .mm-panel:after, .mm-menu.mm-listview-justify .mm-panels > .mm-panel:before {
  content: none;
  display: none; }

.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview, .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0; }

.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li, .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 40px; }

.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li:not(.mm-divider), .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li:not(.mm-divider) {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li > a:not(.mm-next), .mm-menu .mm-panels > .mm-panel.mm-listview-justify > .mm-listview > li > span, .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li > a:not(.mm-next), .mm-menu.mm-listview-justify .mm-panels > .mm-panel > .mm-listview > li > span {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.mm-listview-small .mm-listview > li > a:not(.mm-next), .mm-listview-small .mm-listview > li > span {
  padding: 7px 10px 7px 20px; }

.mm-listview-small .mm-listview > li.mm-vertical > .mm-next, .mm-listview-small .mm-vertical > .mm-listview > li > .mm-next {
  height: 34px; }

.mm-listview-large .mm-listview > li > a:not(.mm-next), .mm-listview-large .mm-listview > li > span {
  padding: 15px 10px 15px 20px; }

.mm-listview-large .mm-listview > li.mm-vertical > .mm-next, .mm-listview-large .mm-vertical > .mm-listview > li > .mm-next {
  height: 50px; }

.mm-listview-huge .mm-listview > li > a:not(.mm-next), .mm-listview-huge .mm-listview > li > span {
  padding: 20px 10px 20px 20px; }

.mm-listview-huge .mm-listview > li.mm-vertical > .mm-next, .mm-listview-huge .mm-vertical > .mm-listview > li > .mm-next {
  height: 60px; }

.mm-listview .mm-divider {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px; }

.mm-listview .mm-spacer {
  padding-top: 40px; }

.mm-listview .mm-spacer > .mm-next {
  top: 40px; }

.mm-listview .mm-spacer.mm-divider {
  padding-top: 25px; }

.mm-listview .mm-inset {
  list-style: inside disc;
  padding: 0 10px 15px 40px;
  margin: 0; }

.mm-listview .mm-inset > li {
  padding: 5px 0; }

.mm-menu .mm-listview.mm-multiline > li > a, .mm-menu .mm-listview.mm-multiline > li > span, .mm-menu .mm-listview > li.mm-multiline > a, .mm-menu .mm-listview > li.mm-multiline > span, .mm-menu.mm-multiline .mm-listview > li > a, .mm-menu.mm-multiline .mm-listview > li > span {
  text-overflow: clip;
  white-space: normal; }

.mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
  opacity: 0; }

html.mm-opening .mm-menu.mm-opened[class*=mm-pagedim] ~ #mm-blocker {
  opacity: .3;
  transition: opacity .4s ease .4s; }

.mm-menu.mm-opened.mm-pagedim ~ #mm-blocker {
  background: inherit; }

.mm-menu.mm-opened.mm-pagedim-white ~ #mm-blocker {
  background: #fff; }

.mm-menu.mm-opened.mm-pagedim-black ~ #mm-blocker {
  background: #000; }

.mm-menu.mm-popup {
  transition: opacity .4s ease;
  opacity: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.mm-menu.mm-popup.mm-opened ~ .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0; }

.mm-menu.mm-popup.mm-opened ~ #mm-blocker {
  transition-delay: 0s !important;
  z-index: 1; }

html.mm-opening .mm-menu.mm-popup {
  opacity: 1; }

.mm-menu.mm-offcanvas.mm-right {
  left: auto; }

html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-menu ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); } }

html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0; }

html.mm-front #mm-blocker {
  z-index: 1; }

html.mm-front .mm-menu.mm-offcanvas {
  z-index: 2; }

.mm-menu.mm-offcanvas.mm-front, .mm-menu.mm-offcanvas.mm-next {
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: -webkit-transform .4s ease,-webkit-transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu.mm-offcanvas.mm-front.mm-right, .mm-menu.mm-offcanvas.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-offcanvas.mm-top {
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0); }

.mm-menu.mm-offcanvas.mm-bottom {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%; }

.mm-menu.mm-offcanvas.mm-bottom {
  top: auto; }

html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-offcanvas.mm-bottom, .mm-menu.mm-offcanvas.mm-top {
  height: 80%;
  min-height: 140px;
  max-height: 880px; }

.mm-menu.mm-shadow-page:after {
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100; }

.mm-menu.mm-shadow-page.mm-right:after {
  left: auto;
  right: 100%; }

.mm-menu.mm-shadow-page.mm-front:after, .mm-menu.mm-shadow-page.mm-next:after {
  content: none;
  display: none; }

.mm-menu.mm-shadow-page:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-shadow-panels .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-dark {
  background: #333;
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-navbar a, .mm-menu.mm-theme-dark .mm-navbar > * {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-btn:after, .mm-menu.mm-theme-dark .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview {
  border-color: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  tap-highlight-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.05); }

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-shadow-page.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-shadow-panels.mm-theme-dark .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8); }

.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-dark .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-dark .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-dark label.mm-toggle {
  background: rgba(0, 0, 0, 0.15); }

.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333; }

.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-white {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-navbar a, .mm-menu.mm-theme-white .mm-navbar > * {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-btn:after, .mm-menu.mm-theme-white .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white .mm-listview > li .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
  tap-highlight-color: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white .mm-divider {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-shadow-page.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-shadow-panels.mm-theme-white .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.mm-menu.mm-theme-white .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.6); }

.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-white .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-white .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(0, 0, 0, 0.05); }

.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu.mm-theme-white label.mm-toggle:before {
  background: #fff; }

.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu.mm-theme-black {
  background: #000;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-navbar a, .mm-menu.mm-theme-black .mm-navbar > * {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-btn:after, .mm-menu.mm-theme-black .mm-btn:before {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-listview > li .mm-next:after {
  border-color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel, .mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel, .mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-shadow-page.mm-theme-black:after {
  content: none;
  display: none; }

.mm-menu.mm-shadow-panels.mm-theme-black .mm-panel.mm-opened:nth-child(n+2) {
  box-shadow: false; }

.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }

.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4); }

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected.mm-theme-black .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected.mm-theme-black .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2); }

.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #000; }

.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu .mm-tileview.mm-listview:after, .mm-menu.mm-tileview .mm-listview:after {
  content: '';
  display: block;
  clear: both; }

.mm-menu .mm-tileview.mm-listview > li, .mm-menu.mm-tileview .mm-listview > li {
  width: 50%;
  height: 0;
  padding: 50% 0 0 0;
  float: left;
  position: relative; }

.mm-menu .mm-tileview.mm-listview > li:after, .mm-menu.mm-tileview .mm-listview > li:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xs, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-s, .mm-menu.mm-tileview .mm-listview > li.mm-tile-s {
  width: 25%;
  padding-top: 25%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-l, .mm-menu.mm-tileview .mm-listview > li.mm-tile-l {
  width: 75%;
  padding-top: 75%; }

.mm-menu .mm-tileview.mm-listview > li.mm-tile-xl, .mm-menu.mm-tileview .mm-listview > li.mm-tile-xl {
  width: 100%;
  padding-top: 100%; }

.mm-menu .mm-tileview.mm-listview > li > a, .mm-menu .mm-tileview.mm-listview > li > span, .mm-menu.mm-tileview .mm-listview > li > a, .mm-menu.mm-tileview .mm-listview > li > span {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0; }

.mm-menu .mm-tileview.mm-listview > li > .mm-next, .mm-menu.mm-tileview .mm-listview > li > .mm-next {
  width: auto; }

.mm-menu .mm-tileview.mm-listview > li > .mm-next:after, .mm-menu .mm-tileview.mm-listview > li > .mm-next:before, .mm-menu.mm-tileview .mm-listview > li > .mm-next:after, .mm-menu.mm-tileview .mm-listview > li > .mm-next:before {
  content: none;
  display: none; }

.mm-menu.mm-tileview .mm-panel {
  padding-left: 0;
  padding-right: 0; }

.mm-menu.mm-tileview .mm-panel:after {
  content: none;
  display: none; }

.mm-menu.mm-tileview .mm-listview {
  margin: 0; }

html.mm-widescreen body {
  position: relative; }

html.mm-widescreen #mm-blocker {
  display: none !important; }

html.mm-widescreen .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  width: 70% !important;
  margin-left: 30% !important; }

html.mm-widescreen .mm-page {
  background: inherit;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

html.mm-widescreen.mm-blocking, html.mm-widescreen.mm-blocking body {
  overflow: auto; }

.mm-menu.mm-widescreen {
  border-right-width: 1px;
  border-right-style: solid;
  display: block !important;
  width: 30% !important;
  min-width: 0 !important;
  max-width: none !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 100 !important;
  -webkit-transform: none !important;
  transform: none !important; }

.mm-menu.mm-widescreen.mm-pageshadow:after {
  content: none;
  display: none; }

.mm-menu.mm-autoheight {
  transition: none .4s ease;
  transition-property: height,-webkit-transform;
  transition-property: -webkit-transform,height;
  transition-property: transform,height;
  transition-property: -webkit-transform,height,-webkit-transform;
  transition-property: transform,height,-webkit-transform; }

.mm-menu.mm-autoheight:not(.mm-offcanvas) {
  position: relative; }

.mm-menu.mm-measureheight .mm-panel.mm-vertical.mm-opened, .mm-menu.mm-measureheight .mm-panel:not(.mm-vertical) {
  display: block !important; }

.mm-menu.mm-measureheight .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important; }

.mm-columns {
  transition-property: width; }

.mm-columns .mm-panels > .mm-panel {
  right: auto;
  transition-property: width,-webkit-transform;
  transition-property: width,transform;
  transition-property: width,-webkit-transform,-webkit-transform;
  transition-property: width,transform,-webkit-transform; }

.mm-columns .mm-panels > .mm-panel.mm-opened, .mm-columns .mm-panels > .mm-panel.mm-subopened {
  border-left: 1px solid;
  border-color: inherit;
  display: block !important; }

.mm-columns .mm-panels > .mm-columns-0 {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-columns-0 .mm-panels > .mm-panel {
  z-index: 0; }

.mm-columns-0 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-columns-0 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-menu.mm-offcanvas.mm-columns-0 {
  width: 80%;
  min-width: 140px;
  max-width: 0; }

html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 0px) {
  html.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 0px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-0 ~ .mm-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.mm-columns .mm-panels > .mm-columns-1 {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.mm-columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%; }

.mm-columns-1 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-columns-1 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0); }

.mm-menu.mm-offcanvas.mm-columns-1 {
  width: 80%;
  min-width: 140px;
  max-width: 440px; }

html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    -webkit-transform: translate(440px, 0);
    transform: translate(440px, 0);
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0); } }

html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-1 ~ .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0); } }

.mm-columns .mm-panels > .mm-columns-2 {
  -webkit-transform: translate(200%, 0);
  transform: translate(200%, 0);
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0); }

.mm-columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%; }

.mm-columns-2 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-columns-2 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0); }

.mm-menu.mm-offcanvas.mm-columns-2 {
  width: 80%;
  min-width: 140px;
  max-width: 880px; }

html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 1100px) {
  html.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    -webkit-transform: translate(880px, 0);
    transform: translate(880px, 0);
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0); } }

html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 1100px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-2 ~ .mm-slideout {
    -webkit-transform: translate(-880px, 0);
    transform: translate(-880px, 0);
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0); } }

.mm-columns .mm-panels > .mm-columns-3 {
  -webkit-transform: translate(300%, 0);
  transform: translate(300%, 0);
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0); }

.mm-columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%; }

.mm-columns-3 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-columns-3 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0); }

.mm-menu.mm-offcanvas.mm-columns-3 {
  width: 80%;
  min-width: 140px;
  max-width: 1320px; }

html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 1650px) {
  html.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    -webkit-transform: translate(1320px, 0);
    transform: translate(1320px, 0);
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0); } }

html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 1650px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-3 ~ .mm-slideout {
    -webkit-transform: translate(-1320px, 0);
    transform: translate(-1320px, 0);
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0); } }

.mm-columns .mm-panels > .mm-columns-4 {
  -webkit-transform: translate(400%, 0);
  transform: translate(400%, 0);
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0); }

.mm-columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%; }

.mm-columns-4 .mm-panels > .mm-panel else {
  width: 100%; }

.mm-columns-4 .mm-panels > .mm-panel:not(.mm-opened):not(.mm-subopened) {
  -webkit-transform: translate(500%, 0);
  transform: translate(500%, 0);
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0); }

.mm-menu.mm-offcanvas.mm-columns-4 {
  width: 80%;
  min-width: 140px;
  max-width: 1760px; }

html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
  -webkit-transform: translate(80%, 0);
  transform: translate(80%, 0);
  -webkit-transform: translate3d(80%, 0, 0);
  transform: translate3d(80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    -webkit-transform: translate(140px, 0);
    transform: translate(140px, 0);
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0); } }

@media all and (min-width: 2200px) {
  html.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    -webkit-transform: translate(1760px, 0);
    transform: translate(1760px, 0);
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0); } }

html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
  -webkit-transform: translate3d(-80%, 0, 0);
  transform: translate3d(-80%, 0, 0); }

@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0); } }

@media all and (min-width: 2200px) {
  html.mm-right.mm-opening .mm-menu.mm-columns-4 ~ .mm-slideout {
    -webkit-transform: translate(-1760px, 0);
    transform: translate(-1760px, 0);
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0); } }

.mm-columns.mm-offcanvas.mm-bottom, .mm-columns.mm-offcanvas.mm-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%; }

html.mm-opening .mm-columns.mm-offcanvas.mm-front, html.mm-opening .mm-columns.mm-offcanvas.mm-next {
  transition-property: width,min-width,max-width,-webkit-transform;
  transition-property: width,min-width,max-width,transform;
  transition-property: width,min-width,max-width,-webkit-transform,-webkit-transform;
  transition-property: width,min-width,max-width,transform,-webkit-transform; }

em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 45px;
  top: 50%; }

em.mm-counter + a.mm-next {
  width: 90px; }

em.mm-counter + a.mm-next + a, em.mm-counter + a.mm-next + span {
  margin-right: 90px; }

em.mm-counter + a.mm-fullsubopen {
  padding-left: 0; }

em.mm-counter + a.mm-fullsubopen + a, em.mm-counter + a.mm-fullsubopen + span {
  padding-right: 90px; }

.mm-listview em.mm-counter + .mm-next.mm-fullsubopen + a, .mm-listview em.mm-counter + .mm-next.mm-fullsubopen + span {
  padding-right: 90px; }

.mm-vertical > .mm-counter {
  top: 12px;
  margin-top: 0; }

.mm-vertical.mm-spacer > .mm-counter {
  margin-top: 40px; }

.mm-nosubresults > .mm-counter {
  display: none; }

.mm-menu em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-divider > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px; }

.mm-divider.mm-opened a.mm-next:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-collapsed:not(.mm-uncollapsed) {
  display: none; }

.mm-fixeddivider {
  background: inherit;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-fixeddivider:after {
  content: none !important;
  display: none !important; }

.mm-hasdividers .mm-fixeddivider {
  display: block; }

.mm-menu .mm-fixeddivider span {
  background: rgba(0, 0, 0, 0.05); }

html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-slideout {
  transition-duration: 0s; }

.mm-menu.mm-dropdown {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%; }

html.mm-dropdown .mm-slideout {
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0; }

html.mm-dropdown #mm-blocker {
  transition-delay: 0s !important;
  z-index: 1; }

html.mm-dropdown .mm-menu {
  z-index: 2; }

html.mm-dropdown.mm-opened:not(.mm-opening) .mm-menu {
  display: none; }

.mm-menu.mm-tip:before {
  content: '';
  background: inherit;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.mm-menu.mm-tipleft:before {
  left: 22px; }

.mm-menu.mm-tipright:before {
  right: 22px; }

.mm-menu.mm-tiptop:before {
  top: -8px; }

.mm-menu.mm-tipbottom:before {
  bottom: -8px; }

.mm-iconpanel .mm-panels > .mm-panel {
  transition-property: left,-webkit-transform;
  transition-property: -webkit-transform,left;
  transition-property: transform,left;
  transition-property: -webkit-transform,left,-webkit-transform;
  transition-property: transform,left,-webkit-transform; }

.mm-iconpanel .mm-panels > .mm-panel.mm-opened, .mm-iconpanel .mm-panels > .mm-panel.mm-subopened {
  border-left: 1px solid;
  border-color: inherit;
  display: block !important; }

.mm-iconpanel .mm-panels > .mm-panel.mm-subopened {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  left: 0; }

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  left: 40px; }

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  left: 80px; }

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  left: 120px; }

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  left: 160px; }

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  left: 200px; }

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  left: 240px; }

.mm-subblocker {
  background: inherit;
  opacity: 0;
  display: block;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  transition: opacity .4s ease; }

.mm-subopened .mm-subblocker {
  opacity: .6;
  bottom: -100000px; }

.mm-keyboardfocus a:focus {
  outline: 0; }

.mm-menu.mm-keyboardfocus a:focus {
  background: rgba(255, 255, 255, 0.5); }

.mm-navbars-bottom, .mm-navbars-top {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3; }

.mm-navbars-bottom > .mm-navbar, .mm-navbars-top > .mm-navbar {
  border: none;
  padding: 0;
  position: relative;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-navbars-top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0; }

.mm-navbars-bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0; }

.mm-navbar.mm-hasbtns {
  padding: 0 40px; }

.mm-navbar[class*=mm-navbar-content-] > * {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: block;
  float: left; }

.mm-navbar .mm-breadcrumbs {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 17px; }

.mm-navbar .mm-breadcrumbs > * {
  display: inline-block;
  padding: 10px 3px; }

.mm-navbar .mm-breadcrumbs > a {
  text-decoration: underline; }

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
  margin-left: -40px; }

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
  margin-left: 0;
  padding-left: 0; }

.mm-hasnavbar-top-1 .mm-panels {
  top: 40px; }

.mm-hasnavbar-top-2 .mm-panels {
  top: 80px; }

.mm-hasnavbar-top-3 .mm-panels {
  top: 120px; }

.mm-hasnavbar-top-4 .mm-panels {
  top: 160px; }

.mm-hasnavbar-bottom-1 .mm-panels {
  bottom: 40px; }

.mm-hasnavbar-bottom-2 .mm-panels {
  bottom: 80px; }

.mm-hasnavbar-bottom-3 .mm-panels {
  bottom: 120px; }

.mm-hasnavbar-bottom-4 .mm-panels {
  bottom: 160px; }

.mm-navbar-size-2 {
  height: 80px; }

.mm-navbar-size-3 {
  height: 120px; }

.mm-navbar-size-4 {
  height: 160px; }

.mm-navbar-content-2 > * {
  width: 50%; }

.mm-navbar-content-3 > * {
  width: 33.33%; }

.mm-navbar-content-4 > * {
  width: 25%; }

.mm-navbar-content-5 > * {
  width: 20%; }

.mm-navbar-content-6 > * {
  width: 16.67%; }

.mm-menu.mm-rtl {
  direction: rtl; }

.mm-menu.mm-rtl.mm-offcanvas {
  right: auto; }

.mm-menu.mm-rtl .mm-panel:not(.mm-opened) {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.mm-menu.mm-rtl .mm-panel.mm-subopened {
  -webkit-transform: translate(30%, 0);
  transform: translate(30%, 0);
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0); }

.mm-menu.mm-rtl .mm-navbar .mm-btn:first-child {
  left: auto;
  right: 0; }

.mm-menu.mm-rtl .mm-navbar .mm-btn:last-child {
  right: auto;
  left: 0; }

.mm-menu.mm-rtl .mm-navbar .mm-next:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-menu.mm-rtl .mm-navbar .mm-prev:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto; }

.mm-menu.mm-rtl .mm-listview > li:not(.mm-divider)::after {
  left: 0;
  right: 20px; }

.mm-menu.mm-rtl .mm-listview > li > a:not(.mm-next), .mm-menu.mm-rtl .mm-listview > li > span:not(.mm-next) {
  padding-left: 10px;
  padding-right: 20px !important;
  margin-right: 0 !important; }

.mm-menu.mm-rtl .mm-listview .mm-next {
  right: auto;
  left: 0; }

.mm-menu.mm-rtl .mm-listview .mm-next:before {
  left: auto;
  right: 0; }

.mm-menu.mm-rtl .mm-listview .mm-next:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto; }

.mm-menu.mm-rtl .mm-listview .mm-next + a, .mm-menu.mm-rtl .mm-listview .mm-next + span {
  margin-left: 50px; }

.mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview .mm-next.mm-fullsubopen + span {
  padding-left: 50px; }

.mm-menu.mm-rtl em.mm-counter {
  left: 45px;
  right: auto; }

.mm-menu.mm-rtl em.mm-counter + a.mm-next + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + span {
  margin-left: 90px; }

.mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + a, .mm-menu.mm-rtl .mm-listview em.mm-counter + .mm-fullsubopen + span {
  padding-left: 90px; }

.mm-menu.mm-rtl label.mm-check, .mm-menu.mm-rtl label.mm-toggle {
  left: 20px;
  right: auto !important; }

.mm-menu.mm-rtl label.mm-toggle + a, .mm-menu.mm-rtl label.mm-toggle + span {
  padding-left: 80px; }

.mm-menu.mm-rtl label.mm-check + a, .mm-menu.mm-rtl label.mm-check + span {
  padding-left: 60px; }

.mm-menu.mm-rtl a.mm-next + label.mm-check, .mm-menu.mm-rtl a.mm-next + label.mm-toggle {
  left: 60px; }

.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  margin-left: 50px; }

.mm-menu.mm-rtl a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl a.mm-next + label.mm-toggle + span {
  padding-left: 70px; }

.mm-menu.mm-rtl a.mm-next + label.mm-check + a, .mm-menu.mm-rtl a.mm-next + label.mm-check + span {
  padding-left: 50px; }

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle {
  left: 100px; }

.mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-check + span, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + a, .mm-menu.mm-rtl em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-left: 90px; }

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-] {
  left: 0; }

.mm-menu.mm-rtl .mm-panel[class*=mm-iconpanel-].mm-subopened {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel {
  transition-property: right,-webkit-transform;
  transition-property: -webkit-transform,right;
  transition-property: transform,right;
  transition-property: -webkit-transform,right,-webkit-transform;
  transition-property: transform,right,-webkit-transform; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-0 {
  right: 0; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-1 {
  right: 40px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-2 {
  right: 80px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-3 {
  right: 120px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-4 {
  right: 160px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-5 {
  right: 200px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-iconpanel-6 {
  right: 240px; }

.mm-menu.mm-rtl.mm-iconpanel .mm-panel.mm-opened {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit; }

.mm-search, .mm-search input {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

.mm-search {
  height: 40px;
  padding: 7px 10px 0 10px;
  position: relative; }

.mm-search input {
  border: none !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 4px;
  font: inherit;
  font-size: 14px;
  line-height: 26px;
  display: block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 100%;
  height: 26px;
  min-height: 26px;
  max-height: 26px;
  margin: 0;
  padding: 0 10px; }

.mm-search input::-ms-clear {
  display: none; }

.mm-search .mm-clear, .mm-search .mm-next {
  right: 0; }

.mm-panel > .mm-search {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.mm-panel.mm-hassearch {
  padding-top: 40px; }

.mm-panel.mm-hassearch.mm-hasnavbar {
  padding-top: 80px; }

.mm-panel.mm-hassearch.mm-hasnavbar > .mm-search {
  top: 40px; }

.mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  padding: 40px 0; }

.mm-noresults .mm-indexer {
  display: none !important; }

li.mm-nosubresults > a.mm-next {
  display: none; }

li.mm-nosubresults > a.mm-next + a, li.mm-nosubresults > a.mm-next + span {
  padding-right: 10px; }

.mm-menu .mm-search input {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75); }

.mm-menu .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3); }

.mm-indexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  z-index: 15;
  transition: right .4s ease;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.mm-indexer a {
  text-decoration: none;
  display: block;
  height: 3.85%; }

.mm-indexer ~ .mm-panel.mm-hasindexer {
  padding-right: 40px; }

.mm-hasindexer .mm-indexer {
  right: 0; }

.mm-hasindexer .mm-fixeddivider {
  right: 20px; }

.mm-menu .mm-indexer a {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen), .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen) {
  transition: background .4s ease; }

.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span, .mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover {
  background: rgba(255, 255, 255, 0.5); }

.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span, .mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen) {
  background: rgba(255, 255, 255, 0.5); }

input.mm-check, input.mm-toggle {
  position: absolute;
  left: -10000px; }

label.mm-check, label.mm-toggle {
  margin: 0;
  position: absolute;
  top: 50%;
  z-index: 2; }

label.mm-check:before, label.mm-toggle:before {
  content: '';
  display: block; }

label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-top: -15px; }

label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px; }

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right; }

label.mm-check {
  width: 30px;
  height: 30px;
  margin-top: -15px; }

label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: .1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1; }

li.mm-vertical label.mm-check, li.mm-vertical label.mm-toggle {
  bottom: auto;
  margin-top: 0; }

li.mm-vertical label.mm-toggle {
  top: 5px; }

li.mm-vertical label.mm-check {
  top: 5px; }

label.mm-check, label.mm-toggle {
  right: 20px; }

label.mm-toggle + a, label.mm-toggle + span {
  padding-right: 80px; }

label.mm-check + a, label.mm-check + span {
  padding-right: 60px; }

a.mm-next + label.mm-check, a.mm-next + label.mm-toggle {
  right: 60px; }

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span, a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  margin-right: 50px; }

a.mm-next + label.mm-toggle + a, a.mm-next + label.mm-toggle + span {
  padding-right: 70px; }

a.mm-next + label.mm-check + a, a.mm-next + label.mm-check + span {
  padding-right: 50px; }

em.mm-counter + a.mm-next + label.mm-check, em.mm-counter + a.mm-next + label.mm-toggle {
  right: 100px; }

em.mm-counter + a.mm-next + label.mm-check + a, em.mm-counter + a.mm-next + label.mm-check + span, em.mm-counter + a.mm-next + label.mm-toggle + a, em.mm-counter + a.mm-next + label.mm-toggle + span {
  margin-right: 90px; }

.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.1); }

.mm-menu label.mm-toggle:before {
  background: #f3f3f3; }

.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963; }

.mm-menu label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75); }

/* custom styling of mmenu */
.mm-menu {
  background: #333333;
  text-align: right;
  color: #f3f3f3; }
  @media screen and (min-width: 681px) {
    .mm-menu {
      background: rgba(51, 51, 51, 0.5); } }

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px 0; }

.mm-listview > li:not(.mm-divider):after {
  display: none; }

.mm-panel.mm-hasnavbar .mm-navbar {
  background-color: #FE9A35; }

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: #444; }

@media screen and (min-width: 681px) {
  .mm-navbar {
    border-bottom: none; }
  .mm-panel.mm-hasnavbar .mm-navbar {
    margin-top: 100px; }
  .mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: 100px; } }

.commentlist {
  list-style: none;
  margin: 0;
  padding: 0; }

.comment-metadata {
  font-size: 14px;
  font-size: 1.4rem;
  color: #777777; }

#commentform textarea, #commentform input {
  max-width: 100%; }

.footer-widgets-wrapper {
  background: linear-gradient(to bottom, rgba(153, 153, 153, 0.3) 0%, rgba(102, 102, 102, 0.3) 100%); }

.footer-info-wrapper {
  background: #999; }
  .footer-info-wrapper:before, .footer-info-wrapper:after {
    content: " ";
    display: table; }
  .footer-info-wrapper:after {
    clear: both; }

.footer-widgets {
  padding: 30px 0;
  color: #777;
  line-height: 1.6; }
  .footer-widgets a, .footer-widgets a:visited {
    color: #777; }
  .footer-widgets a:hover, .footer-widgets a:active {
    color: #444; }
  @media screen and (max-width: 680px) {
    .footer-widgets .widget + .widget {
      margin-top: 40px; } }
  @media screen and (min-width: 681px) and (max-width: 1340px) {
    .footer-widgets .widget {
      float: left;
      margin-left: 3%;
      margin-right: 3%;
      width: 44%; }
      .footer-widgets .widget:nth-child(2n+1) {
        margin-left: 0;
        clear: left; }
      .footer-widgets .widget:nth-child(2n+2) {
        margin-right: 0;
        clear: right; }
      .footer-widgets .widget:nth-child(n+3) {
        margin-top: 3%; }
      .footer-widgets .widget:nth-child(n) {
        width: 47%; }
    .footer-widgets:before, .footer-widgets:after {
      content: " ";
      display: table; }
    .footer-widgets:after {
      clear: both; } }
  @media screen and (min-width: 1341px) {
    .footer-widgets .widget {
      float: left;
      margin-left: 3%;
      margin-right: 3%;
      width: 19%; }
      .footer-widgets .widget:nth-child(4n+1) {
        margin-left: 0;
        clear: left; }
      .footer-widgets .widget:nth-child(4n+4) {
        margin-right: 0;
        clear: right; }
      .footer-widgets .widget:nth-child(n+5) {
        margin-top: 3%; }
      .footer-widgets .widget:nth-child(n) {
        width: 20.5%; }
    .footer-widgets:before, .footer-widgets:after {
      content: " ";
      display: table; }
    .footer-widgets:after {
      clear: both; } }
  .footer-widgets .widget-title {
    margin-bottom: 1em;
    padding-bottom: 5px;
    border-bottom: 3px solid;
    font-size: 20px;
    font-size: 2rem;
    text-transform: uppercase; }
  .footer-widgets .widget:nth-child(4n+1) .widget-title {
    border-bottom-color: #FE9A35; }
  .footer-widgets .widget:nth-child(4n+2) .widget-title {
    border-bottom-color: #5889b5; }
  .footer-widgets .widget:nth-child(4n+3) .widget-title {
    border-bottom-color: #dcdd5c; }
  .footer-widgets .widget:nth-child(4n+4) .widget-title {
    border-bottom-color: #B5091F; }
  .footer-widgets ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .footer-widgets li {
    padding: 5px; }
    .footer-widgets li a {
      display: block; }
  .footer-widgets li + li {
    border-top: 1px dotted #bbb; }

.footer-backdrop {
  position: relative;
  height: 30px; }
  .footer-backdrop img {
    position: absolute;
    bottom: -3px;
    max-height: 60px;
    width: 100%;
    height: 100%; }

.hc-contact-widget .phone {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 200;
  margin: .25em 0;
  line-height: 1.5; }
  .hc-contact-widget .phone .fa {
    vertical-align: middle; }

.hc-contact-widget .social-media {
  margin-top: 20px;
  font-size: 30px;
  font-size: 3rem; }
  .hc-contact-widget .social-media a {
    padding: 0 10px; }

.site-info {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  padding: 1em 0;
  color: #fff; }
  .site-info a, .site-info a:visited, .site-info a:hover, .site-info a:focus {
    color: #fff; }
  .site-info .copyright, .site-info .made-by, .site-info .footer-menu {
    text-align: center;
    clear: both;
    display: block; }

.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-menu li {
  display: inline-block; }

.footer-menu li + li {
  margin-left: 10px; }

.back-to-top {
  position: fixed;
  bottom: 5px;
  right: 5px;
  padding: 1em;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  transition: opacity .5s ease-in-out, -webkit-transform .5s ease-in-out;
  transition: opacity .5s ease-in-out, transform .5s ease-in-out;
  z-index: 100; }
  .back-to-top.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0.75; }
  .back-to-top.fa {
    color: #444444;
    text-decoration: none;
    font-size: 30px;
    font-size: 3rem;
    padding: 15px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.75); }

.header-wrapper {
  z-index: 120; }

.site-header {
  height: 110px;
  line-height: 0;
  cursor: default;
  color: #444444;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative; }
  @media screen and (min-width: 681px) and (max-width: 960px) {
    .site-header {
      height: 110px; } }
  @media screen and (min-width: 1161px) {
    .site-header {
      margin-bottom: 0; } }
  @media screen and (max-width: 1160px) {
    .site-header {
      margin-left: -20px;
      margin-right: -20px;
      height: 50px;
      box-shadow: 0 -1px 4px 1px rgba(0, 0, 0, 0.535); } }
  .site-header input, .site-header button, .site-header select {
    color: #444444; }
  .site-header a, .site-header a:visited {
    color: #444444; }
  .site-header a:hover, .site-header a:active {
    color: #2a6496; }
  .site-header .main-navigation,
  .site-header .menu-toggle,
  .site-header .search-form,
  .site-header .search-toggle,
  .site-header .site-contact,
  .site-header .site-branding {
    position: absolute; }
  .site-header .site-branding {
    top: 0;
    left: 0; }
  .site-header .menu-toggle, .site-header .search-toggle {
    display: none; }
  @media screen and (max-width: 1160px) {
    .site-header .menu-toggle {
      display: block; } }
  @media screen and (max-width: 1160px) and (min-width: 681px) {
    .site-header .menu-toggle {
      right: 0;
      bottom: 0; } }
  @media screen and (max-width: 680px) {
    .site-header .menu-toggle {
      right: 0; }
    .site-header .search-toggle {
      display: block;
      right: 0; } }
  @media screen and (min-width: 681px) {
    .site-header .search-form {
      top: 0;
      right: 0; } }
  @media screen and (max-width: 680px) {
    .site-header .search-form {
      top: 50px;
      right: 0; } }
  .site-header .site-contact {
    right: 122px;
    top: 0;
    height: 26px;
    line-height: 24px; }
  .site-header .contact-info > span + span {
    margin-left: 6px; }
  .site-header .social-media a {
    padding: 0 3px;
    font-size: 20px;
    font-size: 2rem; }
  @media screen and (min-width: 961px) {
    .site-header .contact-info {
      float: left;
      margin-right: 20px; }
    .site-header .social-media {
      float: right;
      margin-right: 20px; } }
  @media screen and (max-width: 960px) {
    .site-header .contact-info {
      display: none; } }
  @media screen and (max-width: 680px) {
    .site-header .site-contact {
      display: none; } }
  @media screen and (min-width: 1161px) {
    .site-header .main-navigation {
      right: 0;
      bottom: 0; } }

@media screen and (max-width: 1160px) and (max-width: 680px) {
  .site-header .main-navigation {
    top: 0;
    width: 50px;
    right: 80px;
    margin: 8px 10px 0; } }
  @media screen and (max-width: 1160px) and (min-width: 681px) {
    .site-header .main-navigation {
      right: -20px;
      top: 130px; } }

.site-branding {
  height: 100%; }
  .site-branding .logo-link, .site-branding img {
    height: 100%;
    display: inline-block; }
  @media screen and (min-width: 1161px) {
    .site-branding img {
      max-height: 50px; } }
  @media screen and (max-width: 1160px) {
    .site-branding img {
      max-height: 110px; } }
  @media screen and (max-width: 1160px) {
    .site-branding {
      padding: 4px; } }
  @media screen and (min-width: 1161px) {
    .site-branding {
      height: 50px;
      width: 100%;
      text-align: center; } }

.site-header .search-form .search-field {
  margin: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  transition: background-color .5s ease-in-out, border-color .5s ease-in-out; }

.site-header .search-form:hover .search-field, .site-header .search-form:focus .search-field {
  background: #fff;
  background: rgba(255, 255, 255, 0.9); }

.site-header .search-form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: 0; }

.site-header .search-form .search-submit-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

@media screen and (min-width: 681px) {
  .site-header .search-form:hover .search-field {
    border-color: #8a8a8a; }
  .site-header .search-form .search-field {
    padding: 0 29px 0 3px;
    height: 24px;
    width: 120px; }
  .site-header .search-form .search-submit {
    width: 24px;
    height: 24px;
    background: none;
    padding: 0; } }

@media screen and (max-width: 680px) {
  .site-header .search-form {
    display: none;
    width: 100%;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.25); }
    .site-header .search-form.toggled {
      display: block; }
    .site-header .search-form .search-field {
      background: #fff;
      background: rgba(255, 255, 255, 0.95);
      width: 100%;
      height: 50px;
      font-size: 20px;
      font-size: 2rem;
      padding: 10px 20px; }
    .site-header .search-form .search-submit {
      position: absolute;
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0; } }

.main-navigation {
  font-size: 17px;
  font-size: 1.7rem;
  width: 100%;
  text-align: center;
  text-transform: uppercase; }
  .main-navigation a {
    display: block; }
  .main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .main-navigation li {
    position: relative; }
  .main-navigation .menu-container {
    display: inline-block; }
    .main-navigation .menu-container + .menu-container {
      margin-left: 32px; }
  .main-navigation .menu > ul, .main-navigation ul.menu {
    white-space: nowrap; }
    .main-navigation .menu > ul li, .main-navigation ul.menu li {
      white-space: normal; }
    .main-navigation .menu > ul > li, .main-navigation ul.menu > li {
      display: inline-block;
      border-bottom: 5px solid transparent;
      height: 40px; }
      .main-navigation .menu > ul > li a, .main-navigation ul.menu > li a {
        line-height: 2; }
      .main-navigation .menu > ul > li > a, .main-navigation ul.menu > li > a {
        padding-bottom: 10px;
        line-height: 32px; }
      .main-navigation .menu > ul > li + li, .main-navigation ul.menu > li + li {
        margin-left: 32px; }
      .main-navigation .menu > ul > li.current-menu-item, .main-navigation .menu > ul > li.current-post-item, .main-navigation .menu > ul > li.current_page_item, .main-navigation .menu > ul > li.current-menu-parent, .main-navigation .menu > ul > li.current-post-parent, .main-navigation .menu > ul > li.current_page_parent, .main-navigation .menu > ul > li.current-menu-ancestor, .main-navigation .menu > ul > li.current-post-ancestor, .main-navigation .menu > ul > li.current_page_ancestor, .main-navigation ul.menu > li.current-menu-item, .main-navigation ul.menu > li.current-post-item, .main-navigation ul.menu > li.current_page_item, .main-navigation ul.menu > li.current-menu-parent, .main-navigation ul.menu > li.current-post-parent, .main-navigation ul.menu > li.current_page_parent, .main-navigation ul.menu > li.current-menu-ancestor, .main-navigation ul.menu > li.current-post-ancestor, .main-navigation ul.menu > li.current_page_ancestor {
        border-bottom-color: #dcdd5c; }
      .main-navigation .menu > ul > li.menu-item-has-children > a:after, .main-navigation ul.menu > li.menu-item-has-children > a:after {
        float: right;
        margin-top: 14px;
        margin-left: 5px;
        vertical-align: middle;
        content: "";
        width: 0;
        height: 0;
        border-top: 5px solid;
        border-right: 3px solid transparent;
        border-left: 3px solid transparent;
        color: #aaaaaa; }
  .main-navigation ul ul {
    display: none;
    font-size: 14px;
    font-size: 1.4rem;
    position: absolute;
    z-index: 122;
    top: 32px;
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #dddddd;
    border: 1px solid rgba(0, 0, 0, 0.135);
    padding: 4px 0;
    left: 50%;
    margin-left: -100px; }
    .main-navigation ul ul li {
      width: 200px; }
    .main-navigation ul ul a {
      padding: 0 10px; }
    .main-navigation ul ul .menu-item-has-children > a:after {
      float: right;
      margin-top: 12px;
      display: inline-block;
      vertical-align: middle;
      content: "";
      width: 0;
      height: 0;
      border-top: 5px solid;
      border-right: 3px solid transparent;
      border-left: 3px solid transparent;
      color: #aaaaaa;
      -webkit-transform: rotate(270deg);
              transform: rotate(270deg); }
  .main-navigation ul ul ul {
    top: -5px;
    right: -202px; }
  .main-navigation li:hover > ul, .main-navigation li.toggled > ul {
    display: block; }

.menu-index-site-item {
  text-transform: uppercase; }
  @media screen and (min-width: 681px) {
    .menu-index-site-item {
      display: none !important; } }

.menu-toggle, .search-toggle {
  background: none;
  border: none;
  width: 50px;
  height: 50px;
  padding-top: 5px;
  padding-bottom: 5px; }

.menu-toggle {
  text-transform: uppercase; }
  .menu-toggle .icon {
    width: 25px;
    display: inline-block; }
  .menu-toggle .icon-bar {
    display: block;
    width: 100%;
    background: #444444;
    height: 3px; }
    .menu-toggle .icon-bar + .icon-bar {
      margin-top: 4px; }
  .menu-toggle .fa {
    font-size: 32px;
    font-size: 3.2rem; }

.search-toggle .fa {
  font-size: 32px;
  font-size: 3.2rem; }

.menu-toggle .toggle-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

@media screen and (min-width: 681px) {
  .site.fixed-header .header-wrapper {
    position: fixed;
    top: -65px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 119; } }

.admin-bar .site.fixed-header .header-wrapper {
  top: -33px; }
  @media screen and (max-width: 782px) {
    .admin-bar .site.fixed-header .header-wrapper {
      top: -19px; } }

.site-facility .main-navigation {
  font-size: 16.7px;
  font-size: 1.67rem; }

.site-facility .page-header-wrapper {
  background: #e6e6e6;
  background-repeat: no-repeat;
  background-position-y: top;
  background-position-x: 50%;
  background-image: url("../images/backdrops/stotteelement_web.svg");
  padding: 20px 0;
  font-weight: 200;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3; }
  @media screen and (max-width: 680px) {
    .site-facility .page-header-wrapper {
      font-size: 20px;
      font-size: 2rem; } }
  .site-facility .page-header-wrapper .index-link-container {
    float: right;
    line-height: 45px; }
  .site-facility .page-header-wrapper .index-link {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    background: #dcdd5c;
    padding: 3px 15px;
    color: #000;
    text-transform: uppercase; }
    @media screen and (max-width: 680px) {
      .site-facility .page-header-wrapper .index-link {
        display: none; } }
  .site-facility .page-header-wrapper:before, .site-facility .page-header-wrapper:after {
    content: " ";
    display: table; }
  .site-facility .page-header-wrapper:after {
    clear: both; }

@media screen and (min-width: 681px) {
  .site-facility .header-wrapper {
    background: #cccccc; }
  .site-facility .site-header {
    margin: 0;
    height: 90px;
    box-shadow: none; }
  .site-facility .site-branding {
    position: static;
    float: left;
    height: 90px;
    width: auto;
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px; } }

@media screen and (min-width: 681px) and (max-width: 1160px) {
  .site-facility .site-header .menu-toggle {
    top: 25px; }
  .site-facility .site-header .search-form {
    top: 38px;
    right: 70px; } }

@media screen and (min-width: 1161px) {
  .site-facility .header-wrapper {
    border-bottom: 1px solid #dcdd5c; }
  .site-facility .site-header {
    height: 90px; }
  .site-facility .site-branding {
    width: auto;
    float: left; }
  .site-facility .site-header .search-form {
    position: relative;
    float: right;
    margin: 32px 0;
    margin-left: 30px; }
  .site-facility .main-navigation {
    position: static;
    float: right;
    width: auto; }
    .site-facility .main-navigation .menu > ul > li,
    .site-facility .main-navigation ul.menu > li {
      height: auto;
      display: block;
      float: left; }
      .site-facility .main-navigation .menu > ul > li > a,
      .site-facility .main-navigation ul.menu > li > a {
        line-height: 85px;
        padding-bottom: 0; }
        .site-facility .main-navigation .menu > ul > li > a:after,
        .site-facility .main-navigation ul.menu > li > a:after {
          margin-top: 40px; }
      .site-facility .main-navigation .menu > ul > li.current-menu-item > a, .site-facility .main-navigation .menu > ul > li.current-post-item > a, .site-facility .main-navigation .menu > ul > li.current_page_item > a, .site-facility .main-navigation .menu > ul > li.current-menu-parent > a, .site-facility .main-navigation .menu > ul > li.current-post-parent > a, .site-facility .main-navigation .menu > ul > li.current_page_parent > a, .site-facility .main-navigation .menu > ul > li.current-menu-ancestor > a, .site-facility .main-navigation .menu > ul > li.current-post-ancestor > a, .site-facility .main-navigation .menu > ul > li.current_page_ancestor > a,
      .site-facility .main-navigation ul.menu > li.current-menu-item > a,
      .site-facility .main-navigation ul.menu > li.current-post-item > a,
      .site-facility .main-navigation ul.menu > li.current_page_item > a,
      .site-facility .main-navigation ul.menu > li.current-menu-parent > a,
      .site-facility .main-navigation ul.menu > li.current-post-parent > a,
      .site-facility .main-navigation ul.menu > li.current_page_parent > a,
      .site-facility .main-navigation ul.menu > li.current-menu-ancestor > a,
      .site-facility .main-navigation ul.menu > li.current-post-ancestor > a,
      .site-facility .main-navigation ul.menu > li.current_page_ancestor > a {
        border-bottom-color: #dcdd5c; }
    .site-facility .main-navigation ul ul {
      top: 70px; } }

@media screen and (max-width: 1160px) and (min-width: 681px) {
  .site-facility .site-header .main-navigation {
    top: 89px; } }

.site-facility .secondary-menu-toggle {
  display: inline-block;
  line-height: 85px;
  vertical-align: top;
  margin: 0 25px;
  color: #4C7599;
  cursor: pointer; }
  @media screen and (max-width: 1160px) {
    .site-facility .secondary-menu-toggle {
      display: none;
      visibility: hidden; } }

.site-facility .main-navigation .secondary-menu-container {
  visibility: hidden;
  opacity: 0;
  transition: opacity ease-in-out 0.25s, visibility 0s linear 0.25s;
  position: absolute;
  z-index: 200;
  top: 80px;
  right: 0;
  background: #333;
  border-top: 4px solid #dcdd5c;
  text-align: left; }
  .site-facility .main-navigation .secondary-menu-container.toggled {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s; }
  .site-facility .main-navigation .secondary-menu-container li {
    display: block;
    width: 230px;
    float: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important; }
  .site-facility .main-navigation .secondary-menu-container li + li {
    border-top: 1px solid #666 !important; }
  .site-facility .main-navigation .secondary-menu-container a {
    color: #eee;
    line-height: 1.2 !important;
    padding: 6px 8px 10px !important; }
    .site-facility .main-navigation .secondary-menu-container a:before {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 23px;
      content: "\203A";
      margin-right: 5px; }
  .site-facility .main-navigation .secondary-menu-container ul ul {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-left: 0;
    background: transparent;
    border: none; }
    .site-facility .main-navigation .secondary-menu-container ul ul li {
      width: auto; }
    .site-facility .main-navigation .secondary-menu-container ul ul li + li {
      border-top: none !important; }
    .site-facility .main-navigation .secondary-menu-container ul ul a {
      padding: 6px 8px 6px 20px !important; }
    .site-facility .main-navigation .secondary-menu-container ul ul a:before {
      content: none; }
  .site-facility .main-navigation .secondary-menu-container li.menu-item-has-children > a {
    position: relative; }
    .site-facility .main-navigation .secondary-menu-container li.menu-item-has-children > a:after {
      float: none;
      margin: 0;
      position: absolute;
      right: 6px;
      top: calc(50% - 2px); }

@media screen and (max-width: 1160px) and (max-width: 1340px) {
  .site-facility .site-header .main-navigation {
    top: 26px;
    width: 50px;
    right: 230px;
    margin: 8px 10px 0; } }

@media screen and (max-width: 1160px) and (max-width: 680px) {
  .site-facility .site-header .main-navigation {
    top: 0;
    right: 80px; } }

@media screen and (max-width: 1160px) {
  .site-facility .site-header .menu-container {
    display: none;
    visibility: hidden; } }

.site-index .header-wrapper {
  background: rgba(255, 255, 255, 0.925);
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

@media screen and (min-width: 681px) {
  .site-index .breadcrumb-container {
    margin-top: 150px; } }

@media screen and (min-width: 1161px) {
  .site-index .site-header .site-branding {
    top: 9px; }
  .site-index .site-header .main-navigation {
    clear: both;
    text-align: center; }
    .site-index .site-header .main-navigation ul ul {
      top: 40px; } }

@media screen and (max-width: 1160px) and (min-width: 681px) {
  .site-index .site-header .main-navigation {
    top: 0;
    right: 60px;
    text-align: right; }
    .site-index .site-header .main-navigation ul.menu > li,
    .site-index .site-header .main-navigation div.menu > ul {
      height: 50px; }
      .site-index .site-header .main-navigation ul.menu > li a,
      .site-index .site-header .main-navigation div.menu > ul a {
        line-height: 50px; } }

.site-index.home .main-navigation .menu > ul > li.current-menu-item, .site-index.home .main-navigation .menu > ul > li.current-post-item, .site-index.home .main-navigation .menu > ul > li.current_page_item, .site-index.home .main-navigation .menu > ul > li.current-menu-parent, .site-index.home .main-navigation .menu > ul > li.current-post-parent, .site-index.home .main-navigation .menu > ul > li.current_page_parent, .site-index.home .main-navigation .menu > ul > li.current-menu-ancestor, .site-index.home .main-navigation .menu > ul > li.current-post-ancestor, .site-index.home .main-navigation .menu > ul > li.current_page_ancestor, .site-index.home .main-navigation ul.menu > li.current-menu-item, .site-index.home .main-navigation ul.menu > li.current-post-item, .site-index.home .main-navigation ul.menu > li.current_page_item, .site-index.home .main-navigation ul.menu > li.current-menu-parent, .site-index.home .main-navigation ul.menu > li.current-post-parent, .site-index.home .main-navigation ul.menu > li.current_page_parent, .site-index.home .main-navigation ul.menu > li.current-menu-ancestor, .site-index.home .main-navigation ul.menu > li.current-post-ancestor, .site-index.home .main-navigation ul.menu > li.current_page_ancestor {
  border-bottom-color: transparent; }

.site-index.home .main-navigation.current-menu-item > a, .site-index.home .main-navigation.current-post-item > a, .site-index.home .main-navigation.current_page_item > a, .site-index.home .main-navigation.current-menu-parent > a, .site-index.home .main-navigation.current-post-parent > a, .site-index.home .main-navigation.current_page_parent > a, .site-index.home .main-navigation.current-menu-ancestor > a, .site-index.home .main-navigation.current-post-ancestor > a, .site-index.home .main-navigation.current_page_ancestor > a {
  border-bottom-color: transparent !important;
  text-decoration: none; }

@media screen and (max-width: 1160px) {
  .site-index .menu-search-toggle-item {
    display: none; } }

@media screen and (min-width: 1161px) {
  .site-index .site-header .search-form {
    display: none; } }

.site-index .search-wrapper {
  display: none;
  z-index: 200;
  position: absolute;
  top: 110px;
  width: 100%;
  background: rgba(255, 255, 255, 0.925);
  padding-bottom: 20px; }

.site-index .index-header-search-form {
  float: right;
  width: 100%;
  max-width: 25em;
  position: relative;
  line-height: 0; }
  .site-index .index-header-search-form .search-field {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 0; }
  .site-index .index-header-search-form .search-submit {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0; }

.site-index .fixed-header .search-wrapper {
  position: fixed;
  top: 45px; }

.site-index.admin-bar .fixed-header .search-wrapper {
  top: 77px; }

@media screen and (max-width: 1160px) {
  .site-index .main-navigation .secondary-menu-container {
    display: none;
    visibility: hidden; } }

@media screen and (min-width: 681px) {
  .site-index .off-canvas-nav .primary-menu-container,
  .site-index .off-canvas-nav .primary-menu-title {
    display: none;
    visibility: hidden; } }

@media screen and (max-width: 680px) {
  .site-index .main-navigation .primary-menu-container {
    display: none;
    visibility: hidden; }
  .site-index .off-canvas-nav .primary-menu-container,
  .site-index .off-canvas-nav .primary-menu-title {
    display: block;
    visibility: visible; } }

.language-menu-container {
  text-transform: uppercase; }
  .language-menu-container .single-language {
    color: #aaaaaa; }
  .language-menu-container .active-language {
    color: #5889b5; }

@media screen and (max-width: 1160px) {
  .site-facility .site-header .language-menu-container {
    display: block;
    visibility: visible; } }

#breadcrumb-wrapper {
  color: #999;
  font-size: 0.9em; }

.container {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative; }

.site-content {
  margin-top: 2em;
  margin-bottom: 2em; }

@media screen and (min-width: 961px) {
  .layout-sidebar .content-area {
    width: 70%;
    float: left;
    padding-right: 5%;
    border-right: 1px solid #ddd; }
  .layout-sidebar .sidebar {
    width: 25%;
    float: right; }
  .layout-sidebar:before, .layout-sidebar:after {
    content: " ";
    display: table; }
  .layout-sidebar:after {
    clear: both; } }

.sidebar .widget + .widget {
  margin-top: 40px; }

.sidebar .widget-title {
  border-bottom: 3px solid #dcdd5c;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem; }

.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.sidebar li + li {
  border-top: 1px solid #eee; }

.sidebar ul.menu li {
  text-align: center; }

@media screen and (max-width: 960px) {
  .sidebar {
    margin-top: 40px; } }

.sidebar .widget-posts .hentry + .hentry {
  margin-top: 15px; }

.sidebar .widget-posts .hentry:before, .sidebar .widget-posts .hentry:after {
  content: " ";
  display: table; }

.sidebar .widget-posts .hentry:after {
  clear: both; }

@media screen and (min-width: 681px) {
  .sidebar .widget-posts .entry-header {
    width: 70%;
    float: left; }
  .sidebar .widget-posts .entry-image {
    width: 25%;
    float: right; }
  .sidebar .widget-posts .entry-meta {
    font-size: 13px;
    font-size: 1.3rem; }
  .sidebar .widget-posts .meta-date-updated,
  .sidebar .widget-posts .meta-author,
  .sidebar .widget-posts .meta-tags {
    display: none; } }

@media screen and (min-width: 961px) {
  .sidebar .widget-posts .entry-title {
    margin: 0;
    font-size: 20px;
    font-size: 2rem; } }

@media screen and (max-width: 960px) {
  .sidebar .widget-posts .entry-image {
    padding: 5px;
    border: 1px solid #ccc; }
  .sidebar .widget-posts .entry-title {
    font-size: 24px;
    font-size: 2.4rem; } }

.action-buttons .action-button {
  display: block;
  background: #5889b5;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 200;
  text-transform: uppercase;
  margin-bottom: 15px;
  transition: background .5s ease-in-out, color .5s ease-in-out; }
  .action-buttons .action-button .fa {
    color: #fff;
    transition: color .5s ease-in-out; }
    .action-buttons .action-button .fa:first-child {
      margin-right: 10px; }
    .action-buttons .action-button .fa:last-child {
      margin-left: 10px; }
  .action-buttons .action-button:hover {
    background: #dcdd5c;
    color: #111; }
    .action-buttons .action-button:hover .fa {
      color: #111; }

@media screen and (min-width: 961px) {
  .frontpage-widgets-fullwidth .action-buttons .action-button {
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    width: 21%; }
    .frontpage-widgets-fullwidth .action-buttons .action-button:nth-child(4n+1) {
      margin-left: 0;
      clear: left; }
    .frontpage-widgets-fullwidth .action-buttons .action-button:nth-child(4n+4) {
      margin-right: 0;
      clear: right; }
    .frontpage-widgets-fullwidth .action-buttons .action-button:nth-child(n+5) {
      margin-top: 2%; }
    .frontpage-widgets-fullwidth .action-buttons .action-button:nth-child(n) {
      width: 22%; }
  .frontpage-widgets-fullwidth .action-buttons:before, .frontpage-widgets-fullwidth .action-buttons:after {
    content: " ";
    display: table; }
  .frontpage-widgets-fullwidth .action-buttons:after {
    clear: both; } }

@media screen and (min-width: 681px) and (max-width: 960px) {
  .frontpage-widgets-fullwidth .action-buttons .action-button {
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    width: 46%; }
    .frontpage-widgets-fullwidth .action-buttons .action-button:nth-child(2n+1) {
      margin-left: 0;
      clear: left; }
    .frontpage-widgets-fullwidth .action-buttons .action-button:nth-child(2n+2) {
      margin-right: 0;
      clear: right; }
    .frontpage-widgets-fullwidth .action-buttons .action-button:nth-child(n+3) {
      margin-top: 2%; }
    .frontpage-widgets-fullwidth .action-buttons .action-button:nth-child(n) {
      width: 48%; }
  .frontpage-widgets-fullwidth .action-buttons:before, .frontpage-widgets-fullwidth .action-buttons:after {
    content: " ";
    display: table; }
  .frontpage-widgets-fullwidth .action-buttons:after {
    clear: both; } }

@media screen and (max-width: 680px) {
  .frontpage-widgets-fullwidth .action-buttons .action-button + .action-button {
    margin-top: 2%; } }

.frontpage-widgets-fullwidth.widget-area > div:first-of-type {
  padding-top: 0; }
  .frontpage-widgets-fullwidth.widget-area > div:first-of-type .hc-action-buttons-widget {
    margin-top: 2em; }

@media screen and (max-width: 960px) {
  .post-type-archive-activity .posts .activity + .activity,
  .embedded-archive-activities .posts .activity + .activity {
    margin-top: 2%; }
  .post-type-archive-activity .posts .activity:before, .post-type-archive-activity .posts .activity:after,
  .embedded-archive-activities .posts .activity:before,
  .embedded-archive-activities .posts .activity:after {
    content: " ";
    display: table; }
  .post-type-archive-activity .posts .activity:after,
  .embedded-archive-activities .posts .activity:after {
    clear: both; } }

@media screen and (min-width: 961px) {
  .post-type-archive-activity .posts .activity,
  .embedded-archive-activities .posts .activity {
    float: left;
    margin-left: 4%;
    margin-right: 4%;
    width: 42%; }
    .post-type-archive-activity .posts .activity:nth-child(2n+1),
    .embedded-archive-activities .posts .activity:nth-child(2n+1) {
      margin-left: 0;
      clear: left; }
    .post-type-archive-activity .posts .activity:nth-child(2n+2),
    .embedded-archive-activities .posts .activity:nth-child(2n+2) {
      margin-right: 0;
      clear: right; }
    .post-type-archive-activity .posts .activity:nth-child(n+3),
    .embedded-archive-activities .posts .activity:nth-child(n+3) {
      margin-top: 4%; }
    .post-type-archive-activity .posts .activity:nth-child(n),
    .embedded-archive-activities .posts .activity:nth-child(n) {
      width: 46%; }
  .post-type-archive-activity .posts:before, .post-type-archive-activity .posts:after,
  .embedded-archive-activities .posts:before,
  .embedded-archive-activities .posts:after {
    content: " ";
    display: table; }
  .post-type-archive-activity .posts:after,
  .embedded-archive-activities .posts:after {
    clear: both; } }

@media screen and (max-width: 960px) {
  .post-type-archive-activity .posts .activity:nth-child(odd) .activity-info,
  .embedded-archive-activities .posts .activity:nth-child(odd) .activity-info {
    background: #dcdd5c;
    color: #666; }
    .post-type-archive-activity .posts .activity:nth-child(odd) .activity-info:after,
    .embedded-archive-activities .posts .activity:nth-child(odd) .activity-info:after {
      border-bottom-color: #dcdd5c; }
  .post-type-archive-activity .posts .activity:nth-child(odd) .activity-date .date-day,
  .post-type-archive-activity .posts .activity:nth-child(odd) .activity-date .date-time,
  .post-type-archive-activity .posts .activity:nth-child(odd) .activity-facility,
  .embedded-archive-activities .posts .activity:nth-child(odd) .activity-date .date-day,
  .embedded-archive-activities .posts .activity:nth-child(odd) .activity-date .date-time,
  .embedded-archive-activities .posts .activity:nth-child(odd) .activity-facility {
    color: #5889b5; }
  .post-type-archive-activity .posts .activity:nth-child(even) .activity-info,
  .embedded-archive-activities .posts .activity:nth-child(even) .activity-info {
    background: #5889b5;
    color: #fff; }
    .post-type-archive-activity .posts .activity:nth-child(even) .activity-info a, .post-type-archive-activity .posts .activity:nth-child(even) .activity-info a:visited, .post-type-archive-activity .posts .activity:nth-child(even) .activity-info a:active, .post-type-archive-activity .posts .activity:nth-child(even) .activity-info a:hover,
    .embedded-archive-activities .posts .activity:nth-child(even) .activity-info a,
    .embedded-archive-activities .posts .activity:nth-child(even) .activity-info a:visited,
    .embedded-archive-activities .posts .activity:nth-child(even) .activity-info a:active,
    .embedded-archive-activities .posts .activity:nth-child(even) .activity-info a:hover {
      color: #fff; }
    .post-type-archive-activity .posts .activity:nth-child(even) .activity-info:after,
    .embedded-archive-activities .posts .activity:nth-child(even) .activity-info:after {
      border-bottom-color: #5889b5; }
  .post-type-archive-activity .posts .activity:nth-child(even) .activity-date .date-day,
  .post-type-archive-activity .posts .activity:nth-child(even) .activity-date .date-time,
  .post-type-archive-activity .posts .activity:nth-child(even) .activity-facility,
  .embedded-archive-activities .posts .activity:nth-child(even) .activity-date .date-day,
  .embedded-archive-activities .posts .activity:nth-child(even) .activity-date .date-time,
  .embedded-archive-activities .posts .activity:nth-child(even) .activity-facility {
    color: #dcdd5c; } }

@media screen and (min-width: 961px) {
  .post-type-archive-activity .posts .activity:nth-child(4n+4) .activity-info,
  .post-type-archive-activity .posts .activity:nth-child(4n+1) .activity-info,
  .embedded-archive-activities .posts .activity:nth-child(4n+4) .activity-info,
  .embedded-archive-activities .posts .activity:nth-child(4n+1) .activity-info {
    background: #dcdd5c;
    color: #666; }
    .post-type-archive-activity .posts .activity:nth-child(4n+4) .activity-info:after,
    .post-type-archive-activity .posts .activity:nth-child(4n+1) .activity-info:after,
    .embedded-archive-activities .posts .activity:nth-child(4n+4) .activity-info:after,
    .embedded-archive-activities .posts .activity:nth-child(4n+1) .activity-info:after {
      border-bottom-color: #dcdd5c; }
  .post-type-archive-activity .posts .activity:nth-child(4n+4) .activity-date .date-day,
  .post-type-archive-activity .posts .activity:nth-child(4n+4) .activity-date .date-time,
  .post-type-archive-activity .posts .activity:nth-child(4n+4) .activity-facility,
  .post-type-archive-activity .posts .activity:nth-child(4n+1) .activity-date .date-day,
  .post-type-archive-activity .posts .activity:nth-child(4n+1) .activity-date .date-time,
  .post-type-archive-activity .posts .activity:nth-child(4n+1) .activity-facility,
  .embedded-archive-activities .posts .activity:nth-child(4n+4) .activity-date .date-day,
  .embedded-archive-activities .posts .activity:nth-child(4n+4) .activity-date .date-time,
  .embedded-archive-activities .posts .activity:nth-child(4n+4) .activity-facility,
  .embedded-archive-activities .posts .activity:nth-child(4n+1) .activity-date .date-day,
  .embedded-archive-activities .posts .activity:nth-child(4n+1) .activity-date .date-time,
  .embedded-archive-activities .posts .activity:nth-child(4n+1) .activity-facility {
    color: #5889b5; }
  .post-type-archive-activity .posts .activity:nth-child(4n+2) .activity-info,
  .post-type-archive-activity .posts .activity:nth-child(4n+3) .activity-info,
  .embedded-archive-activities .posts .activity:nth-child(4n+2) .activity-info,
  .embedded-archive-activities .posts .activity:nth-child(4n+3) .activity-info {
    background: #5889b5;
    color: #fff; }
    .post-type-archive-activity .posts .activity:nth-child(4n+2) .activity-info a, .post-type-archive-activity .posts .activity:nth-child(4n+2) .activity-info a:visited, .post-type-archive-activity .posts .activity:nth-child(4n+2) .activity-info a:active, .post-type-archive-activity .posts .activity:nth-child(4n+2) .activity-info a:hover,
    .post-type-archive-activity .posts .activity:nth-child(4n+3) .activity-info a,
    .post-type-archive-activity .posts .activity:nth-child(4n+3) .activity-info a:visited,
    .post-type-archive-activity .posts .activity:nth-child(4n+3) .activity-info a:active,
    .post-type-archive-activity .posts .activity:nth-child(4n+3) .activity-info a:hover,
    .embedded-archive-activities .posts .activity:nth-child(4n+2) .activity-info a,
    .embedded-archive-activities .posts .activity:nth-child(4n+2) .activity-info a:visited,
    .embedded-archive-activities .posts .activity:nth-child(4n+2) .activity-info a:active,
    .embedded-archive-activities .posts .activity:nth-child(4n+2) .activity-info a:hover,
    .embedded-archive-activities .posts .activity:nth-child(4n+3) .activity-info a,
    .embedded-archive-activities .posts .activity:nth-child(4n+3) .activity-info a:visited,
    .embedded-archive-activities .posts .activity:nth-child(4n+3) .activity-info a:active,
    .embedded-archive-activities .posts .activity:nth-child(4n+3) .activity-info a:hover {
      color: #fff; }
    .post-type-archive-activity .posts .activity:nth-child(4n+2) .activity-info:after,
    .post-type-archive-activity .posts .activity:nth-child(4n+3) .activity-info:after,
    .embedded-archive-activities .posts .activity:nth-child(4n+2) .activity-info:after,
    .embedded-archive-activities .posts .activity:nth-child(4n+3) .activity-info:after {
      border-bottom-color: #5889b5; }
  .post-type-archive-activity .posts .activity:nth-child(4n+2) .activity-date .date-day,
  .post-type-archive-activity .posts .activity:nth-child(4n+2) .activity-date .date-time,
  .post-type-archive-activity .posts .activity:nth-child(4n+2) .activity-facility,
  .post-type-archive-activity .posts .activity:nth-child(4n+3) .activity-date .date-day,
  .post-type-archive-activity .posts .activity:nth-child(4n+3) .activity-date .date-time,
  .post-type-archive-activity .posts .activity:nth-child(4n+3) .activity-facility,
  .embedded-archive-activities .posts .activity:nth-child(4n+2) .activity-date .date-day,
  .embedded-archive-activities .posts .activity:nth-child(4n+2) .activity-date .date-time,
  .embedded-archive-activities .posts .activity:nth-child(4n+2) .activity-facility,
  .embedded-archive-activities .posts .activity:nth-child(4n+3) .activity-date .date-day,
  .embedded-archive-activities .posts .activity:nth-child(4n+3) .activity-date .date-time,
  .embedded-archive-activities .posts .activity:nth-child(4n+3) .activity-facility {
    color: #dcdd5c; } }

@media screen and (max-width: 960px) {
  .frontpage-activities .activity + .activity {
    margin-top: 2%; }
  .frontpage-activities .activity:before, .frontpage-activities .activity:after {
    content: " ";
    display: table; }
  .frontpage-activities .activity:after {
    clear: both; } }

@media screen and (min-width: 961px) and (max-width: 1340px) {
  .frontpage-activities .activity {
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    width: 46%; }
    .frontpage-activities .activity:nth-child(2n+1) {
      margin-left: 0;
      clear: left; }
    .frontpage-activities .activity:nth-child(2n+2) {
      margin-right: 0;
      clear: right; }
    .frontpage-activities .activity:nth-child(n+3) {
      margin-top: 2%; }
    .frontpage-activities .activity:nth-child(n) {
      width: 48%; }
  .frontpage-activities:before, .frontpage-activities:after {
    content: " ";
    display: table; }
  .frontpage-activities:after {
    clear: both; } }

@media screen and (min-width: 1341px) {
  .frontpage-activities .activity {
    float: left;
    margin-left: 3%;
    margin-right: 3%;
    width: 27.33333%; }
    .frontpage-activities .activity:nth-child(3n+1) {
      margin-left: 0;
      clear: left; }
    .frontpage-activities .activity:nth-child(3n+3) {
      margin-right: 0;
      clear: right; }
    .frontpage-activities .activity:nth-child(n+4) {
      margin-top: 3%; }
    .frontpage-activities .activity:nth-child(n) {
      width: 29.33333%; }
  .frontpage-activities:before, .frontpage-activities:after {
    content: " ";
    display: table; }
  .frontpage-activities:after {
    clear: both; } }

@media screen and (min-width: 1341px), screen and (max-width: 960px) {
  .frontpage-activities .activity:nth-child(odd) .activity-info {
    background: #dcdd5c;
    color: #666; }
    .frontpage-activities .activity:nth-child(odd) .activity-info:after {
      border-bottom-color: #dcdd5c; }
  .frontpage-activities .activity:nth-child(odd) .activity-date .date-day,
  .frontpage-activities .activity:nth-child(odd) .activity-date .date-time,
  .frontpage-activities .activity:nth-child(odd) .activity-facility {
    color: #5889b5; }
  .frontpage-activities .activity:nth-child(even) .activity-info {
    background: #5889b5;
    color: #fff; }
    .frontpage-activities .activity:nth-child(even) .activity-info a, .frontpage-activities .activity:nth-child(even) .activity-info a:visited, .frontpage-activities .activity:nth-child(even) .activity-info a:active, .frontpage-activities .activity:nth-child(even) .activity-info a:hover {
      color: #fff; }
    .frontpage-activities .activity:nth-child(even) .activity-info:after {
      border-bottom-color: #5889b5; }
  .frontpage-activities .activity:nth-child(even) .activity-date .date-day,
  .frontpage-activities .activity:nth-child(even) .activity-date .date-time,
  .frontpage-activities .activity:nth-child(even) .activity-facility {
    color: #dcdd5c; } }

@media screen and (min-width: 961px) and (max-width: 1340px) {
  .frontpage-activities .activity:nth-child(4n+4) .activity-info,
  .frontpage-activities .activity:nth-child(4n+1) .activity-info {
    background: #dcdd5c;
    color: #666; }
    .frontpage-activities .activity:nth-child(4n+4) .activity-info:after,
    .frontpage-activities .activity:nth-child(4n+1) .activity-info:after {
      border-bottom-color: #dcdd5c; }
  .frontpage-activities .activity:nth-child(4n+4) .activity-date .date-day,
  .frontpage-activities .activity:nth-child(4n+4) .activity-date .date-time,
  .frontpage-activities .activity:nth-child(4n+4) .activity-facility,
  .frontpage-activities .activity:nth-child(4n+1) .activity-date .date-day,
  .frontpage-activities .activity:nth-child(4n+1) .activity-date .date-time,
  .frontpage-activities .activity:nth-child(4n+1) .activity-facility {
    color: #5889b5; }
  .frontpage-activities .activity:nth-child(4n+2) .activity-info,
  .frontpage-activities .activity:nth-child(4n+3) .activity-info {
    background: #5889b5;
    color: #fff; }
    .frontpage-activities .activity:nth-child(4n+2) .activity-info a, .frontpage-activities .activity:nth-child(4n+2) .activity-info a:visited, .frontpage-activities .activity:nth-child(4n+2) .activity-info a:active, .frontpage-activities .activity:nth-child(4n+2) .activity-info a:hover,
    .frontpage-activities .activity:nth-child(4n+3) .activity-info a,
    .frontpage-activities .activity:nth-child(4n+3) .activity-info a:visited,
    .frontpage-activities .activity:nth-child(4n+3) .activity-info a:active,
    .frontpage-activities .activity:nth-child(4n+3) .activity-info a:hover {
      color: #fff; }
    .frontpage-activities .activity:nth-child(4n+2) .activity-info:after,
    .frontpage-activities .activity:nth-child(4n+3) .activity-info:after {
      border-bottom-color: #5889b5; }
  .frontpage-activities .activity:nth-child(4n+2) .activity-date .date-day,
  .frontpage-activities .activity:nth-child(4n+2) .activity-date .date-time,
  .frontpage-activities .activity:nth-child(4n+2) .activity-facility,
  .frontpage-activities .activity:nth-child(4n+3) .activity-date .date-day,
  .frontpage-activities .activity:nth-child(4n+3) .activity-date .date-time,
  .frontpage-activities .activity:nth-child(4n+3) .activity-facility {
    color: #dcdd5c; } }

.post-type-archive-activity .posts:before, .post-type-archive-activity .posts:after,
.embedded-archive-activities .posts:before,
.embedded-archive-activities .posts:after,
.frontpage-activities:before,
.frontpage-activities:after {
  content: " ";
  display: table; }

.post-type-archive-activity .posts:after,
.embedded-archive-activities .posts:after,
.frontpage-activities:after {
  clear: both; }

@media screen and (min-width: 961px) {
  .post-type-archive-activity .posts .activity-info,
  .embedded-archive-activities .posts .activity-info,
  .frontpage-activities .activity-info {
    width: 40%; }
  .post-type-archive-activity .posts .activity-title-wrapper,
  .embedded-archive-activities .posts .activity-title-wrapper,
  .frontpage-activities .activity-title-wrapper {
    width: 60%; } }

@media screen and (min-width: 681px) and (max-width: 960px) {
  .post-type-archive-activity .posts .activity-info,
  .embedded-archive-activities .posts .activity-info,
  .frontpage-activities .activity-info {
    width: 30%; }
  .post-type-archive-activity .posts .activity-title-wrapper,
  .embedded-archive-activities .posts .activity-title-wrapper,
  .frontpage-activities .activity-title-wrapper {
    width: 70%; } }

@media screen and (max-width: 680px) {
  .post-type-archive-activity .posts .activity-info,
  .embedded-archive-activities .posts .activity-info,
  .frontpage-activities .activity-info {
    width: 35%; }
  .post-type-archive-activity .posts .activity-title-wrapper,
  .embedded-archive-activities .posts .activity-title-wrapper,
  .frontpage-activities .activity-title-wrapper {
    width: 65%; } }

.post-type-archive-activity .posts .activity .activity-info, .post-type-archive-activity .posts .activity .activity-title-wrapper,
.embedded-archive-activities .posts .activity .activity-info,
.embedded-archive-activities .posts .activity .activity-title-wrapper,
.frontpage-activities .activity .activity-info,
.frontpage-activities .activity .activity-title-wrapper {
  height: 65px; }

.post-type-archive-activity .posts .activity .activity-info,
.embedded-archive-activities .posts .activity .activity-info,
.frontpage-activities .activity .activity-info {
  z-index: 3;
  float: left;
  background: #ccc;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  position: relative; }
  .post-type-archive-activity .posts .activity .activity-info:after,
  .embedded-archive-activities .posts .activity .activity-info:after,
  .frontpage-activities .activity .activity-info:after {
    z-index: 2;
    position: absolute;
    top: 0;
    right: -9px;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 9px solid #ccc;
    border-right: 9px solid transparent; }
  .post-type-archive-activity .posts .activity .activity-info .activity-date,
  .embedded-archive-activities .posts .activity .activity-info .activity-date,
  .frontpage-activities .activity .activity-info .activity-date {
    padding: 0 5px 0 10px;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.8rem; }
  .post-type-archive-activity .posts .activity .activity-info .activity-facility,
  .embedded-archive-activities .posts .activity .activity-info .activity-facility,
  .frontpage-activities .activity .activity-info .activity-facility {
    font-size: 14px;
    font-size: 1.4rem; }
  @media screen and (max-width: 480px) {
    .post-type-archive-activity .posts .activity .activity-info .activity-date,
    .embedded-archive-activities .posts .activity .activity-info .activity-date,
    .frontpage-activities .activity .activity-info .activity-date {
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2.5; }
    .post-type-archive-activity .posts .activity .activity-info .activity-facility,
    .embedded-archive-activities .posts .activity .activity-info .activity-facility,
    .frontpage-activities .activity .activity-info .activity-facility {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 2; } }
  .post-type-archive-activity .posts .activity .activity-info .activity-facility,
  .embedded-archive-activities .posts .activity .activity-info .activity-facility,
  .frontpage-activities .activity .activity-info .activity-facility {
    padding: 0 5px 0 10px; }

.post-type-archive-activity .posts .activity .activity-title-wrapper,
.embedded-archive-activities .posts .activity .activity-title-wrapper,
.frontpage-activities .activity .activity-title-wrapper {
  padding: 0 5px 0 10px;
  z-index: 1;
  display: table;
  float: right;
  background: #eee;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.post-type-archive-activity .posts .activity .activity-title-container,
.embedded-archive-activities .posts .activity .activity-title-container,
.frontpage-activities .activity .activity-title-container {
  display: table-cell;
  vertical-align: middle; }

.post-type-archive-activity .posts .activity .activity-title,
.embedded-archive-activities .posts .activity .activity-title,
.frontpage-activities .activity .activity-title {
  font-size: 20px;
  font-size: 2rem;
  margin: 0; }

.frontpage-activities .activity .activity-title-wrapper {
  width: 100%;
  border-radius: 0; }

.frontpage-activities .activity .activity-info {
  width: 100%;
  border-radius: 0 0 5px 5px;
  height: initial;
  min-height: 36px; }
  .frontpage-activities .activity .activity-info .activity-facility-name {
    display: inline-block;
    width: 150px;
    padding-left: 10px; }
  .frontpage-activities .activity .activity-info .activity-date {
    border-left: 1px solid #fff;
    border-bottom: none;
    display: inline-block; }
    @media screen and (max-width: 680px) {
      .frontpage-activities .activity .activity-info .activity-date {
        border-left: none; } }
  .frontpage-activities .activity .activity-info:after {
    top: -9px;
    right: 0;
    display: none; }

.activity-meta {
  border-bottom: 1px solid #ddd;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 200; }
  .activity-meta:before, .activity-meta:after {
    content: " ";
    display: table; }
  .activity-meta:after {
    clear: both; }
  .activity-meta .meta-date, .activity-meta .meta-location {
    float: left;
    text-align: left; }
  .activity-meta .meta-time, .activity-meta .meta-price {
    float: right;
    text-align: right; }

.post-type-archive-activity .posts .entry-image,
.embedded-archive-activities .posts .entry-image {
  margin-bottom: -9px !important;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; }

.post-type-archive-activity .posts .activity .activity-title-wrapper,
.embedded-archive-activities .posts .activity .activity-title-wrapper {
  padding-top: 9px; }

@media screen and (max-width: 960px) {
  .post-type-archive-activity .posts .activity:nth-child(odd) .activity-info:after,
  .embedded-archive-activities .posts .activity:nth-child(odd) .activity-info:after {
    border-bottom-color: #c2c429; }
  .post-type-archive-activity .posts .activity:nth-child(even) .activity-info:after,
  .embedded-archive-activities .posts .activity:nth-child(even) .activity-info:after {
    border-bottom-color: #3b6285; } }

@media screen and (min-width: 961px) {
  .post-type-archive-activity .posts .activity:nth-child(4n+4) .activity-info:after,
  .post-type-archive-activity .posts .activity:nth-child(4n+1) .activity-info:after,
  .embedded-archive-activities .posts .activity:nth-child(4n+4) .activity-info:after,
  .embedded-archive-activities .posts .activity:nth-child(4n+1) .activity-info:after {
    border-bottom-color: #c2c429; }
  .post-type-archive-activity .posts .activity:nth-child(4n+2) .activity-info:after,
  .post-type-archive-activity .posts .activity:nth-child(4n+3) .activity-info:after,
  .embedded-archive-activities .posts .activity:nth-child(4n+2) .activity-info:after,
  .embedded-archive-activities .posts .activity:nth-child(4n+3) .activity-info:after {
    border-bottom-color: #3b6285; } }

body {
  position: relative;
  overflow-x: hidden; }

.off-canvas-fade {
  position: fixed;
  top: -90%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 200%;
  background: #000;
  transition: opacity 0.5s ease-in-out;
  z-index: 149;
  visibility: hidden;
  opacity: 0;
  transition: opacity ease-in-out 0.5s, visibility 0s linear 0.5s; }

.off-canvas-nav-toggled .off-canvas-fade {
  visibility: visible;
  opacity: 0.75;
  transition-delay: 0s; }

@media screen and (max-width: 782px) {
  .admin-bar .off-canvas-container {
    margin-top: 46px; } }

@media screen and (min-width: 783px) {
  .admin-bar .off-canvas-container {
    margin-top: 32px; } }

.off-canvas-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 300px;
  max-width: 100vw;
  overflow: hidden;
  z-index: 150;
  background: #222222;
  border-left: 1px solid #444444;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out; }
  .off-canvas-wrapper:target, .off-canvas-wrapper.toggled {
    -webkit-transform: translateX(0);
            transform: translateX(0); }

.off-canvas-container {
  position: relative;
  padding: .5em 1.5em; }

.off-canvas-search {
  position: relative;
  margin: 9px 0;
  font-size: 14px;
  font-size: 1.4rem;
  height: 25px;
  width: 75%; }
  .off-canvas-search .search-field {
    border: none;
    border-radius: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.9); }

.off-canvas-nav-toggle {
  position: absolute;
  top: 0;
  right: 0;
  color: #777777; }

.off-canvas-nav {
  position: relative;
  clear: both;
  color: #aaaaaa;
  font-size: 14px;
  font-size: 1.4rem; }
  .off-canvas-nav a {
    display: block; }
  .off-canvas-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .off-canvas-nav li {
    position: relative; }
    .off-canvas-nav li.current-menu-item > a, .off-canvas-nav li.current-post-item > a, .off-canvas-nav li.current_page_item > a, .off-canvas-nav li.current-menu-parent > a, .off-canvas-nav li.current-post-parent > a, .off-canvas-nav li.current_page_parent > a, .off-canvas-nav li.current-menu-ancestor > a, .off-canvas-nav li.current-post-ancestor > a, .off-canvas-nav li.current_page_ancestor > a {
      text-decoration: underline; }
  .off-canvas-nav .menu-title {
    font-size: 20px;
    font-size: 2rem;
    text-transform: uppercase;
    margin-top: 2em;
    margin-bottom: 1em; }
  .off-canvas-nav a {
    color: #ededed;
    line-height: 1.6;
    padding: .5em 0; }
  .off-canvas-nav a[href="#"] {
    color: #aaaaaa; }
  .off-canvas-nav .sub-menu {
    margin-left: 20px;
    border-left: 1px solid #444444;
    padding-left: 20px; }
  .off-canvas-nav .return-to-index a {
    color: #dcdd5c; }

.archive .content-area .entry-meta {
  font-size: 14px;
  font-size: 1.4rem;
  color: #777777; }

.post-type-archive-activity .entry-image {
  margin-bottom: -9px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px; }

.taxonomy-description {
  font-size: 0.9em;
  font-style: italic; }
  .taxonomy-description p:first-of-type {
    margin-top: 0; }

.archive.category .entry-title, .embedded-archive-posts .entry-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400; }

.archive.category .hentry .entry-image img, .embedded-archive-posts .hentry .entry-image img {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
  transition: .5s ease-in-out -webkit-filter, .5s ease-in-out -webkit-filter;
  transition: .5s ease-in-out filter, .5s ease-in-out -webkit-filter; }

.archive.category .hentry:hover .entry-image img, .embedded-archive-posts .hentry:hover .entry-image img {
  -webkit-filter: brightness(100%);
          filter: brightness(100%); }

.archive.category .read-more-link, .embedded-archive-posts .read-more-link {
  border-top: 5px solid #dcdd5c; }

@media screen and (min-width: 1341px) {
  .archive.category .posts .hentry, .embedded-archive-posts .posts .hentry {
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    width: 29.33333%; }
    .archive.category .posts .hentry:nth-child(3n+1), .embedded-archive-posts .posts .hentry:nth-child(3n+1) {
      margin-left: 0;
      clear: left; }
    .archive.category .posts .hentry:nth-child(3n+3), .embedded-archive-posts .posts .hentry:nth-child(3n+3) {
      margin-right: 0;
      clear: right; }
    .archive.category .posts .hentry:nth-child(n+4), .embedded-archive-posts .posts .hentry:nth-child(n+4) {
      margin-top: 2%; }
    .archive.category .posts .hentry:nth-child(n), .embedded-archive-posts .posts .hentry:nth-child(n) {
      width: 30.66667%; }
  .archive.category .posts:before, .archive.category .posts:after, .embedded-archive-posts .posts:before, .embedded-archive-posts .posts:after {
    content: " ";
    display: table; }
  .archive.category .posts:after, .embedded-archive-posts .posts:after {
    clear: both; } }

@media screen and (min-width: 681px) and (max-width: 1340px) {
  .archive.category .posts .hentry, .embedded-archive-posts .posts .hentry {
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    width: 46%; }
    .archive.category .posts .hentry:nth-child(2n+1), .embedded-archive-posts .posts .hentry:nth-child(2n+1) {
      margin-left: 0;
      clear: left; }
    .archive.category .posts .hentry:nth-child(2n+2), .embedded-archive-posts .posts .hentry:nth-child(2n+2) {
      margin-right: 0;
      clear: right; }
    .archive.category .posts .hentry:nth-child(n+3), .embedded-archive-posts .posts .hentry:nth-child(n+3) {
      margin-top: 2%; }
    .archive.category .posts .hentry:nth-child(n), .embedded-archive-posts .posts .hentry:nth-child(n) {
      width: 48%; }
  .archive.category .posts:before, .archive.category .posts:after, .embedded-archive-posts .posts:before, .embedded-archive-posts .posts:after {
    content: " ";
    display: table; }
  .archive.category .posts:after, .embedded-archive-posts .posts:after {
    clear: both; } }

@media screen and (max-width: 680px) {
  .archive.category .posts .hentry + .hentry, .embedded-archive-posts .posts .hentry + .hentry {
    margin-top: 3em; }
  .archive.category .entry-title, .embedded-archive-posts .entry-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 200; }
  .archive.category .read-more-link, .embedded-archive-posts .read-more-link {
    display: inline-block; } }

.archive.category .featured-article, .embedded-archive-posts .featured-article {
  color: #fff;
  margin-bottom: 5rem; }
  .archive.category .featured-article .hentry + .hentry, .embedded-archive-posts .featured-article .hentry + .hentry {
    margin-top: 3em; }
  .archive.category .featured-article a, .embedded-archive-posts .featured-article a {
    color: inherit; }
  .archive.category .featured-article .entry-image, .embedded-archive-posts .featured-article .entry-image {
    position: relative; }
    .archive.category .featured-article .entry-image .entry-header, .embedded-archive-posts .featured-article .entry-image .entry-header {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 0 3rem 2rem;
      color: #fff;
      text-transform: uppercase;
      width: 60%; }
      @media screen and (max-width: 680px) {
        .archive.category .featured-article .entry-image .entry-header, .embedded-archive-posts .featured-article .entry-image .entry-header {
          padding: 0 1rem; } }
      .archive.category .featured-article .entry-image .entry-header h2, .embedded-archive-posts .featured-article .entry-image .entry-header h2 {
        font-size: 4rem;
        color: inherit; }
        @media screen and (max-width: 680px) {
          .archive.category .featured-article .entry-image .entry-header h2, .embedded-archive-posts .featured-article .entry-image .entry-header h2 {
            font-size: 2.3rem; } }
      .archive.category .featured-article .entry-image .entry-header .read-more-link, .embedded-archive-posts .featured-article .entry-image .entry-header .read-more-link {
        padding-top: 5px; }
        @media screen and (max-width: 680px) {
          .archive.category .featured-article .entry-image .entry-header .read-more-link, .embedded-archive-posts .featured-article .entry-image .entry-header .read-more-link {
            display: none; } }

.post-type-archive-educational .educational-groups,
.tax-educational-group .educational-groups {
  margin-bottom: 30px; }

.post-type-archive-educational .educational-group, .post-type-archive-educational .educational-registration,
.tax-educational-group .educational-group,
.tax-educational-group .educational-registration {
  margin-right: .5em;
  line-height: 3; }
  .post-type-archive-educational .educational-group a, .post-type-archive-educational .educational-registration a,
  .tax-educational-group .educational-group a,
  .tax-educational-group .educational-registration a {
    line-height: 2;
    display: inline-block;
    padding: 0 .5em;
    background: #dcdd5c;
    color: #333; }
    .post-type-archive-educational .educational-group a.active, .post-type-archive-educational .educational-registration a.active,
    .tax-educational-group .educational-group a.active,
    .tax-educational-group .educational-registration a.active {
      background: #5889b5;
      color: #fff; }

.post-type-archive-educational .educational-registration a,
.tax-educational-group .educational-registration a {
  background: #FE9A35; }

@media screen and (max-width: 680px) {
  .post-type-archive-educational .educational-registration,
  .tax-educational-group .educational-registration {
    text-align: center;
    display: block; }
    .post-type-archive-educational .educational-registration a,
    .tax-educational-group .educational-registration a {
      width: 100%; } }

@media screen and (max-width: 680px) {
  .post-type-archive-educational .posts .column + .column,
  .tax-educational-group .posts .column + .column {
    margin-top: 2%; } }

@media screen and (min-width: 681px) and (max-width: 1340px) {
  .post-type-archive-educational .posts .column,
  .tax-educational-group .posts .column {
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    width: 46%; }
    .post-type-archive-educational .posts .column:nth-child(2n+1),
    .tax-educational-group .posts .column:nth-child(2n+1) {
      margin-left: 0;
      clear: left; }
    .post-type-archive-educational .posts .column:nth-child(2n+2),
    .tax-educational-group .posts .column:nth-child(2n+2) {
      margin-right: 0;
      clear: right; }
    .post-type-archive-educational .posts .column:nth-child(n+3),
    .tax-educational-group .posts .column:nth-child(n+3) {
      margin-top: 2%; }
    .post-type-archive-educational .posts .column:nth-child(n),
    .tax-educational-group .posts .column:nth-child(n) {
      width: 48%; }
  .post-type-archive-educational .posts:before, .post-type-archive-educational .posts:after,
  .tax-educational-group .posts:before,
  .tax-educational-group .posts:after {
    content: " ";
    display: table; }
  .post-type-archive-educational .posts:after,
  .tax-educational-group .posts:after {
    clear: both; } }

@media screen and (min-width: 1341px) {
  .post-type-archive-educational .posts .column,
  .tax-educational-group .posts .column {
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    width: 21%; }
    .post-type-archive-educational .posts .column:nth-child(4n+1),
    .tax-educational-group .posts .column:nth-child(4n+1) {
      margin-left: 0;
      clear: left; }
    .post-type-archive-educational .posts .column:nth-child(4n+4),
    .tax-educational-group .posts .column:nth-child(4n+4) {
      margin-right: 0;
      clear: right; }
    .post-type-archive-educational .posts .column:nth-child(n+5),
    .tax-educational-group .posts .column:nth-child(n+5) {
      margin-top: 2%; }
    .post-type-archive-educational .posts .column:nth-child(n),
    .tax-educational-group .posts .column:nth-child(n) {
      width: 22%; }
  .post-type-archive-educational .posts:before, .post-type-archive-educational .posts:after,
  .tax-educational-group .posts:before,
  .tax-educational-group .posts:after {
    content: " ";
    display: table; }
  .post-type-archive-educational .posts:after,
  .tax-educational-group .posts:after {
    clear: both; } }

.post-type-archive-educational .hentry,
.tax-educational-group .hentry {
  border: 1px solid #ccc;
  color: #777777; }

.post-type-archive-educational .hentry + .hentry,
.tax-educational-group .hentry + .hentry {
  margin-top: 30px; }

.post-type-archive-educational .entry-header, .post-type-archive-educational .entry-content,
.tax-educational-group .entry-header,
.tax-educational-group .entry-content {
  margin: .5em; }

.post-type-archive-educational .entry-header,
.tax-educational-group .entry-header {
  border-bottom: 1px solid #ddd; }

.post-type-archive-educational .entry-title,
.tax-educational-group .entry-title {
  color: #444444;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0; }

.post-type-archive-educational .entry-content,
.tax-educational-group .entry-content {
  line-height: 1.4; }
  @media screen and (min-width: 1341px) {
    .post-type-archive-educational .entry-content,
    .tax-educational-group .entry-content {
      font-size: 14px;
      font-size: 1.4rem; } }
  .post-type-archive-educational .entry-content p,
  .tax-educational-group .entry-content p {
    margin: 0; }

.post-type-archive-educational .action-buttons,
.tax-educational-group .action-buttons {
  margin: 1.6rem 0; }

.home #content {
  transition: opacity 1.5s ease-in-out;
  opacity: 1; }
  .home #content.hidden {
    opacity: 0; }

.site-index.home .site-content {
  margin-top: 0; }

.frontpage-tabs, .frontpage-section-title {
  font-weight: 300;
  text-transform: uppercase; }

.site-index .frontpage-section-header {
  text-align: center; }

.frontpage-widgets .widget {
  margin-top: 2em;
  margin-bottom: 2em; }

.frontpage-tabs, .frontpage-section-header {
  border-bottom: 1px solid #ccc; }

@media screen and (min-width: 681px) {
  .frontpage-section-header {
    margin-bottom: 30px; } }

@media screen and (max-width: 680px) {
  .frontpage-section-header {
    background: #eee;
    border-bottom: 5px solid #ddd;
    margin: 1em 0; } }

.frontpage-section-title {
  display: inline-block; }
  @media screen and (min-width: 681px) {
    .frontpage-section-title {
      font-size: 36px;
      font-size: 3.6rem;
      border-bottom: 5px solid #ccc;
      margin-bottom: 0; } }
  @media screen and (max-width: 680px) {
    .frontpage-section-title {
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 1.8;
      margin: 0; } }

.frontpage-tabs {
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  .frontpage-tabs:before, .frontpage-tabs:after {
    content: " ";
    display: table; }
  .frontpage-tabs:after {
    clear: both; }
  .frontpage-tabs a {
    display: inline-block;
    color: #fff;
    padding: 0 20px; }
  @media screen and (min-width: 681px) {
    .frontpage-tabs {
      margin-bottom: 50px; }
      .frontpage-tabs a {
        background: #dcdd5c;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        color: #111;
        transition: background-color .3s ease-in-out; }
        .frontpage-tabs a.active-tab {
          background: #5889b5;
          color: #fff; } }
  @media screen and (max-width: 680px) {
    .frontpage-tabs {
      border-bottom: none; }
      .frontpage-tabs a {
        display: inline-block;
        float: none;
        width: 32.7%;
        font-size: 24px;
        font-size: 2.4rem;
        background: #5889b5;
        border-bottom: 5px solid #dcdd5c;
        margin-bottom: 1px;
        padding: 0; }
        .frontpage-tabs a.active-tab {
          background: #dcdd5c;
          color: #111; } }
  @media screen and (max-width: 600px) {
    .frontpage-tabs a {
      width: 32.6%; } }
  @media screen and (max-width: 530px) {
    .frontpage-tabs a {
      width: 100%; } }

.frontpage-tab {
  display: none; }
  .frontpage-tab:before, .frontpage-tab:after {
    content: " ";
    display: table; }
  .frontpage-tab:after {
    clear: both; }
  .frontpage-tab.active-tab {
    display: block; }
  @media screen and (min-width: 681px) {
    .frontpage-tab:first-child {
      display: block; } }

@media screen and (min-width: 681px) {
  .frontpage-news-wrapper,
  .frontpage-facilities-wrapper,
  .frontpage-activities-wrapper {
    padding: 50px 0; } }

@media screen and (max-width: 680px) {
  .frontpage-news-wrapper,
  .frontpage-facilities-wrapper,
  .frontpage-activities-wrapper {
    padding: 20px 0; } }

.frontpage-activities-wrapper .frontpage-activities-filter {
  text-align: center;
  margin: 0 0 3rem; }
  .frontpage-activities-wrapper .frontpage-activities-filter .select-wrapper {
    display: inline-block;
    padding: 5px 8px;
    border: 1px solid #cfcfcf; }
    .frontpage-activities-wrapper .frontpage-activities-filter .select-wrapper:focus, .frontpage-activities-wrapper .frontpage-activities-filter .select-wrapper:active {
      border: 1px solid #8a8a8a; }
    .frontpage-activities-wrapper .frontpage-activities-filter .select-wrapper select {
      border: none;
      width: auto;
      overflow: hidden; }
      .frontpage-activities-wrapper .frontpage-activities-filter .select-wrapper select:focus {
        outline: none; }

.frontpage-activities-wrapper #frontpage-activities-read-more {
  margin-top: 3rem;
  text-align: center; }
  .frontpage-activities-wrapper #frontpage-activities-read-more .button {
    height: auto;
    padding: 1rem;
    width: 100%; }
    @media screen and (min-width: 961px) {
      .frontpage-activities-wrapper #frontpage-activities-read-more .button {
        width: 29.33333%; } }

@media screen and (min-width: 681px) {
  .arrow-wrapper {
    width: 100%;
    text-align: center;
    line-height: 0; }
  .arrow {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border-top: 21px solid;
    border-right: 21px solid transparent;
    border-left: 21px solid transparent; }
  .news-facilities-arrow {
    background: #ddd; }
    .news-facilities-arrow .arrow {
      border-top-color: #fff; }
  .facilities-activities-arrow {
    background: transparent; }
    .facilities-activities-arrow .arrow {
      border-top-color: #ddd; } }

@media screen and (max-width: 680px) {
  .arrow-wrapper {
    display: none; } }

@media screen and (max-width: 680px) {
  .frontpage-news .hentry + .hentry,
  .frontpage-widgets .hc-posts-widget .hentry + .hentry {
    margin-top: 2%; } }

@media screen and (min-width: 681px) and (max-width: 960px) {
  .frontpage-news .hentry,
  .frontpage-widgets .hc-posts-widget .hentry {
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    width: 46%; }
    .frontpage-news .hentry:nth-child(2n+1),
    .frontpage-widgets .hc-posts-widget .hentry:nth-child(2n+1) {
      margin-left: 0;
      clear: left; }
    .frontpage-news .hentry:nth-child(2n+2),
    .frontpage-widgets .hc-posts-widget .hentry:nth-child(2n+2) {
      margin-right: 0;
      clear: right; }
    .frontpage-news .hentry:nth-child(n+3),
    .frontpage-widgets .hc-posts-widget .hentry:nth-child(n+3) {
      margin-top: 2%; }
    .frontpage-news .hentry:nth-child(n),
    .frontpage-widgets .hc-posts-widget .hentry:nth-child(n) {
      width: 48%; }
  .frontpage-news:before, .frontpage-news:after,
  .frontpage-widgets .hc-posts-widget:before,
  .frontpage-widgets .hc-posts-widget:after {
    content: " ";
    display: table; }
  .frontpage-news:after,
  .frontpage-widgets .hc-posts-widget:after {
    clear: both; } }

@media screen and (min-width: 961px) {
  .frontpage-news .hentry,
  .frontpage-widgets .hc-posts-widget .hentry {
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    width: 21%; }
    .frontpage-news .hentry:nth-child(4n+1),
    .frontpage-widgets .hc-posts-widget .hentry:nth-child(4n+1) {
      margin-left: 0;
      clear: left; }
    .frontpage-news .hentry:nth-child(4n+4),
    .frontpage-widgets .hc-posts-widget .hentry:nth-child(4n+4) {
      margin-right: 0;
      clear: right; }
    .frontpage-news .hentry:nth-child(n+5),
    .frontpage-widgets .hc-posts-widget .hentry:nth-child(n+5) {
      margin-top: 2%; }
    .frontpage-news .hentry:nth-child(n),
    .frontpage-widgets .hc-posts-widget .hentry:nth-child(n) {
      width: 22%; }
  .frontpage-news:before, .frontpage-news:after,
  .frontpage-widgets .hc-posts-widget:before,
  .frontpage-widgets .hc-posts-widget:after {
    content: " ";
    display: table; }
  .frontpage-news:after,
  .frontpage-widgets .hc-posts-widget:after {
    clear: both; } }

.frontpage-news .hentry .entry-image img,
.frontpage-widgets .hc-posts-widget .hentry .entry-image img {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
  transition: .5s ease-in-out -webkit-filter, .5s ease-in-out -webkit-filter;
  transition: .5s ease-in-out filter, .5s ease-in-out -webkit-filter; }

.frontpage-news .hentry:hover .entry-image img,
.frontpage-widgets .hc-posts-widget .hentry:hover .entry-image img {
  -webkit-filter: brightness(60%);
          filter: brightness(60%); }

.frontpage-news .entry-text,
.frontpage-widgets .hc-posts-widget .entry-text {
  text-align: center; }

.frontpage-news .entry-title,
.frontpage-widgets .hc-posts-widget .entry-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  margin: .75em 0 .25em; }

.frontpage-news .entry-meta,
.frontpage-widgets .hc-posts-widget .entry-meta {
  font-size: 14px;
  font-size: 1.4rem; }

.frontpage-news .read-more-link,
.frontpage-widgets .hc-posts-widget .read-more-link {
  margin-top: .25em;
  display: inline-block;
  padding: 1px 15px;
  border-radius: 5px;
  background: #dcdd5c;
  color: #000; }

.frontpage-news .meta-category,
.frontpage-widgets .hc-posts-widget .meta-category {
  color: #aaaaaa;
  cursor: default; }
  .frontpage-news .meta-category a,
  .frontpage-widgets .hc-posts-widget .meta-category a {
    color: #aaaaaa; }
  .frontpage-news .meta-category a:hover,
  .frontpage-widgets .hc-posts-widget .meta-category a:hover {
    color: #777777; }

.frontpage-opening-hours,
.frontpage-contact {
  text-align: center;
  font-size: 20px;
  font-size: 2rem; }
  .frontpage-opening-hours ul,
  .frontpage-contact ul {
    list-style: none; }
  .frontpage-opening-hours li,
  .frontpage-contact li {
    display: inline-block;
    margin: 5px 20px; }

@media screen and (min-width: 681px) {
  .frontpage-facilities-wrapper {
    background: #ddd; } }

.frontpage-facilities .facility {
  cursor: default;
  position: relative;
  overflow: hidden;
  line-height: 0; }

.frontpage-facilities .facility-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }

.frontpage-facilities .facility-links {
  z-index: 2; }

.frontpage-facilities .facility-overlay {
  position: absolute;
  width: 100%;
  height: 100%; }

.frontpage-facilities .facility-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 1.5;
  color: #fff; }

.frontpage-facilities .facility-title {
  margin: 0 0 5px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75); }

.frontpage-facilities .facility-title,
.frontpage-facilities .facility-description {
  padding: 0 10px; }

.frontpage-facilities .facility-links {
  margin-top: 10px;
  color: #444;
  background: rgba(255, 255, 255, 0.85);
  font-size: 30px;
  font-size: 3rem;
  line-height: 2; }
  .frontpage-facilities .facility-links a {
    padding: 0 10px; }

@media screen and (min-width: 681px) {
  .frontpage-facilities .facility-link {
    height: calc(100% - 60px); }
  .frontpage-facilities .facility-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .frontpage-facilities .facility-overlay {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out; }
  .frontpage-facilities .facility-info {
    text-align: center;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out; }
  .frontpage-facilities .facility-description,
  .frontpage-facilities .facility-links {
    opacity: 0;
    transition: opacity .5s ease-in-out; }
  .frontpage-facilities .facility:hover .facility-overlay {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .frontpage-facilities .facility:hover .facility-info {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .frontpage-facilities .facility:hover .facility-description,
  .frontpage-facilities .facility:hover .facility-links {
    opacity: 1; }
  html.touchevents .frontpage-facilities .facility.hover .facility-overlay {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  html.touchevents .frontpage-facilities .facility.hover .facility-info {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  html.touchevents .frontpage-facilities .facility.hover .facility-description,
  html.touchevents .frontpage-facilities .facility.hover .facility-links {
    opacity: 1; } }

@media screen and (min-width: 1341px) {
  .frontpage-facilities {
    text-align: center; }
    .frontpage-facilities .facility {
      float: left;
      margin-left: 2%;
      margin-right: 2%;
      width: 21%; }
      .frontpage-facilities .facility:nth-child(4n+1) {
        margin-left: 0;
        clear: left; }
      .frontpage-facilities .facility:nth-child(4n+4) {
        margin-right: 0;
        clear: right; }
      .frontpage-facilities .facility:nth-child(n+5) {
        margin-top: 2%; }
      .frontpage-facilities .facility:nth-child(n) {
        width: 22%; }
    .frontpage-facilities:before, .frontpage-facilities:after {
      content: " ";
      display: table; }
    .frontpage-facilities:after {
      clear: both; }
    .frontpage-facilities .facility-info {
      -webkit-transform: translateY(70%);
              transform: translateY(70%);
      font-size: 16px;
      font-size: 1.6rem; }
    .frontpage-facilities .facility-title {
      font-size: 26px;
      font-size: 2.6rem; } }

@media screen and (min-width: 961px) and (max-width: 1340px) {
  .frontpage-facilities {
    text-align: center; }
    .frontpage-facilities .facility {
      float: left;
      margin-left: 3%;
      margin-right: 3%;
      width: 27.33333%; }
      .frontpage-facilities .facility:nth-child(3n+1) {
        margin-left: 0;
        clear: left; }
      .frontpage-facilities .facility:nth-child(3n+3) {
        margin-right: 0;
        clear: right; }
      .frontpage-facilities .facility:nth-child(n+4) {
        margin-top: 3%; }
      .frontpage-facilities .facility:nth-child(n) {
        width: 29.33333%; }
    .frontpage-facilities:before, .frontpage-facilities:after {
      content: " ";
      display: table; }
    .frontpage-facilities:after {
      clear: both; }
    .frontpage-facilities .facility-info {
      -webkit-transform: translateY(70%);
              transform: translateY(70%);
      font-size: 1.3vw; }
    .frontpage-facilities .facility-title {
      font-size: 2.4vw; } }

@media screen and (min-width: 681px) and (max-width: 960px) {
  .frontpage-facilities {
    text-align: center; }
    .frontpage-facilities .facility {
      float: left;
      margin-left: 2%;
      margin-right: 2%;
      width: 46%; }
      .frontpage-facilities .facility:nth-child(2n+1) {
        margin-left: 0;
        clear: left; }
      .frontpage-facilities .facility:nth-child(2n+2) {
        margin-right: 0;
        clear: right; }
      .frontpage-facilities .facility:nth-child(n+3) {
        margin-top: 2%; }
      .frontpage-facilities .facility:nth-child(n) {
        width: 48%; }
    .frontpage-facilities:before, .frontpage-facilities:after {
      content: " ";
      display: table; }
    .frontpage-facilities:after {
      clear: both; }
    .frontpage-facilities .facility-info {
      -webkit-transform: translateY(70%);
              transform: translateY(70%);
      font-size: 2vw; }
    .frontpage-facilities .facility-title {
      font-size: 3.6vw; } }

@media screen and (max-width: 680px) {
  .frontpage-facilities .facility + .facility {
    margin-top: 2%; }
  .frontpage-facilities .facility {
    overflow: hidden; }
  .frontpage-facilities .facility-title {
    line-height: 1.5;
    font-size: 6vw; }
  .frontpage-facilities .facility-links,
  .frontpage-facilities .facility-description {
    display: none; }
  .frontpage-facilities .facility-image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 30%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 70px; }
  .frontpage-facilities .facility-overlay {
    background: rgba(17, 17, 17, 0.6); } }

.frontpage-facilities-wrapper .frontpage-section-title {
  color: #B5091F; }

.frontpage-activities-wrapper .frontpage-section-title {
  color: #5889b5; }

@media screen and (max-width: 680px) {
  .meteor-slides {
    margin-top: 20px;
    margin-bottom: 80px; } }

@media screen and (max-width: 960px) {
  .meteor-slides .meteor-slidetitle {
    bottom: 0;
    left: 0;
    font-size: 24px;
    font-size: 2.4rem; } }

@media screen and (max-width: 680px) {
  .meteor-slides .meteor-slidetitle {
    font-size: 20px;
    font-size: 2rem; } }

@media screen and (min-width: 681px) {
  html.flexbox .frontpage-facilities {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    html.flexbox .frontpage-facilities:before, html.flexbox .frontpage-facilities:after {
      display: none; }
    html.flexbox .frontpage-facilities .facility {
      margin-left: 0 !important;
      margin-right: 0 !important; } }

.site-facility .frontpage-widgets .widget {
  margin-top: 0;
  margin-bottom: 0; }

.site-facility .widget-wrapper {
  padding-top: 2em;
  padding-bottom: 2em; }
  .site-facility .widget-wrapper:nth-child(2n) {
    background: #f6f6f6; }

.site-facility.home .site-content {
  margin-top: 0;
  margin-bottom: 0; }

@media screen and (max-width: 680px) {
  .frontpage-widgets-fullwidth .widget-categories .category + .category {
    margin-top: 2%; } }

@media screen and (min-width: 681px) and (max-width: 960px) {
  .frontpage-widgets-fullwidth .widget-categories .category {
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    width: 46%; }
    .frontpage-widgets-fullwidth .widget-categories .category:nth-child(2n+1) {
      margin-left: 0;
      clear: left; }
    .frontpage-widgets-fullwidth .widget-categories .category:nth-child(2n+2) {
      margin-right: 0;
      clear: right; }
    .frontpage-widgets-fullwidth .widget-categories .category:nth-child(n+3) {
      margin-top: 2%; }
    .frontpage-widgets-fullwidth .widget-categories .category:nth-child(n) {
      width: 48%; }
  .frontpage-widgets-fullwidth .widget-categories:before, .frontpage-widgets-fullwidth .widget-categories:after {
    content: " ";
    display: table; }
  .frontpage-widgets-fullwidth .widget-categories:after {
    clear: both; } }

@media screen and (min-width: 961px) {
  .frontpage-widgets-fullwidth .widget-categories .category {
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    width: 21%; }
    .frontpage-widgets-fullwidth .widget-categories .category:nth-child(4n+1) {
      margin-left: 0;
      clear: left; }
    .frontpage-widgets-fullwidth .widget-categories .category:nth-child(4n+4) {
      margin-right: 0;
      clear: right; }
    .frontpage-widgets-fullwidth .widget-categories .category:nth-child(n+5) {
      margin-top: 2%; }
    .frontpage-widgets-fullwidth .widget-categories .category:nth-child(n) {
      width: 22%; }
  .frontpage-widgets-fullwidth .widget-categories:before, .frontpage-widgets-fullwidth .widget-categories:after {
    content: " ";
    display: table; }
  .frontpage-widgets-fullwidth .widget-categories:after {
    clear: both; } }

.frontpage-widgets-fullwidth .widget-categories .category-image img {
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
  transition: .5s ease-in-out -webkit-filter, .5s ease-in-out -webkit-filter;
  transition: .5s ease-in-out filter, .5s ease-in-out -webkit-filter; }

.frontpage-widgets-fullwidth .widget-categories .category-image:hover img {
  -webkit-filter: brightness(100%);
          filter: brightness(100%); }

.page .content-area .entry-meta,
.single .content-area .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-size: 1.4rem;
  color: #777777;
  max-width: 51.42857em; }

.page .content-area .entry-image,
.single .content-area .entry-image {
  margin-bottom: 1em; }

.page .content-area .entry-content,
.single .content-area .entry-content {
  margin: 1em 0; }
  .page .content-area .entry-content p,
  .single .content-area .entry-content p {
    max-width: 45em; }

.page .content-area .educational-registration,
.single .content-area .educational-registration {
  line-height: 3; }
  .page .content-area .educational-registration a,
  .single .content-area .educational-registration a {
    background: #FE9A35;
    line-height: 2;
    display: inline-block;
    padding: 0 .5em;
    font-weight: normal;
    color: #333; }
  @media screen and (max-width: 680px) {
    .page .content-area .educational-registration,
    .single .content-area .educational-registration {
      text-align: center;
      display: block; }
      .page .content-area .educational-registration a,
      .single .content-area .educational-registration a {
        width: 100%; } }

@media screen and (min-width: 961px) {
  .page .content-area .featured-image-size-small .entry-meta,
  .single .content-area .featured-image-size-small .entry-meta {
    margin-top: 0; }
  .page .content-area .featured-image-size-small .entry-image,
  .single .content-area .featured-image-size-small .entry-image {
    float: right;
    width: 40%; }
  .page .content-area .featured-image-size-small .entry-header, .page .content-area .featured-image-size-small .entry-content,
  .single .content-area .featured-image-size-small .entry-header,
  .single .content-area .featured-image-size-small .entry-content {
    float: left;
    width: 55%; }
  .page .content-area .featured-image-size-small .entry-subtitle,
  .single .content-area .featured-image-size-small .entry-subtitle {
    margin-top: 0; } }

.page.page-template-page-events .entry-image {
  margin-bottom: 1em; }

.entry-subtitle {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 200;
  max-width: 30em; }

.page .entry-content p, .single .entry-content p {
  max-width: 100%; }

.entry-meta > * + *:before {
  content: ' | '; }

.entry-meta::first-letter {
  text-transform: uppercase; }

.entry-image {
  line-height: 0;
  position: relative;
  overflow: hidden; }
  .entry-image .featured-image-caption-wrapper {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    line-height: 2;
    padding: 0 10px;
    font-size: 14px;
    font-size: 1.4rem; }
    @media screen and (max-width: 961px) {
      .entry-image .featured-image-caption-wrapper {
        position: relative; } }

.entry-content a {
  font-weight: 600; }

.nav-links .nav-previous {
  float: left; }

.nav-links .nav-next {
  float: right; }

.nav-links:before, .nav-links:after {
  content: " ";
  display: table; }

.nav-links:after {
  clear: both; }

@media screen and (max-width: 680px) {
  .site-facility .entry-subtitle {
    font-size: 16px;
    font-size: 1.6rem; } }

.employees:before, .employees:after {
  content: " ";
  display: table; }

.employees:after {
  clear: both; }

@media screen and (min-width: 1341px) {
  .layout-sidebar .employees .employee {
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    width: 29.33333%; }
    .layout-sidebar .employees .employee:nth-child(3n+1) {
      margin-left: 0;
      clear: left; }
    .layout-sidebar .employees .employee:nth-child(3n+3) {
      margin-right: 0;
      clear: right; }
    .layout-sidebar .employees .employee:nth-child(n+4) {
      margin-top: 2%; }
    .layout-sidebar .employees .employee:nth-child(n) {
      width: 30.66667%; }
  .layout-sidebar .employees:before, .layout-sidebar .employees:after {
    content: " ";
    display: table; }
  .layout-sidebar .employees:after {
    clear: both; } }

@media screen and (min-width: 681px) and (max-width: 1340px) {
  .layout-sidebar .employees .employee {
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    width: 46%; }
    .layout-sidebar .employees .employee:nth-child(2n+1) {
      margin-left: 0;
      clear: left; }
    .layout-sidebar .employees .employee:nth-child(2n+2) {
      margin-right: 0;
      clear: right; }
    .layout-sidebar .employees .employee:nth-child(n+3) {
      margin-top: 2%; }
    .layout-sidebar .employees .employee:nth-child(n) {
      width: 48%; }
  .layout-sidebar .employees:before, .layout-sidebar .employees:after {
    content: " ";
    display: table; }
  .layout-sidebar .employees:after {
    clear: both; } }

@media screen and (max-width: 680px) {
  .layout-sidebar .employees .employee + .employee {
    margin-top: 2%; } }

@media screen and (min-width: 1341px) {
  .layout-fullwidth .employees .employee {
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    width: 21%; }
    .layout-fullwidth .employees .employee:nth-child(4n+1) {
      margin-left: 0;
      clear: left; }
    .layout-fullwidth .employees .employee:nth-child(4n+4) {
      margin-right: 0;
      clear: right; }
    .layout-fullwidth .employees .employee:nth-child(n+5) {
      margin-top: 2%; }
    .layout-fullwidth .employees .employee:nth-child(n) {
      width: 22%; }
  .layout-fullwidth .employees:before, .layout-fullwidth .employees:after {
    content: " ";
    display: table; }
  .layout-fullwidth .employees:after {
    clear: both; } }

@media screen and (min-width: 961px) and (max-width: 1340px) {
  .layout-fullwidth .employees .employee {
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    width: 29.33333%; }
    .layout-fullwidth .employees .employee:nth-child(3n+1) {
      margin-left: 0;
      clear: left; }
    .layout-fullwidth .employees .employee:nth-child(3n+3) {
      margin-right: 0;
      clear: right; }
    .layout-fullwidth .employees .employee:nth-child(n+4) {
      margin-top: 2%; }
    .layout-fullwidth .employees .employee:nth-child(n) {
      width: 30.66667%; }
  .layout-fullwidth .employees:before, .layout-fullwidth .employees:after {
    content: " ";
    display: table; }
  .layout-fullwidth .employees:after {
    clear: both; } }

@media screen and (min-width: 681px) and (max-width: 960px) {
  .layout-fullwidth .employees .employee {
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    width: 46%; }
    .layout-fullwidth .employees .employee:nth-child(2n+1) {
      margin-left: 0;
      clear: left; }
    .layout-fullwidth .employees .employee:nth-child(2n+2) {
      margin-right: 0;
      clear: right; }
    .layout-fullwidth .employees .employee:nth-child(n+3) {
      margin-top: 2%; }
    .layout-fullwidth .employees .employee:nth-child(n) {
      width: 48%; }
  .layout-fullwidth .employees:before, .layout-fullwidth .employees:after {
    content: " ";
    display: table; }
  .layout-fullwidth .employees:after {
    clear: both; } }

@media screen and (max-width: 680px) {
  .layout-fullwidth .employees .employee + .employee {
    margin-top: 2%; } }

.employees-department + .employees-department {
  margin-top: 75px; }

.department-title {
  border-bottom: 1px solid #ccc; }

.employee p {
  margin: .5em 0;
  line-height: 17px; }

.employee-name {
  font-size: 24px;
  font-size: 2.4rem; }

.employee-position {
  margin-top: 0;
  margin-bottom: 10px; }

.employee-phone {
  background-image: url("/wp-content/plugins/hcal-employees/assets/employees-icons.png");
  background-position: 0 2px;
  background-repeat: no-repeat;
  padding-left: 25px;
  line-height: 17px; }

.employee-email {
  background-image: url("/wp-content/plugins/hcal-employees/assets/employees-icons.png");
  background-position: -1px -24px;
  background-repeat: no-repeat;
  padding-left: 25px;
  line-height: 17px; }

.employee-extra {
  margin-top: 15px; }
  .employee-extra p {
    line-height: 1.3;
    font-size: 85%; }

.bgaspect-slideshow .slide {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media screen and (min-width: 681px) and (max-width: 960px) {
    .bgaspect-slideshow .slide {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 60%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; } }
  @media screen and (max-width: 680px) {
    .bgaspect-slideshow .slide {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 70%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; } }

.slideshow {
  position: relative;
  overflow: hidden;
  overflow: hidden; }
  .slideshow .slide {
    display: none;
    max-width: 100%; }
    .slideshow .slide:first-child {
      display: block; }
  .slideshow .slide-overlay,
  .slideshow .slide-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%; }
  .slideshow .slide-overlay {
    background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.6) 100%); }
  .slideshow .slide-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    color: #fff;
    padding-bottom: 2%; }
  .slideshow .slide-title, .slideshow p {
    text-align: center;
    margin: 0;
    text-shadow: 1px 1px 2px #000; }
    @media screen and (min-width: 681px) {
      .slideshow .slide-title, .slideshow p {
        font-size: 48px;
        font-size: 4.8rem; } }
    @media screen and (max-width: 680px) {
      .slideshow .slide-title, .slideshow p {
        font-size: 36px;
        font-size: 3.6rem;
        font-size: 6vw; } }
  .slideshow .progress-bar {
    z-index: 500;
    width: 0;
    height: 5px;
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0; }
  .slideshow .pager {
    position: absolute;
    top: 15px;
    right: 15px;
    left: auto;
    width: auto;
    height: 15px;
    padding: 0;
    z-index: 101; }
    .slideshow .pager a {
      display: block;
      float: left;
      outline: none;
      text-indent: -9999px;
      width: 15px;
      height: 15px;
      margin: 0 5px 0 0 !important;
      background: #ccc;
      background: rgba(255, 255, 255, 0.5);
      transition: background-color ease-in-out .5s; }
      .slideshow .pager a.current {
        background: #f9f9f9;
        background: rgba(255, 255, 255, 0.8); }
      .slideshow .pager a:hover, .slideshow .pager a:focus {
        background: #fff;
        background: rgba(255, 255, 255, 0.9); }
  .slideshow .nav {
    list-style: none;
    display: inline;
    height: auto;
    margin: 0 !important;
    padding: 0; }
    .slideshow .nav li {
      list-style: none;
      display: inline;
      height: auto;
      margin: 0;
      padding: 0; }
    .slideshow .nav a {
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -20px;
      width: 40px;
      height: 45px;
      font-size: 40px;
      font-size: 4rem;
      text-align: center;
      line-height: 37.5px;
      z-index: 101;
      background: rgba(255, 255, 255, 0.8);
      color: #333; }
      .slideshow .nav a:hover, .slideshow .nav a:active, .slideshow .nav a:visited {
        color: #333; }
    .slideshow .nav .prev a {
      left: 0;
      box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.15);
      border-bottom-right-radius: 2px;
      border-top-right-radius: 2px; }
    .slideshow .nav .next a {
      right: 0;
      box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.15);
      border-bottom-left-radius: 2px;
      border-top-left-radius: 2px; }

.slideshow .nav a {
  opacity: 0.7;
  filter: alpha(opacity=70); }

@media screen and (min-width: 681px) {
  .slideshow .nav a {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity .5s ease-out, -webkit-transform .5s ease-out;
    transition: opacity .5s ease-out, transform .5s ease-out; }
  .slideshow .nav .prev a {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px); }
  .slideshow .nav .next a {
    -webkit-transform: translateX(40px);
            transform: translateX(40px); }
  .slideshow:hover .nav a {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    .slideshow:hover .nav a:hover, .slideshow:hover .nav a:focus {
      opacity: 0.9;
      filter: alpha(opacity=90); } }
