@charset "UTF-8";
body { margin: 0; }
body * { box-sizing: border-box; }

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

@font-face { font-family: 'latobold'; src: url("../fonts/lato-bold-webfont.eot"); src: url("../fonts/lato-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-bold-webfont.woff2") format("woff2"), url("../fonts/lato-bold-webfont.woff") format("woff"), url("../fonts/lato-bold-webfont.ttf") format("truetype"), url("../fonts/lato-bold-webfont.svg#latobold") format("svg"); font-weight: 700; font-style: normal; }
@font-face { font-family: 'latoregular'; src: url("../fonts/lato-regular-webfont.eot"); src: url("../fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-regular-webfont.woff2") format("woff2"), url("../fonts/lato-regular-webfont.woff") format("woff"), url("../fonts/lato-regular-webfont.ttf") format("truetype"), url("../fonts/lato-regular-webfont.svg#latoregular") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'latolight'; src: url("../fonts/lato-light-webfont.ttf") format("truetype"); font-weight: 300; font-style: normal; }
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

/* Slider */
.slick-loading .slick-list { background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face { font-family: "slick"; src: url("../fonts/slick.eot"); src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0px; font-size: 0px; cursor: pointer; background: transparent; color: transparent; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }
.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }
[dir="rtl"] .slick-prev { left: auto; right: -25px; }
.slick-prev:before { content: "←"; }
[dir="rtl"] .slick-prev:before { content: "→"; }

.slick-next { right: -25px; }
[dir="rtl"] .slick-next { left: -25px; right: auto; }
.slick-next:before { content: "→"; }
[dir="rtl"] .slick-next:before { content: "←"; }

/* Dots */
.slick-dotted.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -25px; list-style: none; display: block; text-align: center; padding: 0; margin: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0px; font-size: 0px; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH -------------------------- */
@font-face { font-family: 'FontAwesome'; src: url("../fonts/fontawesome-webfont.eot?v=4.7.0"); src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; }
.fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg { font-size: 1.3333333333em; line-height: 0.75em; vertical-align: -15%; }

.fa-2x { font-size: 2em; }

.fa-3x { font-size: 3em; }

.fa-4x { font-size: 4em; }

.fa-5x { font-size: 5em; }

.fa-fw { width: 1.2857142857em; text-align: center; }

.fa-ul { padding-left: 0; margin-left: 2.1428571429em; list-style-type: none; }
.fa-ul > li { position: relative; }

.fa-li { position: absolute; left: -2.1428571429em; width: 2.1428571429em; top: 0.1428571429em; text-align: center; }
.fa-li.fa-lg { left: -1.8571428571em; }

.fa-border { padding: .2em .25em .15em; border: solid 0.08em #eee; border-radius: .1em; }

.fa-pull-left { float: left; }

.fa-pull-right { float: right; }

.fa.fa-pull-left { margin-right: .3em; }
.fa.fa-pull-right { margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right { float: right; }

.pull-left { float: left; }

.fa.pull-left { margin-right: .3em; }
.fa.pull-right { margin-left: .3em; }

.fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; }

.fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } }
@keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } }
.fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

.fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

.fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg); }

.fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1); }

.fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none; }

.fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center; }

.fa-stack-1x { line-height: inherit; }

.fa-stack-2x { font-size: 2em; }

.fa-inverse { color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
.fa-glass:before { content: ""; }

.fa-music:before { content: ""; }

.fa-search:before { content: ""; }

.fa-envelope-o:before { content: ""; }

.fa-heart:before { content: ""; }

.fa-star:before { content: ""; }

.fa-star-o:before { content: ""; }

.fa-user:before { content: ""; }

.fa-film:before { content: ""; }

.fa-th-large:before { content: ""; }

.fa-th:before { content: ""; }

.fa-th-list:before { content: ""; }

.fa-check:before { content: ""; }

.fa-remove:before, .fa-close:before, .fa-times:before { content: ""; }

.fa-search-plus:before { content: ""; }

.fa-search-minus:before { content: ""; }

.fa-power-off:before { content: ""; }

.fa-signal:before { content: ""; }

.fa-gear:before, .fa-cog:before { content: ""; }

.fa-trash-o:before { content: ""; }

.fa-home:before { content: ""; }

.fa-file-o:before { content: ""; }

.fa-clock-o:before { content: ""; }

.fa-road:before { content: ""; }

.fa-download:before { content: ""; }

.fa-arrow-circle-o-down:before { content: ""; }

.fa-arrow-circle-o-up:before { content: ""; }

.fa-inbox:before { content: ""; }

.fa-play-circle-o:before { content: ""; }

.fa-rotate-right:before, .fa-repeat:before { content: ""; }

.fa-refresh:before { content: ""; }

.fa-list-alt:before { content: ""; }

.fa-lock:before { content: ""; }

.fa-flag:before { content: ""; }

.fa-headphones:before { content: ""; }

.fa-volume-off:before { content: ""; }

.fa-volume-down:before { content: ""; }

.fa-volume-up:before { content: ""; }

.fa-qrcode:before { content: ""; }

.fa-barcode:before { content: ""; }

.fa-tag:before { content: ""; }

.fa-tags:before { content: ""; }

.fa-book:before { content: ""; }

.fa-bookmark:before { content: ""; }

.fa-print:before { content: ""; }

.fa-camera:before { content: ""; }

.fa-font:before { content: ""; }

.fa-bold:before { content: ""; }

.fa-italic:before { content: ""; }

.fa-text-height:before { content: ""; }

.fa-text-width:before { content: ""; }

.fa-align-left:before { content: ""; }

.fa-align-center:before { content: ""; }

.fa-align-right:before { content: ""; }

.fa-align-justify:before { content: ""; }

.fa-list:before { content: ""; }

.fa-dedent:before, .fa-outdent:before { content: ""; }

.fa-indent:before { content: ""; }

.fa-video-camera:before { content: ""; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before { content: ""; }

.fa-pencil:before { content: ""; }

.fa-map-marker:before { content: ""; }

.fa-adjust:before { content: ""; }

.fa-tint:before { content: ""; }

.fa-edit:before, .fa-pencil-square-o:before { content: ""; }

.fa-share-square-o:before { content: ""; }

.fa-check-square-o:before { content: ""; }

.fa-arrows:before { content: ""; }

.fa-step-backward:before { content: ""; }

.fa-fast-backward:before { content: ""; }

.fa-backward:before { content: ""; }

.fa-play:before { content: ""; }

.fa-pause:before { content: ""; }

.fa-stop:before { content: ""; }

.fa-forward:before { content: ""; }

.fa-fast-forward:before { content: ""; }

.fa-step-forward:before { content: ""; }

.fa-eject:before { content: ""; }

.fa-chevron-left:before { content: ""; }

.fa-chevron-right:before { content: ""; }

.fa-plus-circle:before { content: ""; }

.fa-minus-circle:before { content: ""; }

.fa-times-circle:before { content: ""; }

.fa-check-circle:before { content: ""; }

.fa-question-circle:before { content: ""; }

.fa-info-circle:before { content: ""; }

.fa-crosshairs:before { content: ""; }

.fa-times-circle-o:before { content: ""; }

.fa-check-circle-o:before { content: ""; }

.fa-ban:before { content: ""; }

.fa-arrow-left:before { content: ""; }

.fa-arrow-right:before { content: ""; }

.fa-arrow-up:before { content: ""; }

.fa-arrow-down:before { content: ""; }

.fa-mail-forward:before, .fa-share:before { content: ""; }

.fa-expand:before { content: ""; }

.fa-compress:before { content: ""; }

.fa-plus:before { content: ""; }

.fa-minus:before { content: ""; }

.fa-asterisk:before { content: ""; }

.fa-exclamation-circle:before { content: ""; }

.fa-gift:before { content: ""; }

.fa-leaf:before { content: ""; }

.fa-fire:before { content: ""; }

.fa-eye:before { content: ""; }

.fa-eye-slash:before { content: ""; }

.fa-warning:before, .fa-exclamation-triangle:before { content: ""; }

.fa-plane:before { content: ""; }

.fa-calendar:before { content: ""; }

.fa-random:before { content: ""; }

.fa-comment:before { content: ""; }

.fa-magnet:before { content: ""; }

.fa-chevron-up:before { content: ""; }

.fa-chevron-down:before { content: ""; }

.fa-retweet:before { content: ""; }

.fa-shopping-cart:before { content: ""; }

.fa-folder:before { content: ""; }

.fa-folder-open:before { content: ""; }

.fa-arrows-v:before { content: ""; }

.fa-arrows-h:before { content: ""; }

.fa-bar-chart-o:before, .fa-bar-chart:before { content: ""; }

.fa-twitter-square:before { content: ""; }

.fa-facebook-square:before { content: ""; }

.fa-camera-retro:before { content: ""; }

.fa-key:before { content: ""; }

.fa-gears:before, .fa-cogs:before { content: ""; }

.fa-comments:before { content: ""; }

.fa-thumbs-o-up:before { content: ""; }

.fa-thumbs-o-down:before { content: ""; }

.fa-star-half:before { content: ""; }

.fa-heart-o:before { content: ""; }

.fa-sign-out:before { content: ""; }

.fa-linkedin-square:before { content: ""; }

.fa-thumb-tack:before { content: ""; }

.fa-external-link:before { content: ""; }

.fa-sign-in:before { content: ""; }

.fa-trophy:before { content: ""; }

.fa-github-square:before { content: ""; }

.fa-upload:before { content: ""; }

.fa-lemon-o:before { content: ""; }

.fa-phone:before { content: ""; }

.fa-square-o:before { content: ""; }

.fa-bookmark-o:before { content: ""; }

.fa-phone-square:before { content: ""; }

.fa-twitter:before { content: ""; }

.fa-facebook-f:before, .fa-facebook:before { content: ""; }

.fa-github:before { content: ""; }

.fa-unlock:before { content: ""; }

.fa-credit-card:before { content: ""; }

.fa-feed:before, .fa-rss:before { content: ""; }

.fa-hdd-o:before { content: ""; }

.fa-bullhorn:before { content: ""; }

.fa-bell:before { content: ""; }

.fa-certificate:before { content: ""; }

.fa-hand-o-right:before { content: ""; }

.fa-hand-o-left:before { content: ""; }

.fa-hand-o-up:before { content: ""; }

.fa-hand-o-down:before { content: ""; }

.fa-arrow-circle-left:before { content: ""; }

.fa-arrow-circle-right:before { content: ""; }

.fa-arrow-circle-up:before { content: ""; }

.fa-arrow-circle-down:before { content: ""; }

.fa-globe:before { content: ""; }

.fa-wrench:before { content: ""; }

.fa-tasks:before { content: ""; }

.fa-filter:before { content: ""; }

.fa-briefcase:before { content: ""; }

.fa-arrows-alt:before { content: ""; }

.fa-group:before, .fa-users:before { content: ""; }

.fa-chain:before, .fa-link:before { content: ""; }

.fa-cloud:before { content: ""; }

.fa-flask:before { content: ""; }

.fa-cut:before, .fa-scissors:before { content: ""; }

.fa-copy:before, .fa-files-o:before { content: ""; }

.fa-paperclip:before { content: ""; }

.fa-save:before, .fa-floppy-o:before { content: ""; }

.fa-square:before { content: ""; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: ""; }

.fa-list-ul:before { content: ""; }

.fa-list-ol:before { content: ""; }

.fa-strikethrough:before { content: ""; }

.fa-underline:before { content: ""; }

.fa-table:before { content: ""; }

.fa-magic:before { content: ""; }

.fa-truck:before { content: ""; }

.fa-pinterest:before { content: ""; }

.fa-pinterest-square:before { content: ""; }

.fa-google-plus-square:before { content: ""; }

.fa-google-plus:before { content: ""; }

.fa-money:before { content: ""; }

.fa-caret-down:before { content: ""; }

.fa-caret-up:before { content: ""; }

.fa-caret-left:before { content: ""; }

.fa-caret-right:before { content: ""; }

.fa-columns:before { content: ""; }

.fa-unsorted:before, .fa-sort:before { content: ""; }

.fa-sort-down:before, .fa-sort-desc:before { content: ""; }

.fa-sort-up:before, .fa-sort-asc:before { content: ""; }

.fa-envelope:before { content: ""; }

.fa-linkedin:before { content: ""; }

.fa-rotate-left:before, .fa-undo:before { content: ""; }

.fa-legal:before, .fa-gavel:before { content: ""; }

.fa-dashboard:before, .fa-tachometer:before { content: ""; }

.fa-comment-o:before { content: ""; }

.fa-comments-o:before { content: ""; }

.fa-flash:before, .fa-bolt:before { content: ""; }

.fa-sitemap:before { content: ""; }

.fa-umbrella:before { content: ""; }

.fa-paste:before, .fa-clipboard:before { content: ""; }

.fa-lightbulb-o:before { content: ""; }

.fa-exchange:before { content: ""; }

.fa-cloud-download:before { content: ""; }

.fa-cloud-upload:before { content: ""; }

.fa-user-md:before { content: ""; }

.fa-stethoscope:before { content: ""; }

.fa-suitcase:before { content: ""; }

.fa-bell-o:before { content: ""; }

.fa-coffee:before { content: ""; }

.fa-cutlery:before { content: ""; }

.fa-file-text-o:before { content: ""; }

.fa-building-o:before { content: ""; }

.fa-hospital-o:before { content: ""; }

.fa-ambulance:before { content: ""; }

.fa-medkit:before { content: ""; }

.fa-fighter-jet:before { content: ""; }

.fa-beer:before { content: ""; }

.fa-h-square:before { content: ""; }

.fa-plus-square:before { content: ""; }

.fa-angle-double-left:before { content: ""; }

.fa-angle-double-right:before { content: ""; }

.fa-angle-double-up:before { content: ""; }

.fa-angle-double-down:before { content: ""; }

.fa-angle-left:before { content: ""; }

.fa-angle-right:before { content: ""; }

.fa-angle-up:before { content: ""; }

.fa-angle-down:before { content: ""; }

.fa-desktop:before { content: ""; }

.fa-laptop:before { content: ""; }

.fa-tablet:before { content: ""; }

.fa-mobile-phone:before, .fa-mobile:before { content: ""; }

.fa-circle-o:before { content: ""; }

.fa-quote-left:before { content: ""; }

.fa-quote-right:before { content: ""; }

.fa-spinner:before { content: ""; }

.fa-circle:before { content: ""; }

.fa-mail-reply:before, .fa-reply:before { content: ""; }

.fa-github-alt:before { content: ""; }

.fa-folder-o:before { content: ""; }

.fa-folder-open-o:before { content: ""; }

.fa-smile-o:before { content: ""; }

.fa-frown-o:before { content: ""; }

.fa-meh-o:before { content: ""; }

.fa-gamepad:before { content: ""; }

.fa-keyboard-o:before { content: ""; }

.fa-flag-o:before { content: ""; }

.fa-flag-checkered:before { content: ""; }

.fa-terminal:before { content: ""; }

.fa-code:before { content: ""; }

.fa-mail-reply-all:before, .fa-reply-all:before { content: ""; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: ""; }

.fa-location-arrow:before { content: ""; }

.fa-crop:before { content: ""; }

.fa-code-fork:before { content: ""; }

.fa-unlink:before, .fa-chain-broken:before { content: ""; }

.fa-question:before { content: ""; }

.fa-info:before { content: ""; }

.fa-exclamation:before { content: ""; }

.fa-superscript:before { content: ""; }

.fa-subscript:before { content: ""; }

.fa-eraser:before { content: ""; }

.fa-puzzle-piece:before { content: ""; }

.fa-microphone:before { content: ""; }

.fa-microphone-slash:before { content: ""; }

.fa-shield:before { content: ""; }

.fa-calendar-o:before { content: ""; }

.fa-fire-extinguisher:before { content: ""; }

.fa-rocket:before { content: ""; }

.fa-maxcdn:before { content: ""; }

.fa-chevron-circle-left:before { content: ""; }

.fa-chevron-circle-right:before { content: ""; }

.fa-chevron-circle-up:before { content: ""; }

.fa-chevron-circle-down:before { content: ""; }

.fa-html5:before { content: ""; }

.fa-css3:before { content: ""; }

.fa-anchor:before { content: ""; }

.fa-unlock-alt:before { content: ""; }

.fa-bullseye:before { content: ""; }

.fa-ellipsis-h:before { content: ""; }

.fa-ellipsis-v:before { content: ""; }

.fa-rss-square:before { content: ""; }

.fa-play-circle:before { content: ""; }

.fa-ticket:before { content: ""; }

.fa-minus-square:before { content: ""; }

.fa-minus-square-o:before { content: ""; }

.fa-level-up:before { content: ""; }

.fa-level-down:before { content: ""; }

.fa-check-square:before { content: ""; }

.fa-pencil-square:before { content: ""; }

.fa-external-link-square:before { content: ""; }

.fa-share-square:before { content: ""; }

.fa-compass:before { content: ""; }

.fa-toggle-down:before, .fa-caret-square-o-down:before { content: ""; }

.fa-toggle-up:before, .fa-caret-square-o-up:before { content: ""; }

.fa-toggle-right:before, .fa-caret-square-o-right:before { content: ""; }

.fa-euro:before, .fa-eur:before { content: ""; }

.fa-gbp:before { content: ""; }

.fa-dollar:before, .fa-usd:before { content: ""; }

.fa-rupee:before, .fa-inr:before { content: ""; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: ""; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: ""; }

.fa-won:before, .fa-krw:before { content: ""; }

.fa-bitcoin:before, .fa-btc:before { content: ""; }

.fa-file:before { content: ""; }

.fa-file-text:before { content: ""; }

.fa-sort-alpha-asc:before { content: ""; }

.fa-sort-alpha-desc:before { content: ""; }

.fa-sort-amount-asc:before { content: ""; }

.fa-sort-amount-desc:before { content: ""; }

.fa-sort-numeric-asc:before { content: ""; }

.fa-sort-numeric-desc:before { content: ""; }

.fa-thumbs-up:before { content: ""; }

.fa-thumbs-down:before { content: ""; }

.fa-youtube-square:before { content: ""; }

.fa-youtube:before { content: ""; }

.fa-xing:before { content: ""; }

.fa-xing-square:before { content: ""; }

.fa-youtube-play:before { content: ""; }

.fa-dropbox:before { content: ""; }

.fa-stack-overflow:before { content: ""; }

.fa-instagram:before { content: ""; }

.fa-flickr:before { content: ""; }

.fa-adn:before { content: ""; }

.fa-bitbucket:before { content: ""; }

.fa-bitbucket-square:before { content: ""; }

.fa-tumblr:before { content: ""; }

.fa-tumblr-square:before { content: ""; }

.fa-long-arrow-down:before { content: ""; }

.fa-long-arrow-up:before { content: ""; }

.fa-long-arrow-left:before { content: ""; }

.fa-long-arrow-right:before { content: ""; }

.fa-apple:before { content: ""; }

.fa-windows:before { content: ""; }

.fa-android:before { content: ""; }

.fa-linux:before { content: ""; }

.fa-dribbble:before { content: ""; }

.fa-skype:before { content: ""; }

.fa-foursquare:before { content: ""; }

.fa-trello:before { content: ""; }

.fa-female:before { content: ""; }

.fa-male:before { content: ""; }

.fa-gittip:before, .fa-gratipay:before { content: ""; }

.fa-sun-o:before { content: ""; }

.fa-moon-o:before { content: ""; }

.fa-archive:before { content: ""; }

.fa-bug:before { content: ""; }

.fa-vk:before { content: ""; }

.fa-weibo:before { content: ""; }

.fa-renren:before { content: ""; }

.fa-pagelines:before { content: ""; }

.fa-stack-exchange:before { content: ""; }

.fa-arrow-circle-o-right:before { content: ""; }

.fa-arrow-circle-o-left:before { content: ""; }

.fa-toggle-left:before, .fa-caret-square-o-left:before { content: ""; }

.fa-dot-circle-o:before { content: ""; }

.fa-wheelchair:before { content: ""; }

.fa-vimeo-square:before { content: ""; }

.fa-turkish-lira:before, .fa-try:before { content: ""; }

.fa-plus-square-o:before { content: ""; }

.fa-space-shuttle:before { content: ""; }

.fa-slack:before { content: ""; }

.fa-envelope-square:before { content: ""; }

.fa-wordpress:before { content: ""; }

.fa-openid:before { content: ""; }

.fa-institution:before, .fa-bank:before, .fa-university:before { content: ""; }

.fa-mortar-board:before, .fa-graduation-cap:before { content: ""; }

.fa-yahoo:before { content: ""; }

.fa-google:before { content: ""; }

.fa-reddit:before { content: ""; }

.fa-reddit-square:before { content: ""; }

.fa-stumbleupon-circle:before { content: ""; }

.fa-stumbleupon:before { content: ""; }

.fa-delicious:before { content: ""; }

.fa-digg:before { content: ""; }

.fa-pied-piper-pp:before { content: ""; }

.fa-pied-piper-alt:before { content: ""; }

.fa-drupal:before { content: ""; }

.fa-joomla:before { content: ""; }

.fa-language:before { content: ""; }

.fa-fax:before { content: ""; }

.fa-building:before { content: ""; }

.fa-child:before { content: ""; }

.fa-paw:before { content: ""; }

.fa-spoon:before { content: ""; }

.fa-cube:before { content: ""; }

.fa-cubes:before { content: ""; }

.fa-behance:before { content: ""; }

.fa-behance-square:before { content: ""; }

.fa-steam:before { content: ""; }

.fa-steam-square:before { content: ""; }

.fa-recycle:before { content: ""; }

.fa-automobile:before, .fa-car:before { content: ""; }

.fa-cab:before, .fa-taxi:before { content: ""; }

.fa-tree:before { content: ""; }

.fa-spotify:before { content: ""; }

.fa-deviantart:before { content: ""; }

.fa-soundcloud:before { content: ""; }

.fa-database:before { content: ""; }

.fa-file-pdf-o:before { content: ""; }

.fa-file-word-o:before { content: ""; }

.fa-file-excel-o:before { content: ""; }

.fa-file-powerpoint-o:before { content: ""; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: ""; }

.fa-file-zip-o:before, .fa-file-archive-o:before { content: ""; }

.fa-file-sound-o:before, .fa-file-audio-o:before { content: ""; }

.fa-file-movie-o:before, .fa-file-video-o:before { content: ""; }

.fa-file-code-o:before { content: ""; }

.fa-vine:before { content: ""; }

.fa-codepen:before { content: ""; }

.fa-jsfiddle:before { content: ""; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: ""; }

.fa-circle-o-notch:before { content: ""; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before { content: ""; }

.fa-ge:before, .fa-empire:before { content: ""; }

.fa-git-square:before { content: ""; }

.fa-git:before { content: ""; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content: ""; }

.fa-tencent-weibo:before { content: ""; }

.fa-qq:before { content: ""; }

.fa-wechat:before, .fa-weixin:before { content: ""; }

.fa-send:before, .fa-paper-plane:before { content: ""; }

.fa-send-o:before, .fa-paper-plane-o:before { content: ""; }

.fa-history:before { content: ""; }

.fa-circle-thin:before { content: ""; }

.fa-header:before { content: ""; }

.fa-paragraph:before { content: ""; }

.fa-sliders:before { content: ""; }

.fa-share-alt:before { content: ""; }

.fa-share-alt-square:before { content: ""; }

.fa-bomb:before { content: ""; }

.fa-soccer-ball-o:before, .fa-futbol-o:before { content: ""; }

.fa-tty:before { content: ""; }

.fa-binoculars:before { content: ""; }

.fa-plug:before { content: ""; }

.fa-slideshare:before { content: ""; }

.fa-twitch:before { content: ""; }

.fa-yelp:before { content: ""; }

.fa-newspaper-o:before { content: ""; }

.fa-wifi:before { content: ""; }

.fa-calculator:before { content: ""; }

.fa-paypal:before { content: ""; }

.fa-google-wallet:before { content: ""; }

.fa-cc-visa:before { content: ""; }

.fa-cc-mastercard:before { content: ""; }

.fa-cc-discover:before { content: ""; }

.fa-cc-amex:before { content: ""; }

.fa-cc-paypal:before { content: ""; }

.fa-cc-stripe:before { content: ""; }

.fa-bell-slash:before { content: ""; }

.fa-bell-slash-o:before { content: ""; }

.fa-trash:before { content: ""; }

.fa-copyright:before { content: ""; }

.fa-at:before { content: ""; }

.fa-eyedropper:before { content: ""; }

.fa-paint-brush:before { content: ""; }

.fa-birthday-cake:before { content: ""; }

.fa-area-chart:before { content: ""; }

.fa-pie-chart:before { content: ""; }

.fa-line-chart:before { content: ""; }

.fa-lastfm:before { content: ""; }

.fa-lastfm-square:before { content: ""; }

.fa-toggle-off:before { content: ""; }

.fa-toggle-on:before { content: ""; }

.fa-bicycle:before { content: ""; }

.fa-bus:before { content: ""; }

.fa-ioxhost:before { content: ""; }

.fa-angellist:before { content: ""; }

.fa-cc:before { content: ""; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: ""; }

.fa-meanpath:before { content: ""; }

.fa-buysellads:before { content: ""; }

.fa-connectdevelop:before { content: ""; }

.fa-dashcube:before { content: ""; }

.fa-forumbee:before { content: ""; }

.fa-leanpub:before { content: ""; }

.fa-sellsy:before { content: ""; }

.fa-shirtsinbulk:before { content: ""; }

.fa-simplybuilt:before { content: ""; }

.fa-skyatlas:before { content: ""; }

.fa-cart-plus:before { content: ""; }

.fa-cart-arrow-down:before { content: ""; }

.fa-diamond:before { content: ""; }

.fa-ship:before { content: ""; }

.fa-user-secret:before { content: ""; }

.fa-motorcycle:before { content: ""; }

.fa-street-view:before { content: ""; }

.fa-heartbeat:before { content: ""; }

.fa-venus:before { content: ""; }

.fa-mars:before { content: ""; }

.fa-mercury:before { content: ""; }

.fa-intersex:before, .fa-transgender:before { content: ""; }

.fa-transgender-alt:before { content: ""; }

.fa-venus-double:before { content: ""; }

.fa-mars-double:before { content: ""; }

.fa-venus-mars:before { content: ""; }

.fa-mars-stroke:before { content: ""; }

.fa-mars-stroke-v:before { content: ""; }

.fa-mars-stroke-h:before { content: ""; }

.fa-neuter:before { content: ""; }

.fa-genderless:before { content: ""; }

.fa-facebook-official:before { content: ""; }

.fa-pinterest-p:before { content: ""; }

.fa-whatsapp:before { content: ""; }

.fa-server:before { content: ""; }

.fa-user-plus:before { content: ""; }

.fa-user-times:before { content: ""; }

.fa-hotel:before, .fa-bed:before { content: ""; }

.fa-viacoin:before { content: ""; }

.fa-train:before { content: ""; }

.fa-subway:before { content: ""; }

.fa-medium:before { content: ""; }

.fa-yc:before, .fa-y-combinator:before { content: ""; }

.fa-optin-monster:before { content: ""; }

.fa-opencart:before { content: ""; }

.fa-expeditedssl:before { content: ""; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before { content: ""; }

.fa-battery-3:before, .fa-battery-three-quarters:before { content: ""; }

.fa-battery-2:before, .fa-battery-half:before { content: ""; }

.fa-battery-1:before, .fa-battery-quarter:before { content: ""; }

.fa-battery-0:before, .fa-battery-empty:before { content: ""; }

.fa-mouse-pointer:before { content: ""; }

.fa-i-cursor:before { content: ""; }

.fa-object-group:before { content: ""; }

.fa-object-ungroup:before { content: ""; }

.fa-sticky-note:before { content: ""; }

.fa-sticky-note-o:before { content: ""; }

.fa-cc-jcb:before { content: ""; }

.fa-cc-diners-club:before { content: ""; }

.fa-clone:before { content: ""; }

.fa-balance-scale:before { content: ""; }

.fa-hourglass-o:before { content: ""; }

.fa-hourglass-1:before, .fa-hourglass-start:before { content: ""; }

.fa-hourglass-2:before, .fa-hourglass-half:before { content: ""; }

.fa-hourglass-3:before, .fa-hourglass-end:before { content: ""; }

.fa-hourglass:before { content: ""; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before { content: ""; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before { content: ""; }

.fa-hand-scissors-o:before { content: ""; }

.fa-hand-lizard-o:before { content: ""; }

.fa-hand-spock-o:before { content: ""; }

.fa-hand-pointer-o:before { content: ""; }

.fa-hand-peace-o:before { content: ""; }

.fa-trademark:before { content: ""; }

.fa-registered:before { content: ""; }

.fa-creative-commons:before { content: ""; }

.fa-gg:before { content: ""; }

.fa-gg-circle:before { content: ""; }

.fa-tripadvisor:before { content: ""; }

.fa-odnoklassniki:before { content: ""; }

.fa-odnoklassniki-square:before { content: ""; }

.fa-get-pocket:before { content: ""; }

.fa-wikipedia-w:before { content: ""; }

.fa-safari:before { content: ""; }

.fa-chrome:before { content: ""; }

.fa-firefox:before { content: ""; }

.fa-opera:before { content: ""; }

.fa-internet-explorer:before { content: ""; }

.fa-tv:before, .fa-television:before { content: ""; }

.fa-contao:before { content: ""; }

.fa-500px:before { content: ""; }

.fa-amazon:before { content: ""; }

.fa-calendar-plus-o:before { content: ""; }

.fa-calendar-minus-o:before { content: ""; }

.fa-calendar-times-o:before { content: ""; }

.fa-calendar-check-o:before { content: ""; }

.fa-industry:before { content: ""; }

.fa-map-pin:before { content: ""; }

.fa-map-signs:before { content: ""; }

.fa-map-o:before { content: ""; }

.fa-map:before { content: ""; }

.fa-commenting:before { content: ""; }

.fa-commenting-o:before { content: ""; }

.fa-houzz:before { content: ""; }

.fa-vimeo:before { content: ""; }

.fa-black-tie:before { content: ""; }

.fa-fonticons:before { content: ""; }

.fa-reddit-alien:before { content: ""; }

.fa-edge:before { content: ""; }

.fa-credit-card-alt:before { content: ""; }

.fa-codiepie:before { content: ""; }

.fa-modx:before { content: ""; }

.fa-fort-awesome:before { content: ""; }

.fa-usb:before { content: ""; }

.fa-product-hunt:before { content: ""; }

.fa-mixcloud:before { content: ""; }

.fa-scribd:before { content: ""; }

.fa-pause-circle:before { content: ""; }

.fa-pause-circle-o:before { content: ""; }

.fa-stop-circle:before { content: ""; }

.fa-stop-circle-o:before { content: ""; }

.fa-shopping-bag:before { content: ""; }

.fa-shopping-basket:before { content: ""; }

.fa-hashtag:before { content: ""; }

.fa-bluetooth:before { content: ""; }

.fa-bluetooth-b:before { content: ""; }

.fa-percent:before { content: ""; }

.fa-gitlab:before { content: ""; }

.fa-wpbeginner:before { content: ""; }

.fa-wpforms:before { content: ""; }

.fa-envira:before { content: ""; }

.fa-universal-access:before { content: ""; }

.fa-wheelchair-alt:before { content: ""; }

.fa-question-circle-o:before { content: ""; }

.fa-blind:before { content: ""; }

.fa-audio-description:before { content: ""; }

.fa-volume-control-phone:before { content: ""; }

.fa-braille:before { content: ""; }

.fa-assistive-listening-systems:before { content: ""; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { content: ""; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { content: ""; }

.fa-glide:before { content: ""; }

.fa-glide-g:before { content: ""; }

.fa-signing:before, .fa-sign-language:before { content: ""; }

.fa-low-vision:before { content: ""; }

.fa-viadeo:before { content: ""; }

.fa-viadeo-square:before { content: ""; }

.fa-snapchat:before { content: ""; }

.fa-snapchat-ghost:before { content: ""; }

.fa-snapchat-square:before { content: ""; }

.fa-pied-piper:before { content: ""; }

.fa-first-order:before { content: ""; }

.fa-yoast:before { content: ""; }

.fa-themeisle:before { content: ""; }

.fa-google-plus-circle:before, .fa-google-plus-official:before { content: ""; }

.fa-fa:before, .fa-font-awesome:before { content: ""; }

.fa-handshake-o:before { content: ""; }

.fa-envelope-open:before { content: ""; }

.fa-envelope-open-o:before { content: ""; }

.fa-linode:before { content: ""; }

.fa-address-book:before { content: ""; }

.fa-address-book-o:before { content: ""; }

.fa-vcard:before, .fa-address-card:before { content: ""; }

.fa-vcard-o:before, .fa-address-card-o:before { content: ""; }

.fa-user-circle:before { content: ""; }

.fa-user-circle-o:before { content: ""; }

.fa-user-o:before { content: ""; }

.fa-id-badge:before { content: ""; }

.fa-drivers-license:before, .fa-id-card:before { content: ""; }

.fa-drivers-license-o:before, .fa-id-card-o:before { content: ""; }

.fa-quora:before { content: ""; }

.fa-free-code-camp:before { content: ""; }

.fa-telegram:before { content: ""; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before { content: ""; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before { content: ""; }

.fa-thermometer-2:before, .fa-thermometer-half:before { content: ""; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before { content: ""; }

.fa-thermometer-0:before, .fa-thermometer-empty:before { content: ""; }

.fa-shower:before { content: ""; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before { content: ""; }

.fa-podcast:before { content: ""; }

.fa-window-maximize:before { content: ""; }

.fa-window-minimize:before { content: ""; }

.fa-window-restore:before { content: ""; }

.fa-times-rectangle:before, .fa-window-close:before { content: ""; }

.fa-times-rectangle-o:before, .fa-window-close-o:before { content: ""; }

.fa-bandcamp:before { content: ""; }

.fa-grav:before { content: ""; }

.fa-etsy:before { content: ""; }

.fa-imdb:before { content: ""; }

.fa-ravelry:before { content: ""; }

.fa-eercast:before { content: ""; }

.fa-microchip:before { content: ""; }

.fa-snowflake-o:before { content: ""; }

.fa-superpowers:before { content: ""; }

.fa-wpexplorer:before { content: ""; }

.fa-meetup:before { content: ""; }

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

.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; }

@media only screen and (min-width: 1240px) { [class*='col-lg-'] { display: block; }
  .col-lg-1-12 { width: calc(8.3333333333% - 40px); margin: 0 20px; }
  .col-lg-1-12.alpha { width: calc(8.3333333333% - 20px); margin: 0 20px 0 0; }
  .col-lg-1-12.omega { width: calc(8.3333333333% - 20px); margin: 0 0 0 20px; }
  .col-lg-1-12.alpha.omega { width: 8.3333333333%; margin: 0; }
  .col-lg-2-12 { width: calc(16.6666666667% - 40px); margin: 0 20px; }
  .col-lg-2-12.alpha { width: calc(16.6666666667% - 20px); margin: 0 20px 0 0; }
  .col-lg-2-12.omega { width: calc(16.6666666667% - 20px); margin: 0 0 0 20px; }
  .col-lg-2-12.alpha.omega { width: 16.6666666667%; margin: 0; }
  .col-lg-3-12 { width: calc(25% - 40px); margin: 0 20px; }
  .col-lg-3-12.alpha { width: calc(25% - 20px); margin: 0 20px 0 0; }
  .col-lg-3-12.omega { width: calc(25% - 20px); margin: 0 0 0 20px; }
  .col-lg-3-12.alpha.omega { width: 25%; margin: 0; }
  .col-lg-4-12 { width: calc(33.3333333333% - 40px); margin: 0 20px; }
  .col-lg-4-12.alpha { width: calc(33.3333333333% - 20px); margin: 0 20px 0 0; }
  .col-lg-4-12.omega { width: calc(33.3333333333% - 20px); margin: 0 0 0 20px; }
  .col-lg-4-12.alpha.omega { width: 33.3333333333%; margin: 0; }
  .col-lg-5-12 { width: calc(41.6666666667% - 40px); margin: 0 20px; }
  .col-lg-5-12.alpha { width: calc(41.6666666667% - 20px); margin: 0 20px 0 0; }
  .col-lg-5-12.omega { width: calc(41.6666666667% - 20px); margin: 0 0 0 20px; }
  .col-lg-5-12.alpha.omega { width: 41.6666666667%; margin: 0; }
  .col-lg-6-12 { width: calc(50% - 40px); margin: 0 20px; }
  .col-lg-6-12.alpha { width: calc(50% - 20px); margin: 0 20px 0 0; }
  .col-lg-6-12.omega { width: calc(50% - 20px); margin: 0 0 0 20px; }
  .col-lg-6-12.alpha.omega { width: 50%; margin: 0; }
  .col-lg-7-12 { width: calc(58.3333333333% - 40px); margin: 0 20px; }
  .col-lg-7-12.alpha { width: calc(58.3333333333% - 20px); margin: 0 20px 0 0; }
  .col-lg-7-12.omega { width: calc(58.3333333333% - 20px); margin: 0 0 0 20px; }
  .col-lg-7-12.alpha.omega { width: 58.3333333333%; margin: 0; }
  .col-lg-8-12 { width: calc(66.6666666667% - 40px); margin: 0 20px; }
  .col-lg-8-12.alpha { width: calc(66.6666666667% - 20px); margin: 0 20px 0 0; }
  .col-lg-8-12.omega { width: calc(66.6666666667% - 20px); margin: 0 0 0 20px; }
  .col-lg-8-12.alpha.omega { width: 66.6666666667%; margin: 0; }
  .col-lg-9-12 { width: calc(75% - 40px); margin: 0 20px; }
  .col-lg-9-12.alpha { width: calc(75% - 20px); margin: 0 20px 0 0; }
  .col-lg-9-12.omega { width: calc(75% - 20px); margin: 0 0 0 20px; }
  .col-lg-9-12.alpha.omega { width: 75%; margin: 0; }
  .col-lg-10-12 { width: calc(83.3333333333% - 40px); margin: 0 20px; }
  .col-lg-10-12.alpha { width: calc(83.3333333333% - 20px); margin: 0 20px 0 0; }
  .col-lg-10-12.omega { width: calc(83.3333333333% - 20px); margin: 0 0 0 20px; }
  .col-lg-10-12.alpha.omega { width: 83.3333333333%; margin: 0; }
  .col-lg-11-12 { width: calc(91.6666666667% - 40px); margin: 0 20px; }
  .col-lg-11-12.alpha { width: calc(91.6666666667% - 20px); margin: 0 20px 0 0; }
  .col-lg-11-12.omega { width: calc(91.6666666667% - 20px); margin: 0 0 0 20px; }
  .col-lg-11-12.alpha.omega { width: 91.6666666667%; margin: 0; }
  .col-lg-12-12 { width: calc(100% - 40px); margin: 0 20px; }
  .col-lg-12-12.alpha { width: calc(100% - 20px); margin: 0 20px 0 0; }
  .col-lg-12-12.omega { width: calc(100% - 20px); margin: 0 0 0 20px; }
  .col-lg-12-12.alpha.omega { width: 100%; margin: 0; } }
@media only screen and (max-width: 1240px) { [class*='col-lg-'] { display: block; }
  .col-lg-1-12 { width: calc(8.3333333333% - 40px); margin: 0 20px; }
  .col-lg-1-12.alpha { width: calc(8.3333333333% - 20px); margin: 0 20px 0 0; }
  .col-lg-1-12.omega { width: calc(8.3333333333% - 20px); margin: 0 0 0 20px; }
  .col-lg-1-12.alpha.omega { width: 8.3333333333%; margin: 0; }
  .col-lg-2-12 { width: calc(16.6666666667% - 40px); margin: 0 20px; }
  .col-lg-2-12.alpha { width: calc(16.6666666667% - 20px); margin: 0 20px 0 0; }
  .col-lg-2-12.omega { width: calc(16.6666666667% - 20px); margin: 0 0 0 20px; }
  .col-lg-2-12.alpha.omega { width: 16.6666666667%; margin: 0; }
  .col-lg-3-12 { width: calc(25% - 40px); margin: 0 20px; }
  .col-lg-3-12.alpha { width: calc(25% - 20px); margin: 0 20px 0 0; }
  .col-lg-3-12.omega { width: calc(25% - 20px); margin: 0 0 0 20px; }
  .col-lg-3-12.alpha.omega { width: 25%; margin: 0; }
  .col-lg-4-12 { width: calc(33.3333333333% - 40px); margin: 0 20px; }
  .col-lg-4-12.alpha { width: calc(33.3333333333% - 20px); margin: 0 20px 0 0; }
  .col-lg-4-12.omega { width: calc(33.3333333333% - 20px); margin: 0 0 0 20px; }
  .col-lg-4-12.alpha.omega { width: 33.3333333333%; margin: 0; }
  .col-lg-5-12 { width: calc(41.6666666667% - 40px); margin: 0 20px; }
  .col-lg-5-12.alpha { width: calc(41.6666666667% - 20px); margin: 0 20px 0 0; }
  .col-lg-5-12.omega { width: calc(41.6666666667% - 20px); margin: 0 0 0 20px; }
  .col-lg-5-12.alpha.omega { width: 41.6666666667%; margin: 0; }
  .col-lg-6-12 { width: calc(50% - 40px); margin: 0 20px; }
  .col-lg-6-12.alpha { width: calc(50% - 20px); margin: 0 20px 0 0; }
  .col-lg-6-12.omega { width: calc(50% - 20px); margin: 0 0 0 20px; }
  .col-lg-6-12.alpha.omega { width: 50%; margin: 0; }
  .col-lg-7-12 { width: calc(58.3333333333% - 40px); margin: 0 20px; }
  .col-lg-7-12.alpha { width: calc(58.3333333333% - 20px); margin: 0 20px 0 0; }
  .col-lg-7-12.omega { width: calc(58.3333333333% - 20px); margin: 0 0 0 20px; }
  .col-lg-7-12.alpha.omega { width: 58.3333333333%; margin: 0; }
  .col-lg-8-12 { width: calc(66.6666666667% - 40px); margin: 0 20px; }
  .col-lg-8-12.alpha { width: calc(66.6666666667% - 20px); margin: 0 20px 0 0; }
  .col-lg-8-12.omega { width: calc(66.6666666667% - 20px); margin: 0 0 0 20px; }
  .col-lg-8-12.alpha.omega { width: 66.6666666667%; margin: 0; }
  .col-lg-9-12 { width: calc(75% - 40px); margin: 0 20px; }
  .col-lg-9-12.alpha { width: calc(75% - 20px); margin: 0 20px 0 0; }
  .col-lg-9-12.omega { width: calc(75% - 20px); margin: 0 0 0 20px; }
  .col-lg-9-12.alpha.omega { width: 75%; margin: 0; }
  .col-lg-10-12 { width: calc(83.3333333333% - 40px); margin: 0 20px; }
  .col-lg-10-12.alpha { width: calc(83.3333333333% - 20px); margin: 0 20px 0 0; }
  .col-lg-10-12.omega { width: calc(83.3333333333% - 20px); margin: 0 0 0 20px; }
  .col-lg-10-12.alpha.omega { width: 83.3333333333%; margin: 0; }
  .col-lg-11-12 { width: calc(91.6666666667% - 40px); margin: 0 20px; }
  .col-lg-11-12.alpha { width: calc(91.6666666667% - 20px); margin: 0 20px 0 0; }
  .col-lg-11-12.omega { width: calc(91.6666666667% - 20px); margin: 0 0 0 20px; }
  .col-lg-11-12.alpha.omega { width: 91.6666666667%; margin: 0; }
  .col-lg-12-12 { width: calc(100% - 40px); margin: 0 20px; }
  .col-lg-12-12.alpha { width: calc(100% - 20px); margin: 0 20px 0 0; }
  .col-lg-12-12.omega { width: calc(100% - 20px); margin: 0 0 0 20px; }
  .col-lg-12-12.alpha.omega { width: 100%; margin: 0; } }
@media only screen and (max-width: 768px) { [class*='col-lg-'] { display: block; }
  .col-lg-1-12 { width: calc(100% - 40px); margin: 0 20px; }
  .col-lg-1-12.alpha { width: calc(100% - 20px); margin: 0 20px 0 0; }
  .col-lg-1-12.omega { width: calc(100% - 20px); margin: 0 0 0 20px; }
  .col-lg-1-12.alpha.omega { width: 100%; margin: 0; }
  .col-lg-2-12 { width: calc(100% - 40px); margin: 0 20px; }
  .col-lg-2-12.alpha { width: calc(100% - 20px); margin: 0 20px 0 0; }
  .col-lg-2-12.omega { width: calc(100% - 20px); margin: 0 0 0 20px; }
  .col-lg-2-12.alpha.omega { width: 100%; margin: 0; }
  .col-lg-3-12 { width: calc(100% - 40px); margin: 0 20px; }
  .col-lg-3-12.alpha { width: calc(100% - 20px); margin: 0 20px 0 0; }
  .col-lg-3-12.omega { width: calc(100% - 20px); margin: 0 0 0 20px; }
  .col-lg-3-12.alpha.omega { width: 100%; margin: 0; }
  .col-lg-4-12 { width: calc(100% - 40px); margin: 0 20px; }
  .col-lg-4-12.alpha { width: calc(100% - 20px); margin: 0 20px 0 0; }
  .col-lg-4-12.omega { width: calc(100% - 20px); margin: 0 0 0 20px; }
  .col-lg-4-12.alpha.omega { width: 100%; margin: 0; }
  .col-lg-5-12 { width: calc(100% - 40px); margin: 0 20px; }
  .col-lg-5-12.alpha { width: calc(100% - 20px); margin: 0 20px 0 0; }
  .col-lg-5-12.omega { width: calc(100% - 20px); margin: 0 0 0 20px; }
  .col-lg-5-12.alpha.omega { width: 100%; margin: 0; }
  .col-lg-6-12 { width: calc(100% - 40px); margin: 0 20px; }
  .col-lg-6-12.alpha { width: calc(100% - 20px); margin: 0 20px 0 0; }
  .col-lg-6-12.omega { width: calc(100% - 20px); margin: 0 0 0 20px; }
  .col-lg-6-12.alpha.omega { width: 100%; margin: 0; }
  .col-lg-7-12 { width: calc(100% - 40px); margin: 0 20px; }
  .col-lg-7-12.alpha { width: calc(100% - 20px); margin: 0 20px 0 0; }
  .col-lg-7-12.omega { width: calc(100% - 20px); margin: 0 0 0 20px; }
  .col-lg-7-12.alpha.omega { width: 100%; margin: 0; }
  .col-lg-8-12 { width: calc(100% - 40px); margin: 0 20px; }
  .col-lg-8-12.alpha { width: calc(100% - 20px); margin: 0 20px 0 0; }
  .col-lg-8-12.omega { width: calc(100% - 20px); margin: 0 0 0 20px; }
  .col-lg-8-12.alpha.omega { width: 100%; margin: 0; }
  .col-lg-9-12 { width: calc(100% - 40px); margin: 0 20px; }
  .col-lg-9-12.alpha { width: calc(100% - 20px); margin: 0 20px 0 0; }
  .col-lg-9-12.omega { width: calc(100% - 20px); margin: 0 0 0 20px; }
  .col-lg-9-12.alpha.omega { width: 100%; margin: 0; }
  .col-lg-10-12 { width: calc(100% - 40px); margin: 0 20px; }
  .col-lg-10-12.alpha { width: calc(100% - 20px); margin: 0 20px 0 0; }
  .col-lg-10-12.omega { width: calc(100% - 20px); margin: 0 0 0 20px; }
  .col-lg-10-12.alpha.omega { width: 100%; margin: 0; }
  .col-lg-11-12 { width: calc(100% - 40px); margin: 0 20px; }
  .col-lg-11-12.alpha { width: calc(100% - 20px); margin: 0 20px 0 0; }
  .col-lg-11-12.omega { width: calc(100% - 20px); margin: 0 0 0 20px; }
  .col-lg-11-12.alpha.omega { width: 100%; margin: 0; }
  .col-lg-12-12 { width: calc(100% - 40px); margin: 0 20px; }
  .col-lg-12-12.alpha { width: calc(100% - 20px); margin: 0 20px 0 0; }
  .col-lg-12-12.omega { width: calc(100% - 20px); margin: 0 0 0 20px; }
  .col-lg-12-12.alpha.omega { width: 100%; margin: 0; } }
body { font-family: "latoregular", Helvetica, Arial, sans-serif; background: #fff; font-size: 16px; line-height: 1.7em; color: #777777; font-weight: 500; }

.fa { font-family: FontAwesome, Helvetica, Arial, sans-serif !important; }

a { text-decoration: underline; color: #9C9B9B; }

h1 { margin-top: 0; }

.green { color: #A1C517; }

.orange { color: #F29100; }

.blue { color: #009EE2; }

.red { color: #BD1622; }

/*Page Options */
body:not(.removeMargin) .site-main { margin: 35px 0; }

#content { padding-bottom: 60px; }

.container { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; max-width: 1240px; margin: 0 auto; }

#main article { max-width: 100%; }

/* Meta-Data */
.entry-meta { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.entry-meta i { color: #777777; margin-right: 5px; }
.entry-meta div { margin-right: 20px; }

/* Lists */
.siteorigin-widget-tinymce ul, .textwidget ul { list-style-type: none; padding-left: 0; }
.siteorigin-widget-tinymce ul li, .textwidget ul li { position: relative; padding-left: 16px; }
.siteorigin-widget-tinymce ul li:before, .textwidget ul li:before { background: url(../img/icon-check.svg) no-repeat 0 0; content: ''; display: inline-block; width: 11px; height: 10px; position: absolute; top: 10px; left: 0px; }
.siteorigin-widget-tinymce ul.icon-dots li, .textwidget ul.icon-dots li { position: relative; padding-left: 16px; }
.siteorigin-widget-tinymce ul.icon-dots li:before, .textwidget ul.icon-dots li:before { background: url(../img/icon-check.svg) no-repeat 0 0; content: ''; display: inline-block; width: 11px; height: 10px; position: absolute; top: 10px; left: 0px; }
.siteorigin-widget-tinymce ul.icon-dots li:before, .textwidget ul.icon-dots li:before { left: 5px; }

#secondary .widget ul { padding-left: 0; list-style-type: none; }

/* Responsive Video */
.responsive-video:not(:empty) { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 30px; height: 0; overflow: hidden; }
.responsive-video:not(:empty) iframe, .responsive-video:not(:empty) object, .responsive-video:not(:empty) embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; }

/* Round / Rounded / Square */
.square { border-radius: 0; }

.rounded { border-radius: 10px; }

.round { border-radius: 50px; }

/* Pagination */
.pagination { margin-bottom: 20px; }
.pagination ul { font-size: 0; padding: 0; }
.pagination ul li { display: inline-block; vertical-align: top; margin: 2px; font-size: 0.8rem; }
.pagination ul li a, .pagination ul li span { background-color: #d9d9d9; color: #fff; padding: 6px 12px 5px 12px; display: block; }
.pagination ul li a.current, .pagination ul li span.current { background: #A1C517; }
.pagination ul li span { font-weight: bold; padding: 6px 12px 5px 12px; }
.pagination i { display: none; }

.cx-box .widget_sow-editor { border: 1px solid #d9d9d9; }
.cx-box .widget_sow-editor .panel-widget-style { padding: 40px 30px; }

#signup-content { width: 1160px; margin: 0 auto; }
#signup-content .signup-welcome .h3 { padding: 0; }

.sow-icon-fontawesome { font-family: 'sow-fontawesome' !important; }

#wpadminbar .ab-icon, #wpadminbar .ab-item:before, #wpadminbar > #wp-toolbar > #wp-admin-bar-root-default .ab-icon { font-family: dashicons !important; }

.entry-content > .panel-layout > .panel-grid > .panel-grid-cell > .so-panel > div { height: 100%; }

.entry-content > .panel-layout > .panel-grid > .panel-grid-cell > .so-panel.panel-first-child.panel-last-child { height: 100%; }
.entry-content > .panel-layout > .panel-grid > .panel-grid-cell > .so-panel.panel-first-child.panel-last-child > div { height: 100%; }

img.alignright { float: right; margin: 0 0 1em 1em; }

img.alignleft { float: left; margin: 0 1em 1em 0; }

img.aligncenter { display: block; margin-left: auto; margin-right: auto; }

a img.alignright { float: right; margin: 0 0 1em 1em; }

a img.alignleft { float: left; margin: 0 1em 1em 0; }

a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }

figure.gallery-item { display: inline-block; margin: 20px; }

.custom .tp-bullet { border-radius: 5px; width: 15px; height: 15px; background: #E9E9E9; }
.custom .tp-bullet.selected { background: #9C9B9B; }

a[href^="tel:"] { font-size: 20px; color: #9C9B9B; text-decoration: none; }
a[href^="tel:"]:before { content: ''; background: url(../img/icon-phone.svg) no-repeat center; display: inline-block; height: 17px; width: 17px; margin-right: 4px; background-size: contain; }

.desktop-slider { display: block; }

.mobile-slider { display: none; }

#header-bar { border-bottom: 1px solid #d9d9d9; background: #fff; }
#header-bar .header-bar-right { display: -ms-flexbox; display: flex; }
#header-bar .header-bar-right .first-item { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; font-size: 20px; padding: 0 20px; border-left: 1px solid #d9d9d9; border-right: 1px solid #d9d9d9; }
#header-bar .header-bar-right .first-item a { line-height: 40px; color: #A1C517; }
#header-bar .header-bar-right .second-item { padding: 0 20px; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; }
#header-bar .header-bar-right .third-item { display: none; }
#header-bar .header-bar-right .third-item i { color: #A1C517; line-height: 40px; padding: 0 20px; border-right: 1px solid #d9d9d9; }
#header-bar .header-bar-left { border-right: 1px solid #d9d9d9; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-pack: end; justify-content: flex-end; padding: 7px 0; }
#header-bar .header-bar-left div { color: #777777; font-size: 15px; margin: 0 20px; }
#header-bar .header-bar-left div i { margin-right: 5px; color: #A1C517; }
#header-bar .header-bar-left div a { color: #777777; }

#masthead { padding: 20px 0; background: #fff; }
#masthead .site-contact { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; max-width: 490px; width: 100%; margin-right: auto; padding-bottom: 10px; }
#masthead .site-contact div { width: 100%; }
#masthead .site-contact div form { width: 100%; }
#masthead .site-contact div form input[type="text"]#search { border-top-left-radius: 5px; border-bottom-left-radius: 5px; border: none; background: #F9F9F9; width: 100%; }
#masthead .site-contact div form input[type="text"]#search + button { border-top-right-radius: 5px; border-bottom-right-radius: 5px; background: rgba(156, 155, 155, 0.3); }
#masthead .header-menu { padding-bottom: 10px; width: 100%; text-align: right; }
#masthead .header-menu > nav { text-align: right; display: flex; justify-content: flex-end; }
#masthead .brand-wrapper { display: -ms-flexbox; display: flex; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-align: end; align-items: flex-end; }
#masthead .brand-wrapper .site-logo { width: 100%; max-width: 350px; }
#masthead .brand-wrapper .site-logo img { border: 0; }

.language-switcher-wrapper { color: #777777; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; }
.language-switcher-wrapper .language-switcher-current { cursor: pointer; margin-right: 20px; }
.language-switcher-wrapper .language-switcher-languages { position: relative; width: 170px; }
.language-switcher-wrapper .language-switcher-languages ul { display: none; position: absolute; left: -21px; background: #fff; list-style-type: none; padding: 0 20px; margin: 0; border: 1px solid #d9d9d9; border-top: none; }
.language-switcher-wrapper .language-switcher-languages ul li { white-space: nowrap; }
.language-switcher-wrapper .language-switcher-languages ul li a { color: #777777; }
.language-switcher-wrapper img { margin-right: 10px; }

.entry-title { font-size: 28px; color: #777777; font-weight: 700; margin-bottom: 4px; text-transform: uppercase; line-height: normal; }

.base-breadcrumb a { color: #9C9B9B; font-size: 16px; text-decoration: underline; }
.base-breadcrumb span { color: #777777; font-size: 16px; }
.base-breadcrumb .separator { padding: 0 6px; }

.sticky-logo { width: 150px; }

#mobile-navigation { display: none; background: #A1C517; text-align: right; }

.mobile-btn, .mobile-search-btn { font-size: 20px; color: #fff; padding: 20px 0; display: inline-block; margin-left: 30px; text-transform: uppercase; }
.mobile-btn span, .mobile-search-btn span { margin-right: 10px; }

#navigation { margin-bottom: 30px; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
body.desktop #navigation.sticky { position: fixed; z-index: 11; margin: 0 auto; left: 0; right: 0; top: -69px; }
body.desktop #navigation.sticky .sticky-logo { padding: 10px; margin-right: 20px; height: 100%; display: flex; display: -ms-flexbox; }
body.desktop #navigation.sticky .sticky-logo a { display: flex; display: -ms-flexbox; align-items: center; -ms-flex-align: center; }
#navigation .main-nav-wrapper { position: relative; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; background: #F9F9F9; }
#navigation .main-nav-wrapper .sticky-logo { display: none; }
#navigation .main-nav-wrapper .menu-item-search { padding: 0 20px; }
#navigation .main-nav-wrapper .home-icon { margin: 21px 20px 21px 0; color: #fff; display: inline-block; border-right: 1px solid #fff; padding-right: 20px; }

.main-navigation ul { list-style-type: none; }
.main-navigation ul li { cursor: pointer; position: relative; }
.main-navigation ul li a { display: inline-block; color: #848484; text-transform: uppercase; font-weight: 500; font-size: 20px; padding: 20px 25px; text-decoration: none; }
.main-navigation > ul { list-style: none; display: -ms-flexbox; display: flex; -ms-flex-align: baseline; align-items: baseline; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin: 0; }
.main-navigation > ul > li { padding: 0; color: #fff; }
body.desktop .main-navigation > ul > li:hover > ul { display: block; position: absolute; background: #fff; top: 100%; z-index: 20; left: 0; }
.main-navigation > ul > li.current-menu-item, .main-navigation > ul > li.current-page-ancestor, .main-navigation > ul > li.current-menu-ancestor { background: #efefef; }
.main-navigation > ul > li.current-menu-item.green > a, .main-navigation > ul > li.current-page-ancestor.green > a, .main-navigation > ul > li.current-menu-ancestor.green > a { border-bottom: 1px solid #A1C517; }
.main-navigation > ul > li.current-menu-item.orange > a, .main-navigation > ul > li.current-page-ancestor.orange > a, .main-navigation > ul > li.current-menu-ancestor.orange > a { border-bottom: 1px solid #F29100; }
.main-navigation > ul > li.current-menu-item.blue > a, .main-navigation > ul > li.current-page-ancestor.blue > a, .main-navigation > ul > li.current-menu-ancestor.blue > a { border-bottom: 1px solid #009EE2; }
.main-navigation > ul > li.current-menu-item.red > a, .main-navigation > ul > li.current-page-ancestor.red > a, .main-navigation > ul > li.current-menu-ancestor.red > a { border-bottom: 1px solid #BD1622; }
.main-navigation > ul > li.current-menu-item.gray > a, .main-navigation > ul > li.current-page-ancestor.gray > a, .main-navigation > ul > li.current-menu-ancestor.gray > a { border-bottom: 1px solid #777777; }
.main-navigation > ul > li.current-menu-item.green > ul > li.current-menu-item:after, .main-navigation > ul > li.current-menu-item.green > ul > li.current-page-ancestor:after, .main-navigation > ul > li.current-menu-item.green > ul > li.current-menu-ancestor:after, .main-navigation > ul > li.current-menu-item.green > ul > li.menu-item-has-children:after, .main-navigation > ul > li.current-menu-item.orange > ul > li.current-menu-item:after, .main-navigation > ul > li.current-menu-item.orange > ul > li.current-page-ancestor:after, .main-navigation > ul > li.current-menu-item.orange > ul > li.current-menu-ancestor:after, .main-navigation > ul > li.current-menu-item.orange > ul > li.menu-item-has-children:after, .main-navigation > ul > li.current-menu-item.blue > ul > li.current-menu-item:after, .main-navigation > ul > li.current-menu-item.blue > ul > li.current-page-ancestor:after, .main-navigation > ul > li.current-menu-item.blue > ul > li.current-menu-ancestor:after, .main-navigation > ul > li.current-menu-item.blue > ul > li.menu-item-has-children:after, .main-navigation > ul > li.current-menu-item.red > ul > li.current-menu-item:after, .main-navigation > ul > li.current-menu-item.red > ul > li.current-page-ancestor:after, .main-navigation > ul > li.current-menu-item.red > ul > li.current-menu-ancestor:after, .main-navigation > ul > li.current-menu-item.red > ul > li.menu-item-has-children:after, .main-navigation > ul > li.current-page-ancestor.green > ul > li.current-menu-item:after, .main-navigation > ul > li.current-page-ancestor.green > ul > li.current-page-ancestor:after, .main-navigation > ul > li.current-page-ancestor.green > ul > li.current-menu-ancestor:after, .main-navigation > ul > li.current-page-ancestor.green > ul > li.menu-item-has-children:after, .main-navigation > ul > li.current-page-ancestor.orange > ul > li.current-menu-item:after, .main-navigation > ul > li.current-page-ancestor.orange > ul > li.current-page-ancestor:after, .main-navigation > ul > li.current-page-ancestor.orange > ul > li.current-menu-ancestor:after, .main-navigation > ul > li.current-page-ancestor.orange > ul > li.menu-item-has-children:after, .main-navigation > ul > li.current-page-ancestor.blue > ul > li.current-menu-item:after, .main-navigation > ul > li.current-page-ancestor.blue > ul > li.current-page-ancestor:after, .main-navigation > ul > li.current-page-ancestor.blue > ul > li.current-menu-ancestor:after, .main-navigation > ul > li.current-page-ancestor.blue > ul > li.menu-item-has-children:after, .main-navigation > ul > li.current-page-ancestor.red > ul > li.current-menu-item:after, .main-navigation > ul > li.current-page-ancestor.red > ul > li.current-page-ancestor:after, .main-navigation > ul > li.current-page-ancestor.red > ul > li.current-menu-ancestor:after, .main-navigation > ul > li.current-page-ancestor.red > ul > li.menu-item-has-children:after, .main-navigation > ul > li.current-menu-ancestor.green > ul > li.current-menu-item:after, .main-navigation > ul > li.current-menu-ancestor.green > ul > li.current-page-ancestor:after, .main-navigation > ul > li.current-menu-ancestor.green > ul > li.current-menu-ancestor:after, .main-navigation > ul > li.current-menu-ancestor.green > ul > li.menu-item-has-children:after, .main-navigation > ul > li.current-menu-ancestor.orange > ul > li.current-menu-item:after, .main-navigation > ul > li.current-menu-ancestor.orange > ul > li.current-page-ancestor:after, .main-navigation > ul > li.current-menu-ancestor.orange > ul > li.current-menu-ancestor:after, .main-navigation > ul > li.current-menu-ancestor.orange > ul > li.menu-item-has-children:after, .main-navigation > ul > li.current-menu-ancestor.blue > ul > li.current-menu-item:after, .main-navigation > ul > li.current-menu-ancestor.blue > ul > li.current-page-ancestor:after, .main-navigation > ul > li.current-menu-ancestor.blue > ul > li.current-menu-ancestor:after, .main-navigation > ul > li.current-menu-ancestor.blue > ul > li.menu-item-has-children:after, .main-navigation > ul > li.current-menu-ancestor.red > ul > li.current-menu-item:after, .main-navigation > ul > li.current-menu-ancestor.red > ul > li.current-page-ancestor:after, .main-navigation > ul > li.current-menu-ancestor.red > ul > li.current-menu-ancestor:after, .main-navigation > ul > li.current-menu-ancestor.red > ul > li.menu-item-has-children:after { color: #fff; }
.main-navigation > ul > li.current-menu-item.green > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-item.green > ul > li.current-page-ancestor > a, .main-navigation > ul > li.current-menu-item.green > ul > li.current-menu-ancestor > a, .main-navigation > ul > li.current-menu-item.green > ul > li.menu-item-has-children > a, .main-navigation > ul > li.current-menu-item.orange > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-item.orange > ul > li.current-page-ancestor > a, .main-navigation > ul > li.current-menu-item.orange > ul > li.current-menu-ancestor > a, .main-navigation > ul > li.current-menu-item.orange > ul > li.menu-item-has-children > a, .main-navigation > ul > li.current-menu-item.blue > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-item.blue > ul > li.current-page-ancestor > a, .main-navigation > ul > li.current-menu-item.blue > ul > li.current-menu-ancestor > a, .main-navigation > ul > li.current-menu-item.blue > ul > li.menu-item-has-children > a, .main-navigation > ul > li.current-menu-item.red > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-item.red > ul > li.current-page-ancestor > a, .main-navigation > ul > li.current-menu-item.red > ul > li.current-menu-ancestor > a, .main-navigation > ul > li.current-menu-item.red > ul > li.menu-item-has-children > a, .main-navigation > ul > li.current-page-ancestor.green > ul > li.current-menu-item > a, .main-navigation > ul > li.current-page-ancestor.green > ul > li.current-page-ancestor > a, .main-navigation > ul > li.current-page-ancestor.green > ul > li.current-menu-ancestor > a, .main-navigation > ul > li.current-page-ancestor.green > ul > li.menu-item-has-children > a, .main-navigation > ul > li.current-page-ancestor.orange > ul > li.current-menu-item > a, .main-navigation > ul > li.current-page-ancestor.orange > ul > li.current-page-ancestor > a, .main-navigation > ul > li.current-page-ancestor.orange > ul > li.current-menu-ancestor > a, .main-navigation > ul > li.current-page-ancestor.orange > ul > li.menu-item-has-children > a, .main-navigation > ul > li.current-page-ancestor.blue > ul > li.current-menu-item > a, .main-navigation > ul > li.current-page-ancestor.blue > ul > li.current-page-ancestor > a, .main-navigation > ul > li.current-page-ancestor.blue > ul > li.current-menu-ancestor > a, .main-navigation > ul > li.current-page-ancestor.blue > ul > li.menu-item-has-children > a, .main-navigation > ul > li.current-page-ancestor.red > ul > li.current-menu-item > a, .main-navigation > ul > li.current-page-ancestor.red > ul > li.current-page-ancestor > a, .main-navigation > ul > li.current-page-ancestor.red > ul > li.current-menu-ancestor > a, .main-navigation > ul > li.current-page-ancestor.red > ul > li.menu-item-has-children > a, .main-navigation > ul > li.current-menu-ancestor.green > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-ancestor.green > ul > li.current-page-ancestor > a, .main-navigation > ul > li.current-menu-ancestor.green > ul > li.current-menu-ancestor > a, .main-navigation > ul > li.current-menu-ancestor.green > ul > li.menu-item-has-children > a, .main-navigation > ul > li.current-menu-ancestor.orange > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-ancestor.orange > ul > li.current-page-ancestor > a, .main-navigation > ul > li.current-menu-ancestor.orange > ul > li.current-menu-ancestor > a, .main-navigation > ul > li.current-menu-ancestor.orange > ul > li.menu-item-has-children > a, .main-navigation > ul > li.current-menu-ancestor.blue > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-ancestor.blue > ul > li.current-page-ancestor > a, .main-navigation > ul > li.current-menu-ancestor.blue > ul > li.current-menu-ancestor > a, .main-navigation > ul > li.current-menu-ancestor.blue > ul > li.menu-item-has-children > a, .main-navigation > ul > li.current-menu-ancestor.red > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-ancestor.red > ul > li.current-page-ancestor > a, .main-navigation > ul > li.current-menu-ancestor.red > ul > li.current-menu-ancestor > a, .main-navigation > ul > li.current-menu-ancestor.red > ul > li.menu-item-has-children > a { color: #fff; }
.main-navigation > ul > li.current-menu-item.green > ul > li.current-menu-item > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-item.green > ul > li.current-page-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-item.green > ul > li.current-menu-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-item.green > ul > li.menu-item-has-children > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-item.orange > ul > li.current-menu-item > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-item.orange > ul > li.current-page-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-item.orange > ul > li.current-menu-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-item.orange > ul > li.menu-item-has-children > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-item.blue > ul > li.current-menu-item > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-item.blue > ul > li.current-page-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-item.blue > ul > li.current-menu-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-item.blue > ul > li.menu-item-has-children > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-item.red > ul > li.current-menu-item > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-item.red > ul > li.current-page-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-item.red > ul > li.current-menu-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-item.red > ul > li.menu-item-has-children > ul > li.current-menu-item > a, .main-navigation > ul > li.current-page-ancestor.green > ul > li.current-menu-item > ul > li.current-menu-item > a, .main-navigation > ul > li.current-page-ancestor.green > ul > li.current-page-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-page-ancestor.green > ul > li.current-menu-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-page-ancestor.green > ul > li.menu-item-has-children > ul > li.current-menu-item > a, .main-navigation > ul > li.current-page-ancestor.orange > ul > li.current-menu-item > ul > li.current-menu-item > a, .main-navigation > ul > li.current-page-ancestor.orange > ul > li.current-page-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-page-ancestor.orange > ul > li.current-menu-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-page-ancestor.orange > ul > li.menu-item-has-children > ul > li.current-menu-item > a, .main-navigation > ul > li.current-page-ancestor.blue > ul > li.current-menu-item > ul > li.current-menu-item > a, .main-navigation > ul > li.current-page-ancestor.blue > ul > li.current-page-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-page-ancestor.blue > ul > li.current-menu-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-page-ancestor.blue > ul > li.menu-item-has-children > ul > li.current-menu-item > a, .main-navigation > ul > li.current-page-ancestor.red > ul > li.current-menu-item > ul > li.current-menu-item > a, .main-navigation > ul > li.current-page-ancestor.red > ul > li.current-page-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-page-ancestor.red > ul > li.current-menu-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-page-ancestor.red > ul > li.menu-item-has-children > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-ancestor.green > ul > li.current-menu-item > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-ancestor.green > ul > li.current-page-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-ancestor.green > ul > li.current-menu-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-ancestor.green > ul > li.menu-item-has-children > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-ancestor.orange > ul > li.current-menu-item > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-ancestor.orange > ul > li.current-page-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-ancestor.orange > ul > li.current-menu-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-ancestor.orange > ul > li.menu-item-has-children > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-ancestor.blue > ul > li.current-menu-item > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-ancestor.blue > ul > li.current-page-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-ancestor.blue > ul > li.current-menu-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-ancestor.blue > ul > li.menu-item-has-children > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-ancestor.red > ul > li.current-menu-item > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-ancestor.red > ul > li.current-page-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-ancestor.red > ul > li.current-menu-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-ancestor.red > ul > li.menu-item-has-children > ul > li.current-menu-item > a { color: #fff; }
.main-navigation > ul > li.current-menu-item > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-item > ul > li.current-page-ancestor > a, .main-navigation > ul > li.current-menu-item > ul > li.current-menu-ancestor > a, .main-navigation > ul > li.current-page-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-page-ancestor > ul > li.current-page-ancestor > a, .main-navigation > ul > li.current-page-ancestor > ul > li.current-menu-ancestor > a, .main-navigation > ul > li.current-menu-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-ancestor > ul > li.current-page-ancestor > a, .main-navigation > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor > a { color: #9C9B9B; }
.main-navigation > ul > li.current-menu-item > ul > li.current-menu-item > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-item > ul > li.current-page-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-item > ul > li.current-menu-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-page-ancestor > ul > li.current-menu-item > ul > li.current-menu-item > a, .main-navigation > ul > li.current-page-ancestor > ul > li.current-page-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-page-ancestor > ul > li.current-menu-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-ancestor > ul > li.current-menu-item > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-ancestor > ul > li.current-page-ancestor > ul > li.current-menu-item > a, .main-navigation > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor > ul > li.current-menu-item > a { color: #9C9B9B; }
.main-navigation > ul > li.green .menu-subtitle { color: #A1C517; }
.main-navigation > ul > li.green ul.sub-menu { background: #A1C517 !important; }
.main-navigation > ul > li.green ul.sub-menu a { color: #fff; }
.main-navigation > ul > li.green ul.sub-menu a:before { background: url(../img/icon-arrow-right-white.svg) no-repeat 0px 0px; }
.main-navigation > ul > li.orange .menu-subtitle { color: #F29100; }
.main-navigation > ul > li.orange ul.sub-menu { background: #F29100 !important; }
.main-navigation > ul > li.orange ul.sub-menu a { color: #fff; }
.main-navigation > ul > li.orange ul.sub-menu a:before { background: url(../img/icon-arrow-right-white.svg) no-repeat 0px 0px; }
.main-navigation > ul > li.blue .menu-subtitle { color: #009EE2; }
.main-navigation > ul > li.blue ul.sub-menu { background: #009EE2 !important; }
.main-navigation > ul > li.blue ul.sub-menu a { color: #fff; }
.main-navigation > ul > li.blue ul.sub-menu a:before { background: url(../img/icon-arrow-right-white.svg) no-repeat 0px 0px; }
.main-navigation > ul > li.red .menu-subtitle { color: #BD1622; }
.main-navigation > ul > li.red ul.sub-menu { background: #BD1622 !important; }
.main-navigation > ul > li.red ul.sub-menu a { color: #fff; }
.main-navigation > ul > li.red ul.sub-menu a:before { background: url(../img/icon-arrow-right-white.svg) no-repeat 0px 0px; }
.main-navigation > ul > li.current-menu-ancestor > ul > li.current-menu-item > a { text-decoration: underline; }
.main-navigation > ul > li.current-menu-ancestor > ul > li.current-menu-ancestor > ul > li.current-menu-item > a { text-decoration: underline; }
.main-navigation > ul > li .sub-menu-icon { display: none; }
.main-navigation > ul > li .menu-subtitle { font-size: 16px; font-weight: 500; text-transform: none; display: block; }
.main-navigation > ul > li > ul { display: none; box-shadow: 0 -2px 14px 0 rgba(0, 0, 0, 0.11); padding: 20px 0 15px 0; }
.main-navigation > ul > li > ul > li { margin-bottom: 0; }
.main-navigation > ul > li > ul > li.menu-item-has-children:after { color: #777777; }
.main-navigation > ul > li > ul > li > a { text-transform: none; color: #777777; font-size: 16px; padding: 0; line-height: 32px; white-space: nowrap; display: inline-block; padding-right: 35px; padding-left: 20px; }
.main-navigation > ul > li > ul > li > a:before { content: ''; background: url(../img/icon-arrow-right.svg) no-repeat 0px 0px; display: inline-block; width: 6px; height: 11px; margin-right: 4px; }
body.desktop .main-navigation > ul > li > ul > li:hover > ul { display: block; position: absolute; background: #fff; left: 100%; z-index: 20; box-shadow: 0 -2px 14px 0 rgba(0, 0, 0, 0.11); top: -22px; }
.main-navigation > ul > li > ul > li:hover > a { text-decoration: underline; color: #9C9B9B; }
.main-navigation > ul > li > ul > li.menu-item-has-children:after { content: '+'; position: absolute; right: 20px; font-size: 22px; top: 4px; }
.main-navigation > ul > li > ul > li > ul { display: none; box-shadow: none; padding: 20px 0 15px 0; }
.main-navigation > ul > li > ul > li > ul > li { margin-bottom: 0; }
.main-navigation > ul > li > ul > li > ul > li > a { text-transform: none; color: #777777; font-size: 16px; padding: 0; line-height: 32px; white-space: nowrap; display: inline-block; padding-right: 35px; padding-left: 20px; }
.main-navigation > ul > li > ul > li > ul > li > a:before { content: ''; background: url(../img/icon-arrow-right.svg) no-repeat 0px 0px; display: inline-block; width: 6px; height: 11px; margin-right: 4px; }
.main-navigation > ul > li > ul > li > ul > li:hover > a { text-decoration: underline; color: #9C9B9B; }
.main-navigation > ul > li.green > ul > li.menu-item-has-children:after, .main-navigation > ul > li.orange > ul > li.menu-item-has-children:after, .main-navigation > ul > li.blue > ul > li.menu-item-has-children:after, .main-navigation > ul > li.red > ul > li.menu-item-has-children:after { color: #FFFFFF; }

.header-menu nav > ul { margin: 0; padding: 0; list-style-type: none; display: -ms-flexbox; display: flex; }
.header-menu nav > ul > li { margin-left: 30px; }
.header-menu nav > ul > li > a { color: #777777; text-decoration: none; white-space: nowrap; }
.header-menu nav > ul > li > a:before { content: ''; background: url(../img/icon-arrow-right.svg) no-repeat 0px 0px; display: inline-block; width: 6px; height: 11px; margin-right: 4px; }

#secondary { margin-top: 35px; }
#secondary > div { margin-bottom: 40px; background: #fff; padding: 20px; }
#secondary .widget-title { color: #fff; font-size: 22px; font-weight: 700; background: #777777; padding: 8px 20px; display: inline-block; }
#secondary .widget { margin-bottom: 20px; }

.widget_categories ul { padding: 0; list-style-type: none; display: -ms-flexbox; display: flex; }
.widget_categories ul > li > a { color: #777777; text-decoration: none; }
.widget_categories ul > li > a:before { content: ''; background: url(../img/icon-arrow-right.svg) no-repeat 0px 0px; display: inline-block; width: 6px; height: 11px; margin-right: 4px; }

.above-footer ul.menu { list-style-type: none; padding: 0; }
.above-footer ul.menu > li > a { text-decoration: none; color: #777777; }
.above-footer ul.menu > li > a:before { content: ''; background: url(../img/icon-arrow-right.svg) no-repeat 0px 0px; display: inline-block; width: 6px; height: 11px; margin-right: 4px; }
.above-footer ul.menu > li > ul { display: none; }
.above-footer .widget-title { font-size: 20px; font-weight: 500; color: #848484; }

#footer { background: #f9f9f9; padding: 35px 0; }
#footer .widget-title { font-size: 18px; font-weight: 700; }

#footer-bar { background: #777777; padding: 6px 0; }
#footer-bar .container { justify-content: space-between; }
#footer-bar .footer-navigation > ul { margin: 0; padding: 0; list-style-type: none; display: -ms-flexbox; display: flex; -ms-flex-pack: end; justify-content: flex-end; }
#footer-bar .footer-navigation > ul > li { margin-left: 30px; }
#footer-bar .footer-navigation > ul > li > a { color: #fff; text-decoration: none; }
#footer-bar .footer-navigation > ul > li > a:before { content: ''; background: url(../img/icon-arrow-right-white.svg) no-repeat 0px 0px; display: inline-block; width: 6px; height: 11px; margin-right: 4px; }
#footer-bar .footer-navigation .menu-item-social { color: #959595; }
#footer-bar .footer-navigation .menu-item-social a { font-size: 25px; }
#footer-bar .footer-navigation .menu-item-social a:last-of-type { border-right: 1px solid #d9d9d9; }
#footer-bar .footer-navigation .menu-item-social.menu-item-facebook a:hover, #footer-bar .footer-navigation .menu-item-social.menu-item-twitter a:hover, #footer-bar .footer-navigation .menu-item-social.menu-item-youtube a:hover, #footer-bar .footer-navigation .menu-item-social.menu-item-instagram a:hover, #footer-bar .footer-navigation .menu-item-social.menu-item-google-plus a:hover, #footer-bar .footer-navigation .menu-item-social.menu-item-xing a:hover, #footer-bar .footer-navigation .menu-item-social.menu-item-linkedin a:hover { -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; }
#footer-bar .footer-navigation .menu-item-social.menu-item-facebook a:hover { color: #3b5998; }
#footer-bar .footer-navigation .menu-item-social.menu-item-twitter a:hover { color: #00b6f1; }
#footer-bar .footer-navigation .menu-item-social.menu-item-youtube a:hover { color: #ff0000; }
#footer-bar .footer-navigation .menu-item-social.menu-item-instagram a:hover { color: #c32aa3; }
#footer-bar .footer-navigation .menu-item-social.menu-item-google-plus a:hover { color: #df4a32; }
#footer-bar .footer-navigation .menu-item-social.menu-item-xing a:hover { color: #007575; }
#footer-bar .footer-navigation .menu-item-social.menu-item-linkedin a:hover { color: #007bb6; }
#footer-bar .footer-bar-right { padding-left: 20px; font-size: 13px; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; }

.scrollToTop { line-height: normal; text-decoration: none; position: fixed; bottom: 60px; right: 40px; display: none; font-family: 'fontawesome'; border: 1px solid #A1C517; padding: 8px; height: 40px; width: 40px; text-align: center; }

#header-search-wrapper #header-search { display: -ms-inline-flexbox; display: inline-flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
#header-search-wrapper #header-search input[type="text"] { width: 200px; padding: 0 10px; }
#header-search-wrapper #header-search .search-btn { text-transform: uppercase; white-space: nowrap; display: inline-block; padding: 10px 20px; border: 1px solid #d9d9d9; color: #fff; text-transform: uppercase; background: #A1C517; cursor: pointer; }
#header-search-wrapper #header-search .search-btn:hover { background-color: rgba(161, 197, 23, 0.7); }
#header-search-wrapper form { width: 100%; max-width: 600px; }
#header-search-wrapper form input[type="text"]#search { border-top-left-radius: 5px; border-bottom-left-radius: 5px; border: none; background: #F9F9F9; width: 100%; }
#header-search-wrapper form input[type="text"]#search + button { border-top-right-radius: 5px; border-bottom-right-radius: 5px; background: rgba(156, 155, 155, 0.3); }

#navigation #header-search-wrapper { display: none; background: #fff; padding: 20px; position: absolute; right: 0; top: 100%; z-index: 1; border: 1px solid #d9d9d9; border-top: 0; }

.page-header .page-title { font-weight: 700; font-size: 34px; line-height: normal; }

.search-content { background: #F9F9F9; padding: 20px; margin-bottom: 20px; border: 1px solid #dedede; }
.search-content .entry-title { margin: 0; }
.search-content .entry-summary p { margin-bottom: 0; }

.form-wrapper input[type="text"], .form-wrapper input[type="email"], .form-wrapper input[type="tel"], .form-wrapper textarea, .wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form textarea { width: 100%; padding: 10px; margin-bottom: 10px; font-size: 14px; border: 1px solid #d9d9d9; border-radius: 5px; }
.form-wrapper .form-title, .wpcf7-form .form-title { font-weight: 700; width: 100%; margin-top: 20px; margin-bottom: 5px; }
.form-wrapper p, .wpcf7-form p { width: 100%; margin-top: 0; }
.form-wrapper .no-margin, .wpcf7-form .no-margin { margin-bottom: 0; }
.form-wrapper .form-notes-white, .wpcf7-form .form-notes-white { color: #fff; font-size: 12px; display: block; }
.form-wrapper .form-notes-black, .wpcf7-form .form-notes-black { color: #000; font-size: 12px; display: block; }
.form-wrapper input[type="submit"], .wpcf7-form input[type="submit"] { text-transform: uppercase; white-space: nowrap; display: inline-block; padding: 10px 20px; border: 1px solid #d9d9d9; color: #d9d9d9; text-transform: uppercase; background: #fff; cursor: pointer; font-size: 16px; border-radius: 5px; }

#cookie-notice { position: sticky; }
#cookie-notice .cookie-notice-container span { font-size: 16px; line-height: 22px; font-family: "latoregular", Helvetica, Arial, sans-serif; margin: 50px; }
#cookie-notice .cookie-notice-container a { color: #fff; font-weight: 200; padding: 10px 20px; font-size: 16px; background: rgba(255, 255, 255, 0.3); border-radius: 5px; display: -ms-inline-flexbox; display: inline-flex; text-decoration: none; border-width: 0; }

body.search article .entry-title a { text-decoration: none; color: #777777; }

body.single .site-main article { background: #fff; }
body.single .base-breadcrumb { margin-bottom: 30px; }

.site-image img { display: block; }
.site-image .cf_blog-style { width: calc(33.33333% - 20px); margin: 0 20px 0 0; }

#comments { padding: 30px; background: #fff; }
#comments .comment-list { list-style-type: none; padding-left: 0; }
#comments .comment-list .comment-body { margin-bottom: 30px; border-bottom: 1px solid #d9d9d9; padding-bottom: 30px; }
#comments .comment-list .comment-meta .comment-author { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; }
#comments .comment-list .comment-meta .comment-author .says { margin-left: 10px; }
#comments .comment-list .children { list-style-type: none; }
#comments .comment-form-comment label { display: block; }
#comments .comment-form-comment textarea#comment { width: 100%; border: 1px solid #d9d9d9; }
#comments .form-submit input[type="submit"] { text-transform: uppercase; white-space: nowrap; display: inline-block; padding: 10px 20px; border: 1px solid #d9d9d9; color: #d9d9d9; text-transform: uppercase; background: #fff; cursor: pointer; }
#comments .form-submit input[type="submit"]:hover { background-color: rgba(255, 255, 255, 0.7); }

.cf_blog-style { padding: 40px; background: #FBFBFB; }

a.beitrag-item-wrapper { text-decoration: none; max-width: 387px; width: 100%; display: inline-block; }
a.beitrag-item-wrapper .beitrag-item .beitrag-image { position: relative; }
a.beitrag-item-wrapper .beitrag-item .beitrag-image img { display: block; }
a.beitrag-item-wrapper .beitrag-item .beitrag-image .beitrag-text { position: absolute; top: 20px; left: 0; z-index: 10; }
a.beitrag-item-wrapper .beitrag-item .beitrag-image .beitrag-text .beitrag-category { background: #777777; color: #fff; font-size: 22px; display: table; padding: 8px 20px; }
a.beitrag-item-wrapper .beitrag-item .beitrag-image .beitrag-text .beitrag-date { padding: 8px 20px; display: table; background: #fff; font-size: 28px; color: #777777; text-transform: uppercase; }
a.beitrag-item-wrapper .beitrag-item .beitrag-content { background: #fff; padding: 30px 20px; }
a.beitrag-item-wrapper .beitrag-item .beitrag-content .beitrag-title { font-size: 18px; color: #777777; font-weight: 700; margin-bottom: 10px; display: block; line-height: 21px; }
a.beitrag-item-wrapper .beitrag-item .beitrag-content .beitrag-excerpt { font-size: 16px; line-height: 22px; display: block; }
a.beitrag-item-wrapper .beitrag-link { text-decoration: underline; }

#secondary .beitrag-content { background: #F9F9F9; }

.cx-slider-wrapper .cx-slider-content-wrapper, .cx-slider-wrapper .cx-slider-navigation { position: absolute; bottom: 20px; left: 0; z-index: 10; max-width: 1200px; width: 100%; margin: 0 auto; right: 0; }
.cx-slider-wrapper .cx-slider-arrow-next i, .cx-slider-wrapper .cx-slider-arrow-prev i { width: 50px; height: 50px; background: #A1C517; color: #fff; font-size: 30px; display: -ms-inline-flexbox; display: inline-flex; -ms-flex-pack: center; justify-content: center; -ms-flex-align: center; align-items: center; }
.cx-slider-wrapper .cx-slider-navigation { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; ms-flex-align: baseline; align-items: baseline; }
.cx-slider-wrapper .cx-slider-navigation .cx-slider-arrow-next { text-align: right; cursor: pointer; margin-right: 22px; order: 3; }
.cx-slider-wrapper .cx-slider-navigation .cx-slider-arrow-prev { cursor: pointer; margin-left: 22px; }
.cx-slider-wrapper .cx-slider-navigation .slick-dots { bottom: 20px; position: static; width: auto; }
.cx-slider-wrapper .cx-slider-navigation .slick-dots li { border: 1px solid #fff; width: 18px; height: 18px; border-radius: 50%; }
.cx-slider-wrapper .cx-slider-navigation .slick-dots li button { display: none; }
.cx-slider-wrapper .cx-slider-navigation .slick-dots li.slick-active { background: #fff; }
.cx-slider-wrapper .cx-slider-item .cx-slider-bg { background-size: cover; background-position: center center; }
.cx-slider-wrapper .cx-slider-item .cx-slider-bg > img { visibility: hidden; height: 421px; }
.cx-slider-wrapper .cx-slider-content-wrapper { top: 50px; left: 10%; }
.cx-slider-wrapper .cx-slider-content-wrapper .cx-slider-content { background: #A1C517; padding: 40px 30px; display: inline-block; }
.cx-slider-wrapper .cx-slider-content-wrapper .cx-slider-content .cx-slider-subtitle { font-size: 20px; color: #fff; line-height: normal; margin-bottom: 10px; text-transform: uppercase; }
.cx-slider-wrapper .cx-slider-content-wrapper .cx-slider-content .cx-slider-title { font-size: 34px; color: #fff; font-weight: 700; line-height: normal; margin-bottom: 20px; }
.cx-slider-wrapper .cx-slider-content-wrapper .cx-slider-content .cx-slider-button { text-transform: uppercase; white-space: nowrap; display: inline-block; padding: 10px 20px; border: 1px solid #d9d9d9; color: #fff; text-transform: uppercase; background: #A1C517; cursor: pointer; }
.cx-slider-wrapper .cx-slider-content-wrapper .cx-slider-content .cx-slider-button:hover { background-color: rgba(161, 197, 23, 0.7); }

.c2a-wrapper { display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; background: #FBFBFB; -ms-flex-align: center; align-items: center; padding: 30px 20px; }
.c2a-wrapper .c2a-left { font-size: 28px; font-weight: 700; width: 30%; line-height: 37px; }
.c2a-wrapper .c2a-left.green { color: #A1C517; }
.c2a-wrapper .c2a-left.orange { color: #F29100; }
.c2a-wrapper .c2a-left.blue { color: #009EE2; }
.c2a-wrapper .c2a-left.red { color: #BD1622; }
.c2a-wrapper .c2a-left.gray { color: #777777; }
.c2a-wrapper .c2a-image { margin-right: 16px; }
.c2a-wrapper .c2a-image img { height: 64px; width: 64px; }
.c2a-wrapper .c2a-center { width: 39%; }
.c2a-wrapper .c2a-center-title { font-size: 22px; font-weight: 700; margin-bottom: 6px; }
.c2a-wrapper .c2a-center-phone, .c2a-wrapper a[href^="tel:"] { font-size: 28px; font-weight: 700; }
.c2a-wrapper .c2a-center-phone:before, .c2a-wrapper a[href^="tel:"]:before { display: none; }
.c2a-wrapper .c2a-center-phone img, .c2a-wrapper a[href^="tel:"] img { width: 24px; margin-right: 5px; }
.c2a-wrapper .c2a-right { width: calc(30% - 64px); }
.c2a-wrapper .c2a-left-email { display: block; text-decoration: underline; color: #9C9B9B; }

.infobox-wrapper { height: 100%; display: -ms-flexbox; display: flex; }
.infobox-wrapper.color1 { background: #A1C517; }
.infobox-wrapper.color2 { background: #F29100; }
.infobox-wrapper.color3 { background: #009EE2; }
.infobox-wrapper.color4 { background: #BD1622; }
.infobox-wrapper.color5 { background: #F9F9F9; }
.infobox-wrapper.style1 { -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.infobox-wrapper.style1 > div { width: 50%; }
.infobox-wrapper.style2 { -ms-flex-wrap: wrap; flex-wrap: wrap; }
.infobox-wrapper.style2 > div { width: 100%; }
.infobox-wrapper.style2 .infobox-content { min-height: 257px; }
.infobox-wrapper.style2 .infobox-content .infobox-button { background: none; padding: 0; }
.infobox-wrapper .infobox-image { background-size: cover; background-repeat: no-repeat; }
.infobox-wrapper .infobox-image img { width: 100%; height: auto; display: block; visibility: hidden; }
.infobox-wrapper .infobox-content { padding: 40px 20px 20px 20px; color: #fff; }
.infobox-wrapper .infobox-content .infobox-title { font-size: 22px; font-weight: 700; margin-bottom: 20px; }
.infobox-wrapper .infobox-content .infobox-text { font-size: 16px; line-height: 22px; margin-bottom: 20px; }
.infobox-wrapper .infobox-content .infobox-button { color: #fff; font-weight: 700; padding: 10px 20px; font-size: 16px; background: rgba(255, 255, 255, 0.3); border-radius: 5px; display: -ms-inline-flexbox; display: inline-flex; text-decoration: none; }
.infobox-wrapper .infobox-content .infobox-button img { margin-right: 7px; }

.iconbox-wrapper { height: 100%; }
.iconbox-wrapper .iconbox-header { display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -ms-flex-align: center; align-items: center; margin-bottom: 7px; }
.iconbox-wrapper .iconbox-header .iconbox-icon { width: 30px; margin-right: 10px; font-size: 25px; color: #A1C517; }
.iconbox-wrapper .iconbox-header .iconbox-title { width: calc(100% - 50px); font-size: 22px; font-weight: 700; color: #777777; }
.iconbox-wrapper .iconbox-content { font-size: 16px; line-height: 22px; }
.iconbox-wrapper p { margin: 0; }

.aktuelles-wrapper a { margin-bottom: 31px; display: block; text-decoration: none; }
.aktuelles-wrapper a:last-child { margin-bottom: 0; }
.aktuelles-wrapper a .aktuelles-item { display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.aktuelles-wrapper a .aktuelles-item .aktuelles-image { margin-right: 20px; width: 164px; }
.aktuelles-wrapper a .aktuelles-item .aktuelles-content { width: calc(100% - 184px); }
.aktuelles-wrapper a .aktuelles-item .aktuelles-date { font-size: 16px; margin-bottom: 5px; }
.aktuelles-wrapper a .aktuelles-item .aktuelles-title { font-size: 18px; font-weight: 700; color: #777777; line-height: 21px; margin-bottom: 10px; }
.aktuelles-wrapper a .aktuelles-item .aktuelles-excerpt { font-size: 16px; line-height: 18px; display: block; color: #777777; }
.aktuelles-wrapper a .aktuelles-item .aktuelles-link { color: #9C9B9B; text-decoration: underline; }

#secondary .aktuelles-wrapper .widget-title { margin-bottom: 1em; }
#secondary .aktuelles-wrapper a .aktuelles-item .aktuelles-image { width: 140px; }
#secondary .aktuelles-wrapper a .aktuelles-item .aktuelles-excerpt { display: none; }

.contact-wrapper .widget-title { font-size: 16px; font-weight: 700; }
.contact-wrapper a { display: block; color: #777777; text-decoration: none; }
.contact-wrapper .contact-phone { font-size: 20px; }
.contact-wrapper .contact-email { color: #9C9B9B; text-decoration: underline; }

.separator-wrapper { background: #d9d9d9; display: block; }
.separator-wrapper.horizontal { width: 100%; height: 1px; }
.separator-wrapper.vertical { height: 100%; width: 1px; margin: 0 auto; }

.so-widget-sow-editor.bg-white { padding: 30px; background: #fff; border: 1px solid #d9d9d9; }

.sticky-menu-left { position: fixed; top: calc(50% - 130px); }
.sticky-menu-left a { color: #959595; display: block; }
.sticky-menu-left a:hover { -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; color: #A1C517; }
.sticky-menu-left .sticky-left-menu { border: 1px solid #d9d9d9; border-left: none; background: #fff; margin-bottom: 15px; }
.sticky-menu-left .sticky-left-menu ul { margin: 0; padding: 0 15px 0 12px; list-style: none; font-size: 0; }
.sticky-menu-left .sticky-left-menu ul li { display: block; text-align: center; padding: 8px 0; border-bottom: 1px solid #d9d9d9; }
.sticky-menu-left .sticky-left-menu ul li span { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); display: block; transform: rotate(180deg); writing-mode: tb-rl; line-height: 1.7; font-size: 13px; font-weight: 600; margin-top: 7px; }
.sticky-menu-left .sticky-left-menu ul li .fa { font-size: 20px; margin: 0; }
.sticky-menu-left .sticky-left-menu ul li:last-of-type { border-bottom: none; padding-bottom: 17px; }
.sticky-menu-left .sticky-left-menu ul li:first-of-type { padding-top: 15px; }
.sticky-menu-left .social-media-box { border: 1px solid #d9d9d9; border-left: none; background: #fff; text-align: center; padding: 5px 0; }
.sticky-menu-left .social-media-box a { -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; font-size: 22px; padding: 8px 0; border-bottom: 1px solid #d9d9d9; margin: 0 10px; }
.sticky-menu-left .social-media-box a:last-of-type { border: 0; }
.sticky-menu-left .social-media-box a:hover { color: #959595; }
.sticky-menu-left .social-media-box a:hover .fa-facebook { color: #3b5998; }
.sticky-menu-left .social-media-box a:hover .fa-twitter { color: #00b6f1; }
.sticky-menu-left .social-media-box a:hover .fa-youtube { color: #ff0000; }
.sticky-menu-left .social-media-box a:hover .fa-instagram { color: #c32aa3; }
.sticky-menu-left .social-media-box a:hover .fa-google-plus { color: #df4a32; }
.sticky-menu-left .social-media-box a:hover .fa-xing { color: #007575; }
.sticky-menu-left .social-media-box a:hover .fa-linkedin { color: #007bb6; }

.sticky-batch { position: fixed; top: calc(50% - 130px); left: calc(100% + -50px); border-right: 0; }

.sticky-phone, .sticky-email { position: absolute; display: flex; flex-wrap: nowrap; left: 0; }
.sticky-phone i, .sticky-email i { height: 50px; width: 50px; color: #fff; background: #A1C517; font-size: 20px; cursor: pointer; display: flex; justify-content: center; align-items: center; flex-shrink: 0; }

.sticky-phone { top: 0; }

.sticky-email { top: 51px; }

.sticky-email-content, .sticky-phone-content { height: 50px; padding: 0 20px; background-color: #fff; display: flex; justify-content: center; align-items: center; white-space: nowrap; }

.overview-item:not(.search-content) { margin-bottom: 20px; background: #fff; display: -ms-flexbox; display: flex; background: #F9F9F9; }
.overview-item:not(.search-content) .overview-thumb { width: 33.333%; padding-right: 20px; }
.overview-item:not(.search-content) .overview-thumb img { display: block; }
.overview-item:not(.search-content) .overview-content { width: 66.6666%; padding: 20px 20px 20px 0; }
.overview-item:not(.search-content) .overview-content h2 { margin-top: 0; margin-bottom: 15px; }
.overview-item:not(.search-content) .overview-content h2 a { text-decoration: none; }

.button-wrapper .btn-style1 a { color: #777777; text-decoration: none; }
.button-wrapper .btn-style1 a:before { content: ''; background: url(../img/icon-arrow-right.svg) no-repeat 0px 0px; display: inline-block; width: 6px; height: 11px; margin-right: 4px; }
.button-wrapper .btn-style2.center { text-align: center; }
.button-wrapper .btn-style2 img { margin-right: 7px; }
.button-wrapper .btn-style2 a { color: #fff; font-weight: 700; padding: 10px 20px; font-size: 16px; border-radius: 5px; display: -ms-inline-flexbox; display: inline-flex; text-decoration: none; }
.button-wrapper .btn-style2.green a { background: #A1C517; }
.button-wrapper .btn-style2.orange a { background: #F29100; }
.button-wrapper .btn-style2.blue a { background: #009EE2; }
.button-wrapper .btn-style2.red a { background: #BD1622; }
.button-wrapper .btn-style2.gray a { background: #777777; }
.button-wrapper .btn-style2.white30 a { background: rgba(255, 255, 255, 0.3); }
.button-wrapper .btn-style2.gray30 a { background: rgba(233, 233, 233, 0.3); color: #777777; }

.headline-wrapper .headline-title { font-weight: 300; }
.headline-wrapper .headline-title > *:first-child { display: table; line-height: normal; margin: 0; padding: 10px 20px 8px 20px; }
.headline-wrapper .headline-title.style1 > *:first-child { color: #777777; }
.headline-wrapper .headline-title.green > *:first-child { color: #A1C517; }
.headline-wrapper .headline-title.orange > *:first-child { color: #F29100; }
.headline-wrapper .headline-title.blue > *:first-child { color: #009EE2; }
.headline-wrapper .headline-title.red > *:first-child { color: #BD1622; }
.headline-wrapper .headline-title.white > *:first-child { color: #fff; }
.headline-wrapper .headline-title.fsize1 > *:first-child { font-size: 28px; }
.headline-wrapper .headline-title.fsize2 > *:first-child { font-size: 22px; }
.headline-wrapper .headline-title.fsize3 > *:first-child { font-size: 18px; }
.headline-wrapper .headline-title.text1 > *:first-child { text-transform: uppercase; }
.headline-wrapper .headline-title.text2 > *:first-child { text-transform: none; }
.headline-wrapper .headline-title.no-bg > *:first-child { background: none; padding: 0; }
.headline-wrapper .headline-title.white-bg > *:first-child { background: #fff; }
.headline-wrapper .headline-title.green-bg > *:first-child { background: #A1C517; }
.headline-wrapper .headline-title.orange-bg > *:first-child { background: #F29100; }
.headline-wrapper .headline-title.blue-bg > *:first-child { background: #009EE2; }
.headline-wrapper .headline-title.red-bg > *:first-child { background: #BD1622; }
.headline-wrapper .headline-title.gray-bg > *:first-child { background: #777777; }
.headline-wrapper .position-left { text-align: left; }
.headline-wrapper .position-center { text-align: center; }
.headline-wrapper .position-right { text-align: right; }

.video-widget-wrapper .video-widget-content { position: relative; }
.video-widget-wrapper .video-widget-content .video-title-wrapper { position: absolute; top: 30px; left: 0; z-index: 10; }
.video-widget-wrapper .video-widget-content .video-title-wrapper > div { display: table; background: #fff; font-size: 28px; font-weight: 500; text-transform: uppercase; padding: 10px 20px 10px 20px; }
.video-widget-wrapper .video-widget-content .video-title-wrapper > div:last-child { padding: 0 20px 10px 20px; }
.video-widget-wrapper .video-overlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 1; cursor: pointer; }
.video-widget-wrapper .responsive-video video { position: absolute; top: 0; width: 100%; }

.accordion-wrapper { background: #fff; }
.accordion-wrapper > h3.ui-accordion-header { position: relative; color: #777777; margin: 0; font-size: 18px; font-weight: 300; border: none; background: #fff; padding: 15px 65px 15px 0; border-top: 1px solid #F0E8E0; border-radius: 0; cursor: pointer; outline: 0; }
.accordion-wrapper > h3.ui-accordion-header span { position: absolute; right: 20px; top: 15px; }
.accordion-wrapper > h3.ui-accordion-header span.icon-inactive-accordion:after { content: ''; display: inline-block; width: 20px; height: 20px; background: url(../img/icon-arrow-down.svg) no-repeat center; background-size: contain; }
.accordion-wrapper > h3.ui-accordion-header span.icon-active-accordion:after { content: ''; display: inline-block; width: 20px; height: 20px; background: url(../img/icon-arrow-up.svg) no-repeat center; background-size: contain; }
.accordion-wrapper > h3.ui-accordion-header:first-child { border-top: none; }
.accordion-wrapper > h3.ui-accordion-header.ui-accordion-header-active { color: #777777; }
.accordion-wrapper > div.ui-accordion-content { border: none; background: #fff; font-size: 16px; color: #777777; padding: 10px 0 20px 0; border-radius: 0; line-height: 1.6em; }

.imagebox-wrapper { position: relative; }
.imagebox-wrapper.color-green .imagebox-title.style1 { color: #fff; background: #A1C517; }
.imagebox-wrapper.color-green .imagebox-title.style2 { color: #A1C517; background: #fff; }
.imagebox-wrapper.color-green .imagebox-link a { background: #A1C517; }
.imagebox-wrapper.color-orange .imagebox-title.style1 { color: #fff; background: #F29100; }
.imagebox-wrapper.color-orange .imagebox-title.style2 { color: #F29100; background: #fff; }
.imagebox-wrapper.color-orange .imagebox-link a { background: #F29100; }
.imagebox-wrapper.color-blue .imagebox-title.style1 { color: #fff; background: #009EE2; }
.imagebox-wrapper.color-blue .imagebox-title.style2 { color: #009EE2; background: #fff; }
.imagebox-wrapper.color-blue .imagebox-link a { background: #009EE2; }
.imagebox-wrapper.color-red .imagebox-title.style1 { color: #fff; background: #BD1622; }
.imagebox-wrapper.color-red .imagebox-title.style2 { color: #BD1622; background: #fff; }
.imagebox-wrapper.color-red .imagebox-link a { background: #BD1622; }
.imagebox-wrapper.color-gray .imagebox-title.style1 { color: #fff; background: #777777; }
.imagebox-wrapper.color-gray .imagebox-title.style2 { color: #777777; background: #fff; }
.imagebox-wrapper.color-gray .imagebox-link a { background: #777777; }
.imagebox-wrapper .imagebox-title.style1 { font-size: 22px; text-transform: none; }
.imagebox-wrapper .imagebox-title.style2 { font-size: 28px; text-transform: uppercase; }
.imagebox-wrapper .imagebox-image img { display: block; width: 100%; }
.imagebox-wrapper .imagebox-content { position: absolute; top: 30px; left: 0; }
.imagebox-wrapper .imagebox-content .imagebox-title { padding: 10px 20px 8px 20px; font-weight: 700; display: table; line-height: normal; }
.imagebox-wrapper .imagebox-link { position: absolute; width: 100%; bottom: 20px; text-align: center; }
.imagebox-wrapper .imagebox-link a { color: #fff; font-weight: 700; padding: 10px 20px; font-size: 16px; border-radius: 5px; display: -ms-inline-flexbox; display: inline-flex; text-decoration: none; }
.imagebox-wrapper .imagebox-link a img { margin-right: 7px; }

.mitarbeiter-wrapper { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: start; justify-content: flex-start; }
.mitarbeiter-wrapper .mitarbeiter-item { width: calc(25% - 20px); margin: 0 10px; margin-bottom: 50px; }
.mitarbeiter-wrapper .mitarbeiter-item .mitarbeiter-titel { font-size: 18px; font-weight: 700; }
.mitarbeiter-wrapper .mitarbeiter-item .mitarbeiter-content { margin: 20px 0; padding: 20px 0; border-top: 1px solid #d9d9d9; }
.mitarbeiter-wrapper .mitarbeiter-item .mitarbeiter-tel { padding-top: 20px; }
.mitarbeiter-wrapper .mitarbeiter-item .mitarbeiter-email { padding-bottom: 20px; margin-bottom: 20px; }

.glossar-header { margin-bottom: 30px; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.glossar-header span { padding: 5px 10px 5px 0; color: #009EE2; cursor: pointer; }
.glossar-header span.glossar-empty { color: #777777; cursor: default; }

.glossar-content-wrapper > div { margin-bottom: 30px; }
.glossar-content-wrapper > div > div { margin-bottom: 30px; }
.glossar-content-wrapper .glossar-title { font-size: 28px; color: #A1C517; margin-bottom: 10px; }

@media screen and (max-width: 1400px) { body.desktop .main-navigation > ul > li:nth-last-child(2) > ul > li > ul, body.desktop .main-navigation > ul > li:last-child > ul > li > ul { left: auto; right: 100%; } }
@media screen and (max-width: 1210px) { body.desktop .main-navigation > ul > li:last-child > ul > li > ul { left: 100%; right: auto; } }
@media screen and (max-width: 1024px) { #mobile-navigation { display: block; text-align: right; }
  #navigation { background: #F9F9F9; }
  #mobile-btn { display: block; }
  .main-navigation { width: 100%; }
  .main-navigation ul { display: none; }
  .main-navigation > ul.menu > li { padding: 21px 0; color: #fff; border-top: 1px solid #fff; }
  .main-navigation > ul.menu > li.current-page-ancestor > ul > li.current-menu-item > a, .main-navigation > ul.menu > li.current-menu-ancestor > ul > li.current-menu-item > a { color: #9C9B9B; }
  .main-navigation > ul.menu > li.current-page-ancestor > ul > li.current-menu-ancestor > a, .main-navigation > ul.menu > li.current-menu-ancestor > ul > li.current-menu-ancestor > a { color: #777777; }
  .main-navigation > ul.menu > li.current-page-ancestor > ul > li.current-menu-ancestor > ul > li.current-menu-item > a, .main-navigation > ul.menu > li.current-menu-ancestor > ul > li.current-menu-ancestor > ul > li.current-menu-item > a { color: #9C9B9B; }
  .main-navigation > ul.menu > li.menu-item-search { display: none; }
  .main-navigation > ul.menu > li.current-menu-item, .main-navigation > ul.menu > li.current-page-ancestor, .main-navigation > ul.menu > li.current-menu-ancestor { background: none; }
  .main-navigation > ul.menu > li a { border-right: none; padding: 0; }
  .main-navigation > ul.menu > li .sub-menu-icon { position: absolute; right: 0; display: block; }
  .main-navigation > ul.menu > li .sub-menu-icon i { color: #777777; }
  .main-navigation > ul.menu > li > ul.sub-menu { width: 100%; padding: 15px 0 0 0; box-shadow: none; background: none !important; }
  .main-navigation > ul.menu > li > ul.sub-menu > li > a { text-transform: none; color: #777777; }
  .main-navigation > ul.menu > li > ul.sub-menu > li > a:before { background: url(../img/icon-arrow-right.svg) no-repeat 0px 0px; }
  .main-navigation > ul.menu > li > ul.sub-menu > li > ul { display: none; padding: 0 0 0 15px; box-shadow: none; background: none !important; }
  .main-navigation > ul.menu > li > ul.sub-menu > li > ul > li > a { text-transform: none; color: #777777; }
  .main-navigation > ul.menu > li > ul.sub-menu > li > ul > li > a:before { background: url(../img/icon-arrow-right.svg) no-repeat 0px 0px; }
  .infobox-wrapper { max-width: 500px; margin: auto; }
  #cx-slide .cx-slider-item .cx-slider-bg { background-size: cover; background-position: center center; }
  #cx-slide .cx-slider-item .cx-slider-bg > img { visibility: visible; height: auto; }
  #cx-slide .cx-slider-item .cx-slider-bg .cx-slider-content-wrapper { position: static; width: 100%; max-width: none; }
  #cx-slide .cx-slider-item .cx-slider-bg .cx-slider-content-wrapper .cx-slider-content { width: 100%; padding-bottom: 80px; }
  .site-content { flex-direction: column; }
  .site-content > div, .site-content aside { width: calc(100% - 20px*2); }
  #secondary { margin-left: 0; }
  .site-image img { display: block; }
  .site-image > div, .site-image .cf_blog-style { width: calc(100% - 40px); margin: 0 20px; }
  .mitarbeiter-wrapper .mitarbeiter-item { width: calc(33.33% - 20px); } }
@media screen and (max-width: 768px) { #header-bar .header-bar-right .second-item { margin-right: auto; }
  #header-bar .header-bar-right .third-item { display: block; }
  #header-bar .header-bar-left { border-right: 0; padding: 0; }
  #header-bar .header-bar-left .first-item, #header-bar .header-bar-left .second-item { display: none; line-height: 40px; }
  #masthead .brand-wrapper { -ms-flex-direction: column; flex-direction: column; -ms-flex-align: center; align-items: center; }
  #masthead .site-contact { margin: 0 auto; order: 3; }
  #masthead .site-logo { order: 2; margin-bottom: 20px; }
  #masthead .header-menu { order: 1; }
  .c2a-wrapper { flex-direction: column; text-align: center; }
  .c2a-wrapper > div { width: 100% !important; margin-bottom: 20px; }
  #footer-bar { padding: 20px; }
  #footer-bar .footer-navigation > ul { display: block; }
  #footer-bar .footer-navigation > ul > li { margin: 0; }
  #footer-bar .footer-navigation > ul > li:not(.menu-item-social) { width: 100%; text-align: center; padding: 0; }
  #footer-bar .footer-navigation > ul > li:not(.menu-item-social) > a { border: 0; padding: 0; }
  .footer-bar-right { width: calc(100% - 20px * 2); justify-content: center; }
  #footer > .container > div { margin-bottom: 50px; }
  .mitarbeiter-wrapper .mitarbeiter-item { width: calc(50% - 20px); }
  .desktop-slider { display: none; }
  .mobile-slider { display: block; } }
@media screen and (max-width: 500px) { .language-switcher-wrapper .language-switcher-current span { display: none; }
  .language-switcher-wrapper .language-switcher-languages { width: 50px; }
  .mitarbeiter-wrapper .mitarbeiter-item { width: 100%; margin: 0 auto; max-width: 350px; } }
  .widget-container {
	  color: #777777; line-height: 1.7em; font-size: 16px; font-family: "latoregular", Helvetica, Arial, sans-serif; font-weight: bold; box-sizing: border-box;
	}

  .data-placeholder_GPNetto, .data-placeholder_GPBrutto, .data-placeholder_APNetto, .data-placeholder_APBrutto {
	  color: #a1c517; font-weight: bold; box-sizing: border-box; font-size: 28px;
    } 
