@charset "UTF-8";/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */:root{--mm-lineheight:22px}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu,.mm-menu *,.mm-menu :after,.mm-menu :before{-webkit-transition-property:none;-o-transition-property:none;transition-property:none;-webkit-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}:root{--mm-blocker-visibility-delay:0.4s;--mm-blocker-opacity-delay:0s}.mm-blocker{display:block;position:absolute;bottom:100%;top:0;right:0;left:0;z-index:3;opacity:0;background:var(--mm-color-background);-webkit-transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),-webkit-transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),-webkit-transform .4s ease;-o-transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease;transition:bottom 0s ease var(--mm-blocker-visibility-delay),width .4s ease,opacity .4s ease var(--mm-blocker-opacity-delay),transform .4s ease,-webkit-transform .4s ease}.mm-blocker:focus-visible{opacity:.75}.mm-btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:50px;padding:0}.mm-btn--next,[dir=rtl] .mm-btn--prev{--mm-btn-rotate:135deg}.mm-btn--prev,[dir=rtl] .mm-btn--next{--mm-btn-rotate:-45deg}.mm-btn--next:after,.mm-btn--prev:before{content:"";display:block;position:absolute;top:0;bottom:0;width:8px;height:8px;margin:auto;-webkit-box-sizing:border-box;box-sizing:border-box;border:2px solid var(--mm-color-icon);border-bottom:none;border-right:none;-webkit-transform:rotate(var(--mm-btn-rotate));-ms-transform:rotate(var(--mm-btn-rotate));transform:rotate(var(--mm-btn-rotate))}.mm-btn--prev:before{inset-inline-start:23px}.mm-btn--next:after{inset-inline-end:23px}.mm-btn--close:before{content:"×";font-size:150%}.mm-btnreset{padding:0;background:0 0;border:none;cursor:pointer}.mm-divider{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:-webkit-sticky;position:sticky;z-index:2;top:0;min-height:var(--mm-lineheight);padding:calc((var(--mm-listitem-size) * .65 - var(--mm-lineheight)) * .5) 20px;font-size:75%;text-transform:uppercase;background:var(--mm-color-background);background-image:-webkit-gradient(linear,left top,left bottom,from(var(--mm-color-background-highlight)),to(var(--mm-color-background-highlight)));background-image:-o-linear-gradient(var(--mm-color-background-highlight),var(--mm-color-background-highlight));background-image:linear-gradient(var(--mm-color-background-highlight),var(--mm-color-background-highlight));opacity:1;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.mm-navbar:not(.mm-hidden)~.mm-listview .mm-divider{top:var(--mm-navbar-size)}:root{--mm-listitem-size:50px}.mm-listitem{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;position:relative;padding:0;margin:0;color:var(--mm-color-text);border-color:var(--mm-color-border)}.mm-listitem:after{content:"";border-color:inherit;border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;inset-inline-start:20px;inset-inline-end:0;bottom:0}.mm-listitem__btn,.mm-listitem__text{padding:calc((var(--mm-listitem-size) - var(--mm-lineheight))/ 2) 0}.mm-listitem__text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:10%;flex-basis:10%;display:block;padding-left:20px;padding-right:20px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-listitem__btn{display:block;position:relative;width:auto;-webkit-padding-end:50px;padding-inline-end:50px;border-color:inherit;background:rgba(3,2,1,0)}.mm-listitem__btn:not(.mm-listitem__text){border-left-width:1px;border-left-style:solid}.mm-listitem--selected>.mm-listitem__text{background:var(--mm-color-background-emphasis)}.mm-listitem--opened>.mm-listitem__btn,.mm-listitem--opened>.mm-panel{background:var(--mm-color-background-highlight)}.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;margin:0;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;-ms-scroll-chaining:none;overscroll-behavior:none;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);line-height:var(--mm-lineheight);-webkit-tap-highlight-color:var(--mm-color-background-emphasis);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu ::-webkit-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::-moz-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu :-ms-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::-ms-input-placeholder{color:var(--mm-color-text-dimmed)}.mm-menu ::placeholder{color:var(--mm-color-text-dimmed)}.mm-menu,.mm-menu *{-webkit-box-sizing:border-box;box-sizing:border-box}.mm-menu :focus,.mm-menu :focus-visible,.mm-menu:focus,.mm-menu:focus-visible{outline:0}.mm-menu a,.mm-menu button,.mm-menu label{color:inherit}.mm-menu a:focus,.mm-menu button:focus,.mm-menu label:focus{outline:0}.mm-menu a:focus-visible,.mm-menu button:focus-visible,.mm-menu label:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:-5px}.mm-menu input:focus,.mm-menu input:focus-visible,.mm-menu select:focus,.mm-menu select:focus-visible,.mm-menu textarea:focus,.mm-menu textarea:focus-visible{outline:2px solid var(--mm-color-focusring);outline-offset:2px}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{text-decoration:none;color:inherit}:root{--mm-navbar-size:50px}.mm-navbar{display:-webkit-box;display:-ms-flexbox;display:flex;position:-webkit-sticky;position:sticky;top:0;z-index:2;min-height:var(--mm-navbar-size);padding-top:env(safe-area-inset-top);color:var(--mm-color-text-dimmed);text-align:center;opacity:1;background:var(--mm-color-background);border-bottom:1px solid var(--mm-color-border);-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.mm-navbar>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-navbar__btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.mm-navbar__title{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 20px;overflow:hidden}.mm-navbar__title[href="#"]{pointer-events:none}.mm-navbar__title>span{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-btn.mm-hidden+.mm-navbar__title:not(:last-child){-webkit-padding-start:60px;padding-inline-start:60px;-webkit-padding-end:10px;padding-inline-end:10px}.mm-btn:not(.mm-hidden)+.mm-navbar__title:last-child{-webkit-padding-start:10px;padding-inline-start:10px;-webkit-padding-end:60px;padding-inline-end:60px}.mm-panel{--mm-panel-child-offset:100%;--mm-panel-parent-offset:-30%;position:absolute;left:0;right:0;top:0;bottom:0;z-index:1;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain;color:var(--mm-color-text);border-color:var(--mm-color-border);background:var(--mm-color-background);-webkit-transform:translate3d(var(--mm-panel-child-offset),0,0);transform:translate3d(var(--mm-panel-child-offset),0,0);-webkit-transition-property:inset-inline-start,-webkit-transform;transition-property:inset-inline-start,-webkit-transform;-o-transition-property:transform,inset-inline-start;transition-property:transform,inset-inline-start;transition-property:transform,inset-inline-start,-webkit-transform}[dir=rtl] .mm-panel{--mm-panel-child-offset:-100%;--mm-panel-parent-offset:30%}.mm-panel:after{content:"";display:block;height:var(--mm-listitem-size)}.mm-panel:focus{outline:0}.mm-panel--opened{z-index:2;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.mm-panel--parent{-webkit-transform:translate3d(var(--mm-panel-parent-offset),0,0);transform:translate3d(var(--mm-panel-parent-offset),0,0);z-index:0}.mm-panel--highest{z-index:3}.mm-menu--opened .mm-panel--noanimation{-webkit-transition:none!important;-o-transition:none!important;transition:none!important;-webkit-transition-duration:0s!important;-o-transition-duration:0s!important;transition-duration:0s!important}.mm-panel__content{padding:20px}.mm-panels{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative;height:100%;overflow:hidden;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text)}.mm-panels:focus{outline:0}:root{--mm-toggle-size:34px}.mm-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:center;align-self:center;-webkit-box-flex:calc(var(--mm-toggle-size) * 1.75);-ms-flex:calc(var(--mm-toggle-size) * 1.75) 0 0px;flex:calc(var(--mm-toggle-size) * 1.75) 0 0;height:var(--mm-toggle-size);-webkit-margin-end:10px;margin-inline-end:10px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:none!important;border-radius:var(--mm-toggle-size);border:var(--mm-color-border);background:var(--mm-color-border);cursor:pointer;-webkit-transition-property:background-color;-o-transition-property:background-color;transition-property:background-color}.mm-toggle:before{content:"";aspect-ratio:1;margin:2px;border-radius:100%;background:var(--mm-color-background);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.mm-toggle:checked{background:#4bd963}.mm-toggle:checked:before{-webkit-transform:translateX(calc(var(--mm-toggle-size) * .75));-ms-transform:translateX(calc(var(--mm-toggle-size) * .75));transform:translateX(calc(var(--mm-toggle-size) * .75))}[dir=rtl] .mm-toggle:checked:before{-webkit-transform:translateX(calc(var(--mm-toggle-size) * -.75));-ms-transform:translateX(calc(var(--mm-toggle-size) * -.75));transform:translateX(calc(var(--mm-toggle-size) * -.75))}.mm-listitem--vertical>.mm-panel{position:static;width:100%;padding:10px 0 10px 20px;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.mm-listitem--vertical>.mm-panel:after{content:none;display:none}.mm-listitem--vertical:not(.mm-listitem--opened)>.mm-panel{display:none}.mm-listitem--vertical>.mm-listitem__btn{height:var(--mm-listitem-size);bottom:auto}.mm-listitem--vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem--opened>.mm-listitem__btn:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}:root{--mm-size:80%;--mm-min-size:240px;--mm-max-size:440px}.mm-menu--offcanvas{position:fixed;z-index:0}.mm-page{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:100vh;background:inherit}:where(.mm-slideout){position:relative;z-index:1;width:100%;-webkit-transition-duration:.4s;-o-transition-duration:.4s;transition-duration:.4s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}.mm-wrapper--opened,.mm-wrapper--opened body{overflow:hidden}.mm-wrapper__blocker{background:rgba(0,0,0,.4)}.mm-wrapper--opened .mm-wrapper__blocker{--mm-blocker-visibility-delay:0s;--mm-blocker-opacity-delay:0.4s;bottom:0;opacity:.5}.mm-menu{--mm-translate-horizontal:0;--mm-translate-vertical:0}.mm-menu--position-left,.mm-menu--position-left-front{right:auto}.mm-menu--position-right,.mm-menu--position-right-front{left:auto}.mm-menu--position-left,.mm-menu--position-left-front,.mm-menu--position-right,.mm-menu--position-right-front{width:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))}.mm-menu--position-left-front{--mm-translate-horizontal:-100%}.mm-menu--position-right-front{--mm-translate-horizontal:100%}.mm-menu--position-top{bottom:auto}.mm-menu--position-bottom{top:auto}.mm-menu--position-bottom,.mm-menu--position-top{width:100%;height:clamp(var(--mm-min-size),var(--mm-size),var(--mm-max-size))}.mm-menu--position-top{--mm-translate-vertical:-100%}.mm-menu--position-bottom{--mm-translate-vertical:100%}.mm-menu--position-bottom,.mm-menu--position-left-front,.mm-menu--position-right-front,.mm-menu--position-top{z-index:2;-webkit-transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);transform:translate3d(var(--mm-translate-horizontal),var(--mm-translate-vertical),0);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.mm-menu--position-bottom.mm-menu--opened,.mm-menu--position-left-front.mm-menu--opened,.mm-menu--position-right-front.mm-menu--opened,.mm-menu--position-top.mm-menu--opened{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper--position-left{--mm-translate-horizontal:clamp(
      var(--mm-min-size),
      var(--mm-size),
      var(--mm-max-size)
  )}.mm-wrapper--position-right{--mm-translate-horizontal:clamp(
      calc(-1 * var(--mm-max-size)),
      calc(-1 * var(--mm-size)),
      calc(-1 * var(--mm-min-size))
  )}.mm-wrapper--position-left .mm-slideout,.mm-wrapper--position-right .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper--position-left.mm-wrapper--opened .mm-slideout,.mm-wrapper--position-right.mm-wrapper--opened .mm-slideout{-webkit-transform:translate3d(var(--mm-translate-horizontal),0,0);transform:translate3d(var(--mm-translate-horizontal),0,0)}.mm-wrapper--position-bottom .mm-wrapper__blocker,.mm-wrapper--position-left-front .mm-wrapper__blocker,.mm-wrapper--position-right-front .mm-wrapper__blocker,.mm-wrapper--position-top .mm-wrapper__blocker{z-index:1}.mm-menu--theme-light{--mm-color-background:#f3f3f3;--mm-color-border:rgb(0 0 0 / 0.15);--mm-color-icon:rgb(0 0 0 / 0.4);--mm-color-text:rgb(0 0 0 / 0.8);--mm-color-text-dimmed:rgb(0 0 0 / 0.4);--mm-color-background-highlight:rgb(0 0 0 / 0.05);--mm-color-background-emphasis:rgb(255 255 255 / 0.75);--mm-color-focusring:#06c}.mm-menu--theme-light-contrast{--mm-color-background:#f3f3f3;--mm-color-border:rgb(0 0 0 / 0.5);--mm-color-icon:rgb(0 0 0 / 0.5);--mm-color-text:#000;--mm-color-text-dimmed:rgb(0 0 0 / 0.7);--mm-color-background-highlight:rgb(0 0 0 / 0.05);--mm-color-background-emphasis:rgb(255 255 255 / 0.9);--mm-color-focusring:#06c}.mm-menu--theme-dark{--mm-color-background:#333;--mm-color-border:rgb(0, 0, 0, 0.4);--mm-color-icon:rgb(255, 255, 255, 0.4);--mm-color-text:rgb(255, 255, 255, 0.8);--mm-color-text-dimmed:rgb(255, 255, 255, 0.4);--mm-color-background-highlight:rgb(255, 255, 255, 0.08);--mm-color-background-emphasis:rgb(0, 0, 0, 0.1);--mm-color-focusring:#06c}.mm-menu--theme-dark-contrast{--mm-color-background:#333;--mm-color-border:rgb(255 255 255 / 0.5);--mm-color-icon:rgb(255 255 255 / 0.5);--mm-color-text:#fff;--mm-color-text-dimmed:rgb(255 255 255 / 0.7);--mm-color-background-highlight:rgb(255 255 255 / 0.1);--mm-color-background-emphasis:rgb(0 0 0 / 0.3);--mm-color-focusring:#06c}.mm-menu--theme-white{--mm-color-background:#fff;--mm-color-border:rgb(0 0 0 / 0.15);--mm-color-icon:rgb(0 0 0 / 0.3);--mm-color-text:rgb(0 0 0 / 0.8);--mm-color-text-dimmed:rgb(0 0 0 / 0.3);--mm-color-background-highlight:rgb(0 0 0 / 0.06);--mm-color-background-emphasis:rgb(0 0 0 / 0.03);--mm-color-focusring:#06c}.mm-menu--theme-white-contrast{--mm-color-background:#fff;--mm-color-border:rgb(0 0 0 / 0.5);--mm-color-icon:rgb(0 0 0 / 0.5);--mm-color-text:#000;--mm-color-text-dimmed:rgb(0 0 0 / 0.7);--mm-color-background-highlight:rgb(0 0 0 / 0.07);--mm-color-background-emphasis:rgb(0 0 0 / 0.035);--mm-color-focusring:#06c}.mm-menu--theme-black{--mm-color-background:#000;--mm-color-border:rgb(255 255 255 / 0.2);--mm-color-icon:rgb(255 255 255 / 0.4);--mm-color-text:rgb(255 255 255 / 0.7);--mm-color-text-dimmed:rgb(255 255 255 / 0.4);--mm-color-background-highlight:rgb(255 255 255 / 0.1);--mm-color-background-emphasis:rgb(255 255 255 / 0.06);--mm-color-focusring:#06c}.mm-menu--theme-black-contrast{--mm-color-background:#000;--mm-color-border:rgb(255 255 255 / 0.5);--mm-color-icon:rgb(255 255 255 / 0.5);--mm-color-text:#fff;--mm-color-text-dimmed:rgb(255 255 255 / 0.6);--mm-color-background-highlight:rgb(255 255 255 / 0.125);--mm-color-background-emphasis:rgb(255 255 255 / 0.1);--mm-color-focusring:#06c}.mm-counter{display:block;-webkit-padding-start:20px;padding-inline-start:20px;float:right;color:var(--mm-color-text-dimmed)}[dir=rtl] .mm-counter{float:left}:root{--mm-iconbar-size:50px}.mm-menu--iconbar-left .mm-navbars,.mm-menu--iconbar-left .mm-panels{margin-left:var(--mm-iconbar-size)}.mm-menu--iconbar-right .mm-navbars,.mm-menu--iconbar-right .mm-panels{margin-right:var(--mm-iconbar-size)}.mm-iconbar{display:none;position:absolute;top:0;bottom:0;z-index:2;width:var(--mm-iconbar-size);overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;border:0 solid;border-color:var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center}.mm-menu--iconbar-left .mm-iconbar,.mm-menu--iconbar-right .mm-iconbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mm-menu--iconbar-left .mm-iconbar{border-right-width:1px;left:0}.mm-menu--iconbar-right .mm-iconbar{border-left-width:1px;right:0}.mm-iconbar__bottom,.mm-iconbar__top{width:100%;-webkit-overflow-scrolling:touch;overflow:hidden;overflow-y:auto;-ms-scroll-chaining:none;overscroll-behavior:contain}.mm-iconbar__bottom>*,.mm-iconbar__top>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:calc((var(--mm-iconbar-size) - var(--mm-lineheight))/ 2) 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__tab--selected{background:var(--mm-color-background-emphasis)}:root{--mm-iconpanel-size:50px}.mm-panel--iconpanel-0{inset-inline-start:calc(0 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-1{inset-inline-start:calc(1 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-2{inset-inline-start:calc(2 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-3{inset-inline-start:calc(3 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-4{inset-inline-start:calc(4 * var(--mm-iconpanel-size))}.mm-panel--iconpanel-first~.mm-panel{inset-inline-start:var(--mm-iconpanel-size)}.mm-menu--iconpanel .mm-panel--parent .mm-divider,.mm-menu--iconpanel .mm-panel--parent .mm-navbar{opacity:0}.mm-menu--iconpanel .mm-panels>.mm-panel--parent{overflow-y:hidden;-webkit-transform:unset;-ms-transform:unset;transform:unset}.mm-menu--iconpanel .mm-panels>.mm-panel:not(.mm-panel--iconpanel-first):not(.mm-panel--iconpanel-0){border-inline-start-width:1px;border-inline-start-style:solid}.mm-navbars{-ms-flex-negative:0;flex-shrink:0}.mm-navbars .mm-navbar{position:relative;padding-top:0;border-bottom:none}.mm-navbars--top{border-bottom:1px solid var(--mm-color-border)}.mm-navbars--top .mm-navbar:first-child{padding-top:env(safe-area-inset-top)}.mm-navbars--bottom{border-top:1px solid var(--mm-color-border)}.mm-navbars--bottom .mm-navbar:last-child{padding-bottom:env(safe-area-inset-bottom)}.mm-navbar__breadcrumbs{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.mm-navbar__breadcrumbs>*{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-padding-end:6px;padding-inline-end:6px}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar__breadcrumbs:not(:last-child){-webkit-padding-end:0;padding-inline-end:0}.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{-webkit-padding-start:0;padding-inline-start:0}.mm-navbar__tab{padding:0 10px;border:1px solid transparent}.mm-navbar__tab--selected{background:var(--mm-color-background)}.mm-navbar__tab--selected:not(:first-child){border-inline-start-color:var(--mm-color-border)}.mm-navbar__tab--selected:not(:last-child){border-inline-end-color:var(--mm-color-border)}.mm-navbars--top.mm-navbars--has-tabs{border-bottom:none}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar{background:var(--mm-color-background-emphasis)}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar--tabs~.mm-navbar{background:var(--mm-color-background)}.mm-navbars--top.mm-navbars--has-tabs .mm-navbar:not(.mm-navbar--tabs):last-child{border-bottom:1px solid var(--mm-color-border)}.mm-navbars--top .mm-navbar__tab{border-bottom-color:var(--mm-color-border)}.mm-navbars--top .mm-navbar__tab--selected{border-top-color:var(--mm-color-border);border-bottom-color:transparent}.mm-navbars--bottom.mm-navbar--has-tabs{border-top:none}.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar{background:var(--mm-color-background)}.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs,.mm-navbars--bottom.mm-navbar--has-tabs .mm-navbar--tabs~.mm-navbar{background:var(--mm-color-background-emphasis)}.mm-navbars--bottom .mm-navbar__tab{border-top-color:var(--mm-color-border)}.mm-navbars--bottom .mm-navbar__tab--selected{border-bottom-color:var(--mm-color-border);border-top-color:transparent}.mm-searchfield{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:var(--mm-navbar-size);padding:0;overflow:hidden}.mm-searchfield__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:100%;max-width:100%;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-searchfield__input input{display:block;width:100%;max-width:100%;height:calc(var(--mm-navbar-size) * .7);min-height:auto;max-height:auto;margin:0;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border:none;border-radius:4px;line-height:calc(var(--mm-navbar-size) * .7);font:inherit;font-size:inherit}.mm-searchfield__input input,.mm-searchfield__input input:focus,.mm-searchfield__input input:hover{background:var(--mm-color-background-highlight);color:var(--mm-color-text)}.mm-menu[class*=-contrast] .mm-searchfield__input input{border:1px solid var(--mm-color-border)}.mm-searchfield__input input::-ms-clear{display:none}.mm-searchfield__btn{display:none;position:absolute;inset-inline-end:0;top:0;bottom:0}.mm-searchfield--searching .mm-searchfield__btn{display:block}.mm-searchfield__cancel{display:block;position:relative;-webkit-margin-end:-100px;margin-inline-end:-100px;-webkit-padding-start:5px;padding-inline-start:5px;-webkit-padding-end:20px;padding-inline-end:20px;visibility:hidden;line-height:var(--mm-navbar-size);text-decoration:none;-webkit-transition-property:visibility,margin;-o-transition-property:visibility,margin;transition-property:visibility,margin}.mm-searchfield--cancelable .mm-searchfield__cancel{visibility:visible;-webkit-margin-end:0;margin-inline-end:0}.mm-panel--search{left:0!important;right:0!important;width:100%!important;border:none!important}.mm-panel__splash{padding:20px}.mm-panel--searching .mm-panel__splash{display:none}.mm-panel__noresults{display:none;padding:40px 20px;color:var(--mm-color-text-dimmed);text-align:center;font-size:150%;line-height:1.4}.mm-panel--noresults .mm-panel__noresults{display:block}:root{--mm-sectionindexer-size:20px}.mm-sectionindexer{background:inherit;text-align:center;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;width:var(--mm-sectionindexer-size);position:absolute;top:0;bottom:0;inset-inline-end:calc(-1 * var(--mm-sectionindexer-size));z-index:5;-webkit-transition-property:inset-inline-end;-o-transition-property:inset-inline-end;transition-property:inset-inline-end;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.mm-sectionindexer a{color:var(--mm-color-text-dimmed);line-height:1;text-decoration:none;display:block}.mm-sectionindexer~.mm-panel{-webkit-padding-end:0;padding-inline-end:0}.mm-sectionindexer--active{right:0}.mm-sectionindexer--active~.mm-panel{-webkit-padding-end:var(--mm-sectionindexer-size);padding-inline-end:var(--mm-sectionindexer-size)}.mm-menu--selected-hover .mm-listitem__btn,.mm-menu--selected-hover .mm-listitem__text,.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{-webkit-transition-property:background-color;-o-transition-property:background-color;transition-property:background-color}@media (hover:hover){.mm-menu--selected-hover .mm-listview:hover>.mm-listitem--selected:not(:hover)>.mm-listitem__text{background:0 0}.mm-menu--selected-hover .mm-listitem__btn:hover,.mm-menu--selected-hover .mm-listitem__text:hover{background:var(--mm-color-background-emphasis)}}.mm-menu--selected-parent .mm-listitem__btn,.mm-menu--selected-parent .mm-listitem__text{-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}@media (hover:hover){.mm-menu--selected-parent .mm-listitem__btn:hover,.mm-menu--selected-parent .mm-listitem__text:hover{-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}}.mm-menu--selected-parent .mm-panel--parent .mm-listitem:not(.mm-listitem--selected-parent)>.mm-listitem__text{background:0 0}.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__btn,.mm-menu--selected-parent .mm-listitem--selected-parent>.mm-listitem__text{background:var(--mm-color-background-emphasis)}:root{--mm-sidebar-collapsed-size:50px;--mm-sidebar-expanded-size:var(--mm-max-size)}.mm-wrapper--sidebar-collapsed .mm-slideout{width:calc(100% - var(--mm-sidebar-collapsed-size));-webkit-transform:translate3d(var(--mm-sidebar-collapsed-size),0,0);transform:translate3d(var(--mm-sidebar-collapsed-size),0,0)}[dir=rtl] .mm-wrapper--sidebar-collapsed .mm-slideout{-webkit-transform:none;-ms-transform:none;transform:none}.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-divider,.mm-wrapper--sidebar-collapsed:not(.mm-wrapper--opened) .mm-menu--sidebar-collapsed .mm-navbar{opacity:0}.mm-wrapper--sidebar-expanded .mm-menu--sidebar-expanded{width:var(--mm-sidebar-expanded-size);border-right-width:1px;border-right-style:solid}.mm-wrapper--sidebar-expanded.mm-wrapper--opened{overflow:auto}.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-wrapper__blocker{display:none}.mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{width:calc(100% - var(--mm-sidebar-expanded-size));-webkit-transform:translate3d(var(--mm-sidebar-expanded-size),0,0);transform:translate3d(var(--mm-sidebar-expanded-size),0,0)}[dir=rtl] .mm-wrapper--sidebar-expanded.mm-wrapper--opened .mm-slideout{-webkit-transform:none;-ms-transform:none;transform:none}
.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 7.69231%;
  margin-right: 7.69231%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46.15385%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 28.20513%;
}
.rs-column.-large-col-3-2 {
  width: 64.10256%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 19.23077%;
}
.rs-column.-large-col-4-2 {
  width: 46.15385%;
}
.rs-column.-large-col-4-3 {
  width: 73.07692%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 13.84615%;
}
.rs-column.-large-col-5-2 {
  width: 35.38462%;
}
.rs-column.-large-col-5-3 {
  width: 56.92308%;
}
.rs-column.-large-col-5-4 {
  width: 78.46154%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 10.25641%;
}
.rs-column.-large-col-6-2 {
  width: 28.20513%;
}
.rs-column.-large-col-6-3 {
  width: 46.15385%;
}
.rs-column.-large-col-6-4 {
  width: 64.10256%;
}
.rs-column.-large-col-6-5 {
  width: 82.05128%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-medium-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-medium-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-medium-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-medium-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-medium-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-small-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-small-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-small-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-small-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-small-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-small-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-small-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-small-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
#mbOverlay{position:fixed;z-index:9998;top:0;left:0;width:100%;height:150%;background-color:#000;cursor:pointer}#mbOverlay.mbOverlayOpaque{background:url(../../assets/mediabox/images/80.png)}#mbOverlay.mbOverlayAbsolute{position:absolute}#mbOverlay.mbMobile{position:absolute;background-color:transparent}#mbBottom.mbMobile{line-height:24px;font-size:16px}#mbCenter{position:absolute;z-index:9999;left:50%;padding:10px;background-color:#000;-webkit-border-radius:10px;-khtml-border-radius:10px;-moz-border-radius:10px;border-radius:10px;filter:progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";-webkit-box-shadow:0 5px 20px rgba(0,0,0,.5);-khtml-box-shadow:0 5px 20px rgba(0,0,0,.5);-moz-box-shadow:0 5px 20px rgba(0,0,0,.5);box-shadow:0 5px 20px rgba(0,0,0,.5)}#mbCenter.mbLoading{background:#000 url(../../assets/mediabox/images/loading-dark.gif) no-repeat center;-webkit-box-shadow:none;-khtml-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#mbMedia{position:relative;left:0;top:0;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:left;background-position:center center;background-repeat:no-repeat}#mbBottom{line-height:20px;font-size:12px;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;text-align:left;color:#999;min-height:20px;padding:10px 0 0}#mbTitle,#mbPrevLink,#mbNextLink,#mbCloseLink{display:inline;color:#fff;font-weight:700}#mbNumber{display:inline;color:#999;font-size:.8em;margin:auto 10px}#mbCaption{display:block;color:#999;line-height:1.6em;font-size:.8em}#mbPrevLink,#mbNextLink,#mbCloseLink{float:right;outline:0;margin:0 0 0 10px;font-weight:400}#mbPrevLink b,#mbNextLink b,#mbCloseLink b{color:#eee;font-weight:700;text-decoration:underline}#mbPrevLink big,#mbNextLink big,#mbCloseLink big{color:#eee;font-size:1.4em;font-weight:700}#mbBottom a,#mbBottom a:link,#mbBottom a:visited{text-decoration:none;color:#ddd}#mbBottom a:hover,#mbBottom a:active{text-decoration:underline;color:#fff}#mbError{position:relative;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:center;border:10px solid #700;padding:10px 10px 10px;margin:20px;-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;border-radius:5px}#mbError a,#mbError a:link,#mbError a:visited,#mbError a:hover,#mbError a:active{color:#d00;font-weight:700;text-decoration:underline}
/* normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
 * HTML5 display definitions
 * ========================================================================== */
/* Corrects block display not defined in IE6/7/8/9 & FF3 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
	display: block;
}

/* Corrects inline-block display not defined in IE6/7/8/9 & FF3 */
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/* Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices */
audio:not([controls]) {
	display: none;
	height: 0;
}

/* Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support */
[hidden] {
	display: none;
}

/* =============================================================================
 * Base
 * ========================================================================== */
/* 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
html {
	font-size: 100%;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	font-family: sans-serif;
}

/* Addresses font-family inconsistency between 'textarea' and other form elements. */
button,
input,
select,
textarea {
	font-family: sans-serif;
}

/* Addresses margins handled incorrectly in IE6/7 */
body {
	margin: 0;
}

/* =============================================================================
 * Links
 * ========================================================================== */
/* Addresses outline displayed oddly in Chrome */
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}

/* Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test */
/* =============================================================================
 * Typography
 * ========================================================================== */
/* Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
}

h3 {
	font-size: 1.17em;
	margin: 1em 0;
}

h4 {
	font-size: 1em;
	margin: 1.33em 0;
}

h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}

h6 {
	font-size: 0.75em;
	margin: 2.33em 0;
}

/* Addresses styling not present in IE7/8/9, S5, Chrome */
abbr[title] {
	border-bottom: 1px dotted;
}

/* Addresses style set to 'bolder' in FF3+, S4/5, Chrome */
b,
strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

/* Addresses styling not present in S5, Chrome */
dfn {
	font-style: italic;
}

/* Addresses styling not present in IE6/7/8/9 */
mark {
	background: yellow;
	color: black;
}

/* Addresses margins set differently in IE6/7 */
p {
	margin: 1em 0;
}

pre {
	margin: 1em 0;
	font-family: monospace, serif;
	_font-family: "courier new", monospace;
	font-size: 1em;
}

/* Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
code,
kbd,
samp {
	font-family: monospace, serif;
	_font-family: "courier new", monospace;
	font-size: 1em;
}

/* Improves readability of pre-formatted text in all browsers */
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/* 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4 */
/* 1 */
q {
	quotes: none;
}
q:before,
q:after {
	content: "";
	content: none;
}

/* 2 */
small {
	font-size: 75%;
}

/* Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930 */
sub {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	top: -0.25em;
}

sub {
	bottom: -0.2em;
}

/* =============================================================================
 * Lists
 * ========================================================================== */
/* Addresses margins set differently in IE6/7 */
dl,
menu,
ol,
ul {
	margin: 1em 0;
}

dd {
	margin: 0 0 0 40px;
}

/* Addresses paddings set differently in IE6/7 */
menu,
ol,
ul {
	padding: 0 0 0 40px;
}

/* Corrects list images handled incorrectly in IE7 */
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

/* =============================================================================
 * Embedded content
 * ========================================================================== */
/* 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
img {
	border: 0;
	/* 1 */
	-ms-interpolation-mode: bicubic;
	/* 2 */
}

/* Corrects overflow displayed oddly in IE9 */
svg:not(:root) {
	overflow: hidden;
}

/* =============================================================================
 * Figures
 * ========================================================================== */
/* Addresses margin not present in IE6/7/8/9, S5, O11 */
figure,
form {
	margin: 0;
}

/* =============================================================================
 * Forms
 * ========================================================================== */
/* Corrects margin displayed oddly in IE6/7 */
/* Define consistent border, margin, and padding */
fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/* 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7 */
legend {
	border: 0;
	/* 1 */
	padding: 0;
	white-space: normal;
	/* 2 */
	*margin-left: -7px;
	/* 3 */
}

/* 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers */
button,
input,
select,
textarea {
	font-size: 100%;
	/* 1 */
	margin: 0;
	/* 2 */
	vertical-align: baseline;
	/* 3 */
	*vertical-align: middle;
	/* 3 */
}

/* Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet */
button,
input {
	line-height: normal;
	/* 1 */
}

/* 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6 */
button {
	cursor: pointer;
	/* 1 */
	-webkit-appearance: button;
	/* 2 */
	*overflow: visible;
	/* 3 */
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	/* 1 */
	-webkit-appearance: button;
	/* 2 */
	*overflow: visible;
	/* 3 */
}

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

input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
	*height: 13px;
	/* 3 */
	*width: 13px;
	/* 3 */
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

/* 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
 *    Known issue: excess padding remains in IE6 */
/* 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof) */
/* Removes inner padding and search cancel button in S5, Chrome on OS X */
/* Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers */
textarea {
	overflow: auto;
	/* 1 */
	vertical-align: top;
	/* 2 */
}

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

@charset "UTF-8";
/*
 * Main Stylesheet
 *
 * @copyright Copyright (c) 2012 rocksolidthemes.com
 * @license   https://rocksolidthemes.com/agb   No free usage allowed
 */
/* ===========================================
 * # Index: The structure of this stylesheet
 *
 * - Imports (SASS only)
 * - Fonts
 * - Colors (SASS only)
 * - Basic settings (SASS only)
 * - General styles
 * - Button styles
 * - Wrapper Elements
 * - Elements in order of appearance in HTML
 * - Homepage elements
 * - Content styles
 * - Form styles
 * - Footer styles
 * - No image-main
 * - Module styles (Search, FAQ, News, Events, Comments)
 * - Media queries
 * - Grid (design + production helper)
 * ======================================== */
/* ===========================================
 * Fonts
 * ======================================== */
@font-face {
  font-family: "RockSolid Icons";
  src: url("../../files/vision/fonts/rocksolid-icons.eot");
  src: url("../../files/vision/fonts/rocksolid-icons.eot?#iefix") format('eot'), url("../../files/vision/fonts/rocksolid-icons.woff") format('woff'), url("../../files/vision/fonts/rocksolid-icons.ttf") format('truetype'), url("../../files/vision/fonts/rocksolid-icons.svg") format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ===========================================
 * General styles
 * ======================================== */
:root {
  --safe-area-left: 0px;
  --safe-area-right: 0px;
  --safe-area-top: 0px;
  --safe-area-bottom: 0px;
}
@supports (padding: calc(constant(safe-area-inset-left, 0px) / 1.5)) {
  :root {
    /* Non-standard iOS 11.1 syntax */
    --safe-area-left: calc(constant(safe-area-inset-left, 0px) / 1.5);
    --safe-area-right: calc(constant(safe-area-inset-right, 0px) / 1.5);
    --safe-area-top: constant(safe-area-inset-top, 0px);
    --safe-area-bottom: constant(safe-area-inset-bottom, 0px);
  }
}
@supports (padding: calc(max(0px, env(safe-area-inset-left, 0px) - 14px))) and (padding: calc(max(0px, 1px))) {
  :root {
    /* W3C standard and iOS 11.2 syntax */
    --safe-area-left: calc(max(0px, env(safe-area-inset-left, 0px) - 14px));
    --safe-area-right: calc(max(0px, env(safe-area-inset-right, 0px) - 14px));
    --safe-area-top: env(safe-area-inset-top, 0px);
    --safe-area-bottom: env(safe-area-inset-bottom, 0px);
  }
}

html {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: var(--safe-area-top);
  -webkit-tap-highlight-color: #3578bc;
}

body {
  font: 14px/1.5 "Open Sans", sans-serif;
  color: #333333;
  background: #ffffff none 50% 0 no-repeat scroll;
  background-size: auto;
}
body.background-variation-1 {
  background: url("../../files/vision/img/bg-lined-grey.png") 0 0 repeat;
}
body.background-variation-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 53px;
  background: white;
}
body.background-variation-1 #wrapper {
  background: rgba(255, 255, 255, 0.75);
}
body.background-variation-1 #image-main {
  background: transparent;
}
body.background-variation-2 {
  background: #111111;
}
body.background-variation-2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 53px;
}
body.background-variation-2:before,
body.background-variation-2 #nav-main,
body.background-variation-2 > header {
  background-color: #333333;
}
body.background-variation-2 #nav-main > ul > li > a {
  color: #999999;
}
body.background-variation-2 #nav-main > ul > li > a:hover,
body.background-variation-2 #nav-main > ul > li > a:focus {
  color: #7c7c7c;
}
body.background-variation-2 #image-main {
  background: #111111;
}
body.background-variation-3 #wrapper {
  position: relative;
  z-index: 0;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
body.background-variation-3 #wrapper:before {
  top: -5px;
  left: -15px;
  -webkit-transform: rotate(-0.5deg);
  -moz-transform: rotate(-0.5deg);
  -ms-transform: rotate(-0.5deg);
  -o-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
body.background-variation-3 #wrapper:before,
body.background-variation-3 #content:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: white;
  border: 1px solid #e7e9e9;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1100px) {
  body.background-variation-3 #wrapper:before,
  body.background-variation-3 #content:before {
    content: none;
  }
}
body.background-variation-3 #content:before {
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
}
body.background-variation-3.vision-home #content .contact-box {
  margin-top: 0;
}

* {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* Resetting box model for moo_mediabox and j_colorbox */
#mbCenter,
#colorbox {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

::selection {
  background: #7fbac6;
  color: #000000;
  text-shadow: none !important;
}

::-moz-selection {
  background: #7fbac6;
  color: #000000;
  text-shadow: none !important;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

table {
  width: 100%;
  border: 1px solid #efefef;
  border-collapse: collapse;
  text-align: left;
}
table th {
  padding: 10px 8px;
  border-bottom: 1px solid #efefef;
}
table td {
  padding: 6px 8px;
  border-bottom: 1px solid #efefef;
  color: #808080;
}
table td,
table td img {
  vertical-align: top;
}
table tbody tr:nth-child(odd) {
  background-color: #f2f2f2;
}
table tbody tr:hover {
  background-color: #ffffff;
}
table tfoot tr {
  background-color: #e6e6e6;
}
table tfoot td {
  color: #333333;
}

a {
  color: #3578bc;
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:hover,
a:active {
  outline: 0;
}
a.external-link:after {
  font: 75%/1 "RockSolid Icons";
  content: " \e151";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  margin-left: 0.2em;
  color: gray;
}

/* Icon class */
*[data-icon]:before {
  font: 100%/1 "RockSolid Icons";
  content: attr(data-icon);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  font-size: 80%;
  margin-right: 4px;
}
*[data-icon].after:before {
  content: none;
}
*[data-icon].after:after {
  font: 100%/1 "RockSolid Icons";
  content: attr(data-icon);
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  font-size: 80%;
  margin-left: 4px;
}

.clear {
  clear: both;
}

.invisible {
  position: absolute;
  height: 1px !important;
  width: 1px !important;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.syndication {
  margin: 12px 0 0 20px;
  float: right;
}
.syndication a {
  margin-left: 2px;
  border: 0 !important;
}
.syndication img {
  border: 0 !important;
}

.image_container.float_left {
  margin-right: 20px;
}
.image_container.float_right {
  margin-left: 20px;
}
.image_container a {
  border: 0;
}

.mime_icon {
  margin-bottom: -0.25em;
}

.download-element {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.ce_toplink,
.toplink {
  margin: 24px 0;
}
.ce_toplink a,
.toplink a {
  display: block;
  width: 100%;
}

.ce_toplink > a:before,
.toplink > a:before {
  font: 100%/1 "RockSolid Icons";
  content: "\e00c";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.ce_accordion {
  background-color: #ffffff;
  border-width: 0 1px;
  border-style: solid;
  border-color: #efefef;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.ce_accordion .accordion {
  zoom: 1;
  padding: 0 3.84615%;
}
.ce_accordion .accordion:before {
  content: "";
  display: table;
}
.ce_accordion .accordion:after {
  content: "";
  display: table;
  clear: both;
}
.ce_accordion .accordion > div {
  padding-bottom: 12px;
}
.ce_accordion .toggler {
  position: relative;
  padding: 8px 7.69231% 8px 7.69231%;
  outline: none;
  color: #3578bc;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #dfdfdf;
  background-image: -webkit-linear-gradient(#ffffff 30%, #ebebeb 100%);
  background-image: -moz-linear-gradient(#ffffff 30%, #ebebeb 100%);
  background-image: -o-linear-gradient(#ffffff 30%, #ebebeb 100%);
  background-image: linear-gradient(#ffffff 30%, #ebebeb 100%);
  cursor: pointer;
}
.ce_accordion .toggler:before {
  font: 11px/0 "RockSolid Icons";
  content: "\e015";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  position: absolute;
  left: 3.84615%;
  top: 50%;
}
.ce_accordion .toggler.ui-accordion-header-active:before {
  content: "\e01a";
}
.ce_accordion .toggler.ui-accordion-header-active,
.ce_accordion .toggler:hover {
  background: #ffffff;
}
.ce_accordion h1 {
  font-size: 19px !important;
}
.ce_accordion h2 {
  font-size: 16px !important;
}
.ce_accordion .image_container.float_right,
.ce_accordion .image_container.float_left {
  width: 46.15385%;
}
.no-resize .ce_accordion .image_container.float_right,
.ce_accordion .image_container.float_right.no-resize,
.no-resize .ce_accordion .image_container.float_left,
.ce_accordion .image_container.float_left.no-resize {
  width: auto;
}

.ce_youtube-wrapper,
.ce_vimeo-wrapper {
  position: relative;
  /* ratio 16 to 9 */
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.ce_youtube-wrapper iframe,
.ce_youtube-wrapper object,
.ce_youtube-wrapper embed,
.ce_vimeo-wrapper iframe,
.ce_vimeo-wrapper object,
.ce_vimeo-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mejs__video:not(.mejs__container-fullscreen),
.mejs__audio:not(.mejs__container-fullscreen) {
  margin: 24px 0;
}
.mejs__video:not(.mejs__container-fullscreen) video,
.mejs__audio:not(.mejs__container-fullscreen) video {
  object-fit: cover;
}
.mejs__video button,
.mejs__video button:hover,
.mejs__video button:focus,
.mejs__video button:active,
.mejs__audio button,
.mejs__audio button:hover,
.mejs__audio button:focus,
.mejs__audio button:active {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.mejs__video button:active,
.mejs__audio button:active {
  background-image: url("../../assets/mediaelement/images/mejs-controls.svg");
}

hr {
  display: block;
  height: 1px;
  margin: 24px 0 23px;
  border-style: solid none none;
  border-width: 1px 0 0;
  border-color: #dfdfdf;
}

.confirmation,
.information,
.warning {
  position: relative;
  display: block;
  padding: 8px 3.84615% 8px 56px;
  margin-left: -1px;
  margin-right: -1px;
  color: #90d310;
}
.confirmation:before,
.information:before,
.warning:before {
  font: 20px/1 "RockSolid Icons";
  content: "\e044";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  position: absolute;
  top: 9px;
  left: 0;
  width: 40px;
  height: 30px;
  padding: 10px 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #ffffff;
  text-align: center;
  background: #90d310;
}

.information {
  border-color: #1f89ba;
  color: #1f89ba;
}
.information:before {
  content: "\2139";
  top: 0;
  font-size: 40px;
  color: #1f89ba;
  background: transparent;
}

.warning {
  border-color: #e73a3a;
  color: #e73a3a;
}
.warning:before {
  content: "\e055";
  background: #e73a3a;
}

code {
  padding: 2px 5px;
  font-size: 14px;
  line-height: 19px;
  background-color: #ebebeb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

pre {
  display: block;
  overflow: auto;
  padding: 0 5px;
  font-size: 14px;
  line-height: 24px;
  background-size: 100% 48px;
  background-repeat: repeat-y;
  background-image: -webkit-linear-gradient(top, #f7f7f7 50%, #ffffff 50%);
  background-image: -moz-linear-gradient(top, #f7f7f7 50%, #ffffff 50%);
  background-image: -o-linear-gradient(top, #f7f7f7 50%, #ffffff 50%);
  background-image: linear-gradient(to bottom, #f7f7f7 50%, #ffffff 50%);
}
pre .hljs,
pre code {
  padding: 0;
  line-height: inherit;
  background-color: transparent;
}

/* ===========================================
 * Button styles
 * ======================================== */
button,
.button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  padding: 8px 30px;
  border: 1px solid #406284;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  color: #4c4c4c;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px #c2d6ea;
  background: #3578bc;
  background: -webkit-linear-gradient(top, #6195ca 0%, #3578bc 50%, #306eac 100%);
  background: -moz-linear-gradient(top, #6195ca 0%, #3578bc 50%, #306eac 100%);
  background: -o-linear-gradient(top, #6195ca 0%, #3578bc 50%, #306eac 100%);
  background: linear-gradient(to bottom, #6195ca 0%, #3578bc 50%, #306eac 100%);
  cursor: pointer;
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.4) inset, 1px 0 rgba(255, 255, 255, 0.3) inset, -1px 0 rgba(255, 255, 255, 0.3) inset, 0 -2px rgba(0, 0, 0, 0.05) inset, 9px 0 7px -7px rgba(0, 0, 0, 0.15) inset, -9px 0 7px -7px rgba(0, 0, 0, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.4) inset, 1px 0 rgba(255, 255, 255, 0.3) inset, -1px 0 rgba(255, 255, 255, 0.3) inset, 0 -2px rgba(0, 0, 0, 0.05) inset, 9px 0 7px -7px rgba(0, 0, 0, 0.15) inset, -9px 0 7px -7px rgba(0, 0, 0, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px rgba(255, 255, 255, 0.4) inset, 1px 0 rgba(255, 255, 255, 0.3) inset, -1px 0 rgba(255, 255, 255, 0.3) inset, 0 -2px rgba(0, 0, 0, 0.05) inset, 9px 0 7px -7px rgba(0, 0, 0, 0.15) inset, -9px 0 7px -7px rgba(0, 0, 0, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.1);
}
button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  border-color: #45596d;
  -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.4) inset, 1px 0 rgba(255, 255, 255, 0.3) inset, -1px 0 rgba(255, 255, 255, 0.3) inset, 0 -2px rgba(0, 0, 0, 0.05) inset, 9px 0 7px -7px rgba(0, 0, 0, 0.15) inset, -9px 0 7px -7px rgba(0, 0, 0, 0.15) inset, 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px rgba(255, 255, 255, 0.4) inset, 1px 0 rgba(255, 255, 255, 0.3) inset, -1px 0 rgba(255, 255, 255, 0.3) inset, 0 -2px rgba(0, 0, 0, 0.05) inset, 9px 0 7px -7px rgba(0, 0, 0, 0.15) inset, -9px 0 7px -7px rgba(0, 0, 0, 0.15) inset, 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px rgba(255, 255, 255, 0.4) inset, 1px 0 rgba(255, 255, 255, 0.3) inset, -1px 0 rgba(255, 255, 255, 0.3) inset, 0 -2px rgba(0, 0, 0, 0.05) inset, 9px 0 7px -7px rgba(0, 0, 0, 0.15) inset, -9px 0 7px -7px rgba(0, 0, 0, 0.15) inset, 0 1px 3px rgba(0, 0, 0, 0.3);
}
button:active,
.button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
  text-shadow: none;
  background-image: -webkit-linear-gradient(bottom, #6195ca 0%, #3578bc 50%, #306eac 100%);
  background-image: -moz-linear-gradient(bottom, #6195ca 0%, #3578bc 50%, #306eac 100%);
  background-image: -o-linear-gradient(bottom, #6195ca 0%, #3578bc 50%, #306eac 100%);
  background-image: linear-gradient(to top, #6195ca 0%, #3578bc 50%, #306eac 100%);
}

#colorbox button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* ===========================================
 * Wrapper Elements
 * ======================================== */
/* Main wrapper */
body > header,
#wrapper,
#footer-content,
#nav-footer,
#footer-info,
.main-image-hgroup {
  zoom: 1;
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}
body > header:before,
#wrapper:before,
#footer-content:before,
#nav-footer:before,
#footer-info:before,
.main-image-hgroup:before {
  content: "";
  display: table;
}
body > header:after,
#wrapper:after,
#footer-content:after,
#nav-footer:after,
#footer-info:after,
.main-image-hgroup:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1100px) {
  body > header,
  #wrapper,
  #footer-content,
  #nav-footer,
  #footer-info,
  .main-image-hgroup {
    padding-right: var(--safe-area-right);
    padding-left: var(--safe-area-left);
  }
}

/* ===========================================
 * Elements in order of appearance in HTML
 * ======================================== */
body > header {
  z-index: 10;
  background: #ffffff;
}

#logo {
  position: absolute;
  left: 4%;
  left: calc(4% + var(--safe-area-left));
  top: 0;
  width: 20%;
  overflow: hidden;
  margin: 0;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  #logo {
    padding: 25px;
    background: #ff9f99;
    background: -moz-linear-gradient(45deg, #f9f9f9 0%, #ffffff 50%, #ededed 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #f9f9f9), color-stop(50%, #ffffff), color-stop(100%, #ededed));
    background: -webkit-linear-gradient(45deg, #f9f9f9 0%, #ffffff 50%, #ededed 100%);
    background: -o-linear-gradient(45deg, #f9f9f9 0%, #ffffff 50%, #ededed 100%);
    background: -ms-linear-gradient(45deg, #f9f9f9 0%, #ffffff 50%, #ededed 100%);
    background: linear-gradient(45deg, #f9f9f9 0%, #ffffff 50%, #ededed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9", endColorstr="#ededed",GradientType=1);
    box-shadow: 5px 5px 5px rgb(0 0 0 / 40%);
    left: 0;
    width: 20%;
  }
}
#logo a {
  display: block;
}
#logo img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: -1px;
}

#nav-main {
  z-index: 0;
  padding: 0 4% 0 24%;
  text-align: right;
}
#nav-main > ul {
  display: inline;
  margin: 0;
  padding: 0;
}
#nav-main > ul > li {
  position: relative;
  display: inline-block;
  z-index: 1;
}
#nav-main > ul > li:last-child {
  margin-right: -22px;
}
#nav-main > ul > li:hover {
  z-index: 2;
}
#nav-main > ul > li > a {
  position: relative;
  display: block;
  z-index: 3;
  padding: 20px 22px 16px 22px;
  font-size: 11px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
}
#nav-main > ul > li > a:hover,
#nav-main > ul > li > a:focus {
  color: #1e568f;
}
#nav-main > ul > li > ul {
  position: absolute;
  top: 46px;
  left: 0;
  display: none;
  z-index: 1;
  min-width: 120%;
  margin: 0;
  padding: 0 0 0 0;
  border: 1px solid #dfdfdf;
  text-align: left;
  white-space: nowrap;
  background: #ffffff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}
#nav-main > ul > li > ul li {
  display: inline;
}
#nav-main > ul > li > ul a {
  display: block;
  padding: 9px 25px 8px 20px;
  border-top: 1px solid #dfdfdf;
  font-size: 13px;
  line-height: 1.46;
  color: #333333;
  text-decoration: none;
}
#nav-main > ul > li > ul a:hover,
#nav-main > ul > li > ul a:focus {
  color: #1e568f;
  text-decoration: underline;
}
#nav-main > ul > li > ul li:first-child > a {
  border-top: 0;
}
#nav-main > ul > li > ul ul {
  display: inline;
  margin: 0;
  padding: 0;
}
#nav-main > ul > li > ul ul a {
  padding-left: 32px;
  border-top-color: #efefef;
  color: #707070;
}
#nav-main > ul > li:hover > ul {
  display: block;
}
#nav-main > ul > li:last-child > ul {
  left: auto;
  right: 0;
}
#nav-main > ul > li.active > a,
#nav-main > ul > li.trail > a {
  color: #3578bc;
}
#nav-main > ul > li.submenu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  display: none;
  z-index: 2;
  border-top: 3px solid #1e568f;
  width: 100%;
  height: 38px;
  background: #ffffff;
  -webkit-box-shadow: 1px 0 #dfdfdf inset, -1px 0 #dfdfdf inset, 0 11px 0 -1px #ffffff, 1px 11px 0 -1px #ffffff, 0 10px 0 0 #dfdfdf, 0 0 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0 #dfdfdf inset, -1px 0 #dfdfdf inset, 0 11px 0 -1px #ffffff, 1px 11px 0 -1px #ffffff, 0 10px 0 0 #dfdfdf, 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 #dfdfdf inset, -1px 0 #dfdfdf inset, 0 11px 0 -1px #ffffff, 1px 11px 0 -1px #ffffff, 0 10px 0 0 #dfdfdf, 0 0 8px rgba(0, 0, 0, 0.1);
}
.modernizr-no-boxshadow #nav-main > ul > li.submenu:before {
  border-right: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
}
#nav-main > ul > li.submenu:hover:before {
  /* change generated content to avoid IE8 ghost pseudo elements */
  content: " ";
  display: block;
}
#nav-main > ul > li.submenu:last-child:before {
  -webkit-box-shadow: 1px 0 #dfdfdf inset, -1px 0 #dfdfdf inset, 0 11px 0 -1px #ffffff, -1px 11px 0 -1px #ffffff, 0 10px 0 0 #dfdfdf, 0 0 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0 #dfdfdf inset, -1px 0 #dfdfdf inset, 0 11px 0 -1px #ffffff, -1px 11px 0 -1px #ffffff, 0 10px 0 0 #dfdfdf, 0 0 8px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 #dfdfdf inset, -1px 0 #dfdfdf inset, 0 11px 0 -1px #ffffff, -1px 11px 0 -1px #ffffff, 0 10px 0 0 #dfdfdf, 0 0 8px rgba(0, 0, 0, 0.1);
}

#nav-main-mobile,
#nav-main-mobile_styled {
  /* Hide mobile navigation <select> by default */
  display: none;
}

#image-main {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  margin: 0 0 -60px 0;
  background: #f7f7f7;
  -webkit-box-shadow: 0 50px 50px -50px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 50px 50px -50px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 50px 50px -50px rgba(0, 0, 0, 0.1) inset;
}

.main-image {
  position: relative;
  height: 300px;
}
.main-image.-large {
  height: 600px;
}
.main-image img {
  position: absolute;
  left: 50%;
  display: block;
  width: 1440px;
  height: auto;
  margin-left: -720px;
}

.main-image-hgroup {
  position: relative;
  z-index: 1;
  top: 110px;
  height: 0;
  overflow: visible;
}
.main-image-hgroup h2,
.main-image-hgroup h3 {
  margin: 0 4%;
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
}
.main-image-hgroup h2 span,
.main-image-hgroup h3 span {
  clear: left;
  float: left;
  padding: 0 20px;
  background: #3578bc;
  background: rgba(53, 120, 188, 0.8);
}
.main-image-hgroup h3 {
  font-size: 18px;
  font-weight: normal;
}
.main-image-hgroup h3 span {
  padding: 5px 20px;
  background: #333333;
  background: rgba(51, 51, 51, 0.7);
}
.main-image.-large > .main-image-hgroup {
  top: 160px;
}
.main-image.-large > .main-image-hgroup h2 {
  margin-right: 28.0%;
  font-size: 48px;
}
.main-image.-large > .main-image-hgroup h3 {
  margin-right: 28.0%;
  margin-top: 0;
  font-size: 24px;
}

#wrapper {
  padding-bottom: 36px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

#content-top-bar {
  position: relative;
  min-height: 60px;
  padding: 0 4%;
  border-bottom: 1px solid #efefef;
}
#content-top-bar h1 {
  margin: 0;
  padding: 22px 21.73913% 12px 0;
  font-size: 24px;
  font-weight: normal;
}
#content-top-bar .button {
  position: absolute;
  right: 4%;
  bottom: 10px;
  width: 16%;
  padding-right: 5px;
  padding-left: 5px;
}

#breadcrumbs {
  padding: 23px 21.73913% 17px 0;
  font-size: 13px;
  color: #808080;
}
#breadcrumbs a {
  text-decoration: none;
}
#breadcrumbs a:hover,
#breadcrumbs a:focus {
  text-decoration: underline;
}
#breadcrumbs b {
  font-weight: inherit;
}

aside#sidebar {
  position: relative;
  float: left;
  width: 18%;
  margin: 28px 0 0 4%;
  padding: 19px 2% 0 0;
}
.vision-sidebar-left aside#sidebar {
  width: 24%;
  overflow: hidden;
  margin-right: -1px;
  padding-right: 4%;
  border-right: 1px solid #efefef;
}
.vision-sidebar-left aside#sidebar:before {
  content: "";
  position: absolute;
  left: 100%;
  top: -12px;
  width: 100%;
  height: 450px;
  margin-left: 5px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px 0 0 0/100px 0 0 0;
  border-radius: 30px 0 0 0/100px 0 0 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

aside#sidebar-secondary {
  position: relative;
  float: right;
  width: 18%;
  margin: 28px 4% 0 0;
  padding: 19px 0 0 2%;
}
.vision-sidebar-right aside#sidebar-secondary {
  width: 24%;
  overflow: hidden;
  padding-left: 4%;
  border-left: 1px solid #efefef;
}
.vision-sidebar-right aside#sidebar-secondary:before {
  content: "";
  position: absolute;
  right: 100%;
  top: -12px;
  width: 100%;
  height: 450px;
  margin-right: 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0 30px 0 0/0 100px 0 0;
  border-radius: 0 30px 0 0/0 100px 0 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -o-transform: rotate(2deg);
  transform: rotate(2deg);
}

.sidebar .mod_article,
.sidebar .block {
  margin: 24px 0;
  zoom: 1;
}
.sidebar .mod_article:before,
.sidebar .block:before {
  content: "";
  display: table;
}
.sidebar .mod_article:after,
.sidebar .block:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .searchform {
  position: relative;
  margin-top: 15px;
}
.sidebar .searchform input {
  padding-right: 30px;
}
.sidebar .searchform button {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 0;
  line-height: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sidebar .searchform button:before {
  font: 16px/1 "RockSolid Icons";
  content: "\e0cb";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  display: block;
  color: #3578bc;
}

#nav-sub h3 {
  display: inline;
  margin: 0;
}
#nav-sub h3 a {
  display: block;
  margin: 0 0 7px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #efefef;
  font-size: 12px;
  color: #3578bc;
  text-decoration: none;
  text-transform: uppercase;
}
#nav-sub h3 a:hover,
#nav-sub h3 a:focus {
  text-decoration: underline;
}
#nav-sub ul,
#nav-sub li {
  display: inline;
  margin: 0;
  padding: 0;
}
#nav-sub ul a {
  display: block;
  padding: 5px 0;
  font-size: 13px;
  color: #333333;
  text-decoration: none;
}
#nav-sub ul a:hover,
#nav-sub ul a:focus {
  text-decoration: underline;
}
#nav-sub ul ul a {
  padding-left: 12px;
}
#nav-sub li.active > a,
#nav-sub li.trail > a {
  font-weight: bold;
}

/* ===========================================
 * Homepage elements
 * ======================================== */
.vision-home #image-main {
  margin-bottom: -70px;
}
.vision-home section#content {
  float: none;
  width: auto;
  margin-right: 4%;
  margin-left: 4%;
  padding: 0;
}

.vision-fullwidth section#content {
  float: none;
  width: auto;
  margin-right: 8%;
  margin-left: 8%;
}

#home-slider {
  width: 100%;
  height: 100%;
}
#home-slider.rsts-skin-default .rsts-nav {
  bottom: 88px;
  left: 50%;
  right: auto;
  width: auto;
  margin-left: -426px;
  margin-left: calc(-426px + var(--safe-area-left));
  text-align: left;
}
#home-slider.rsts-skin-default .rsts-prev,
#home-slider.rsts-skin-default .rsts-next {
  right: auto;
  left: 50%;
  bottom: 90px;
  margin-left: -506px;
  margin-left: calc(-506px + var(--safe-area-left));
}
#home-slider.rsts-skin-default .rsts-next {
  margin-left: -470px;
  margin-left: calc(-470px + var(--safe-area-left));
}

ul.featured-list,
#content ul.featured-list,
div.featured-list ul,
#content div.featured-list ul {
  float: right;
  width: 30.43478%;
  margin: -3px 0 24px 8.69565%;
  padding: 0;
  list-style: none;
  font-size: 16px;
  color: #3578bc;
}
ul.featured-list li,
#content ul.featured-list li,
div.featured-list ul li,
#content div.featured-list ul li {
  margin: 12px 0;
}
ul.featured-list li:before,
#content ul.featured-list li:before,
div.featured-list ul li:before,
#content div.featured-list ul li:before {
  font: 100%/1 "RockSolid Icons";
  content: "\e044";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: 1px;
  width: 14.28571%;
  margin-left: -14.28571%;
  text-align: center;
}
ul.featured-list li.first-child,
ul.featured-list li.first,
#content ul.featured-list li.first-child,
#content ul.featured-list li.first,
div.featured-list ul li.first-child,
div.featured-list ul li.first,
#content div.featured-list ul li.first-child,
#content div.featured-list ul li.first {
  margin-top: 0;
}

#content .teaser-boxes,
.teaser-boxes {
  clear: both;
  margin: 40px -4.34783% 0 -4.34783%;
  font-size: 0;
}
#content .teaser-boxes .box,
.teaser-boxes .box {
  display: inline-block;
  width: 28.0%;
  margin: 0 0 40px 4%;
  font-size: 14px;
  vertical-align: top;
}
#content .teaser-boxes .box img,
.teaser-boxes .box img {
  display: block;
  width: 100%;
  height: auto;
  border: 4px solid #efefef;
  -webkit-box-shadow: 0 1px #dfdfdf;
  -moz-box-shadow: 0 1px #dfdfdf;
  box-shadow: 0 1px #dfdfdf;
}
#content .teaser-boxes .box h3,
.teaser-boxes .box h3 {
  margin: 18px 0 6px 0;
  font-size: inherit;
  font-weight: bold;
  color: #7fbac6;
}
#content .teaser-boxes .box p,
.teaser-boxes .box p {
  margin: 6px 0;
}

.contact-box,
#content .contact-box {
  position: relative;
  float: right;
  width: 39.13043%;
  margin: 36px 0 36px 4.34783%;
  padding: 4.34783%;
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0 1px #dfdfdf, 0 0 9px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 0 1px #dfdfdf, 0 0 9px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px #dfdfdf, 0 0 9px rgba(0, 0, 0, 0.2);
}
.modernizr-no-boxshadow .contact-box,
.modernizr-no-boxshadow #content .contact-box {
  border: 1px solid #dfdfdf;
}
.contact-box:before,
#content .contact-box:before {
  content: "";
  position: absolute;
  left: 11.11111%;
  top: 0;
  width: 77.77778%;
  height: 3px;
  background: #3578bc;
}
.contact-box img,
#content .contact-box img {
  float: left;
  width: 35.71429%;
  height: auto;
  margin: 0 7.14286% 0 0;
}
.contact-box h3,
#content .contact-box h3 {
  margin: 6px 0 12px 0;
  font-size: 12px;
  font-weight: normal;
  color: #808080;
}
.contact-box h4,
#content .contact-box h4 {
  margin: 0;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: 0;
  word-spacing: 0;
  color: #3578bc;
  text-transform: uppercase;
}
.contact-box h4:before,
#content .contact-box h4:before {
  font: 40px/1 "RockSolid Icons";
  content: "\e0e6";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  display: block;
  text-align: center;
}
.contact-box p,
#content .contact-box p {
  margin: 0;
  font-size: 16px;
  color: #808080;
}

.testimonial,
#content .testimonial blockquote,
#content blockquote.testimonial {
  margin: 48px 0 !important;
  padding: 0;
  font-size: 24px;
  font-style: italic;
  color: #3578bc;
}
.testimonial:before,
#content .testimonial blockquote:before,
#content blockquote.testimonial:before {
  content: none;
}
.testimonial p,
#content .testimonial blockquote p,
#content blockquote.testimonial p {
  margin: 0;
}
.testimonial small,
.testimonial i,
.testimonial em,
#content .testimonial blockquote small,
#content .testimonial blockquote i,
#content .testimonial blockquote em,
#content blockquote.testimonial small,
#content blockquote.testimonial i,
#content blockquote.testimonial em {
  position: relative;
  display: block;
  margin: 12px 0;
  padding: 6px 0 6px 50px;
  font-size: 16px;
  color: #808080;
}
.testimonial small:before,
.testimonial i:before,
.testimonial em:before,
#content .testimonial blockquote small:before,
#content .testimonial blockquote i:before,
#content .testimonial blockquote em:before,
#content blockquote.testimonial small:before,
#content blockquote.testimonial i:before,
#content blockquote.testimonial em:before {
  content: "– ";
}
.testimonial small:after,
.testimonial i:after,
.testimonial em:after,
#content .testimonial blockquote small:after,
#content .testimonial blockquote i:after,
#content .testimonial blockquote em:after,
#content blockquote.testimonial small:after,
#content blockquote.testimonial i:after,
#content blockquote.testimonial em:after {
  content: "“";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 35px;
  padding: 5px 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 50px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  background: #3578bc;
}

#content .news-boxes.mod_newslist,
.news-boxes {
  clear: both;
  margin: 40px -4.34783% 0 -4.34783%;
  font-size: 0;
}
#content .news-boxes.mod_newslist h1,
#content .news-boxes.mod_newslist h2,
#content .news-boxes.mod_newslist h3,
.news-boxes h1,
.news-boxes h2,
.news-boxes h3 {
  margin-left: 4.34783%;
}
#content .news-boxes.mod_newslist article,
.news-boxes article {
  position: relative;
  display: inline-block;
  width: 28.0%;
  margin: 0 0 40px 4%;
  padding: 0 0 0 6%;
  font-size: 14px;
  vertical-align: top;
  border-top: 0;
}
#content .news-boxes.mod_newslist article img,
.news-boxes article img {
  display: block;
  width: 127.27273%;
  margin-left: -27.27273%;
  height: auto;
  border: 4px solid #efefef;
  -webkit-box-shadow: 0 1px #dfdfdf;
  -moz-box-shadow: 0 1px #dfdfdf;
  box-shadow: 0 1px #dfdfdf;
}
#content .news-boxes.mod_newslist article h3,
.news-boxes article h3 {
  margin: 24px 0 6px 0;
  font-size: inherit;
  font-weight: bold;
}
#content .news-boxes.mod_newslist article h3 i,
.news-boxes article h3 i {
  position: absolute;
  left: 0;
  width: 14.28571%;
  margin: -5px 0 0 0;
  padding: 8px 0;
  font-weight: normal;
  font-style: normal;
  line-height: 1.1;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background: #3578bc;
}
#content .news-boxes.mod_newslist article h3 i b,
.news-boxes article h3 i b {
  display: block;
  font-size: 24px;
  font-weight: bold;
}
#content .news-boxes.mod_newslist article p,
.news-boxes article p {
  margin: 6px 0;
}

/* ===========================================
 * Content styles
 * ======================================== */
section#content {
  float: left;
  width: 52%;
  margin: 0 0 0 2%;
  padding: 33px 0 0 0;
}
.vision-sidebar-left section#content {
  margin-left: 8%;
}
.vision-sidebar-right section#content {
  margin-left: 8%;
}

#content p,
#content ul,
#content ol,
#content table,
#content blockquote,
#content form,
#content fieldset {
  margin: 24px 0;
}
#content h1 {
  margin: 24px 0;
  font-size: 24px;
  color: #3578bc;
}
#content h2 {
  margin: 24px 0;
  font-size: 19px;
}
#content h1 + h2 {
  margin-top: -12px;
}
#content h3,
#content h4,
#content h5,
#content h6 {
  margin: 24px 0 12px;
  font-size: 14px;
  font-weight: bold;
}
#content h3 + p,
#content h3 + ul,
#content h3 + ol,
#content h3 + table,
#content h3 + blockquote,
#content h4 + p,
#content h4 + ul,
#content h4 + ol,
#content h4 + table,
#content h4 + blockquote,
#content h5 + p,
#content h5 + ul,
#content h5 + ol,
#content h5 + table,
#content h5 + blockquote,
#content h6 + p,
#content h6 + ul,
#content h6 + ol,
#content h6 + table,
#content h6 + blockquote {
  margin-top: 0;
}
#content h3 + figure,
#content h4 + figure,
#content h5 + figure,
#content h6 + figure {
  margin-top: 10px;
}
#content h4,
#content h5,
#content h6 {
  letter-spacing: 1px;
  word-spacing: 2px;
}
#content h5,
#content h6 {
  font-weight: normal;
}
#content h6 {
  text-transform: uppercase;
  font-size: 12px;
  font-variant: small-caps;
  color: #808080;
}
#content ul,
#content ol {
  padding-left: 7.69231%;
}
#content ul li[data-icon],
#content ol li[data-icon] {
  list-style: none;
}
#content ul li[data-icon]:before,
#content ol li[data-icon]:before {
  left: -21px;
  width: 0;
}
#content ul {
  list-style: disc;
}
#content ul ul {
  margin-top: 0;
}
#content ol {
  list-style: decimal;
}
#content ol ol,
#content ol ul {
  margin-top: 0;
}
#content ol ol {
  list-style: upper-alpha;
}
#content ol ol ol {
  list-style: lower-roman;
}
#content ol ol ol ol {
  list-style: lower-alpha;
}
#content blockquote {
  position: relative;
  margin-left: 56px;
  font-size: 16px;
  font-style: italic;
  color: #3578bc;
}
#content blockquote p {
  margin: 12px 0;
}
#content blockquote:before {
  content: "“";
  position: absolute;
  left: -56px;
  top: 5px;
  width: 36px;
  height: 35px;
  padding: 5px 4px 0 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 50px;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  background: #3578bc;
}
#content blockquote small,
#content blockquote i,
#content blockquote em {
  position: relative;
  display: block;
  font-size: 14px;
  font-style: normal;
  color: #808080;
}
#content blockquote small:before,
#content blockquote i:before,
#content blockquote em:before {
  content: "– ";
}
#content table {
  margin-bottom: 36px;
}

.image_container {
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 -10px 24px;
  padding: 9px;
  border: 1px solid #dfdfdf;
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.image_container img {
  display: block;
  width: 100%;
  height: auto;
}
.image_container figcaption,
.image_container .caption {
  width: 100% !important;
  padding: 6px 0 0;
  font-size: 14px;
  font-style: italic;
  color: #808080;
}

.image_container.float_right,
.image_container.float_left {
  float: right;
  width: 46.15385%;
  margin: 0 -10px 15px 15px;
}
.no-resize .image_container.float_right,
.image_container.float_right.no-resize,
.no-resize .image_container.float_left,
.image_container.float_left.no-resize {
  width: auto;
}

.image_container.float_left {
  float: left;
  margin: 0 15px 15px -10px;
}

.no-resize .image_container:not(.float_right):not(.float_left),
.image_container:not(.float_right):not(.float_left).no-resize {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-width: 100%;
}
.no-resize .image_container:not(.float_right):not(.float_left) img,
.image_container:not(.float_right):not(.float_left).no-resize img {
  width: auto;
  max-width: 100%;
}

.ce_gallery > ul.cols_1 > li {
  width: 97%;
}
.ce_gallery > ul.cols_2 > li {
  width: 47.75%;
}
.ce_gallery > ul.cols_3 > li {
  width: 31.33333%;
}
.ce_gallery > ul.cols_4 > li {
  width: 23.125%;
}
.ce_gallery > ul.cols_5 > li {
  width: 18.2%;
}
.ce_gallery > ul.cols_6 > li {
  width: 14.91667%;
}
.ce_gallery > ul.cols_7 > li {
  width: 12.57143%;
}
.ce_gallery > ul.cols_8 > li {
  width: 10.8125%;
}
.ce_gallery > ul.cols_9 > li {
  width: 9.44444%;
}
.ce_gallery > ul.cols_10 > li {
  width: 8.35%;
}
.ce_gallery > ul.cols_11 > li {
  width: 7.45455%;
}
.ce_gallery > ul.cols_12 > li {
  width: 6.70833%;
}
.ce_gallery.no-resize > ul > li {
  width: auto;
}
.ce_gallery > ul {
  zoom: 1;
  margin: 0 !important;
  padding: 0 0 1.5% 0 !important;
  list-style: none !important;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.ce_gallery > ul:before {
  content: "";
  display: table;
}
.ce_gallery > ul:after {
  content: "";
  display: table;
  clear: both;
}
.ce_gallery > ul > li {
  float: left;
  width: 31.3333%;
  margin: 1.5% 0 0 1.5%;
}
.ce_gallery > ul > li.col_first {
  clear: left;
}
#sidebar .ce_gallery > ul.cols_1 > li {
  width: 94%;
}
#sidebar .ce_gallery > ul.cols_2 > li {
  width: 45.5%;
}
#sidebar .ce_gallery > ul.cols_3 > li {
  width: 29.33333%;
}
#sidebar .ce_gallery > ul.cols_4 > li {
  width: 21.25%;
}
#sidebar .ce_gallery > ul.cols_5 > li {
  width: 16.4%;
}
#sidebar .ce_gallery > ul.cols_6 > li {
  width: 13.16667%;
}
#sidebar .ce_gallery > ul.cols_7 > li {
  width: 10.85714%;
}
#sidebar .ce_gallery > ul.cols_8 > li {
  width: 9.125%;
}
#sidebar .ce_gallery > ul.cols_9 > li {
  width: 7.77778%;
}
#sidebar .ce_gallery > ul.cols_10 > li {
  width: 6.7%;
}
#sidebar .ce_gallery > ul.cols_11 > li {
  width: 5.81818%;
}
#sidebar .ce_gallery > ul.cols_12 > li {
  width: 5.08333%;
}
#sidebar .ce_gallery.no-resize > ul > li {
  width: auto;
}
#sidebar .ce_gallery > ul {
  padding-bottom: 3% !important;
}
#sidebar .ce_gallery > ul > li {
  width: 45.5%;
  margin-top: 3%;
  margin-left: 3%;
}
.ce_gallery .image_container {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4 {
  margin: 24px 0 12px;
  font-size: 12px;
  text-transform: uppercase;
}
.sidebar h1,
.sidebar h2,
.sidebar h3 {
  color: #3578bc;
}
.sidebar h4 {
  color: #333333;
}
.sidebar h5 {
  color: #808080;
}
.sidebar p,
.sidebar ul,
.sidebar ol,
.sidebar table,
.sidebar blockquote,
.sidebar fieldset,
.sidebar form {
  margin: 12px 0;
  font-size: 13px;
}
.sidebar ul,
.sidebar ol {
  padding: 0;
  list-style-type: none;
}
.sidebar table {
  margin-bottom: 24px;
}
.sidebar .mod_article,
.sidebar .block {
  margin: 24px 0;
}
.sidebar .mod_article > .block {
  border-bottom: 1px solid #efefef;
}

/* ===========================================
 * Form styles
 * ======================================== */
form .widget {
  margin: 5px 0;
}
form label {
  display: block;
  margin-bottom: 2px;
  font-size: 13px;
}
form input,
form textarea {
  padding: 7px 10px;
  border: 1px solid #dfdfdf;
  font-size: 13px;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
}
form input:focus,
form textarea:focus {
  border-color: #a7a7a7;
}
form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form input[type="checkbox"],
form input[type="radio"],
form input[type="image"] {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
form input[type="checkbox"] + label,
form input[type="radio"] + label {
  display: inline;
}
form input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
form input[type="radio"] {
  vertical-align: middle;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  background: none;
}
form input[type="file"] {
  height: auto;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
form textarea {
  resize: vertical;
  padding-top: 10px;
  padding-bottom: 10px;
}
form select {
  font-size: 13px;
}
form fieldset p {
  margin: 0 !important;
}
form fieldset label:after {
  content: "\A";
  white-space: pre;
}
form button,
form input[type="submit"] {
  margin: 10px 0;
}
form .valid input,
form .valid input:hover,
form .valid textarea,
form .valid textarea:hover {
  border-color: #87aa4a;
  -webkit-box-shadow: 0 0 0 4px rgba(135, 170, 74, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 0 0 4px rgba(135, 170, 74, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 0 4px rgba(135, 170, 74, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
}
form .invalid input,
form .invalid input:hover,
form .invalid textarea,
form .invalid textarea:hover,
form input.error,
form input.error:hover,
form textarea.error,
form textarea.error:hover {
  border-color: #e14e4e;
  -webkit-box-shadow: 0 0 0 3px rgba(225, 78, 78, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  -moz-box-shadow: 0 0 0 3px rgba(225, 78, 78, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
  box-shadow: 0 0 0 3px rgba(225, 78, 78, 0.3), 0 1px 2px rgba(0, 0, 0, 0.15) inset;
}
form b.error,
form p.error {
  margin: 0;
  color: #e73a3a;
}
form span.mandatory {
  margin-left: 2px;
  font-size: 16px;
  color: #3578bc;
}
form .explanation,
form .captcha_text {
  font-size: 12px;
  margin: -18px 0 24px;
  color: #808080;
}
form .explanation p,
form .captcha_text p {
  margin: 0 !important;
}
form .captcha_text {
  display: block;
  margin-top: 6px;
  color: #3578bc;
  font-size: inherit;
  font-style: italic;
}
form .styled_select {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
}

#content form .widget {
  margin: 24px 0;
}
#content form p.error {
  margin: 0;
}
#content form input[type="text"],
#content form input[type="password"],
#content form input[type="email"],
#content form input[type="url"],
#content form input[type="date"] {
  width: 61.53846%;
}
#content form textarea {
  width: 100%;
}

.sidebar form input,
.sidebar form textarea,
.sidebar form button,
body > footer form input,
body > footer form textarea,
body > footer form button {
  width: 100%;
}
.sidebar form input.submit,
.sidebar form button,
body > footer form input.submit,
body > footer form button {
  padding-right: 0;
  padding-left: 0;
}
.sidebar form input[type="checkbox"],
.sidebar form input[type="radio"],
.sidebar form input[type="image"],
body > footer form input[type="checkbox"],
body > footer form input[type="radio"],
body > footer form input[type="image"] {
  width: auto;
  height: auto;
}

/* ===========================================
 * Footer styles
 * ======================================== */
body > footer {
  margin-top: -60px;
  padding-top: 150px;
  padding-bottom: var(--safe-area-bottom);
  background: #efefef;
}

#footer-content {
  font-size: 13px;
  line-height: 1.538;
}
#footer-content .footer-column {
  float: left;
  width: 28.0%;
  margin: 0 0 0 4%;
}
#footer-content h1,
#footer-content h2,
#footer-content h3 {
  margin: 36px 0 24px 0;
  font-size: 12px;
  font-weight: bold;
  color: #808080;
  text-transform: uppercase;
}
#footer-content .footer-column > h1:first-child,
#footer-content .footer-column > h2:first-child,
#footer-content .footer-column > h3:first-child {
  margin-top: 0;
}
#footer-content img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 27px 10px -25px rgba(0, 0, 0, 0.05), 0 31px 10px -30px rgba(0, 0, 0, 0.05), 0 35px 10px -35px rgba(0, 0, 0, 0.05), 0 39px 10px -40px rgba(0, 0, 0, 0.05), 0 43px 10px -45px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 27px 10px -25px rgba(0, 0, 0, 0.05), 0 31px 10px -30px rgba(0, 0, 0, 0.05), 0 35px 10px -35px rgba(0, 0, 0, 0.05), 0 39px 10px -40px rgba(0, 0, 0, 0.05), 0 43px 10px -45px rgba(0, 0, 0, 0.05);
  box-shadow: 0 27px 10px -25px rgba(0, 0, 0, 0.05), 0 31px 10px -30px rgba(0, 0, 0, 0.05), 0 35px 10px -35px rgba(0, 0, 0, 0.05), 0 39px 10px -40px rgba(0, 0, 0, 0.05), 0 43px 10px -45px rgba(0, 0, 0, 0.05);
}
#footer-content ul.icon-list {
  margin: 24px 0;
  padding-left: 50px;
  list-style: none;
}
#footer-content ul.icon-list li {
  position: relative;
  margin: 18px 0;
}
#footer-content ul.icon-list li:before {
  position: absolute;
  left: -50px;
  top: -4px;
  width: 40px;
  height: 33px;
  padding: 7px 0 0 0;
  border-radius: 100%;
  font-size: 24px;
  color: #efefef;
  text-align: center;
  background: #71a0d0;
}
#footer-content ul.icon-list li i {
  display: block;
  font-size: 10px;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
}
#footer-content ul.icon-list li a,
#footer-content ul.icon-list li b {
  font-weight: bold;
  color: #3578bc;
}
#footer-content ul.article-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-content ul.article-list li {
  display: block;
  margin: 22px 0;
}
#footer-content ul.article-list a {
  display: block;
  color: inherit;
  text-decoration: none;
}
#footer-content ul.article-list a:hover h2,
#footer-content ul.article-list a:focus h2 {
  text-decoration: underline;
}
#footer-content ul.article-list h4 {
  margin: 2px 0;
  font-size: inherit;
  font-weight: bold;
}
#footer-content ul.article-list h5 {
  margin: 2px 0;
  font-size: 12px;
  font-weight: normal;
  color: #808080;
}
#footer-content ul.article-list p {
  margin: 2px 0;
}
#footer-content .button-wrap {
  margin: 43px 0 12px 0;
  text-align: center;
}
#footer-content .button-wrap .button {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 15px;
  font-size: 16px;
}
#footer-content .button-wrap p {
  margin: 5px 0;
}
#footer-content .social-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-content .social-list li {
  display: inline;
}
#footer-content .social-list a {
  display: inline-block;
  width: 21px;
  margin-right: 5px;
  font-size: 0;
  line-height: 0;
  color: #efefef;
}
#footer-content .social-list a:before {
  font: 20px/1 "RockSolid Icons";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  color: #808080;
}
#footer-content .social-list a:hover.icon-facebook:before,
#footer-content .social-list a:focus.icon-facebook:before {
  color: #3b5997;
}
#footer-content .social-list a:hover.icon-twitter:before,
#footer-content .social-list a:focus.icon-twitter:before {
  color: #0199d1;
}
#footer-content .social-list a:hover.icon-google-plus:before,
#footer-content .social-list a:focus.icon-google-plus:before {
  color: #474848;
}
#footer-content .social-list a:hover.icon-pinterest:before,
#footer-content .social-list a:focus.icon-pinterest:before {
  color: #ca2027;
}

#nav-footer > ul {
  margin: 24px 4% 0 4%;
  padding: 24px 0;
  border-bottom: 1px solid #dfdfdf;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
}
#nav-footer li {
  display: inline;
  margin: 0;
  padding: 0;
}
#nav-footer a {
  margin: 0 25px;
  text-decoration: none;
  color: inherit;
}
#nav-footer a:hover,
#nav-footer a:focus {
  text-decoration: underline;
}

#footer-info {
  padding-top: 12px;
  padding-bottom: 24px;
  font-size: 12px;
  color: #808080;
  text-align: center;
}
#footer-info p {
  margin: 0;
}
#footer-info .rocksolid-copyright {
  color: inherit;
  text-decoration: none;
}
#footer-info .rocksolid-copyright:hover,
#footer-info .rocksolid-copyright:focus {
  text-decoration: underline;
}
#footer-info .rocksolid-copyright:before {
  content: "·";
  display: inline-block;
  margin: 0 5px 0 2px;
}

/* ===========================================
 * Module styles (Search, FAQ, News, Events, Comments)
 * ======================================== */
.fixed-note {
  position: fixed;
  display: table;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 60px;
  padding: 12px 20px 12px 80px;
  padding-right: calc(20px + var(--safe-area-right));
  padding-bottom: calc(12px + var(--safe-area-bottom));
  padding-left: calc(80px + var(--safe-area-left));
  border-top: 1px solid #efefef;
  z-index: 99;
  background-color: #ffffff;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 900px) {
  .fixed-note {
    position: relative;
    padding-top: calc(12px + var(--safe-area-top));
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 599px) {
  .fixed-note {
    display: block;
    padding-left: 20px;
    padding-left: calc(20px + var(--safe-area-left));
  }
}
.fixed-note:before {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 30px;
  left: calc(30px + var(--safe-area-left));
  font-size: 36px;
  color: #3578bc;
}
@media screen and (max-width: 900px) {
  .fixed-note:before {
    top: 24px;
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .fixed-note:before {
    position: static;
  }
}
.fixed-note h1,
.fixed-note h2,
.fixed-note h3 {
  font-size: 14px;
  margin: 6px 0;
}
.fixed-note p {
  font-size: 13px;
  margin: 6px 0;
}

.fixed-note-column {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}
.fixed-note-column:last-child {
  text-align: right;
}
@media screen and (max-width: 900px) {
  .fixed-note-column:last-child {
    text-align: left;
  }
}
@media screen and (max-width: 900px) {
  .fixed-note-column {
    display: block;
    margin: 12px 0;
    padding: 0;
  }
}

.fixed-note-link,
.fixed-note-button {
  white-space: nowrap;
}

.fixed-note-button {
  margin: 0;
}

.fixed-note-closed {
  position: fixed;
  right: 30px;
  right: calc(30px + var(--safe-area-right));
  bottom: 0;
  bottom: var(--safe-area-bottom);
  z-index: 99;
  padding: 8px 12px;
  color: #4c4c4c;
  text-decoration: none;
  background: #3578bc;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 900px) {
  .fixed-note-closed {
    position: absolute;
    top: 12px;
    top: calc(12px + var(--safe-area-top));
    right: auto;
    bottom: auto;
    left: 3.33333%;
    left: calc(3.33333% + var(--safe-area-left));
    margin-left: -16px;
    padding: 4px 12px;
  }
}
@media screen and (max-width: 599px) {
  .fixed-note-closed {
    margin-left: 0;
    left: 0;
    left: var(--safe-area-left);
    top: 0;
    top: var(--safe-area-top);
  }
}
.fixed-note-closed:hover,
.fixed-note-closed:focus {
  background-color: #2a5f94;
}
.fixed-note-closed:before {
  font: 100%/1 "RockSolid Icons";
  content: "\e0a6";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
}
.fixed-note-closed > span {
  display: none;
}

.back a:before,
.previous a:before,
.next a:after {
  font: 12px/1 "RockSolid Icons";
  content: "\e018";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 6px;
  vertical-align: middle;
}

.next a:after {
  content: "\e019";
  margin-right: 0;
  margin-left: 6px;
}

.pagination > p {
  text-align: center;
}
.pagination ul {
  list-style-type: none !important;
  text-align: center;
}
.pagination ul li {
  display: inline-block;
}
.pagination ul li a,
.pagination ul li strong,
.pagination ul li span {
  padding: 4px 12px;
  background-color: #ffffff;
}
.pagination ul li .current,
.pagination ul li .active {
  border-bottom: 1px solid #efefef;
  background-image: -webkit-linear-gradient(#ffffff 1%, #eaeaea 100%);
  background-image: -moz-linear-gradient(#ffffff 1%, #eaeaea 100%);
  background-image: -o-linear-gradient(#ffffff 1%, #eaeaea 100%);
  background-image: linear-gradient(#ffffff 1%, #eaeaea 100%);
  -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, -1px 0 0 0 rgba(255, 255, 255, 0.9) inset;
  -moz-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, -1px 0 0 0 rgba(255, 255, 255, 0.9) inset;
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, -1px 0 0 0 rgba(255, 255, 255, 0.9) inset;
}

.enclosure,
.ce_downloads {
  position: relative;
  margin: 24px 0;
  padding: 7px 3.84615% 10px;
  border: 1px solid #dfdfdf;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.enclosure:before,
.ce_downloads:before {
  font: 72px/0 "RockSolid Icons";
  content: "\e102";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  position: absolute;
  top: 50%;
  right: 4%;
  color: #d8d8d8;
  cursor: default;
}
.enclosure p,
.enclosure h1,
.enclosure h2,
.enclosure h3,
.enclosure h4,
.enclosure h5,
.enclosure h6,
.enclosure ul,
.ce_downloads p,
.ce_downloads h1,
.ce_downloads h2,
.ce_downloads h3,
.ce_downloads h4,
.ce_downloads h5,
.ce_downloads h6,
.ce_downloads ul {
  margin: 6px 0 !important;
}
.enclosure ul,
.ce_downloads ul {
  list-style: none !important;
  padding: 0 !important;
}

/* Search */
section#content .mod_search {
  margin: 24px 0;
}
section#content .mod_search .widget {
  display: inline;
}
section#content .mod_search form input[type="search"] {
  width: 74%;
  margin: 0;
  padding: 8px 10px;
}
section#content .mod_search form button,
section#content .mod_search form input[type="submit"] {
  position: relative;
  top: -1px;
  width: 25%;
  margin-left: 0;
  margin-right: -2%;
  padding-bottom: 10px;
}
section#content .mod_search form button:active,
section#content .mod_search form input[type="submit"]:active {
  padding-bottom: 8px;
}
section#content .mod_search h3 span.relevance {
  float: right;
  font-size: 14px;
}
section#content .mod_search .header {
  padding-bottom: 6px;
  border-bottom: 1px solid #efefef;
  color: #808080;
}
section#content .mod_search .highlight {
  padding: 0 5px;
  font-weight: bold;
  background: #aec9e4;
}
section#content .mod_search .url {
  padding-bottom: 24px;
  border-bottom: 1px dotted #efefef;
  color: #808080;
}
section#content .mod_search .url:before {
  margin-right: 5px;
  font: 16px/1 "RockSolid Icons";
  content: "\e0b4";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: 1px;
}
section#content .mod_search .url .filesize {
  display: inline-block;
  font-size: 12px;
}

/* Events */
.mod_calendar table {
  border-collapse: separate;
}
.mod_calendar th {
  background: #ffffff;
  background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
  background-image: -o-linear-gradient(#ffffff, #f2f2f2);
  background-image: linear-gradient(#ffffff, #f2f2f2);
  -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, -1px 0 0 0 rgba(255, 255, 255, 0.9) inset, 0 2px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, -1px 0 0 0 rgba(255, 255, 255, 0.9) inset, 0 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, -1px 0 0 0 rgba(255, 255, 255, 0.9) inset, 0 2px 2px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #efefef;
}
.mod_calendar th.previous,
.mod_calendar th.next,
.mod_calendar th.current {
  padding: 0;
  white-space: nowrap;
}
.mod_calendar th.previous a,
.mod_calendar th.next a {
  padding: 11px 16px;
  display: block;
  text-decoration: none;
}
.mod_calendar th.previous a:hover,
.mod_calendar th.next a:hover {
  color: #3578bc;
}
.mod_calendar th.previous a:after,
.mod_calendar th.previous a:before,
.mod_calendar th.next a:after,
.mod_calendar th.next a:before {
  display: none;
}
.mod_calendar th.previous a:active,
.mod_calendar th.next a:active {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset;
}
.mod_calendar th.next {
  text-align: right;
}
.mod_calendar th.current {
  text-align: center;
}
.mod_calendar th.current:before {
  font: 16px/1 "RockSolid Icons";
  content: "\e037";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  margin-right: 6px;
}
.mod_calendar th.label {
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid #efefef !important;
}
.mod_calendar td {
  width: 14.28571%;
  background: #ffffff;
  background-image: -webkit-linear-gradient(#ffffff, #f2f2f2);
  background-image: -moz-linear-gradient(#ffffff, #f2f2f2);
  background-image: -o-linear-gradient(#ffffff, #f2f2f2);
  background-image: linear-gradient(#ffffff, #f2f2f2);
  -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, -1px 0 0 0 rgba(255, 255, 255, 0.9) inset;
  -moz-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, -1px 0 0 0 rgba(255, 255, 255, 0.9) inset;
  box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, -1px 0 0 0 rgba(255, 255, 255, 0.9) inset;
}
.mod_calendar td.empty,
.mod_calendar td:hover {
  color: #333333;
  background: #ffffff;
}
.mod_calendar td.today {
  color: #ffffff !important;
  background: #969696;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) inset;
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) inset;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6) inset;
}
.mod_calendar td.today a {
  color: #ffffff !important;
}
.mod_calendar td.today a:hover {
  border-color: #969696 !important;
}
.mod_calendar .event {
  font-size: 12px;
}
.mod_calendar .minicalendar td,
.mod_calendar .minicalendar th {
  padding: 3px;
}
.mod_calendar .minicalendar th.next,
.mod_calendar .minicalendar th.previous {
  text-align: center;
}
.mod_calendar .minicalendar th.next a,
.mod_calendar .minicalendar th.previous a {
  padding: 5px;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.mod_calendar .minicalendar th.next a:before,
.mod_calendar .minicalendar th.previous a:before {
  font: 10px/1 "RockSolid Icons";
  content: "\e018";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  color: #3578bc;
  top: 1px;
  margin: 0;
}
.mod_calendar .minicalendar th.next a:before {
  content: "\e019";
}
.mod_calendar .minicalendar th.current {
  font-size: 12px;
}
.mod_calendar .minicalendar th.current:before {
  font-size: 12px;
}
.mod_calendar .minicalendar th.label {
  font-size: 10px;
}
.mod_calendar .minicalendar td {
  font-size: 11px;
  text-align: center;
}

.mod_eventlist .event h2 {
  margin: 0 !important;
}
.mod_eventlist .event .more {
  margin: 0 0 24px !important;
}

.mod_eventreader.info,
.mod_eventlist .header {
  font-weight: bold;
}

.mod_eventreader .info time:before,
.mod_eventlist .header:before {
  font: 15px/1 "RockSolid Icons";
  content: "\e037";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

/* FAQ */
.mod_faqpage section {
  padding-left: 11.53846%;
  margin: 48px 0;
}
.mod_faqpage section h3:before {
  font: 32px/1 "RockSolid Icons";
  content: "\e048";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  padding-top: 8px;
  margin-right: 14px;
  margin-left: -46px;
  text-align: center;
  vertical-align: middle;
  color: #3578bc;
}
.mod_faqpage section p {
  margin: 12px 0 !important;
}

.mod_faqpage .info,
.mod_faqreader .info {
  font-size: 12px;
  color: #808080;
}

.mod_faqlist ul {
  padding: 0 !important;
  list-style-type: none !important;
}
.mod_faqlist ul li {
  padding: 6px 0;
}
.mod_faqlist ul li:before {
  font: 15px/1 "RockSolid Icons";
  content: "\e048";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 6px;
  color: #3578bc;
}

/* News */
#content .mod_newslist article,
#content .mod_newsarchive article {
  margin: 12px 0 0;
  padding: 12px 0;
  border-top: 1px solid #efefef;
}
#content .mod_newslist h2,
#content .mod_newsarchive h2 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: normal;
}
#content .mod_newslist h2 a,
#content .mod_newsarchive h2 a {
  color: #333333;
  text-decoration: none;
}
#content .mod_newslist h2 a:hover,
#content .mod_newsarchive h2 a:hover {
  color: #3578bc;
  text-decoration: underline;
}
#content .mod_newslist img,
#content .mod_newsarchive img {
  width: 100%;
  height: auto;
  margin-top: 12px;
  border: 4px solid #efefef;
  -webkit-box-shadow: 0 1px #dfdfdf;
  -moz-box-shadow: 0 1px #dfdfdf;
  box-shadow: 0 1px #dfdfdf;
}
#content .mod_newslist .info,
#content .mod_newsarchive .info {
  width: 30.76923%;
  float: left;
  font-size: 12px;
  line-height: 21px;
}
#content .mod_newslist .info .date,
#content .mod_newslist .info .author,
#content .mod_newslist .info .comment-count,
#content .mod_newsarchive .info .date,
#content .mod_newsarchive .info .author,
#content .mod_newsarchive .info .comment-count {
  display: block;
}
#content .mod_newslist .info em,
#content .mod_newslist .info .comment-count,
#content .mod_newsarchive .info em,
#content .mod_newsarchive .info .comment-count {
  color: #808080;
  text-transform: capitalize;
}
#content .mod_newslist .teaser,
#content .mod_newsarchive .teaser {
  width: 69.23077%;
  float: right;
  margin: 24px 0 6px;
}
#content .mod_newslist .teaser p,
#content .mod_newsarchive .teaser p {
  margin: 0;
}
#content .mod_newslist .more,
#content .mod_newsarchive .more {
  margin-left: 30.76923%;
}

.sidebar .author {
  color: #808080;
}
.sidebar .author strong {
  font-weight: normal;
  color: #333333;
}
.sidebar .author a {
  color: #808080;
  text-decoration: none;
}
.sidebar .author a:before {
  font-size: 100%;
  top: 1px;
}
.sidebar .author a:hover {
  color: #3578bc;
}
.sidebar .author .image_container {
  margin-bottom: 0 !important;
}

/* Comments */
.ce_comments {
  border-top: 1px solid #dfdfdf;
  margin-top: 36px;
}
.ce_comments .comment_default {
  position: relative;
  padding: 24px 7.69231%;
  margin-bottom: 24px;
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.ce_comments .comment_default:after {
  font: 36px/1 "RockSolid Icons";
  content: "\e042";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  color: #d8d8d8;
  position: absolute;
  top: 14px;
  right: 7.69231%;
  margin-right: 6px;
  z-index: 1;
}
.ce_comments .comment_default .info {
  position: relative;
  display: inline;
  z-index: 2;
  border-bottom: 1px solid #dfdfdf;
}
.ce_comments .comment_default .info a {
  text-decoration: none;
}
.ce_comments .comment_default .info .date {
  display: inline-block;
  font-weight: normal;
  color: #808080;
}
.ce_comments .comment_default .info .date:before {
  display: none;
}
.ce_comments .comment_default .comment {
  font-size: 14px;
  position: relative;
  z-index: 2;
}
.ce_comments .comment_default .reply {
  padding-left: 7.69231%;
}
.ce_comments .comment_default .reply .info:before {
  font: 12px/1 "RockSolid Icons";
  content: "\e01f";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  color: #3578bc;
  position: absolute;
  top: 4px;
  left: -24px;
}
.ce_comments .form {
  margin-top: 36px;
  zoom: 1;
}
.ce_comments .form:before {
  content: "";
  display: table;
}
.ce_comments .form:after {
  content: "";
  display: table;
  clear: both;
}
.ce_comments form input[type="text"],
.ce_comments form input[type="password"],
.ce_comments form input[type="email"],
.ce_comments form input[type="url"],
#content .ce_comments form input[type="text"],
#content .ce_comments form input[type="password"],
#content .ce_comments form input[type="email"],
#content .ce_comments form input[type="url"] {
  width: 53.84615%;
  float: right;
}
.ce_comments form label {
  float: left;
  margin-top: 3px;
}
.ce_comments form fieldset {
  margin: 0 !important;
  border: 0;
}
.ce_comments form fieldset label {
  float: none;
  margin-left: 5px;
}
.ce_comments form .widget {
  float: left;
  clear: both;
  width: 100%;
  margin: 12px 0;
}
.ce_comments form .captcha_text {
  display: inline;
}

/* Sitemap */
#content .mod_sitemap a {
  color: gray;
}
#content .mod_sitemap ul {
  padding-left: 0;
  list-style-type: none;
}
#content .mod_sitemap ul li {
  border-top: 1px solid #efefef;
}
#content .mod_sitemap ul li:first-child,
#content .mod_sitemap ul li.first {
  border: 0;
}
#content .mod_sitemap ul li li {
  padding: 3px 24px;
  font-size: 14px;
  border-color: #efefef;
}
#content .mod_sitemap ul li li.submenu {
  border: 0;
}
#content .mod_sitemap ul li li.submenu ul {
  margin: 0;
}
#content .mod_sitemap > ul > li {
  padding: 6px 0;
}
#content .mod_sitemap > ul > li > a {
  color: #3578bc;
  font-weight: bold;
}
#content .mod_sitemap > ul > li:before {
  font: 100%/1 "RockSolid Icons";
  content: "\e083";
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  text-indent: 0;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 8px;
  color: #3578bc;
}

/* Login */
.mod_login {
  position: relative;
  padding: 0 7.69231%;
  border: 1px solid #dfdfdf;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.mod_login:before {
  content: "";
  position: absolute;
  left: 7.69231%;
  top: 0;
  width: 84.61538%;
  height: 3px;
  background: #3578bc;
}
.mod_login h2 {
  padding-bottom: 6px;
  border-bottom: 1px solid #efefef;
}
.mod_login input {
  width: 80% !important;
}
.mod_login table {
  border: 0;
  margin: 0 !important;
}
.mod_login table tr {
  background-color: transparent !important;
}
.mod_login table tr.row_last td {
  border: 0;
}
.mod_login table td {
  padding: 14px 0;
  vertical-align: middle;
}

/* Newsletter */
#content .mod_newsletterlist ul {
  padding-left: 0;
  list-style-type: none;
}
#content .mod_newsletterlist ul li {
  padding: 3px 0;
  border-top: 1px solid #efefef;
}
#content .mod_newsletterlist ul li:first-child,
#content .mod_newsletterlist ul li.first {
  border: 0;
}

/* Style for dlh_googlemaps (if you don't use the plugin, you might want to delete this) */
.dlh_googlemap {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.sidebar .dlh_googlemap {
  /* Setting the maps width to 100% is best practice in the sidebar, since it becomes fluid that way */
  width: 100% !important;
}

#content .dlh_googlemap img {
  max-width: none;
}

/* ===========================================
 * Slider
 * ======================================== */
#image-main .rsts-skin-default .rsts-nav {
  bottom: 88px;
  left: auto;
  right: 50%;
  width: auto;
  margin-right: -426px;
  margin-right: calc(-426px + var(--safe-area-right));
  text-align: left;
}
#image-main .rsts-skin-default .rsts-prev,
#image-main .rsts-skin-default .rsts-next {
  left: auto;
  right: 50%;
  bottom: 90px;
  margin-right: -470px;
  margin-right: calc(-470px + var(--safe-area-right));
}
#image-main .rsts-skin-default .rsts-next {
  margin-right: -506px;
  margin-right: calc(-470px + var(--safe-area-right));
}

#content .rsts-main ul,
#sidebar .rsts-main ul {
  margin: 0;
  padding: 0;
}
#content .rsts-main .rsts-next,
#content .rsts-main .rsts-prev,
#content .rsts-main .rsts-video-stop,
#sidebar .rsts-main .rsts-next,
#sidebar .rsts-main .rsts-prev,
#sidebar .rsts-main .rsts-video-stop {
  border-bottom: none;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#content .rsts-main .image_container,
#sidebar .rsts-main .image_container {
  margin-left: 0;
  margin-right: 0;
}
#content .rsts-main .image_container.float_left,
#sidebar .rsts-main .image_container.float_left {
  margin-left: 0;
  margin-right: 20px;
}
#content .rsts-main .image_container.float_right,
#sidebar .rsts-main .image_container.float_right {
  margin-right: 0;
  margin-left: 20px;
}

/* ===========================================
 * Media queries
 * ======================================== */
/* Desktop max-width (viewport width 1100px and below) */
@media screen and (max-width: 1100px) {
  #home-slider.rsts-skin-default .rsts-nav,
  #image-main .rsts-skin-default .rsts-nav {
    left: 4%;
    margin-left: 80px;
    margin-left: calc(80px + var(--safe-area-left));
  }
  #home-slider.rsts-skin-default .rsts-prev,
  #home-slider.rsts-skin-default .rsts-next,
  #image-main .rsts-skin-default .rsts-prev,
  #image-main .rsts-skin-default .rsts-next {
    left: 4%;
    margin-left: 0;
    margin-left: var(--safe-area-left);
  }
  #home-slider.rsts-skin-default .rsts-next,
  #image-main .rsts-skin-default .rsts-next {
    margin-left: 36px;
    margin-left: calc(36px + var(--safe-area-left));
  }
}
/* Tablet portrait format (viewport width 900px and below) */
@media screen and (max-width: 900px) {

  #nav-main {
    padding-right: 6.66667%;
    padding-left: 40%;
    text-align: left;
  }
  #nav-main > ul {
    display: block;
    margin: 12px 0 16px -22px;
  }
  #nav-main > ul > li:before {
    display: none !important;
  }
  #nav-main > ul > li > a {
    padding-top: 10px;
    padding-bottom: 6px;
  }
  #nav-main > ul > li > ul {
    display: none !important;
  }

  #image-main,
  .vision-home #image-main {
    min-height: 100px;
    margin-bottom: 0;
  }

  .main-image-hgroup,
  .main-image.-large > .main-image-hgroup {
    top: 160px;
  }
  .main-image-hgroup h2,
  .main-image-hgroup h3,
  .main-image.-large > .main-image-hgroup h2,
  .main-image.-large > .main-image-hgroup h3 {
    margin-right: 6.66667%;
    margin-left: 6.66667%;
  }

  #home-slider.rsts-skin-default .rsts-nav,
  #image-main .rsts-skin-default .rsts-nav {
    bottom: 18px;
    left: 6.66667%;
  }
  #home-slider.rsts-skin-default .rsts-prev,
  #home-slider.rsts-skin-default .rsts-next,
  #image-main .rsts-skin-default .rsts-prev,
  #image-main .rsts-skin-default .rsts-next {
    left: 6.66667%;
    bottom: 20px;
  }

  #content-top-bar {
    padding-right: 6.66667%;
    padding-left: 6.66667%;
  }
  #content-top-bar h1 {
    padding-right: 38.46154%;
  }
  #content-top-bar .button {
    right: 6.66667%;
    width: 26.66667%;
  }

  #breadcrumbs {
    padding-right: 38.46154%;
  }

  ul.featured-list,
  #content ul.featured-list,
  div.featured-list ul,
  #content div.featured-list ul {
    width: 38.46154%;
    margin-left: 15.38462%;
  }
  ul.featured-list li:before,
  #content ul.featured-list li:before,
  div.featured-list ul li:before,
  #content div.featured-list ul li:before {
    width: 20%;
    margin-left: -20%;
  }

  #content .teaser-boxes,
  .teaser-boxes {
    margin-right: -7.69231%;
    margin-left: -7.69231%;
  }
  #content .teaser-boxes .box,
  .teaser-boxes .box {
    width: 40%;
    margin-left: 6.66667%;
  }

  .contact-box,
  #content .contact-box {
    width: 46.15385%;
    margin-left: 7.69231%;
    padding: 3.84615%;
  }
  .contact-box:before,
  #content .contact-box:before {
    left: 8.33333%;
    width: 83.33333%;
  }
  .contact-box img,
  #content .contact-box img {
    width: 33.33333%;
    margin-right: 8.33333%;
  }
  .contact-box h4,
  #content .contact-box h4 {
    font-size: 14px;
  }
  .contact-box h4:before,
  #content .contact-box h4:before {
    font-size: 28px;
  }
  .contact-box p,
  #content .contact-box p {
    font-size: 14px;
  }

  .testimonial,
  #content .testimonial blockquote {
    font-size: 20px;
  }

  #content .news-boxes.mod_newslist,
  .news-boxes {
    margin-right: -7.69231%;
    margin-left: -7.69231%;
  }
  #content .news-boxes.mod_newslist article,
  .news-boxes article {
    width: 40%;
    margin-left: 6.66667%;
    padding-left: 6.66667%;
  }
  #content .news-boxes.mod_newslist article img,
  .news-boxes article img {
    width: 120%;
    margin-left: -20%;
  }
  #content .news-boxes.mod_newslist article h3 i,
  .news-boxes article h3 i {
    width: 12.5%;
  }

  aside#sidebar,
  .vision-sidebar-left aside#sidebar,
  .vision-sidebar-right aside#sidebar,
  aside#sidebar-secondary,
  .vision-sidebar-left aside#sidebar-secondary,
  .vision-sidebar-right aside#sidebar-secondary {
    float: none;
    width: auto;
    overflow: visible;
    margin: 24px 0;
    padding: 0;
    border: 0;
  }
  aside#sidebar:before,
  .vision-sidebar-left aside#sidebar:before,
  .vision-sidebar-right aside#sidebar:before,
  aside#sidebar-secondary:before,
  .vision-sidebar-left aside#sidebar-secondary:before,
  .vision-sidebar-right aside#sidebar-secondary:before {
    content: none;
  }

  .sidebar .mod_article > .block,
  .sidebar .mod_form,
  .sidebar .mod_subscribe,
  .sidebar .searchform {
    float: left;
    width: 40%;
    margin: 24px 0 0 6.66667%;
  }

  #nav-sub {
    margin: 0 6.66667%;
    zoom: 1;
  }
  #nav-sub:before {
    content: "";
    display: table;
  }
  #nav-sub:after {
    content: "";
    display: table;
    clear: both;
  }
  #nav-sub > ul {
    margin: 0;
  }
  #nav-sub > ul > li {
    display: inline-block;
    margin: 0 5px 10px 0;
    vertical-align: top;
  }
  #nav-sub > ul a,
  #nav-sub > ul ul a,
  #nav-sub > ul ul ul a {
    padding: 5px 10px;
    border: 0;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  }
  #nav-sub > ul ul a {
    padding-left: 20px;
  }

  section#content,
  .vision-sidebar-left section#content,
  .vision-sidebar-right section#content,
  .vision-home section#content,
  .vision-fullwidth section#content {
    float: none;
    clear: both;
    width: auto;
    margin: 24px 0;
    padding: 0 6.66667%;
  }

  #footer-content .footer-column {
    width: 40%;
    margin-left: 6.66667%;
  }
  #footer-content .footer-column-3 {
    clear: left;
    width: 86.66667%;
  }
  #footer-content .footer-column-3 .button-wrap {
    float: right;
    width: 46.15385%;
    margin-top: 100px;
    margin-left: 7.69231%;
  }
  #footer-content .footer-column-3 form {
    width: 46.15385%;
  }

  #nav-footer > ul {
    margin-right: 6.66667%;
    margin-left: 6.66667%;
    padding: 24px 0 12px 0;
  }
  #nav-footer a {
    display: inline-block;
    margin: 0 12px 12px 12px;
  }
}
/* Mobile (viewport width 599px and below) */
@media screen and (max-width: 599px) {

  #nav-main {
    display: none;
  }

  #nav-main-mobile {
    display: block;
    width: 86.66667%;
    margin: 24px 0 12px 6.66667%;
    font-size: 16px;
  }

  #image-main {
    min-height: 0;
  }

  .main-image,
  .main-image.-large {
    height: auto;
  }

  .main-image-hgroup,
  .main-image.-large > .main-image-hgroup {
    position: static;
    height: auto;
    margin: 12px 0 24px 0;
  }
  .main-image-hgroup h2,
  .main-image.-large > .main-image-hgroup h2 {
    font-size: 36px;
  }
  .main-image-hgroup h3,
  .main-image.-large > .main-image-hgroup h3 {
    font-size: 18px;
  }

  .main-image img {
    position: static;
    width: 100%;
    height: auto;
    margin: 0;
  }

  #home-slider {
    height: auto;
  }
  #home-slider.rsts-skin-default .rsts-view {
    padding-bottom: 38px;
  }

  #content-top-bar h1 {
    padding-right: 0;
  }
  #content-top-bar .button {
    position: static;
    width: 100%;
    margin-bottom: 24px;
  }

  #breadcrumbs {
    padding-right: 7.69231%;
  }

  ul.featured-list,
  #content ul.featured-list,
  div.featured-list ul,
  #content div.featured-list ul {
    float: none;
    width: auto;
    margin-left: 7.69231%;
  }
  ul.featured-list li:before,
  #content ul.featured-list li:before,
  div.featured-list ul li:before,
  #content div.featured-list ul li:before {
    width: 12.5%;
    margin-left: -12.5%;
  }

  #content .teaser-boxes,
  .teaser-boxes {
    margin-right: 0;
    margin-left: 0;
  }
  #content .teaser-boxes .box,
  .teaser-boxes .box {
    display: block;
    width: auto;
    margin-left: 0;
  }

  .contact-box,
  #content .contact-box {
    zoom: 1;
    float: none;
    width: auto;
    margin-left: 0;
    padding: 7.69231%;
  }
  .contact-box:before,
  #content .contact-box:before {
    content: "";
    display: table;
  }
  .contact-box:after,
  #content .contact-box:after {
    content: "";
    display: table;
    clear: both;
  }
  .contact-box:before,
  #content .contact-box:before {
    left: 7.69231%;
    width: 84.61538%;
  }
  .contact-box img,
  #content .contact-box img {
    width: 36.36364%;
    margin-right: 9.09091%;
  }

  #content .news-boxes.mod_newslist,
  .news-boxes {
    margin-right: 0;
    margin-left: 0;
  }
  #content .news-boxes.mod_newslist article,
  .news-boxes article {
    display: block;
    width: auto;
    margin-left: 0;
    padding-left: 15.38462%;
  }
  #content .news-boxes.mod_newslist article img,
  .news-boxes article img {
    width: 118.18182%;
    margin-left: -18.18182%;
  }
  #content .news-boxes.mod_newslist article h3 i,
  .news-boxes article h3 i {
    width: 11.53846%;
  }

  .sidebar .mod_article > .block,
  .sidebar .mod_form,
  .sidebar .mod_subscribe,
  .sidebar .searchform {
    float: none;
    width: auto;
    margin-right: 6.66667%;
    margin-left: 6.66667%;
  }

  #nav-sub {
    display: none;
  }

  #content form input[type="text"],
  #content form input[type="password"],
  #content form input[type="email"],
  #content form input[type="url"],
  #content form input[type="date"] {
    width: 100%;
  }

  .image_container.float_right,
  .ce_accordion .image_container.float_right,
  .image_container.float_left,
  .ce_accordion .image_container.float_left {
    float: none;
    margin-right: -10px;
    margin-left: -10px;
    width: 100%;
  }
  .no-resize .image_container.float_right,
  .image_container.float_right.no-resize,
  .no-resize .ce_accordion .image_container.float_right,
  .ce_accordion .image_container.float_right.no-resize,
  .no-resize .image_container.float_left,
  .image_container.float_left.no-resize,
  .no-resize .ce_accordion .image_container.float_left,
  .ce_accordion .image_container.float_left.no-resize {
    width: auto;
  }

  #footer-content .footer-column {
    float: none;
    width: auto;
    margin-right: 6.66667%;
    margin-left: 6.66667%;
  }
  #footer-content .footer-column-3 {
    width: auto;
  }
  #footer-content .footer-column-3 .button-wrap {
    float: none;
    width: 100%;
    margin-top: 43px;
    margin-left: 0;
  }
  #footer-content .footer-column-3 form {
    width: auto;
  }

  #nav-footer a {
    display: block;
  }

  .ce_gallery.ce_gallery > ul,
  #sidebar .ce_gallery.ce_gallery > ul {
    /* doubled class for specificity */
    padding: 1.5% !important;
  }
  .ce_gallery.ce_gallery > ul > li,
  #sidebar .ce_gallery.ce_gallery > ul > li {
    display: inline-block;
    float: none;
    width: auto;
    margin: 1.5%;
  }

  .ce_comments .comment_default:after {
    content: none;
  }
  .ce_comments form input[type="text"],
  .ce_comments form input[type="password"],
  .ce_comments form input[type="email"],
  .ce_comments form input[type="url"],
  #content .ce_comments form input[type="text"],
  #content .ce_comments form input[type="password"],
  #content .ce_comments form input[type="email"],
  #content .ce_comments form input[type="url"] {
    width: 100%;
    float: none;
  }
  .ce_comments form label {
    float: none;
  }
}

@charset "UTF-8";
@font-face{font-family:"Open Sans";font-style:normal;font-weight:400;src:url("../../files/vision/fonts/open-sans-v34-latin-regular.eot");src:local(""), url("../../files/vision/fonts/open-sans-v34-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../files/vision/fonts/open-sans-v34-latin-regular.woff2") format("woff2"), url("../../files/vision/fonts/open-sans-v34-latin-regular.woff") format("woff"), url("../../files/vision/fonts/open-sans-v34-latin-regular.ttf") format("truetype"), url("../../files/vision/fonts/open-sans-v34-latin-regular.svg#OpenSans") format("svg")}@font-face{font-family:"Open Sans";font-style:normal;font-weight:700;src:url("../../files/vision/fonts/open-sans-v34-latin-700.eot");src:local(""), url("../../files/vision/fonts/open-sans-v34-latin-700.eot?#iefix") format("embedded-opentype"), url("../../files/vision/fonts/open-sans-v34-latin-700.woff2") format("woff2"), url("../../files/vision/fonts/open-sans-v34-latin-700.woff") format("woff"), url("../../files/vision/fonts/open-sans-v34-latin-700.ttf") format("truetype"), url("../../files/vision/fonts/open-sans-v34-latin-700.svg#OpenSans") format("svg")}@font-face{font-family:"Open Sans";font-style:normal;font-weight:800;src:url("../../files/vision/fonts/open-sans-v34-latin-800.eot");src:local(""), url("../../files/vision/fonts/open-sans-v34-latin-800.eot?#iefix") format("embedded-opentype"), url("../../files/vision/fonts/open-sans-v34-latin-800.woff2") format("woff2"), url("../../files/vision/fonts/open-sans-v34-latin-800.woff") format("woff"), url("../../files/vision/fonts/open-sans-v34-latin-800.ttf") format("truetype"), url("../../files/vision/fonts/open-sans-v34-latin-800.svg#OpenSans") format("svg")}@font-face{font-family:"Open Sans";font-style:italic;font-weight:400;src:url("../../files/vision/fonts/open-sans-v34-latin-italic.eot");src:local(""), url("../../files/vision/fonts/open-sans-v34-latin-italic.eot?#iefix") format("embedded-opentype"), url("../../files/vision/fonts/open-sans-v34-latin-italic.woff2") format("woff2"), url("../../files/vision/fonts/open-sans-v34-latin-italic.woff") format("woff"), url("../../files/vision/fonts/open-sans-v34-latin-italic.ttf") format("truetype"), url("../../files/vision/fonts/open-sans-v34-latin-italic.svg#OpenSans") format("svg")}@font-face{font-family:"Open Sans";font-style:italic;font-weight:700;src:url("../../files/vision/fonts/open-sans-v34-latin-700italic.eot");src:local(""), url("../../files/vision/fonts/open-sans-v34-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../../files/vision/fonts/open-sans-v34-latin-700italic.woff2") format("woff2"), url("../../files/vision/fonts/open-sans-v34-latin-700italic.woff") format("woff"), url("../../files/vision/fonts/open-sans-v34-latin-700italic.ttf") format("truetype"), url("../../files/vision/fonts/open-sans-v34-latin-700italic.svg#OpenSans") format("svg")}@font-face{font-family:"Open Sans";font-style:italic;font-weight:800;src:url("../../files/vision/fonts/open-sans-v34-latin-800italic.eot");src:local(""), url("../../files/vision/fonts/open-sans-v34-latin-800italic.eot?#iefix") format("embedded-opentype"), url("../../files/vision/fonts/open-sans-v34-latin-800italic.woff2") format("woff2"), url("../../files/vision/fonts/open-sans-v34-latin-800italic.woff") format("woff"), url("../../files/vision/fonts/open-sans-v34-latin-800italic.ttf") format("truetype"), url("../../files/vision/fonts/open-sans-v34-latin-800italic.svg#OpenSans") format("svg")}a{color:#3578bc;text-decoration:none}a:focus{text-decoration:none}a:hover,a:active{color:#1e568f}::selection,::-moz-selection{background:transparent}button,.button,input[type="submit"],input[type="reset"],input[type="button"]{background-image:none;background:#3578bc;color:#fff;text-shadow:none;border:none}button:hover,.button:hover,input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,button:active,.button:active,input[type="submit"]:active,input[type="reset"]:active,input[type="button"]:active{background:#1e568f}#footer-content ul.icon-list li:before{background:#3578bc}body>header{background-color:#fff;box-shadow:2px 2px 5px #ccc;width:100%;max-width:none;margin:0}@media (min-width:600px) and (max-width:767px){body>header{height:100px}}body>header .inside{max-width:1100px;margin:0 auto;position:relative}#logo{width:125px}@media screen and (min-width:600px){#logo{width:160px}}#content blockquote p{color:#3578bc}#content blockquote p{font-size:18px;line-height:22px}#nav-main>ul>li.submenu:before{border-top:3px solid #3578bc}#nav-main{display:none}@media (min-width:901px){#nav-main{display:block}}.mm-menu.mm-offcanvas{z-index:20}.mm-listitem strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);padding-left:20px;padding-right:10px;flex-grow:1;flex-basis:10%;font-weight:400}#mobileNav{z-index:9999}.mobilenavi{float:right;margin:15px}@media (min-width:901px){.mobilenavi{display:none}}body{position:relative}body>footer{padding-top:70px}@media (min-width:1200px){body>footer{padding-top:150px}}#image-main{background-color:#fff}#image-main .image_container{background:none;border:none;box-shadow:none;margin:0;padding:0;position:static}@media (min-width:1200px){.main-image.large{height:1350px}}.main-image img{left:auto;margin-left:0}.vision-home #wrapper{position:relative}@media (min-width:1200px){.vision-home #wrapper{margin-top:-900px}}.vision-home .main-image-hgroup{top:0}@media (min-width:900px){.vision-home .main-image-hgroup{top:55px}}@media (min-width:1200px){.vision-home .main-image-hgroup{top:180px}}.vision-home .main-image-hgroup h2,.vision-home .main-image-hgroup h3{font-size:36px;line-height:50px}@media (min-width:1200px){.vision-home .main-image-hgroup h2,.vision-home .main-image-hgroup h3{font-size:60px;line-height:68px}}.vision-home .main-image-hgroup h3{font-size:18px;line-height:30px}.vision-home .main-image-hgroup{top:110px}.main-image-hgroup{top:100px}.main-image .headlines{max-width:1100px;margin:0 auto}.main-image-hgroup h2,.main-image-hgroup h3{clear:left;float:left;padding:0 20px;background:rgba(53, 120, 188, 0.8)}.main-image-hgroup h2,.main-image-hgroup h3{line-height:54px}.main-image-hgroup h3{padding:5px 20px;background:#333333;background:rgba(51, 51, 51, 0.7)}.main-image-hgroup h3{line-height:28px}#content-top-bar h1{line-height:26px}@media screen and (max-width:900px){#breadcrumbs{padding-right:0}}.teaser-box{padding:0 15px}.clear-left{clear:left}#content blockquote:before{background:#7e7e7e}.blockquote{display:table}#content blockquote{margin:40px 0 40px 56px;color:gray}@media (min-width:899px) and (max-width:900px){aside#sidebar,.vision-sidebar-left aside#sidebar,.vision-sidebar-right aside#sidebar,aside#sidebar-secondary,.vision-sidebar-left aside#sidebar-secondary,.vision-sidebar-right aside#sidebar-secondary{display:none}}.vision-sidebar-left aside#sidebar::before{box-shadow:none;border-radius:0;content:none;height:auto;left:auto;margin-left:auto;position:static;top:auto;transform:none;width:auto}.vision-sidebar-left aside#sidebar{border:none}.sidebar h3{margin-bottom:0}.sidebar .mod_article,.sidebar .block{margin:15px 0}.sidebar .block h2{margin:0;color:#333}.sidebar p{margin:5px 0}.sidebar .info{color:#666}.sidebar .searchform{margin-top:40px}.news-left,.searchform{display:none}@media (min-width:901px){.news-left,.searchform{display:block}}.vision-sidebar-left section#content{margin-left:0}section#content{width:60%}#content ul{padding:0}.ce_text li{list-style:none;display:inline-block;width:100%}.ce_text li:before{font:100%/1 "RockSolid Icons";content:"";-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:geometricPrecision;float:left;margin:0 15px 15px 0;color:#3578bc}.subnavi.block{margin-bottom:40px}.meta-navi ul{padding:0}.meta-navi a{color:#333}.meta-navi li{margin-bottom:15px;font-weight:bold}.ce_accordion{border:1px solid #dfdfdf}.ce_accordion .toggler{padding:8px 7.69231% 8px 10.69231%}@media (min-width:600px){.ce_accordion .toggler{padding:8px 7.69231%}}@media (min-width:901px){#content-top-bar{margin-top:30px}}#einleitung:after{clear:both}.main-image-hgroup{top:120px}.intro{display:inline-block}@media (min-width:901px){.intro{width:50%;float:left}}div.featured-list{display:inline-block}@media (max-width:900px){div.featured-list{width:100%;float:none}}ul.featured-list,#content ul.featured-list,div.featured-list ul,#content div.featured-list ul{width:80%;margin-top:15px}@media (max-width:900px){ul.featured-list,#content ul.featured-list,div.featured-list ul,#content div.featured-list ul{width:100%;float:none;margin-left:11.38462%}}@media screen and (min-width:600px) and (max-width:700px){.contact-box,#content .contact-box{width:100%}}#footer-content .footer-column{width:auto}#footer-content .footer-column .footer-column{margin-left:0}@media (max-width:767px){#footer-content h1,#footer-content h2,#footer-content h3{margin-bottom:5px}}#content .contact-box h4{font-size:16px}#content .contact-box.anfrageformular h4:before{content:""}.map{width:100%;height:300px}#cookiebar button{background:#3578bc;border-radius:0;box-shadow:none}.margin-bottom-l{margin-bottom:100px !important}@media screen and (max-width:599px){.margin-bottom-l{margin-bottom:50px !important}}.padding-bottom-l{padding-bottom:100px !important}@media screen and (max-width:599px){.padding-bottom-l{padding-bottom:50px !important}}.margin-bottom-m{margin-bottom:75px !important}@media screen and (max-width:599px){.margin-bottom-m{margin-bottom:38px !important}}.padding-bottom-m{padding-bottom:75px !important}@media screen and (max-width:599px){.padding-bottom-m{padding-bottom:38px !important}}.margin-bottom-s{margin-bottom:50px !important}@media screen and (max-width:599px){.margin-bottom-s{margin-bottom:25px !important}}.padding-bottom-s{padding-bottom:50px !important}@media screen and (max-width:599px){.padding-bottom-s{padding-bottom:25px !important}}.contact-box.telefon-box.jobs,#content .contact-box.telefon-box.jobs{width:50%}@media (min-width:768px){#footer-content .footer-column{margin:0 0 0 13%}.address{width:50%;float:left}.map{float:right;width:50%;margin-top:25px;height:250px}}
