/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */.mm-menu_theme-white{--mm-color-border:rgba( 0,0,0, 0.1 );--mm-color-button:rgba( 0,0,0, 0.3 );--mm-color-text:rgba( 0,0,0, 0.7 );--mm-color-text-dimmed:rgba( 0,0,0, 0.3 );--mm-color-background:#fff;--mm-color-background-highlight:rgba( 0,0,0, 0.06 );--mm-color-background-emphasis:rgba( 0,0,0, 0.03 );--mm-shadow:0 0 10px rgba( 0,0,0, 0.2 )}.mm-menu_theme-dark{--mm-color-border:rgba( 0,0,0, 0.3 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.85 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#333;--mm-color-background-highlight:rgba( 255,255,255, 0.08 );--mm-color-background-emphasis:rgba( 0,0,0, 0.1 );--mm-shadow:0 0 20px rgba( 0,0,0, 0.5 )}.mm-menu_theme-black{--mm-color-border:rgba( 255,255,255, 0.25 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.75 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#000;--mm-color-background-highlight:rgba( 255,255,255, 0.2 );--mm-color-background-emphasis:rgba( 255,255,255, 0.15 );--mm-shadow:none}:root{--mm-line-height:20px;--mm-listitem-size:44px;--mm-navbar-size:44px;--mm-offset-top:0;--mm-offset-right:0;--mm-offset-bottom:0;--mm-offset-left:0;--mm-color-border:rgba(0, 0, 0, 0.1);--mm-color-button:rgba(0, 0, 0, 0.3);--mm-color-text:rgba(0, 0, 0, 0.75);--mm-color-text-dimmed:rgba(0, 0, 0, 0.3);--mm-color-background:#f3f3f3;--mm-color-background-highlight:rgba(0, 0, 0, 0.05);--mm-color-background-emphasis:rgba(255, 255, 255, 0.4);--mm-shadow:0 0 10px rgba(0, 0, 0, 0.3)}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu{top:0;right:0;bottom:0;left:0;background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);line-height:20px;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;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:var(--mm-offset-top);right:var(--mm-offset-right);bottom:var(--mm-offset-bottom);left:var(--mm-offset-left);z-index:0;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);line-height:var(--mm-line-height);-webkit-tap-highlight-color:var(--mm-color-background-emphasis);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{text-decoration:none;color:inherit}[dir=rtl] .mm-menu{direction:rtl}.mm-panel{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);z-index:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-panel:after{height:44px}.mm-panel:not(.mm-hidden){display:block}.mm-panel:after{content:'';display:block;height:var(--mm-listitem-size)}.mm-panel_opened{z-index:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panel_opened-parent{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panel_highest{z-index:2}.mm-panel_noanimation{-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.mm-panel_noanimation.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panels>.mm-panel{position:absolute;left:0;right:0;top:0;bottom:0}.mm-panel__content{padding:20px 20px 0}.mm-panels{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);position:relative;height:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text)}[dir=rtl] .mm-panel:not(.mm-panel_opened){-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}[dir=rtl] .mm-panel.mm-panel_opened-parent{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-listitem_vertical>.mm-panel{display:none;width:100%;padding:10px 0 10px 10px;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.mm-listitem_vertical>.mm-panel:after,.mm-listitem_vertical>.mm-panel:before{content:none;display:none}.mm-listitem_opened>.mm-panel{display:block}.mm-listitem_vertical>.mm-listitem__btn{height:44px;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}.mm-btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:50px;padding:0}.mm-btn:after,.mm-btn:before{border:2px solid rgba(0,0,0,.3);border:2px solid var(--mm-color-button)}.mm-btn_next:after,.mm-btn_prev:before{content:'';border-bottom:none;border-right:none;-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0}.mm-btn_prev:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-btn_next:after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}.mm-btn_close:after,.mm-btn_close:before{content:'';-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-btn_close:before{border-right:none;border-bottom:none;right:18px}.mm-btn_close:after{border-left:none;border-top:none;right:25px}[dir=rtl] .mm-btn_next:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}[dir=rtl] .mm-btn_prev:before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}[dir=rtl] .mm-btn_close:after,[dir=rtl] .mm-btn_close:before{right:auto}[dir=rtl] .mm-btn_close:before{left:25px}[dir=rtl] .mm-btn_close:after{left:18px}.mm-navbar{min-height:44px;border-bottom:1px solid rgba(0,0,0,.1);background:#f3f3f3;color:rgba(0,0,0,.3);display:-webkit-box;display:-ms-flexbox;display:flex;min-height:var(--mm-navbar-size);border-bottom:1px solid var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center;opacity:1;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-navbar>*{min-height:44px}@supports ((position:-webkit-sticky) or (position:sticky)){.mm-navbar_sticky{position:-webkit-sticky;position:sticky;top:0;z-index:1}}.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{-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;padding-left:20px;padding-right:20px}.mm-navbar__title:not(:last-child){padding-right:0}.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title{padding-left:0}.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title:last-child{padding-right:50px}[dir=rtl] .mm-navbar{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-listitem{color:rgba(0,0,0,.75);border-color:rgba(0,0,0,.1);color:var(--mm-color-text);border-color:var(--mm-color-border);list-style:none;display:block;padding:0;margin:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.mm-listitem:after{content:'';border-color:inherit;border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;left:20px;right:0;bottom:0}.mm-listitem a,.mm-listitem a:hover{text-decoration:none}.mm-listitem__btn,.mm-listitem__text{padding:12px;display:block;padding:calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);padding-left:0;padding-right:0;color:inherit}.mm-listitem__text{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding-left:20px;padding-right:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:10%;flex-basis:10%}.mm-listitem__btn{background:rgba(3,2,1,0);border-color:inherit;width:auto;padding-right:50px;position:relative}.mm-listitem__btn:not(.mm-listitem__text){border-left-width:1px;border-left-style:solid}.mm-listitem_selected>.mm-listitem__text{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-listitem_opened>.mm-listitem__btn,.mm-listitem_opened>.mm-panel{background:rgba(0,0,0,.05);background:var(--mm-color-background-highlight)}[dir=rtl] .mm-listitem:after{left:0;right:20px}[dir=rtl] .mm-listitem__text{padding-left:10px;padding-right:20px}[dir=rtl] .mm-listitem__btn{padding-left:50px;border-left-width:0;border-left-style:none}[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text){padding-right:0;border-right-width:1px;border-right-style:solid}.mm-page{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.mm-slideout{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}.mm-wrapper_opened{overflow-x:hidden;position:relative}.mm-wrapper_opened .mm-page{min-height:100vh}.mm-wrapper_background .mm-page{background:inherit}.mm-menu_offcanvas{position:fixed;right:auto;z-index:0}.mm-menu_offcanvas:not(.mm-menu_opened){display:none}.mm-menu_offcanvas{width:80%;min-width:240px;max-width:440px}.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-wrapper__blocker{background:rgba(3,2,1,0);overflow:hidden;display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2}.mm-wrapper_blocking{overflow:hidden}.mm-wrapper_blocking body{overflow:hidden}.mm-wrapper_blocking .mm-wrapper__blocker{display:block}.mm-sronly{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;min-width:1px!important;height:1px!important;min-height:1px!important;padding:0!important;overflow:hidden!important;position:absolute!important}.mm-menu_autoheight:not(.mm-menu_offcanvas){position:relative}.mm-menu_autoheight.mm-menu_position-bottom,.mm-menu_autoheight.mm-menu_position-top{max-height:80%}.mm-menu_autoheight-measuring .mm-panel{display:block!important}.mm-menu_autoheight-measuring .mm-panels>.mm-panel{bottom:auto!important;height:auto!important}.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel{display:none!important}[class*=mm-menu_columns-]{-webkit-transition-property:width;-o-transition-property:width;transition-property:width}[class*=mm-menu_columns-] .mm-panels>.mm-panel{right:auto;-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}[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened,[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened-parent{display:block!important}[class*=mm-panel_columns-]{border-right:1px solid;border-color:inherit}.mm-menu_columns-1 .mm-panel_columns-0,.mm-menu_columns-2 .mm-panel_columns-1,.mm-menu_columns-3 .mm-panel_columns-2,.mm-menu_columns-4 .mm-panel_columns-3{border-right:none}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-0{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_columns-0 .mm-panels>.mm-panel{z-index:0}.mm-menu_columns-0 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-0 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_columns-0{width:80%;min-width:240px;max-width:0}.mm-wrapper_opening .mm-menu_columns-0~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_columns-1 .mm-panels>.mm-panel{z-index:1;width:100%}.mm-menu_columns-1 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-1 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-menu_columns-1{width:80%;min-width:240px;max-width:440px}.mm-wrapper_opening .mm-menu_columns-1~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1~.mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-2{-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-menu_columns-2 .mm-panels>.mm-panel{z-index:2;width:50%}.mm-menu_columns-2 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-2 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-menu_columns-2{width:80%;min-width:240px;max-width:880px}.mm-wrapper_opening .mm-menu_columns-2~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2~.mm-slideout{-webkit-transform:translate3d(880px,0,0);transform:translate3d(880px,0,0)}}.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-880px,0,0);transform:translate3d(-880px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-3{-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-menu_columns-3 .mm-panels>.mm-panel{z-index:3;width:33.34%}.mm-menu_columns-3 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-3 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-menu_columns-3{width:80%;min-width:240px;max-width:1320px}.mm-wrapper_opening .mm-menu_columns-3~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3~.mm-slideout{-webkit-transform:translate3d(1320px,0,0);transform:translate3d(1320px,0,0)}}.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-1320px,0,0);transform:translate3d(-1320px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-4{-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-menu_columns-4 .mm-panels>.mm-panel{z-index:4;width:25%}.mm-menu_columns-4 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-4 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)}.mm-menu_columns-4{width:80%;min-width:240px;max-width:1760px}.mm-wrapper_opening .mm-menu_columns-4~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4~.mm-slideout{-webkit-transform:translate3d(1760px,0,0);transform:translate3d(1760px,0,0)}}.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-1760px,0,0);transform:translate3d(-1760px,0,0)}}[class*=mm-menu_columns-].mm-menu_position-bottom,[class*=mm-menu_columns-].mm-menu_position-top{width:100%;max-width:100%;min-width:100%}.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front{-webkit-transition-property:width,min-width,max-width,-webkit-transform;transition-property:width,min-width,max-width,-webkit-transform;-o-transition-property:width,min-width,max-width,transform;transition-property:width,min-width,max-width,transform;transition-property:width,min-width,max-width,transform,-webkit-transform}.mm-counter{color:rgba(0,0,0,.3);display:block;padding-left:20px;float:right;text-align:right;color:var(--mm-color-text-dimmed)}.mm-listitem_nosubitems>.mm-counter{display:none}[dir=rtl] .mm-counter{text-align:left;float:left;padding-left:0;padding-right:20px}.mm-divider{position:relative;min-height:20px;padding:4.3px;background:#f3f3f3;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;min-height:var(--mm-line-height);padding:calc(((var(--mm-listitem-size) * .65) - var(--mm-line-height)) * .5);padding-right:10px;padding-left:20px;font-size:75%;text-transform:uppercase;background:var(--mm-color-background);opacity:1;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-divider:before{background:rgba(0,0,0,.05)}@supports ((position:-webkit-sticky) or (position:sticky)){.mm-divider{position:-webkit-sticky;position:sticky;z-index:2;top:0}.mm-navbar_sticky:not(.mm-hidden)~.mm-listview .mm-divider{top:var(--mm-navbar-size)}}.mm-divider:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--mm-color-background-highlight)}.mm-wrapper_dragging .mm-menu,.mm-wrapper_dragging .mm-slideout{-webkit-transition-duration:0s!important;-o-transition-duration:0s!important;transition-duration:0s!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.mm-wrapper_dragging .mm-menu{pointer-events:none!important}.mm-wrapper_dragging .mm-wrapper__blocker{display:none!important}.mm-menu_dropdown{-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%}.mm-wrapper_dropdown .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-wrapper_dropdown .mm-wrapper__blocker{-webkit-transition-delay:0s!important;-o-transition-delay:0s!important;transition-delay:0s!important;z-index:1}.mm-wrapper_dropdown .mm-menu_dropdown{z-index:2}.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown{display:none}.mm-menu_tip-bottom:before,.mm-menu_tip-left:before,.mm-menu_tip-right:before,.mm-menu_tip-top:before{content:'';background:inherit;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);display:block;width:15px;height:15px;position:absolute;z-index:-1;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mm-menu_tip-left:before{left:22px}.mm-menu_tip-right:before{right:22px}.mm-menu_tip-top:before{top:-8px}.mm-menu_tip-bottom:before{bottom:-8px}:root{--mm-iconbar-size:50px}.mm-menu_iconbar-left .mm-navbars_bottom,.mm-menu_iconbar-left .mm-navbars_top,.mm-menu_iconbar-left .mm-panels{margin-left:50px;margin-left:var(--mm-iconbar-size)}.mm-menu_iconbar-left .mm-iconbar{border-right-width:1px;display:block;left:0}.mm-menu_iconbar-right .mm-navbars_bottom,.mm-menu_iconbar-right .mm-navbars_top,.mm-menu_iconbar-right .mm-panels{margin-right:50px;margin-right:var(--mm-iconbar-size)}.mm-menu_iconbar-right .mm-iconbar{border-left-width:1px;display:block;right:0}.mm-iconbar{width:50px;border-color:rgba(0,0,0,.1);background:#f3f3f3;color:rgba(0,0,0,.3);display:none;width:var(--mm-iconbar-size);overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:0;bottom:0;z-index:2;border:0 solid;border-color:var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center}.mm-iconbar__bottom,.mm-iconbar__top{width:inherit;position:absolute}.mm-iconbar__bottom>*,.mm-iconbar__top>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:12.5px 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__top{top:0}.mm-iconbar__bottom{bottom:0}.mm-iconbar__tab_selected{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}:root{--mm-iconpanel-size:50px}.mm-panel_iconpanel-1{width:calc(100% - 50px);width:calc(100% - (var(--mm-iconpanel-size) * 1))}.mm-panel_iconpanel-2{width:calc(100% - 100px);width:calc(100% - (var(--mm-iconpanel-size) * 2))}.mm-panel_iconpanel-3{width:calc(100% - 150px);width:calc(100% - (var(--mm-iconpanel-size) * 3))}.mm-panel_iconpanel-first~.mm-panel{width:calc(100% - 50px);width:calc(100% - var(--mm-iconpanel-size))}.mm-menu_iconpanel .mm-panels>.mm-panel{left:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:transform,width;transition-property:transform,width;transition-property:transform,width,-webkit-transform}.mm-menu_iconpanel .mm-panels>.mm-panel_opened,.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent{display:block!important}.mm-menu_iconpanel .mm-panels>.mm-panel_opened-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-left-width:1px;border-left-style:solid}.mm-menu_hidedivider .mm-panel_opened-parent .mm-divider,.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar{opacity:0}.mm-panel__blocker{background:inherit;opacity:0;display:block;position:absolute;top:0;right:0;left:0;z-index:3;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-panel_opened-parent .mm-panel__blocker{opacity:.6;bottom:-100000px}[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel{left:0;right:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:transform,width;transition-property:transform,width;transition-property:transform,width,-webkit-transform}[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){border-left:none;border-right:1px solid;border-color:inherit}.mm-menu_keyboardfocus a:focus,.mm-menu_keyboardfocus.mm-menu_opened~.mm-wrapper__blocker a:focus{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis);outline:0}.mm-wrapper__blocker .mm-tabstart{cursor:default;display:block;width:100%;height:100%}.mm-wrapper__blocker .mm-tabend{opacity:0;position:absolute;bottom:0}.mm-navbars_top{-ms-flex-negative:0;flex-shrink:0}.mm-navbars_top .mm-navbar:not(:last-child){border-bottom:none}.mm-navbars_bottom{-ms-flex-negative:0;flex-shrink:0}.mm-navbars_bottom .mm-navbar{border-bottom:none}.mm-navbars_bottom .mm-navbar:first-child{border-top:1px solid rgba(0,0,0,.1);border-top:1px solid var(--mm-color-border)}.mm-btn:not(.mm-hidden)+.mm-navbar__searchfield .mm-searchfield__input{padding-left:0}.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input{padding-right:0}.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;padding-right:6px}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar__breadcrumbs:not(:last-child){padding-right:0}.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{padding-left:0}.mm-navbar_tabs>*{padding:0 10px;border:1px solid transparent}.mm-navbar__tab_selected{background:#f3f3f3;color:rgba(0,0,0,.75);background:var(--mm-color-background);color:var(--mm-color-text)}.mm-navbar__tab_selected:not(:first-child){border-left-color:rgba(0,0,0,.1)}.mm-navbar__tab_selected:not(:last-child){border-right-color:rgba(0,0,0,.1)}.mm-navbar__tab_selected:not(:first-child){border-left-color:var(--mm-color-border)}.mm-navbar__tab_selected:not(:last-child){border-right-color:var(--mm-color-border)}.mm-navbars_top .mm-navbar_tabs{border-bottom:none}.mm-navbars_top .mm-navbar_tabs>*{border-bottom-color:rgba(0,0,0,.1);border-bottom-color:var(--mm-color-border)}.mm-navbars_top .mm-navbar__tab_selected{border-top-color:rgba(0,0,0,.1);border-top-color:var(--mm-color-border);border-bottom-color:transparent}.mm-navbars_top.mm-navbars_has-tabs .mm-navbar{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar{background:#f3f3f3;background:var(--mm-color-background)}.mm-navbars_bottom .mm-navbar_tabs:first-child{border-top:none}.mm-navbars_bottom .mm-navbar_tabs>*{border-top-color:rgba(0,0,0,.1);border-top-color:var(--mm-color-border)}.mm-navbars_bottom .mm-navbar__tab_selected{border-bottom-color:rgba(0,0,0,.1);border-bottom-color:var(--mm-color-border);border-top-color:transparent}.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar{background:#f3f3f3;background:var(--mm-color-background)}.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs,.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-searchfield{height:44px;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{height:30.8px;line-height:30.8px}.mm-searchfield input,.mm-searchfield input:focus,.mm-searchfield input:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.75)}.mm-searchfield input{display:block;width:100%;max-width:100%;height:calc(var(--mm-navbar-size) * .7);min-height:unset;max-height:unset;margin:0;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border:none!important;border-radius:4px;line-height:calc(var(--mm-navbar-size) * .7);-webkit-box-shadow:none!important;box-shadow:none!important;outline:0!important;font:inherit;font-size:inherit}.mm-searchfield input,.mm-searchfield input:focus,.mm-searchfield input:hover{background:var(--mm-color-background-highlight);color:var(--mm-color-text)}.mm-searchfield input::-ms-clear{display:none}.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-panel__noresultsmsg{color:rgba(0,0,0,.3);padding:50px 0;color:var(--mm-color-text-dimmed);text-align:center;font-size:150%}.mm-searchfield__btn{position:absolute;right:0;top:0;bottom:0}.mm-panel_search{left:0!important;right:0!important;width:100%!important;border-left:none!important}.mm-searchfield__cancel{line-height:44px;display:block;padding-right:10px;margin-right:-100px;line-height:var(--mm-navbar-size);text-decoration:none;-webkit-transition:margin .4s ease;-o-transition:margin .4s ease;transition:margin .4s ease}.mm-searchfield__cancel-active{margin-right:0}.mm-listitem_nosubitems>.mm-listitem__btn{display:none}.mm-listitem_nosubitems>.mm-listitem__text{padding-right:10px}.mm-listitem_onlysubitems>.mm-listitem__text:not(.mm-listitem__btn){z-index:-1;pointer-events:none}.mm-sectionindexer{background:inherit;text-align:center;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;width:20px;position:absolute;top:0;bottom:0;right:-20px;z-index:5;-webkit-transition:right .4s ease;-o-transition:right .4s ease;transition:right .4s ease;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:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);line-height:1;text-decoration:none;display:block}.mm-sectionindexer~.mm-panel{padding-right:0}.mm-sectionindexer_active{right:0}.mm-sectionindexer_active~.mm-panel{padding-right:20px}.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:background-color .4s ease;-o-transition:background-color .4s ease;transition:background-color .4s ease}.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>.mm-listitem__text{background:0 0}.mm-menu_selected-hover .mm-listitem__btn:hover,.mm-menu_selected-hover .mm-listitem__text:hover{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-menu_selected-parent .mm-panel_opened-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:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}:root{--mm-sidebar-collapsed-size:50px;--mm-sidebar-expanded-size:440px}.mm-wrapper_sidebar-collapsed body,.mm-wrapper_sidebar-expanded body{position:relative}.mm-wrapper_sidebar-collapsed .mm-slideout,.mm-wrapper_sidebar-expanded .mm-slideout{-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_sidebar-collapsed .mm-page,.mm-wrapper_sidebar-expanded .mm-page{background:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:100vh}.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;top:0!important;right:auto!important;bottom:0!important;left:0!important}.mm-wrapper_sidebar-collapsed .mm-slideout{width:calc(100% - 50px);-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0);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)}.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider,.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar{opacity:0}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{width:440px;width:var(--mm-sidebar-expanded-size);min-width:0!important;max-width:100000px!important;border-right-width:1px;border-right-style:solid}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after{content:none;display:none}.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body{overflow:visible}.mm-wrapper_sidebar-expanded .mm-wrapper__blocker{display:none!important}.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout{width:calc(100% - 440px);-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0);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)}.mm-menu__blocker{background:rgba(3,2,1,0);display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}.mm-menu_opened .mm-menu__blocker{display:none}[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}input.mm-toggle{margin-top:5px;background:rgba(0,0,0,.1);display:inline-block;min-width:58px;width:58px;height:34px;margin:0 10px;margin-top:calc((var(--mm-listitem-size) - 34px)/ 2);border:none!important;background:var(--mm-color-border);border-radius:34px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;cursor:pointer;-webkit-transition:background-color .2s ease;-o-transition:background-color .2s ease;transition:background-color .2s ease}input.mm-toggle:before{background:#f3f3f3}input.mm-toggle:before{content:'';display:block;width:32px;height:32px;margin:1px;border-radius:34px;background:var(--mm-color-background);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;-o-transition:transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}input.mm-toggle:checked{background:#4bd963}input.mm-toggle:checked:before{-webkit-transform:translateX(24px);-ms-transform:translateX(24px);transform:translateX(24px)}input.mm-check{margin-top:2px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:none!important;background:0 0!important;cursor:pointer;display:inline-block;width:40px;height:40px;margin:0 10px;margin-top:calc((var(--mm-listitem-size) - 40px)/ 2)}input.mm-check:before{content:'';display:block;width:40%;height:20%;margin:25% 0 0 20%;border-left:3px solid;border-bottom:3px solid;border-color:var(--mm-color-text);opacity:.3;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}input.mm-check:checked:before{opacity:1}[dir=rtl] input.mm-toggle:checked~label.mm-toggle:before{float:left}.mm-menu_border-none .mm-listitem:after{content:none}.mm-menu_border-full .mm-listitem:after{left:0!important}.mm-menu_fx-menu-slide{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-wrapper_opened .mm-menu_fx-menu-slide{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-none .mm-panel,.mm-panel_fx-none{-webkit-transition-property:none;-o-transition-property:none;transition-property:none}.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,.mm-panel_fx-none.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_fullscreen{width:100%;min-width:140px;max-width:10000px}.mm-wrapper_opening .mm-menu_fullscreen~.mm-slideout{-webkit-transform:translate3d(100vw,0,0);transform:translate3d(100vw,0,0)}@media all and (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen~.mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen~.mm-slideout{-webkit-transform:translate3d(10000px,0,0);transform:translate3d(10000px,0,0)}}.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-100vw,0,0);transform:translate3d(-100vw,0,0)}@media all and (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-10000px,0,0);transform:translate3d(-10000px,0,0)}}.mm-menu_fullscreen.mm-menu_position-top{height:100vh;min-height:140px;max-height:10000px}.mm-menu_fullscreen.mm-menu_position-bottom{height:100vh;min-height:140px;max-height:10000px}.mm-menu_listview-justify .mm-panels>.mm-panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mm-menu_listview-justify .mm-panels>.mm-panel:after{content:none;display:none}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listview{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;margin-top:0;margin-bottom:0}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;min-height:50px}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem__text{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mm-listview_inset{list-style:inside disc;width:100%;padding:0 30px 15px 30px;margin:0}.mm-listview_inset .mm-listitem{padding:5px 0}.mm-listitem_spacer{padding-top:44px;padding-top:var(--mm-listitem-size)}.mm-listitem_spacer>.mm-listitem__btn{top:44px}.mm-listitem_spacer>.mm-listitem__btn{top:var(--mm-listitem-size)}.mm-menu_multiline .mm-listitem__text{-o-text-overflow:clip;text-overflow:clip;white-space:normal}[class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker{opacity:0}.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker{opacity:.3;-webkit-transition:opacity .4s ease .4s;-o-transition:opacity .4s ease .4s;transition:opacity .4s ease .4s}.mm-menu_opened.mm-menu_pagedim~.mm-wrapper__blocker{background:inherit}.mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker{background:#000}.mm-menu_opened.mm-menu_pagedim-white~.mm-wrapper__blocker{background:#fff}.mm-menu_popup{-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease;opacity:0;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%;min-height:140px;max-height:880px;top:50%;left:50%;bottom:auto;right:auto;z-index:2;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.mm-menu_popup.mm-menu_opened~.mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-menu_popup.mm-menu_opened~.mm-wrapper__blocker{-webkit-transition-delay:0s!important;-o-transition-delay:0s!important;transition-delay:0s!important;z-index:1}.mm-wrapper_opening .mm-menu_popup{opacity:1}.mm-menu_position-right{left:auto;right:0}.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}.mm-menu_position-bottom,.mm-menu_position-front,.mm-menu_position-top{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-menu_position-bottom.mm-menu_opened,.mm-menu_position-front.mm-menu_opened,.mm-menu_position-top.mm-menu_opened{z-index:2}.mm-menu_position-bottom.mm-menu_opened~.mm-slideout,.mm-menu_position-front.mm-menu_opened~.mm-slideout,.mm-menu_position-top.mm-menu_opened~.mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-menu_position-bottom.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-front.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-top.mm-menu_opened~.mm-wrapper__blocker{z-index:1}.mm-menu_position-front{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_position-front.mm-menu_position-right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_position-bottom,.mm-menu_position-top{width:100%;min-width:100%;max-width:100%}.mm-menu_position-top{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.mm-menu_position-top{height:80vh;min-height:140px;max-height:880px}.mm-menu_position-bottom{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);top:auto}.mm-menu_position-bottom{height:80vh;min-height:140px;max-height:880px}.mm-wrapper_opening .mm-menu_position-bottom,.mm-wrapper_opening .mm-menu_position-front,.mm-wrapper_opening .mm-menu_position-top{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_shadow-page:after{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);content:'';display:block;width:20px;height:120%;position:absolute;left:100%;top:-10%;z-index:100;-webkit-clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%);clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_shadow-page.mm-menu_position-right:after{left:auto;right:100%;-webkit-clip-path:polygon(20px 0,40px 0,40px 100%,20px 100%);clip-path:polygon(20px 0,40px 0,40px 100%,20px 100%)}.mm-menu_shadow-page.mm-menu_position-front:after{content:none;display:none}.mm-menu_shadow-menu{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_shadow-panels .mm-panels>.mm-panel{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_tileview .mm-listview,.mm-panel_tileview .mm-listview{margin:0!important}.mm-menu_tileview .mm-listview:after,.mm-panel_tileview .mm-listview:after{content:'';display:block;clear:both}.mm-menu_tileview .mm-listitem,.mm-panel_tileview .mm-listitem{padding:0;float:left;position:relative;width:50%;height:0;padding-top:50%}.mm-menu_tileview .mm-listitem:after,.mm-panel_tileview .mm-listitem:after{left:0;top:0;border-right-width:1px;border-right-style:solid;z-index:-1}.mm-menu_tileview .mm-listitem.mm-tile-xs,.mm-panel_tileview .mm-listitem.mm-tile-xs{width:12.5%;padding-top:12.5%}.mm-menu_tileview .mm-listitem.mm-tile-s,.mm-panel_tileview .mm-listitem.mm-tile-s{width:25%;padding-top:25%}.mm-menu_tileview .mm-listitem.mm-tile-l,.mm-panel_tileview .mm-listitem.mm-tile-l{width:75%;padding-top:75%}.mm-menu_tileview .mm-listitem.mm-tile-xl,.mm-panel_tileview .mm-listitem.mm-tile-xl{width:100%;padding-top:100%}.mm-menu_tileview .mm-listitem__text,.mm-panel_tileview .mm-listitem__text{line-height:1px;text-align:center;padding:50% 10px 0 10px;margin:0;position:absolute;top:0;right:1px;bottom:1px;left:0}.mm-menu_tileview .mm-listitem__btn,.mm-panel_tileview .mm-listitem__btn{width:auto}.mm-menu_tileview .mm-listitem__btn:after,.mm-menu_tileview .mm-listitem__btn:before,.mm-panel_tileview .mm-listitem__btn:after,.mm-panel_tileview .mm-listitem__btn:before{content:none;display:none}.mm-menu_tileview .mm-divider,.mm-panel_tileview .mm-divider{display:none}.mm-menu_tileview .mm-panel,.mm-panel_tileview{padding-left:0;padding-right:0}.mm-menu_tileview .mm-panel:after,.mm-menu_tileview .mm-panel:before,.mm-panel_tileview:after,.mm-panel_tileview:before{content:none;display:none}body.modal-open .mm-slideout{z-index:unset}
.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}
.mejs__offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs__container{background:#000;box-sizing:border-box;font-family:'Helvetica',Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs__container *{box-sizing:border-box}.mejs__container video::-webkit-media-controls,.mejs__container video::-webkit-media-controls-panel,.mejs__container video::-webkit-media-controls-panel-container,.mejs__container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs__fill-container,.mejs__fill-container .mejs__container{height:100%;width:100%}.mejs__fill-container{background:0 0;margin:0 auto;overflow:hidden;position:relative}.mejs__container:focus{outline:0}.mejs__iframe-overlay{height:100%;position:absolute;width:100%}.mejs__embed,.mejs__embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs__fullscreen{overflow:hidden!important}.mejs__container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs__container-fullscreen .mejs__mediaelement,.mejs__container-fullscreen video{height:100%!important;width:100%!important}.mejs__background{left:0;position:absolute;top:0}.mejs__mediaelement{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.mejs__poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs__poster-img{display:none}.mejs__poster-img{border:0;padding:0}.mejs__overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs__layer{z-index:1}.mejs__overlay-play{cursor:pointer}.mejs__overlay-button{background:url(../../assets/mediaelement/images/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs__overlay:hover>.mejs__overlay-button{background-position:-80px -39px}.mejs__overlay-loading{height:80px;width:80px}.mejs__overlay-loading-bg-img{-webkit-animation:mejs__loading-spinner 1s linear infinite;animation:mejs__loading-spinner 1s linear infinite;background:url(../../assets/mediaelement/images/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes mejs__loading-spinner{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes mejs__loading-spinner{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.mejs__controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs__controls:not([style*='display: none']){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs__button,.mejs__time,.mejs__time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs__button>button{background:url(../../assets/mediaelement/images/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs__button>button:focus{outline:dotted 1px #999}.mejs__container-keyboard-inactive a,.mejs__container-keyboard-inactive a:focus,.mejs__container-keyboard-inactive button,.mejs__container-keyboard-inactive button:focus,.mejs__container-keyboard-inactive [role=slider],.mejs__container-keyboard-inactive [role=slider]:focus{outline:0}.mejs__time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs__play>button{background-position:0 0}.mejs__pause>button{background-position:-20px 0}.mejs__replay>button{background-position:-160px 0}.mejs__time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs__time-total,.mejs__time-buffering,.mejs__time-loaded,.mejs__time-current,.mejs__time-float,.mejs__time-hovered,.mejs__time-float-current,.mejs__time-float-corner,.mejs__time-marker{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs__time-total{background:rgba(255,255,255,.3);margin:5px 0 0;width:100%}.mejs__time-buffering{-webkit-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite;background:-webkit-linear-gradient(135deg,rgba(255,255,255,.4) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.4) 75%,transparent 75%,transparent);background:linear-gradient(-45deg,rgba(255,255,255,.4) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.4) 75%,transparent 75%,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}.mejs__time-loaded{background:rgba(255,255,255,.3)}.mejs__time-current,.mejs__time-handle-content{background:rgba(255,255,255,.9)}.mejs__time-hovered{background:rgba(255,255,255,.5);z-index:10}.mejs__time-hovered.negative{background:rgba(0,0,0,.2)}.mejs__time-current,.mejs__time-buffering,.mejs__time-loaded,.mejs__time-hovered{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:.15s ease-in all;transition:.15s ease-in all;width:100%}.mejs__time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs__time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs__time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs__time-handle,.mejs__time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs__time-handle-content{border:4px solid rgba(255,255,255,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs__time-rail:hover .mejs__time-handle-content,.mejs__time-rail .mejs__time-handle-content:focus,.mejs__time-rail .mejs__time-handle-content:active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs__time-float{background:#eee;border:solid 1px #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs__time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs__time-float-corner{border:solid 5px #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs__long-video .mejs__time-float{margin-left:-23px;width:64px}.mejs__long-video .mejs__time-float-current{width:60px}.mejs__broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs__fullscreen-button>button{background-position:-80px 0}.mejs__unfullscreen>button{background-position:-100px 0}.mejs__mute>button{background-position:-60px 0}.mejs__unmute>button{background-position:-40px 0}.mejs__volume-button{position:relative}.mejs__volume-button>.mejs__volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs__volume-button:hover{border-radius:0 0 4px 4px}.mejs__volume-total{background:rgba(255,255,255,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs__volume-current{background:rgba(255,255,255,.9);left:0;margin:0;position:absolute;width:100%}.mejs__volume-handle{background:rgba(255,255,255,.9);border-radius:1px;cursor:ns-resize;height:6px;left:50%;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs__horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs__horizontal-volume-total{background:rgba(50,50,50,.8);border-radius:2px;font-size:1px;height:8px;left:0;margin:0;padding:0;position:absolute;top:16px;width:50px}.mejs__horizontal-volume-current{background:rgba(255,255,255,.8);border-radius:2px;font-size:1px;height:100%;left:0;margin:0;padding:0;position:absolute;top:0;width:100%}.mejs__horizontal-volume-handle{display:none}.mejs__captions-button,.mejs__chapters-button{position:relative}.mejs__captions-button>button{background-position:-140px 0}.mejs__chapters-button>button{background-position:-180px 0}.mejs__captions-button>.mejs__captions-selector,.mejs__chapters-button>.mejs__chapters-selector{background:rgba(50,50,50,.7);border:solid 1px transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs__chapters-button>.mejs__chapters-selector{margin-right:-55px;width:110px}.mejs__captions-selector-list,.mejs__chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs__captions-selector-list-item,.mejs__chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs__captions-selector-list-item:hover,.mejs__chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:rgba(255,255,255,.4)!important}.mejs__captions-selector-input,.mejs__chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs__captions-selector-label,.mejs__chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs__captions-selected,.mejs__chapters-selected{color:#21f8f8}.mejs__captions-translations{font-size:10px;margin:0 0 5px}.mejs__captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs__captions-layer a{color:#fff;text-decoration:underline}.mejs__captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs__captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs__captions-position-hover{bottom:35px}.mejs__captions-text,.mejs__captions-text *{background:rgba(20,20,20,.5);box-shadow:5px 0 0 rgba(20,20,20,.5),-5px 0 0 rgba(20,20,20,.5);padding:0;white-space:pre-wrap}.mejs__container.mejs__hide-cues video::-webkit-media-text-track-container{display:none}.mejs__overlay-error{position:relative}.mejs__overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs__cannotplay,.mejs__cannotplay a{color:#fff;font-size:.8em}.mejs__cannotplay{position:relative}.mejs__cannotplay p,.mejs__cannotplay a{display:inline-block;padding:0 15px;width:100%}
table.sortable thead th{background-image:url(../../assets/tablesorter/images/default.svg);background-repeat:no-repeat;background-position:center right}table.sortable thead th.headerSortDown{background-image:url(../../assets/tablesorter/images/asc.svg)}table.sortable thead th.headerSortUp{background-image:url(../../assets/tablesorter/images/desc.svg)}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
.cookiebar{box-sizing:border-box;position:fixed;left:0;width:100%;padding:.6em 1.2em;background-color:#4b4b4b;color:#fff;font-size:1em;text-align:center;z-index:10}.cookiebar *{box-sizing:border-box}.cookiebar--active{display:flex!important;justify-content:center;align-items:center;flex-wrap:wrap}.cookiebar--position-top{top:0}.cookiebar--position-bottom{bottom:0}.cookiebar__message,.cookiebar__text{margin-right:1.5em}.cookiebar__link{color:#fff;text-decoration:underline}.cookiebar__link:hover{text-decoration:none}.cookiebar__button{margin:0;padding:.6em 1.2em;border:none;border-radius:0;background-color:#4ea55e;color:#fff;font-weight:700;cursor:pointer}.cookiebar__button:hover{background-color:#3e824a}.cookiebar__analytics{margin-right:1.5em}.cookiebar__analytics-label{cursor:pointer}.cookiebar__analytics-checkbox{margin-right:5px}
@charset "UTF-8";
@font-face {
  font-family: 'icons';
  src: url("../../files/simpler/icons/fontello/font/icons.eot?41842431");
  src: url("../../files/simpler/icons/fontello/font/icons.eot?41842431#iefix") format('embedded-opentype'), url("../../files/simpler/icons/fontello/font/icons.woff?41842431") format('woff'), url("../../files/simpler/icons/fontello/font/icons.ttf?41842431") format('truetype'), url("../../files/simpler/icons/fontello/font/icons.svg?41842431#icons") format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen {
  [class^="icon-"]:before,
  [class*=" icon-"]:before {
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* opacity .8 */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - magrins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }
  .icon-p-left {
    position: relative;
  }
  .icon-p-left .ce_text-inside {
    padding-left: 33px;
  }
  .icon-p-left:before {
    position: absolute;
    left: 0;
    top: 3px;
  }
  .icon-p-left[class*="grid"]:before {
    left: 22px;
  }
  .icon-p-left.icon-large {
    min-height: 26px;
  }
  .icon-p-left.icon-large .ce_text-inside {
    padding-left: 66px;
  }
  .icon-p-left.icon-large:before {
    font-size: 20px;
  }
  h1 + .icon-p-left.icon-circled.icon-large,
  h2 + .icon-p-left.icon-circled.icon-large,
  h3 + .icon-p-left.icon-circled.icon-large,
  h4 + .icon-p-left.icon-circled.icon-large,
  h5 + .icon-p-left.icon-circled.icon-large {
    margin-top: 22px;
  }
  .icon-circled .ce_text-inside {
    min-height: 26px;
    padding-top: 0px;
  }
  .icon-circled:before {
    width: 20px;
    height: 20px;
    top: 1px;
    line-height: 20px;
    border-radius: 10px;
    color: #fdfdfd;
    background-color: #52d39b;
    font-size: 12px;
  }
  .icon-circled.icon-large .ce_text-inside {
    min-height: 46px;
    padding-top: 5px;
  }
  .icon-circled.icon-large:before {
    width: 40px;
    height: 40px;
    top: 0px;
    line-height: 40px;
    border-radius: 20px;
  }
  .icon-circled.icon-facebook:before {
    background-color: #3B5998;
  }
  .icon-circled.icon-twitter:before {
    background-color: #4099ff;
  }
  .icon-circled.icon-gplus:before {
    background-color: #dd4b39;
  }
  .icon-plus:before {
    content: '\2b';
  }
  .icon-minus:before {
    content: '\2d';
  }
  .icon-info:before {
    content: '\2139';
  }
  .icon-left-thin:before {
    content: '\2190';
  }
  .icon-up-thin:before {
    content: '\2191';
  }
  .icon-right-thin:before {
    content: '\2192';
  }
  .icon-down-thin:before {
    content: '\2193';
  }
  .icon-level-up:before {
    content: '\21b0';
  }
  .icon-level-down:before {
    content: '\21b3';
  }
  .icon-switch:before {
    content: '\21c6';
  }
  .icon-infinity:before {
    content: '\221e';
  }
  .icon-plus-squared:before {
    content: '\229e';
  }
  .icon-minus-squared:before {
    content: '\229f';
  }
  .icon-home:before {
    content: '\2302';
  }
  .icon-keyboard:before {
    content: '\2328';
  }
  .icon-erase:before {
    content: '\232b';
  }
  .icon-pause:before {
    content: '\2389';
  }
  .icon-fast-forward:before {
    content: '\23e9';
  }
  .icon-fast-backward:before {
    content: '\23ea';
  }
  .icon-to-end:before {
    content: '\23ed';
  }
  .icon-to-start:before {
    content: '\23ee';
  }
  .icon-hourglass:before {
    content: '\23f3';
  }
  .icon-stop:before {
    content: '\25a0';
  }
  .icon-up-dir:before {
    content: '\25b4';
  }
  .icon-play:before {
    content: '\25b6';
  }
  .icon-right-dir:before {
    content: '\25b8';
  }
  .icon-down-dir:before {
    content: '\25be';
  }
  .icon-left-dir:before {
    content: '\25c2';
  }
  .icon-adjust:before {
    content: '\25d1';
  }
  .icon-cloud:before {
    content: '\2601';
  }
  .icon-star:before {
    content: '\2605';
  }
  .icon-star-empty:before {
    content: '\2606';
  }
  .icon-cup:before {
    content: '\2615';
  }
  .icon-menu:before {
    content: '\2630';
  }
  .icon-moon:before {
    content: '\263d';
  }
  .icon-heart-empty:before {
    content: '\2661';
  }
  .icon-heart:before {
    content: '\2665';
  }
  .icon-note:before {
    content: '\266a';
  }
  .icon-note-beamed:before {
    content: '\266b';
  }
  .icon-layout:before {
    content: '\268f';
  }
  .icon-flag:before {
    content: '\2691';
  }
  .icon-tools:before {
    content: '\2692';
  }
  .icon-cog:before {
    content: '\2699';
  }
  .icon-attention:before {
    content: '\26a0';
  }
  .icon-flash:before {
    content: '\26a1';
  }
  .icon-record:before {
    content: '\26ab';
  }
  .icon-cloud-thunder:before {
    content: '\26c8';
  }
  .icon-tape:before {
    content: '\2707';
  }
  .icon-flight:before {
    content: '\2708';
  }
  .icon-mail:before {
    content: '\2709';
  }
  .icon-pencil:before {
    content: '\270e';
  }
  .icon-feather:before {
    content: '\2712';
  }
  .icon-check:before {
    content: '\2713';
  }
  .icon-cancel:before {
    content: '\2715';
  }
  .icon-cancel-circled:before {
    content: '\2716';
  }
  .icon-cancel-squared:before {
    content: '\274e';
  }
  .icon-help:before {
    content: '\2753';
  }
  .icon-quote:before {
    content: '\275e';
  }
  .icon-plus-circled:before {
    content: '\2795';
  }
  .icon-minus-circled:before {
    content: '\2796';
  }
  .icon-right:before {
    content: '\27a1';
  }
  .icon-direction:before {
    content: '\27a2';
  }
  .icon-forward:before {
    content: '\27a6';
  }
  .icon-ccw:before {
    content: '\27f2';
  }
  .icon-cw:before {
    content: '\27f3';
  }
  .icon-left:before {
    content: '\2b05';
  }
  .icon-up:before {
    content: '\2b06';
  }
  .icon-down:before {
    content: '\2b07';
  }
  .icon-list-add:before {
    content: '\e003';
  }
  .icon-list:before {
    content: '\e005';
  }
  .icon-left-bold:before {
    content: '\e4ad';
  }
  .icon-right-bold:before {
    content: '\e4ae';
  }
  .icon-up-bold:before {
    content: '\e4af';
  }
  .icon-down-bold:before {
    content: '\e4b0';
  }
  .icon-user-add:before {
    content: '\e700';
  }
  .icon-help-circled:before {
    content: '\e704';
  }
  .icon-info-circled:before {
    content: '\e705';
  }
  .icon-eye:before {
    content: '\e70a';
  }
  .icon-tag:before {
    content: '\e70c';
  }
  .icon-upload-cloud:before {
    content: '\e711';
  }
  .icon-reply:before {
    content: '\e712';
  }
  .icon-reply-all:before {
    content: '\e713';
  }
  .icon-code:before {
    content: '\e714';
  }
  .icon-export:before {
    content: '\e715';
  }
  .icon-print:before {
    content: '\e716';
  }
  .icon-retweet:before {
    content: '\e717';
  }
  .icon-comment:before {
    content: '\e718';
  }
  .icon-chat:before {
    content: '\e720';
  }
  .icon-vcard:before {
    content: '\e722';
  }
  .icon-address:before {
    content: '\e723';
  }
  .icon-location:before {
    content: '\e724';
  }
  .icon-map:before {
    content: '\e727';
  }
  .icon-compass:before {
    content: '\e728';
  }
  .icon-trash:before {
    content: '\e729';
  }
  .icon-doc:before {
    content: '\e730';
  }
  .icon-doc-text-inv:before {
    content: '\e731';
  }
  .icon-docs:before {
    content: '\e736';
  }
  .icon-doc-landscape:before {
    content: '\e737';
  }
  .icon-archive:before {
    content: '\e738';
  }
  .icon-rss:before {
    content: '\e73a';
  }
  .icon-share:before {
    content: '\e73c';
  }
  .icon-basket:before {
    content: '\e73d';
  }
  .icon-shareable:before {
    content: '\e73e';
  }
  .icon-login:before {
    content: '\e740';
  }
  .icon-logout:before {
    content: '\e741';
  }
  .icon-volume:before {
    content: '\e742';
  }
  .icon-resize-full:before {
    content: '\e744';
  }
  .icon-resize-small:before {
    content: '\e746';
  }
  .icon-popup:before {
    content: '\e74c';
  }
  .icon-publish:before {
    content: '\e74d';
  }
  .icon-window:before {
    content: '\e74e';
  }
  .icon-arrow-combo:before {
    content: '\e74f';
  }
  .icon-chart-pie:before {
    content: '\e751';
  }
  .icon-language:before {
    content: '\e752';
  }
  .icon-air:before {
    content: '\e753';
  }
  .icon-database:before {
    content: '\e754';
  }
  .icon-drive:before {
    content: '\e755';
  }
  .icon-bucket:before {
    content: '\e756';
  }
  .icon-thermometer:before {
    content: '\e757';
  }
  .icon-down-circled:before {
    content: '\e758';
  }
  .icon-left-circled:before {
    content: '\e759';
  }
  .icon-right-circled:before {
    content: '\e75a';
  }
  .icon-up-circled:before {
    content: '\e75b';
  }
  .icon-down-open:before {
    content: '\e75c';
  }
  .icon-left-open:before {
    content: '\e75d';
  }
  .icon-right-open:before {
    content: '\e75e';
  }
  .icon-up-open:before {
    content: '\e75f';
  }
  .icon-down-open-mini:before {
    content: '\e760';
  }
  .icon-left-open-mini:before {
    content: '\e761';
  }
  .icon-right-open-mini:before {
    content: '\e762';
  }
  .icon-up-open-mini:before {
    content: '\e763';
  }
  .icon-down-open-big:before {
    content: '\e764';
  }
  .icon-left-open-big:before {
    content: '\e765';
  }
  .icon-right-open-big:before {
    content: '\e766';
  }
  .icon-up-open-big:before {
    content: '\e767';
  }
  .icon-progress-0:before {
    content: '\e768';
  }
  .icon-progress-1:before {
    content: '\e769';
  }
  .icon-progress-2:before {
    content: '\e76a';
  }
  .icon-progress-3:before {
    content: '\e76b';
  }
  .icon-back-in-time:before {
    content: '\e771';
  }
  .icon-network:before {
    content: '\e776';
  }
  .icon-inbox:before {
    content: '\e777';
  }
  .icon-install:before {
    content: '\e778';
  }
  .icon-lifebuoy:before {
    content: '\e788';
  }
  .icon-mouse:before {
    content: '\e789';
  }
  .icon-dot:before {
    content: '\e78b';
  }
  .icon-dot-2:before {
    content: '\e78c';
  }
  .icon-dot-3:before {
    content: '\e78d';
  }
  .icon-suitcase:before {
    content: '\e78e';
  }
  .icon-flow-cascade:before {
    content: '\e790';
  }
  .icon-flow-branch:before {
    content: '\e791';
  }
  .icon-flow-tree:before {
    content: '\e792';
  }
  .icon-flow-line:before {
    content: '\e793';
  }
  .icon-flow-parallel:before {
    content: '\e794';
  }
  .icon-brush:before {
    content: '\e79a';
  }
  .icon-paper-plane:before {
    content: '\e79b';
  }
  .icon-magnet:before {
    content: '\e7a1';
  }
  .icon-gauge:before {
    content: '\e7a2';
  }
  .icon-traffic-cone:before {
    content: '\e7a3';
  }
  .icon-cc:before {
    content: '\e7a5';
  }
  .icon-cc-by:before {
    content: '\e7a6';
  }
  .icon-cc-nc:before {
    content: '\e7a7';
  }
  .icon-cc-nc-eu:before {
    content: '\e7a8';
  }
  .icon-cc-nc-jp:before {
    content: '\e7a9';
  }
  .icon-cc-sa:before {
    content: '\e7aa';
  }
  .icon-cc-nd:before {
    content: '\e7ab';
  }
  .icon-cc-pd:before {
    content: '\e7ac';
  }
  .icon-cc-zero:before {
    content: '\e7ad';
  }
  .icon-cc-share:before {
    content: '\e7ae';
  }
  .icon-cc-remix:before {
    content: '\e7af';
  }
  .icon-github:before {
    content: '\f300';
  }
  .icon-github-circled:before {
    content: '\f301';
  }
  .icon-flickr:before {
    content: '\f303';
  }
  .icon-flickr-circled:before {
    content: '\f304';
  }
  .icon-vimeo:before {
    content: '\f306';
  }
  .icon-vimeo-circled:before {
    content: '\f307';
  }
  .icon-twitter:before {
    content: '\f309';
  }
  .icon-twitter-circled:before {
    content: '\f30a';
  }
  .icon-facebook:before {
    content: '\f30c';
  }
  .icon-facebook-circled:before {
    content: '\f30d';
  }
  .icon-facebook-squared:before {
    content: '\f30e';
  }
  .icon-gplus:before {
    content: '\f30f';
  }
  .icon-gplus-circled:before {
    content: '\f310';
  }
  .icon-pinterest:before {
    content: '\f312';
  }
  .icon-pinterest-circled:before {
    content: '\f313';
  }
  .icon-tumblr:before {
    content: '\f315';
  }
  .icon-tumblr-circled:before {
    content: '\f316';
  }
  .icon-linkedin:before {
    content: '\f318';
  }
  .icon-linkedin-circled:before {
    content: '\f319';
  }
  .icon-dribbble:before {
    content: '\f31b';
  }
  .icon-dribbble-circled:before {
    content: '\f31c';
  }
  .icon-stumbleupon:before {
    content: '\f31e';
  }
  .icon-stumbleupon-circled:before {
    content: '\f31f';
  }
  .icon-lastfm:before {
    content: '\f321';
  }
  .icon-lastfm-circled:before {
    content: '\f322';
  }
  .icon-rdio:before {
    content: '\f324';
  }
  .icon-rdio-circled:before {
    content: '\f325';
  }
  .icon-spotify:before {
    content: '\f327';
  }
  .icon-spotify-circled:before {
    content: '\f328';
  }
  .icon-qq:before {
    content: '\f32a';
  }
  .icon-instagram:before {
    content: '\f32d';
  }
  .icon-dropbox:before {
    content: '\f330';
  }
  .icon-evernote:before {
    content: '\f333';
  }
  .icon-flattr:before {
    content: '\f336';
  }
  .icon-skype:before {
    content: '\f339';
  }
  .icon-skype-circled:before {
    content: '\f33a';
  }
  .icon-renren:before {
    content: '\f33c';
  }
  .icon-sina-weibo:before {
    content: '\f33f';
  }
  .icon-paypal:before {
    content: '\f342';
  }
  .icon-picasa:before {
    content: '\f345';
  }
  .icon-soundcloud:before {
    content: '\f348';
  }
  .icon-mixi:before {
    content: '\f34b';
  }
  .icon-behance:before {
    content: '\f34e';
  }
  .icon-google-circles:before {
    content: '\f351';
  }
  .icon-vkontakte:before {
    content: '\f354';
  }
  .icon-smashing:before {
    content: '\f357';
  }
  .icon-db-shape:before {
    content: '\f600';
  }
  .icon-sweden:before {
    content: '\f601';
  }
  .icon-picture:before {
    content: '🌄';
  }
  .icon-globe:before {
    content: '🌎';
  }
  .icon-leaf:before {
    content: '🍂';
  }
  .icon-graduation-cap:before {
    content: '🎓';
  }
  .icon-mic:before {
    content: '🎤';
  }
  .icon-palette:before {
    content: '🎨';
  }
  .icon-ticket:before {
    content: '🎫';
  }
  .icon-video:before {
    content: '🎬';
  }
  .icon-target:before {
    content: '🎯';
  }
  .icon-music:before {
    content: '🎵';
  }
  .icon-trophy:before {
    content: '🏆';
  }
  .icon-thumbs-up:before {
    content: '👍';
  }
  .icon-thumbs-down:before {
    content: '👎';
  }
  .icon-bag:before {
    content: '👜';
  }
  .icon-user:before {
    content: '👤';
  }
  .icon-users:before {
    content: '👥';
  }
  .icon-lamp:before {
    content: '💡';
  }
  .icon-alert:before {
    content: '💥';
  }
  .icon-water:before {
    content: '💦';
  }
  .icon-droplet:before {
    content: '💧';
  }
  .icon-credit-card:before {
    content: '💳';
  }
  .icon-monitor:before {
    content: '💻';
  }
  .icon-briefcase:before {
    content: '💼';
  }
  .icon-floppy:before {
    content: '💾';
  }
  .icon-cd:before {
    content: '💿';
  }
  .icon-folder:before {
    content: '📁';
  }
  .icon-doc-text:before {
    content: '📄';
  }
  .icon-calendar:before {
    content: '📅';
  }
  .icon-chart-line:before {
    content: '📈';
  }
  .icon-chart-bar:before {
    content: '📊';
  }
  .icon-clipboard:before {
    content: '📋';
  }
  .icon-attach:before {
    content: '📎';
  }
  .icon-bookmarks:before {
    content: '📑';
  }
  .icon-book:before {
    content: '📕';
  }
  .icon-book-open:before {
    content: '📖';
  }
  .icon-phone:before {
    content: '📞';
  }
  .icon-megaphone:before {
    content: '📣';
  }
  .icon-upload:before {
    content: '📤';
  }
  .icon-download:before {
    content: '📥';
  }
  .icon-box:before {
    content: '📦';
  }
  .icon-newspaper:before {
    content: '📰';
  }
  .icon-mobile:before {
    content: '📱';
  }
  .icon-signal:before {
    content: '📶';
  }
  .icon-camera:before {
    content: '📷';
  }
  .icon-shuffle:before {
    content: '🔀';
  }
  .icon-loop:before {
    content: '🔁';
  }
  .icon-arrows-ccw:before {
    content: '🔄';
  }
  .icon-light-down:before {
    content: '🔅';
  }
  .icon-light-up:before {
    content: '🔆';
  }
  .icon-mute:before {
    content: '🔇';
  }
  .icon-sound:before {
    content: '🔊';
  }
  .icon-battery:before {
    content: '🔋';
  }
  .icon-search:before {
    content: '🔍';
  }
  .icon-key:before {
    content: '🔑';
  }
  .icon-lock:before {
    content: '🔒';
  }
  .icon-lock-open:before {
    content: '🔓';
  }
  .icon-bell:before {
    content: '🔔';
  }
  .icon-bookmark:before {
    content: '🔖';
  }
  .icon-link:before {
    content: '🔗';
  }
  .icon-back:before {
    content: '🔙';
  }
  .icon-flashlight:before {
    content: '🔦';
  }
  .icon-chart-area:before {
    content: '🔾';
  }
  .icon-clock:before {
    content: '🕔';
  }
  .icon-rocket:before {
    content: '🚀';
  }
  .icon-block:before {
    content: '🚫';
  }
  .the-icons li {
    margin-bottom: 10px;
  }
  .the-icons li i {
    color: #192528;
    font-size: 24px;
  }
  .the-icons li .i-name {
    position: relative;
    top: -4px;
    padding-left: 10px;
  }
  .i-code {
    display: none;
  }
  body,
  div,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  code,
  ol,
  ul,
  li,
  dl,
  dt,
  dd,
  figure,
  table,
  th,
  td,
  form,
  fieldset,
  legend,
  input,
  textarea {
    margin: 0;
    padding: 0;
  }
  input,
  button,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  table {
    border-spacing: 0;
    border-collapse: collapse;
  }
  caption,
  th,
  td {
    text-align: left;
    text-align: start;
    /* see #4596 */
    vertical-align: top;
  }
  abbr,
  acronym {
    font-variant: normal;
    border-bottom: 1px dotted #666;
    cursor: help;
  }
  blockquote,
  q {
    quotes: none;
  }
  fieldset,
  img {
    border: 0;
  }
  ul {
    list-style-type: none;
  }
  sup {
    vertical-align: text-top;
  }
  sub {
    vertical-align: text-bottom;
  }
  del {
    text-decoration: line-through;
  }
  ins {
    text-decoration: none;
  }
  html {
    background-color: #f3f3f3;
    font-size: 62.5%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-rendering: optimizeLegibility;
  }
  .image-full-img {
    opacity: 0 !important;
  }
  .image-full-img.fadeIn {
    -webkit-transition: opacity 1s !important;
    -moz-transition: opacity 1s !important;
    -o-transition: opacity 1s !important;
    transition: opacity 1s !important;
    opacity: 1 !important;
  }
  body {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #192528;
    background-color: #f3f3f3;
  }
  *:focus {
    outline: none;
  }
  .invisible {
    display: none !important;
  }
  .clear {
    clear: both !important;
  }
  .disable-hover {
    pointer-events: none;
  }
  #wrapper {
    overflow: hidden;
  }
  .inside {
    position: relative;
    padding: 88px 88px 44px;
    max-width: 1400px;
    margin: 0 auto;
  }
  .inside:before,
  .inside:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .inside:after {
    clear: both;
  }
  .block {
    margin-bottom: 44px;
  }
  .block .block.ce_text {
    margin-bottom: 44px;
  }
  body.touch #main,
  body.touch #left,
  body.touch #right,
  body.touch #footer,
  body.touch #featured,
  body.touch #header,
  body.touch .portfolio-item,
  body.touch .portfolio-details,
  body.touch .portfolio-details .ce_gallery ~ *,
  body.touch .portfolio-details + .back,
  body.touch .mod_newsreader + * {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #main .main,
  #left {
    position: relative;
  }
  #left {
    width: 33.33333333%;
    left: -66.66666667%;
  }
  #left.has-right {
    left: -41.66666667%;
  }
  #right {
    width: 25%;
  }
  #main .main.has-left {
    width: 66.66666667%;
    left: 33.33333333%;
    padding-left: 88px !important;
  }
  #main .main.has-right {
    width: 75%;
    padding-right: 88px !important;
  }
  #main .main.has-right.has-left {
    width: 41.66666667%;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  #main .main.main-only {
    width: 100%;
  }
  #main-extra {
    margin-top: -44px;
  }
  #main-extra .inside {
    padding-top: 0;
  }
  .image-full + * {
    z-index: 2;
  }
  .prominent {
    margin-top: 70.4px !important;
    margin-bottom: 123.2px !important;
  }
  body.boxed {
    padding-top: 22px;
    padding-bottom: 22px;
    background: url(../../files/simpler/images/bg_patterns/wood_pattern.png);
  }
  body.boxed #wrapper {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 22px;
    padding-right: 22px;
    border-radius: 3px;
    overflow: hidden;
  }
  body.boxed #wrapper #footer {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  #main {
    background-color: #f3f3f3;
    color: #707779;
    border-color: #b2b5b6;
  }
  #main a {
    color: #49a97f;
  }
  #main a:hover {
    color: #429772;
  }
  #main h1,
  #main h2,
  #main h3,
  #main h4,
  #main h5,
  #main h6,
  #main label,
  #main .toggler,
  #main .month,
  #main .day-name,
  #main .pagination .current,
  #main strong {
    color: #192528;
  }
  #main .ce_text p,
  #main .ce_text li,
  #main .ce_text i {
    color: #5a6365;
  }
  #main .head i,
  #main .btn i,
  #main label i,
  #main .an-services-block i {
    color: inherit;
  }
  #main .ce_text.intro h1 + p,
  #main .ce_text.intro h2 + p,
  #main .ce_text.intro h3 + p,
  #main .ce_text.intro h4 + p,
  #main .ce_text.intro h5 + p,
  #main .ce_text.intro p:first-child,
  #main table.sortable th:after,
  #main .pagination ul > .active > a,
  #main .pagination ul > .active > span,
  #main .news_full_details header h2,
  #main cite,
  #main .day {
    color: #a7abac;
  }
  #main .toggler,
  #main .back,
  #main .ce_comments,
  #main .recurring,
  #main .date .to {
    border-color: #dddedf;
  }
  #main .section-header,
  #main hr,
  #main blockquote,
  #main .quote-image .ce_text-inside,
  #main .layout_latest,
  #main .layout_short,
  #main .layout_full_list,
  #main .mod_eventlist .event,
  #main .ce_table th,
  #main .ce_table tfoot td,
  #main .event.layout_teaser .date,
  #main .ce_gallery.logos li,
  #main .mod_faqpage > article > section {
    border-color: #c7caca;
  }
  #main .border-top > h1,
  #main .border-top > h2,
  #main .border-top > h3,
  #main .border-top > h4,
  #main .border-top .ce_text-inside {
    border-color: #c7caca;
  }
  #main h1.border-top,
  #main h2.border-top,
  #main h3.border-top,
  #main h4.border-top {
    border-color: #c7caca;
  }
  #main .quote-image.border-top .ce_text-inside:before {
    background-color: #b2b5b6;
  }
  #main .mod_eventlist .header {
    border-color: #868c8d;
  }
  #main .ce_table.table-striped tbody .even td,
  #main .ce_table.table-striped tbody .even th {
    background: #e8e9e9;
  }
  #main .service:before {
    color: #52d39b;
  }
  #main .slider-prev,
  #main .slider-next,
  #main .slider-prev:hover,
  #main .slider-next:hover {
    color: #192528;
  }
  #main .vertical-subnav ul a,
  #main .vertical-subnav ul span {
    background: #eeeeee;
    color: #192528;
  }
  #main .vertical-subnav ul a:active,
  #main .vertical-subnav ul span:active {
    background: #e6e6e6;
  }
  #main .vertical-subnav ul span.active,
  #main .vertical-subnav ul a.active,
  #main .vertical-subnav ul a:hover {
    background: #52d39b;
    color: #fdfdfd;
  }
  #main .vertical-subnav ul span.active:active,
  #main .vertical-subnav ul a.active:active,
  #main .vertical-subnav ul a:hover:active {
    background: #42cf92;
  }
  #main .ce_hyperlink.btn-wrap-invert a,
  #main a.btn-invert,
  #main button.btn-invert,
  #main input.btn-invert,
  #main div.btn-invert a,
  #main .ce_hyperlink.btn-wrap-invert a:hover,
  #main a.btn-invert:hover,
  #main button.btn-invert:hover,
  #main input.btn-invert:hover,
  #main div.btn-invert a:hover {
    color: #52d39b !important;
  }
  #secondary {
    background-color: #2a373a;
    color: #a9aeaf;
    border-color: #697275;
  }
  #secondary a {
    color: #49a97f;
  }
  #secondary a:hover {
    color: #429772;
  }
  #secondary h1,
  #secondary h2,
  #secondary h3,
  #secondary h4,
  #secondary h5,
  #secondary h6,
  #secondary label,
  #secondary .toggler,
  #secondary .month,
  #secondary .day-name,
  #secondary .pagination .current,
  #secondary strong {
    color: #fdfdfd;
  }
  #secondary .ce_text p,
  #secondary .ce_text li,
  #secondary .ce_text i {
    color: #bec2c3;
  }
  #secondary .head i,
  #secondary .btn i,
  #secondary label i,
  #secondary .an-services-block i {
    color: inherit;
  }
  #secondary .ce_text.intro h1 + p,
  #secondary .ce_text.intro h2 + p,
  #secondary .ce_text.intro h3 + p,
  #secondary .ce_text.intro h4 + p,
  #secondary .ce_text.intro h5 + p,
  #secondary .ce_text.intro p:first-child,
  #secondary table.sortable th:after,
  #secondary .pagination ul > .active > a,
  #secondary .pagination ul > .active > span,
  #secondary .news_full_details header h2,
  #secondary cite,
  #secondary .day {
    color: #747c7f;
  }
  #secondary .toggler,
  #secondary .back,
  #secondary .ce_comments,
  #secondary .recurring,
  #secondary .date .to {
    border-color: #3f4b4e;
  }
  #secondary .section-header,
  #secondary hr,
  #secondary blockquote,
  #secondary .quote-image .ce_text-inside,
  #secondary .layout_latest,
  #secondary .layout_short,
  #secondary .layout_full_list,
  #secondary .mod_eventlist .event,
  #secondary .ce_table th,
  #secondary .ce_table tfoot td,
  #secondary .event.layout_teaser .date,
  #secondary .ce_gallery.logos li,
  #secondary .mod_faqpage > article > section {
    border-color: #545f61;
  }
  #secondary .border-top > h1,
  #secondary .border-top > h2,
  #secondary .border-top > h3,
  #secondary .border-top > h4,
  #secondary .border-top .ce_text-inside {
    border-color: #545f61;
  }
  #secondary h1.border-top,
  #secondary h2.border-top,
  #secondary h3.border-top,
  #secondary h4.border-top {
    border-color: #545f61;
  }
  #secondary .quote-image.border-top .ce_text-inside:before {
    background-color: #697275;
  }
  #secondary .mod_eventlist .header {
    border-color: #949a9c;
  }
  #secondary .ce_table.table-striped tbody .even td,
  #secondary .ce_table.table-striped tbody .even th {
    background: #354144;
  }
  #secondary .service:before {
    color: #52d39b;
  }
  #secondary .slider-prev,
  #secondary .slider-next,
  #secondary .slider-prev:hover,
  #secondary .slider-next:hover {
    color: #52d39b;
  }
  #secondary .vertical-subnav ul a,
  #secondary .vertical-subnav ul span {
    background: #283033;
    color: #fdfdfd;
  }
  #secondary .vertical-subnav ul a:active,
  #secondary .vertical-subnav ul span:active {
    background: #222829;
  }
  #secondary .vertical-subnav ul span.active,
  #secondary .vertical-subnav ul a.active,
  #secondary .vertical-subnav ul a:hover {
    background: #52d39b;
    color: #fdfdfd;
  }
  #secondary .vertical-subnav ul span.active:active,
  #secondary .vertical-subnav ul a.active:active,
  #secondary .vertical-subnav ul a:hover:active {
    background: #42cf92;
  }
  #secondary .ce_hyperlink.btn-wrap-invert a,
  #secondary a.btn-invert,
  #secondary button.btn-invert,
  #secondary input.btn-invert,
  #secondary div.btn-invert a,
  #secondary .ce_hyperlink.btn-wrap-invert a:hover,
  #secondary a.btn-invert:hover,
  #secondary button.btn-invert:hover,
  #secondary input.btn-invert:hover,
  #secondary div.btn-invert a:hover {
    color: #52d39b !important;
  }
  #tertiary {
    background-color: #dfdfdf;
    color: #f1f1f1;
    border-color: #e8e8e8;
  }
  #tertiary a {
    color: #49a97f;
  }
  #tertiary a:hover {
    color: #429772;
  }
  #tertiary h1,
  #tertiary h2,
  #tertiary h3,
  #tertiary h4,
  #tertiary h5,
  #tertiary h6,
  #tertiary label,
  #tertiary .toggler,
  #tertiary .month,
  #tertiary .day-name,
  #tertiary .pagination .current,
  #tertiary strong {
    color: #fdfdfd;
  }
  #tertiary .ce_text p,
  #tertiary .ce_text li,
  #tertiary .ce_text i {
    color: #f4f4f4;
  }
  #tertiary .head i,
  #tertiary .btn i,
  #tertiary label i,
  #tertiary .an-services-block i {
    color: inherit;
  }
  #tertiary .ce_text.intro h1 + p,
  #tertiary .ce_text.intro h2 + p,
  #tertiary .ce_text.intro h3 + p,
  #tertiary .ce_text.intro h4 + p,
  #tertiary .ce_text.intro h5 + p,
  #tertiary .ce_text.intro p:first-child,
  #tertiary table.sortable th:after,
  #tertiary .pagination ul > .active > a,
  #tertiary .pagination ul > .active > span,
  #tertiary .news_full_details header h2,
  #tertiary cite,
  #tertiary .day {
    color: #eaeaea;
  }
  #tertiary .toggler,
  #tertiary .back,
  #tertiary .ce_comments,
  #tertiary .recurring,
  #tertiary .date .to {
    border-color: #e2e2e2;
  }
  #tertiary .section-header,
  #tertiary hr,
  #tertiary blockquote,
  #tertiary .quote-image .ce_text-inside,
  #tertiary .layout_latest,
  #tertiary .layout_short,
  #tertiary .layout_full_list,
  #tertiary .mod_eventlist .event,
  #tertiary .ce_table th,
  #tertiary .ce_table tfoot td,
  #tertiary .event.layout_teaser .date,
  #tertiary .ce_gallery.logos li,
  #tertiary .mod_faqpage > article > section {
    border-color: #e5e5e5;
  }
  #tertiary .border-top > h1,
  #tertiary .border-top > h2,
  #tertiary .border-top > h3,
  #tertiary .border-top > h4,
  #tertiary .border-top .ce_text-inside {
    border-color: #e5e5e5;
  }
  #tertiary h1.border-top,
  #tertiary h2.border-top,
  #tertiary h3.border-top,
  #tertiary h4.border-top {
    border-color: #e5e5e5;
  }
  #tertiary .quote-image.border-top .ce_text-inside:before {
    background-color: #e8e8e8;
  }
  #tertiary .mod_eventlist .header {
    border-color: #eeeeee;
  }
  #tertiary .ce_table.table-striped tbody .even td,
  #tertiary .ce_table.table-striped tbody .even th {
    background: #e1e1e1;
  }
  #tertiary .service:before {
    color: #52d39b;
  }
  #tertiary .slider-prev,
  #tertiary .slider-next,
  #tertiary .slider-prev:hover,
  #tertiary .slider-next:hover {
    color: #192528;
  }
  #tertiary .vertical-subnav ul a,
  #tertiary .vertical-subnav ul span {
    background: #dadada;
    color: #fdfdfd;
  }
  #tertiary .vertical-subnav ul a:active,
  #tertiary .vertical-subnav ul span:active {
    background: #d2d2d2;
  }
  #tertiary .vertical-subnav ul span.active,
  #tertiary .vertical-subnav ul a.active,
  #tertiary .vertical-subnav ul a:hover {
    background: #52d39b;
    color: #fdfdfd;
  }
  #tertiary .vertical-subnav ul span.active:active,
  #tertiary .vertical-subnav ul a.active:active,
  #tertiary .vertical-subnav ul a:hover:active {
    background: #42cf92;
  }
  #tertiary .ce_hyperlink.btn-wrap-invert a,
  #tertiary a.btn-invert,
  #tertiary button.btn-invert,
  #tertiary input.btn-invert,
  #tertiary div.btn-invert a,
  #tertiary .ce_hyperlink.btn-wrap-invert a:hover,
  #tertiary a.btn-invert:hover,
  #tertiary button.btn-invert:hover,
  #tertiary input.btn-invert:hover,
  #tertiary div.btn-invert a:hover {
    color: #dfdfdf !important;
  }
  #footer {
    background-color: #192528;
    color: #a2a7a8;
    border-color: #5d6668;
  }
  #footer a {
    color: #49a97f;
  }
  #footer a:hover {
    color: #429772;
  }
  #footer h1,
  #footer h2,
  #footer h3,
  #footer h4,
  #footer h5,
  #footer h6,
  #footer label,
  #footer .toggler,
  #footer .month,
  #footer .day-name,
  #footer .pagination .current,
  #footer strong {
    color: #fdfdfd;
  }
  #footer .ce_text p,
  #footer .ce_text li,
  #footer .ce_text i {
    color: #b9bcbd;
  }
  #footer .head i,
  #footer .btn i,
  #footer label i,
  #footer .an-services-block i {
    color: inherit;
  }
  #footer .ce_text.intro h1 + p,
  #footer .ce_text.intro h2 + p,
  #footer .ce_text.intro h3 + p,
  #footer .ce_text.intro h4 + p,
  #footer .ce_text.intro h5 + p,
  #footer .ce_text.intro p:first-child,
  #footer table.sortable th:after,
  #footer .pagination ul > .active > a,
  #footer .pagination ul > .active > span,
  #footer .news_full_details header h2,
  #footer cite,
  #footer .day {
    color: #697072;
  }
  #footer .toggler,
  #footer .back,
  #footer .ce_comments,
  #footer .recurring,
  #footer .date .to {
    border-color: #303a3d;
  }
  #footer .section-header,
  #footer hr,
  #footer blockquote,
  #footer .quote-image .ce_text-inside,
  #footer .layout_latest,
  #footer .layout_short,
  #footer .layout_full_list,
  #footer .mod_eventlist .event,
  #footer .ce_table th,
  #footer .ce_table tfoot td,
  #footer .event.layout_teaser .date,
  #footer .ce_gallery.logos li,
  #footer .mod_faqpage > article > section {
    border-color: #465052;
  }
  #footer .border-top > h1,
  #footer .border-top > h2,
  #footer .border-top > h3,
  #footer .border-top > h4,
  #footer .border-top .ce_text-inside {
    border-color: #465052;
  }
  #footer h1.border-top,
  #footer h2.border-top,
  #footer h3.border-top,
  #footer h4.border-top {
    border-color: #465052;
  }
  #footer .quote-image.border-top .ce_text-inside:before {
    background-color: #5d6668;
  }
  #footer .mod_eventlist .header {
    border-color: #8b9192;
  }
  #footer .ce_table.table-striped tbody .even td,
  #footer .ce_table.table-striped tbody .even th {
    background: #243033;
  }
  #footer .service:before {
    color: #52d39b;
  }
  #footer .slider-prev,
  #footer .slider-next,
  #footer .slider-prev:hover,
  #footer .slider-next:hover {
    color: #52d39b;
  }
  #footer .vertical-subnav ul a,
  #footer .vertical-subnav ul span {
    background: #161e20;
    color: #fdfdfd;
  }
  #footer .vertical-subnav ul a:active,
  #footer .vertical-subnav ul span:active {
    background: #101517;
  }
  #footer .vertical-subnav ul span.active,
  #footer .vertical-subnav ul a.active,
  #footer .vertical-subnav ul a:hover {
    background: #52d39b;
    color: #fdfdfd;
  }
  #footer .vertical-subnav ul span.active:active,
  #footer .vertical-subnav ul a.active:active,
  #footer .vertical-subnav ul a:hover:active {
    background: #42cf92;
  }
  #footer .ce_hyperlink.btn-wrap-invert a,
  #footer a.btn-invert,
  #footer button.btn-invert,
  #footer input.btn-invert,
  #footer div.btn-invert a,
  #footer .ce_hyperlink.btn-wrap-invert a:hover,
  #footer a.btn-invert:hover,
  #footer button.btn-invert:hover,
  #footer input.btn-invert:hover,
  #footer div.btn-invert a:hover {
    color: #52d39b !important;
  }
  #featured {
    background-color: #192528;
    color: #a2a7a8;
    border-color: #5d6668;
  }
  #featured a {
    color: #49a97f;
  }
  #featured a:hover {
    color: #429772;
  }
  #featured h1,
  #featured h2,
  #featured h3,
  #featured h4,
  #featured h5,
  #featured h6,
  #featured label,
  #featured .toggler,
  #featured .month,
  #featured .day-name,
  #featured .pagination .current,
  #featured strong {
    color: #fdfdfd;
  }
  #featured .ce_text p,
  #featured .ce_text li,
  #featured .ce_text i {
    color: #b9bcbd;
  }
  #featured .head i,
  #featured .btn i,
  #featured label i,
  #featured .an-services-block i {
    color: inherit;
  }
  #featured .ce_text.intro h1 + p,
  #featured .ce_text.intro h2 + p,
  #featured .ce_text.intro h3 + p,
  #featured .ce_text.intro h4 + p,
  #featured .ce_text.intro h5 + p,
  #featured .ce_text.intro p:first-child,
  #featured table.sortable th:after,
  #featured .pagination ul > .active > a,
  #featured .pagination ul > .active > span,
  #featured .news_full_details header h2,
  #featured cite,
  #featured .day {
    color: #697072;
  }
  #featured .toggler,
  #featured .back,
  #featured .ce_comments,
  #featured .recurring,
  #featured .date .to {
    border-color: #303a3d;
  }
  #featured .section-header,
  #featured hr,
  #featured blockquote,
  #featured .quote-image .ce_text-inside,
  #featured .layout_latest,
  #featured .layout_short,
  #featured .layout_full_list,
  #featured .mod_eventlist .event,
  #featured .ce_table th,
  #featured .ce_table tfoot td,
  #featured .event.layout_teaser .date,
  #featured .ce_gallery.logos li,
  #featured .mod_faqpage > article > section {
    border-color: #465052;
  }
  #featured .border-top > h1,
  #featured .border-top > h2,
  #featured .border-top > h3,
  #featured .border-top > h4,
  #featured .border-top .ce_text-inside {
    border-color: #465052;
  }
  #featured h1.border-top,
  #featured h2.border-top,
  #featured h3.border-top,
  #featured h4.border-top {
    border-color: #465052;
  }
  #featured .quote-image.border-top .ce_text-inside:before {
    background-color: #5d6668;
  }
  #featured .mod_eventlist .header {
    border-color: #8b9192;
  }
  #featured .ce_table.table-striped tbody .even td,
  #featured .ce_table.table-striped tbody .even th {
    background: #243033;
  }
  #featured .service:before {
    color: #52d39b;
  }
  #featured .slider-prev,
  #featured .slider-next,
  #featured .slider-prev:hover,
  #featured .slider-next:hover {
    color: #52d39b;
  }
  #featured .vertical-subnav ul a,
  #featured .vertical-subnav ul span {
    background: #161e20;
    color: #fdfdfd;
  }
  #featured .vertical-subnav ul a:active,
  #featured .vertical-subnav ul span:active {
    background: #101517;
  }
  #featured .vertical-subnav ul span.active,
  #featured .vertical-subnav ul a.active,
  #featured .vertical-subnav ul a:hover {
    background: #52d39b;
    color: #fdfdfd;
  }
  #featured .vertical-subnav ul span.active:active,
  #featured .vertical-subnav ul a.active:active,
  #featured .vertical-subnav ul a:hover:active {
    background: #42cf92;
  }
  #featured .ce_hyperlink.btn-wrap-invert a,
  #featured a.btn-invert,
  #featured button.btn-invert,
  #featured input.btn-invert,
  #featured div.btn-invert a,
  #featured .ce_hyperlink.btn-wrap-invert a:hover,
  #featured a.btn-invert:hover,
  #featured button.btn-invert:hover,
  #featured input.btn-invert:hover,
  #featured div.btn-invert a:hover {
    color: #52d39b !important;
  }
  #featured .ce_text p,
  #featured .icon-comment,
  #featured .teaser,
  #featured .time i {
    color: #a2a7a8;
  }
  #header {
    background-color: #52d39b;
  }
  #header h1,
  #header h2,
  #header h3,
  #header h4,
  #header h5,
  #header h6,
  #header p {
    color: #fdfdfd;
  }
  #main .color-black h1,
  #main-extra .color-black h1,
  #secondary .color-black h1,
  #tertiary .color-black h1,
  #footer .color-black h1,
  #featured .color-black h1,
  #main .color-black h2,
  #main-extra .color-black h2,
  #secondary .color-black h2,
  #tertiary .color-black h2,
  #footer .color-black h2,
  #featured .color-black h2,
  #main .color-black h3,
  #main-extra .color-black h3,
  #secondary .color-black h3,
  #tertiary .color-black h3,
  #footer .color-black h3,
  #featured .color-black h3,
  #main .color-black h4,
  #main-extra .color-black h4,
  #secondary .color-black h4,
  #tertiary .color-black h4,
  #footer .color-black h4,
  #featured .color-black h4,
  #main .color-black h5,
  #main-extra .color-black h5,
  #secondary .color-black h5,
  #tertiary .color-black h5,
  #footer .color-black h5,
  #featured .color-black h5,
  #main .color-black h6,
  #main-extra .color-black h6,
  #secondary .color-black h6,
  #tertiary .color-black h6,
  #footer .color-black h6,
  #featured .color-black h6,
  #main .color-black p,
  #main-extra .color-black p,
  #secondary .color-black p,
  #tertiary .color-black p,
  #footer .color-black p,
  #featured .color-black p,
  #main .color-black dt,
  #main-extra .color-black dt,
  #secondary .color-black dt,
  #tertiary .color-black dt,
  #footer .color-black dt,
  #featured .color-black dt {
    color: #192528;
  }
  #main .color-white h1,
  #main-extra .color-white h1,
  #secondary .color-white h1,
  #tertiary .color-white h1,
  #footer .color-white h1,
  #featured .color-white h1,
  #main .color-white h2,
  #main-extra .color-white h2,
  #secondary .color-white h2,
  #tertiary .color-white h2,
  #footer .color-white h2,
  #featured .color-white h2,
  #main .color-white h3,
  #main-extra .color-white h3,
  #secondary .color-white h3,
  #tertiary .color-white h3,
  #footer .color-white h3,
  #featured .color-white h3,
  #main .color-white h4,
  #main-extra .color-white h4,
  #secondary .color-white h4,
  #tertiary .color-white h4,
  #footer .color-white h4,
  #featured .color-white h4,
  #main .color-white h5,
  #main-extra .color-white h5,
  #secondary .color-white h5,
  #tertiary .color-white h5,
  #footer .color-white h5,
  #featured .color-white h5,
  #main .color-white h6,
  #main-extra .color-white h6,
  #secondary .color-white h6,
  #tertiary .color-white h6,
  #footer .color-white h6,
  #featured .color-white h6,
  #main .color-white p,
  #main-extra .color-white p,
  #secondary .color-white p,
  #tertiary .color-white p,
  #footer .color-white p,
  #featured .color-white p,
  #main .color-white dt,
  #main-extra .color-white dt,
  #secondary .color-white dt,
  #tertiary .color-white dt,
  #footer .color-white dt,
  #featured .color-white dt {
    color: #fdfdfd;
  }
  #main .color-black h2,
  #main-extra .color-black h2,
  #secondary .color-black h2,
  #tertiary .color-black h2,
  #footer .color-black h2,
  #featured .color-black h2,
  #main .color-white h2,
  #main-extra .color-white h2,
  #secondary .color-white h2,
  #tertiary .color-white h2,
  #footer .color-white h2,
  #featured .color-white h2 {
    color: #52d39b;
  }
  .bg-image-color img {
    background-color: #52d39b;
  }
  .bg-image-color-primary img {
    background-color: #52d39b;
  }
  .color-primary {
    color: #52d39b !important;
  }
  .pdf_link {
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    text-align: right;
  }
  .pdf_link a {
    display: inline-block;
    margin-left: 4px;
  }
  .teaser .more {
    margin-top: 22px;
  }
  .action-teaser {
    display: table;
    width: 100%;
    margin-bottom: 22px;
  }
  .action-teaser .article-inside > * {
    display: table-cell !important;
    vertical-align: middle !important;
    float: none !important;
  }
  .action-teaser .article-inside > *:first-child {
    padding-left: 0;
  }
  .action-teaser .article-inside > *:last-child {
    padding-right: 0;
  }
  .action-teaser .ce_text h1,
  .action-teaser .ce_text h2 {
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 11px;
  }
  .action-teaser .ce_text h1 {
    font-weight: 300;
  }
  .action-teaser .ce_text.jumbo h1 {
    margin-bottom: 22px;
  }
  .action-teaser .ce_hyperlink {
    text-align: right;
  }
  .action-teaser .ce_hyperlink a {
    display: inline-block;
    padding: 12px 30px;
    margin: 0;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    color: #fdfdfd;
    text-decoration: none !important;
    background-color: #52d39b;
    padding: 18px 40px;
  }
  .action-teaser .ce_hyperlink a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .action-teaser .ce_hyperlink a:hover,
  .action-teaser .ce_hyperlink a:focus {
    color: #fff;
  }
  .action-teaser .ce_hyperlink a:active,
  .action-teaser .ce_hyperlink a.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .action-teaser .ce_hyperlink a.disabled,
  .action-teaser .ce_hyperlink a[disabled],
  fieldset[disabled] .action-teaser .ce_hyperlink a {
    cursor: default;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .action-teaser .ce_hyperlink a:hover,
  .action-teaser .ce_hyperlink a:focus,
  .action-teaser .ce_hyperlink a:active,
  .action-teaser .ce_hyperlink a.active {
    background-color: #3ece8f;
  }
  .action-teaser .ce_hyperlink a.disabled:hover,
  .action-teaser .ce_hyperlink a[disabled]:hover,
  fieldset[disabled] .action-teaser .ce_hyperlink a:hover,
  .action-teaser .ce_hyperlink a.disabled:focus,
  .action-teaser .ce_hyperlink a[disabled]:focus,
  fieldset[disabled] .action-teaser .ce_hyperlink a:focus,
  .action-teaser .ce_hyperlink a.disabled:active,
  .action-teaser .ce_hyperlink a[disabled]:active,
  fieldset[disabled] .action-teaser .ce_hyperlink a:active,
  .action-teaser .ce_hyperlink a.disabled.active,
  .action-teaser .ce_hyperlink a[disabled].active,
  fieldset[disabled] .action-teaser .ce_hyperlink a.active {
    background-color: #52d39b;
  }
  .action-teaser .ce_hyperlink a,
  .action-teaser .ce_hyperlink a:hover {
    color: #fdfdfd !important;
  }
  .section-header .ce_text-inside,
  .section-header {
    margin-bottom: 88px;
    line-height: 0.00001px;
  }
  .section-header .ce_text-inside.ce_text.block,
  .section-header.ce_text.block {
    margin-bottom: 0;
  }
  .section-header .ce_text-inside.ce_text-inside,
  .section-header.ce_text-inside {
    margin-bottom: 0;
  }
  .section-header .ce_text-inside.ce_text-inside > *,
  .section-header.ce_text-inside > * {
    line-height: 0.00001px;
  }
  .section-header .ce_text-inside.ce_text-inside > *:first-child + p,
  .section-header.ce_text-inside > *:first-child + p {
    position: relative;
    top: 14px;
    margin-bottom: 88px;
  }
  .section-header .ce_text-inside > h1:first-child,
  .section-header > h1:first-child,
  .section-header .ce_text-inside > h2:first-child,
  .section-header > h2:first-child,
  .section-header .ce_text-inside > h3:first-child,
  .section-header > h3:first-child,
  .section-header .ce_text-inside > h4:first-child,
  .section-header > h4:first-child,
  h1.section-header .ce_text-inside,
  h1.section-header,
  h2.section-header .ce_text-inside,
  h2.section-header,
  h3.section-header .ce_text-inside,
  h3.section-header,
  h4.section-header .ce_text-inside,
  h4.section-header {
    position: relative;
    font-weight: 300;
    font-size: 18px;
  }
  .with-section-header > h1:first-child,
  .with-section-header > h2:first-child,
  .with-section-header > h3:first-child,
  .with-section-header > h4:first-child {
    position: relative;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 88px;
    line-height: 0.00001px;
  }
  .mod_newslist > h1:first-child,
  .mod_eventlist > h1:first-child,
  .ce_gallery > h1:first-child,
  .mod_newslist > h2:first-child,
  .mod_eventlist > h2:first-child,
  .ce_gallery > h2:first-child,
  .mod_newslist > h3:first-child,
  .mod_eventlist > h3:first-child,
  .ce_gallery > h3:first-child,
  .mod_newslist > h4:first-child,
  .mod_eventlist > h4:first-child,
  .ce_gallery > h4:first-child {
    position: relative;
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 88px;
    line-height: 0.00001px;
  }
  .mod_login > h1,
  .mod_newsmenu > h1,
  .mod_eventmenu > h1,
  .sub-navigation > h1,
  .mod_login > h2,
  .mod_newsmenu > h2,
  .mod_eventmenu > h2,
  .sub-navigation > h2,
  .mod_login > h3,
  .mod_newsmenu > h3,
  .mod_eventmenu > h3,
  .sub-navigation > h3,
  .mod_login > h4,
  .mod_newsmenu > h4,
  .mod_eventmenu > h4,
  .sub-navigation > h4 {
    background: #263234;
    margin: 0;
    padding: 33px 0;
    text-align: center;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    color: #fdfdfd !important;
    font-size: 16px;
  }
  .border-top > h1:first-child,
  .border-top > h2:first-child,
  .border-top > h3:first-child,
  .border-top > h4:first-child,
  .border-top .ce_text-inside:first-child {
    padding-top: 87px;
    border-top: 1px solid;
  }
  h1.border-top,
  h2.border-top,
  h3.border-top,
  h4.border-top {
    padding-top: 87px;
    border-top: 1px solid;
  }
  .border-top.prominent > h1:first-child,
  .border-top.prominent > h2:first-child,
  .border-top.prominent > h3:first-child,
  .border-top.prominent > h4:first-child,
  .border-top.prominent .ce_text-inside:first-child {
    padding-top: 122.2px;
  }
  h1.border-top.prominent,
  h2.border-top.prominent,
  h3.border-top.prominent,
  h4.border-top.prominent {
    padding-top: 122.2px;
  }
  .offset-top {
    margin-top: 88px !important;
  }
  .offset-bottom,
  .block .offset-bottom.block {
    margin-bottom: 88px !important;
  }
  .blow {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .ce_sliderStart {
    position: relative;
  }
  .slider-wrapper > * {
    float: left;
    margin-bottom: 0 !important;
    clear: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .slider-control {
    position: static;
    height: 0;
  }
  .slider-control .slider-menu {
    padding-top: 22px;
    top: 100%;
  }
  .slider-control .slider-menu b {
    margin: 0 2px;
  }
  .swipe {
    position: relative;
    visibility: hidden;
    height: 200px;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
  }
  .swipe-wrap {
    overflow: hidden !important;
    position: relative;
  }
  .swipe-wrap > * {
    position: relative;
    display: block !important;
    float: left;
    width: 100%;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
  }
  .swipe-wrap > *.in {
    opacity: 1;
  }
  .event-slider,
  .gallery-slider,
  .news-slider {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
  }
  .event-slider > h1,
  .gallery-slider > h1,
  .news-slider > h1,
  .event-slider > h2,
  .gallery-slider > h2,
  .news-slider > h2,
  .event-slider > h3,
  .gallery-slider > h3,
  .news-slider > h3,
  .event-slider > h4,
  .gallery-slider > h4,
  .news-slider > h4 {
    border-top: none;
    padding-top: 0;
  }
  .event-slider > div,
  .gallery-slider > div,
  .news-slider > div,
  .event-slider > article,
  .gallery-slider > article,
  .news-slider > article,
  .event-slider > ul > li,
  .gallery-slider > ul > li,
  .news-slider > ul > li {
    height: 1px;
    opacity: 0;
  }
  .event-slider > div:first-child,
  .gallery-slider > div:first-child,
  .news-slider > div:first-child,
  .event-slider > article:first-child,
  .gallery-slider > article:first-child,
  .news-slider > article:first-child,
  .event-slider > ul > li:first-child,
  .gallery-slider > ul > li:first-child,
  .news-slider > ul > li:first-child {
    height: auto;
    opacity: 1;
  }
  .event-slider.in > div,
  .gallery-slider.in > div,
  .news-slider.in > div,
  .event-slider.in > article,
  .gallery-slider.in > article,
  .news-slider.in > article,
  .event-slider.in > ul > li,
  .gallery-slider.in > ul > li,
  .news-slider.in > ul > li {
    height: auto;
    opacity: 1;
  }
  .caroufredsel_prev,
  .caroufredsel_next,
  .slider-control .slider-prev,
  .slider-control .slider-next,
  .slider-prev,
  .slider-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    font-size: 50px;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
  .caroufredsel_prev,
  .caroufredsel_next,
  .slider-control .slider-prev,
  .slider-control .slider-next,
  .slider-prev,
  .slider-next,
  .caroufredsel_prev *,
  .caroufredsel_next *,
  .slider-control .slider-prev *,
  .slider-control .slider-next *,
  .slider-prev *,
  .slider-next *,
  .caroufredsel_prev:hover,
  .caroufredsel_next:hover,
  .slider-control .slider-prev:hover,
  .slider-control .slider-next:hover,
  .slider-prev:hover,
  .slider-next:hover,
  .caroufredsel_prev:hover i,
  .caroufredsel_next:hover i,
  .slider-control .slider-prev:hover i,
  .slider-control .slider-next:hover i,
  .slider-prev:hover i,
  .slider-next:hover i {
    text-decoration: none;
  }
  .caroufredsel_prev:hover,
  .caroufredsel_next:hover,
  .slider-control .slider-prev:hover,
  .slider-control .slider-next:hover,
  .slider-prev:hover,
  .slider-next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .slider-control .slider-prev,
  .slider-prev {
    left: -88px;
  }
  .slider-control .slider-prev:hover,
  .slider-prev:hover {
    left: -99px;
  }
  .slider-control .slider-next,
  .slider-next {
    right: -88px;
  }
  .slider-control .slider-next:hover,
  .slider-next:hover {
    right: -99px;
  }
  .boxed .slider-control .slider-prev,
  .boxed .slider-prev {
    left: -66px;
  }
  .boxed .slider-control .slider-prev:hover,
  .boxed .slider-prev:hover {
    left: -55px;
  }
  .boxed .slider-control .slider-next,
  .boxed.slider-next {
    right: -66px;
  }
  .boxed .slider-control .slider-next:hover,
  .boxed.slider-next:hover {
    right: -55px;
  }
  body.touch .slider-control .slider-prev,
  body.touch .slider-prev,
  body.touch .slider-control .slider-next,
  body.touch .slider-next {
    display: none !important;
  }
  h1 + .dlh_googlemap,
  h2 + .dlh_googlemap,
  h3 + .dlh_googlemap,
  h4 + .dlh_googlemap,
  h5 + .dlh_googlemap,
  h6 + .dlh_googlemap {
    margin-top: 22px;
  }
  .dlh_googlemap,
  .dlh_googlemap .block {
    margin: 0;
    width: 100% !important;
  }
  .map-full {
    margin-bottom: 0;
  }
  .map-full,
  .map-full .block {
    height: 400px !important;
  }
  .mejs-audio {
    height: 30px !important;
  }
  object,
  embed,
  video,
  iframe,
  audio {
    max-width: 100%;
  }
  .ce_player {
    margin-bottom: 88px;
  }
  #scrollToTop {
    position: fixed;
    bottom: -100px;
    right: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px 3px 0 0;
    background-color: #192528;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }
  #scrollToTop i {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #52d39b;
  }
  #scrollToTop.in {
    bottom: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .fixed-bg {
    background-repeat: no-repeat !important;
    background-position: center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }
  * {
    text-rendering: optimizelegibility;
  }
  p {
    margin: 0 0 11px;
    max-width: 1000px;
  }
  p:last-child {
    margin-bottom: 0;
  }
  .small-text {
    font-size: 13px;
  }
  span[style*="background-color"] {
    padding-left: 7px;
    padding-right: 7px;
  }
  strong,
  em {
    font-weight: 300;
  }
  .text-center *,
  .text-center {
    text-align: center;
  }
  .text-center * {
    margin-left: auto;
    margin-right: auto;
  }
  .text-right *,
  .text-right {
    text-align: right;
  }
  a {
    color: #49a97f;
    text-decoration: none;
  }
  a:hover,
  a:focus {
    color: #429772;
    text-decoration: underline;
  }
  a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-family: inherit;
    font-weight: 300;
  }
  h1,
  h2 {
    margin-top: 44px;
    margin-bottom: 4px;
  }
  h3 {
    margin-top: 33px;
    margin-bottom: 4px;
  }
  h4,
  h5,
  h6 {
    margin-top: 22px;
    margin-bottom: 11px;
  }
  h1,
  .h1 {
    font-size: 32px;
    line-height: 1.2em;
  }
  h2,
  .h2 {
    font-size: 24px;
    line-height: 1.2em;
  }
  h3,
  .h3 {
    font-size: 18px;
    line-height: 1.25em;
  }
  h4,
  .h4 {
    font-size: 16px;
    line-height: 22px;
  }
  h5,
  .h5 {
    font-size: 13px;
    line-height: 22px;
  }
  h6,
  .h6 {
    font-size: 11px;
    line-height: 22px;
  }
  h1 small {
    font-size: 24px;
  }
  h2 small {
    font-size: 18px;
  }
  h3 small {
    font-size: 16px;
  }
  h4 small {
    font-size: 13px;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    text-transform: none;
    letter-spacing: 0px;
  }
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child {
    margin-top: 0;
  }
  h1 *,
  h2 *,
  h3 *,
  h4 *,
  h5 * {
    font-weight: inherit;
  }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong {
    font-weight: 700;
  }
  ul,
  ol {
    padding: 0;
    margin: 0 0 11px 25px;
  }
  ul.unstyled,
  ol.unstyled {
    margin: 0;
  }
  ul ul,
  ul ol,
  ol ol,
  ol ul,
  ul:last-child,
  ol:last-child {
    margin-bottom: 0px;
  }
  ol li {
    list-style: decimal-leading-zero;
  }
  ol ol li {
    list-style: upper-latin;
  }
  li {
    line-height: 22px;
  }
  .ce_text ul {
    list-style: square;
  }
  dl {
    margin-bottom: 22px;
  }
  dt,
  dd {
    line-height: 22px;
  }
  dt {
    font-weight: bold;
  }
  dd {
    margin-left: 11px;
  }
  .dl-horizontal:before,
  .dl-horizontal:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal:after {
    clear: both;
  }
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .list-check ul,
  .list-plus ul,
  .list-minus ul,
  .list-arrow ul {
    margin-left: 0;
    list-style: none;
  }
  .list-check li,
  .list-plus li,
  .list-minus li,
  .list-arrow li {
    position: relative;
    padding-left: 22px;
  }
  .list-check li:before,
  .list-plus li:before,
  .list-minus li:before,
  .list-arrow li:before {
    font-family: 'icons';
    position: absolute;
    left: 0;
    top: 0;
  }
  .list-check li:before {
    content: '\2713';
  }
  .list-plus li:before {
    content: '\2b';
  }
  .list-minus li:before {
    content: '\2d';
  }
  .list-arrow li:before {
    content: '\e766';
  }
  .list-large li {
    font-size: 18px;
    line-height: 1.3em;
  }
  blockquote {
    padding: 0 0 0 15px;
    margin: 44px 0 44px;
    border-left: 5px solid;
  }
  blockquote,
  blockquote p {
    font-family: Georgia, "Times New Roman", Times, serif !important;
    font-weight: normal !important;
    font-style: italic;
  }
  blockquote p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4em;
  }
  blockquote cite,
  blockquote div {
    margin-top: 22px;
    font-size: 11px;
    display: block;
    line-height: 22px;
  }
  blockquote cite:before,
  blockquote div:before {
    content: '\2014 \00A0';
  }
  blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid;
    border-left: 0;
  }
  blockquote.pull-right p,
  blockquote.pull-right small {
    text-align: right;
  }
  blockquote.pull-right cite:before {
    content: '';
  }
  blockquote.pull-right cite:after {
    content: '\00A0 \2014';
  }
  .quote-image .ce_text-inside {
    display: table;
    width: 100%;
    /*border-left: 5px solid;*/
    margin-bottom: 22px;
  }
  .quote-image .ce_text-inside blockquote,
  .quote-image .ce_text-inside .image_container {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
    min-width: 120px;
  }
  .quote-image .ce_text-inside .image_container {
    margin-bottom: 0;
    padding-right: 30px;
  }
  .quote-image .ce_text-inside blockquote {
    padding-left: 30px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }
  .text-right blockquote {
    padding: 0 15px 0 0;
    border-left: none;
    border-right: 5px solid;
  }
  .text-right.quote-image .ce_text-inside {
    border-left: none;
    border-right: 5px solid;
    padding-right: 44px;
  }
  .float_left {
    float: left;
  }
  .float_right {
    float: right;
  }
  img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    border-radius: 3px;
    vertical-align: middle;
  }
  .img-rounded {
    border-radius: 6px;
  }
  .img-circle {
    border-radius: 500px;
  }
  .image_container {
    max-width: 100%;
    margin-bottom: 22px;
  }
  .image_container img {
    max-width: 100%;
    margin-bottom: 0;
  }
  .image_container.float_left {
    margin-right: 44px;
  }
  .image_container.float_right {
    margin-left: 44px;
  }
  .image_container + h1,
  .image_container + h2,
  .image_container + h3,
  .image_container + h4,
  .image_container + h5,
  .image_container + h6 {
    margin-top: 0;
  }
  .ce_text.rounded .image_container.float_left {
    margin-right: 22px;
  }
  .ce_text.rounded .image_container.float_right {
    margin-left: 22px;
  }
  .ce_text .image_container img {
    margin-bottom: 0;
  }
  .prevent-image-margin .image_container {
    margin-bottom: 0;
  }
  figcaption {
    font-size: 13px;
  }
  .image-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    opacity: 0;
  }
  .image-full figure {
    max-width: none;
  }
  .carousel_item > .image-full,
  .outer > .image-full {
    opacity: 1;
  }
  .ce_text.intro h2:first-child,
  .ce_text.intro h3:first-child,
  .ce_text.intro h4:first-child,
  .ce_text.intro h5:first-child {
    font-family: inherit;
    font-weight: 300;
    font-size: 32px;
    line-height: 1.2em;
  }
  .ce_text.intro h1 + p,
  .ce_text.intro-jumbo h1 + p,
  .ce_text.intro h2 + p,
  .ce_text.intro-jumbo h2 + p,
  .ce_text.intro h3 + p,
  .ce_text.intro-jumbo h3 + p,
  .ce_text.intro h4 + p,
  .ce_text.intro-jumbo h4 + p,
  .ce_text.intro h5 + p,
  .ce_text.intro-jumbo h5 + p,
  .ce_text.intro p:first-child,
  .ce_text.intro-jumbo p:first-child {
    font-size: 18px;
    line-height: 1.6em;
  }
  .ce_text.intro + hr,
  .ce_text.intro-jumbo + hr {
    padding-bottom: 0;
  }
  .ce_headline.intro {
    font-family: inherit;
    font-weight: 300;
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 44px;
  }
  h1.jumbo,
  h2.jumbo,
  h3.jumbo,
  p.jumbo {
    font-size: 61px !important;
    font-weight: 700 !important;
  }
  h1.jumbo.jumbo-super,
  h2.jumbo.jumbo-super,
  h3.jumbo.jumbo-super,
  p.jumbo.jumbo-super {
    font-size: 122px !important;
    line-height: 1em;
  }
  p.jumbo {
    line-height: 1em;
  }
  .jumbo h2,
  .ce_text.intro-jumbo h2,
  .jumbo h3,
  .ce_text.intro-jumbo h3,
  .jumbo h4,
  .ce_text.intro-jumbo h4,
  .jumbo h5,
  .ce_text.intro-jumbo h5 {
    font-family: inherit;
    font-weight: 300;
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 700;
  }
  .jumbo h1,
  .ce_text.intro-jumbo h1 {
    max-width: 66%;
    font-weight: 700;
    margin-bottom: 44px;
    font-size: 61px;
    line-height: 1.1em;
  }
  .jumbo h1 + *,
  .ce_text.intro-jumbo h1 + * {
    position: relative;
    top: -22px;
  }
  .jumbo.jumbo-super h1:first-child,
  .ce_text.intro-jumbo.jumbo-super h1:first-child {
    font-size: 122px;
    line-height: 1em;
  }
  .jumbo h2,
  .ce_text.intro-jumbo h2,
  .jumbo h1 + p,
  .ce_text.intro-jumbo h1 + p,
  .jumbo h2 + p h3 + p h4 + p,
  .ce_text.intro-jumbo h2 + p h3 + p h4 + p,
  .jumbo h5 + p,
  .ce_text.intro-jumbo h5 + p,
  .jumbo p:first-child,
  .ce_text.intro-jumbo p:first-child {
    font-size: 32px;
    font-family: inherit;
    line-height: 1.4em;
  }
  .jumbo.text-center p,
  .ce_text.intro-jumbo.text-center p {
    max-width: 70%;
  }
  .block .block.ce_text.intro-jumbo {
    margin-bottom: 44px;
  }
  .block.ce_text.alert-danger,
  .block.ce_text.alert-warning,
  .block.ce_text.alert-info,
  .block.ce_text.alert-success {
    background: #fdfdfd;
    border-radius: 3px;
    padding: 11px;
    margin-bottom: 22px;
    color: #fff;
  }
  .block.ce_text.alert-danger h1,
  .block.ce_text.alert-warning h1,
  .block.ce_text.alert-info h1,
  .block.ce_text.alert-success h1,
  .block.ce_text.alert-danger h2,
  .block.ce_text.alert-warning h2,
  .block.ce_text.alert-info h2,
  .block.ce_text.alert-success h2,
  .block.ce_text.alert-danger h3,
  .block.ce_text.alert-warning h3,
  .block.ce_text.alert-info h3,
  .block.ce_text.alert-success h3,
  .block.ce_text.alert-danger h4,
  .block.ce_text.alert-warning h4,
  .block.ce_text.alert-info h4,
  .block.ce_text.alert-success h4,
  .block.ce_text.alert-danger h5,
  .block.ce_text.alert-warning h5,
  .block.ce_text.alert-info h5,
  .block.ce_text.alert-success h5,
  .block.ce_text.alert-danger h6,
  .block.ce_text.alert-warning h6,
  .block.ce_text.alert-info h6,
  .block.ce_text.alert-success h6,
  .block.ce_text.alert-danger label,
  .block.ce_text.alert-warning label,
  .block.ce_text.alert-info label,
  .block.ce_text.alert-success label,
  .block.ce_text.alert-danger .toggler,
  .block.ce_text.alert-warning .toggler,
  .block.ce_text.alert-info .toggler,
  .block.ce_text.alert-success .toggler,
  .block.ce_text.alert-danger .month,
  .block.ce_text.alert-warning .month,
  .block.ce_text.alert-info .month,
  .block.ce_text.alert-success .month,
  .block.ce_text.alert-danger .day-name,
  .block.ce_text.alert-warning .day-name,
  .block.ce_text.alert-info .day-name,
  .block.ce_text.alert-success .day-name,
  .block.ce_text.alert-danger strong,
  .block.ce_text.alert-warning strong,
  .block.ce_text.alert-info strong,
  .block.ce_text.alert-success strong {
    color: inherit !important;
  }
  .block.ce_text.alert-danger p,
  .block.ce_text.alert-warning p,
  .block.ce_text.alert-info p,
  .block.ce_text.alert-success p {
    margin: 0;
    color: #fff !important;
  }
  .block.ce_text.alert-danger p strong,
  .block.ce_text.alert-warning p strong,
  .block.ce_text.alert-info p strong,
  .block.ce_text.alert-success p strong {
    font-weight: 700;
  }
  .block.ce_text.alert-danger:before,
  .block.ce_text.alert-warning:before,
  .block.ce_text.alert-info:before,
  .block.ce_text.alert-success:before {
    font-size: 24px;
    float: left;
    margin-right: 10px;
  }
  .block.ce_text.alert-danger.alert-large,
  .block.ce_text.alert-warning.alert-large,
  .block.ce_text.alert-info.alert-large,
  .block.ce_text.alert-success.alert-large {
    padding: 22px;
  }
  .block.ce_text.alert-danger.alert-large:before,
  .block.ce_text.alert-warning.alert-large:before,
  .block.ce_text.alert-info.alert-large:before,
  .block.ce_text.alert-success.alert-large:before {
    font-size: 60px;
    margin-right: 30px;
  }
  .block.ce_text.alert-warning {
    background: #f0ad4e;
  }
  .block.ce_text.alert-warning strong,
  .block.ce_text.alert-warning:before {
    color: #c77c11 !important;
  }
  .block.ce_text.alert-danger {
    background: #d9534f;
  }
  .block.ce_text.alert-danger strong,
  .block.ce_text.alert-danger:before {
    color: #a02622 !important;
  }
  .block.ce_text.alert-info {
    background: #5bc0de;
  }
  .block.ce_text.alert-info strong,
  .block.ce_text.alert-info:before {
    color: #2390b0 !important;
  }
  .block.ce_text.alert-success {
    background: #5cb85c;
  }
  .block.ce_text.alert-success strong,
  .block.ce_text.alert-success:before {
    color: #357935 !important;
  }
  .text-small {
    font-size: 13px;
  }
  hr {
    border: 0;
    clear: both;
    margin-bottom: 44px;
    padding-bottom: 44px;
    border-bottom: 1px solid;
  }
  .row > hr {
    margin-left: 22px;
    margin-right: 22px;
  }
  abbr[title],
  abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #ebebeb;
  }
  abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
  }
  code {
    font-family: Monaco, monospace;
    display: inline-block;
    padding: 0 3px;
    white-space: nowrap;
  }
  li.code {
    display: block;
  }
  pre {
    background: #fdfdfd;
    border-radius: 3px;
    padding: 11px;
  }
  pre h1,
  pre h2,
  pre h3,
  pre h4,
  pre h5,
  pre h6,
  pre label,
  pre .toggler,
  pre .month,
  pre .day-name,
  pre strong {
    color: inherit !important;
  }
  .text-white * {
    color: #fdfdfd !important;
  }
  .text-primary * {
    color: #52d39b !important;
  }
  .text-black * {
    color: #192528 !important;
  }
  .row,
  *[class*="make-columns"] {
    margin-left: -22px;
    margin-right: -22px;
    width: auto !important;
    float: none !important;
  }
  .row:before,
  *[class*="make-columns"]:before,
  .row:after,
  *[class*="make-columns"]:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .row:after,
  *[class*="make-columns"]:after {
    clear: both;
  }
  #left,
  #right,
  #main .main.has-left,
  #main .main.has-right,
  #left > .row > *,
  #right > .row > *,
  .main > .row > *,
  .main-only > *,
  *[class*="make-columns"] > .block,
  *[class*="make-columns"] > .article-inside > .block,
  *[class*="make-columns"] > ul > *[class*="col"],
  *[class*="grid"] {
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 22px;
    padding-right: 22px;
  }
  *[class*="make-columns"] > h1,
  *[class*="grid"].row > h1,
  *[class*="make-columns"] > h2,
  *[class*="grid"].row > h2,
  *[class*="make-columns"] > h3,
  *[class*="grid"].row > h3,
  *[class*="make-columns"] > h4,
  *[class*="grid"].row > h4,
  *[class*="make-columns"] > h5,
  *[class*="grid"].row > h5,
  *[class*="make-columns"] > h6,
  *[class*="grid"].row > h6,
  *[class*="make-columns"] > .pdf_link,
  *[class*="grid"].row > .pdf_link {
    margin-left: 22px;
    margin-right: 22px;
  }
  .mod_article {
    width: 100%;
  }
  .grid1,
  .make-columns-12 > .block .make-columns-12 > .article-inside > .block {
    width: 8.33333333%;
  }
  .grid2,
  .make-columns-6 > .block,
  .make-columns-6 > .article-inside > .block,
  .make-columns-6 > ul > *[class*="col"] {
    width: 16.66666667%;
  }
  .grid3,
  .make-columns-4 > .block,
  .make-columns-4 > .article-inside > .block,
  .make-columns-4 > ul > *[class*="col"] {
    width: 25%;
  }
  .grid4 {
    width: 33.33333333%;
  }
  .grid5 {
    width: 41.66666667%;
  }
  .grid6,
  .make-columns-2 > .block {
    width: 50%;
  }
  .grid7 {
    width: 58.33333333%;
  }
  .grid8 {
    width: 66.66666667%;
  }
  .grid9 {
    width: 75%;
  }
  .grid10 {
    width: 83.33333333%;
  }
  .grid11 {
    width: 91.66666667%;
  }
  .grid12 {
    width: 100%;
  }
  .offset1 {
    margin-left: 8.33333333%;
  }
  .offset2 {
    margin-left: 16.66666667%;
  }
  .offset3 {
    margin-left: 25%;
  }
  .offset4 {
    margin-left: 33.33333333%;
  }
  .offset5 {
    margin-left: 41.66666667%;
  }
  .offset6 {
    margin-left: 50%;
  }
  .offset7 {
    margin-left: 58.33333333%;
  }
  .offset8 {
    margin-left: 66.66666667%;
  }
  .offset9 {
    margin-left: 75%;
  }
  .offset10 {
    margin-left: 83.33333333%;
  }
  .offset11 {
    margin-left: 25%;
  }
  .btn,
  .btn-primary,
  .teaser .more a,
  .ce_hyperlink.btn-wrap a,
  .back a,
  .submit {
    display: inline-block;
    padding: 12px 30px;
    margin: 0;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    color: #fdfdfd;
    text-decoration: none !important;
  }
  .btn:focus,
  .btn-primary:focus,
  .teaser .more a:focus,
  .ce_hyperlink.btn-wrap a:focus,
  .back a:focus,
  .submit:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .btn:hover,
  .btn-primary:hover,
  .teaser .more a:hover,
  .ce_hyperlink.btn-wrap a:hover,
  .back a:hover,
  .submit:hover,
  .btn:focus,
  .btn-primary:focus,
  .teaser .more a:focus,
  .ce_hyperlink.btn-wrap a:focus,
  .back a:focus,
  .submit:focus {
    color: #fff;
  }
  .btn:active,
  .btn-primary:active,
  .teaser .more a:active,
  .ce_hyperlink.btn-wrap a:active,
  .back a:active,
  .submit:active,
  .btn.active,
  .btn-primary.active,
  .teaser .more a.active,
  .ce_hyperlink.btn-wrap a.active,
  .back a.active,
  .submit.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .btn.disabled,
  .btn-primary.disabled,
  .teaser .more a.disabled,
  .ce_hyperlink.btn-wrap a.disabled,
  .back a.disabled,
  .submit.disabled,
  .btn[disabled],
  .btn-primary[disabled],
  .teaser .more a[disabled],
  .ce_hyperlink.btn-wrap a[disabled],
  .back a[disabled],
  .submit[disabled],
  fieldset[disabled] .btn,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .teaser .more a,
  fieldset[disabled] .ce_hyperlink.btn-wrap a,
  fieldset[disabled] .back a,
  fieldset[disabled] .submit {
    cursor: default;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn,
  .teaser .more a,
  .ce_hyperlink.btn-wrap a,
  .back a {
    color: #fdfdfd !important;
    background-color: #404e51;
  }
  .btn:hover,
  .teaser .more a:hover,
  .ce_hyperlink.btn-wrap a:hover,
  .back a:hover,
  .btn:focus,
  .teaser .more a:focus,
  .ce_hyperlink.btn-wrap a:focus,
  .back a:focus,
  .btn:active,
  .teaser .more a:active,
  .ce_hyperlink.btn-wrap a:active,
  .back a:active,
  .btn.active,
  .teaser .more a.active,
  .ce_hyperlink.btn-wrap a.active,
  .back a.active {
    background-color: #354043;
  }
  .btn.disabled:hover,
  .teaser .more a.disabled:hover,
  .ce_hyperlink.btn-wrap a.disabled:hover,
  .back a.disabled:hover,
  .btn[disabled]:hover,
  .teaser .more a[disabled]:hover,
  .ce_hyperlink.btn-wrap a[disabled]:hover,
  .back a[disabled]:hover,
  fieldset[disabled] .btn:hover,
  fieldset[disabled] .teaser .more a:hover,
  fieldset[disabled] .ce_hyperlink.btn-wrap a:hover,
  fieldset[disabled] .back a:hover,
  .btn.disabled:focus,
  .teaser .more a.disabled:focus,
  .ce_hyperlink.btn-wrap a.disabled:focus,
  .back a.disabled:focus,
  .btn[disabled]:focus,
  .teaser .more a[disabled]:focus,
  .ce_hyperlink.btn-wrap a[disabled]:focus,
  .back a[disabled]:focus,
  fieldset[disabled] .btn:focus,
  fieldset[disabled] .teaser .more a:focus,
  fieldset[disabled] .ce_hyperlink.btn-wrap a:focus,
  fieldset[disabled] .back a:focus,
  .btn.disabled:active,
  .teaser .more a.disabled:active,
  .ce_hyperlink.btn-wrap a.disabled:active,
  .back a.disabled:active,
  .btn[disabled]:active,
  .teaser .more a[disabled]:active,
  .ce_hyperlink.btn-wrap a[disabled]:active,
  .back a[disabled]:active,
  fieldset[disabled] .btn:active,
  fieldset[disabled] .teaser .more a:active,
  fieldset[disabled] .ce_hyperlink.btn-wrap a:active,
  fieldset[disabled] .back a:active,
  .btn.disabled.active,
  .teaser .more a.disabled.active,
  .ce_hyperlink.btn-wrap a.disabled.active,
  .back a.disabled.active,
  .btn[disabled].active,
  .teaser .more a[disabled].active,
  .ce_hyperlink.btn-wrap a[disabled].active,
  .back a[disabled].active,
  fieldset[disabled] .btn.active,
  fieldset[disabled] .teaser .more a.active,
  fieldset[disabled] .ce_hyperlink.btn-wrap a.active,
  fieldset[disabled] .back a.active {
    background-color: #404e51;
  }
  .ce_hyperlink.btn-wrap-primary a,
  .btn-primary,
  .submit {
    background-color: #52d39b;
  }
  .ce_hyperlink.btn-wrap-primary a:hover,
  .btn-primary:hover,
  .submit:hover,
  .ce_hyperlink.btn-wrap-primary a:focus,
  .btn-primary:focus,
  .submit:focus,
  .ce_hyperlink.btn-wrap-primary a:active,
  .btn-primary:active,
  .submit:active,
  .ce_hyperlink.btn-wrap-primary a.active,
  .btn-primary.active,
  .submit.active {
    background-color: #3ece8f;
  }
  .ce_hyperlink.btn-wrap-primary a.disabled:hover,
  .btn-primary.disabled:hover,
  .submit.disabled:hover,
  .ce_hyperlink.btn-wrap-primary a[disabled]:hover,
  .btn-primary[disabled]:hover,
  .submit[disabled]:hover,
  fieldset[disabled] .ce_hyperlink.btn-wrap-primary a:hover,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .submit:hover,
  .ce_hyperlink.btn-wrap-primary a.disabled:focus,
  .btn-primary.disabled:focus,
  .submit.disabled:focus,
  .ce_hyperlink.btn-wrap-primary a[disabled]:focus,
  .btn-primary[disabled]:focus,
  .submit[disabled]:focus,
  fieldset[disabled] .ce_hyperlink.btn-wrap-primary a:focus,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .submit:focus,
  .ce_hyperlink.btn-wrap-primary a.disabled:active,
  .btn-primary.disabled:active,
  .submit.disabled:active,
  .ce_hyperlink.btn-wrap-primary a[disabled]:active,
  .btn-primary[disabled]:active,
  .submit[disabled]:active,
  fieldset[disabled] .ce_hyperlink.btn-wrap-primary a:active,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .submit:active,
  .ce_hyperlink.btn-wrap-primary a.disabled.active,
  .btn-primary.disabled.active,
  .submit.disabled.active,
  .ce_hyperlink.btn-wrap-primary a[disabled].active,
  .btn-primary[disabled].active,
  .submit[disabled].active,
  fieldset[disabled] .ce_hyperlink.btn-wrap-primary a.active,
  fieldset[disabled] .btn-primary.active,
  fieldset[disabled] .submit.active {
    background-color: #52d39b;
  }
  .ce_hyperlink.btn-wrap-primary a,
  .btn-primary,
  .submit,
  .ce_hyperlink.btn-wrap-primary a:hover,
  .btn-primary:hover,
  .submit:hover {
    color: #fdfdfd !important;
  }
  .ce_hyperlink.btn-wrap-invert a,
  a.btn-invert,
  button.btn-invert,
  input.btn-invert,
  div.btn-invert a {
    color: #49a97f !important;
    background-color: #fdfdfd;
  }
  .ce_hyperlink.btn-wrap-invert a:hover,
  a.btn-invert:hover,
  button.btn-invert:hover,
  input.btn-invert:hover,
  div.btn-invert a:hover,
  .ce_hyperlink.btn-wrap-invert a:focus,
  a.btn-invert:focus,
  button.btn-invert:focus,
  input.btn-invert:focus,
  div.btn-invert a:focus,
  .ce_hyperlink.btn-wrap-invert a:active,
  a.btn-invert:active,
  button.btn-invert:active,
  input.btn-invert:active,
  div.btn-invert a:active,
  .ce_hyperlink.btn-wrap-invert a.active,
  a.btn-invert.active,
  button.btn-invert.active,
  input.btn-invert.active,
  div.btn-invert a.active {
    background-color: #f0f0f0;
  }
  .ce_hyperlink.btn-wrap-invert a.disabled:hover,
  a.btn-invert.disabled:hover,
  button.btn-invert.disabled:hover,
  input.btn-invert.disabled:hover,
  div.btn-invert a.disabled:hover,
  .ce_hyperlink.btn-wrap-invert a[disabled]:hover,
  a.btn-invert[disabled]:hover,
  button.btn-invert[disabled]:hover,
  input.btn-invert[disabled]:hover,
  div.btn-invert a[disabled]:hover,
  fieldset[disabled] .ce_hyperlink.btn-wrap-invert a:hover,
  fieldset[disabled] a.btn-invert:hover,
  fieldset[disabled] button.btn-invert:hover,
  fieldset[disabled] input.btn-invert:hover,
  fieldset[disabled] div.btn-invert a:hover,
  .ce_hyperlink.btn-wrap-invert a.disabled:focus,
  a.btn-invert.disabled:focus,
  button.btn-invert.disabled:focus,
  input.btn-invert.disabled:focus,
  div.btn-invert a.disabled:focus,
  .ce_hyperlink.btn-wrap-invert a[disabled]:focus,
  a.btn-invert[disabled]:focus,
  button.btn-invert[disabled]:focus,
  input.btn-invert[disabled]:focus,
  div.btn-invert a[disabled]:focus,
  fieldset[disabled] .ce_hyperlink.btn-wrap-invert a:focus,
  fieldset[disabled] a.btn-invert:focus,
  fieldset[disabled] button.btn-invert:focus,
  fieldset[disabled] input.btn-invert:focus,
  fieldset[disabled] div.btn-invert a:focus,
  .ce_hyperlink.btn-wrap-invert a.disabled:active,
  a.btn-invert.disabled:active,
  button.btn-invert.disabled:active,
  input.btn-invert.disabled:active,
  div.btn-invert a.disabled:active,
  .ce_hyperlink.btn-wrap-invert a[disabled]:active,
  a.btn-invert[disabled]:active,
  button.btn-invert[disabled]:active,
  input.btn-invert[disabled]:active,
  div.btn-invert a[disabled]:active,
  fieldset[disabled] .ce_hyperlink.btn-wrap-invert a:active,
  fieldset[disabled] a.btn-invert:active,
  fieldset[disabled] button.btn-invert:active,
  fieldset[disabled] input.btn-invert:active,
  fieldset[disabled] div.btn-invert a:active,
  .ce_hyperlink.btn-wrap-invert a.disabled.active,
  a.btn-invert.disabled.active,
  button.btn-invert.disabled.active,
  input.btn-invert.disabled.active,
  div.btn-invert a.disabled.active,
  .ce_hyperlink.btn-wrap-invert a[disabled].active,
  a.btn-invert[disabled].active,
  button.btn-invert[disabled].active,
  input.btn-invert[disabled].active,
  div.btn-invert a[disabled].active,
  fieldset[disabled] .ce_hyperlink.btn-wrap-invert a.active,
  fieldset[disabled] a.btn-invert.active,
  fieldset[disabled] button.btn-invert.active,
  fieldset[disabled] input.btn-invert.active,
  fieldset[disabled] div.btn-invert a.active {
    background-color: #fdfdfd;
  }
  nav a {
    text-decoration: none !important;
  }
  #header-nav ul,
  nav ul,
  .mod_sitemap ul,
  .mod_breadcrumb {
    margin: 0;
  }
  .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 11px;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #52d39b;
    border-radius: 10px;
  }
  .badge:empty {
    display: none;
  }
  .nav-icon li:before {
    display: none;
    content: '';
  }
  .nav-icon a:before,
  .nav-icon span:before {
    margin-right: 11px;
  }
  #main-nav {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  }
  #main-nav li {
    position: relative;
  }
  #main-nav li.submenu > a:after,
  #main-nav li.submenu > span:after {
    content: '+';
    display: inline-block;
    margin-left: 10px;
  }
  #main-nav a,
  #main-nav span.active,
  #main-nav span.forward {
    display: block;
    padding: 33px 44px;
    font-size: 14px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  #main-nav a,
  #main-nav span.active,
  #main-nav span.forward,
  #main-nav a:hover,
  #main-nav ul.level_1 > li > a:hover,
  #main-nav ul.level_1 > li > a:active,
  #main-nav ul.level_1 > li:hover > a,
  #main-nav ul.level_1 > li.hover > a,
  #main-nav li:hover > a {
    color: #fdfdfd !important;
  }
  #main-nav ul.level_1 > li > a {
    color: #fdfdfd !important;
  }
  #main-nav a:hover,
  #main-nav ul.level_1 > li > a:hover,
  #main-nav ul.level_1 > li > a:active,
  #main-nav ul.level_1 > li:hover > a,
  #main-nav ul.level_1 > li.hover > a,
  #main-nav li:hover > a {
    background: #2a373a;
  }
  #main-nav span.active,
  #main-nav span.forward,
  #main-nav li.trail > a.trail,
  #main-nav li.trail:hover > a.trail {
    background: #263234;
    color: #fdfdfd !important;
  }
  #main-nav ul.level_1 > li {
    float: left;
  }
  #main-nav ul.level_1 > li.first > a,
  #main-nav ul.level_1 > li.first > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  #main-nav ul.level_1 > li.first:hover > a,
  #main-nav ul.level_1 > li.first:hover > span {
    border-bottom-left-radius: 0;
  }
  #main-nav ul.level_1 > li > a,
  #main-nav ul.level_1 > li > span {
    position: relative;
    z-index: 2;
  }
  #main-nav ul.level_2 {
    visibility: hidden;
    position: absolute;
    z-index: 999;
    top: 110%;
    left: 0;
    background: #2a373a;
    min-width: 240px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #main-nav ul.level_2 a,
  #main-nav ul.level_2 span.active {
    position: relative;
    z-index: 3;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  #main-nav ul.level_2 a:hover,
  #main-nav ul.level_2 a.hover,
  #main-nav ul.level_2 a:focus,
  #main-nav ul.level_2 a:active {
    background: #263234;
  }
  #main-nav ul.level_2 span.last,
  #main-nav ul.level_2 a.last {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .ie8 #main-nav ul.level_2 {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  body:not(.ios) #main-nav li:hover > ul.level_2,
  body.touch #main-nav li.hover > ul.level_2 {
    visibility: visible;
    top: 100%;
    -webkit-transition: opacity 0.3s, top 0.3s;
    -moz-transition: opacity 0.3s, top 0.3s;
    -o-transition: opacity 0.3s, top 0.3s;
    transition: opacity 0.3s, top 0.3s;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  body.ios #main-nav ul.level_1 > li:not(.hover):hover > a {
    background: none;
  }
  #selectnav {
    display: none;
  }
  @-moz-document url-prefix() {
    /* for Firefox */
    #main-nav-ul select {
      display: block;
    }
  }
  .sub-navigation,
  .mod_newsmenu,
  .mod_eventmenu {
    width: 100%;
  }
  .sub-navigation ul,
  .mod_newsmenu ul,
  .mod_eventmenu ul {
    margin: 0;
  }
  .sub-navigation > ul,
  .mod_newsmenu > ul,
  .mod_eventmenu > ul {
    position: relative;
    overflow: hidden;
  }
  .sub-navigation a,
  .mod_newsmenu a,
  .mod_eventmenu a,
  .sub-navigation span.active,
  .mod_newsmenu span.active,
  .mod_eventmenu span.active,
  .sub-navigation > ul > li.submenu,
  .mod_newsmenu > ul > li.submenu,
  .mod_eventmenu > ul > li.submenu {
    color: #d5d7d8 !important;
  }
  .sub-navigation a,
  .mod_newsmenu a,
  .mod_eventmenu a,
  .sub-navigation span.active,
  .mod_newsmenu span.active,
  .mod_eventmenu span.active {
    display: block;
    padding: 14.66666667px 22px;
    font-size: 16px;
    line-height: 22px;
    background: #344144;
    text-decoration: none;
  }
  .sub-navigation a.last,
  .mod_newsmenu a.last,
  .mod_eventmenu a.last,
  .sub-navigation span.active.last,
  .mod_newsmenu span.active.last,
  .mod_eventmenu span.active.last {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom: none;
  }
  .sub-navigation li.trail a,
  .mod_newsmenu li.trail a,
  .mod_eventmenu li.trail a,
  .sub-navigation span.active,
  .mod_newsmenu span.active,
  .mod_eventmenu span.active,
  .sub-navigation a:hover,
  .mod_newsmenu a:hover,
  .mod_eventmenu a:hover {
    background: #52d39b;
    color: #dbf5e9 !important;
  }
  .sub-navigation .level_1 > li.last > a,
  .mod_newsmenu .level_1 > li.last > a,
  .mod_eventmenu .level_1 > li.last > a,
  .sub-navigation .level_1 > li.last > span.active,
  .mod_newsmenu .level_1 > li.last > span.active,
  .mod_eventmenu .level_1 > li.last > span.active,
  .sub-navigation .submenu:last-child,
  .mod_newsmenu .submenu:last-child,
  .mod_eventmenu .submenu:last-child,
  .sub-navigation .submenu:last-child li.last a,
  .mod_newsmenu .submenu:last-child li.last a,
  .mod_eventmenu .submenu:last-child li.last a {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .mod_newsmenu > ul.level_1 > .year,
  .mod_eventmenu > ul.level_1 > .year {
    color: #fdfdfd !important;
  }
  .mod_newsmenu > ul > li.submenu,
  .mod_eventmenu > ul > li.submenu {
    line-height: 44px;
    background: #344144;
    font-weight: 700;
    padding: 0 22px 22px;
  }
  .mod_newsmenu > ul > li.submenu:first-child,
  .mod_eventmenu > ul > li.submenu:first-child {
    padding-top: 22px;
  }
  .mod_newsmenu li.last a,
  .mod_eventmenu li.last a {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .mod_newsmenu .badge,
  .mod_eventmenu .badge {
    float: right;
    background-color: #566a6f;
    color: #192528;
  }
  .mod_newsmenu a,
  .mod_eventmenu a {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
  }
  .mod_newsmenu a:hover .badge,
  .mod_eventmenu a:hover .badge {
    background-color: #fdfdfd;
    color: #49a97f !important;
  }
  .mod_newsmenu .level_1 > li > a,
  .mod_eventmenu .level_1 > li > a {
    padding: 22px 22px;
    background: #344144;
  }
  .mod_newsmenu .level_2 > li > .active > .badge,
  .mod_eventmenu .level_2 > li > .active > .badge {
    background-color: #fdfdfd;
    color: #49a97f !important;
  }
  .mod_newsmenu .level_2 > li > .active,
  .mod_eventmenu .level_2 > li > .active,
  .mod_newsmenu .level_2 > li > a,
  .mod_eventmenu .level_2 > li > a {
    padding: 4px 22px;
    margin-left: -22px;
    margin-right: -22px;
  }
  .vertical-subnav {
    float: none;
  }
  .vertical-subnav ul {
    display: table;
    table-layout: fixed;
    position: relative;
    width: 100%;
    margin: 0 0 22px;
  }
  .vertical-subnav ul li {
    text-align: center;
    display: table-cell;
  }
  .vertical-subnav ul a,
  .vertical-subnav ul span.active {
    display: block;
    line-height: 66px;
    color: #192528;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .vertical-subnav ul li:first-child a,
  .vertical-subnav ul li a.first {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  .vertical-subnav ul li:last-child a,
  .vertical-subnav ul li a.last {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
  .pagination {
    margin: 22px 0;
    padding-top: 22px;
    border-top: 1px solid;
    text-align: center;
  }
  .pagination p {
    margin-bottom: 11px;
    text-align: right;
    font-size: 13px;
  }
  .pagination ul {
    display: inline-block;
    margin: 0;
    border-radius: 3px;
  }
  .pagination ul > li {
    display: inline;
  }
  .pagination ul > li > a,
  .pagination ul > li > span {
    float: left;
    margin: 2px;
    padding: 14px 12px !important;
    line-height: 22px;
  }
  .pagination ul > .active > a,
  .pagination ul > .active > span {
    cursor: default;
  }
  .pagination .current {
    border-top: 1px solid;
    color: #839296;
  }
  .mod_breadcrumb li {
    float: left;
    margin-right: 11px;
  }
  .mod_breadcrumb a,
  .mod_breadcrumb li {
    font-size: 16px;
    line-height: 1em;
    color: #caf0e0 !important;
  }
  .mod_breadcrumb .active {
    color: #fdfdfd;
  }
  .mod_breadcrumb li:before {
    content: '/';
    display: inline-block;
    margin-right: 11px;
  }
  .mod_breadcrumb li:first-child:before {
    content: '';
  }
  #header .mod_breadcrumb {
    float: left;
    margin-top: 37px;
    position: relative;
  }
  #header .mod_breadcrumb ul {
    margin-top: 0;
  }
  #header .mod_customnav {
    position: relative;
    margin-top: 33px;
    z-index: 4;
    float: right;
    font-size: 13px;
  }
  #header .mod_customnav li {
    float: left;
    margin-left: 22px;
  }
  #header .mod_customnav a,
  #header .mod_customnav span.active {
    padding: 5px 22px;
    color: #fdfdfd;
  }
  #header .mod_customnav a.nav-pill,
  #header .mod_customnav span.active.nav-pill {
    background: #fdfdfd;
    color: #52d39b;
    border-radius: 20px;
  }
  #header .mod_customnav a.nav-pill:hover,
  #header .mod_customnav span.active.nav-pill:hover {
    background: #dbf5e9;
  }
  #header .mod_customnav.nav-social li {
    position: relative;
    margin-left: 0;
  }
  #header .mod_customnav.nav-social li a {
    display: block;
    width: 20px;
    padding: 14.66666667px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  #header .mod_customnav.nav-social li a:before {
    margin: 0;
    color: #fdfdfd;
    font-size: 16px;
  }
  .mod_sitemap ul.level_1 > li > a {
    font-family: inherit;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.25em;
    margin-bottom: 11px;
  }
  .mod_sitemap ul.level_1 > li + li > a {
    display: block;
    margin-top: 22px;
  }
  .mod_sitemap ul.level_2 a {
    display: block;
    margin-left: 22px;
  }
  .mod_sitemap ul.level_2 a:before {
    font-family: 'icons';
    content: '\21b3';
    display: inline-block;
    width: 22px;
  }
  .mod_sitemap.horizontal-sitemap ul.level_1 {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .mod_sitemap.horizontal-sitemap ul.level_1 > li {
    display: table-cell;
  }
  .mod_sitemap.horizontal-sitemap ul.level_1 ul.level_2 a {
    margin-left: 0;
  }
  #header {
    position: relative;
    z-index: 3;
    height: 260px;
    margin-bottom: 0;
  }
  #header .inside {
    height: 100%;
    max-width: 1576px;
    padding: 0;
  }
  #header .block {
    margin-bottom: 0;
  }
  body.clean-page #header {
    padding: 11px !important;
  }
  body.clean-page #header #logo {
    margin: 100px auto 0 auto;
    float: none;
    display: block;
    text-align: center;
  }
  body.head-huge #header {
    margin-top: 0;
    height: 650px;
  }
  body.touch.head-slide #header,
  body.head-slide.boxed #header {
    margin-top: 0px;
    -webkit-transition: 0;
    -moz-transition: 0;
    -o-transition: 0;
    transition: 0;
  }
  body.touch.head-slide #header .page-title:after,
  body.head-slide.boxed #header .page-title:after {
    content: '';
    display: none;
  }
  .header-text,
  .page-title {
    margin-left: 88px;
    margin-right: 88px;
    font-weight: 300;
  }
  .header-text {
    position: relative;
    display: table;
    height: 80%;
    height: calc(100% -  187px);
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
  }
  .header-text .article-inside {
    display: table-cell;
    vertical-align: middle;
  }
  .header-text.text-center {
    margin: 0 !important;
    width: 100%;
  }
  .header-text h1,
  .header-text h2 {
    font-weight: inherit;
  }
  .header-text h1 {
    margin: 0;
    font-size: 41.6px;
    line-height: 1em;
    font-weight: 300;
  }
  .header-text h2 {
    margin-top: 11px;
  }
  .header-text p,
  .header-text .ce_hyperlink {
    margin-top: 22px;
  }
  .header-text p {
    max-width: 300px;
  }
  .ie9 .header-text {
    height: 80%;
  }
  .page-title {
    position: absolute;
    bottom: 20px;
  }
  .ce_image.colorful-header img,
  .ce_text.colorful-header img,
  .colorful-header #header {
    background: #52d39b;
  }
  .carousel_item,
  .header-image {
    position: absolute;
    top: 0;
    margin: 0;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .carousel_item .ce_image,
  .header-image .ce_image {
    position: absolute;
    top: 0;
  }
  .carousel_item .ce_image img,
  .header-image .ce_image img {
    height: 100%;
    max-width: none;
    width: auto !important;
    border-radius: 0px;
  }
  .carousel_item .image_container,
  .header-image .image_container {
    height: 100%;
  }
  .carousel_item .image-right,
  .header-image .image-right {
    position: absolute;
    right: 0%;
    width: 100%;
    height: 100%;
  }
  .carousel_item .image-right img,
  .header-image .image-right img {
    float: right;
  }
  .carousel_item .image-centered,
  .header-image .image-centered {
    position: static;
  }
  .carousel_item .image-centered img,
  .header-image .image-centered img {
    display: block;
    margin: 0 auto;
  }
  .carousel_item .image-full,
  .header-image .image-full {
    overflow: hidden;
  }
  .carousel_item .image-full img,
  .header-image .image-full img {
    border-radius: 0px;
    display: none !important;
  }
  .image-full-wrap {
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .image-full-img {
    position: absolute;
    max-width: none !important;
    border-radius: 0px;
  }
  body.boxed #wrapper #header,
  body.boxed #wrapper #header .image-full,
  body.boxed #wrapper #header .image-full .image-full-wrap {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  body.boxed #wrapper #header .image-full .image-full-wrap img {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0.00001;
  }
  #header #logo,
  .logo-footer {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    font-style: italic;
    text-transform: lowercase;
    letter-spacing: 0px;
  }
  #header #logo {
    position: relative;
    float: left;
    z-index: 1;
    margin-left: 44px;
    padding: 22px 44px;
    color: #fdfdfd;
    text-shadow: none;
  }
  #header #logo:hover {
    color: #fdfdfd;
    text-decoration: none;
    text-shadow: none;
  }
  #header .mod_customnav {
    margin-right: 88px;
  }
  #header-nav {
    position: relative;
    clear: both;
    z-index: 2;
    margin: 0 44px;
    border-radius: 3px;
    background: #4ec391;
    background: rgba(42, 55, 58, 0.1);
  }
  #header-nav:before,
  #header-nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  #header-nav:after {
    clear: both;
  }
  body.head-white-type #header h1,
  body.head-white-type #header h2,
  body.head-white-type #header #logo,
  body.head-white-type #header .mod_customnav a,
  body.head-white-type #header .header-text p {
    color: #fdfdfd !important;
  }
  body.head-white-type #header .mod_customnav .nav-pill a {
    background: #fdfdfd !important;
    color: #49a97f !important;
  }
  body.head-white-type #main-nav ul.level_1 > li > a,
  body.head-white-type #selectnav:before {
    color: #fdfdfd;
  }
  body.colorful-header.forceDark #header h1,
  body.head-dark-type #header h1,
  body.colorful-header.forceDark #header h2,
  body.head-dark-type #header h2,
  body.colorful-header.forceDark #header #logo,
  body.head-dark-type #header #logo,
  body.colorful-header.forceDark #header .mod_customnav a,
  body.head-dark-type #header .mod_customnav a,
  body.colorful-header.forceDark #header .header-text p,
  body.head-dark-type #header .header-text p {
    color: #192528 !important;
  }
  body.colorful-header.forceDark #header .mod_customnav .nav-pill a,
  body.head-dark-type #header .mod_customnav .nav-pill a {
    background: #fdfdfd !important;
    color: #52d39b !important;
  }
  body.colorful-header.forceDark #main-nav ul.level_1 > li > a,
  body.head-dark-type #main-nav ul.level_1 > li > a,
  body.colorful-header.forceDark #selectnav:before,
  body.head-dark-type #selectnav:before {
    color: #192528;
  }
  #header-carousel {
    height: 650px;
    overflow: hidden;
    background: #192528;
    position: relative;
    z-index: 1;
  }
  #header-carousel + #header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-height: 180px !important;
    background: transparent !important;
  }
  #header-carousel .caroufredsel_skin {
    position: relative;
  }
  #header-carousel img {
    opacity: 0;
  }
  #header-carousel > *,
  #header-carousel > * > *,
  .ce_caroufredsel_start,
  #header-carousel .caroufredsel_skin,
  #header-carousel .caroufredsel,
  #header-carousel .caroufredsel_wrapper,
  #header-carousel .ce_text {
    margin: 0 !important;
    height: 100% !important;
  }
  #header-carousel .ce_text {
    display: table;
    position: relative;
    margin-bottom: 0;
  }
  #header-carousel .text-center .ce_text-inside {
    padding-right: 0 !important;
  }
  .boxed #header-carousel .caroufredsel_center-el > .ce_text-inside {
    padding: 0 88px;
  }
  #header-carousel .ce_text-inside {
    display: table;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-right: 924px;
    box-sizing: border-box;
    vertical-align: middle;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    position: relative;
    z-index: 2;
    opacity: 0;
    left: 2%;
  }
  .boxed #header-carousel .ce_text-inside {
    padding-right: 807.84px;
  }
  #header-carousel h1 {
    margin-bottom: 0;
  }
  #header-carousel h1 + * {
    margin-top: 11px;
  }
  #header-carousel .ce_text.intro-jumbo .ce_text-inside {
    padding-right: 700px;
  }
  #header-carousel .ce_text.intro-jumbo .ce_text-inside h1 + * {
    margin-top: 22px;
  }
  .caroufredsel_center-el {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    padding-top: 126.5px;
    height: 100%;
    box-sizing: border-box;
  }
  #header-carousel .visible .ce_text-inside {
    opacity: 1;
    left: 0%;
  }
  #header-carousel .ce_text .image_container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    margin-bottom: 0;
  }
  .carousel_item {
    height: 100%;
  }
  .carousel_item > .inside {
    position: relative;
    height: 100%;
    padding: 0;
  }
  .carousel_item .ce_text {
    width: 100%;
  }
  .carousel_item .image-full img {
    display: block !important;
  }
  .caroufredsel_bar_wrapper,
  .caroufredsel_controls {
    width: 100%;
    text-align: center;
    z-index: 4;
  }
  .caroufredsel_bar_wrapper {
    position: absolute;
  }
  .caroufredsel_bar_wrapper {
    top: 0;
    width: 100%;
    height: 4px;
    background: #192528;
    background: rgba(0, 0, 0, 0.3);
  }
  .caroufredsel_bar {
    background-color: #52d39b;
    height: 100%;
  }
  .caroufredsel_next,
  .caroufredsel_prev {
    z-index: 99;
    color: #fdfdfd;
  }
  .caroufredsel_next {
    right: 33px;
  }
  .caroufredsel_next:hover {
    right: 22px;
  }
  .caroufredsel_prev {
    left: 33px;
  }
  .caroufredsel_prev:hover {
    left: 22px;
  }
  .boxed .caroufredsel_next {
    right: 11px;
  }
  .boxed .caroufredsel_next:hover {
    right: 0px;
  }
  .boxed .caroufredsel_prev {
    left: 11px;
  }
  .boxed .caroufredsel_prev:hover {
    left: 0px;
  }
  .caroufredsel_pagi {
    position: relative;
    top: -44px;
    z-index: 99;
  }
  .caroufredsel_pagi a {
    display: inline-block;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    margin: 0 4px;
  }
  .caroufredsel_pagi a.selected {
    background: #49a97f;
  }
  #footer .ce_form {
    color: #fdfdfd;
    background: none;
    padding: 0;
  }
  #footer .ce_form input[type="text"],
  #footer .ce_form input[type="password"],
  #footer .ce_form input[type="datetime"],
  #footer .ce_form input[type="datetime-local"],
  #footer .ce_form input[type="date"],
  #footer .ce_form input[type="month"],
  #footer .ce_form input[type="time"],
  #footer .ce_form input[type="week"],
  #footer .ce_form input[type="number"],
  #footer .ce_form input[type="email"],
  #footer .ce_form input[type="url"],
  #footer .ce_form input[type="search"],
  #footer .ce_form input[type="tel"],
  #footer .ce_form input[type="color"],
  #footer .ce_form textarea {
    background: #263235;
  }
  #footer .ce_form input[type="text"]:-moz-placeholder,
  #footer .ce_form input[type="password"]:-moz-placeholder,
  #footer .ce_form input[type="datetime"]:-moz-placeholder,
  #footer .ce_form input[type="datetime-local"]:-moz-placeholder,
  #footer .ce_form input[type="date"]:-moz-placeholder,
  #footer .ce_form input[type="month"]:-moz-placeholder,
  #footer .ce_form input[type="time"]:-moz-placeholder,
  #footer .ce_form input[type="week"]:-moz-placeholder,
  #footer .ce_form input[type="number"]:-moz-placeholder,
  #footer .ce_form input[type="email"]:-moz-placeholder,
  #footer .ce_form input[type="url"]:-moz-placeholder,
  #footer .ce_form input[type="search"]:-moz-placeholder,
  #footer .ce_form input[type="tel"]:-moz-placeholder,
  #footer .ce_form input[type="color"]:-moz-placeholder,
  #footer .ce_form textarea:-moz-placeholder {
    color: #747b7d;
  }
  #footer .ce_form input[type="text"]::-moz-placeholder,
  #footer .ce_form input[type="password"]::-moz-placeholder,
  #footer .ce_form input[type="datetime"]::-moz-placeholder,
  #footer .ce_form input[type="datetime-local"]::-moz-placeholder,
  #footer .ce_form input[type="date"]::-moz-placeholder,
  #footer .ce_form input[type="month"]::-moz-placeholder,
  #footer .ce_form input[type="time"]::-moz-placeholder,
  #footer .ce_form input[type="week"]::-moz-placeholder,
  #footer .ce_form input[type="number"]::-moz-placeholder,
  #footer .ce_form input[type="email"]::-moz-placeholder,
  #footer .ce_form input[type="url"]::-moz-placeholder,
  #footer .ce_form input[type="search"]::-moz-placeholder,
  #footer .ce_form input[type="tel"]::-moz-placeholder,
  #footer .ce_form input[type="color"]::-moz-placeholder,
  #footer .ce_form textarea::-moz-placeholder {
    color: #747b7d;
  }
  #footer .ce_form input[type="text"]:-ms-input-placeholder,
  #footer .ce_form input[type="password"]:-ms-input-placeholder,
  #footer .ce_form input[type="datetime"]:-ms-input-placeholder,
  #footer .ce_form input[type="datetime-local"]:-ms-input-placeholder,
  #footer .ce_form input[type="date"]:-ms-input-placeholder,
  #footer .ce_form input[type="month"]:-ms-input-placeholder,
  #footer .ce_form input[type="time"]:-ms-input-placeholder,
  #footer .ce_form input[type="week"]:-ms-input-placeholder,
  #footer .ce_form input[type="number"]:-ms-input-placeholder,
  #footer .ce_form input[type="email"]:-ms-input-placeholder,
  #footer .ce_form input[type="url"]:-ms-input-placeholder,
  #footer .ce_form input[type="search"]:-ms-input-placeholder,
  #footer .ce_form input[type="tel"]:-ms-input-placeholder,
  #footer .ce_form input[type="color"]:-ms-input-placeholder,
  #footer .ce_form textarea:-ms-input-placeholder {
    color: #747b7d;
  }
  #footer .ce_form input[type="text"]::-webkit-input-placeholder,
  #footer .ce_form input[type="password"]::-webkit-input-placeholder,
  #footer .ce_form input[type="datetime"]::-webkit-input-placeholder,
  #footer .ce_form input[type="datetime-local"]::-webkit-input-placeholder,
  #footer .ce_form input[type="date"]::-webkit-input-placeholder,
  #footer .ce_form input[type="month"]::-webkit-input-placeholder,
  #footer .ce_form input[type="time"]::-webkit-input-placeholder,
  #footer .ce_form input[type="week"]::-webkit-input-placeholder,
  #footer .ce_form input[type="number"]::-webkit-input-placeholder,
  #footer .ce_form input[type="email"]::-webkit-input-placeholder,
  #footer .ce_form input[type="url"]::-webkit-input-placeholder,
  #footer .ce_form input[type="search"]::-webkit-input-placeholder,
  #footer .ce_form input[type="tel"]::-webkit-input-placeholder,
  #footer .ce_form input[type="color"]::-webkit-input-placeholder,
  #footer .ce_form textarea::-webkit-input-placeholder {
    color: #747b7d;
  }
  #footer .copyright,
  #footer .logo-footer {
    position: relative;
    top: 22px;
  }
  #footer .copyright {
    margin-top: 66px;
  }
  #footer hr {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  #footer .logo-footer {
    margin-top: 22px;
    font-size: 24px;
    color: #52d39b;
  }
  .ce_table h1,
  .ce_table h2,
  .ce_table h3,
  .ce_table h4,
  .ce_table h5,
  .ce_table h6 {
    margin-bottom: 22px;
  }
  .ce_table table {
    width: 100%;
    margin-bottom: 58.66666667px;
  }
  .ce_table table th,
  .ce_table table td {
    padding: 6px 24px 6px 3px;
    text-align: left;
  }
  .ce_table table td {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .ce_table table th {
    height: 44px;
    vertical-align: middle;
    border-bottom: 1px solid;
    font-weight: 700;
    vertical-align: bottom;
    white-space: nowrap;
  }
  .ce_table table tfoot td {
    border-top: 1px solid;
  }
  .ce_table table tbody th {
    height: auto;
    vertical-align: top;
    border-bottom: none;
  }
  .ce_table table tr:last-child td {
    border-bottom: none;
  }
  .ce_table table thead th.col_first {
    border-top-left-radius: 3px;
  }
  .ce_table table thead th.col_last {
    border-top-right-radius: 3px;
  }
  .ce_table table tbody tr.row_last .col_first,
  .ce_table table tfoot .col_first {
    border-bottom-left-radius: 3px;
  }
  .ce_table table tbody tr.row_last .col_last,
  .ce_table table tfoot .col_last {
    border-bottom-right-radius: 3px;
  }
  .ce_table table tfoot + tbody tr.row_last .col_last,
  .ce_table table tfoot + tbody tr.row_last .col_first {
    border-radius: 0;
  }
  .ce_table table.sortable tbody th {
    background-image: none;
  }
  .ce_table table.sortable thead th {
    background-image: none;
    cursor: pointer;
  }
  .ce_table table.sortable thead th:after {
    content: '\e74f';
    float: right;
    margin-right: 22px;
    font-size: 10px;
    font-family: 'icons';
    color: #49a97f;
  }
  .ce_table table.sortable thead th.headerSortDown:after {
    content: '\25be';
  }
  .ce_table table.sortable thead th.headerSortUp:after {
    content: '\25b4';
  }
  .ce_table.table-solid table th,
  .ce_table.table-solid table td {
    padding-left: 22px;
  }
  .ce_table.table-solid table td {
    color: #839296;
    background: #fdfdfd;
  }
  .ce_table.table-solid table tbody tr:hover td {
    background: #f8f8f8;
  }
  .ce_table.table-solid table th {
    border: none;
    background-color: #52d39b;
    font-weight: 300;
  }
  .ce_table.table-solid table tbody th {
    background-color: #49a97f;
  }
  .ce_table.table-solid table tfoot td {
    border: none;
    background-color: #2a373a;
    color: #fdfdfd;
  }
  .ce_table.table-solid th,
  .ce_table.table-solid table.sortable th:after {
    color: #dbf5e9 !important;
  }
  .table-as-bars table {
    display: none;
  }
  .js .table-as-bars > h1,
  .js .table-as-bars > h2,
  .js .table-as-bars > h3,
  .js .table-as-bars > h4,
  .js .table-as-bars > h5,
  .js .table-as-bars > h6 {
    padding-left: 160px;
  }
  dl.table-as-bar dt {
    float: left;
    width: 120px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
  }
  dl.table-as-bar dd {
    margin-left: 140px;
  }
  dl.table-as-bar dd .text {
    display: none;
  }
  dl.table-as-bar dd .bar {
    display: inline-block;
    height: 22px;
    width: 0%;
    border-radius: 3px;
    background-color: #52d39b;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }
  form {
    margin: 0;
  }
  fieldset {
    padding: 0;
    margin: 0;
    border: 0;
  }
  legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 44px;
    color: #404e51;
    border: 0;
    border-bottom: 1px solid #d0d0d0;
  }
  fieldset fieldset legend {
    font-size: 16px;
  }
  label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
  }
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-height: 36px;
    padding: 6px 9px;
    font-size: 16px;
    line-height: 22px;
    color: #839296;
    vertical-align: middle;
    background-color: #f3f3f3;
    border: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
  }
  select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-height: 36px;
    padding: 6px 9px;
    font-size: 16px;
    line-height: 22px;
    vertical-align: middle;
  }
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"] {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  input,
  select,
  textarea {
    width: 100%;
  }
  input[type="file"],
  input[type="image"],
  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  input[type="radio"],
  input[type="checkbox"] {
    width: auto;
  }
  textarea {
    max-width: 100%;
    height: auto;
  }
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted   \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  }
  input[type="radio"],
  input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px   \9;
    /* IE8-9 */
    line-height: normal;
  }
  select,
  input[type="file"] {
    height: 36px;
  }
  select {
    line-height: 36px;
  }
  input[type="file"] {
    display: block;
    line-height: 22px;
    font-size: 12px;
  }
  select[multiple],
  select[size] {
    height: auto;
  }
  select:focus,
  input[type="file"]:focus,
  input[type="radio"]:focus,
  input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
  }
  input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
  }
  input[type="submit"] {
    -webkit-appearance: none;
  }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #ababab;
  }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #ababab;
  }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #ababab;
  }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #ababab;
  }
  input[disabled],
  select[disabled],
  textarea[disabled],
  input[readonly],
  select[readonly],
  textarea[readonly],
  fieldset[disabled] input,
  fieldset[disabled] select,
  fieldset[disabled] textarea {
    cursor: not-allowed;
    background-color: #f3f3f3;
  }
  input[type="radio"][disabled],
  input[type="checkbox"][disabled],
  input[type="radio"][readonly],
  input[type="checkbox"][readonly],
  fieldset[disabled] input[type="radio"],
  fieldset[disabled] input[type="checkbox"] {
    background-color: transparent;
  }
  input:focus:invalid,
  textarea:focus:invalid,
  select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
  }
  input:focus:invalid:focus,
  textarea:focus:invalid:focus,
  select:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
  }
  input.mandatory,
  textarea.mandatory,
  select.mandatory {
    /*background-color: #FFF;*/
  }
  span.mandatory {
    color: #f00;
  }
  p.error {
    background: #f8f2f2;
    margin: 10px 0;
    padding: 10px;
    border-radius: 4px;
    color: #d9534f !important;
  }
  .explanation {
    margin: 11px 0;
  }
  .checkbox_container span,
  .radio_container span {
    display: inline-block;
    margin-right: 22px;
  }
  .checkbox_container input,
  .radio_container input {
    float: left;
    margin-right: 10px;
  }
  .submit_container {
    padding-top: 11px;
    text-align: right;
  }
  .submit_container input {
    margin-bottom: 0;
  }
  .ce_form,
  .mod_registration,
  .mod_search,
  .mod_lostPassword,
  .ce_comments .form {
    color: #192528;
    background: #fdfdfd;
    border-radius: 3px;
    padding: 22px;
  }
  .ce_form h1,
  .mod_registration h1,
  .mod_search h1,
  .mod_lostPassword h1,
  .ce_comments .form h1,
  .ce_form h2,
  .mod_registration h2,
  .mod_search h2,
  .mod_lostPassword h2,
  .ce_comments .form h2,
  .ce_form h3,
  .mod_registration h3,
  .mod_search h3,
  .mod_lostPassword h3,
  .ce_comments .form h3,
  .ce_form h4,
  .mod_registration h4,
  .mod_search h4,
  .mod_lostPassword h4,
  .ce_comments .form h4,
  .ce_form h5,
  .mod_registration h5,
  .mod_search h5,
  .mod_lostPassword h5,
  .ce_comments .form h5,
  .ce_form h6,
  .mod_registration h6,
  .mod_search h6,
  .mod_lostPassword h6,
  .ce_comments .form h6,
  .ce_form label,
  .mod_registration label,
  .mod_search label,
  .mod_lostPassword label,
  .ce_comments .form label,
  .ce_form .toggler,
  .mod_registration .toggler,
  .mod_search .toggler,
  .mod_lostPassword .toggler,
  .ce_comments .form .toggler,
  .ce_form .month,
  .mod_registration .month,
  .mod_search .month,
  .mod_lostPassword .month,
  .ce_comments .form .month,
  .ce_form .day-name,
  .mod_registration .day-name,
  .mod_search .day-name,
  .mod_lostPassword .day-name,
  .ce_comments .form .day-name,
  .ce_form strong,
  .mod_registration strong,
  .mod_search strong,
  .mod_lostPassword strong,
  .ce_comments .form strong {
    color: inherit !important;
  }
  .ce_form > h1,
  .mod_registration > h1,
  .mod_search > h1,
  .mod_lostPassword > h1,
  .ce_comments .form > h1,
  .ce_form > h2,
  .mod_registration > h2,
  .mod_search > h2,
  .mod_lostPassword > h2,
  .ce_comments .form > h2,
  .ce_form > h3,
  .mod_registration > h3,
  .mod_search > h3,
  .mod_lostPassword > h3,
  .ce_comments .form > h3,
  .ce_form > h4,
  .mod_registration > h4,
  .mod_search > h4,
  .mod_lostPassword > h4,
  .ce_comments .form > h4,
  .ce_form .headline,
  .mod_registration .headline,
  .mod_search .headline,
  .mod_lostPassword .headline,
  .ce_comments .form .headline {
    margin-bottom: 44px;
  }
  .ce_form input,
  .mod_registration input,
  .mod_search input,
  .mod_lostPassword input,
  .ce_comments .form input,
  .ce_form select,
  .mod_registration select,
  .mod_search select,
  .mod_lostPassword select,
  .ce_comments .form select,
  .ce_form textarea,
  .mod_registration textarea,
  .mod_search textarea,
  .mod_lostPassword textarea,
  .ce_comments .form textarea {
    margin-bottom: 11px;
  }
  .ce_form label,
  .mod_registration label,
  .mod_search label,
  .mod_lostPassword label,
  .ce_comments .form label {
    font-size: 16px;
  }
  .explanation,
  .explanation p,
  .mod_search .header {
    color: #365057 !important;
  }
  #search-slot {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    overflow: hidden;
  }
  #search-slot input,
  #search-slot .btn {
    float: left;
    margin: 0;
    height: 22px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    line-height: 22px;
  }
  #search-slot input {
    visibility: hidden;
    width: 1px;
    min-height: 0px;
    padding: 33px 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #search-slot .btn {
    width: 22px;
    padding: 33px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    background: #49a97f;
    color: #b5dbcb;
  }
  #search-slot:hover input,
  #search-slot.hover input,
  #search-slot input:focus {
    visibility: visible;
    width: 120px;
    padding: 33px;
    -webkit-transition: width .6s, padding .6s;
  }
  .mod_search .search-inputs-wrap {
    width: 100%;
    display: table;
  }
  .mod_search .text {
    max-width: 100%;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  .mod_search .search-input-text-wrap,
  .mod_search .submit {
    display: table-cell;
  }
  .mod_search .search-input-text-wrap {
    width: 100%;
    vertical-align: middle;
  }
  .mod_search .submit {
    width: 42px;
    padding: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
  .mod_search .text,
  .mod_search .submit {
    vertical-align: middle;
    height: 42px;
  }
  .mod_search .header {
    border-top: 1px solid #dddddd;
    margin-top: 11px;
    padding-top: 11px;
    margin-bottom: 0;
  }
  .mod_search div h3 {
    margin-top: 22px;
  }
  .mod_search .url {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 13px;
    margin-bottom: 0;
  }
  .two_column.login .name-group,
  .two_column.login .password-group,
  .two_column.login .misc-container {
    width: 100%;
    position: relative;
  }
  .two_column.login .name-group,
  .two_column.login .password-group {
    border-bottom: 1px solid #49a97f;
  }
  .two_column.login .name-group > *,
  .two_column.login .password-group > *,
  .two_column.login .misc-container > * {
    margin: 0;
  }
  .two_column.login .input-wrapper {
    display: block;
    padding-left: 70px;
  }
  .two_column.login .name-group label,
  .two_column.login .password-group label,
  .two_column.login .misc-container span {
    width: 70px;
    height: 70px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
  }
  .two_column.login .name-group label,
  .two_column.login .password-group label {
    background: #49a97f;
    color: #d9ece4 !important;
  }
  .two_column.login .name-group label i,
  .two_column.login .password-group label i {
    line-height: 68px;
    font-size: 12px;
  }
  .two_column.login .misc-container span {
    background: #192528;
    border-radius: 0 0 0 3px;
  }
  .two_column.login .name-group input,
  .two_column.login .password-group input {
    height: 70px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #52d39b;
    color: #fdfdfd;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .two_column.login .name-group input:-moz-placeholder,
  .two_column.login .password-group input:-moz-placeholder {
    color: #dbf5e9;
  }
  .two_column.login .name-group input::-moz-placeholder,
  .two_column.login .password-group input::-moz-placeholder {
    color: #dbf5e9;
  }
  .two_column.login .name-group input:-ms-input-placeholder,
  .two_column.login .password-group input:-ms-input-placeholder {
    color: #dbf5e9;
  }
  .two_column.login .name-group input::-webkit-input-placeholder,
  .two_column.login .password-group input::-webkit-input-placeholder {
    color: #dbf5e9;
  }
  .two_column.login .name-group input:focus,
  .two_column.login .password-group input:focus {
    background: #3ece8f;
    color: #fdfdfd;
  }
  .two_column.login .name-group input:focus:-moz-placeholder,
  .two_column.login .password-group input:focus:-moz-placeholder {
    color: #fdfdfd;
  }
  .two_column.login .name-group input:focus::-moz-placeholder,
  .two_column.login .password-group input:focus::-moz-placeholder {
    color: #fdfdfd;
  }
  .two_column.login .name-group input:focus:-ms-input-placeholder,
  .two_column.login .password-group input:focus:-ms-input-placeholder {
    color: #fdfdfd;
  }
  .two_column.login .name-group input:focus::-webkit-input-placeholder,
  .two_column.login .password-group input:focus::-webkit-input-placeholder {
    color: #fdfdfd;
  }
  .two_column.login .name-group input,
  .two_column.login .password-group input,
  .two_column.login .misc-container label {
    padding: 0 20px;
  }
  .two_column.login .misc-container label {
    display: block;
    padding: 24px 22px;
    background: #2a373a;
    margin: 0 70px;
    color: #fdfdfd !important;
  }
  .two_column.login .submit {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 70px;
    height: 70px;
    border-radius: 0 0 3px 0;
    background-color: #49a97f;
    color: #fdfdfd !important;
  }
  .two_column.login .submit:hover,
  .two_column.login .submit:focus,
  .two_column.login .submit:active,
  .two_column.login .submit.active {
    background-color: #429772;
  }
  .two_column.login .submit.disabled:hover,
  .two_column.login .submit[disabled]:hover,
  fieldset[disabled] .two_column.login .submit:hover,
  .two_column.login .submit.disabled:focus,
  .two_column.login .submit[disabled]:focus,
  fieldset[disabled] .two_column.login .submit:focus,
  .two_column.login .submit.disabled:active,
  .two_column.login .submit[disabled]:active,
  fieldset[disabled] .two_column.login .submit:active,
  .two_column.login .submit.disabled.active,
  .two_column.login .submit[disabled].active,
  fieldset[disabled] .two_column.login .submit.active {
    background-color: #49a97f;
  }
  .two_column.login .misc-container span input {
    display: block;
    height: 20px;
    margin: 25px auto;
  }
  .mod_subscribe,
  .mod_unsubscribe {
    padding: 30px 30px 30px 120px;
    border-radius: 3px;
  }
  .mod_subscribe h1,
  .mod_unsubscribe h1,
  .mod_subscribe h2,
  .mod_unsubscribe h2,
  .mod_subscribe h3,
  .mod_unsubscribe h3,
  .mod_subscribe h4,
  .mod_unsubscribe h4 {
    font-family: inherit;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.2em;
    padding-bottom: 22px;
    color: #fdfdfd !important;
  }
  .mod_subscribe .formbody,
  .mod_unsubscribe .formbody {
    position: relative;
    -webkit-box-sizing: boorder-box;
    -moz-box-sizing: boorder-box;
    box-sizing: boorder-box;
    display: table;
    width: 100%;
  }
  .mod_subscribe .formbody:before,
  .mod_unsubscribe .formbody:before {
    position: absolute;
    left: -120px;
    top: 50%;
    width: 120px;
    margin-top: -11px;
    font-size: 42px;
    font-family: 'icons';
    text-align: center;
  }
  .mod_subscribe .formbody .text,
  .mod_unsubscribe .formbody .text {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  .mod_subscribe .formbody .submit,
  .mod_unsubscribe .formbody .submit {
    margin: 0;
    padding-left: 11px;
    padding-right: 11px;
    border-width: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
  .mod_subscribe .formbody .text,
  .mod_unsubscribe .formbody .text,
  .mod_subscribe .formbody .submit,
  .mod_unsubscribe .formbody .submit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 44px;
  }
  .mod_subscribe .formbody .submit,
  .mod_unsubscribe .formbody .submit,
  .mod_subscribe .formbody .newsletter-input-text-wrap,
  .mod_unsubscribe .formbody .newsletter-input-text-wrap {
    display: table-cell;
    vertical-align: middle;
  }
  .mod_subscribe .formbody .newsletter-input-text-wrap,
  .mod_unsubscribe .formbody .newsletter-input-text-wrap {
    width: 100%;
  }
  .mod_subscribe .checkbox_container,
  .mod_unsubscribe .checkbox_container {
    display: block;
    margin-top: 11px;
  }
  .mod_subscribe .checkbox_container span label,
  .mod_unsubscribe .checkbox_container span label {
    color: #fdfdfd !important;
  }
  .mod_subscribe {
    background: #263234;
  }
  .mod_subscribe .formbody:before {
    content: '\2709';
    color: #52d39b;
  }
  .mod_unsubscribe {
    background: #d9534f;
  }
  .mod_unsubscribe .formbody .submit {
    background-color: #2a373a;
  }
  .mod_unsubscribe .formbody .submit:hover,
  .mod_unsubscribe .formbody .submit:focus,
  .mod_unsubscribe .formbody .submit:active,
  .mod_unsubscribe .formbody .submit.active {
    background-color: #1f292c;
  }
  .mod_unsubscribe .formbody .submit.disabled:hover,
  .mod_unsubscribe .formbody .submit[disabled]:hover,
  fieldset[disabled] .mod_unsubscribe .formbody .submit:hover,
  .mod_unsubscribe .formbody .submit.disabled:focus,
  .mod_unsubscribe .formbody .submit[disabled]:focus,
  fieldset[disabled] .mod_unsubscribe .formbody .submit:focus,
  .mod_unsubscribe .formbody .submit.disabled:active,
  .mod_unsubscribe .formbody .submit[disabled]:active,
  fieldset[disabled] .mod_unsubscribe .formbody .submit:active,
  .mod_unsubscribe .formbody .submit.disabled.active,
  .mod_unsubscribe .formbody .submit[disabled].active,
  fieldset[disabled] .mod_unsubscribe .formbody .submit.active {
    background-color: #2a373a;
  }
  .mod_unsubscribe .formbody:before {
    content: '\232b';
    color: #fdfdfd;
  }
  .ce_accordion {
    margin-bottom: 1px !important;
  }
  .toggler {
    padding: 22px 0;
    border-bottom: 1px solid;
    font-size: 18px;
    font-weight: 300;
    font-family: inherit;
    text-transform: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .toggler:after {
    content: '+';
    float: right;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    text-align: center;
    background: #49a97f;
    color: #fdfdfd;
  }
  .toggler.ui-accordion-header-active:after {
    content: '-';
  }
  .accordion {
    padding: 22px;
  }
  .ce_text {
    margin-bottom: 44px;
  }
  .ce_text .ce_text-inside:before,
  .ce_text .ce_text-inside:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .ce_text .ce_text-inside:after {
    clear: both;
  }
  .ce_text p:last-child {
    margin-bottom: 0;
  }
  .ce_text img {
    margin-bottom: 22px;
  }
  .ce_text img[style*="float: left;"] {
    margin-right: 22px;
  }
  .ce_text img[style*="float: right;"] {
    margin-left: 22px;
  }
  .ce_text .float_above + * {
    margin-top: 22px;
  }
  .ce_text.rounded img {
    border-radius: 400px;
  }
  .service {
    padding-left: 66px;
    padding-right: 66px;
    text-align: center;
  }
  .service:before {
    margin-bottom: 22px;
    padding-top: 22px;
  }
  .service.icon-huge:before {
    margin-bottom: 44px;
    font-size: 60px;
  }
  .service.icon-large:before {
    font-size: 42px;
  }
  .feature {
    position: relative;
  }
  .feature > * {
    padding-left: 80px;
  }
  .feature:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    margin-bottom: 22px;
    text-align: center;
    font-size: 32px;
    color: #52d39b;
  }
  .testimonial .ce_text-inside {
    position: relative;
    padding: 22px;
    color: #fdfdfd !important;
    background: #52d39b;
    text-align: center;
    border-radius: 3px;
  }
  .testimonial .ce_text-inside em {
    font-size: 18px;
  }
  .testimonial .ce_text-inside em:before {
    /*content: '–';
				display: inline-block;
				margin-right: @line-height-base / 2;*/
  }
  .testimonial .ce_text-inside:after {
    content: ' ';
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-top-color: #52d39b;
    position: absolute;
    left: 50%;
    bottom: -19px;
    margin-left: -10px;
  }
  .panel .ce_text-inside {
    position: relative;
    background: #fdfdfd;
    border-radius: 3px;
    padding: 22px;
  }
  .panel .ce_text-inside h1,
  .panel .ce_text-inside h2,
  .panel .ce_text-inside h3,
  .panel .ce_text-inside h4,
  .panel .ce_text-inside h5,
  .panel .ce_text-inside h6,
  .panel .ce_text-inside label,
  .panel .ce_text-inside .toggler,
  .panel .ce_text-inside .month,
  .panel .ce_text-inside .day-name,
  .panel .ce_text-inside strong {
    color: inherit !important;
  }
  .panel h1:first-child,
  .panel h2:first-child,
  .panel h3:first-child,
  .panel h4:first-child,
  .panel h5:first-child {
    margin: 0 -22px 22px;
    padding: 0 22px 22px;
    border-bottom: 1px solid #dddddd;
  }
  .panel.panel-success .ce_text-inside {
    background-color: #d5ffda;
  }
  .panel.panel-success .ce_text-inside h1:first-child,
  .panel.panel-success .ce_text-inside h2:first-child,
  .panel.panel-success .ce_text-inside h3:first-child,
  .panel.panel-success .ce_text-inside h4:first-child,
  .panel.panel-success .ce_text-inside h5:first-child {
    border-color: #baddbe;
  }
  .panel.panel-danger .ce_text-inside {
    background-color: #ffd1d1;
  }
  .panel.panel-danger .ce_text-inside h1:first-child,
  .panel.panel-danger .ce_text-inside h2:first-child,
  .panel.panel-danger .ce_text-inside h3:first-child,
  .panel.panel-danger .ce_text-inside h4:first-child,
  .panel.panel-danger .ce_text-inside h5:first-child {
    border-color: #dab5b5;
  }
  .cta {
    position: relative;
    padding: 22px;
    background: #ebebeb;
    border-radius: 3px;
    border-left: 22px solid #52d39b;
  }
  .cta h1,
  .cta h2,
  .cta h3,
  .cta h4,
  .cta h5,
  .cta h6 {
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 700;
    padding: 0;
    color: #192528 !important;
  }
  .cta p {
    font-size: 18px;
    line-height: 1.25em;
    margin: 0;
    color: #192528 !important;
  }
  .cta .h1 {
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 700;
  }
  .cta .h2 {
    font-size: 24px;
    line-height: 1.2em;
  }
  .cta .h3 {
    font-size: 18px;
    line-height: 1.25em;
  }
  .cta figure,
  .cta figure img {
    margin-bottom: 0;
  }
  .cta.cta-black {
    background: #2a373a;
  }
  .cta.cta-black h1,
  .cta.cta-black h2,
  .cta.cta-black h3,
  .cta.cta-black h4,
  .cta.cta-black h5,
  .cta.cta-black h6,
  .cta.cta-black p {
    color: #52d39b !important;
  }
  .cta.cta-primary {
    border-color: #49a97f;
    background: #52d39b;
  }
  .cta.cta-primary h1,
  .cta.cta-primary h2,
  .cta.cta-primary h3,
  .cta.cta-primary h4,
  .cta.cta-primary h5,
  .cta.cta-primary h6,
  .cta.cta-primary p {
    color: #fdfdfd !important;
  }
  .cta.cta-btn {
    position: relative;
    padding-right: 110px;
  }
  .cta.cta-btn .btn {
    display: inline-block;
    padding: 12px 30px;
    margin: 0;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
    text-transform: none;
    cursor: pointer;
    white-space: nowrap;
    color: #fdfdfd;
    text-decoration: none !important;
    background-color: #52d39b;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: 110px;
    height: 100%;
    padding: 0;
    overflow: hidden;
    font-size: 0px;
    line-height: 100%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
  .cta.cta-btn .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .cta.cta-btn .btn:hover,
  .cta.cta-btn .btn:focus {
    color: #fff;
  }
  .cta.cta-btn .btn:active,
  .cta.cta-btn .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .cta.cta-btn .btn.disabled,
  .cta.cta-btn .btn[disabled],
  fieldset[disabled] .cta.cta-btn .btn {
    cursor: default;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .cta.cta-btn .btn:hover,
  .cta.cta-btn .btn:focus,
  .cta.cta-btn .btn:active,
  .cta.cta-btn .btn.active {
    background-color: #3ece8f;
  }
  .cta.cta-btn .btn.disabled:hover,
  .cta.cta-btn .btn[disabled]:hover,
  fieldset[disabled] .cta.cta-btn .btn:hover,
  .cta.cta-btn .btn.disabled:focus,
  .cta.cta-btn .btn[disabled]:focus,
  fieldset[disabled] .cta.cta-btn .btn:focus,
  .cta.cta-btn .btn.disabled:active,
  .cta.cta-btn .btn[disabled]:active,
  fieldset[disabled] .cta.cta-btn .btn:active,
  .cta.cta-btn .btn.disabled.active,
  .cta.cta-btn .btn[disabled].active,
  fieldset[disabled] .cta.cta-btn .btn.active {
    background-color: #52d39b;
  }
  .cta.cta-btn .btn,
  .cta.cta-btn .btn:hover {
    color: #fdfdfd !important;
  }
  .cta.cta-btn .btn:after {
    content: '\e766';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-family: 'icons';
    font-size: 16px;
    text-align: center;
    color: #fdfdfd;
  }
  .linked-image .image_container {
    border-radius: 3px;
    background: #52d39b;
  }
  .linked-image .image_container img {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0;
    width: 100%;
    height: auto;
  }
  .linked-image .image_container a {
    position: relative;
  }
  .linked-image .image_container a:after {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 100%;
    text-align: center;
    color: #f3f3f3;
    font-family: 'icons';
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    display: none;
  }
  .linked-image.rounded .image_container {
    max-width: 80%;
    border-radius: 500px;
  }
  .linked-image.text-center .image_container {
    margin: 0 auto;
  }
  .linked-image.link .image_container a:after {
    content: '🔗';
  }
  .linked-image.email .image_container a:after {
    content: '\2709';
  }
  .linked-image.plus .image_container a:after {
    content: '\2b';
  }
  .no-touch .linked-image a:hover:after,
  .touch .linked-image a.hover:after {
    display: block;
  }
  .no-touch .linked-image a:hover img,
  .touch .linked-image a.hover img {
    opacity: .3;
  }
  .layout_latest .info,
  .layout_short .info,
  .layout_full_list .info,
  .news_full_details .info {
    position: absolute;
    top: 0;
    margin-left: 0;
    text-align: center;
  }
  .layout_latest time,
  .layout_short time,
  .layout_full_list time,
  .news_full_details time,
  .layout_latest .day,
  .layout_short .day,
  .layout_full_list .day,
  .news_full_details .day,
  .layout_latest .month,
  .layout_short .month,
  .layout_full_list .month,
  .news_full_details .month {
    display: block;
  }
  .layout_latest .day,
  .layout_short .day,
  .layout_full_list .day,
  .news_full_details .day {
    color: #d0d0d0;
  }
  .mod_newslist.block {
    margin-bottom: 0;
  }
  .layout_latest,
  .layout_short {
    position: relative;
    border-bottom: 1px solid;
    margin-bottom: 22px !important;
  }
  .layout_latest.first,
  .layout_short.first {
    padding-top: 22px;
    border-top: 1px solid;
  }
  .layout_latest.first .info,
  .layout_short.first .info {
    top: 22px;
  }
  .layout_latest.last,
  .layout_short.last {
    border-bottom: none;
  }
  .layout_latest > *,
  .layout_short > * {
    margin-left: 50px;
  }
  .layout_latest > h2,
  .layout_short > h2 {
    margin-top: 0;
    font-size: 18px;
  }
  .layout_latest .info time,
  .layout_short .info time {
    width: 39px;
  }
  .layout_latest .info .day,
  .layout_short .info .day {
    font-size: 32px;
    line-height: .8em;
  }
  .layout_latest .info .month,
  .layout_short .info .month {
    padding: 11px 0 0;
    font-size: 13px;
  }
  *[class*="make-columns"] > .layout_latest,
  row > .layout_latest,
  *[class*="make-columns"] > .layout_short,
  row > .layout_short {
    border-bottom: none;
  }
  *[class*="make-columns"] > .layout_latest.first,
  row > .layout_latest.first,
  *[class*="make-columns"] > .layout_short.first,
  row > .layout_short.first {
    padding-top: 0;
    border-top: none;
  }
  *[class*="make-columns"] > .layout_latest.first .info,
  row > .layout_latest.first .info,
  *[class*="make-columns"] > .layout_short.first .info,
  row > .layout_short.first .info {
    top: 0;
  }
  .layout_simple {
    margin-bottom: 11px;
  }
  .layout_simple:before,
  .layout_simple:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .layout_simple:after {
    clear: both;
  }
  .layout_simple > * {
    float: left;
  }
  .layout_simple a {
    display: block;
    margin-left: 22px;
    font-family: inherit;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.25em;
  }
  .layout_full_list,
  .news_full_details {
    position: relative;
    margin-bottom: 44px !important;
    padding-bottom: 44px;
  }
  .layout_full_list:before,
  .news_full_details:before,
  .layout_full_list:after,
  .news_full_details:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .layout_full_list:after,
  .news_full_details:after {
    clear: both;
  }
  .layout_full_list .info,
  .news_full_details .info {
    left: 0;
    width: 80px;
  }
  .layout_full_list .day,
  .news_full_details .day {
    line-height: .8em;
    font-size: 30px;
  }
  .layout_full_list .month,
  .news_full_details .month {
    margin-top: 10px;
    font-weight: 700;
    font-size: 13px;
  }
  .layout_full_list .author,
  .news_full_details .author {
    font-size: 13px;
    position: absolute;
    right: 50px;
  }
  .layout_full_list .comment-count,
  .news_full_details .comment-count {
    position: absolute;
    right: 0;
  }
  .layout_full_list .comment-count i,
  .news_full_details .comment-count i {
    color: #d0d0d0;
  }
  .news_full_details {
    margin-bottom: 0 !important;
  }
  .news_full_details .info {
    top: -22px;
    width: 120px;
    padding: 5px 0 0;
    text-align: left;
  }
  .news_full_details .info * {
    display: inline-block;
    text-align: left;
  }
  .news_full_details .info .month {
    margin-left: 11px;
    margin-top: 0;
  }
  .news_full_details .info .day {
    font-size: 60px;
  }
  .news_full_details header {
    margin-top: 88px;
    margin-bottom: 44px;
  }
  .news_full_details header h2 {
    margin-bottom: 11px;
    margin-top: 5.5px;
  }
  .news_full_details header,
  .news_full_details .body {
    clear: none;
    margin-left: 142px;
    margin-left: 0;
  }
  .news_full_details .intro {
    margin-top: -22px;
  }
  .news_full_details .author,
  .news_full_details .comment-count {
    top: -15px;
  }
  .news_full_details + .back {
    max-width: none;
    padding-top: 44px;
    padding-left: 142px;
    padding-left: 0;
    border-top: 1px solid;
  }
  .layout_full_list {
    border-bottom: 1px solid;
  }
  .layout_full_list p:last-child {
    margin-bottom: 0;
  }
  .layout_full_list h1 {
    margin: 0 30px 10px 0;
    font-size: 24px;
  }
  .layout_full_list header h2 {
    font-family: inherit;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.25em;
    margin: -8px 0 22px;
    padding: 0 0 0;
  }
  .layout_full_list header,
  .layout_full_list .ce_text {
    clear: none;
    margin-left: 102px;
    margin-right: 160px;
  }
  .layout_full_list .author,
  .layout_full_list .comment-count {
    top: -27.5px;
  }
  .layout_full_list .ce_text.block {
    margin-bottom: 0;
  }
  .layout_full_list figure {
    display: block;
    margin: 22px 0 22px 102px;
  }
  .layout_full_list figure img {
    width: 100%;
    height: auto;
  }
  .layout_full_list figure.float_left {
    float: left;
    width: 33%;
    margin-right: 44px;
    margin-top: 0;
  }
  .layout_full_list figure.float_left + .ce_text {
    margin-top: 22px;
  }
  .layout_full_list.first {
    border-top: 1px solid;
  }
  .layout_full_list.first header,
  .layout_full_list.first time,
  .layout_full_list.first figure,
  .layout_full_list.first figure.float_left {
    margin-top: 44px;
  }
  .layout_full_list.first .comment-count,
  .layout_full_list.first .author {
    top: 16.5px;
  }
  .layout_full_list p.more {
    position: absolute;
    bottom: 44px;
    right: 0;
  }
  .layout_full_list p.more a {
    margin-top: 22px;
    display: inline-block;
    padding: 12px 30px;
    margin: 0;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    color: #fdfdfd;
    text-decoration: none !important;
    color: #fdfdfd !important;
    background-color: #404e51;
  }
  .layout_full_list p.more a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .layout_full_list p.more a:hover,
  .layout_full_list p.more a:focus {
    color: #fff;
  }
  .layout_full_list p.more a:active,
  .layout_full_list p.more a.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .layout_full_list p.more a.disabled,
  .layout_full_list p.more a[disabled],
  fieldset[disabled] .layout_full_list p.more a {
    cursor: default;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .layout_full_list p.more a:hover,
  .layout_full_list p.more a:focus,
  .layout_full_list p.more a:active,
  .layout_full_list p.more a.active {
    background-color: #354043;
  }
  .layout_full_list p.more a.disabled:hover,
  .layout_full_list p.more a[disabled]:hover,
  fieldset[disabled] .layout_full_list p.more a:hover,
  .layout_full_list p.more a.disabled:focus,
  .layout_full_list p.more a[disabled]:focus,
  fieldset[disabled] .layout_full_list p.more a:focus,
  .layout_full_list p.more a.disabled:active,
  .layout_full_list p.more a[disabled]:active,
  fieldset[disabled] .layout_full_list p.more a:active,
  .layout_full_list p.more a.disabled.active,
  .layout_full_list p.more a[disabled].active,
  fieldset[disabled] .layout_full_list p.more a.active {
    background-color: #404e51;
  }
  #left .layout_full_list .more,
  #right .layout_full_list .more,
  .has-left .layout_full_list .more,
  .has-right .layout_full_list .more,
  .grid3 .layout_full_list .more,
  .grid4 .layout_full_list .more,
  .grid5 .layout_full_list .more,
  .grid6 .layout_full_list .more {
    display: none;
  }
  #left .layout_full_list header,
  #right .layout_full_list header,
  .has-left .layout_full_list header,
  .has-right .layout_full_list header,
  .grid3 .layout_full_list header,
  .grid4 .layout_full_list header,
  .grid5 .layout_full_list header,
  .grid6 .layout_full_list header,
  #left .layout_full_list .ce_text,
  #right .layout_full_list .ce_text,
  .has-left .layout_full_list .ce_text,
  .has-right .layout_full_list .ce_text,
  .grid3 .layout_full_list .ce_text,
  .grid4 .layout_full_list .ce_text,
  .grid5 .layout_full_list .ce_text,
  .grid6 .layout_full_list .ce_text {
    margin-right: 0px;
  }
  .news-slider .layout_full_list {
    margin-bottom: 0 !important;
    padding-bottom: 0;
    padding-top: 44px;
    border-bottom: none;
    border-top: 1px solid;
  }
  .news-slider .layout_full_list figure.float_left {
    float: left;
    width: 12%;
  }
  .news-slider .layout_full_list .more {
    display: none;
  }
  .news-slider .layout_full_list .info,
  .news-slider .layout_full_list .author,
  .news-slider .layout_full_list .comment-count {
    margin-top: 44px;
  }
  .news-slider .layout_full_list .ce_text,
  .news-slider .layout_full_list header {
    margin-right: 33%;
  }
  .news-slider .layout_full_list.first header,
  .news-slider .layout_full_list.first time,
  .news-slider .layout_full_list.first figure,
  .news-slider .layout_full_list.first figure.float_left {
    margin-top: 0;
  }
  .news-slider .layout_full_list.first .comment-count,
  .news-slider .layout_full_list.first .author {
    top: -27.5px;
  }
  .bygone {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  table.minicalendar,
  table.calendar {
    width: 100%;
    margin-bottom: 88px;
    table-layout: fixed;
    border: 3px;
  }
  table.minicalendar th,
  table.calendar th {
    font-weight: 300;
    text-align: left;
  }
  table.minicalendar .days,
  table.calendar .days {
    background: #ffffff;
  }
  table.minicalendar .days.weekend,
  table.calendar .days.weekend {
    background-color: #2a373a;
  }
  table.minicalendar .today,
  table.calendar .today {
    -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  }
  table.minicalendar .label,
  table.calendar .label {
    background: #ebebeb;
  }
  table.minicalendar .label.weekend,
  table.calendar .label.weekend {
    background-color: #192528;
    color: #fdfdfd;
  }
  table.minicalendar .head,
  table.calendar .head {
    padding-bottom: 4px;
    text-align: left;
  }
  table.minicalendar .next,
  table.calendar .next {
    text-align: right;
  }
  table.minicalendar tr.last .col_first,
  table.calendar tr.last .col_first {
    border-bottom-left-radius: 3px;
  }
  table.minicalendar tr.last .col_last,
  table.calendar tr.last .col_last {
    border-bottom-right-radius: 3px;
  }
  table.minicalendar .days,
  table.minicalendar .label {
    padding: 10px 3px 3px;
  }
  table.minicalendar .days {
    color: #d0d0d0;
    font-size: 12px;
  }
  table.minicalendar .today {
    color: #2a373a;
  }
  table.minicalendar .days.active {
    background: #52d39b;
  }
  table.minicalendar .days.active a {
    display: block;
    color: #fdfdfd !important;
  }
  table.minicalendar .days.active.today {
    color: #fdfdfd;
  }
  table.minicalendar .days.active.selected {
    position: relative;
    background-color: #ccf2e2;
  }
  table.minicalendar .days.active.selected a {
    color: #52d39b !important;
  }
  table.minicalendar .days.active:hover {
    background: #429772;
  }
  table.minicalendar .days.active:hover a {
    text-decoration: none;
  }
  table.minicalendar .label {
    background-color: #52d39b;
    color: #fdfdfd;
  }
  table.minicalendar .label.weekend {
    background-color: #49a97f;
  }
  table.minicalendar .current {
    vertical-align: middle;
    text-align: center;
  }
  table.minicalendar .head {
    overflow: hidden;
    background: #192528;
    color: #fdfdfd;
  }
  table.minicalendar .head a {
    display: block;
    padding: 30.8px 10px;
    text-align: center;
    background: #2a373a;
    color: #fdfdfd !important;
    background-color: #2a373a;
  }
  table.minicalendar .head a:hover {
    text-decoration: none;
  }
  table.minicalendar .head a:hover,
  table.minicalendar .head a:focus,
  table.minicalendar .head a:active,
  table.minicalendar .head a.active {
    background-color: #1f292c;
  }
  table.minicalendar .head a.disabled:hover,
  table.minicalendar .head a[disabled]:hover,
  fieldset[disabled] table.minicalendar .head a:hover,
  table.minicalendar .head a.disabled:focus,
  table.minicalendar .head a[disabled]:focus,
  fieldset[disabled] table.minicalendar .head a:focus,
  table.minicalendar .head a.disabled:active,
  table.minicalendar .head a[disabled]:active,
  fieldset[disabled] table.minicalendar .head a:active,
  table.minicalendar .head a.disabled.active,
  table.minicalendar .head a[disabled].active,
  fieldset[disabled] table.minicalendar .head a.active {
    background-color: #2a373a;
  }
  table.minicalendar .head.previous,
  table.minicalendar .head.next {
    padding: 0;
  }
  table.minicalendar .head.previous,
  table.minicalendar .head.previous a {
    border-top-left-radius: 3px;
  }
  table.minicalendar .head.next,
  table.minicalendar .head.next a {
    border-top-right-radius: 3px;
    color: #fdfdfd !important;
  }
  table.calendar .days {
    position: relative;
    height: 20px;
    padding-bottom: 40px;
  }
  table.calendar .days.active {
    padding-bottom: 0;
    background: #ebebeb;
  }
  table.calendar .days.active.weekend {
    background: #354549;
  }
  table.calendar .days .header {
    bottom: 0;
    font-size: 18px;
    color: #d0d0d0;
  }
  table.calendar .days.active .header {
    color: #839296;
  }
  table.calendar .days.active.weekend .header,
  table.calendar .days.today.weekend .header {
    color: #fdfdfd;
  }
  table.calendar .days.today .header {
    color: #404e51;
  }
  table.calendar .days .header,
  table.calendar .days .event a {
    padding: 10px;
  }
  table.calendar .days .event a {
    display: block;
    background: #52d39b;
    color: #fdfdfd !important;
    margin-bottom: 1px;
  }
  table.calendar .days .event a:hover {
    text-decoration: none;
    background: #49a97f;
  }
  table.calendar head.current {
    font-size: 32px;
  }
  table.calendar .label,
  table.calendar .head {
    padding: 20px 10px;
  }
  table.calendar .label {
    font-weight: 700;
  }
  table.calendar .label.col_first {
    border-top-left-radius: 3px;
  }
  table.calendar .label.col_last {
    border-top-right-radius: 3px;
  }
  .recurring {
    font-size: 13px;
  }
  .layout_upcoming .date:before,
  .event-details .date:before,
  .layout_upcoming .date:after,
  .event-details .date:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .layout_upcoming .date:after,
  .event-details .date:after {
    clear: both;
  }
  .layout_upcoming .date .day,
  .event-details .date .day {
    float: left;
    margin-right: 10px;
    font-size: 110px;
    line-height: .6em;
    font-weight: 300;
  }
  .layout_upcoming .date .month,
  .event-details .date .month {
    display: block;
  }
  .layout_upcoming .time,
  .event-details .time {
    display: block;
    padding-top: 33px;
    padding-right: 10px;
    padding-bottom: 10px;
    min-width: 1px;
    float: left;
  }
  .layout_upcoming .date .from:before,
  .event-details .date .from:before,
  .layout_upcoming .date .to:before,
  .event-details .date .to:before,
  .layout_upcoming .date .from:after,
  .event-details .date .from:after,
  .layout_upcoming .date .to:after,
  .event-details .date .to:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .layout_upcoming .date .from:after,
  .event-details .date .from:after,
  .layout_upcoming .date .to:after,
  .event-details .date .to:after {
    clear: both;
  }
  .layout_upcoming .date .to,
  .event-details .date .to {
    margin-top: 22px;
    margin-right: 44px;
    padding-top: 33px;
    border-top: 1px solid;
  }
  .layout_upcoming .date .to .separate,
  .event-details .date .to .separate {
    display: block;
    float: left;
    margin-right: 11px;
  }
  .layout_upcoming .date .to .separate i,
  .event-details .date .to .separate i {
    position: relative;
    top: -4px;
    text-align: left;
    font-size: 24px;
    opacity: .5;
  }
  .layout_upcoming .date .to .day,
  .event-details .date .to .day {
    font-size: 24px;
  }
  .layout_upcoming .date .to .month,
  .event-details .date .to .month {
    float: left;
    margin-right: 22px;
  }
  .layout_upcoming .date .to .time,
  .event-details .date .to .time {
    padding-top: 0px;
    padding-bottom: 0;
  }
  .event-details {
    position: relative;
  }
  .event-details .info {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
  }
  .event-details .info .recurring {
    clear: both;
    margin-top: 22px;
    margin-right: 44px;
    padding-top: 11px;
    border-top: 1px solid;
  }
  .event-details > header,
  .event-details .body {
    margin-left: 25%;
  }
  .event-details + .back {
    max-width: none;
    border-top: 1px solid;
    padding-top: 44px;
  }
  .mod_eventlist .event-day {
    position: relative;
    padding-left: 33%;
  }
  .mod_eventlist .event {
    display: table;
    width: 100%;
    padding-top: 44px;
    padding-bottom: 44px;
    border-top: 1px solid;
  }
  .mod_eventlist .header {
    position: absolute;
    left: 0;
    top: 0;
    width: 33%;
    padding-top: 22px;
    border-top: 1px solid;
    text-align: center;
  }
  .mod_eventlist .month {
    font-weight: 700;
  }
  .mod_eventlist .day {
    display: block;
    font-size: 60px;
    line-height: 1em;
  }
  .mod_eventlist .body,
  .mod_eventlist .more {
    display: table-cell;
    vertical-align: middle;
  }
  .mod_eventlist .body {
    min-height: 110px;
    padding-right: 22px;
  }
  .mod_eventlist .more {
    text-align: right;
  }
  .layout_upcoming {
    position: relative;
  }
  .layout_upcoming .image_container {
    float: left;
    margin-right: 22px;
  }
  .layout_upcoming .body {
    display: block;
    margin-left: 33%;
  }
  .layout_upcoming h2 {
    margin-top: 0;
  }
  .layout_upcoming h2 a {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .layout_upcoming p {
    margin-bottom: 0;
  }
  .layout_upcoming i {
    color: inherit;
  }
  .layout_upcoming figure {
    margin-bottom: 11px;
    max-width: 50%;
  }
  .layout_upcoming .date {
    position: absolute;
    top: -1px;
    width: 33%;
    padding-top: 44px;
    border-top: 1px solid;
  }
  .layout_upcoming .date .day {
    float: left;
    margin-right: 10px;
    font-size: 110px;
    line-height: .6em;
  }
  .layout_upcoming .date .month {
    display: block;
  }
  .layout_upcoming .time {
    display: block;
    float: left;
    min-width: 1px;
    padding-top: 36px;
  }
  .layout_upcoming .teaser {
    margin-bottom: 0;
  }
  .layout_upcoming .more {
    display: none;
  }
  .mod_eventlist .event.layout_teaser {
    display: block;
    border: none;
    padding-top: 0;
  }
  .mod_eventlist .event.layout_teaser .date {
    display: block;
    margin-bottom: 14px;
    padding-bottom: 11px;
    overflow: hidden;
    border-bottom: 1px solid;
  }
  .mod_eventlist .event.layout_teaser .date .day {
    float: left;
  }
  .mod_eventlist .event.layout_teaser .date .month {
    margin-left: 11px;
    font-weight: 300;
  }
  .mod_eventlist .event.layout_teaser .date .time {
    float: right;
  }
  .mod_eventlist .event.layout_teaser .date .month,
  .mod_eventlist .event.layout_teaser .date .time {
    position: relative;
    top: 6px;
  }
  #wrapper .mod_eventlist.make-columns-4 .event.layout_teaser {
    width: 25%;
  }
  .mod_eventlist.event-slider .event {
    padding-bottom: 0;
    padding-top: 44px;
  }
  .portfolio-grid {
    display: block;
    float: none;
    width: auto !important;
    margin-right: 0;
    margin-left: -22px !important;
    padding: 0;
    overflow: visible !important;
  }
  .portfolio-grid .portfolio-item {
    clear: both;
    float: left;
    width: 240px;
    margin-left: 22px;
    margin-bottom: 22px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .mod_newslist .portfolio-item .inner {
    display: block;
    position: relative;
    background: #151f22;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
  }
  .mod_newslist .portfolio-item .inner figure {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
  .mod_newslist .portfolio-item .inner figure img {
    display: block;
    width: 100%;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .mod_newslist .portfolio-item .inner .body,
  .mod_newslist .portfolio-item .inner .more {
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 22px;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .mod_newslist .portfolio-item .inner .body {
    top: -20%;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
  }
  .mod_newslist .portfolio-item .inner .more {
    top: 200%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: -10px 0 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 22px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .mod_newslist .portfolio-item .inner .more i {
    color: #52d39b !important;
  }
  .mod_newslist .portfolio-item .inner h2 {
    margin-top: 11px;
    font-size: 16px;
    text-align: center;
    color: #fdfdfd !important;
  }
  .mod_newslist .portfolio-item .inner p {
    font-size: 13px;
    color: #fdfdfd !important;
  }
  .mod_newslist .portfolio-item .inner .year {
    margin-top: 0;
  }
  .mod_newslist .portfolio-item .inner .year + h2 {
    position: relative;
    top: -5.5px;
  }
  .no-touch .mod_newslist .portfolio-item .inner:hover figure img,
  .touch .mod_newslist .portfolio-item .inner.hover figure img {
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  .no-touch .mod_newslist .portfolio-item .inner:hover .body,
  .touch .mod_newslist .portfolio-item .inner.hover .body {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 18%;
  }
  .no-touch .mod_newslist .portfolio-item .inner:hover .more,
  .touch .mod_newslist .portfolio-item .inner.hover .more {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 50%;
  }
  .portfolio-details .intro {
    max-width: 75%;
  }
  .portfolio-details .ce_gallery ul {
    margin: 0;
  }
  .portfolio-details .ce_gallery ul img {
    border-radius: 3px;
  }
  .portfolio-details .slider-prev,
  .portfolio-details .slider-next {
    color: #192528;
  }
  .isotope,
  .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
  }
  .isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
  }
  .isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
  }
  .isotope-item {
    z-index: 2;
  }
  .isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
  }
  .ce_gallery ul {
    margin-left: 0;
  }
  .ce_gallery[class*="make-columns"] ul {
    margin: 0 21px;
    padding: 0;
  }
  .ce_gallery[class*="make-columns"] > ul > *[class*="col"] {
    padding-left: 1px;
    padding-right: 1px;
  }
  .ce_gallery[class*="make-columns"] > ul > *[class*="col"].first {
    padding-left: 0;
  }
  .ce_gallery[class*="make-columns"] > ul > *[class*="col"].last {
    padding-right: 0;
  }
  .ce_gallery .image_container {
    margin: 0 0 2px 0;
  }
  .ce_gallery img {
    width: 100%;
    border-radius: 0;
  }
  .ce_gallery a {
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .ce_gallery a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  .ce_gallery .col_last:first-child,
  .ce_gallery .col_last + .col_last {
    margin-bottom: 22px;
  }
  .ce_gallery.logos ul {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .ce_gallery.logos li {
    display: table-cell;
    margin-bottom: 11px;
    padding-top: 22px;
    padding-bottom: 22px;
    border-right: 1px solid;
  }
  .ce_gallery.logos li.col_first {
    border-left: 1px solid;
  }
  .ce_gallery.logos .image_container {
    text-align: center;
  }
  .ce_gallery.logos img {
    width: auto;
    max-width: 80%;
    border-radius: 0;
  }
  .mod_faqpage > article > h2 {
    font-family: inherit;
    font-weight: 300;
    font-size: 32px;
    line-height: 1.2em;
    margin-bottom: 88px !important;
  }
  .mod_faqpage > article {
    counter-reset: faq;
  }
  .mod_faqpage > article > section {
    margin-bottom: 22px;
    padding: 22px 0;
    border-top: 1px solid;
    counter-increment: faq;
  }
  .mod_faqpage > article > section > h3:first-child {
    font-family: inherit;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 22px;
    padding-top: 3px;
    padding-left: 50px;
  }
  .mod_faqpage > article > section > h3:first-child:before {
    content: counter(faq, decimal);
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 22px;
    margin-left: -50px;
    border-radius: 40px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    background: #52d39b;
    color: #fdfdfd;
  }
  .mod_faqpage > article > section .ce_text.block {
    margin-bottom: 22px;
  }
  .mod_faqpage > article > section .info {
    font-size: 13px;
  }
  .ce_comments {
    margin-top: 44px;
    padding-top: 44px;
    border-top: 1px solid;
  }
  .ce_comments > h2 {
    margin-bottom: 44px;
    font-size: 32px;
  }
  .ce_comments .form {
    margin-top: 22px;
  }
  .ce_comments .comment-widget {
    margin-top: 27px;
  }
  .ce_comments .comment-widget textarea {
    height: 173px;
  }
  .comment_default {
    background: #fdfdfd;
    border-radius: 3px;
    padding: 44px;
    border-left: 33px solid #52d39b;
    margin-bottom: 22px;
  }
  .comment_default h1,
  .comment_default h2,
  .comment_default h3,
  .comment_default h4,
  .comment_default h5,
  .comment_default h6,
  .comment_default label,
  .comment_default .toggler,
  .comment_default .month,
  .comment_default .day-name,
  .comment_default strong {
    color: inherit !important;
  }
  .comment_default.last {
    margin-bottom: 0;
  }
  .comment_default .comment {
    font-family: inherit;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.25em;
  }
  .comment_default .info {
    margin-bottom: 22px;
  }
  .comment_default .time {
    display: inline-block;
    margin-left: 22px;
  }
  .comment_default .reply {
    margin-top: 22px;
    padding-top: 44px;
    padding-left: 88px;
    border-top: 1px solid #dddddd;
  }
  .comment_default .reply .comment {
    color: #192528;
  }
  .ce_download img,
  .ce_downloads img {
    position: relative;
    top: 5px;
    float: left;
    margin-right: 11px;
  }
  .ce_download a,
  .ce_downloads a {
    font-family: inherit;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.2em;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .ce_download a .size,
  .ce_downloads a .size {
    font-size: 13px;
  }
  .ce_download a:before,
  .ce_downloads a:before {
    display: none;
    content: '📥';
    position: absolute;
    right: 0;
    font-family: 'icons';
    line-height: 1em;
  }
  .ce_download a:hover:before,
  .ce_downloads a:hover:before {
    display: block;
  }
  .ce_download {
    margin-bottom: 22px;
  }
  .ce_downloads {
    background: #fdfdfd;
    border-radius: 3px;
    padding: 0;
  }
  .ce_downloads h1,
  .ce_downloads h2,
  .ce_downloads h3,
  .ce_downloads h4,
  .ce_downloads h5,
  .ce_downloads h6,
  .ce_downloads label,
  .ce_downloads .toggler,
  .ce_downloads .month,
  .ce_downloads .day-name,
  .ce_downloads strong {
    color: inherit !important;
  }
  .ce_downloads h1,
  .ce_downloads h2,
  .ce_downloads h3,
  .ce_downloads h4,
  .ce_downloads h5 {
    border-bottom: 1px solid #eaeaea;
  }
  .ce_downloads > * {
    padding: 22px;
  }
  .ce_downloads a {
    font-family: inherit;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.25em;
  }
  .ce_downloads ul {
    margin-left: 0;
  }
  #styleswitcher {
    position: fixed;
    left: -300px;
    top: 80px;
    z-index: 1060;
    width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 33px;
    background: #52d39b;
    border-bottom-right-radius: 3px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #styleswitcher.in {
    left: 0px;
  }
  #styleswitcher p,
  #styleswitcher label {
    color: #ecf9f3;
  }
  #styleswitcher .btn {
    display: block;
    margin-bottom: 1px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #52d39b !important;
    border-radius: 0;
  }
  #styleswitcher .btn.first {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
  #styleswitcher .btn.last {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  #styleswitcher label {
    margin: 22px 0;
    display: block;
    font-size: 22px;
  }
  #styleswitcher label input {
    position: relative;
    top: -2px;
    margin-right: 11px;
  }
  #styleswitcher .toggle {
    position: absolute;
    top: 0;
    right: -40px;
    width: 40px;
    height: 40px;
    background: #52d39b;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.07);
    cursor: pointer;
  }
  #styleswitcher .toggle i {
    text-align: center;
    line-height: 40px;
    color: #fdfdfd;
  }
  #styleswitcher .toggle i:before {
    width: 40px;
  }
  .event .recurring {
    display: none;
  }
  @-ms-viewport {
    width: device-width;
  }
  /**
 *	Visibility utilities
 *  --------------------------------------------------------------------------------------------------------------------
 */
  .visible-phone {
    display: none !important;
  }
  .visible-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: none !important;
  }
  .visible-desktop {
    display: inherit !important;
  }
  .visible-print {
    display: none !important;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'icons';
  }
}
@media screen and (max-device-width: 599px) {
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}
@media screen and (max-width: 991px) {
  html.js body > * {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  #main:not(.fixed-bg) {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  html.js body.in > * {
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  #main .main.has-left {
    padding-left: 22px !important;
  }
}
@media screen and (max-width: 991px) {
  #main .main.has-right {
    padding-right: 22px !important;
  }
}
@media screen and (max-width: 991px) {
  #main .main,
  #left {
    position: static;
    left: 0;
  }
}
@media screen and (max-width: 1576px) {
  .slider-control .slider-prev,
  .slider-prev {
    left: -66px;
  }
  .slider-control .slider-prev:hover,
  .slider-prev:hover {
    left: -55px;
  }
  .slider-control .slider-next,
  .slider-next {
    right: -66px;
  }
  .slider-control .slider-next:hover,
  .slider-next:hover {
    right: -55px;
  }
}
@media screen and (min-width: 992px) {
  .fixed-bg {
    background-attachment: fixed !important;
  }
}
@media screen and (max-width: 599px) {
  .quote-image .ce_text-inside,
  .quote-image .ce_text-inside blockquote,
  .quote-image .ce_text-inside .image_container {
    display: block;
  }
  .quote-image .ce_text-inside .image_container {
    margin-bottom: 44px;
    margin-right: 0px;
    padding-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  h1.jumbo.jumbo-super,
  h2.jumbo.jumbo-super,
  h3.jumbo.jumbo-super,
  p.jumbo.jumbo-super {
    font-size: 61px !important;
  }
}
@media screen and (max-width: 599px) {
  h1.jumbo,
  h2.jumbo,
  h3.jumbo,
  p.jumbo,
  h1.jumbo.jumbo-super,
  h2.jumbo.jumbo-super,
  h3.jumbo.jumbo-super,
  p.jumbo.jumbo-super {
    font-size: 30.5px !important;
  }
}
@media screen and (max-width: 991px) {
  .jumbo.jumbo-super h1:first-child,
  .ce_text.intro-jumbo.jumbo-super h1:first-child {
    font-size: 61px;
  }
}
@media screen and (max-width: 599px) {
  .jumbo h1,
  .ce_text.intro-jumbo h1,
  .jumbo.text-center p,
  .ce_text.intro-jumbo.text-center p {
    max-width: none;
  }
  .jumbo h1:first-child,
  .ce_text.intro-jumbo h1:first-child {
    font-size: 30.5px !important;
  }
  .jumbo h2,
  .ce_text.intro-jumbo h2,
  .jumbo h1 + p,
  .ce_text.intro-jumbo h1 + p,
  .jumbo h2 + p h3 + p h4 + p,
  .ce_text.intro-jumbo h2 + p h3 + p h4 + p,
  .jumbo h5 + p,
  .ce_text.intro-jumbo h5 + p,
  .jumbo p:first-child,
  .ce_text.intro-jumbo p:first-child {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  *[class*="grid"] {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .offset1,
  .offset2,
  .offset3,
  .offset4,
  .offset5,
  .offset6,
  .offset7,
  .offset8,
  .offset9,
  .offset10,
  .offset11 {
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 991px) {
  .tablet-offset1 {
    margin-left: 8.33333333%;
  }
  .tablet-offset2 {
    margin-left: 16.66666667%;
  }
  .tablet-offset3 {
    margin-left: 25%;
  }
  .tablet-offset4 {
    margin-left: 33.33333333%;
  }
  .tablet-offset5 {
    margin-left: 41.66666667%;
  }
  .tablet-offset6 {
    margin-left: 50%;
  }
  .tablet-offset7 {
    margin-left: 58.33333333%;
  }
  .tablet-offset8 {
    margin-left: 66.66666667%;
  }
  .tablet-offset9 {
    margin-left: 75%;
  }
  .tablet-offset10 {
    margin-left: 83.33333333%;
  }
  .tablet-offset11 {
    margin-left: 25%;
  }
}
@media screen and (min-width: 600px) and (max-width: 991px) {
  .tablet-clear {
    clear: both;
  }
  .make-columns-4 > .block,
  .make-columns-4 > .article-inside > .block,
  .ce_gallery.make-columns-4 > ul > li {
    width: 50%;
  }
  .make-columns-4 > .block.block.first + .block + .block,
  .make-columns-4 > .article-inside > .block.block.first + .block + .block,
  .ce_gallery.make-columns-4 > ul > li.block.first + .block + .block,
  .make-columns-4 > .block.block:first-child + .block + .block,
  .make-columns-4 > .article-inside > .block.block:first-child + .block + .block,
  .ce_gallery.make-columns-4 > ul > li.block:first-child + .block + .block,
  .make-columns-4 > .block.col_first + li + li,
  .make-columns-4 > .article-inside > .block.col_first + li + li,
  .ce_gallery.make-columns-4 > ul > li.col_first + li + li {
    clear: both;
  }
  .make-columns-6 > .block,
  .make-columns-6 > .article-inside > .block,
  .ce_gallery.make-columns-6 > ul > li {
    width: 33.33333333%;
  }
  .make-columns-6 > .block.block.first + .block + .block + .block,
  .make-columns-6 > .article-inside > .block.block.first + .block + .block + .block,
  .ce_gallery.make-columns-6 > ul > li.block.first + .block + .block + .block,
  .make-columns-6 > .block.block:first-child + .block + .block + .block,
  .make-columns-6 > .article-inside > .block.block:first-child + .block + .block + .block,
  .ce_gallery.make-columns-6 > ul > li.block:first-child + .block + .block + .block,
  .make-columns-6 > .block.col_first + li + li + li,
  .make-columns-6 > .article-inside > .block.col_first + li + li + li,
  .ce_gallery.make-columns-6 > ul > li.col_first + li + li + li {
    clear: both;
  }
  .tablet-grid1 {
    width: 8.33333333%;
  }
  .tablet-grid2 {
    width: 16.66666667%;
  }
  .tablet-grid3 {
    width: 25%;
  }
  .tablet-grid4 {
    width: 33.33333333%;
  }
  .tablet-grid5 {
    width: 41.66666667%;
  }
  .tablet-grid6 {
    width: 50%;
  }
  .tablet-grid7 {
    width: 58.33333333%;
  }
  .tablet-grid8 {
    width: 66.66666667%;
  }
  .tablet-grid9 {
    width: 75%;
  }
  .tablet-grid10 {
    width: 83.33333333%;
  }
  .tablet-grid11 {
    width: 91.66666667%;
  }
  .tablet-grid12,
  #left,
  #right,
  #main .main,
  #main .main.has-left,
  #main .main.has-right,
  #main .main.has-left.has-right {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  *[class*="grid"],
  #left,
  #right,
  #main .main,
  #main .main.has-left,
  #main .main.has-right,
  #main .main.has-left.has-right,
  .make-columns-12 > .block,
  .make-columns-6 > .block,
  .make-columns-4 > .block,
  .make-columns-12 > .article-inside > .block,
  .make-columns-6 > .article-inside > .block,
  .make-columns-4 > .article-inside > .block,
  .ce_gallery[class*="make-columns"] > ul > li,
  .make-columns-2 > .block {
    margin-right: 0;
    margin-left: 0;
    float: none !important;
    display: block !important;
    width: 100% !important;
  }
  .row,
  [class*="make-columns"] {
    margin-left: -22px;
  }
}
@media screen and (min-width: 992px) {
  .btn-large,
  .ce_hyperlink.btn-wrap-large a {
    padding: 22px 60px;
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  #main-nav a,
  #main-nav span.active,
  #main-nav span.forward {
    padding: 33px 25px;
  }
}
@media screen and (max-width: 599px) {
  #selectnav {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  #selectnav .selectnav {
    display: none;
    position: relative;
    z-index: 4;
    height: 60px;
    padding: 0;
    background: transparent;
    opacity: 0;
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }
  #selectnav:before,
  #selectnav:after {
    display: block;
    position: absolute;
    line-height: 60px;
  }
  #selectnav:before {
    content: attr(title);
    left: 22px;
    bottom: 3px;
    z-index: 2;
    height: 60px;
    padding-right: 6px;
    overflow: hidden;
    color: #fdfdfd;
    white-space: nowrap;
  }
  #selectnav:after {
    content: '\2630';
    top: 0;
    right: 0px;
    width: 60px;
    height: 60px;
    z-index: 3;
    border-top-color: #fdfdfd;
    color: #fdfdfd;
    background: #49a97f;
    font-family: 'icons';
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .js #main-nav-ul {
    display: none;
  }
  .js #selectnav .selectnav {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .sub-navigation,
  .mod_newsmenu,
  .mod_eventmenu {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #header .mod_breadcrumb {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #header .mod_customnav {
    display: none;
    float: none;
    width: 100%;
    margin: 0;
    padding: 22px 0 44px 0;
    text-align: center;
  }
  #header .mod_customnav li {
    display: inline-block;
    float: none;
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  body.head-slide #header {
    margin-top: -176px;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
  }
  body.head-slide #header .page-title:after {
    position: absolute;
    left: 1400px;
    top: 4px;
    font-family: 'icons';
    content: '\e760';
  }
  body.head-slide #header:hover,
  body.head-slide #header.hover {
    margin-top: 0px;
  }
  body.head-slide #header:hover .page-title:after,
  body.head-slide #header.hover .page-title:after {
    content: '\e763';
    opacity: .5;
  }
}
@media screen and (max-width: 991px) {
  .inside {
    padding-left: 44px;
    padding-right: 44px;
  }
  .page-title {
    margin-left: 44px;
  }
  #header-nav {
    margin: 0 44px;
  }
  #header #logo {
    margin-left: 0;
  }
  #header .mod_customnav {
    margin-right: 44px;
  }
  body.head-huge .header-text,
  body .header-text {
    margin-left: 0;
    margin-right: 0;
  }
  body.head-huge .header-text h1,
  body .header-text h1,
  body.head-huge .header-text h2,
  body .header-text h2,
  body.head-huge .header-text p,
  body .header-text p,
  body.head-huge .header-text .ce_hyperlink,
  body .header-text .ce_hyperlink {
    margin-left: 44px;
    margin-right: 44px;
  }
  body.head-huge .header-text h1,
  body .header-text h1 {
    font-size: 45.75px;
  }
  body.head-huge .header-text h2,
  body .header-text h2 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .inside {
    padding-left: 29.33333333px;
    padding-right: 29.33333333px;
  }
  .page-title {
    margin-left: 29.33333333px;
  }
  #header-nav {
    margin: 0 29.33333333px;
  }
  #header #logo {
    margin-left: 0;
  }
  #header .mod_customnav {
    margin-right: 29.33333333px;
  }
  #header #logo {
    position: relative;
    display: block;
    float: none;
    z-index: 3;
    margin: 104px auto 0;
    padding: 22px;
    font-size: 30px;
    line-height: 1em;
    text-align: center;
  }
  body:not(.head-huge) #header {
    height: auto;
  }
  body.head-huge .header-text,
  body .header-text {
    width: calc(100% -  58.66666667px);
    margin: 0 auto !important;
    height: calc(100% -  210px);
    padding-bottom: 58.66666667px;
  }
  body.head-huge .header-text h1,
  body .header-text h1,
  body.head-huge .header-text h2,
  body .header-text h2,
  body.head-huge .header-text p,
  body .header-text p,
  body.head-huge .header-text .ce_hyperlink,
  body .header-text .ce_hyperlink {
    margin: 11px auto;
    text-align: center;
  }
  body.head-huge .header-text h1,
  body .header-text h1 {
    font-size: 30.5px;
  }
  body.head-huge .page-title,
  body .page-title {
    position: relative;
    width: 100%;
    margin: 22px 0 22px;
    font-size: 24px;
    text-align: center;
  }
  body.head-huge .page-title:before,
  body .page-title:before {
    content: '- ';
  }
  body.head-huge .page-title:after,
  body .page-title:after {
    content: ' -';
  }
  #header-nav {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    margin: 0;
    background: rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 599px) {
  .boxed #header-carousel + #header #header-nav {
    width: auto;
    left: 22px;
    right: 22px;
  }
}
@media screen and (max-width: 991px) {
  #header-carousel .ce_text h1,
  #header-carousel .ce_text h2 {
    max-width: none;
  }
}
@media screen and (max-width: 991px) {
  #header-carousel .text-center .ce_text-inside {
    padding: 0 44px !important;
  }
}
@media screen and (max-width: 599px) {
  #header-carousel .text-center .ce_text-inside {
    padding: 0 29.33333333px !important;
    text-align: center;
  }
}
@media screen and (max-width: 1400px) {
  #header-carousel .caroufredsel_center-el > .ce_text-inside {
    padding: 0 88px !important;
  }
}
@media screen and (max-width: 599px) {
  #header-carousel .caroufredsel_center-el > .ce_text-inside {
    padding: 0 29.33333333px !important;
  }
}
@media screen and (max-width: 991px) {
  #header-carousel .ce_text-inside {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 599px) {
  #header-carousel .ce_text-inside {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .caroufredsel_center-el {
    padding-top: 120px !important;
  }
}
@media screen and (max-width: 599px) {
  .caroufredsel_next,
  .caroufredsel_prev {
    display: none !important;
  }
}
@media screen and (max-width: 1400px) {
  .caroufredsel_next {
    right: 15.4px;
  }
  .caroufredsel_next:hover {
    right: 4.4px;
  }
  .caroufredsel_prev {
    left: 15.4px;
  }
  .caroufredsel_prev:hover {
    left: 4.4px;
  }
}
@media screen and (max-width: 599px) {
  #footer .copyright {
    margin-top: 88px;
  }
  #footer .copyright p {
    text-align: center !important;
  }
}
@media screen and (max-width: 599px) {
  .ce_table {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 599px) {
  #search-slot {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .mod_subscribe,
  .mod_unsubscribe {
    padding-left: 30px;
  }
}
@media screen and (max-width: 599px) {
  .mod_subscribe .formbody:before,
  .mod_unsubscribe .formbody:before {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .cta.cta-btn .btn {
    width: 66px;
  }
}
@media screen and (max-width: 991px) {
  .layout_full_list header,
  .layout_full_list .ce_text {
    margin-right: 0 !important;
  }
  .layout_full_list p.more {
    position: static;
  }
}
@media screen and (max-width: 599px) {
  .layout_full_list header,
  .layout_full_list .ce_text,
  .layout_full_list .body,
  .layout_full_list figure {
    margin-left: 0px;
  }
  .layout_full_list header {
    padding-top: 60px;
  }
  .layout_full_list h1 {
    margin-right: 0;
  }
  .layout_full_list .info {
    width: 50%;
    text-align: left;
  }
  .layout_full_list .info * {
    display: inline-block;
  }
  .layout_full_list .month {
    margin-left: 11px;
    margin-top: 0px;
  }
  .layout_full_list.first figure,
  .layout_full_list.first figure.float_left {
    padding-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .layout_full_list figure,
  .layout_full_list figure.float_left {
    width: 50% !important;
    margin-top: 60px !important;
    margin-right: 22px !important;
  }
}
@media screen and (max-width: 599px) {
  .news-slider .layout_full_list figure,
  .news-slider .layout_full_list figure.float_left {
    padding-top: 0px;
  }
}
@media screen and (max-width: 991px) {
  .layout_upcoming .body {
    margin-left: 33%;
    padding-right: 0 !important;
  }
  .layout_upcoming .body figure {
    max-width: 50%;
  }
  .layout_upcoming .body figure img {
    width: 100%;
  }
  .layout_upcoming .date {
    width: 33%;
  }
}
@media screen and (max-width: 599px) {
  .layout_upcoming .body {
    margin-left: 0px;
    margin-top: 60px;
  }
  .layout_upcoming .body figure {
    width: 50%;
  }
  .layout_upcoming .body figure img {
    width: 100%;
  }
  .layout_upcoming .date {
    width: 100%;
  }
  .layout_upcoming .date .from {
    width: 45%;
  }
  .layout_upcoming .date .to {
    width: 55%;
  }
  .layout_upcoming .date .from,
  .layout_upcoming .date .to {
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .layout_upcoming .date .to .separate {
    margin-left: -5%;
  }
  .layout_upcoming .date .to .separate i {
    top: 7px;
    left: 4px;
  }
  .layout_upcoming .date .to .day,
  .layout_upcoming .date .day {
    font-size: 60px;
  }
  .layout_upcoming .month {
    display: inline-block;
    position: relative;
    top: -5px;
    margin-right: 0;
  }
  .layout_upcoming .time {
    float: none;
    padding-top: 0px;
    padding-right: 20px;
  }
  .layout_upcoming .time:before {
    content: ' ';
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .events-large .event-day {
    padding-left: 25%;
  }
  .events-large .header {
    width: 25%;
  }
  .events-large .layout_upcoming .body {
    padding-right: 180px;
    margin-left: 25%;
  }
  .events-large .layout_upcoming .date {
    width: 25%;
  }
  .events-large .layout_upcoming .more {
    display: block;
    position: absolute;
    right: 0;
    bottom: 44px;
  }
}
@media screen and (min-width: 992px) and (max-width: 991px) {
  .events-large .layout_upcoming .more {
    margin-top: 22px;
    position: static;
  }
}
@media screen and (max-width: 599px) {
  .portfolio-grid {
    margin-left: 0 !important;
  }
  .portfolio-item {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .portfolio-details .intro {
    max-width: none;
  }
}
@media screen and (max-width: 599px) {
  #styleswitcher {
    display: none !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 991px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
@media screen and print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  #wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #wrapper * {
    height: auto !important;
    width: auto !important;
    max-width: 100% !important;
    position: static !important;
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    left: 0 !important;
    top: 0 !important;
  }
  h1,
  h2,
  h3,
  h4 {
    font-family: Arial, sans-serif;
  }
  h1 {
    font-size: 2.4em;
  }
  figure {
    margin: 0;
  }
  #wrapper table {
    width: 100% !important;
  }
  #header img,
  #header .image-full,
  #menu-bar,
  #header-nav,
  .mod_breadcrumb,
  nav,
  form,
  #footer,
  .portfolio-item .more,
  #scrollToTop,
  .slider-prev,
  .slider-next,
  .ce_comments h2,
  .table-as-bar,
  .back,
  .comment-count {
    display: none !important;
  }
  .accordion.ui-accordion-content {
    display: block !important;
  }
  #header {
    height: auto !important;
  }
  .block {
    margin-top: 1cm;
  }
  .ce_text:before,
  .ce_text:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .ce_text:after {
    clear: both;
  }
  .day {
    margin-right: 3mm;
  }
  .event-day,
  .layout_teaser,
  .layout_upcoming,
  .mod_newslist > div,
  .layout_full_list {
    padding-bottom: 5mm;
    margin-bottom: 1cm;
    border-bottom: .5mm solid black;
  }
  .ce_gallery li {
    list-style: none;
  }
  .ce_gallery ul {
    padding: 0;
  }
  .float_left {
    margin-right: 1cm;
  }
  .float_right {
    margin-left: 1cm;
  }
}

@charset "UTF-8";
@media screen {
  [class^="icon-"]:before,
  [class*=" icon-"]:before {
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* opacity .8 */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - magrins should be symmetric */
    /* remove if not needed */
    margin-left: 0.2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }
  .icon-p-left {
    position: relative;
  }
  .icon-p-left .ce_text-inside {
    padding-left: 33px;
  }
  .icon-p-left:before {
    position: absolute;
    left: 0;
    top: 3px;
  }
  .icon-p-left[class*="grid"]:before {
    left: 22px;
  }
  .icon-p-left.icon-large {
    min-height: 26px;
  }
  .icon-p-left.icon-large .ce_text-inside {
    padding-left: 66px;
  }
  .icon-p-left.icon-large:before {
    font-size: 20px;
  }
  h1 + .icon-p-left.icon-circled.icon-large,
  h2 + .icon-p-left.icon-circled.icon-large,
  h3 + .icon-p-left.icon-circled.icon-large,
  h4 + .icon-p-left.icon-circled.icon-large,
  h5 + .icon-p-left.icon-circled.icon-large {
    margin-top: 22px;
  }
  .icon-circled .ce_text-inside {
    min-height: 26px;
    padding-top: 0px;
  }
  .icon-circled:before {
    width: 20px;
    height: 20px;
    top: 1px;
    line-height: 20px;
    border-radius: 10px;
    color: #fdfdfd;
    background-color: #00366a;
    font-size: 12px;
  }
  .icon-circled.icon-large .ce_text-inside {
    min-height: 46px;
    padding-top: 5px;
  }
  .icon-circled.icon-large:before {
    width: 40px;
    height: 40px;
    top: 0px;
    line-height: 40px;
    border-radius: 20px;
  }
  .icon-circled.icon-facebook:before {
    background-color: #3B5998;
  }
  .icon-circled.icon-twitter:before {
    background-color: #4099ff;
  }
  .icon-circled.icon-gplus:before {
    background-color: #dd4b39;
  }
  .icon-plus:before {
    content: '\2b';
  }
  .icon-minus:before {
    content: '\2d';
  }
  .icon-info:before {
    content: '\2139';
  }
  .icon-left-thin:before {
    content: '\2190';
  }
  .icon-up-thin:before {
    content: '\2191';
  }
  .icon-right-thin:before {
    content: '\2192';
  }
  .icon-down-thin:before {
    content: '\2193';
  }
  .icon-level-up:before {
    content: '\21b0';
  }
  .icon-level-down:before {
    content: '\21b3';
  }
  .icon-switch:before {
    content: '\21c6';
  }
  .icon-infinity:before {
    content: '\221e';
  }
  .icon-plus-squared:before {
    content: '\229e';
  }
  .icon-minus-squared:before {
    content: '\229f';
  }
  .icon-home:before {
    content: '\2302';
  }
  .icon-keyboard:before {
    content: '\2328';
  }
  .icon-erase:before {
    content: '\232b';
  }
  .icon-pause:before {
    content: '\2389';
  }
  .icon-fast-forward:before {
    content: '\23e9';
  }
  .icon-fast-backward:before {
    content: '\23ea';
  }
  .icon-to-end:before {
    content: '\23ed';
  }
  .icon-to-start:before {
    content: '\23ee';
  }
  .icon-hourglass:before {
    content: '\23f3';
  }
  .icon-stop:before {
    content: '\25a0';
  }
  .icon-up-dir:before {
    content: '\25b4';
  }
  .icon-play:before {
    content: '\25b6';
  }
  .icon-right-dir:before {
    content: '\25b8';
  }
  .icon-down-dir:before {
    content: '\25be';
  }
  .icon-left-dir:before {
    content: '\25c2';
  }
  .icon-adjust:before {
    content: '\25d1';
  }
  .icon-cloud:before {
    content: '\2601';
  }
  .icon-star:before {
    content: '\2605';
  }
  .icon-star-empty:before {
    content: '\2606';
  }
  .icon-cup:before {
    content: '\2615';
  }
  .icon-menu:before {
    content: '\2630';
  }
  .icon-moon:before {
    content: '\263d';
  }
  .icon-heart-empty:before {
    content: '\2661';
  }
  .icon-heart:before {
    content: '\2665';
  }
  .icon-note:before {
    content: '\266a';
  }
  .icon-note-beamed:before {
    content: '\266b';
  }
  .icon-layout:before {
    content: '\268f';
  }
  .icon-flag:before {
    content: '\2691';
  }
  .icon-tools:before {
    content: '\2692';
  }
  .icon-cog:before {
    content: '\2699';
  }
  .icon-attention:before {
    content: '\26a0';
  }
  .icon-flash:before {
    content: '\26a1';
  }
  .icon-record:before {
    content: '\26ab';
  }
  .icon-cloud-thunder:before {
    content: '\26c8';
  }
  .icon-tape:before {
    content: '\2707';
  }
  .icon-flight:before {
    content: '\2708';
  }
  .icon-mail:before {
    content: '\2709';
  }
  .icon-pencil:before {
    content: '\270e';
  }
  .icon-feather:before {
    content: '\2712';
  }
  .icon-check:before {
    content: '\2713';
  }
  .icon-cancel:before {
    content: '\2715';
  }
  .icon-cancel-circled:before {
    content: '\2716';
  }
  .icon-cancel-squared:before {
    content: '\274e';
  }
  .icon-help:before {
    content: '\2753';
  }
  .icon-quote:before {
    content: '\275e';
  }
  .icon-plus-circled:before {
    content: '\2795';
  }
  .icon-minus-circled:before {
    content: '\2796';
  }
  .icon-right:before {
    content: '\27a1';
  }
  .icon-direction:before {
    content: '\27a2';
  }
  .icon-forward:before {
    content: '\27a6';
  }
  .icon-ccw:before {
    content: '\27f2';
  }
  .icon-cw:before {
    content: '\27f3';
  }
  .icon-left:before {
    content: '\2b05';
  }
  .icon-up:before {
    content: '\2b06';
  }
  .icon-down:before {
    content: '\2b07';
  }
  .icon-list-add:before {
    content: '\e003';
  }
  .icon-list:before {
    content: '\e005';
  }
  .icon-left-bold:before {
    content: '\e4ad';
  }
  .icon-right-bold:before {
    content: '\e4ae';
  }
  .icon-up-bold:before {
    content: '\e4af';
  }
  .icon-down-bold:before {
    content: '\e4b0';
  }
  .icon-user-add:before {
    content: '\e700';
  }
  .icon-help-circled:before {
    content: '\e704';
  }
  .icon-info-circled:before {
    content: '\e705';
  }
  .icon-eye:before {
    content: '\e70a';
  }
  .icon-tag:before {
    content: '\e70c';
  }
  .icon-upload-cloud:before {
    content: '\e711';
  }
  .icon-reply:before {
    content: '\e712';
  }
  .icon-reply-all:before {
    content: '\e713';
  }
  .icon-code:before {
    content: '\e714';
  }
  .icon-export:before {
    content: '\e715';
  }
  .icon-print:before {
    content: '\e716';
  }
  .icon-retweet:before {
    content: '\e717';
  }
  .icon-comment:before {
    content: '\e718';
  }
  .icon-chat:before {
    content: '\e720';
  }
  .icon-vcard:before {
    content: '\e722';
  }
  .icon-address:before {
    content: '\e723';
  }
  .icon-location:before {
    content: '\e724';
  }
  .icon-map:before {
    content: '\e727';
  }
  .icon-compass:before {
    content: '\e728';
  }
  .icon-trash:before {
    content: '\e729';
  }
  .icon-doc:before {
    content: '\e730';
  }
  .icon-doc-text-inv:before {
    content: '\e731';
  }
  .icon-docs:before {
    content: '\e736';
  }
  .icon-doc-landscape:before {
    content: '\e737';
  }
  .icon-archive:before {
    content: '\e738';
  }
  .icon-rss:before {
    content: '\e73a';
  }
  .icon-share:before {
    content: '\e73c';
  }
  .icon-basket:before {
    content: '\e73d';
  }
  .icon-shareable:before {
    content: '\e73e';
  }
  .icon-login:before {
    content: '\e740';
  }
  .icon-logout:before {
    content: '\e741';
  }
  .icon-volume:before {
    content: '\e742';
  }
  .icon-resize-full:before {
    content: '\e744';
  }
  .icon-resize-small:before {
    content: '\e746';
  }
  .icon-popup:before {
    content: '\e74c';
  }
  .icon-publish:before {
    content: '\e74d';
  }
  .icon-window:before {
    content: '\e74e';
  }
  .icon-arrow-combo:before {
    content: '\e74f';
  }
  .icon-chart-pie:before {
    content: '\e751';
  }
  .icon-language:before {
    content: '\e752';
  }
  .icon-air:before {
    content: '\e753';
  }
  .icon-database:before {
    content: '\e754';
  }
  .icon-drive:before {
    content: '\e755';
  }
  .icon-bucket:before {
    content: '\e756';
  }
  .icon-thermometer:before {
    content: '\e757';
  }
  .icon-down-circled:before {
    content: '\e758';
  }
  .icon-left-circled:before {
    content: '\e759';
  }
  .icon-right-circled:before {
    content: '\e75a';
  }
  .icon-up-circled:before {
    content: '\e75b';
  }
  .icon-down-open:before {
    content: '\e75c';
  }
  .icon-left-open:before {
    content: '\e75d';
  }
  .icon-right-open:before {
    content: '\e75e';
  }
  .icon-up-open:before {
    content: '\e75f';
  }
  .icon-down-open-mini:before {
    content: '\e760';
  }
  .icon-left-open-mini:before {
    content: '\e761';
  }
  .icon-right-open-mini:before {
    content: '\e762';
  }
  .icon-up-open-mini:before {
    content: '\e763';
  }
  .icon-down-open-big:before {
    content: '\e764';
  }
  .icon-left-open-big:before {
    content: '\e765';
  }
  .icon-right-open-big:before {
    content: '\e766';
  }
  .icon-up-open-big:before {
    content: '\e767';
  }
  .icon-progress-0:before {
    content: '\e768';
  }
  .icon-progress-1:before {
    content: '\e769';
  }
  .icon-progress-2:before {
    content: '\e76a';
  }
  .icon-progress-3:before {
    content: '\e76b';
  }
  .icon-back-in-time:before {
    content: '\e771';
  }
  .icon-network:before {
    content: '\e776';
  }
  .icon-inbox:before {
    content: '\e777';
  }
  .icon-install:before {
    content: '\e778';
  }
  .icon-lifebuoy:before {
    content: '\e788';
  }
  .icon-mouse:before {
    content: '\e789';
  }
  .icon-dot:before {
    content: '\e78b';
  }
  .icon-dot-2:before {
    content: '\e78c';
  }
  .icon-dot-3:before {
    content: '\e78d';
  }
  .icon-suitcase:before {
    content: '\e78e';
  }
  .icon-flow-cascade:before {
    content: '\e790';
  }
  .icon-flow-branch:before {
    content: '\e791';
  }
  .icon-flow-tree:before {
    content: '\e792';
  }
  .icon-flow-line:before {
    content: '\e793';
  }
  .icon-flow-parallel:before {
    content: '\e794';
  }
  .icon-brush:before {
    content: '\e79a';
  }
  .icon-paper-plane:before {
    content: '\e79b';
  }
  .icon-magnet:before {
    content: '\e7a1';
  }
  .icon-gauge:before {
    content: '\e7a2';
  }
  .icon-traffic-cone:before {
    content: '\e7a3';
  }
  .icon-cc:before {
    content: '\e7a5';
  }
  .icon-cc-by:before {
    content: '\e7a6';
  }
  .icon-cc-nc:before {
    content: '\e7a7';
  }
  .icon-cc-nc-eu:before {
    content: '\e7a8';
  }
  .icon-cc-nc-jp:before {
    content: '\e7a9';
  }
  .icon-cc-sa:before {
    content: '\e7aa';
  }
  .icon-cc-nd:before {
    content: '\e7ab';
  }
  .icon-cc-pd:before {
    content: '\e7ac';
  }
  .icon-cc-zero:before {
    content: '\e7ad';
  }
  .icon-cc-share:before {
    content: '\e7ae';
  }
  .icon-cc-remix:before {
    content: '\e7af';
  }
  .icon-github:before {
    content: '\f300';
  }
  .icon-github-circled:before {
    content: '\f301';
  }
  .icon-flickr:before {
    content: '\f303';
  }
  .icon-flickr-circled:before {
    content: '\f304';
  }
  .icon-vimeo:before {
    content: '\f306';
  }
  .icon-vimeo-circled:before {
    content: '\f307';
  }
  .icon-twitter:before {
    content: '\f309';
  }
  .icon-twitter-circled:before {
    content: '\f30a';
  }
  .icon-facebook:before {
    content: '\f30c';
  }
  .icon-facebook-circled:before {
    content: '\f30d';
  }
  .icon-facebook-squared:before {
    content: '\f30e';
  }
  .icon-gplus:before {
    content: '\f30f';
  }
  .icon-gplus-circled:before {
    content: '\f310';
  }
  .icon-pinterest:before {
    content: '\f312';
  }
  .icon-pinterest-circled:before {
    content: '\f313';
  }
  .icon-tumblr:before {
    content: '\f315';
  }
  .icon-tumblr-circled:before {
    content: '\f316';
  }
  .icon-linkedin:before {
    content: '\f318';
  }
  .icon-linkedin-circled:before {
    content: '\f319';
  }
  .icon-dribbble:before {
    content: '\f31b';
  }
  .icon-dribbble-circled:before {
    content: '\f31c';
  }
  .icon-stumbleupon:before {
    content: '\f31e';
  }
  .icon-stumbleupon-circled:before {
    content: '\f31f';
  }
  .icon-lastfm:before {
    content: '\f321';
  }
  .icon-lastfm-circled:before {
    content: '\f322';
  }
  .icon-rdio:before {
    content: '\f324';
  }
  .icon-rdio-circled:before {
    content: '\f325';
  }
  .icon-spotify:before {
    content: '\f327';
  }
  .icon-spotify-circled:before {
    content: '\f328';
  }
  .icon-qq:before {
    content: '\f32a';
  }
  .icon-instagram:before {
    content: '\f32d';
  }
  .icon-dropbox:before {
    content: '\f330';
  }
  .icon-evernote:before {
    content: '\f333';
  }
  .icon-flattr:before {
    content: '\f336';
  }
  .icon-skype:before {
    content: '\f339';
  }
  .icon-skype-circled:before {
    content: '\f33a';
  }
  .icon-renren:before {
    content: '\f33c';
  }
  .icon-sina-weibo:before {
    content: '\f33f';
  }
  .icon-paypal:before {
    content: '\f342';
  }
  .icon-picasa:before {
    content: '\f345';
  }
  .icon-soundcloud:before {
    content: '\f348';
  }
  .icon-mixi:before {
    content: '\f34b';
  }
  .icon-behance:before {
    content: '\f34e';
  }
  .icon-google-circles:before {
    content: '\f351';
  }
  .icon-vkontakte:before {
    content: '\f354';
  }
  .icon-smashing:before {
    content: '\f357';
  }
  .icon-db-shape:before {
    content: '\f600';
  }
  .icon-sweden:before {
    content: '\f601';
  }
  .icon-picture:before {
    content: '🌄';
  }
  .icon-globe:before {
    content: '🌎';
  }
  .icon-leaf:before {
    content: '🍂';
  }
  .icon-graduation-cap:before {
    content: '🎓';
  }
  .icon-mic:before {
    content: '🎤';
  }
  .icon-palette:before {
    content: '🎨';
  }
  .icon-ticket:before {
    content: '🎫';
  }
  .icon-video:before {
    content: '🎬';
  }
  .icon-target:before {
    content: '🎯';
  }
  .icon-music:before {
    content: '🎵';
  }
  .icon-trophy:before {
    content: '🏆';
  }
  .icon-thumbs-up:before {
    content: '👍';
  }
  .icon-thumbs-down:before {
    content: '👎';
  }
  .icon-bag:before {
    content: '👜';
  }
  .icon-user:before {
    content: '👤';
  }
  .icon-users:before {
    content: '👥';
  }
  .icon-lamp:before {
    content: '💡';
  }
  .icon-alert:before {
    content: '💥';
  }
  .icon-water:before {
    content: '💦';
  }
  .icon-droplet:before {
    content: '💧';
  }
  .icon-credit-card:before {
    content: '💳';
  }
  .icon-monitor:before {
    content: '💻';
  }
  .icon-briefcase:before {
    content: '💼';
  }
  .icon-floppy:before {
    content: '💾';
  }
  .icon-cd:before {
    content: '💿';
  }
  .icon-folder:before {
    content: '📁';
  }
  .icon-doc-text:before {
    content: '📄';
  }
  .icon-calendar:before {
    content: '📅';
  }
  .icon-chart-line:before {
    content: '📈';
  }
  .icon-chart-bar:before {
    content: '📊';
  }
  .icon-clipboard:before {
    content: '📋';
  }
  .icon-attach:before {
    content: '📎';
  }
  .icon-bookmarks:before {
    content: '📑';
  }
  .icon-book:before {
    content: '📕';
  }
  .icon-book-open:before {
    content: '📖';
  }
  .icon-phone:before {
    content: '📞';
  }
  .icon-megaphone:before {
    content: '📣';
  }
  .icon-upload:before {
    content: '📤';
  }
  .icon-download:before {
    content: '📥';
  }
  .icon-box:before {
    content: '📦';
  }
  .icon-newspaper:before {
    content: '📰';
  }
  .icon-mobile:before {
    content: '📱';
  }
  .icon-signal:before {
    content: '📶';
  }
  .icon-camera:before {
    content: '📷';
  }
  .icon-shuffle:before {
    content: '🔀';
  }
  .icon-loop:before {
    content: '🔁';
  }
  .icon-arrows-ccw:before {
    content: '🔄';
  }
  .icon-light-down:before {
    content: '🔅';
  }
  .icon-light-up:before {
    content: '🔆';
  }
  .icon-mute:before {
    content: '🔇';
  }
  .icon-sound:before {
    content: '🔊';
  }
  .icon-battery:before {
    content: '🔋';
  }
  .icon-search:before {
    content: '🔍';
  }
  .icon-key:before {
    content: '🔑';
  }
  .icon-lock:before {
    content: '🔒';
  }
  .icon-lock-open:before {
    content: '🔓';
  }
  .icon-bell:before {
    content: '🔔';
  }
  .icon-bookmark:before {
    content: '🔖';
  }
  .icon-link:before {
    content: '🔗';
  }
  .icon-back:before {
    content: '🔙';
  }
  .icon-flashlight:before {
    content: '🔦';
  }
  .icon-chart-area:before {
    content: '🔾';
  }
  .icon-clock:before {
    content: '🕔';
  }
  .icon-rocket:before {
    content: '🚀';
  }
  .icon-block:before {
    content: '🚫';
  }
  .the-icons li {
    margin-bottom: 10px;
  }
  .the-icons li i {
    color: #192528;
    font-size: 24px;
  }
  .the-icons li .i-name {
    position: relative;
    top: -4px;
    padding-left: 10px;
  }
  .i-code {
    display: none;
  }
  body,
  div,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  code,
  ol,
  ul,
  li,
  dl,
  dt,
  dd,
  figure,
  table,
  th,
  td,
  form,
  fieldset,
  legend,
  input,
  textarea {
    margin: 0;
    padding: 0;
  }
  input,
  button,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  table {
    border-spacing: 0;
    border-collapse: collapse;
  }
  caption,
  th,
  td {
    text-align: left;
    text-align: start;
    /* see #4596 */
    vertical-align: top;
  }
  abbr,
  acronym {
    font-variant: normal;
    border-bottom: 1px dotted #666;
    cursor: help;
  }
  blockquote,
  q {
    quotes: none;
  }
  fieldset,
  img {
    border: 0;
  }
  ul {
    list-style-type: none;
  }
  sup {
    vertical-align: text-top;
  }
  sub {
    vertical-align: text-bottom;
  }
  del {
    text-decoration: line-through;
  }
  ins {
    text-decoration: none;
  }
  html {
    background-color: #fdfdfd;
    font-size: 62.5%;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-rendering: optimizeLegibility;
  }
  .image-full-img {
    opacity: 0 !important;
  }
  .image-full-img.fadeIn {
    -webkit-transition: opacity 1s !important;
    -moz-transition: opacity 1s !important;
    -o-transition: opacity 1s !important;
    transition: opacity 1s !important;
    opacity: 1 !important;
  }
  body {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #192528;
    background-color: #fdfdfd;
  }
  *:focus {
    outline: none;
  }
  .invisible {
    display: none !important;
  }
  .clear {
    clear: both !important;
  }
  .disable-hover {
    pointer-events: none;
  }
  #wrapper {
    overflow: hidden;
  }
  .inside {
    position: relative;
    padding: 44px 88px 22px;
    max-width: 1400px;
    margin: 0 auto;
  }
  .inside:before,
  .inside:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .inside:after {
    clear: both;
  }
  .block {
    margin-bottom: 44px;
  }
  .block .block.ce_text {
    margin-bottom: 44px;
  }
  body.touch #main,
  body.touch #left,
  body.touch #right,
  body.touch #footer,
  body.touch #featured,
  body.touch #header,
  body.touch .portfolio-item,
  body.touch .portfolio-details,
  body.touch .portfolio-details .ce_gallery ~ *,
  body.touch .portfolio-details + .back,
  body.touch .mod_newsreader + * {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #main .main,
  #left {
    position: relative;
  }
  #left {
    width: 33.33333333%;
    left: -66.66666667%;
  }
  #left.has-right {
    left: -41.66666667%;
  }
  #right {
    width: 25%;
  }
  #main .main.has-left {
    width: 66.66666667%;
    left: 33.33333333%;
    padding-left: 88px !important;
  }
  #main .main.has-right {
    width: 75%;
    padding-right: 88px !important;
  }
  #main .main.has-right.has-left {
    width: 41.66666667%;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  #main .main.main-only {
    width: 100%;
  }
  #main-extra {
    margin-top: -22px;
  }
  #main-extra .inside {
    padding-top: 0;
  }
  .image-full + * {
    z-index: 2;
  }
  .prominent {
    margin-top: 35.2px !important;
    margin-bottom: 61.6px !important;
  }
  body.boxed {
    padding-top: 22px;
    padding-bottom: 22px;
    background: url(../../files/simpler/images/bg_patterns/wood_pattern.png);
  }
  body.boxed #wrapper {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 22px;
    padding-right: 22px;
    border-radius: 3px;
    overflow: hidden;
  }
  body.boxed #wrapper #footer {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  #main {
    background-color: #fdfdfd;
    color: #747b7d;
    border-color: #b9bcbd;
  }
  #main a {
    color: #00366a;
  }
  #main a:hover {
    color: #002951;
  }
  #main h1,
  #main h2,
  #main h3,
  #main h4,
  #main h5,
  #main h6,
  #main label,
  #main .toggler,
  #main .month,
  #main .day-name,
  #main .pagination .current,
  #main strong {
    color: #00366a;
  }
  #main .ce_text p,
  #main .ce_text li,
  #main .ce_text i {
    color: #5d6668;
  }
  #main .head i,
  #main .btn i,
  #main label i,
  #main .an-services-block i {
    color: inherit;
  }
  #main .ce_text.intro h1 + p,
  #main .ce_text.intro h2 + p,
  #main .ce_text.intro h3 + p,
  #main .ce_text.intro h4 + p,
  #main .ce_text.intro h5 + p,
  #main .ce_text.intro p:first-child,
  #main table.sortable th:after,
  #main .pagination ul > .active > a,
  #main .pagination ul > .active > span,
  #main .news_full_details header h2,
  #main cite,
  #main .day {
    color: #adb1b2;
  }
  #main .toggler,
  #main .back,
  #main .ce_comments,
  #main .recurring,
  #main .date .to {
    border-color: #e6e7e8;
  }
  #main .section-header,
  #main hr,
  #main blockquote,
  #main .quote-image .ce_text-inside,
  #main .layout_latest,
  #main .layout_short,
  #main .layout_full_list,
  #main .mod_eventlist .event,
  #main .ce_table th,
  #main .ce_table tfoot td,
  #main .event.layout_teaser .date,
  #main .ce_gallery.logos li,
  #main .mod_faqpage > article > section {
    border-color: #cfd2d2;
  }
  #main .border-top > h1,
  #main .border-top > h2,
  #main .border-top > h3,
  #main .border-top > h4,
  #main .border-top .ce_text-inside {
    border-color: #cfd2d2;
  }
  #main h1.border-top,
  #main h2.border-top,
  #main h3.border-top,
  #main h4.border-top {
    border-color: #cfd2d2;
  }
  #main .quote-image.border-top .ce_text-inside:before {
    background-color: #b9bcbd;
  }
  #main .mod_eventlist .header {
    border-color: #8b9192;
  }
  #main .ce_table.table-striped tbody .even td,
  #main .ce_table.table-striped tbody .even th {
    background: #f2f2f2;
  }
  #main .service:before {
    color: #00366a;
  }
  #main .slider-prev,
  #main .slider-next,
  #main .slider-prev:hover,
  #main .slider-next:hover {
    color: #192528;
  }
  #main .vertical-subnav ul a,
  #main .vertical-subnav ul span {
    background: #f8f8f8;
    color: #192528;
  }
  #main .vertical-subnav ul a:active,
  #main .vertical-subnav ul span:active {
    background: #f0f0f0;
  }
  #main .vertical-subnav ul span.active,
  #main .vertical-subnav ul a.active,
  #main .vertical-subnav ul a:hover {
    background: #00366a;
    color: #fdfdfd;
  }
  #main .vertical-subnav ul span.active:active,
  #main .vertical-subnav ul a.active:active,
  #main .vertical-subnav ul a:hover:active {
    background: #002c56;
  }
  #main .ce_hyperlink.btn-wrap-invert a,
  #main a.btn-invert,
  #main button.btn-invert,
  #main input.btn-invert,
  #main div.btn-invert a,
  #main .ce_hyperlink.btn-wrap-invert a:hover,
  #main a.btn-invert:hover,
  #main button.btn-invert:hover,
  #main input.btn-invert:hover,
  #main div.btn-invert a:hover {
    color: #00366a !important;
  }
  #secondary {
    background-color: #2a373a;
    color: #a9aeaf;
    border-color: #697275;
  }
  #secondary a {
    color: #00366a;
  }
  #secondary a:hover {
    color: #002951;
  }
  #secondary h1,
  #secondary h2,
  #secondary h3,
  #secondary h4,
  #secondary h5,
  #secondary h6,
  #secondary label,
  #secondary .toggler,
  #secondary .month,
  #secondary .day-name,
  #secondary .pagination .current,
  #secondary strong {
    color: #00366a;
  }
  #secondary .ce_text p,
  #secondary .ce_text li,
  #secondary .ce_text i {
    color: #bec2c3;
  }
  #secondary .head i,
  #secondary .btn i,
  #secondary label i,
  #secondary .an-services-block i {
    color: inherit;
  }
  #secondary .ce_text.intro h1 + p,
  #secondary .ce_text.intro h2 + p,
  #secondary .ce_text.intro h3 + p,
  #secondary .ce_text.intro h4 + p,
  #secondary .ce_text.intro h5 + p,
  #secondary .ce_text.intro p:first-child,
  #secondary table.sortable th:after,
  #secondary .pagination ul > .active > a,
  #secondary .pagination ul > .active > span,
  #secondary .news_full_details header h2,
  #secondary cite,
  #secondary .day {
    color: #747c7f;
  }
  #secondary .toggler,
  #secondary .back,
  #secondary .ce_comments,
  #secondary .recurring,
  #secondary .date .to {
    border-color: #3f4b4e;
  }
  #secondary .section-header,
  #secondary hr,
  #secondary blockquote,
  #secondary .quote-image .ce_text-inside,
  #secondary .layout_latest,
  #secondary .layout_short,
  #secondary .layout_full_list,
  #secondary .mod_eventlist .event,
  #secondary .ce_table th,
  #secondary .ce_table tfoot td,
  #secondary .event.layout_teaser .date,
  #secondary .ce_gallery.logos li,
  #secondary .mod_faqpage > article > section {
    border-color: #545f61;
  }
  #secondary .border-top > h1,
  #secondary .border-top > h2,
  #secondary .border-top > h3,
  #secondary .border-top > h4,
  #secondary .border-top .ce_text-inside {
    border-color: #545f61;
  }
  #secondary h1.border-top,
  #secondary h2.border-top,
  #secondary h3.border-top,
  #secondary h4.border-top {
    border-color: #545f61;
  }
  #secondary .quote-image.border-top .ce_text-inside:before {
    background-color: #697275;
  }
  #secondary .mod_eventlist .header {
    border-color: #949a9c;
  }
  #secondary .ce_table.table-striped tbody .even td,
  #secondary .ce_table.table-striped tbody .even th {
    background: #354144;
  }
  #secondary .service:before {
    color: #00366a;
  }
  #secondary .slider-prev,
  #secondary .slider-next,
  #secondary .slider-prev:hover,
  #secondary .slider-next:hover {
    color: #00366a;
  }
  #secondary .vertical-subnav ul a,
  #secondary .vertical-subnav ul span {
    background: #283033;
    color: #fdfdfd;
  }
  #secondary .vertical-subnav ul a:active,
  #secondary .vertical-subnav ul span:active {
    background: #222829;
  }
  #secondary .vertical-subnav ul span.active,
  #secondary .vertical-subnav ul a.active,
  #secondary .vertical-subnav ul a:hover {
    background: #00366a;
    color: #fdfdfd;
  }
  #secondary .vertical-subnav ul span.active:active,
  #secondary .vertical-subnav ul a.active:active,
  #secondary .vertical-subnav ul a:hover:active {
    background: #002c56;
  }
  #secondary .ce_hyperlink.btn-wrap-invert a,
  #secondary a.btn-invert,
  #secondary button.btn-invert,
  #secondary input.btn-invert,
  #secondary div.btn-invert a,
  #secondary .ce_hyperlink.btn-wrap-invert a:hover,
  #secondary a.btn-invert:hover,
  #secondary button.btn-invert:hover,
  #secondary input.btn-invert:hover,
  #secondary div.btn-invert a:hover {
    color: #00366a !important;
  }
  #tertiary {
    background-color: #dfdfdf;
    color: #f1f1f1;
    border-color: #e8e8e8;
  }
  #tertiary a {
    color: #061c32;
  }
  #tertiary a:hover {
    color: #002951;
  }
  #tertiary h1,
  #tertiary h2,
  #tertiary h3,
  #tertiary h4,
  #tertiary h5,
  #tertiary h6,
  #tertiary label,
  #tertiary .toggler,
  #tertiary .month,
  #tertiary .day-name,
  #tertiary .pagination .current,
  #tertiary strong {
    color: #00366a;
  }
  #tertiary .ce_text p,
  #tertiary .ce_text li,
  #tertiary .ce_text i {
    color: #f4f4f4;
  }
  #tertiary .head i,
  #tertiary .btn i,
  #tertiary label i,
  #tertiary .an-services-block i {
    color: inherit;
  }
  #tertiary .ce_text.intro h1 + p,
  #tertiary .ce_text.intro h2 + p,
  #tertiary .ce_text.intro h3 + p,
  #tertiary .ce_text.intro h4 + p,
  #tertiary .ce_text.intro h5 + p,
  #tertiary .ce_text.intro p:first-child,
  #tertiary table.sortable th:after,
  #tertiary .pagination ul > .active > a,
  #tertiary .pagination ul > .active > span,
  #tertiary .news_full_details header h2,
  #tertiary cite,
  #tertiary .day {
    color: #eaeaea;
  }
  #tertiary .toggler,
  #tertiary .back,
  #tertiary .ce_comments,
  #tertiary .recurring,
  #tertiary .date .to {
    border-color: #e2e2e2;
  }
  #tertiary .section-header,
  #tertiary hr,
  #tertiary blockquote,
  #tertiary .quote-image .ce_text-inside,
  #tertiary .layout_latest,
  #tertiary .layout_short,
  #tertiary .layout_full_list,
  #tertiary .mod_eventlist .event,
  #tertiary .ce_table th,
  #tertiary .ce_table tfoot td,
  #tertiary .event.layout_teaser .date,
  #tertiary .ce_gallery.logos li,
  #tertiary .mod_faqpage > article > section {
    border-color: #e5e5e5;
  }
  #tertiary .border-top > h1,
  #tertiary .border-top > h2,
  #tertiary .border-top > h3,
  #tertiary .border-top > h4,
  #tertiary .border-top .ce_text-inside {
    border-color: #e5e5e5;
  }
  #tertiary h1.border-top,
  #tertiary h2.border-top,
  #tertiary h3.border-top,
  #tertiary h4.border-top {
    border-color: #e5e5e5;
  }
  #tertiary .quote-image.border-top .ce_text-inside:before {
    background-color: #e8e8e8;
  }
  #tertiary .mod_eventlist .header {
    border-color: #eeeeee;
  }
  #tertiary .ce_table.table-striped tbody .even td,
  #tertiary .ce_table.table-striped tbody .even th {
    background: #e1e1e1;
  }
  #tertiary .service:before {
    color: #00366a;
  }
  #tertiary .slider-prev,
  #tertiary .slider-next,
  #tertiary .slider-prev:hover,
  #tertiary .slider-next:hover {
    color: #192528;
  }
  #tertiary .vertical-subnav ul a,
  #tertiary .vertical-subnav ul span {
    background: #dadada;
    color: #fdfdfd;
  }
  #tertiary .vertical-subnav ul a:active,
  #tertiary .vertical-subnav ul span:active {
    background: #d2d2d2;
  }
  #tertiary .vertical-subnav ul span.active,
  #tertiary .vertical-subnav ul a.active,
  #tertiary .vertical-subnav ul a:hover {
    background: #00366a;
    color: #fdfdfd;
  }
  #tertiary .vertical-subnav ul span.active:active,
  #tertiary .vertical-subnav ul a.active:active,
  #tertiary .vertical-subnav ul a:hover:active {
    background: #002c56;
  }
  #tertiary .ce_hyperlink.btn-wrap-invert a,
  #tertiary a.btn-invert,
  #tertiary button.btn-invert,
  #tertiary input.btn-invert,
  #tertiary div.btn-invert a,
  #tertiary .ce_hyperlink.btn-wrap-invert a:hover,
  #tertiary a.btn-invert:hover,
  #tertiary button.btn-invert:hover,
  #tertiary input.btn-invert:hover,
  #tertiary div.btn-invert a:hover {
    color: #dfdfdf !important;
  }
  #footer {
    background-color: #f3f3f3;
    color: #707779;
    border-color: #b2b5b6;
  }
  #footer a {
    color: #00366a;
  }
  #footer a:hover {
    color: #002951;
  }
  #footer h1,
  #footer h2,
  #footer h3,
  #footer h4,
  #footer h5,
  #footer h6,
  #footer label,
  #footer .toggler,
  #footer .month,
  #footer .day-name,
  #footer .pagination .current,
  #footer strong {
    color: #00366a;
  }
  #footer .ce_text p,
  #footer .ce_text li,
  #footer .ce_text i {
    color: #5a6365;
  }
  #footer .head i,
  #footer .btn i,
  #footer label i,
  #footer .an-services-block i {
    color: inherit;
  }
  #footer .ce_text.intro h1 + p,
  #footer .ce_text.intro h2 + p,
  #footer .ce_text.intro h3 + p,
  #footer .ce_text.intro h4 + p,
  #footer .ce_text.intro h5 + p,
  #footer .ce_text.intro p:first-child,
  #footer table.sortable th:after,
  #footer .pagination ul > .active > a,
  #footer .pagination ul > .active > span,
  #footer .news_full_details header h2,
  #footer cite,
  #footer .day {
    color: #a7abac;
  }
  #footer .toggler,
  #footer .back,
  #footer .ce_comments,
  #footer .recurring,
  #footer .date .to {
    border-color: #dddedf;
  }
  #footer .section-header,
  #footer hr,
  #footer blockquote,
  #footer .quote-image .ce_text-inside,
  #footer .layout_latest,
  #footer .layout_short,
  #footer .layout_full_list,
  #footer .mod_eventlist .event,
  #footer .ce_table th,
  #footer .ce_table tfoot td,
  #footer .event.layout_teaser .date,
  #footer .ce_gallery.logos li,
  #footer .mod_faqpage > article > section {
    border-color: #c7caca;
  }
  #footer .border-top > h1,
  #footer .border-top > h2,
  #footer .border-top > h3,
  #footer .border-top > h4,
  #footer .border-top .ce_text-inside {
    border-color: #c7caca;
  }
  #footer h1.border-top,
  #footer h2.border-top,
  #footer h3.border-top,
  #footer h4.border-top {
    border-color: #c7caca;
  }
  #footer .quote-image.border-top .ce_text-inside:before {
    background-color: #b2b5b6;
  }
  #footer .mod_eventlist .header {
    border-color: #868c8d;
  }
  #footer .ce_table.table-striped tbody .even td,
  #footer .ce_table.table-striped tbody .even th {
    background: #e8e9e9;
  }
  #footer .service:before {
    color: #00366a;
  }
  #footer .slider-prev,
  #footer .slider-next,
  #footer .slider-prev:hover,
  #footer .slider-next:hover {
    color: #192528;
  }
  #footer .vertical-subnav ul a,
  #footer .vertical-subnav ul span {
    background: #eeeeee;
    color: #192528;
  }
  #footer .vertical-subnav ul a:active,
  #footer .vertical-subnav ul span:active {
    background: #e6e6e6;
  }
  #footer .vertical-subnav ul span.active,
  #footer .vertical-subnav ul a.active,
  #footer .vertical-subnav ul a:hover {
    background: #00366a;
    color: #fdfdfd;
  }
  #footer .vertical-subnav ul span.active:active,
  #footer .vertical-subnav ul a.active:active,
  #footer .vertical-subnav ul a:hover:active {
    background: #002c56;
  }
  #footer .ce_hyperlink.btn-wrap-invert a,
  #footer a.btn-invert,
  #footer button.btn-invert,
  #footer input.btn-invert,
  #footer div.btn-invert a,
  #footer .ce_hyperlink.btn-wrap-invert a:hover,
  #footer a.btn-invert:hover,
  #footer button.btn-invert:hover,
  #footer input.btn-invert:hover,
  #footer div.btn-invert a:hover {
    color: #00366a !important;
  }
  #featured {
    background-color: #192528;
    color: #a2a7a8;
    border-color: #5d6668;
  }
  #featured a {
    color: #00366a;
  }
  #featured a:hover {
    color: #002951;
  }
  #featured h1,
  #featured h2,
  #featured h3,
  #featured h4,
  #featured h5,
  #featured h6,
  #featured label,
  #featured .toggler,
  #featured .month,
  #featured .day-name,
  #featured .pagination .current,
  #featured strong {
    color: #00366a;
  }
  #featured .ce_text p,
  #featured .ce_text li,
  #featured .ce_text i {
    color: #b9bcbd;
  }
  #featured .head i,
  #featured .btn i,
  #featured label i,
  #featured .an-services-block i {
    color: inherit;
  }
  #featured .ce_text.intro h1 + p,
  #featured .ce_text.intro h2 + p,
  #featured .ce_text.intro h3 + p,
  #featured .ce_text.intro h4 + p,
  #featured .ce_text.intro h5 + p,
  #featured .ce_text.intro p:first-child,
  #featured table.sortable th:after,
  #featured .pagination ul > .active > a,
  #featured .pagination ul > .active > span,
  #featured .news_full_details header h2,
  #featured cite,
  #featured .day {
    color: #697072;
  }
  #featured .toggler,
  #featured .back,
  #featured .ce_comments,
  #featured .recurring,
  #featured .date .to {
    border-color: #303a3d;
  }
  #featured .section-header,
  #featured hr,
  #featured blockquote,
  #featured .quote-image .ce_text-inside,
  #featured .layout_latest,
  #featured .layout_short,
  #featured .layout_full_list,
  #featured .mod_eventlist .event,
  #featured .ce_table th,
  #featured .ce_table tfoot td,
  #featured .event.layout_teaser .date,
  #featured .ce_gallery.logos li,
  #featured .mod_faqpage > article > section {
    border-color: #465052;
  }
  #featured .border-top > h1,
  #featured .border-top > h2,
  #featured .border-top > h3,
  #featured .border-top > h4,
  #featured .border-top .ce_text-inside {
    border-color: #465052;
  }
  #featured h1.border-top,
  #featured h2.border-top,
  #featured h3.border-top,
  #featured h4.border-top {
    border-color: #465052;
  }
  #featured .quote-image.border-top .ce_text-inside:before {
    background-color: #5d6668;
  }
  #featured .mod_eventlist .header {
    border-color: #8b9192;
  }
  #featured .ce_table.table-striped tbody .even td,
  #featured .ce_table.table-striped tbody .even th {
    background: #243033;
  }
  #featured .service:before {
    color: #00366a;
  }
  #featured .slider-prev,
  #featured .slider-next,
  #featured .slider-prev:hover,
  #featured .slider-next:hover {
    color: #00366a;
  }
  #featured .vertical-subnav ul a,
  #featured .vertical-subnav ul span {
    background: #161e20;
    color: #fdfdfd;
  }
  #featured .vertical-subnav ul a:active,
  #featured .vertical-subnav ul span:active {
    background: #101517;
  }
  #featured .vertical-subnav ul span.active,
  #featured .vertical-subnav ul a.active,
  #featured .vertical-subnav ul a:hover {
    background: #00366a;
    color: #fdfdfd;
  }
  #featured .vertical-subnav ul span.active:active,
  #featured .vertical-subnav ul a.active:active,
  #featured .vertical-subnav ul a:hover:active {
    background: #002c56;
  }
  #featured .ce_hyperlink.btn-wrap-invert a,
  #featured a.btn-invert,
  #featured button.btn-invert,
  #featured input.btn-invert,
  #featured div.btn-invert a,
  #featured .ce_hyperlink.btn-wrap-invert a:hover,
  #featured a.btn-invert:hover,
  #featured button.btn-invert:hover,
  #featured input.btn-invert:hover,
  #featured div.btn-invert a:hover {
    color: #00366a !important;
  }
  #featured .ce_text p,
  #featured .icon-comment,
  #featured .teaser,
  #featured .time i {
    color: #5d6668;
  }
  #header {
    background-color: #deeaf5;
  }
  #header h1,
  #header h2,
  #header h3,
  #header h4,
  #header h5,
  #header h6,
  #header p {
    color: #00366a;
  }
  #main .color-black h1,
  #main-extra .color-black h1,
  #secondary .color-black h1,
  #tertiary .color-black h1,
  #footer .color-black h1,
  #featured .color-black h1,
  #main .color-black h2,
  #main-extra .color-black h2,
  #secondary .color-black h2,
  #tertiary .color-black h2,
  #footer .color-black h2,
  #featured .color-black h2,
  #main .color-black h3,
  #main-extra .color-black h3,
  #secondary .color-black h3,
  #tertiary .color-black h3,
  #footer .color-black h3,
  #featured .color-black h3,
  #main .color-black h4,
  #main-extra .color-black h4,
  #secondary .color-black h4,
  #tertiary .color-black h4,
  #footer .color-black h4,
  #featured .color-black h4,
  #main .color-black h5,
  #main-extra .color-black h5,
  #secondary .color-black h5,
  #tertiary .color-black h5,
  #footer .color-black h5,
  #featured .color-black h5,
  #main .color-black h6,
  #main-extra .color-black h6,
  #secondary .color-black h6,
  #tertiary .color-black h6,
  #footer .color-black h6,
  #featured .color-black h6,
  #main .color-black p,
  #main-extra .color-black p,
  #secondary .color-black p,
  #tertiary .color-black p,
  #footer .color-black p,
  #featured .color-black p,
  #main .color-black dt,
  #main-extra .color-black dt,
  #secondary .color-black dt,
  #tertiary .color-black dt,
  #footer .color-black dt,
  #featured .color-black dt {
    color: #00366a;
  }
  #main .color-white h1,
  #main-extra .color-white h1,
  #secondary .color-white h1,
  #tertiary .color-white h1,
  #footer .color-white h1,
  #featured .color-white h1,
  #main .color-white h2,
  #main-extra .color-white h2,
  #secondary .color-white h2,
  #tertiary .color-white h2,
  #footer .color-white h2,
  #featured .color-white h2,
  #main .color-white h3,
  #main-extra .color-white h3,
  #secondary .color-white h3,
  #tertiary .color-white h3,
  #footer .color-white h3,
  #featured .color-white h3,
  #main .color-white h4,
  #main-extra .color-white h4,
  #secondary .color-white h4,
  #tertiary .color-white h4,
  #footer .color-white h4,
  #featured .color-white h4,
  #main .color-white h5,
  #main-extra .color-white h5,
  #secondary .color-white h5,
  #tertiary .color-white h5,
  #footer .color-white h5,
  #featured .color-white h5,
  #main .color-white h6,
  #main-extra .color-white h6,
  #secondary .color-white h6,
  #tertiary .color-white h6,
  #footer .color-white h6,
  #featured .color-white h6,
  #main .color-white p,
  #main-extra .color-white p,
  #secondary .color-white p,
  #tertiary .color-white p,
  #footer .color-white p,
  #featured .color-white p,
  #main .color-white dt,
  #main-extra .color-white dt,
  #secondary .color-white dt,
  #tertiary .color-white dt,
  #footer .color-white dt,
  #featured .color-white dt {
    color: #fdfdfd;
  }
  #main .color-black h2,
  #main-extra .color-black h2,
  #secondary .color-black h2,
  #tertiary .color-black h2,
  #footer .color-black h2,
  #featured .color-black h2,
  #main .color-white h2,
  #main-extra .color-white h2,
  #secondary .color-white h2,
  #tertiary .color-white h2,
  #footer .color-white h2,
  #featured .color-white h2 {
    color: #00366a;
  }
  .bg-image-color img {
    background-color: #00366a;
  }
  .bg-image-color-primary img {
    background-color: #00366a;
  }
  .color-primary {
    color: #00366a !important;
  }
  .pdf_link {
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid;
    text-align: right;
  }
  .pdf_link a {
    display: inline-block;
    margin-left: 4px;
  }
  .teaser .more {
    margin-top: 22px;
  }
  .action-teaser {
    display: table;
    width: 100%;
    margin-bottom: 22px;
  }
  .action-teaser .article-inside > * {
    display: table-cell !important;
    vertical-align: middle !important;
    float: none !important;
  }
  .action-teaser .article-inside > *:first-child {
    padding-left: 0;
  }
  .action-teaser .article-inside > *:last-child {
    padding-right: 0;
  }
  .action-teaser .ce_text h1,
  .action-teaser .ce_text h2 {
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 11px;
  }
  .action-teaser .ce_text h1 {
    font-weight: 300;
  }
  .action-teaser .ce_text.jumbo h1 {
    margin-bottom: 22px;
  }
  .action-teaser .ce_hyperlink {
    text-align: right;
  }
  .action-teaser .ce_hyperlink a {
    display: inline-block;
    padding: 12px 30px;
    margin: 0;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    color: #fdfdfd;
    text-decoration: none !important;
    background-color: #00366a;
    padding: 18px 40px;
  }
  .action-teaser .ce_hyperlink a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .action-teaser .ce_hyperlink a:hover,
  .action-teaser .ce_hyperlink a:focus {
    color: #fff;
  }
  .action-teaser .ce_hyperlink a:active,
  .action-teaser .ce_hyperlink a.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .action-teaser .ce_hyperlink a.disabled,
  .action-teaser .ce_hyperlink a[disabled],
  fieldset[disabled] .action-teaser .ce_hyperlink a {
    cursor: default;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .action-teaser .ce_hyperlink a:hover,
  .action-teaser .ce_hyperlink a:focus,
  .action-teaser .ce_hyperlink a:active,
  .action-teaser .ce_hyperlink a.active {
    background-color: #002951;
  }
  .action-teaser .ce_hyperlink a.disabled:hover,
  .action-teaser .ce_hyperlink a[disabled]:hover,
  fieldset[disabled] .action-teaser .ce_hyperlink a:hover,
  .action-teaser .ce_hyperlink a.disabled:focus,
  .action-teaser .ce_hyperlink a[disabled]:focus,
  fieldset[disabled] .action-teaser .ce_hyperlink a:focus,
  .action-teaser .ce_hyperlink a.disabled:active,
  .action-teaser .ce_hyperlink a[disabled]:active,
  fieldset[disabled] .action-teaser .ce_hyperlink a:active,
  .action-teaser .ce_hyperlink a.disabled.active,
  .action-teaser .ce_hyperlink a[disabled].active,
  fieldset[disabled] .action-teaser .ce_hyperlink a.active {
    background-color: #00366a;
  }
  .action-teaser .ce_hyperlink a,
  .action-teaser .ce_hyperlink a:hover {
    color: #fdfdfd !important;
  }
  .section-header .ce_text-inside,
  .section-header {
    margin-bottom: 44px;
    line-height: 0.00001px;
  }
  .section-header .ce_text-inside.ce_text.block,
  .section-header.ce_text.block {
    margin-bottom: 0;
  }
  .section-header .ce_text-inside.ce_text-inside,
  .section-header.ce_text-inside {
    margin-bottom: 0;
  }
  .section-header .ce_text-inside.ce_text-inside > *,
  .section-header.ce_text-inside > * {
    line-height: 0.00001px;
  }
  .section-header .ce_text-inside.ce_text-inside > *:first-child + p,
  .section-header.ce_text-inside > *:first-child + p {
    position: relative;
    top: 14px;
    margin-bottom: 44px;
  }
  .section-header .ce_text-inside > h1:first-child,
  .section-header > h1:first-child,
  .section-header .ce_text-inside > h2:first-child,
  .section-header > h2:first-child,
  .section-header .ce_text-inside > h3:first-child,
  .section-header > h3:first-child,
  .section-header .ce_text-inside > h4:first-child,
  .section-header > h4:first-child,
  h1.section-header .ce_text-inside,
  h1.section-header,
  h2.section-header .ce_text-inside,
  h2.section-header,
  h3.section-header .ce_text-inside,
  h3.section-header,
  h4.section-header .ce_text-inside,
  h4.section-header {
    position: relative;
    font-weight: 300;
    font-size: 16px;
  }
  .with-section-header > h1:first-child,
  .with-section-header > h2:first-child,
  .with-section-header > h3:first-child,
  .with-section-header > h4:first-child {
    position: relative;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 44px;
    line-height: 0.00001px;
  }
  .mod_newslist > h1:first-child,
  .mod_eventlist > h1:first-child,
  .ce_gallery > h1:first-child,
  .mod_newslist > h2:first-child,
  .mod_eventlist > h2:first-child,
  .ce_gallery > h2:first-child,
  .mod_newslist > h3:first-child,
  .mod_eventlist > h3:first-child,
  .ce_gallery > h3:first-child,
  .mod_newslist > h4:first-child,
  .mod_eventlist > h4:first-child,
  .ce_gallery > h4:first-child {
    position: relative;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 44px;
    line-height: 0.00001px;
  }
  .mod_login > h1,
  .mod_newsmenu > h1,
  .mod_eventmenu > h1,
  .sub-navigation > h1,
  .mod_login > h2,
  .mod_newsmenu > h2,
  .mod_eventmenu > h2,
  .sub-navigation > h2,
  .mod_login > h3,
  .mod_newsmenu > h3,
  .mod_eventmenu > h3,
  .sub-navigation > h3,
  .mod_login > h4,
  .mod_newsmenu > h4,
  .mod_eventmenu > h4,
  .sub-navigation > h4 {
    background: #263234;
    margin: 0;
    padding: 33px 0;
    text-align: center;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    color: #fdfdfd !important;
    font-size: 16px;
  }
  .border-top > h1:first-child,
  .border-top > h2:first-child,
  .border-top > h3:first-child,
  .border-top > h4:first-child,
  .border-top .ce_text-inside:first-child {
    padding-top: 43px;
    border-top: 1px solid;
  }
  h1.border-top,
  h2.border-top,
  h3.border-top,
  h4.border-top {
    padding-top: 43px;
    border-top: 1px solid;
  }
  .border-top.prominent > h1:first-child,
  .border-top.prominent > h2:first-child,
  .border-top.prominent > h3:first-child,
  .border-top.prominent > h4:first-child,
  .border-top.prominent .ce_text-inside:first-child {
    padding-top: 60.6px;
  }
  h1.border-top.prominent,
  h2.border-top.prominent,
  h3.border-top.prominent,
  h4.border-top.prominent {
    padding-top: 60.6px;
  }
  .offset-top {
    margin-top: 44px !important;
  }
  .offset-bottom,
  .block .offset-bottom.block {
    margin-bottom: 44px !important;
  }
  .blow {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .ce_sliderStart {
    position: relative;
  }
  .slider-wrapper > * {
    float: left;
    margin-bottom: 0 !important;
    clear: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .slider-control {
    position: static;
    height: 0;
  }
  .slider-control .slider-menu {
    padding-top: 22px;
    top: 100%;
  }
  .slider-control .slider-menu b {
    margin: 0 2px;
  }
  .swipe {
    position: relative;
    visibility: hidden;
    height: 200px;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
  }
  .swipe-wrap {
    overflow: hidden !important;
    position: relative;
  }
  .swipe-wrap > * {
    position: relative;
    display: block !important;
    float: left;
    width: 100%;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
  }
  .swipe-wrap > *.in {
    opacity: 1;
  }
  .event-slider,
  .gallery-slider,
  .news-slider {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
  }
  .event-slider > h1,
  .gallery-slider > h1,
  .news-slider > h1,
  .event-slider > h2,
  .gallery-slider > h2,
  .news-slider > h2,
  .event-slider > h3,
  .gallery-slider > h3,
  .news-slider > h3,
  .event-slider > h4,
  .gallery-slider > h4,
  .news-slider > h4 {
    border-top: none;
    padding-top: 0;
  }
  .event-slider > div,
  .gallery-slider > div,
  .news-slider > div,
  .event-slider > article,
  .gallery-slider > article,
  .news-slider > article,
  .event-slider > ul > li,
  .gallery-slider > ul > li,
  .news-slider > ul > li {
    height: 1px;
    opacity: 0;
  }
  .event-slider > div:first-child,
  .gallery-slider > div:first-child,
  .news-slider > div:first-child,
  .event-slider > article:first-child,
  .gallery-slider > article:first-child,
  .news-slider > article:first-child,
  .event-slider > ul > li:first-child,
  .gallery-slider > ul > li:first-child,
  .news-slider > ul > li:first-child {
    height: auto;
    opacity: 1;
  }
  .event-slider.in > div,
  .gallery-slider.in > div,
  .news-slider.in > div,
  .event-slider.in > article,
  .gallery-slider.in > article,
  .news-slider.in > article,
  .event-slider.in > ul > li,
  .gallery-slider.in > ul > li,
  .news-slider.in > ul > li {
    height: auto;
    opacity: 1;
  }
  .caroufredsel_prev,
  .caroufredsel_next,
  .slider-control .slider-prev,
  .slider-control .slider-next,
  .slider-prev,
  .slider-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    font-size: 50px;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.2;
    filter: alpha(opacity=20);
  }
  .caroufredsel_prev,
  .caroufredsel_next,
  .slider-control .slider-prev,
  .slider-control .slider-next,
  .slider-prev,
  .slider-next,
  .caroufredsel_prev *,
  .caroufredsel_next *,
  .slider-control .slider-prev *,
  .slider-control .slider-next *,
  .slider-prev *,
  .slider-next *,
  .caroufredsel_prev:hover,
  .caroufredsel_next:hover,
  .slider-control .slider-prev:hover,
  .slider-control .slider-next:hover,
  .slider-prev:hover,
  .slider-next:hover,
  .caroufredsel_prev:hover i,
  .caroufredsel_next:hover i,
  .slider-control .slider-prev:hover i,
  .slider-control .slider-next:hover i,
  .slider-prev:hover i,
  .slider-next:hover i {
    text-decoration: none;
  }
  .caroufredsel_prev:hover,
  .caroufredsel_next:hover,
  .slider-control .slider-prev:hover,
  .slider-control .slider-next:hover,
  .slider-prev:hover,
  .slider-next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .slider-control .slider-prev,
  .slider-prev {
    left: -88px;
  }
  .slider-control .slider-prev:hover,
  .slider-prev:hover {
    left: -99px;
  }
  .slider-control .slider-next,
  .slider-next {
    right: -88px;
  }
  .slider-control .slider-next:hover,
  .slider-next:hover {
    right: -99px;
  }
  .boxed .slider-control .slider-prev,
  .boxed .slider-prev {
    left: -66px;
  }
  .boxed .slider-control .slider-prev:hover,
  .boxed .slider-prev:hover {
    left: -55px;
  }
  .boxed .slider-control .slider-next,
  .boxed.slider-next {
    right: -66px;
  }
  .boxed .slider-control .slider-next:hover,
  .boxed.slider-next:hover {
    right: -55px;
  }
  body.touch .slider-control .slider-prev,
  body.touch .slider-prev,
  body.touch .slider-control .slider-next,
  body.touch .slider-next {
    display: none !important;
  }
  h1 + .dlh_googlemap,
  h2 + .dlh_googlemap,
  h3 + .dlh_googlemap,
  h4 + .dlh_googlemap,
  h5 + .dlh_googlemap,
  h6 + .dlh_googlemap {
    margin-top: 22px;
  }
  .dlh_googlemap,
  .dlh_googlemap .block {
    margin: 0;
    width: 100% !important;
  }
  .map-full {
    margin-bottom: 0;
  }
  .map-full,
  .map-full .block {
    height: 400px !important;
  }
  .mejs-audio {
    height: 30px !important;
  }
  object,
  embed,
  video,
  iframe,
  audio {
    max-width: 100%;
  }
  .ce_player {
    margin-bottom: 44px;
  }
  #scrollToTop {
    position: fixed;
    bottom: -100px;
    right: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px 3px 0 0;
    background-color: #00366a;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }
  #scrollToTop i {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fdfdfd;
  }
  #scrollToTop.in {
    bottom: 0px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .fixed-bg {
    background-repeat: no-repeat !important;
    background-position: center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  }
  * {
    text-rendering: optimizelegibility;
  }
  p {
    margin: 0 0 11px;
    max-width: 1000px;
  }
  p:last-child {
    margin-bottom: 0;
  }
  .small-text {
    font-size: 13px;
  }
  span[style*="background-color"] {
    padding-left: 7px;
    padding-right: 7px;
  }
  strong,
  em {
    font-weight: 300;
  }
  .text-center *,
  .text-center {
    text-align: center;
  }
  .text-center * {
    margin-left: auto;
    margin-right: auto;
  }
  .text-right *,
  .text-right {
    text-align: right;
  }
  a {
    color: #00366a;
    text-decoration: none;
  }
  a:hover,
  a:focus {
    color: #002951;
    text-decoration: underline;
  }
  a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-family: inherit;
    font-weight: 300;
    color: #00366a;
  }
  h1,
  h2 {
    margin-top: 44px;
    margin-bottom: 4px;
  }
  h3 {
    margin-top: 33px;
    margin-bottom: 4px;
  }
  h4,
  h5,
  h6 {
    margin-top: 22px;
    margin-bottom: 11px;
  }
  h1,
  .h1 {
    font-size: 52px;
    line-height: 1.2em;
    text-align: center;
  }
  h2,
  .h2 {
    font-size: 30px;
    line-height: 1.2em;
  }
  h3,
  .h3 {
    font-size: 16px;
    line-height: 1.25em;
  }
  h4,
  .h4 {
    font-size: 16px;
    line-height: 22px;
  }
  h5,
  .h5 {
    font-size: 13px;
    line-height: 22px;
  }
  h6,
  .h6 {
    font-size: 11px;
    line-height: 22px;
  }
  h1 small {
    font-size: 30px;
  }
  h2 small {
    font-size: 16px;
  }
  h3 small {
    font-size: 16px;
  }
  h4 small {
    font-size: 13px;
  }
  h1,
  h2,
  h3,
  h4,
  h5 {
    text-transform: uppercase;
    letter-spacing: 0px;
  }
  h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child {
    margin-top: 0;
  }
  h1 *,
  h2 *,
  h3 *,
  h4 *,
  h5 * {
    font-weight: inherit;
  }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong {
    font-weight: 700;
  }
  ul,
  ol {
    padding: 0;
    margin: 0 0 11px 25px;
  }
  ul.unstyled,
  ol.unstyled {
    margin: 0;
  }
  ul ul,
  ul ol,
  ol ol,
  ol ul,
  ul:last-child,
  ol:last-child {
    margin-bottom: 0px;
  }
  ol li {
    list-style: decimal-leading-zero;
  }
  ol ol li {
    list-style: upper-latin;
  }
  li {
    line-height: 22px;
  }
  .ce_text ul {
    list-style: square;
  }
  dl {
    margin-bottom: 22px;
  }
  dt,
  dd {
    line-height: 22px;
  }
  dt {
    font-weight: bold;
  }
  dd {
    margin-left: 11px;
  }
  .dl-horizontal:before,
  .dl-horizontal:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal:after {
    clear: both;
  }
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .list-check ul,
  .list-plus ul,
  .list-minus ul,
  .list-arrow ul {
    margin-left: 0;
    list-style: none;
  }
  .list-check li,
  .list-plus li,
  .list-minus li,
  .list-arrow li {
    position: relative;
    padding-left: 22px;
  }
  .list-check li:before,
  .list-plus li:before,
  .list-minus li:before,
  .list-arrow li:before {
    font-family: 'icons';
    position: absolute;
    left: 0;
    top: 0;
  }
  .list-check li:before {
    content: '\2713';
  }
  .list-plus li:before {
    content: '\2b';
  }
  .list-minus li:before {
    content: '\2d';
  }
  .list-arrow li:before {
    content: '\e766';
  }
  .list-large li {
    font-size: 16px;
    line-height: 1.3em;
  }
  blockquote {
    padding: 0 0 0 15px;
    margin: 44px 0 44px;
    border-left: 5px solid;
  }
  blockquote,
  blockquote p {
    font-family: Georgia, "Times New Roman", Times, serif !important;
    font-weight: normal !important;
    font-style: italic;
  }
  blockquote p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4em;
  }
  blockquote cite,
  blockquote div {
    margin-top: 22px;
    font-size: 11px;
    display: block;
    line-height: 22px;
  }
  blockquote cite:before,
  blockquote div:before {
    content: '\2014 \00A0';
  }
  blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid;
    border-left: 0;
  }
  blockquote.pull-right p,
  blockquote.pull-right small {
    text-align: right;
  }
  blockquote.pull-right cite:before {
    content: '';
  }
  blockquote.pull-right cite:after {
    content: '\00A0 \2014';
  }
  .quote-image .ce_text-inside {
    display: table;
    width: 100%;
    /*border-left: 5px solid;*/
    margin-bottom: 22px;
  }
  .quote-image .ce_text-inside blockquote,
  .quote-image .ce_text-inside .image_container {
    display: table-cell;
    vertical-align: middle;
    float: none !important;
    min-width: 120px;
  }
  .quote-image .ce_text-inside .image_container {
    margin-bottom: 0;
    padding-right: 30px;
  }
  .quote-image .ce_text-inside blockquote {
    padding-left: 30px;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
  }
  .text-right blockquote {
    padding: 0 15px 0 0;
    border-left: none;
    border-right: 5px solid;
  }
  .text-right.quote-image .ce_text-inside {
    border-left: none;
    border-right: 5px solid;
    padding-right: 44px;
  }
  .float_left {
    float: left;
  }
  .float_right {
    float: right;
  }
  img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    border-radius: 3px;
    vertical-align: middle;
  }
  .img-rounded {
    border-radius: 6px;
  }
  .img-circle {
    border-radius: 500px;
  }
  .image_container {
    max-width: 100%;
    margin-bottom: 22px;
  }
  .image_container img {
    max-width: 100%;
    margin-bottom: 0;
  }
  .image_container.float_left {
    margin-right: 44px;
  }
  .image_container.float_right {
    margin-left: 44px;
  }
  .image_container + h1,
  .image_container + h2,
  .image_container + h3,
  .image_container + h4,
  .image_container + h5,
  .image_container + h6 {
    margin-top: 0;
  }
  .ce_text.rounded .image_container.float_left {
    margin-right: 22px;
  }
  .ce_text.rounded .image_container.float_right {
    margin-left: 22px;
  }
  .ce_text .image_container img {
    margin-bottom: 0;
  }
  .prevent-image-margin .image_container {
    margin-bottom: 0;
  }
  figcaption {
    font-size: 13px;
  }
  .image-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    opacity: 0;
  }
  .image-full figure {
    max-width: none;
  }
  .carousel_item > .image-full,
  .outer > .image-full {
    opacity: 1;
  }
  .ce_text.intro h2:first-child,
  .ce_text.intro h3:first-child,
  .ce_text.intro h4:first-child,
  .ce_text.intro h5:first-child {
    font-family: inherit;
    font-weight: 300;
    color: #00366a;
    font-size: 52px;
    line-height: 1.2em;
    text-align: center;
  }
  .ce_text.intro h1 + p,
  .ce_text.intro-jumbo h1 + p,
  .ce_text.intro h2 + p,
  .ce_text.intro-jumbo h2 + p,
  .ce_text.intro h3 + p,
  .ce_text.intro-jumbo h3 + p,
  .ce_text.intro h4 + p,
  .ce_text.intro-jumbo h4 + p,
  .ce_text.intro h5 + p,
  .ce_text.intro-jumbo h5 + p,
  .ce_text.intro p:first-child,
  .ce_text.intro-jumbo p:first-child {
    font-size: 16px;
    line-height: 1.6em;
  }
  .ce_text.intro + hr,
  .ce_text.intro-jumbo + hr {
    padding-bottom: 0;
  }
  .ce_headline.intro {
    font-family: inherit;
    font-weight: 300;
    color: #00366a;
    font-size: 52px;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 44px;
  }
  h1.jumbo,
  h2.jumbo,
  h3.jumbo,
  p.jumbo {
    font-size: 61px !important;
    font-weight: 700 !important;
  }
  h1.jumbo.jumbo-super,
  h2.jumbo.jumbo-super,
  h3.jumbo.jumbo-super,
  p.jumbo.jumbo-super {
    font-size: 122px !important;
    line-height: 1em;
  }
  p.jumbo {
    line-height: 1em;
  }
  .jumbo h2,
  .ce_text.intro-jumbo h2,
  .jumbo h3,
  .ce_text.intro-jumbo h3,
  .jumbo h4,
  .ce_text.intro-jumbo h4,
  .jumbo h5,
  .ce_text.intro-jumbo h5 {
    font-family: inherit;
    font-weight: 300;
    color: #00366a;
    font-size: 52px;
    line-height: 1.2em;
    text-align: center;
    font-weight: 700;
  }
  .jumbo h1,
  .ce_text.intro-jumbo h1 {
    max-width: 66%;
    font-weight: 700;
    margin-bottom: 44px;
    font-size: 61px;
    line-height: 1.1em;
  }
  .jumbo h1 + *,
  .ce_text.intro-jumbo h1 + * {
    position: relative;
    top: -22px;
  }
  .jumbo.jumbo-super h1:first-child,
  .ce_text.intro-jumbo.jumbo-super h1:first-child {
    font-size: 122px;
    line-height: 1em;
  }
  .jumbo h2,
  .ce_text.intro-jumbo h2,
  .jumbo h1 + p,
  .ce_text.intro-jumbo h1 + p,
  .jumbo h2 + p h3 + p h4 + p,
  .ce_text.intro-jumbo h2 + p h3 + p h4 + p,
  .jumbo h5 + p,
  .ce_text.intro-jumbo h5 + p,
  .jumbo p:first-child,
  .ce_text.intro-jumbo p:first-child {
    font-size: 52px;
    font-family: inherit;
    line-height: 1.4em;
  }
  .jumbo.text-center p,
  .ce_text.intro-jumbo.text-center p {
    max-width: 70%;
  }
  .block .block.ce_text.intro-jumbo {
    margin-bottom: 22px;
  }
  .block.ce_text.alert-danger,
  .block.ce_text.alert-warning,
  .block.ce_text.alert-info,
  .block.ce_text.alert-success {
    background: #fdfdfd;
    border-radius: 3px;
    padding: 11px;
    margin-bottom: 22px;
    color: #fff;
  }
  .block.ce_text.alert-danger h1,
  .block.ce_text.alert-warning h1,
  .block.ce_text.alert-info h1,
  .block.ce_text.alert-success h1,
  .block.ce_text.alert-danger h2,
  .block.ce_text.alert-warning h2,
  .block.ce_text.alert-info h2,
  .block.ce_text.alert-success h2,
  .block.ce_text.alert-danger h3,
  .block.ce_text.alert-warning h3,
  .block.ce_text.alert-info h3,
  .block.ce_text.alert-success h3,
  .block.ce_text.alert-danger h4,
  .block.ce_text.alert-warning h4,
  .block.ce_text.alert-info h4,
  .block.ce_text.alert-success h4,
  .block.ce_text.alert-danger h5,
  .block.ce_text.alert-warning h5,
  .block.ce_text.alert-info h5,
  .block.ce_text.alert-success h5,
  .block.ce_text.alert-danger h6,
  .block.ce_text.alert-warning h6,
  .block.ce_text.alert-info h6,
  .block.ce_text.alert-success h6,
  .block.ce_text.alert-danger label,
  .block.ce_text.alert-warning label,
  .block.ce_text.alert-info label,
  .block.ce_text.alert-success label,
  .block.ce_text.alert-danger .toggler,
  .block.ce_text.alert-warning .toggler,
  .block.ce_text.alert-info .toggler,
  .block.ce_text.alert-success .toggler,
  .block.ce_text.alert-danger .month,
  .block.ce_text.alert-warning .month,
  .block.ce_text.alert-info .month,
  .block.ce_text.alert-success .month,
  .block.ce_text.alert-danger .day-name,
  .block.ce_text.alert-warning .day-name,
  .block.ce_text.alert-info .day-name,
  .block.ce_text.alert-success .day-name,
  .block.ce_text.alert-danger strong,
  .block.ce_text.alert-warning strong,
  .block.ce_text.alert-info strong,
  .block.ce_text.alert-success strong {
    color: inherit !important;
  }
  .block.ce_text.alert-danger p,
  .block.ce_text.alert-warning p,
  .block.ce_text.alert-info p,
  .block.ce_text.alert-success p {
    margin: 0;
    color: #fff !important;
  }
  .block.ce_text.alert-danger p strong,
  .block.ce_text.alert-warning p strong,
  .block.ce_text.alert-info p strong,
  .block.ce_text.alert-success p strong {
    font-weight: 700;
  }
  .block.ce_text.alert-danger:before,
  .block.ce_text.alert-warning:before,
  .block.ce_text.alert-info:before,
  .block.ce_text.alert-success:before {
    font-size: 24px;
    float: left;
    margin-right: 10px;
  }
  .block.ce_text.alert-danger.alert-large,
  .block.ce_text.alert-warning.alert-large,
  .block.ce_text.alert-info.alert-large,
  .block.ce_text.alert-success.alert-large {
    padding: 22px;
  }
  .block.ce_text.alert-danger.alert-large:before,
  .block.ce_text.alert-warning.alert-large:before,
  .block.ce_text.alert-info.alert-large:before,
  .block.ce_text.alert-success.alert-large:before {
    font-size: 60px;
    margin-right: 30px;
  }
  .block.ce_text.alert-warning {
    background: #f0ad4e;
  }
  .block.ce_text.alert-warning strong,
  .block.ce_text.alert-warning:before {
    color: #c77c11 !important;
  }
  .block.ce_text.alert-danger {
    background: #d9534f;
  }
  .block.ce_text.alert-danger strong,
  .block.ce_text.alert-danger:before {
    color: #a02622 !important;
  }
  .block.ce_text.alert-info {
    background: #5bc0de;
  }
  .block.ce_text.alert-info strong,
  .block.ce_text.alert-info:before {
    color: #2390b0 !important;
  }
  .block.ce_text.alert-success {
    background: #5cb85c;
  }
  .block.ce_text.alert-success strong,
  .block.ce_text.alert-success:before {
    color: #357935 !important;
  }
  .text-small {
    font-size: 13px;
  }
  hr {
    border: 0;
    clear: both;
    margin-bottom: 44px;
    padding-bottom: 44px;
    border-bottom: 1px solid;
  }
  .row > hr {
    margin-left: 22px;
    margin-right: 22px;
  }
  abbr[title],
  abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #ebebeb;
  }
  abbr.initialism {
    font-size: 90%;
    text-transform: uppercase;
  }
  code {
    font-family: Monaco, monospace;
    display: inline-block;
    padding: 0 3px;
    white-space: nowrap;
  }
  li.code {
    display: block;
  }
  pre {
    background: #fdfdfd;
    border-radius: 3px;
    padding: 11px;
  }
  pre h1,
  pre h2,
  pre h3,
  pre h4,
  pre h5,
  pre h6,
  pre label,
  pre .toggler,
  pre .month,
  pre .day-name,
  pre strong {
    color: inherit !important;
  }
  .text-white * {
    color: #fdfdfd !important;
  }
  .text-primary * {
    color: #00366a !important;
  }
  .text-black * {
    color: #192528 !important;
  }
  .row,
  *[class*="make-columns"] {
    margin-left: -22px;
    margin-right: -22px;
    width: auto !important;
    float: none !important;
  }
  .row:before,
  *[class*="make-columns"]:before,
  .row:after,
  *[class*="make-columns"]:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .row:after,
  *[class*="make-columns"]:after {
    clear: both;
  }
  #left,
  #right,
  #main .main.has-left,
  #main .main.has-right,
  #left > .row > *,
  #right > .row > *,
  .main > .row > *,
  .main-only > *,
  *[class*="make-columns"] > .block,
  *[class*="make-columns"] > .article-inside > .block,
  *[class*="make-columns"] > ul > *[class*="col"],
  *[class*="grid"] {
    clear: none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 22px;
    padding-right: 22px;
  }
  *[class*="make-columns"] > h1,
  *[class*="grid"].row > h1,
  *[class*="make-columns"] > h2,
  *[class*="grid"].row > h2,
  *[class*="make-columns"] > h3,
  *[class*="grid"].row > h3,
  *[class*="make-columns"] > h4,
  *[class*="grid"].row > h4,
  *[class*="make-columns"] > h5,
  *[class*="grid"].row > h5,
  *[class*="make-columns"] > h6,
  *[class*="grid"].row > h6,
  *[class*="make-columns"] > .pdf_link,
  *[class*="grid"].row > .pdf_link {
    margin-left: 22px;
    margin-right: 22px;
  }
  .mod_article {
    width: 100%;
  }
  .grid1,
  .make-columns-12 > .block .make-columns-12 > .article-inside > .block {
    width: 8.33333333%;
  }
  .grid2,
  .make-columns-6 > .block,
  .make-columns-6 > .article-inside > .block,
  .make-columns-6 > ul > *[class*="col"] {
    width: 16.66666667%;
  }
  .grid3,
  .make-columns-4 > .block,
  .make-columns-4 > .article-inside > .block,
  .make-columns-4 > ul > *[class*="col"] {
    width: 25%;
  }
  .grid4 {
    width: 33.33333333%;
  }
  .grid5 {
    width: 41.66666667%;
  }
  .grid6,
  .make-columns-2 > .block {
    width: 50%;
  }
  .grid7 {
    width: 58.33333333%;
  }
  .grid8 {
    width: 66.66666667%;
  }
  .grid9 {
    width: 75%;
  }
  .grid10 {
    width: 83.33333333%;
  }
  .grid11 {
    width: 91.66666667%;
  }
  .grid12 {
    width: 100%;
  }
  .offset1 {
    margin-left: 8.33333333%;
  }
  .offset2 {
    margin-left: 16.66666667%;
  }
  .offset3 {
    margin-left: 25%;
  }
  .offset4 {
    margin-left: 33.33333333%;
  }
  .offset5 {
    margin-left: 41.66666667%;
  }
  .offset6 {
    margin-left: 50%;
  }
  .offset7 {
    margin-left: 58.33333333%;
  }
  .offset8 {
    margin-left: 66.66666667%;
  }
  .offset9 {
    margin-left: 75%;
  }
  .offset10 {
    margin-left: 83.33333333%;
  }
  .offset11 {
    margin-left: 25%;
  }
  .btn,
  .btn-primary,
  .teaser .more a,
  .ce_hyperlink.btn-wrap a,
  .back a,
  .submit {
    display: inline-block;
    padding: 12px 30px;
    margin: 0;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    color: #fdfdfd;
    text-decoration: none !important;
  }
  .btn:focus,
  .btn-primary:focus,
  .teaser .more a:focus,
  .ce_hyperlink.btn-wrap a:focus,
  .back a:focus,
  .submit:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .btn:hover,
  .btn-primary:hover,
  .teaser .more a:hover,
  .ce_hyperlink.btn-wrap a:hover,
  .back a:hover,
  .submit:hover,
  .btn:focus,
  .btn-primary:focus,
  .teaser .more a:focus,
  .ce_hyperlink.btn-wrap a:focus,
  .back a:focus,
  .submit:focus {
    color: #fff;
  }
  .btn:active,
  .btn-primary:active,
  .teaser .more a:active,
  .ce_hyperlink.btn-wrap a:active,
  .back a:active,
  .submit:active,
  .btn.active,
  .btn-primary.active,
  .teaser .more a.active,
  .ce_hyperlink.btn-wrap a.active,
  .back a.active,
  .submit.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .btn.disabled,
  .btn-primary.disabled,
  .teaser .more a.disabled,
  .ce_hyperlink.btn-wrap a.disabled,
  .back a.disabled,
  .submit.disabled,
  .btn[disabled],
  .btn-primary[disabled],
  .teaser .more a[disabled],
  .ce_hyperlink.btn-wrap a[disabled],
  .back a[disabled],
  .submit[disabled],
  fieldset[disabled] .btn,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .teaser .more a,
  fieldset[disabled] .ce_hyperlink.btn-wrap a,
  fieldset[disabled] .back a,
  fieldset[disabled] .submit {
    cursor: default;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .btn,
  .teaser .more a,
  .ce_hyperlink.btn-wrap a,
  .back a {
    color: #fdfdfd !important;
    background-color: #e6e6e6;
  }
  .btn:hover,
  .teaser .more a:hover,
  .ce_hyperlink.btn-wrap a:hover,
  .back a:hover,
  .btn:focus,
  .teaser .more a:focus,
  .ce_hyperlink.btn-wrap a:focus,
  .back a:focus,
  .btn:active,
  .teaser .more a:active,
  .ce_hyperlink.btn-wrap a:active,
  .back a:active,
  .btn.active,
  .teaser .more a.active,
  .ce_hyperlink.btn-wrap a.active,
  .back a.active {
    background-color: #d9d9d9;
  }
  .btn.disabled:hover,
  .teaser .more a.disabled:hover,
  .ce_hyperlink.btn-wrap a.disabled:hover,
  .back a.disabled:hover,
  .btn[disabled]:hover,
  .teaser .more a[disabled]:hover,
  .ce_hyperlink.btn-wrap a[disabled]:hover,
  .back a[disabled]:hover,
  fieldset[disabled] .btn:hover,
  fieldset[disabled] .teaser .more a:hover,
  fieldset[disabled] .ce_hyperlink.btn-wrap a:hover,
  fieldset[disabled] .back a:hover,
  .btn.disabled:focus,
  .teaser .more a.disabled:focus,
  .ce_hyperlink.btn-wrap a.disabled:focus,
  .back a.disabled:focus,
  .btn[disabled]:focus,
  .teaser .more a[disabled]:focus,
  .ce_hyperlink.btn-wrap a[disabled]:focus,
  .back a[disabled]:focus,
  fieldset[disabled] .btn:focus,
  fieldset[disabled] .teaser .more a:focus,
  fieldset[disabled] .ce_hyperlink.btn-wrap a:focus,
  fieldset[disabled] .back a:focus,
  .btn.disabled:active,
  .teaser .more a.disabled:active,
  .ce_hyperlink.btn-wrap a.disabled:active,
  .back a.disabled:active,
  .btn[disabled]:active,
  .teaser .more a[disabled]:active,
  .ce_hyperlink.btn-wrap a[disabled]:active,
  .back a[disabled]:active,
  fieldset[disabled] .btn:active,
  fieldset[disabled] .teaser .more a:active,
  fieldset[disabled] .ce_hyperlink.btn-wrap a:active,
  fieldset[disabled] .back a:active,
  .btn.disabled.active,
  .teaser .more a.disabled.active,
  .ce_hyperlink.btn-wrap a.disabled.active,
  .back a.disabled.active,
  .btn[disabled].active,
  .teaser .more a[disabled].active,
  .ce_hyperlink.btn-wrap a[disabled].active,
  .back a[disabled].active,
  fieldset[disabled] .btn.active,
  fieldset[disabled] .teaser .more a.active,
  fieldset[disabled] .ce_hyperlink.btn-wrap a.active,
  fieldset[disabled] .back a.active {
    background-color: #e6e6e6;
  }
  .ce_hyperlink.btn-wrap-primary a,
  .btn-primary,
  .submit {
    background-color: #00366a;
  }
  .ce_hyperlink.btn-wrap-primary a:hover,
  .btn-primary:hover,
  .submit:hover,
  .ce_hyperlink.btn-wrap-primary a:focus,
  .btn-primary:focus,
  .submit:focus,
  .ce_hyperlink.btn-wrap-primary a:active,
  .btn-primary:active,
  .submit:active,
  .ce_hyperlink.btn-wrap-primary a.active,
  .btn-primary.active,
  .submit.active {
    background-color: #002951;
  }
  .ce_hyperlink.btn-wrap-primary a.disabled:hover,
  .btn-primary.disabled:hover,
  .submit.disabled:hover,
  .ce_hyperlink.btn-wrap-primary a[disabled]:hover,
  .btn-primary[disabled]:hover,
  .submit[disabled]:hover,
  fieldset[disabled] .ce_hyperlink.btn-wrap-primary a:hover,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .submit:hover,
  .ce_hyperlink.btn-wrap-primary a.disabled:focus,
  .btn-primary.disabled:focus,
  .submit.disabled:focus,
  .ce_hyperlink.btn-wrap-primary a[disabled]:focus,
  .btn-primary[disabled]:focus,
  .submit[disabled]:focus,
  fieldset[disabled] .ce_hyperlink.btn-wrap-primary a:focus,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .submit:focus,
  .ce_hyperlink.btn-wrap-primary a.disabled:active,
  .btn-primary.disabled:active,
  .submit.disabled:active,
  .ce_hyperlink.btn-wrap-primary a[disabled]:active,
  .btn-primary[disabled]:active,
  .submit[disabled]:active,
  fieldset[disabled] .ce_hyperlink.btn-wrap-primary a:active,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .submit:active,
  .ce_hyperlink.btn-wrap-primary a.disabled.active,
  .btn-primary.disabled.active,
  .submit.disabled.active,
  .ce_hyperlink.btn-wrap-primary a[disabled].active,
  .btn-primary[disabled].active,
  .submit[disabled].active,
  fieldset[disabled] .ce_hyperlink.btn-wrap-primary a.active,
  fieldset[disabled] .btn-primary.active,
  fieldset[disabled] .submit.active {
    background-color: #00366a;
  }
  .ce_hyperlink.btn-wrap-primary a,
  .btn-primary,
  .submit,
  .ce_hyperlink.btn-wrap-primary a:hover,
  .btn-primary:hover,
  .submit:hover {
    color: #fdfdfd !important;
  }
  .ce_hyperlink.btn-wrap-invert a,
  a.btn-invert,
  button.btn-invert,
  input.btn-invert,
  div.btn-invert a {
    color: #00366a !important;
    background-color: #fdfdfd;
  }
  .ce_hyperlink.btn-wrap-invert a:hover,
  a.btn-invert:hover,
  button.btn-invert:hover,
  input.btn-invert:hover,
  div.btn-invert a:hover,
  .ce_hyperlink.btn-wrap-invert a:focus,
  a.btn-invert:focus,
  button.btn-invert:focus,
  input.btn-invert:focus,
  div.btn-invert a:focus,
  .ce_hyperlink.btn-wrap-invert a:active,
  a.btn-invert:active,
  button.btn-invert:active,
  input.btn-invert:active,
  div.btn-invert a:active,
  .ce_hyperlink.btn-wrap-invert a.active,
  a.btn-invert.active,
  button.btn-invert.active,
  input.btn-invert.active,
  div.btn-invert a.active {
    background-color: #f0f0f0;
  }
  .ce_hyperlink.btn-wrap-invert a.disabled:hover,
  a.btn-invert.disabled:hover,
  button.btn-invert.disabled:hover,
  input.btn-invert.disabled:hover,
  div.btn-invert a.disabled:hover,
  .ce_hyperlink.btn-wrap-invert a[disabled]:hover,
  a.btn-invert[disabled]:hover,
  button.btn-invert[disabled]:hover,
  input.btn-invert[disabled]:hover,
  div.btn-invert a[disabled]:hover,
  fieldset[disabled] .ce_hyperlink.btn-wrap-invert a:hover,
  fieldset[disabled] a.btn-invert:hover,
  fieldset[disabled] button.btn-invert:hover,
  fieldset[disabled] input.btn-invert:hover,
  fieldset[disabled] div.btn-invert a:hover,
  .ce_hyperlink.btn-wrap-invert a.disabled:focus,
  a.btn-invert.disabled:focus,
  button.btn-invert.disabled:focus,
  input.btn-invert.disabled:focus,
  div.btn-invert a.disabled:focus,
  .ce_hyperlink.btn-wrap-invert a[disabled]:focus,
  a.btn-invert[disabled]:focus,
  button.btn-invert[disabled]:focus,
  input.btn-invert[disabled]:focus,
  div.btn-invert a[disabled]:focus,
  fieldset[disabled] .ce_hyperlink.btn-wrap-invert a:focus,
  fieldset[disabled] a.btn-invert:focus,
  fieldset[disabled] button.btn-invert:focus,
  fieldset[disabled] input.btn-invert:focus,
  fieldset[disabled] div.btn-invert a:focus,
  .ce_hyperlink.btn-wrap-invert a.disabled:active,
  a.btn-invert.disabled:active,
  button.btn-invert.disabled:active,
  input.btn-invert.disabled:active,
  div.btn-invert a.disabled:active,
  .ce_hyperlink.btn-wrap-invert a[disabled]:active,
  a.btn-invert[disabled]:active,
  button.btn-invert[disabled]:active,
  input.btn-invert[disabled]:active,
  div.btn-invert a[disabled]:active,
  fieldset[disabled] .ce_hyperlink.btn-wrap-invert a:active,
  fieldset[disabled] a.btn-invert:active,
  fieldset[disabled] button.btn-invert:active,
  fieldset[disabled] input.btn-invert:active,
  fieldset[disabled] div.btn-invert a:active,
  .ce_hyperlink.btn-wrap-invert a.disabled.active,
  a.btn-invert.disabled.active,
  button.btn-invert.disabled.active,
  input.btn-invert.disabled.active,
  div.btn-invert a.disabled.active,
  .ce_hyperlink.btn-wrap-invert a[disabled].active,
  a.btn-invert[disabled].active,
  button.btn-invert[disabled].active,
  input.btn-invert[disabled].active,
  div.btn-invert a[disabled].active,
  fieldset[disabled] .ce_hyperlink.btn-wrap-invert a.active,
  fieldset[disabled] a.btn-invert.active,
  fieldset[disabled] button.btn-invert.active,
  fieldset[disabled] input.btn-invert.active,
  fieldset[disabled] div.btn-invert a.active {
    background-color: #fdfdfd;
  }
  nav a {
    text-decoration: none !important;
  }
  #header-nav ul,
  nav ul,
  .mod_sitemap ul,
  .mod_breadcrumb {
    margin: 0;
  }
  .badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 11px;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #00366a;
    border-radius: 10px;
  }
  .badge:empty {
    display: none;
  }
  .nav-icon li:before {
    display: none;
    content: '';
  }
  .nav-icon a:before,
  .nav-icon span:before {
    margin-right: 11px;
  }
  #main-nav {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  }
  #main-nav li {
    position: relative;
  }
  #main-nav li.submenu > a:after,
  #main-nav li.submenu > strong:after {
    content: '+';
    display: inline-block;
    margin-left: 5px;
  }
  #main-nav a,
  #main-nav strong.active,
  #main-nav strong.forward {
    display: block;
    padding: 34px 22px;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  #main-nav a,
  #main-nav strong.active,
  #main-nav strong.forward,
  #main-nav a:hover,
  #main-nav ul.level_1 > li > a:hover,
  #main-nav ul.level_1 > li > a:active,
  #main-nav ul.level_1 > li:hover > a,
  #main-nav ul.level_1 > li.hover > a,
  #main-nav li:hover > a {
    color: #fdfdfd !important;
  }
  #main-nav ul.level_1 > li > a {
    color: #00366a !important;
  }
  #main-nav a:hover,
  #main-nav ul.level_1 > li > a:hover,
  #main-nav ul.level_1 > li > a:active,
  #main-nav ul.level_1 > li:hover > a,
  #main-nav ul.level_1 > li.hover > a,
  #main-nav li:hover > a {
    background: #00366a;
  }
  #main-nav strong.active,
  #main-nav strong.forward,
  #main-nav li.trail > a.trail,
  #main-nav li.trail:hover > a.trail {
    background: #00366a;
    color: #fdfdfd !important;
  }
  #main-nav ul.level_1 {
    float: right;
  }
  #main-nav ul.level_1 > li {
    float: left;
  }
  #main-nav ul.level_1 > li.last > a,
  #main-nav ul.level_1 > li.last > strong {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
  #main-nav ul.level_1 > li.last:hover > a,
  #main-nav ul.level_1 > li.last:hover > strong {
    border-bottom-left-radius: 0;
  }
  #main-nav ul.level_1 > li > a,
  #main-nav ul.level_1 > li > strong {
    position: relative;
    z-index: 2;
  }
  #main-nav ul.level_2 {
    visibility: hidden;
    position: absolute;
    z-index: 999;
    top: 110%;
    left: 0;
    background: #2a373a;
    min-width: 240px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #main-nav ul.level_2 a,
  #main-nav ul.level_2 span.active {
    position: relative;
    z-index: 3;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  #main-nav ul.level_2 a:hover,
  #main-nav ul.level_2 a.hover,
  #main-nav ul.level_2 a:focus,
  #main-nav ul.level_2 a:active {
    background: #263234;
  }
  #main-nav ul.level_2 span.last,
  #main-nav ul.level_2 a.last {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .ie8 #main-nav ul.level_2 {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  body:not(.ios) #main-nav li:hover > ul.level_2,
  body.touch #main-nav li.hover > ul.level_2 {
    visibility: visible;
    top: 100%;
    -webkit-transition: opacity 0.3s, top 0.3s;
    -moz-transition: opacity 0.3s, top 0.3s;
    -o-transition: opacity 0.3s, top 0.3s;
    transition: opacity 0.3s, top 0.3s;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  body.ios #main-nav ul.level_1 > li:not(.hover):hover > a {
    background: none;
  }
  #selectnav {
    display: none;
  }

  .mm-listitem_selected {
    background: rgba(255, 255, 255, 0.6);
}


.mm-listitem_selected {
  padding: 12px;
  display: block;
  padding: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
}

.mm-listitem_selected {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}

  @-moz-document url-prefix() {
    /* for Firefox */
    #main-nav-ul select {
      display: block;
    }
  }
  .sub-navigation,
  .mod_newsmenu,
  .mod_eventmenu {
    width: 100%;
  }
  .sub-navigation ul,
  .mod_newsmenu ul,
  .mod_eventmenu ul {
    margin: 0;
  }
  .sub-navigation > ul,
  .mod_newsmenu > ul,
  .mod_eventmenu > ul {
    position: relative;
    overflow: hidden;
  }
  .sub-navigation a,
  .mod_newsmenu a,
  .mod_eventmenu a,
  .sub-navigation span.active,
  .mod_newsmenu span.active,
  .mod_eventmenu span.active,
  .sub-navigation > ul > li.submenu,
  .mod_newsmenu > ul > li.submenu,
  .mod_eventmenu > ul > li.submenu {
    color: #d5d7d8 !important;
  }
  .sub-navigation a,
  .mod_newsmenu a,
  .mod_eventmenu a,
  .sub-navigation span.active,
  .mod_newsmenu span.active,
  .mod_eventmenu span.active {
    display: block;
    padding: 14.66666667px 22px;
    font-size: 16px;
    line-height: 22px;
    background: #354144;
    text-decoration: none;
  }
  .sub-navigation a.last,
  .mod_newsmenu a.last,
  .mod_eventmenu a.last,
  .sub-navigation span.active.last,
  .mod_newsmenu span.active.last,
  .mod_eventmenu span.active.last {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom: none;
  }
  .sub-navigation li.trail a,
  .mod_newsmenu li.trail a,
  .mod_eventmenu li.trail a,
  .sub-navigation span.active,
  .mod_newsmenu span.active,
  .mod_eventmenu span.active,
  .sub-navigation a:hover,
  .mod_newsmenu a:hover,
  .mod_eventmenu a:hover {
    background: #00366a;
    color: #cad5e0 !important;
  }
  .sub-navigation .level_1 > li.last > a,
  .mod_newsmenu .level_1 > li.last > a,
  .mod_eventmenu .level_1 > li.last > a,
  .sub-navigation .level_1 > li.last > span.active,
  .mod_newsmenu .level_1 > li.last > span.active,
  .mod_eventmenu .level_1 > li.last > span.active,
  .sub-navigation .submenu:last-child,
  .mod_newsmenu .submenu:last-child,
  .mod_eventmenu .submenu:last-child,
  .sub-navigation .submenu:last-child li.last a,
  .mod_newsmenu .submenu:last-child li.last a,
  .mod_eventmenu .submenu:last-child li.last a {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .mod_newsmenu > ul.level_1 > .year,
  .mod_eventmenu > ul.level_1 > .year {
    color: #fdfdfd !important;
  }
  .mod_newsmenu > ul > li.submenu,
  .mod_eventmenu > ul > li.submenu {
    line-height: 44px;
    background: #354144;
    font-weight: 700;
    padding: 0 22px 22px;
  }
  .mod_newsmenu > ul > li.submenu:first-child,
  .mod_eventmenu > ul > li.submenu:first-child {
    padding-top: 22px;
  }
  .mod_newsmenu li.last a,
  .mod_eventmenu li.last a {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .mod_newsmenu .badge,
  .mod_eventmenu .badge {
    float: right;
    background-color: #566a6f;
    color: #192528;
  }
  .mod_newsmenu a,
  .mod_eventmenu a {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
  }
  .mod_newsmenu a:hover .badge,
  .mod_eventmenu a:hover .badge {
    background-color: #fdfdfd;
    color: #00366a !important;
  }
  .mod_newsmenu .level_1 > li > a,
  .mod_eventmenu .level_1 > li > a {
    padding: 22px 22px;
    background: #354144;
  }
  .mod_newsmenu .level_2 > li > .active > .badge,
  .mod_eventmenu .level_2 > li > .active > .badge {
    background-color: #fdfdfd;
    color: #00366a !important;
  }
  .mod_newsmenu .level_2 > li > .active,
  .mod_eventmenu .level_2 > li > .active,
  .mod_newsmenu .level_2 > li > a,
  .mod_eventmenu .level_2 > li > a {
    padding: 4px 22px;
    margin-left: -22px;
    margin-right: -22px;
  }
  .vertical-subnav {
    float: none;
  }
  .vertical-subnav ul {
    display: table;
    table-layout: fixed;
    position: relative;
    width: 100%;
    margin: 0 0 22px;
  }
  .vertical-subnav ul li {
    text-align: center;
    display: table-cell;
  }
  .vertical-subnav ul a,
  .vertical-subnav ul span.active {
    display: block;
    line-height: 66px;
    color: #192528;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .vertical-subnav ul li:first-child a,
  .vertical-subnav ul li a.last {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
  .vertical-subnav ul li:last-child a,
  .vertical-subnav ul li a.last {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
  .pagination {
    margin: 22px 0;
    padding-top: 22px;
    border-top: 1px solid;
    text-align: center;
  }
  .pagination p {
    margin-bottom: 11px;
    text-align: right;
    font-size: 13px;
  }
  .pagination ul {
    display: inline-block;
    margin: 0;
    border-radius: 3px;
  }
  .pagination ul > li {
    display: inline;
  }
  .pagination ul > li > a,
  .pagination ul > li > span {
    float: left;
    margin: 2px;
    padding: 14px 12px !important;
    line-height: 22px;
  }
  .pagination ul > .active > a,
  .pagination ul > .active > span {
    cursor: default;
  }
  .pagination .current {
    border-top: 1px solid;
    color: #f3f3f3;
  }
  .mod_breadcrumb li {
    float: left;
    margin-right: 11px;
  }
  .mod_breadcrumb a,
  .mod_breadcrumb li {
    font-size: 16px;
    line-height: 1em;
    color: #546065 !important;
  }
  .mod_breadcrumb .active {
    color: #192528;
  }
  .mod_breadcrumb li:before {
    content: '/';
    display: inline-block;
    margin-right: 11px;
  }
  .mod_breadcrumb li:first-child:before {
    content: '';
  }
  #header .mod_breadcrumb {
    float: left;
    margin-top: 37px;
    position: relative;
  }
  #header .mod_breadcrumb ul {
    margin-top: 0;
  }
  #header .mod_customnav {
    position: relative;
    margin-top: 10px;
    margin-bottom: 14px;
    z-index: 4;
    float: right;
    font-size: 13px;
    text-transform: uppercase;
  }
  #header .mod_customnav li {
    float: left;
    margin-left: 0;
  }
  #header .mod_customnav a,
  #header .mod_customnav span.active {
    padding: 5px;
    color: #00366a;
  }
  #header .mod_customnav a:hover {
    text-decoration: underline;
  }
  #header .mod_customnav span.active {
    color: #192528;
  }
  #header .mod_customnav.nav-social li {
    position: relative;
    margin-left: 0;
  }
  #header .mod_customnav.nav-social li a {
    display: block;
    width: 20px;
    padding: 14.66666667px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  #header .mod_customnav.nav-social li a:before {
    margin: 0;
    color: #fdfdfd;
    font-size: 16px;
  }
  .mod_sitemap ul.level_1 > li > a {
    font-family: inherit;
    font-weight: 300;
    color: #00366a;
    font-size: 16px;
    line-height: 1.25em;
    margin-bottom: 11px;
  }
  .mod_sitemap ul.level_1 > li + li > a {
    display: block;
    margin-top: 22px;
  }
  .mod_sitemap ul.level_2 a {
    display: block;
    margin-left: 22px;
  }
  .mod_sitemap ul.level_2 a:before {
    font-family: 'icons';
    content: '\21b3';
    display: inline-block;
    width: 22px;
  }
  .mod_sitemap.horizontal-sitemap ul.level_1 {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .mod_sitemap.horizontal-sitemap ul.level_1 > li {
    display: table-cell;
  }
  .mod_sitemap.horizontal-sitemap ul.level_1 ul.level_2 a {
    margin-left: 0;
  }
  #header {
    position: relative;
    z-index: 3;
    height: 260px;
    margin-bottom: 0;
  }
  #header .inside {
    height: 100%;
    max-width: 1400px;
    padding: 0 88px;
  }
  #header .block {
    margin-bottom: 14px;
  }
  body.clean-page #header {
    padding: 11px !important;
  }
  body.clean-page #header #logo {
    margin: 100px auto 0 0;
    float: none;
    display: block;
    text-align: center;
  }
  body.head-huge #header {
    margin-top: 0;
    height: 650px;
  }
  body.touch.head-slide #header,
  body.head-slide.boxed #header {
    margin-top: 0px;
    -webkit-transition: 0;
    -moz-transition: 0;
    -o-transition: 0;
    transition: 0;
  }
  body.touch.head-slide #header .page-title:after,
  body.head-slide.boxed #header .page-title:after {
    content: '';
    display: none;
  }
  .header-text,
  .page-title {
    margin-left: 44px;
    margin-right: 44px;
    font-weight: 300;
  }
  .header-text {
    position: relative;
    display: table;
    height: 80%;
    height: calc(100% -  187px);
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
  }
  .header-text .article-inside {
    display: table-cell;
    vertical-align: middle;
  }
  .header-text.text-center {
    margin: 0 !important;
    width: 100%;
  }
  .header-text h1,
  .header-text h2 {
    font-weight: inherit;
  }
  .header-text h1 {
    margin: 0;
    font-size: 52px;
    line-height: 1em;
    font-weight: 300;
  }
  .header-text h2 {
    margin-top: 11px;
  }
  .header-text p,
  .header-text .ce_hyperlink {
    margin-top: 22px;
  }
  .header-text p {
    max-width: 600px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    font-style: italic;
    color: #e6e6e6;
  }
  .ie9 .header-text {
    height: 80%;
  }
  .page-title {
    position: absolute;
    bottom: 20px;
  }
  .ce_image.colorful-header img,
  .ce_text.colorful-header img,
  .colorful-header #header {
    background: #deeaf5;
  }
  .carousel_item,
  .header-image {
    position: absolute;
    top: 0;
    margin: 0;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .carousel_item .ce_image,
  .header-image .ce_image {
    position: absolute;
    top: 0;
  }
  .carousel_item .ce_image img,
  .header-image .ce_image img {
    height: 100%;
    max-width: none;
    width: auto !important;
    border-radius: 0px;
  }
  .carousel_item .image_container,
  .header-image .image_container {
    height: 100%;
    max-width: 1400px;
  }
  .carousel_item .image-right,
  .header-image .image-right {
    position: absolute;
    right: 0%;
    width: 100%;
    height: 100%;
  }
  .carousel_item .image-right img,
  .header-image .image-right img {
    float: right;
  }
  .carousel_item .image-centered,
  .header-image .image-centered {
    position: static;
  }
  .carousel_item .image-centered img,
  .header-image .image-centered img {
    display: block;
    margin: 0 auto;
  }
  .carousel_item .image-full,
  .header-image .image-full {
    overflow: hidden;
  }
  .carousel_item .image-full img,
  .header-image .image-full img {
    border-radius: 0px;
    display: none !important;
  }
  .image-full-wrap {
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
  }
  .image-full-header {
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto !important;
    overflow: hidden;
  }
  .image-full-img {
    position: absolute;
    max-width: none !important;
    border-radius: 0px;
  }
  body.boxed #wrapper #header,
  body.boxed #wrapper #header .image-full,
  body.boxed #wrapper #header .image-full .image-full-wrap {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  body.boxed #wrapper #header .image-full .image-full-wrap img {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0.00001;
  }
  .logo-mobile {
    width: 200px;
    margin: 10px auto;
    z-index: 4;
  }
  #header .mod_customnav {
    margin-right: 22px;
  }
  #header-nav {
    position: relative;
    clear: both;
    z-index: 2;
    margin: 0;
    border-radius: 3px;
    background: linear-gradient(0deg, #eeeeee 0%, #ffffff 100%);
    -moz: linear-gradient(0deg, #eeeeee 0%, #ffffff 100%);
    -o: linear-gradient(0deg, #eeeeee 0%, #ffffff 100%);
    -webkit-box-shadow: 0px 0px 6px 0.14px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 6px 0.14px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 6px 0.14px rgba(0, 0, 0, 0.18);
  }
  #header-nav:before,
  #header-nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  #header-nav:after {
    clear: both;
  }
  body.head-white-type #header h1,
  body.head-white-type #header h2,
  body.head-white-type #header .mod_customnav a,
  body.head-white-type #header .header-text p {
    color: #00366a !important;
  }
  body.head-white-type #header .mod_customnav .nav-pill a {
    color: #00366a !important;
  }
  body.head-white-type #header h1 {
    text-align: left;
    font-style: italic;
    text-transform: none;
    font-weight: 600;
  }
  body.head-white-type #main-nav ul.level_1 > li > a,
  body.head-white-type #selectnav:before {
    color: #00366a;
  }
  body.colorful-header.forceDark #header h1,
  body.head-dark-type #header h1,
  body.colorful-header.forceDark #header h2,
  body.head-dark-type #header h2,
  body.colorful-header.forceDark #header #logo,
  body.head-dark-type #header #logo,
  body.colorful-header.forceDark #header .mod_customnav a,
  body.head-dark-type #header .mod_customnav a,
  body.colorful-header.forceDark #header .header-text p,
  body.head-dark-type #header .header-text p {
    color: #192528 !important;
  }
  body.colorful-header.forceDark #header .mod_customnav .nav-pill a,
  body.head-dark-type #header .mod_customnav .nav-pill a {
    background: #fdfdfd !important;
    color: #00366a !important;
  }
  body.colorful-header.forceDark #main-nav ul.level_1 > li > a,
  body.head-dark-type #main-nav ul.level_1 > li > a,
  body.colorful-header.forceDark #selectnav:before,
  body.head-dark-type #selectnav:before {
    color: #192528;
  }
  #footer {
    border-top: 1px solid #e6e6e6;
  }
  #footer .inside {
    padding: 0 88px;
  }
  #footer .ce_form {
    color: #192528;
    background: none;
    padding: 0;
  }
  #footer .ce_form input[type="text"],
  #footer .ce_form input[type="password"],
  #footer .ce_form input[type="datetime"],
  #footer .ce_form input[type="datetime-local"],
  #footer .ce_form input[type="date"],
  #footer .ce_form input[type="month"],
  #footer .ce_form input[type="time"],
  #footer .ce_form input[type="week"],
  #footer .ce_form input[type="number"],
  #footer .ce_form input[type="email"],
  #footer .ce_form input[type="url"],
  #footer .ce_form input[type="search"],
  #footer .ce_form input[type="tel"],
  #footer .ce_form input[type="color"],
  #footer .ce_form textarea {
    background: #e6e7e7;
  }
  #footer .ce_form input[type="text"]:-moz-placeholder,
  #footer .ce_form input[type="password"]:-moz-placeholder,
  #footer .ce_form input[type="datetime"]:-moz-placeholder,
  #footer .ce_form input[type="datetime-local"]:-moz-placeholder,
  #footer .ce_form input[type="date"]:-moz-placeholder,
  #footer .ce_form input[type="month"]:-moz-placeholder,
  #footer .ce_form input[type="time"]:-moz-placeholder,
  #footer .ce_form input[type="week"]:-moz-placeholder,
  #footer .ce_form input[type="number"]:-moz-placeholder,
  #footer .ce_form input[type="email"]:-moz-placeholder,
  #footer .ce_form input[type="url"]:-moz-placeholder,
  #footer .ce_form input[type="search"]:-moz-placeholder,
  #footer .ce_form input[type="tel"]:-moz-placeholder,
  #footer .ce_form input[type="color"]:-moz-placeholder,
  #footer .ce_form textarea:-moz-placeholder {
    color: #9ca1a2;
  }
  #footer .ce_form input[type="text"]::-moz-placeholder,
  #footer .ce_form input[type="password"]::-moz-placeholder,
  #footer .ce_form input[type="datetime"]::-moz-placeholder,
  #footer .ce_form input[type="datetime-local"]::-moz-placeholder,
  #footer .ce_form input[type="date"]::-moz-placeholder,
  #footer .ce_form input[type="month"]::-moz-placeholder,
  #footer .ce_form input[type="time"]::-moz-placeholder,
  #footer .ce_form input[type="week"]::-moz-placeholder,
  #footer .ce_form input[type="number"]::-moz-placeholder,
  #footer .ce_form input[type="email"]::-moz-placeholder,
  #footer .ce_form input[type="url"]::-moz-placeholder,
  #footer .ce_form input[type="search"]::-moz-placeholder,
  #footer .ce_form input[type="tel"]::-moz-placeholder,
  #footer .ce_form input[type="color"]::-moz-placeholder,
  #footer .ce_form textarea::-moz-placeholder {
    color: #9ca1a2;
  }
  #footer .ce_form input[type="text"]:-ms-input-placeholder,
  #footer .ce_form input[type="password"]:-ms-input-placeholder,
  #footer .ce_form input[type="datetime"]:-ms-input-placeholder,
  #footer .ce_form input[type="datetime-local"]:-ms-input-placeholder,
  #footer .ce_form input[type="date"]:-ms-input-placeholder,
  #footer .ce_form input[type="month"]:-ms-input-placeholder,
  #footer .ce_form input[type="time"]:-ms-input-placeholder,
  #footer .ce_form input[type="week"]:-ms-input-placeholder,
  #footer .ce_form input[type="number"]:-ms-input-placeholder,
  #footer .ce_form input[type="email"]:-ms-input-placeholder,
  #footer .ce_form input[type="url"]:-ms-input-placeholder,
  #footer .ce_form input[type="search"]:-ms-input-placeholder,
  #footer .ce_form input[type="tel"]:-ms-input-placeholder,
  #footer .ce_form input[type="color"]:-ms-input-placeholder,
  #footer .ce_form textarea:-ms-input-placeholder {
    color: #9ca1a2;
  }
  #footer .ce_form input[type="text"]::-webkit-input-placeholder,
  #footer .ce_form input[type="password"]::-webkit-input-placeholder,
  #footer .ce_form input[type="datetime"]::-webkit-input-placeholder,
  #footer .ce_form input[type="datetime-local"]::-webkit-input-placeholder,
  #footer .ce_form input[type="date"]::-webkit-input-placeholder,
  #footer .ce_form input[type="month"]::-webkit-input-placeholder,
  #footer .ce_form input[type="time"]::-webkit-input-placeholder,
  #footer .ce_form input[type="week"]::-webkit-input-placeholder,
  #footer .ce_form input[type="number"]::-webkit-input-placeholder,
  #footer .ce_form input[type="email"]::-webkit-input-placeholder,
  #footer .ce_form input[type="url"]::-webkit-input-placeholder,
  #footer .ce_form input[type="search"]::-webkit-input-placeholder,
  #footer .ce_form input[type="tel"]::-webkit-input-placeholder,
  #footer .ce_form input[type="color"]::-webkit-input-placeholder,
  #footer .ce_form textarea::-webkit-input-placeholder {
    color: #9ca1a2;
  }
  #footer .copyright {
    position: relative;
    top: 22px;
  }
  #footer .copyright {
    margin-top: 44px;
  }
  #footer hr {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  #footer .logo-footer {
    margin-top: 22px;
    float: right;
    margin-left: 22px;
  }
  form {
    margin: 0;
  }
  fieldset {
    padding: 0;
    margin: 0;
    border: 0;
  }
  legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 44px;
    color: #e6e6e6;
    border: 0;
    border-bottom: 1px solid #d0d0d0;
  }
  fieldset fieldset legend {
    font-size: 16px;
  }
  label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
  }
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-height: 36px;
    padding: 6px 9px;
    font-size: 16px;
    line-height: 22px;
    color: #192528;
    vertical-align: middle;
    background-color: #f3f3f3;
    border: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
  }
  select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-height: 36px;
    padding: 6px 9px;
    font-size: 16px;
    line-height: 22px;
    vertical-align: middle;
  }
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"] {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  input,
  select,
  textarea {
    width: 100%;
  }
  input[type="file"],
  input[type="image"],
  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  input[type="radio"],
  input[type="checkbox"] {
    width: auto;
  }
  textarea {
    max-width: 100%;
    height: auto;
  }
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted   \9;
    /* IE6-9 */
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
    -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
  }
  input[type="radio"],
  input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px   \9;
    /* IE8-9 */
    line-height: normal;
  }
  select,
  input[type="file"] {
    height: 36px;
  }
  select {
    line-height: 36px;
  }
  input[type="file"] {
    display: block;
    line-height: 22px;
    font-size: 12px;
  }
  select[multiple],
  select[size] {
    height: auto;
  }
  select:focus,
  input[type="file"]:focus,
  input[type="radio"]:focus,
  input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none;
  }
  input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
  }
  input[type="submit"] {
    -webkit-appearance: none;
  }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #ababab;
  }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    color: #ababab;
  }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #ababab;
  }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #ababab;
  }
  input[disabled],
  select[disabled],
  textarea[disabled],
  input[readonly],
  select[readonly],
  textarea[readonly],
  fieldset[disabled] input,
  fieldset[disabled] select,
  fieldset[disabled] textarea {
    cursor: not-allowed;
    background-color: #f3f3f3;
  }
  input[type="radio"][disabled],
  input[type="checkbox"][disabled],
  input[type="radio"][readonly],
  input[type="checkbox"][readonly],
  fieldset[disabled] input[type="radio"],
  fieldset[disabled] input[type="checkbox"] {
    background-color: transparent;
  }
  input:focus:invalid,
  textarea:focus:invalid,
  select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b;
  }
  input:focus:invalid:focus,
  textarea:focus:invalid:focus,
  select:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7;
  }
  input.mandatory,
  textarea.mandatory,
  select.mandatory {
    /*background-color: #FFF;*/
  }
  span.mandatory {
    color: #f00;
  }
  p.error {
    background: #f8f2f2;
    margin: 10px 0;
    padding: 10px;
    border-radius: 4px;
    color: #d9534f !important;
  }
  .explanation {
    margin: 11px 0;
  }
  .checkbox_container span,
  .radio_container span {
    display: inline-block;
    margin-right: 22px;
  }
  .checkbox_container input,
  .radio_container input {
    float: left;
    margin-right: 10px;
  }
  .submit_container {
    padding-top: 11px;
    text-align: right;
  }
  .submit_container input {
    margin-bottom: 0;
  }
  .ce_form,
  .mod_registration,
  .mod_search,
  .mod_lostPassword,
  .ce_comments .form {
    color: #192528;
    background: #fdfdfd;
    border-radius: 3px;
    padding: 22px;
  }
  .ce_form h1,
  .mod_registration h1,
  .mod_search h1,
  .mod_lostPassword h1,
  .ce_comments .form h1,
  .ce_form h2,
  .mod_registration h2,
  .mod_search h2,
  .mod_lostPassword h2,
  .ce_comments .form h2,
  .ce_form h3,
  .mod_registration h3,
  .mod_search h3,
  .mod_lostPassword h3,
  .ce_comments .form h3,
  .ce_form h4,
  .mod_registration h4,
  .mod_search h4,
  .mod_lostPassword h4,
  .ce_comments .form h4,
  .ce_form h5,
  .mod_registration h5,
  .mod_search h5,
  .mod_lostPassword h5,
  .ce_comments .form h5,
  .ce_form h6,
  .mod_registration h6,
  .mod_search h6,
  .mod_lostPassword h6,
  .ce_comments .form h6,
  .ce_form label,
  .mod_registration label,
  .mod_search label,
  .mod_lostPassword label,
  .ce_comments .form label,
  .ce_form .toggler,
  .mod_registration .toggler,
  .mod_search .toggler,
  .mod_lostPassword .toggler,
  .ce_comments .form .toggler,
  .ce_form .month,
  .mod_registration .month,
  .mod_search .month,
  .mod_lostPassword .month,
  .ce_comments .form .month,
  .ce_form .day-name,
  .mod_registration .day-name,
  .mod_search .day-name,
  .mod_lostPassword .day-name,
  .ce_comments .form .day-name,
  .ce_form strong,
  .mod_registration strong,
  .mod_search strong,
  .mod_lostPassword strong,
  .ce_comments .form strong {
    color: inherit !important;
  }
  .ce_form > h1,
  .mod_registration > h1,
  .mod_search > h1,
  .mod_lostPassword > h1,
  .ce_comments .form > h1,
  .ce_form > h2,
  .mod_registration > h2,
  .mod_search > h2,
  .mod_lostPassword > h2,
  .ce_comments .form > h2,
  .ce_form > h3,
  .mod_registration > h3,
  .mod_search > h3,
  .mod_lostPassword > h3,
  .ce_comments .form > h3,
  .ce_form > h4,
  .mod_registration > h4,
  .mod_search > h4,
  .mod_lostPassword > h4,
  .ce_comments .form > h4,
  .ce_form .headline,
  .mod_registration .headline,
  .mod_search .headline,
  .mod_lostPassword .headline,
  .ce_comments .form .headline {
    margin-bottom: 44px;
  }
  .ce_form input,
  .mod_registration input,
  .mod_search input,
  .mod_lostPassword input,
  .ce_comments .form input,
  .ce_form select,
  .mod_registration select,
  .mod_search select,
  .mod_lostPassword select,
  .ce_comments .form select,
  .ce_form textarea,
  .mod_registration textarea,
  .mod_search textarea,
  .mod_lostPassword textarea,
  .ce_comments .form textarea {
    margin-bottom: 11px;
  }
  .ce_form label,
  .mod_registration label,
  .mod_search label,
  .mod_lostPassword label,
  .ce_comments .form label {
    font-size: 16px;
  }
  .explanation,
  .explanation p,
  .mod_search .header {
    color: #365057 !important;
  }
  #search-slot {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    overflow: hidden;
  }
  #search-slot input,
  #search-slot .btn {
    float: left;
    margin: 0;
    height: 22px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    line-height: 22px;
  }
  #search-slot input {
    visibility: hidden;
    width: 1px;
    min-height: 0px;
    padding: 33px 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #search-slot .btn {
    width: 22px;
    padding: 33px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    background: #00366a;
    color: #98adc2;
  }
  #search-slot:hover input,
  #search-slot.hover input,
  #search-slot input:focus {
    visibility: visible;
    width: 120px;
    padding: 33px;
    -webkit-transition: width .6s, padding .6s;
  }
  .mod_search .search-inputs-wrap {
    width: 100%;
    display: table;
  }
  .mod_search .text {
    max-width: 100%;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  .mod_search .search-input-text-wrap,
  .mod_search .submit {
    display: table-cell;
  }
  .mod_search .search-input-text-wrap {
    width: 100%;
    vertical-align: middle;
  }
  .mod_search .submit {
    width: 42px;
    padding: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
  .mod_search .text,
  .mod_search .submit {
    vertical-align: middle;
    height: 42px;
  }
  .mod_search .header {
    border-top: 1px solid #dddddd;
    margin-top: 11px;
    padding-top: 11px;
    margin-bottom: 0;
  }
  .mod_search div h3 {
    margin-top: 22px;
  }
  .mod_search .url {
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 13px;
    margin-bottom: 0;
  }
  .two_column.login .name-group,
  .two_column.login .password-group,
  .two_column.login .misc-container {
    width: 100%;
    position: relative;
  }
  .two_column.login .name-group,
  .two_column.login .password-group {
    border-bottom: 1px solid #061c32;
  }
  .two_column.login .name-group > *,
  .two_column.login .password-group > *,
  .two_column.login .misc-container > * {
    margin: 0;
  }
  .two_column.login .input-wrapper {
    display: block;
    padding-left: 70px;
  }
  .two_column.login .name-group label,
  .two_column.login .password-group label,
  .two_column.login .misc-container span {
    width: 70px;
    height: 70px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
  }
  .two_column.login .name-group label,
  .two_column.login .password-group label {
    background: #061c32;
    color: #ccd0d4 !important;
  }
  .two_column.login .name-group label i,
  .two_column.login .password-group label i {
    line-height: 68px;
    font-size: 12px;
  }
  .two_column.login .misc-container span {
    background: #192528;
    border-radius: 0 0 0 3px;
  }
  .two_column.login .name-group input,
  .two_column.login .password-group input {
    height: 70px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #00366a;
    color: #fdfdfd;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .two_column.login .name-group input:-moz-placeholder,
  .two_column.login .password-group input:-moz-placeholder {
    color: #cad5e0;
  }
  .two_column.login .name-group input::-moz-placeholder,
  .two_column.login .password-group input::-moz-placeholder {
    color: #cad5e0;
  }
  .two_column.login .name-group input:-ms-input-placeholder,
  .two_column.login .password-group input:-ms-input-placeholder {
    color: #cad5e0;
  }
  .two_column.login .name-group input::-webkit-input-placeholder,
  .two_column.login .password-group input::-webkit-input-placeholder {
    color: #cad5e0;
  }
  .two_column.login .name-group input:focus,
  .two_column.login .password-group input:focus {
    background: #002951;
    color: #fdfdfd;
  }
  .two_column.login .name-group input:focus:-moz-placeholder,
  .two_column.login .password-group input:focus:-moz-placeholder {
    color: #fdfdfd;
  }
  .two_column.login .name-group input:focus::-moz-placeholder,
  .two_column.login .password-group input:focus::-moz-placeholder {
    color: #fdfdfd;
  }
  .two_column.login .name-group input:focus:-ms-input-placeholder,
  .two_column.login .password-group input:focus:-ms-input-placeholder {
    color: #fdfdfd;
  }
  .two_column.login .name-group input:focus::-webkit-input-placeholder,
  .two_column.login .password-group input:focus::-webkit-input-placeholder {
    color: #fdfdfd;
  }
  .two_column.login .name-group input,
  .two_column.login .password-group input,
  .two_column.login .misc-container label {
    padding: 0 20px;
  }
  .two_column.login .misc-container label {
    display: block;
    padding: 24px 22px;
    background: #2a373a;
    margin: 0 70px;
    color: #fdfdfd !important;
  }
  .two_column.login .submit {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 70px;
    height: 70px;
    border-radius: 0 0 3px 0;
    background-color: #061c32;
    color: #fdfdfd !important;
  }
  .two_column.login .submit:hover,
  .two_column.login .submit:focus,
  .two_column.login .submit:active,
  .two_column.login .submit.active {
    background-color: #030f1b;
  }
  .two_column.login .submit.disabled:hover,
  .two_column.login .submit[disabled]:hover,
  fieldset[disabled] .two_column.login .submit:hover,
  .two_column.login .submit.disabled:focus,
  .two_column.login .submit[disabled]:focus,
  fieldset[disabled] .two_column.login .submit:focus,
  .two_column.login .submit.disabled:active,
  .two_column.login .submit[disabled]:active,
  fieldset[disabled] .two_column.login .submit:active,
  .two_column.login .submit.disabled.active,
  .two_column.login .submit[disabled].active,
  fieldset[disabled] .two_column.login .submit.active {
    background-color: #061c32;
  }
  .two_column.login .misc-container span input {
    display: block;
    height: 20px;
    margin: 25px auto;
  }
  .mod_subscribe,
  .mod_unsubscribe {
    padding: 30px 30px 30px 120px;
    border-radius: 3px;
  }
  .mod_subscribe h1,
  .mod_unsubscribe h1,
  .mod_subscribe h2,
  .mod_unsubscribe h2,
  .mod_subscribe h3,
  .mod_unsubscribe h3,
  .mod_subscribe h4,
  .mod_unsubscribe h4 {
    font-family: inherit;
    font-weight: 300;
    color: #00366a;
    font-size: 30px;
    line-height: 1.2em;
    padding-bottom: 22px;
    color: #fdfdfd !important;
  }
  .mod_subscribe .formbody,
  .mod_unsubscribe .formbody {
    position: relative;
    -webkit-box-sizing: boorder-box;
    -moz-box-sizing: boorder-box;
    box-sizing: boorder-box;
    display: table;
    width: 100%;
  }
  .mod_subscribe .formbody:before,
  .mod_unsubscribe .formbody:before {
    position: absolute;
    left: -120px;
    top: 50%;
    width: 120px;
    margin-top: -11px;
    font-size: 42px;
    font-family: 'icons';
    text-align: center;
  }
  .mod_subscribe .formbody .text,
  .mod_unsubscribe .formbody .text {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  .mod_subscribe .formbody .submit,
  .mod_unsubscribe .formbody .submit {
    margin: 0;
    padding-left: 11px;
    padding-right: 11px;
    border-width: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
  .mod_subscribe .formbody .text,
  .mod_unsubscribe .formbody .text,
  .mod_subscribe .formbody .submit,
  .mod_unsubscribe .formbody .submit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 44px;
  }
  .mod_subscribe .formbody .submit,
  .mod_unsubscribe .formbody .submit,
  .mod_subscribe .formbody .newsletter-input-text-wrap,
  .mod_unsubscribe .formbody .newsletter-input-text-wrap {
    display: table-cell;
    vertical-align: middle;
  }
  .mod_subscribe .formbody .newsletter-input-text-wrap,
  .mod_unsubscribe .formbody .newsletter-input-text-wrap {
    width: 100%;
  }
  .mod_subscribe .checkbox_container,
  .mod_unsubscribe .checkbox_container {
    display: block;
    margin-top: 11px;
  }
  .mod_subscribe .checkbox_container span label,
  .mod_unsubscribe .checkbox_container span label {
    color: #fdfdfd !important;
  }
  .mod_subscribe {
    background: #263234;
  }
  .mod_subscribe .formbody:before {
    content: '\2709';
    color: #00366a;
  }
  .mod_unsubscribe {
    background: #d9534f;
  }
  .mod_unsubscribe .formbody .submit {
    background-color: #2a373a;
  }
  .mod_unsubscribe .formbody .submit:hover,
  .mod_unsubscribe .formbody .submit:focus,
  .mod_unsubscribe .formbody .submit:active,
  .mod_unsubscribe .formbody .submit.active {
    background-color: #1f292c;
  }
  .mod_unsubscribe .formbody .submit.disabled:hover,
  .mod_unsubscribe .formbody .submit[disabled]:hover,
  fieldset[disabled] .mod_unsubscribe .formbody .submit:hover,
  .mod_unsubscribe .formbody .submit.disabled:focus,
  .mod_unsubscribe .formbody .submit[disabled]:focus,
  fieldset[disabled] .mod_unsubscribe .formbody .submit:focus,
  .mod_unsubscribe .formbody .submit.disabled:active,
  .mod_unsubscribe .formbody .submit[disabled]:active,
  fieldset[disabled] .mod_unsubscribe .formbody .submit:active,
  .mod_unsubscribe .formbody .submit.disabled.active,
  .mod_unsubscribe .formbody .submit[disabled].active,
  fieldset[disabled] .mod_unsubscribe .formbody .submit.active {
    background-color: #2a373a;
  }
  .mod_unsubscribe .formbody:before {
    content: '\232b';
    color: #fdfdfd;
  }
  .ce_table h1,
  .ce_table h2,
  .ce_table h3,
  .ce_table h4,
  .ce_table h5,
  .ce_table h6 {
    margin-bottom: 22px;
  }
  .ce_table table {
    width: 100%;
    margin-bottom: 29.33333333px;
  }
  .ce_table table th,
  .ce_table table td {
    padding: 6px 24px 6px 3px;
    text-align: left;
  }
  .ce_table table td {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .ce_table table th {
    height: 44px;
    vertical-align: middle;
    border-bottom: 1px solid;
    font-weight: 700;
    vertical-align: bottom;
    white-space: nowrap;
  }
  .ce_table table tfoot td {
    border-top: 1px solid;
  }
  .ce_table table tbody th {
    height: auto;
    vertical-align: top;
    border-bottom: none;
  }
  .ce_table table tr:last-child td {
    border-bottom: none;
  }
  .ce_table table thead th.col_first {
    border-top-left-radius: 3px;
  }
  .ce_table table thead th.col_last {
    border-top-right-radius: 3px;
  }
  .ce_table table tbody tr.row_last .col_first,
  .ce_table table tfoot .col_first {
    border-bottom-left-radius: 3px;
  }
  .ce_table table tbody tr.row_last .col_last,
  .ce_table table tfoot .col_last {
    border-bottom-right-radius: 3px;
  }
  .ce_table table tfoot + tbody tr.row_last .col_last,
  .ce_table table tfoot + tbody tr.row_last .col_first {
    border-radius: 0;
  }
  .ce_table table.sortable tbody th {
    background-image: none;
  }
  .ce_table table.sortable thead th {
    background-image: none;
    cursor: pointer;
  }
  .ce_table table.sortable thead th:after {
    content: '\e74f';
    float: right;
    margin-right: 22px;
    font-size: 10px;
    font-family: 'icons';
    color: #061c32;
  }
  .ce_table table.sortable thead th.headerSortDown:after {
    content: '\25be';
  }
  .ce_table table.sortable thead th.headerSortUp:after {
    content: '\25b4';
  }
  .ce_table.table-solid table th,
  .ce_table.table-solid table td {
    padding-left: 22px;
  }
  .ce_table.table-solid table td {
    color: #f3f3f3;
    background: #fdfdfd;
  }
  .ce_table.table-solid table tbody tr:hover td {
    background: #f8f8f8;
  }
  .ce_table.table-solid table th {
    border: none;
    background-color: #00366a;
    font-weight: 300;
  }
  .ce_table.table-solid table tbody th {
    background-color: #061c32;
  }
  .ce_table.table-solid table tfoot td {
    border: none;
    background-color: #2a373a;
    color: #fdfdfd;
  }
  .ce_table.table-solid th,
  .ce_table.table-solid table.sortable th:after {
    color: #cad5e0 !important;
  }
  .table-as-bars table {
    display: none;
  }
  .js .table-as-bars > h1,
  .js .table-as-bars > h2,
  .js .table-as-bars > h3,
  .js .table-as-bars > h4,
  .js .table-as-bars > h5,
  .js .table-as-bars > h6 {
    padding-left: 160px;
  }
  dl.table-as-bar dt {
    float: left;
    width: 120px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
  }
  dl.table-as-bar dd {
    margin-left: 140px;
  }
  dl.table-as-bar dd .text {
    display: none;
  }
  dl.table-as-bar dd .bar {
    display: inline-block;
    height: 22px;
    width: 0%;
    border-radius: 3px;
    background-color: #00366a;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
  }
  .ce_accordion {
    margin-bottom: 1px !important;
  }
  .toggler {
    padding: 22px 0;
    border-bottom: 1px solid;
    font-size: 16px;
    font-weight: 300;
    font-family: inherit;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .toggler:after {
    content: '+';
    float: right;
    width: 26px;
    height: 26px;
    border-radius: 3px;
    font-size: 20px;
    line-height: 26px;
    font-weight: normal;
    text-align: center;
    background: #00366a;
    color: #fdfdfd;
  }
  .toggler.ui-accordion-header-active:after {
    content: '-';
  }
  .accordion {
    padding: 22px;
  }
  .ce_text {
    margin-bottom: 44px;
  }
  .ce_text .ce_text-inside:before,
  .ce_text .ce_text-inside:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .ce_text .ce_text-inside:after {
    clear: both;
  }
  .ce_text p:last-child {
    margin-bottom: 0;
  }
  .ce_text img {
    margin-bottom: 22px;
  }
  .ce_text img[style*="float: left;"] {
    margin-right: 22px;
  }
  .ce_text img[style*="float: right;"] {
    margin-left: 22px;
  }
  .ce_text .float_above + * {
    margin-top: 22px;
  }
  .ce_text.rounded img {
    border-radius: 400px;
  }
  .service {
    padding-left: 66px;
    padding-right: 66px;
    text-align: center;
  }
  .service:before {
    margin-bottom: 22px;
    padding-top: 22px;
  }
  .service.icon-huge:before {
    margin-bottom: 44px;
    font-size: 60px;
  }
  .service.icon-large:before {
    font-size: 42px;
  }
  .feature {
    position: relative;
  }
  .feature > * {
    padding-left: 80px;
  }
  .feature:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    margin-bottom: 22px;
    text-align: center;
    font-size: 32px;
    color: #00366a;
  }
  .testimonial .ce_text-inside {
    position: relative;
    padding: 22px;
    color: #fdfdfd !important;
    background: #00366a;
    text-align: center;
    border-radius: 3px;
  }
  .testimonial .ce_text-inside em {
    font-size: 16px;
  }
  .testimonial .ce_text-inside em:before {
    /*content: '–';
				display: inline-block;
				margin-right: @line-height-base / 2;*/
  }
  .testimonial .ce_text-inside:after {
    content: ' ';
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-top-color: #00366a;
    position: absolute;
    left: 50%;
    bottom: -19px;
    margin-left: -10px;
  }
  .panel .ce_text-inside {
    position: relative;
    background: #fdfdfd;
    border-radius: 3px;
    padding: 22px;
  }
  .panel .ce_text-inside h1,
  .panel .ce_text-inside h2,
  .panel .ce_text-inside h3,
  .panel .ce_text-inside h4,
  .panel .ce_text-inside h5,
  .panel .ce_text-inside h6,
  .panel .ce_text-inside label,
  .panel .ce_text-inside .toggler,
  .panel .ce_text-inside .month,
  .panel .ce_text-inside .day-name,
  .panel .ce_text-inside strong {
    color: inherit !important;
  }
  .panel h1:first-child,
  .panel h2:first-child,
  .panel h3:first-child,
  .panel h4:first-child,
  .panel h5:first-child {
    margin: 0 -22px 22px;
    padding: 0 22px 22px;
    border-bottom: 1px solid #dddddd;
  }
  .panel.panel-success .ce_text-inside {
    background-color: #d5ffda;
  }
  .panel.panel-success .ce_text-inside h1:first-child,
  .panel.panel-success .ce_text-inside h2:first-child,
  .panel.panel-success .ce_text-inside h3:first-child,
  .panel.panel-success .ce_text-inside h4:first-child,
  .panel.panel-success .ce_text-inside h5:first-child {
    border-color: #baddbe;
  }
  .panel.panel-danger .ce_text-inside {
    background-color: #ffd1d1;
  }
  .panel.panel-danger .ce_text-inside h1:first-child,
  .panel.panel-danger .ce_text-inside h2:first-child,
  .panel.panel-danger .ce_text-inside h3:first-child,
  .panel.panel-danger .ce_text-inside h4:first-child,
  .panel.panel-danger .ce_text-inside h5:first-child {
    border-color: #dab5b5;
  }
  .cta {
    position: relative;
    padding: 22px;
    background: #ebebeb;
    border-radius: 3px;
    border-left: 22px solid #00366a;
  }
  .cta h1,
  .cta h2,
  .cta h3,
  .cta h4,
  .cta h5,
  .cta h6 {
    font-size: 52px;
    line-height: 1.2em;
    font-weight: 700;
    padding: 0;
    color: #192528 !important;
  }
  .cta p {
    font-size: 16px;
    line-height: 1.25em;
    margin: 0;
    color: #192528 !important;
  }
  .cta .h1 {
    font-size: 52px;
    line-height: 1.2em;
    font-weight: 700;
  }
  .cta .h2 {
    font-size: 30px;
    line-height: 1.2em;
  }
  .cta .h3 {
    font-size: 16px;
    line-height: 1.25em;
  }
  .cta figure,
  .cta figure img {
    margin-bottom: 0;
  }
  .cta.cta-black {
    background: #2a373a;
  }
  .cta.cta-black h1,
  .cta.cta-black h2,
  .cta.cta-black h3,
  .cta.cta-black h4,
  .cta.cta-black h5,
  .cta.cta-black h6,
  .cta.cta-black p {
    color: #00366a !important;
  }
  .cta.cta-primary {
    border-color: #061c32;
    background: #00366a;
  }
  .cta.cta-primary h1,
  .cta.cta-primary h2,
  .cta.cta-primary h3,
  .cta.cta-primary h4,
  .cta.cta-primary h5,
  .cta.cta-primary h6,
  .cta.cta-primary p {
    color: #fdfdfd !important;
  }
  .cta.cta-btn {
    position: relative;
    padding-right: 110px;
  }
  .cta.cta-btn .btn {
    display: inline-block;
    padding: 12px 30px;
    margin: 0;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
    text-transform: none;
    cursor: pointer;
    white-space: nowrap;
    color: #fdfdfd;
    text-decoration: none !important;
    background-color: #00366a;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: 110px;
    height: 100%;
    padding: 0;
    overflow: hidden;
    font-size: 0px;
    line-height: 100%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
  .cta.cta-btn .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .cta.cta-btn .btn:hover,
  .cta.cta-btn .btn:focus {
    color: #fff;
  }
  .cta.cta-btn .btn:active,
  .cta.cta-btn .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .cta.cta-btn .btn.disabled,
  .cta.cta-btn .btn[disabled],
  fieldset[disabled] .cta.cta-btn .btn {
    cursor: default;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .cta.cta-btn .btn:hover,
  .cta.cta-btn .btn:focus,
  .cta.cta-btn .btn:active,
  .cta.cta-btn .btn.active {
    background-color: #002951;
  }
  .cta.cta-btn .btn.disabled:hover,
  .cta.cta-btn .btn[disabled]:hover,
  fieldset[disabled] .cta.cta-btn .btn:hover,
  .cta.cta-btn .btn.disabled:focus,
  .cta.cta-btn .btn[disabled]:focus,
  fieldset[disabled] .cta.cta-btn .btn:focus,
  .cta.cta-btn .btn.disabled:active,
  .cta.cta-btn .btn[disabled]:active,
  fieldset[disabled] .cta.cta-btn .btn:active,
  .cta.cta-btn .btn.disabled.active,
  .cta.cta-btn .btn[disabled].active,
  fieldset[disabled] .cta.cta-btn .btn.active {
    background-color: #00366a;
  }
  .cta.cta-btn .btn,
  .cta.cta-btn .btn:hover {
    color: #fdfdfd !important;
  }
  .cta.cta-btn .btn:after {
    content: '\e766';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-family: 'icons';
    font-size: 16px;
    text-align: center;
    color: #fdfdfd;
  }
  .linked-image .image_container {
    border-radius: 3px;
    background: #00366a;
  }
  .linked-image .image_container img {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0;
    width: 100%;
    height: auto;
  }
  .linked-image .image_container a {
    position: relative;
  }
  .linked-image .image_container a:after {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width: 100%;
    text-align: center;
    color: #fdfdfd;
    font-family: 'icons';
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    display: none;
  }
  .linked-image.rounded .image_container {
    max-width: 80%;
    border-radius: 500px;
  }
  .linked-image.text-center .image_container {
    margin: 0 auto;
  }
  .linked-image.link .image_container a:after {
    content: '🔗';
  }
  .linked-image.email .image_container a:after {
    content: '\2709';
  }
  .linked-image.plus .image_container a:after {
    content: '\2b';
  }
  .no-touch .linked-image a:hover:after,
  .touch .linked-image a.hover:after {
    display: block;
  }
  .no-touch .linked-image a:hover img,
  .touch .linked-image a.hover img {
    opacity: .3;
  }
  .layout_latest .info,
  .layout_short .info,
  .layout_full_list .info,
  .news_full_details .info {
    position: absolute;
    top: 0;
    margin-left: 0;
    text-align: center;
  }
  .layout_latest time,
  .layout_short time,
  .layout_full_list time,
  .news_full_details time,
  .layout_latest .day,
  .layout_short .day,
  .layout_full_list .day,
  .news_full_details .day,
  .layout_latest .month,
  .layout_short .month,
  .layout_full_list .month,
  .news_full_details .month {
    display: block;
  }
  .layout_latest .day,
  .layout_short .day,
  .layout_full_list .day,
  .news_full_details .day {
    color: #d0d0d0;
  }
  .mod_newslist.block {
    margin-bottom: 0;
  }
  .layout_latest,
  .layout_short {
    position: relative;
    border-bottom: 1px solid;
    margin-bottom: 22px !important;
  }
  .layout_latest.first,
  .layout_short.first {
    padding-top: 22px;
    border-top: 1px solid;
  }
  .layout_latest.first .info,
  .layout_short.first .info {
    top: 22px;
  }
  .layout_latest.last,
  .layout_short.last {
    border-bottom: none;
  }
  .layout_latest > *,
  .layout_short > * {
    margin-left: 50px;
  }
  .layout_latest > h2,
  .layout_short > h2 {
    margin-top: 0;
    font-size: 16px;
  }
  .layout_latest .info time,
  .layout_short .info time {
    width: 39px;
  }
  .layout_latest .info .day,
  .layout_short .info .day {
    font-size: 52px;
    line-height: .8em;
  }
  .layout_latest .info .month,
  .layout_short .info .month {
    padding: 11px 0 0;
    font-size: 13px;
  }
  *[class*="make-columns"] > .layout_latest,
  row > .layout_latest,
  *[class*="make-columns"] > .layout_short,
  row > .layout_short {
    border-bottom: none;
  }
  *[class*="make-columns"] > .layout_latest.first,
  row > .layout_latest.first,
  *[class*="make-columns"] > .layout_short.first,
  row > .layout_short.first {
    padding-top: 0;
    border-top: none;
  }
  *[class*="make-columns"] > .layout_latest.first .info,
  row > .layout_latest.first .info,
  *[class*="make-columns"] > .layout_short.first .info,
  row > .layout_short.first .info {
    top: 0;
  }
  .layout_simple {
    margin-bottom: 11px;
  }
  .layout_simple:before,
  .layout_simple:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .layout_simple:after {
    clear: both;
  }
  .layout_simple > * {
    float: left;
  }
  .layout_simple a {
    display: block;
    margin-left: 22px;
    font-family: inherit;
    font-weight: 300;
    color: #00366a;
    font-size: 16px;
    line-height: 1.25em;
  }
  .layout_full_list,
  .news_full_details {
    position: relative;
    margin-bottom: 22px !important;
    padding-bottom: 22px;
  }
  .layout_full_list:before,
  .news_full_details:before,
  .layout_full_list:after,
  .news_full_details:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .layout_full_list:after,
  .news_full_details:after {
    clear: both;
  }
  .layout_full_list .info,
  .news_full_details .info {
    left: 0;
    width: 80px;
  }
  .layout_full_list .day,
  .news_full_details .day {
    line-height: .8em;
    font-size: 30px;
  }
  .layout_full_list .month,
  .news_full_details .month {
    margin-top: 10px;
    font-weight: 700;
    font-size: 13px;
  }
  .layout_full_list .author,
  .news_full_details .author {
    font-size: 13px;
    position: absolute;
    right: 50px;
  }
  .layout_full_list .comment-count,
  .news_full_details .comment-count {
    position: absolute;
    right: 0;
  }
  .layout_full_list .comment-count i,
  .news_full_details .comment-count i {
    color: #d0d0d0;
  }
  .news_full_details {
    margin-bottom: 0 !important;
  }
  .news_full_details .info {
    top: -22px;
    width: 120px;
    padding: 5px 0 0;
    text-align: left;
  }
  .news_full_details .info * {
    display: inline-block;
    text-align: left;
  }
  .news_full_details .info .month {
    margin-left: 11px;
    margin-top: 0;
  }
  .news_full_details .info .day {
    font-size: 60px;
  }
  .news_full_details header {
    margin-top: 88px;
    margin-bottom: 44px;
  }
  .news_full_details header h2 {
    margin-bottom: 11px;
    margin-top: 5.5px;
  }
  .news_full_details header,
  .news_full_details .body {
    clear: none;
    margin-left: 142px;
    margin-left: 0;
  }
  .news_full_details .intro {
    margin-top: -22px;
  }
  .news_full_details .author,
  .news_full_details .comment-count {
    top: -15px;
  }
  .news_full_details + .back {
    max-width: none;
    padding-top: 44px;
    padding-left: 142px;
    padding-left: 0;
    border-top: 1px solid;
  }
  .layout_full_list {
    border-bottom: 1px solid;
  }
  .layout_full_list p:last-child {
    margin-bottom: 0;
  }
  .layout_full_list h1 {
    margin: 0 30px 10px 0;
    font-size: 30px;
  }
  .layout_full_list header h2 {
    font-family: inherit;
    font-weight: 300;
    color: #00366a;
    font-size: 16px;
    line-height: 1.25em;
    margin: -8px 0 22px;
    padding: 0 0 0;
  }
  .layout_full_list header,
  .layout_full_list .ce_text {
    clear: none;
    margin-left: 102px;
    margin-right: 160px;
  }
  .layout_full_list .author,
  .layout_full_list .comment-count {
    top: -27.5px;
  }
  .layout_full_list .ce_text.block {
    margin-bottom: 0;
  }
  .layout_full_list figure {
    display: block;
    margin: 22px 0 22px 102px;
  }
  .layout_full_list figure img {
    width: 100%;
    height: auto;
  }
  .layout_full_list figure.float_left {
    float: left;
    width: 33%;
    margin-right: 44px;
    margin-top: 0;
  }
  .layout_full_list figure.float_left + .ce_text {
    margin-top: 22px;
  }
  .layout_full_list.first {
    border-top: 1px solid;
  }
  .layout_full_list.first header,
  .layout_full_list.first time,
  .layout_full_list.first figure,
  .layout_full_list.first figure.float_left {
    margin-top: 44px;
  }
  .layout_full_list.first .comment-count,
  .layout_full_list.first .author {
    top: 16.5px;
  }
  .layout_full_list p.more {
    position: absolute;
    bottom: 44px;
    right: 0;
  }
  .layout_full_list p.more a {
    margin-top: 22px;
    display: inline-block;
    padding: 12px 30px;
    margin: 0;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    color: #fdfdfd;
    text-decoration: none !important;
    color: #fdfdfd !important;
    background-color: #e6e6e6;
  }
  .layout_full_list p.more a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .layout_full_list p.more a:hover,
  .layout_full_list p.more a:focus {
    color: #fff;
  }
  .layout_full_list p.more a:active,
  .layout_full_list p.more a.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }
  .layout_full_list p.more a.disabled,
  .layout_full_list p.more a[disabled],
  fieldset[disabled] .layout_full_list p.more a {
    cursor: default;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .layout_full_list p.more a:hover,
  .layout_full_list p.more a:focus,
  .layout_full_list p.more a:active,
  .layout_full_list p.more a.active {
    background-color: #d9d9d9;
  }
  .layout_full_list p.more a.disabled:hover,
  .layout_full_list p.more a[disabled]:hover,
  fieldset[disabled] .layout_full_list p.more a:hover,
  .layout_full_list p.more a.disabled:focus,
  .layout_full_list p.more a[disabled]:focus,
  fieldset[disabled] .layout_full_list p.more a:focus,
  .layout_full_list p.more a.disabled:active,
  .layout_full_list p.more a[disabled]:active,
  fieldset[disabled] .layout_full_list p.more a:active,
  .layout_full_list p.more a.disabled.active,
  .layout_full_list p.more a[disabled].active,
  fieldset[disabled] .layout_full_list p.more a.active {
    background-color: #e6e6e6;
  }
  #left .layout_full_list .more,
  #right .layout_full_list .more,
  .has-left .layout_full_list .more,
  .has-right .layout_full_list .more,
  .grid3 .layout_full_list .more,
  .grid4 .layout_full_list .more,
  .grid5 .layout_full_list .more,
  .grid6 .layout_full_list .more {
    display: none;
  }
  #left .layout_full_list header,
  #right .layout_full_list header,
  .has-left .layout_full_list header,
  .has-right .layout_full_list header,
  .grid3 .layout_full_list header,
  .grid4 .layout_full_list header,
  .grid5 .layout_full_list header,
  .grid6 .layout_full_list header,
  #left .layout_full_list .ce_text,
  #right .layout_full_list .ce_text,
  .has-left .layout_full_list .ce_text,
  .has-right .layout_full_list .ce_text,
  .grid3 .layout_full_list .ce_text,
  .grid4 .layout_full_list .ce_text,
  .grid5 .layout_full_list .ce_text,
  .grid6 .layout_full_list .ce_text {
    margin-right: 0px;
  }
  .news-slider .layout_full_list {
    margin-bottom: 0 !important;
    padding-bottom: 0;
    padding-top: 44px;
    border-bottom: none;
    border-top: 1px solid;
  }
  .news-slider .layout_full_list figure.float_left {
    float: left;
    width: 12%;
  }
  .news-slider .layout_full_list .more {
    display: none;
  }
  .news-slider .layout_full_list .info,
  .news-slider .layout_full_list .author,
  .news-slider .layout_full_list .comment-count {
    margin-top: 44px;
  }
  .news-slider .layout_full_list .ce_text,
  .news-slider .layout_full_list header {
    margin-right: 33%;
  }
  .news-slider .layout_full_list.first header,
  .news-slider .layout_full_list.first time,
  .news-slider .layout_full_list.first figure,
  .news-slider .layout_full_list.first figure.float_left {
    margin-top: 0;
  }
  .news-slider .layout_full_list.first .comment-count,
  .news-slider .layout_full_list.first .author {
    top: -27.5px;
  }
  .bygone {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  table.minicalendar,
  table.calendar {
    width: 100%;
    margin-bottom: 44px;
    table-layout: fixed;
    border: 3px;
  }
  table.minicalendar th,
  table.calendar th {
    font-weight: 300;
    text-align: left;
  }
  table.minicalendar .days,
  table.calendar .days {
    background: #ffffff;
  }
  table.minicalendar .days.weekend,
  table.calendar .days.weekend {
    background-color: #2a373a;
  }
  table.minicalendar .today,
  table.calendar .today {
    -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  }
  table.minicalendar .label,
  table.calendar .label {
    background: #ebebeb;
  }
  table.minicalendar .label.weekend,
  table.calendar .label.weekend {
    background-color: #192528;
    color: #fdfdfd;
  }
  table.minicalendar .head,
  table.calendar .head {
    padding-bottom: 4px;
    text-align: left;
  }
  table.minicalendar .next,
  table.calendar .next {
    text-align: right;
  }
  table.minicalendar tr.last .col_first,
  table.calendar tr.last .col_first {
    border-bottom-left-radius: 3px;
  }
  table.minicalendar tr.last .col_last,
  table.calendar tr.last .col_last {
    border-bottom-right-radius: 3px;
  }
  table.minicalendar .days,
  table.minicalendar .label {
    padding: 10px 3px 3px;
  }
  table.minicalendar .days {
    color: #d0d0d0;
    font-size: 12px;
  }
  table.minicalendar .today {
    color: #2a373a;
  }
  table.minicalendar .days.active {
    background: #00366a;
  }
  table.minicalendar .days.active a {
    display: block;
    color: #fdfdfd !important;
  }
  table.minicalendar .days.active.today {
    color: #fdfdfd;
  }
  table.minicalendar .days.active.selected {
    position: relative;
    background-color: #0484ff;
  }
  table.minicalendar .days.active.selected a {
    color: #00366a !important;
  }
  table.minicalendar .days.active:hover {
    background: #002951;
  }
  table.minicalendar .days.active:hover a {
    text-decoration: none;
  }
  table.minicalendar .label {
    background-color: #00366a;
    color: #fdfdfd;
  }
  table.minicalendar .label.weekend {
    background-color: #061c32;
  }
  table.minicalendar .current {
    vertical-align: middle;
    text-align: center;
  }
  table.minicalendar .head {
    overflow: hidden;
    background: #192528;
    color: #fdfdfd;
  }
  table.minicalendar .head a {
    display: block;
    padding: 30.8px 10px;
    text-align: center;
    background: #2a373a;
    color: #fdfdfd !important;
    background-color: #2a373a;
  }
  table.minicalendar .head a:hover {
    text-decoration: none;
  }
  table.minicalendar .head a:hover,
  table.minicalendar .head a:focus,
  table.minicalendar .head a:active,
  table.minicalendar .head a.active {
    background-color: #1f292c;
  }
  table.minicalendar .head a.disabled:hover,
  table.minicalendar .head a[disabled]:hover,
  fieldset[disabled] table.minicalendar .head a:hover,
  table.minicalendar .head a.disabled:focus,
  table.minicalendar .head a[disabled]:focus,
  fieldset[disabled] table.minicalendar .head a:focus,
  table.minicalendar .head a.disabled:active,
  table.minicalendar .head a[disabled]:active,
  fieldset[disabled] table.minicalendar .head a:active,
  table.minicalendar .head a.disabled.active,
  table.minicalendar .head a[disabled].active,
  fieldset[disabled] table.minicalendar .head a.active {
    background-color: #2a373a;
  }
  table.minicalendar .head.previous,
  table.minicalendar .head.next {
    padding: 0;
  }
  table.minicalendar .head.previous,
  table.minicalendar .head.previous a {
    border-top-left-radius: 3px;
  }
  table.minicalendar .head.next,
  table.minicalendar .head.next a {
    border-top-right-radius: 3px;
    color: #fdfdfd !important;
  }
  table.calendar .days {
    position: relative;
    height: 20px;
    padding-bottom: 40px;
  }
  table.calendar .days.active {
    padding-bottom: 0;
    background: #ebebeb;
  }
  table.calendar .days.active.weekend {
    background: #354549;
  }
  table.calendar .days .header {
    bottom: 0;
    font-size: 16px;
    color: #d0d0d0;
  }
  table.calendar .days.active .header {
    color: #f3f3f3;
  }
  table.calendar .days.active.weekend .header,
  table.calendar .days.today.weekend .header {
    color: #fdfdfd;
  }
  table.calendar .days.today .header {
    color: #e6e6e6;
  }
  table.calendar .days .header,
  table.calendar .days .event a {
    padding: 10px;
  }
  table.calendar .days .event a {
    display: block;
    background: #00366a;
    color: #fdfdfd !important;
    margin-bottom: 1px;
  }
  table.calendar .days .event a:hover {
    text-decoration: none;
    background: #061c32;
  }
  table.calendar head.current {
    font-size: 52px;
  }
  table.calendar .label,
  table.calendar .head {
    padding: 20px 10px;
  }
  table.calendar .label {
    font-weight: 700;
  }
  table.calendar .label.col_first {
    border-top-left-radius: 3px;
  }
  table.calendar .label.col_last {
    border-top-right-radius: 3px;
  }
  .recurring {
    font-size: 13px;
  }
  .layout_upcoming .date:before,
  .event-details .date:before,
  .layout_upcoming .date:after,
  .event-details .date:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .layout_upcoming .date:after,
  .event-details .date:after {
    clear: both;
  }
  .layout_upcoming .date .day,
  .event-details .date .day {
    float: left;
    margin-right: 10px;
    font-size: 110px;
    line-height: .6em;
    font-weight: 300;
  }
  .layout_upcoming .date .month,
  .event-details .date .month {
    display: block;
  }
  .layout_upcoming .time,
  .event-details .time {
    display: block;
    padding-top: 33px;
    padding-right: 10px;
    padding-bottom: 10px;
    min-width: 1px;
    float: left;
  }
  .layout_upcoming .date .from:before,
  .event-details .date .from:before,
  .layout_upcoming .date .to:before,
  .event-details .date .to:before,
  .layout_upcoming .date .from:after,
  .event-details .date .from:after,
  .layout_upcoming .date .to:after,
  .event-details .date .to:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .layout_upcoming .date .from:after,
  .event-details .date .from:after,
  .layout_upcoming .date .to:after,
  .event-details .date .to:after {
    clear: both;
  }
  .layout_upcoming .date .to,
  .event-details .date .to {
    margin-top: 22px;
    margin-right: 44px;
    padding-top: 33px;
    border-top: 1px solid;
  }
  .layout_upcoming .date .to .separate,
  .event-details .date .to .separate {
    display: block;
    float: left;
    margin-right: 11px;
  }
  .layout_upcoming .date .to .separate i,
  .event-details .date .to .separate i {
    position: relative;
    top: -4px;
    text-align: left;
    font-size: 24px;
    opacity: .5;
  }
  .layout_upcoming .date .to .day,
  .event-details .date .to .day {
    font-size: 24px;
  }
  .layout_upcoming .date .to .month,
  .event-details .date .to .month {
    float: left;
    margin-right: 22px;
  }
  .layout_upcoming .date .to .time,
  .event-details .date .to .time {
    padding-top: 0px;
    padding-bottom: 0;
  }
  .event-details {
    position: relative;
  }
  .event-details .info {
    position: absolute;
    left: 0;
    top: 0;
    width: 25%;
  }
  .event-details .info .recurring {
    clear: both;
    margin-top: 22px;
    margin-right: 44px;
    padding-top: 11px;
    border-top: 1px solid;
  }
  .event-details > header,
  .event-details .body {
    margin-left: 25%;
  }
  .event-details + .back {
    max-width: none;
    border-top: 1px solid;
    padding-top: 44px;
  }
  .mod_eventlist .event-day {
    position: relative;
    padding-left: 33%;
  }
  .mod_eventlist .event {
    display: table;
    width: 100%;
    padding-top: 44px;
    padding-bottom: 44px;
    border-top: 1px solid;
  }
  .mod_eventlist .header {
    position: absolute;
    left: 0;
    top: 0;
    width: 33%;
    padding-top: 22px;
    border-top: 1px solid;
    text-align: center;
  }
  .mod_eventlist .month {
    font-weight: 700;
  }
  .mod_eventlist .day {
    display: block;
    font-size: 60px;
    line-height: 1em;
  }
  .mod_eventlist .body,
  .mod_eventlist .more {
    display: table-cell;
    vertical-align: middle;
  }
  .mod_eventlist .body {
    min-height: 110px;
    padding-right: 22px;
  }
  .mod_eventlist .more {
    text-align: right;
  }
  .layout_upcoming {
    position: relative;
  }
  .layout_upcoming .image_container {
    float: left;
    margin-right: 22px;
  }
  .layout_upcoming .body {
    display: block;
    margin-left: 33%;
  }
  .layout_upcoming h2 {
    margin-top: 0;
  }
  .layout_upcoming h2 a {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .layout_upcoming p {
    margin-bottom: 0;
  }
  .layout_upcoming i {
    color: inherit;
  }
  .layout_upcoming figure {
    margin-bottom: 11px;
    max-width: 50%;
  }
  .layout_upcoming .date {
    position: absolute;
    top: -1px;
    width: 33%;
    padding-top: 44px;
    border-top: 1px solid;
  }
  .layout_upcoming .date .day {
    float: left;
    margin-right: 10px;
    font-size: 110px;
    line-height: .6em;
  }
  .layout_upcoming .date .month {
    display: block;
  }
  .layout_upcoming .time {
    display: block;
    float: left;
    min-width: 1px;
    padding-top: 36px;
  }
  .layout_upcoming .teaser {
    margin-bottom: 0;
  }
  .layout_upcoming .more {
    display: none;
  }
  .mod_eventlist .event.layout_teaser {
    display: block;
    border: none;
    padding-top: 0;
  }
  .mod_eventlist .event.layout_teaser .date {
    display: block;
    margin-bottom: 14px;
    padding-bottom: 11px;
    overflow: hidden;
    border-bottom: 1px solid;
  }
  .mod_eventlist .event.layout_teaser .date .day {
    float: left;
  }
  .mod_eventlist .event.layout_teaser .date .month {
    margin-left: 11px;
    font-weight: 300;
  }
  .mod_eventlist .event.layout_teaser .date .time {
    float: right;
  }
  .mod_eventlist .event.layout_teaser .date .month,
  .mod_eventlist .event.layout_teaser .date .time {
    position: relative;
    top: 6px;
  }
  #wrapper .mod_eventlist.make-columns-4 .event.layout_teaser {
    width: 25%;
  }
  .mod_eventlist.event-slider .event {
    padding-bottom: 0;
    padding-top: 44px;
  }
  .portfolio-grid {
    display: block;
    float: none;
    width: auto !important;
    margin-right: 0;
    margin-left: -22px !important;
    padding: 0;
    overflow: visible !important;
  }
  .portfolio-grid .portfolio-item {
    clear: both;
    float: left;
    width: 240px;
    margin-left: 22px;
    margin-bottom: 22px;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .mod_newslist .portfolio-item .inner {
    display: block;
    position: relative;
    background: #151f22;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
  }
  .mod_newslist .portfolio-item .inner figure {
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
  }
  .mod_newslist .portfolio-item .inner figure img {
    display: block;
    width: 100%;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .mod_newslist .portfolio-item .inner .body,
  .mod_newslist .portfolio-item .inner .more {
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 22px;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .mod_newslist .portfolio-item .inner .body {
    top: -20%;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
  }
  .mod_newslist .portfolio-item .inner .more {
    top: 200%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: -10px 0 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 22px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .mod_newslist .portfolio-item .inner .more i {
    color: #00366a !important;
  }
  .mod_newslist .portfolio-item .inner h2 {
    margin-top: 11px;
    font-size: 16px;
    text-align: center;
    color: #fdfdfd !important;
  }
  .mod_newslist .portfolio-item .inner p {
    font-size: 13px;
    color: #fdfdfd !important;
  }
  .mod_newslist .portfolio-item .inner .year {
    margin-top: 0;
  }
  .mod_newslist .portfolio-item .inner .year + h2 {
    position: relative;
    top: -5.5px;
  }
  .no-touch .mod_newslist .portfolio-item .inner:hover figure img,
  .touch .mod_newslist .portfolio-item .inner.hover figure img {
    opacity: 0.1;
    filter: alpha(opacity=10);
  }
  .no-touch .mod_newslist .portfolio-item .inner:hover .body,
  .touch .mod_newslist .portfolio-item .inner.hover .body {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 18%;
  }
  .no-touch .mod_newslist .portfolio-item .inner:hover .more,
  .touch .mod_newslist .portfolio-item .inner.hover .more {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 50%;
  }
  .portfolio-details .intro {
    max-width: 75%;
  }
  .portfolio-details .ce_gallery ul {
    margin: 0;
  }
  .portfolio-details .ce_gallery ul img {
    border-radius: 3px;
  }
  .portfolio-details .slider-prev,
  .portfolio-details .slider-next {
    color: #192528;
  }
  .isotope,
  .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
  }
  .isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
  }
  .isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
  }
  .isotope-item {
    z-index: 2;
  }
  .isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
  }
  .ce_gallery ul {
    margin-left: 0;
  }
  .ce_gallery[class*="make-columns"] ul {
    margin: 0 21px;
    padding: 0;
  }
  .ce_gallery[class*="make-columns"] > ul > *[class*="col"] {
    padding-left: 1px;
    padding-right: 1px;
  }
  .ce_gallery[class*="make-columns"] > ul > *[class*="col"].first {
    padding-left: 0;
  }
  .ce_gallery[class*="make-columns"] > ul > *[class*="col"].last {
    padding-right: 0;
  }
  .ce_gallery .image_container {
    margin: 0 0 2px 0;
  }
  .ce_gallery img {
    width: 100%;
    border-radius: 0;
  }
  .ce_gallery a {
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .ce_gallery a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  .ce_gallery .col_last:first-child,
  .ce_gallery .col_last + .col_last {
    margin-bottom: 22px;
  }
  .ce_gallery.logos ul {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .ce_gallery.logos li {
    display: table-cell;
    margin-bottom: 11px;
    padding-top: 22px;
    padding-bottom: 22px;
    border-right: 1px solid;
  }
  .ce_gallery.logos li.col_first {
    border-left: 1px solid;
  }
  .ce_gallery.logos .image_container {
    text-align: center;
  }
  .ce_gallery.logos img {
    width: auto;
    max-width: 80%;
    border-radius: 0;
  }
  .mod_faqpage > article > h2 {
    font-family: inherit;
    font-weight: 300;
    color: #00366a;
    font-size: 52px;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 44px !important;
  }
  .mod_faqpage > article {
    counter-reset: faq;
  }
  .mod_faqpage > article > section {
    margin-bottom: 22px;
    padding: 22px 0;
    border-top: 1px solid;
    counter-increment: faq;
  }
  .mod_faqpage > article > section > h3:first-child {
    font-family: inherit;
    font-weight: 300;
    color: #00366a;
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 22px;
    padding-top: 3px;
    padding-left: 50px;
  }
  .mod_faqpage > article > section > h3:first-child:before {
    content: counter(faq, decimal);
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 22px;
    margin-left: -50px;
    border-radius: 40px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    background: #00366a;
    color: #fdfdfd;
  }
  .mod_faqpage > article > section .ce_text.block {
    margin-bottom: 22px;
  }
  .mod_faqpage > article > section .info {
    font-size: 13px;
  }
  .ce_comments {
    margin-top: 44px;
    padding-top: 44px;
    border-top: 1px solid;
  }
  .ce_comments > h2 {
    margin-bottom: 44px;
    font-size: 52px;
  }
  .ce_comments .form {
    margin-top: 22px;
  }
  .ce_comments .comment-widget {
    margin-top: 27px;
  }
  .ce_comments .comment-widget textarea {
    height: 173px;
  }
  .comment_default {
    background: #fdfdfd;
    border-radius: 3px;
    padding: 44px;
    border-left: 33px solid #00366a;
    margin-bottom: 22px;
  }
  .comment_default h1,
  .comment_default h2,
  .comment_default h3,
  .comment_default h4,
  .comment_default h5,
  .comment_default h6,
  .comment_default label,
  .comment_default .toggler,
  .comment_default .month,
  .comment_default .day-name,
  .comment_default strong {
    color: inherit !important;
  }
  .comment_default.last {
    margin-bottom: 0;
  }
  .comment_default .comment {
    font-family: inherit;
    font-weight: 300;
    color: #00366a;
    font-size: 16px;
    line-height: 1.25em;
  }
  .comment_default .info {
    margin-bottom: 22px;
  }
  .comment_default .time {
    display: inline-block;
    margin-left: 22px;
  }
  .comment_default .reply {
    margin-top: 22px;
    padding-top: 44px;
    padding-left: 88px;
    border-top: 1px solid #dddddd;
  }
  .comment_default .reply .comment {
    color: #192528;
  }
  .ce_download img,
  .ce_downloads img {
    position: relative;
    top: 5px;
    float: left;
    margin-right: 11px;
  }
  .ce_download a,
  .ce_downloads a {
    font-family: inherit;
    font-weight: 300;
    color: #00366a;
    font-size: 16px;
    line-height: 1.25em;
    position: relative;
    display: block;
    text-decoration: none;
  }
  .ce_download a .size,
  .ce_downloads a .size {
    font-size: 13px;
  }
  .ce_download a:before,
  .ce_downloads a:before {
    display: none;
    content: '📥';
    position: absolute;
    right: 0;
    font-family: 'icons';
    line-height: 1em;
  }
  .ce_download a:hover:before,
  .ce_downloads a:hover:before {
    display: block;
  }
  .ce_download {
    margin-bottom: 22px;
  }
  .ce_downloads {
    background: #fdfdfd;
    border-radius: 3px;
    padding: 0;
  }
  .ce_downloads h1,
  .ce_downloads h2,
  .ce_downloads h3,
  .ce_downloads h4,
  .ce_downloads h5,
  .ce_downloads h6,
  .ce_downloads label,
  .ce_downloads .toggler,
  .ce_downloads .month,
  .ce_downloads .day-name,
  .ce_downloads strong {
    color: inherit !important;
  }
  .ce_downloads h1,
  .ce_downloads h2,
  .ce_downloads h3,
  .ce_downloads h4,
  .ce_downloads h5 {
    border-bottom: 1px solid #eaeaea;
  }
  .ce_downloads > * {
    padding: 22px;
  }
  .ce_downloads a {
    font-family: inherit;
    font-weight: 300;
    color: #00366a;
    font-size: 16px;
    line-height: 1.25em;
  }
  .ce_downloads ul {
    margin-left: 0;
  }
  @-ms-viewport {
    width: device-width;
  }
  /**
 *	Visibility utilities
 *  --------------------------------------------------------------------------------------------------------------------
 */
  .visible-phone {
    display: none !important;
  }
  .visible-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: none !important;
  }
  .visible-desktop {
    display: inherit !important;
  }
  .visible-print {
    display: none !important;
  }
  #featured {
    background: none;
    margin-top: -32px;
    position: static;
  }
  #featured h3,
  #featured .icon-brush {
    color: #fdfdfd;
  }
  #featured .inside {
    max-width: 1400px;
    padding-top: 0;
  }
  #featured .vorteil-head {
    background-color: #00366a;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #00366a;
    margin: 0;
    padding: 16px;
  }
  #featured .vorteil-head .ce_headline {
    color: #fffff !important;
  }
  #featured .service {
    background-color: #f3f3f3;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #e6e6e6;
    padding: 16px;
    text-align: left;
  }
  #featured .row {
    margin: -11px;
  }
  #header #logo {
    margin-left: 0;
  }
  #mnav {
    color: #00366a;
    font-size: 50px;
    z-index: 4;
    margin-top: 10px;
    float: left;
  }
  #separator {
    float: left;
    min-height: 44px;
  }
  .image-profile {
    float: right;
  }
  #intro-text-links,
  #intro-text-rechts {
    margin-top: 20px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'icons';
  }
}
@media screen and (max-device-width: 599px) {
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}
@media screen and (max-width: 991px) {
  html.js body > * {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  #main:not(.fixed-bg) {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  html.js body.in > * {
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  #main .main.has-left {
    padding-left: 22px !important;
  }
}
@media screen and (max-width: 991px) {
  #main .main.has-right {
    padding-right: 22px !important;
  }
}
@media screen and (max-width: 991px) {
  #main .main,
  #left {
    position: static;
    left: 0;
  }
}
@media screen and (max-width: 1488px) {
  .slider-control .slider-prev,
  .slider-prev {
    left: -66px;
  }
  .slider-control .slider-prev:hover,
  .slider-prev:hover {
    left: -55px;
  }
  .slider-control .slider-next,
  .slider-next {
    right: -66px;
  }
  .slider-control .slider-next:hover,
  .slider-next:hover {
    right: -55px;
  }
}
@media screen and (min-width: 992px) {
  .fixed-bg {
    background-attachment: fixed !important;
  }
}
@media screen and (max-width: 599px) {
  .quote-image .ce_text-inside,
  .quote-image .ce_text-inside blockquote,
  .quote-image .ce_text-inside .image_container {
    display: block;
  }
  .quote-image .ce_text-inside .image_container {
    margin-bottom: 44px;
    margin-right: 0px;
    padding-right: 0;
    text-align: center;
  }
}
@media screen and (max-width: 991px) {
  h1.jumbo.jumbo-super,
  h2.jumbo.jumbo-super,
  h3.jumbo.jumbo-super,
  p.jumbo.jumbo-super {
    font-size: 61px !important;
  }
}
@media screen and (max-width: 599px) {
  h1.jumbo,
  h2.jumbo,
  h3.jumbo,
  p.jumbo,
  h1.jumbo.jumbo-super,
  h2.jumbo.jumbo-super,
  h3.jumbo.jumbo-super,
  p.jumbo.jumbo-super {
    font-size: 30.5px !important;
  }
}
@media screen and (max-width: 991px) {
  .jumbo.jumbo-super h1:first-child,
  .ce_text.intro-jumbo.jumbo-super h1:first-child {
    font-size: 61px;
  }
}
@media screen and (max-width: 599px) {
  .jumbo h1,
  .ce_text.intro-jumbo h1,
  .jumbo.text-center p,
  .ce_text.intro-jumbo.text-center p {
    max-width: none;
  }
  .jumbo h1:first-child,
  .ce_text.intro-jumbo h1:first-child {
    font-size: 30.5px !important;
  }
  .jumbo h2,
  .ce_text.intro-jumbo h2,
  .jumbo h1 + p,
  .ce_text.intro-jumbo h1 + p,
  .jumbo h2 + p h3 + p h4 + p,
  .ce_text.intro-jumbo h2 + p h3 + p h4 + p,
  .jumbo h5 + p,
  .ce_text.intro-jumbo h5 + p,
  .jumbo p:first-child,
  .ce_text.intro-jumbo p:first-child {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  *[class*="grid"] {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .offset1,
  .offset2,
  .offset3,
  .offset4,
  .offset5,
  .offset6,
  .offset7,
  .offset8,
  .offset9,
  .offset10,
  .offset11 {
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 991px) {
  .tablet-offset1 {
    margin-left: 8.33333333%;
  }
  .tablet-offset2 {
    margin-left: 16.66666667%;
  }
  .tablet-offset3 {
    margin-left: 25%;
  }
  .tablet-offset4 {
    margin-left: 33.33333333%;
  }
  .tablet-offset5 {
    margin-left: 41.66666667%;
  }
  .tablet-offset6 {
    margin-left: 50%;
  }
  .tablet-offset7 {
    margin-left: 58.33333333%;
  }
  .tablet-offset8 {
    margin-left: 66.66666667%;
  }
  .tablet-offset9 {
    margin-left: 75%;
  }
  .tablet-offset10 {
    margin-left: 83.33333333%;
  }
  .tablet-offset11 {
    margin-left: 25%;
  }
}
@media screen and (min-width: 600px) and (max-width: 991px) {
  .tablet-clear {
    clear: both;
  }
  .make-columns-4 > .block,
  .make-columns-4 > .article-inside > .block,
  .ce_gallery.make-columns-4 > ul > li {
    width: 50%;
  }
  .make-columns-4 > .block.block.first + .block + .block,
  .make-columns-4 > .article-inside > .block.block.first + .block + .block,
  .ce_gallery.make-columns-4 > ul > li.block.first + .block + .block,
  .make-columns-4 > .block.block:first-child + .block + .block,
  .make-columns-4 > .article-inside > .block.block:first-child + .block + .block,
  .ce_gallery.make-columns-4 > ul > li.block:first-child + .block + .block,
  .make-columns-4 > .block.col_first + li + li,
  .make-columns-4 > .article-inside > .block.col_first + li + li,
  .ce_gallery.make-columns-4 > ul > li.col_first + li + li {
    clear: both;
  }
  .make-columns-6 > .block,
  .make-columns-6 > .article-inside > .block,
  .ce_gallery.make-columns-6 > ul > li {
    width: 33.33333333%;
  }
  .make-columns-6 > .block.block.first + .block + .block + .block,
  .make-columns-6 > .article-inside > .block.block.first + .block + .block + .block,
  .ce_gallery.make-columns-6 > ul > li.block.first + .block + .block + .block,
  .make-columns-6 > .block.block:first-child + .block + .block + .block,
  .make-columns-6 > .article-inside > .block.block:first-child + .block + .block + .block,
  .ce_gallery.make-columns-6 > ul > li.block:first-child + .block + .block + .block,
  .make-columns-6 > .block.col_first + li + li + li,
  .make-columns-6 > .article-inside > .block.col_first + li + li + li,
  .ce_gallery.make-columns-6 > ul > li.col_first + li + li + li {
    clear: both;
  }
  .tablet-grid1 {
    width: 8.33333333%;
  }
  .tablet-grid2 {
    width: 16.66666667%;
  }
  .tablet-grid3 {
    width: 25%;
  }
  .tablet-grid4 {
    width: 33.33333333%;
  }
  .tablet-grid5 {
    width: 41.66666667%;
  }
  .tablet-grid6 {
    width: 50%;
  }
  .tablet-grid7 {
    width: 58.33333333%;
  }
  .tablet-grid8 {
    width: 66.66666667%;
  }
  .tablet-grid9 {
    width: 75%;
  }
  .tablet-grid10 {
    width: 83.33333333%;
  }
  .tablet-grid11 {
    width: 91.66666667%;
  }
  .tablet-grid12,
  #left,
  #right,
  #main .main,
  #main .main.has-left,
  #main .main.has-right,
  #main .main.has-left.has-right {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  *[class*="grid"],
  #left,
  #right,
  #main .main,
  #main .main.has-left,
  #main .main.has-right,
  #main .main.has-left.has-right,
  .make-columns-12 > .block,
  .make-columns-6 > .block,
  .make-columns-4 > .block,
  .make-columns-12 > .article-inside > .block,
  .make-columns-6 > .article-inside > .block,
  .make-columns-4 > .article-inside > .block,
  .ce_gallery[class*="make-columns"] > ul > li,
  .make-columns-2 > .block {
    margin-right: 0;
    margin-left: 0;
    float: none !important;
    display: block !important;
    width: 100% !important;
  }
  .row,
  [class*="make-columns"] {
    margin-left: -22px;
  }
}
@media screen and (min-width: 992px) {
  .btn-large,
  .ce_hyperlink.btn-wrap-large a {
    padding: 22px 60px;
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  #main-nav a,
  #main-nav strong.active,
  #main-nav strong.forward {
    padding: 33px 25px;
  }
}
@media screen and (max-width: 599px) {
  #selectnav {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  #selectnav .selectnav {
    display: none;
    position: relative;
    z-index: 4;
    height: 60px;
    padding: 0;
    background: transparent;
    opacity: 0;
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }
  #selectnav:before,
  #selectnav:after {
    display: block;
    position: absolute;
    line-height: 60px;
  }
  #selectnav:before {
    content: attr(title);
    left: 22px;
    bottom: 3px;
    z-index: 2;
    height: 60px;
    padding-right: 6px;
    overflow: hidden;
    color: #192528;
    white-space: nowrap;
  }
  #selectnav:after {
    content: '\2630';
    top: 0;
    right: 0px;
    width: 60px;
    height: 60px;
    z-index: 3;
    border-top-color: #fdfdfd;
    color: #fdfdfd;
    background: #061c32;
    font-family: 'icons';
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .js #main-nav-ul {
    display: none;
  }
  .js #selectnav .selectnav {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .sub-navigation,
  .mod_newsmenu,
  .mod_eventmenu {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #header .mod_breadcrumb {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #header .mod_customnav {
    display: none;
    float: none;
    width: 100%;
    margin: 0;
    padding: 22px 0 44px 0;
    text-align: center;
  }
  #header .mod_customnav li {
    display: inline-block;
    float: none;
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  body.head-slide #header {
    margin-top: -176px;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
  }
  body.head-slide #header .page-title:after {
    position: absolute;
    left: 1400px;
    top: 4px;
    font-family: 'icons';
    content: '\e760';
  }
  body.head-slide #header:hover,
  body.head-slide #header.hover {
    margin-top: 0px;
  }
  body.head-slide #header:hover .page-title:after,
  body.head-slide #header.hover .page-title:after {
    content: '\e763';
    opacity: .5;
  }
}
@media screen and (max-width: 991px) {
  .inside,
  #header .inside {
    padding-left: 44px;
    padding-right: 44px;
  }
  .page-title {
    margin-left: 44px;
  }
  #header-nav {
    margin: 0 44px;
  }
  #header #logo {
    margin-left: 0;
  }
  #header .mod_customnav {
    margin-right: 11px;
  }
  body.head-huge .header-text,
  body .header-text {
    margin-left: 0;
    margin-right: 0;
  }
  body.head-huge .header-text h1,
  body .header-text h1,
  body.head-huge .header-text h2,
  body .header-text h2,
  body.head-huge .header-text p,
  body .header-text p,
  body.head-huge .header-text .ce_hyperlink,
  body .header-text .ce_hyperlink {
    margin-left: 44px;
    margin-right: 44px;
  }
  body.head-huge .header-text h1,
  body .header-text h1 {
    font-size: 45.75px;
  }
  body.head-huge .header-text h2,
  body .header-text h2 {
    margin-bottom: 0;
  }
  #header h1 {
    text-align: center;
  }
  #header-nav {
    display: none;
  }
  .mod_customnav {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .inside,
  #header .inside {
    padding-left: 22px;
    padding-right: 22px;
  }
  .page-title {
    margin-left: 22px;
  }
  #header-nav {
    margin: 0 22px;
  }
  #header #logo {
    margin-left: 0;
  }
  #header .mod_customnav {
    margin-right: 5.5px;
  }
  #header #logo,
  .logo-mobile {
    position: relative;
    display: block;
    float: none;
    z-index: 3;
    margin: 15px auto 0;
    padding: 0;
    font-size: 30px;
    line-height: 1em;
    text-align: center;
  }
  body:not(.head-huge) #header {
    height: auto;
  }
  body.head-huge .header-text,
  body .header-text {
    width: calc(100% -  44px);
    margin: 0 auto !important;
    height: calc(100% -  210px);
    padding-bottom: 44px;
  }
  body.head-huge .header-text h1,
  body .header-text h1,
  body.head-huge .header-text h2,
  body .header-text h2,
  body.head-huge .header-text p,
  body .header-text p,
  body.head-huge .header-text .ce_hyperlink,
  body .header-text .ce_hyperlink {
    margin: 11px auto;
    text-align: center;
  }
  body.head-huge .header-text h1,
  body .header-text h1 {
    font-size: 30.5px;
    text-align: center;
  }
  body.head-huge .page-title,
  body .page-title {
    position: relative;
    width: 100%;
    margin: 22px 0 22px;
    font-size: 30px;
    text-align: center;
  }
  body.head-huge .page-title:before,
  body .page-title:before {
    content: '- ';
  }
  body.head-huge .page-title:after,
  body .page-title:after {
    content: ' -';
  }
  #header h1 {
    text-align: center;
  }
  #header-nav {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #footer .copyright {
    margin-top: 22px;
  }
  #footer .copyright p {
    text-align: center !important;
  }
  #footer .logo-footer {
    float: left;
  }
}
@media screen and (max-width: 599px) {
  #search-slot {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .mod_subscribe,
  .mod_unsubscribe {
    padding-left: 30px;
  }
}
@media screen and (max-width: 599px) {
  .mod_subscribe .formbody:before,
  .mod_unsubscribe .formbody:before {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .ce_table {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 599px) {
  .cta.cta-btn .btn {
    width: 66px;
  }
}
@media screen and (max-width: 991px) {
  .layout_full_list header,
  .layout_full_list .ce_text {
    margin-right: 0 !important;
  }
  .layout_full_list p.more {
    position: static;
  }
}
@media screen and (max-width: 599px) {
  .layout_full_list header,
  .layout_full_list .ce_text,
  .layout_full_list .body,
  .layout_full_list figure {
    margin-left: 0px;
  }
  .layout_full_list header {
    padding-top: 60px;
  }
  .layout_full_list h1 {
    margin-right: 0;
  }
  .layout_full_list .info {
    width: 50%;
    text-align: left;
  }
  .layout_full_list .info * {
    display: inline-block;
  }
  .layout_full_list .month {
    margin-left: 11px;
    margin-top: 0px;
  }
  .layout_full_list.first figure,
  .layout_full_list.first figure.float_left {
    padding-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .layout_full_list figure,
  .layout_full_list figure.float_left {
    width: 50% !important;
    margin-top: 60px !important;
    margin-right: 22px !important;
  }
}
@media screen and (max-width: 599px) {
  .news-slider .layout_full_list figure,
  .news-slider .layout_full_list figure.float_left {
    padding-top: 0px;
  }
}
@media screen and (max-width: 991px) {
  .layout_upcoming .body {
    margin-left: 33%;
    padding-right: 0 !important;
  }
  .layout_upcoming .body figure {
    max-width: 50%;
  }
  .layout_upcoming .body figure img {
    width: 100%;
  }
  .layout_upcoming .date {
    width: 33%;
  }
}
@media screen and (max-width: 599px) {
  .layout_upcoming .body {
    margin-left: 0px;
    margin-top: 60px;
  }
  .layout_upcoming .body figure {
    width: 50%;
  }
  .layout_upcoming .body figure img {
    width: 100%;
  }
  .layout_upcoming .date {
    width: 100%;
  }
  .layout_upcoming .date .from {
    width: 45%;
  }
  .layout_upcoming .date .to {
    width: 55%;
  }
  .layout_upcoming .date .from,
  .layout_upcoming .date .to {
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .layout_upcoming .date .to .separate {
    margin-left: -5%;
  }
  .layout_upcoming .date .to .separate i {
    top: 7px;
    left: 4px;
  }
  .layout_upcoming .date .to .day,
  .layout_upcoming .date .day {
    font-size: 60px;
  }
  .layout_upcoming .month {
    display: inline-block;
    position: relative;
    top: -5px;
    margin-right: 0;
  }
  .layout_upcoming .time {
    float: none;
    padding-top: 0px;
    padding-right: 20px;
  }
  .layout_upcoming .time:before {
    content: ' ';
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .events-large .event-day {
    padding-left: 25%;
  }
  .events-large .header {
    width: 25%;
  }
  .events-large .layout_upcoming .body {
    padding-right: 180px;
    margin-left: 25%;
  }
  .events-large .layout_upcoming .date {
    width: 25%;
  }
  .events-large .layout_upcoming .more {
    display: block;
    position: absolute;
    right: 0;
    bottom: 44px;
  }
}
@media screen and (min-width: 992px) and (max-width: 991px) {
  .events-large .layout_upcoming .more {
    margin-top: 22px;
    position: static;
  }
}
@media screen and (max-width: 599px) {
  .portfolio-grid {
    margin-left: 0 !important;
  }
  .portfolio-item {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .portfolio-details .intro {
    max-width: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 991px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
@media screen and print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  #mnav,
  .logo-mobile {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #featured {
    float: left;
    margin-bottom: 20px;
  }
  .header-image {
    display: none;
  }
  body.head-white-type #header h1 {
    text-align: center;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  #wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #wrapper * {
    height: auto !important;
    width: auto !important;
    max-width: 100% !important;
    position: static !important;
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
    left: 0 !important;
    top: 0 !important;
  }
  h1,
  h2,
  h3,
  h4 {
    font-family: Arial, sans-serif;
  }
  h1 {
    font-size: 2.4em;
  }
  figure {
    margin: 0;
  }
  #wrapper table {
    width: 100% !important;
  }
  #header img,
  #header .image-full,
  #menu-bar,
  #header-nav,
  .mod_breadcrumb,
  nav,
  form,
  #footer,
  .portfolio-item .more,
  #scrollToTop,
  .slider-prev,
  .slider-next,
  .ce_comments h2,
  .table-as-bar,
  .back,
  .comment-count {
    display: none !important;
  }
  .accordion.ui-accordion-content {
    display: block !important;
  }
  #header {
    height: auto !important;
  }
  .block {
    margin-top: 1cm;
  }
  .ce_text:before,
  .ce_text:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .ce_text:after {
    clear: both;
  }
  .day {
    margin-right: 3mm;
  }
  .event-day,
  .layout_teaser,
  .layout_upcoming,
  .mod_newslist > div,
  .layout_full_list {
    padding-bottom: 5mm;
    margin-bottom: 1cm;
    border-bottom: .5mm solid black;
  }
  .ce_gallery li {
    list-style: none;
  }
  .ce_gallery ul {
    padding: 0;
  }
  .float_left {
    margin-right: 1cm;
  }
  .float_right {
    margin-left: 1cm;
  }
}

