@media print {*{font-family:'Source Sans Pro',sans-serif!important}.sol-hide-print{display:none!important}.sol-show-print{display:block!important}header.sol-header{display:block!important}header.sol-header .sol-top{display:block!important}header.sol-header .sol-top .sv-script-portlet{display:block!important}header.sol-header .sol-top .sol-top-logo{display:block!important;padding-left:20px;margin-top:10px}header.sol-header .sol-top .sol-tool-nav{display:none!important}.sol-article-item .sol-article-item-img,.sol-news-menu,.sol-publish-info .sol-print,.font-btn,.sol-startpage-wrapper{display:none}.sol-article-item{padding-top:20px;padding-left:60px}.sol-article-item .sol-article-item-date{color:black;background:0;border-radius:0;height:40px;width:40px;left:0;top:0;padding:0}.sol-publish-info{border:0;border-top:1px solid #e5e5e5;border-radius:0;margin-top:0}.sol-article-wrapper .sv-image-portlet .sol-article-date{color:black;background-color:white}.pagecontent{padding:20px}table *{border-color:black!important;border-radius:0!important}table th p{color:black!important}table{border:1px solid black}table tr{border-bottom:1px solid black}.sv-responsiveTable--stacked__smallOnly{display:none!important}.sv-responsiveTable--stacked__largeOnly{display:table!important}#__ba_panel{display:none!important}.font-normal{font-size:13px!important}}
/**
 * Consid AB
 * Author: Annie Ekblom
 * Date: Wed Oct 11 2023 13:10:35 GMT+0200 (centraleuropeisk sommartid)
 * Build version: 4.3.3
 * Branch: master
 */

@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

main {
    display: block
}

/*!
 *  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-face {
    font-family: FontAwesome;
    src: url(/webdav/files/System/resources/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0);
    src: url(/webdav/files/System/resources/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/webdav/files/System/resources/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(/webdav/files/System/resources/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(/webdav/files/System/resources/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(/webdav/files/System/resources/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    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
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .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.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #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
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

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

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

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

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

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

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

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

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

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    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
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

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

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

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

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

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

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    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
}

.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) 50% no-repeat
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: transparent;
    color: transparent;
    outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    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")
}

.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: "←"
}

.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;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    height: 20px;
    width: 20px;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover: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: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

/*! TACHYONS v4.9.1 | http://tachyons.io */

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.border-box,
a,
article,
aside,
blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
legend,
li,
main,
nav,
ol,
p,
pre,
section,
table,
td,
textarea,
th,
tr,
ul {
    box-sizing: border-box
}

.aspect-ratio {
    height: 0;
    position: relative
}

.aspect-ratio--16x9 {
    padding-bottom: 56.25%
}

.aspect-ratio--9x16 {
    padding-bottom: 177.77%
}

.aspect-ratio--4x3 {
    padding-bottom: 75%
}

.aspect-ratio--3x4 {
    padding-bottom: 133.33%
}

.aspect-ratio--6x4 {
    padding-bottom: 66.6%
}

.aspect-ratio--4x6 {
    padding-bottom: 150%
}

.aspect-ratio--8x5 {
    padding-bottom: 62.5%
}

.aspect-ratio--5x8 {
    padding-bottom: 160%
}

.aspect-ratio--7x5 {
    padding-bottom: 71.42%
}

.aspect-ratio--5x7 {
    padding-bottom: 140%
}

.aspect-ratio--1x1 {
    padding-bottom: 100%
}

.aspect-ratio--object {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
}

.cover {
    background-size: cover !important
}

.contain {
    background-size: contain !important
}

.bg-center {
    background-position: 50%
}

.bg-center,
.bg-top {
    background-repeat: no-repeat
}

.bg-top {
    background-position: top
}

.bg-right {
    background-position: 100%
}

.bg-bottom,
.bg-right {
    background-repeat: no-repeat
}

.bg-bottom {
    background-position: bottom
}

.bg-left {
    background-repeat: no-repeat;
    background-position: 0
}

.outline {
    outline: 1px solid
}

.outline-transparent {
    outline: 1px solid transparent
}

.outline-0 {
    outline: 0
}

.ba {
    border-style: solid;
    border-width: 1px
}

.bt {
    border-top-style: solid;
    border-top-width: 1px
}

.br {
    border-right-style: solid;
    border-right-width: 1px
}

.bb {
    border-bottom-style: solid;
    border-bottom-width: 1px
}

.bl {
    border-left-style: solid;
    border-left-width: 1px
}

.bn {
    border-style: none;
    border-width: 0
}

.b--black {
    border-color: #000
}

.b--near-black {
    border-color: #111
}

.b--dark-gray {
    border-color: #333
}

.b--mid-gray {
    border-color: #555
}

.b--gray {
    border-color: #777
}

.b--silver {
    border-color: #999
}

.b--light-silver {
    border-color: #aaa
}

.b--moon-gray {
    border-color: #ccc
}

.b--light-gray {
    border-color: #eee
}

.b--near-white {
    border-color: #f4f4f4
}

.b--white {
    border-color: #fff
}

.b--white-90 {
    border-color: hsla(0, 0%, 100%, .9)
}

.b--white-80 {
    border-color: hsla(0, 0%, 100%, .8)
}

.b--white-70 {
    border-color: hsla(0, 0%, 100%, .7)
}

.b--white-60 {
    border-color: hsla(0, 0%, 100%, .6)
}

.b--white-50 {
    border-color: hsla(0, 0%, 100%, .5)
}

.b--white-40 {
    border-color: hsla(0, 0%, 100%, .4)
}

.b--white-30 {
    border-color: hsla(0, 0%, 100%, .3)
}

.b--white-20 {
    border-color: hsla(0, 0%, 100%, .2)
}

.b--white-10 {
    border-color: hsla(0, 0%, 100%, .1)
}

.b--white-05 {
    border-color: hsla(0, 0%, 100%, .05)
}

.b--white-025 {
    border-color: hsla(0, 0%, 100%, .025)
}

.b--white-0125 {
    border-color: hsla(0, 0%, 100%, .0125)
}

.b--black-90 {
    border-color: rgba(0, 0, 0, .9)
}

.b--black-80 {
    border-color: rgba(0, 0, 0, .8)
}

.b--black-70 {
    border-color: rgba(0, 0, 0, .7)
}

.b--black-60 {
    border-color: rgba(0, 0, 0, .6)
}

.b--black-50 {
    border-color: rgba(0, 0, 0, .5)
}

.b--black-40 {
    border-color: rgba(0, 0, 0, .4)
}

.b--black-30 {
    border-color: rgba(0, 0, 0, .3)
}

.b--black-20 {
    border-color: rgba(0, 0, 0, .2)
}

.b--black-10 {
    border-color: rgba(0, 0, 0, .1)
}

.b--black-05 {
    border-color: rgba(0, 0, 0, .05)
}

.b--black-025 {
    border-color: rgba(0, 0, 0, .025)
}

.b--black-0125 {
    border-color: rgba(0, 0, 0, .0125)
}

.b--dark-red {
    border-color: #e7040f
}

.b--red {
    border-color: #ff4136
}

.b--light-red {
    border-color: #ff725c
}

.b--orange {
    border-color: #ff6300
}

.b--gold {
    border-color: #ffb700
}

.b--yellow {
    border-color: gold
}

.b--light-yellow {
    border-color: #fbf1a9
}

.b--purple {
    border-color: #5e2ca5
}

.b--light-purple {
    border-color: #a463f2
}

.b--dark-pink {
    border-color: #d5008f
}

.b--hot-pink {
    border-color: #ff41b4
}

.b--pink {
    border-color: #ff80cc
}

.b--light-pink {
    border-color: #ffa3d7
}

.b--dark-green {
    border-color: #137752
}

.b--green {
    border-color: #19a974
}

.b--light-green {
    border-color: #9eebcf
}

.b--navy {
    border-color: #001b44
}

.b--dark-blue {
    border-color: #00449e
}

.b--blue {
    border-color: #357edd
}

.b--light-blue {
    border-color: #96ccff
}

.b--lightest-blue {
    border-color: #cdecff
}

.b--washed-blue {
    border-color: #f6fffe
}

.b--washed-green {
    border-color: #e8fdf5
}

.b--washed-yellow {
    border-color: #fffceb
}

.b--washed-red {
    border-color: #ffdfdf
}

.b--transparent {
    border-color: transparent
}

.b--inherit {
    border-color: inherit
}

.br0 {
    border-radius: 0
}

.br1 {
    border-radius: .125rem
}

.br2 {
    border-radius: .25rem
}

.br3 {
    border-radius: .5rem
}

.br4 {
    border-radius: 1rem
}

.br-100 {
    border-radius: 100%
}

.br-pill {
    border-radius: 9999px
}

.br--bottom {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.br--top {
    border-bottom-right-radius: 0
}

.br--right,
.br--top {
    border-bottom-left-radius: 0
}

.br--right {
    border-top-left-radius: 0
}

.br--left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.b--dotted {
    border-style: dotted
}

.b--dashed {
    border-style: dashed
}

.b--solid {
    border-style: solid
}

.b--none {
    border-style: none
}

.bw0 {
    border-width: 0
}

.bw1 {
    border-width: .125rem
}

.bw2 {
    border-width: .25rem
}

.bw3 {
    border-width: .5rem
}

.bw4 {
    border-width: 1rem
}

.bw5 {
    border-width: 2rem
}

.bt-0 {
    border-top-width: 0
}

.br-0 {
    border-right-width: 0
}

.bb-0 {
    border-bottom-width: 0
}

.bl-0 {
    border-left-width: 0
}

.shadow-1 {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2)
}

.shadow-2 {
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2)
}

.shadow-3 {
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .2)
}

.shadow-4 {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2)
}

.shadow-5 {
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .2)
}

.pre {
    overflow-x: auto;
    overflow-y: hidden;
    overflow: scroll
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.top-1 {
    top: 1rem
}

.right-1 {
    right: 1rem
}

.bottom-1 {
    bottom: 1rem
}

.left-1 {
    left: 1rem
}

.top-2 {
    top: 2rem
}

.right-2 {
    right: 2rem
}

.bottom-2 {
    bottom: 2rem
}

.left-2 {
    left: 2rem
}

.top--1 {
    top: -1rem
}

.right--1 {
    right: -1rem
}

.bottom--1 {
    bottom: -1rem
}

.left--1 {
    left: -1rem
}

.top--2 {
    top: -2rem
}

.right--2 {
    right: -2rem
}

.bottom--2 {
    bottom: -2rem
}

.left--2 {
    left: -2rem
}

.absolute--fill {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

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

.cf:after {
    clear: both
}

.cl {
    clear: left
}

.cr {
    clear: right
}

.cb {
    clear: both
}

.cn {
    clear: none
}

.dn {
    display: none
}

.di {
    display: inline
}

.db {
    display: block
}

.dib {
    display: inline-block
}

.dit {
    display: inline-table
}

.dt {
    display: table
}

.dtc {
    display: table-cell
}

.dt-row {
    display: table-row
}

.dt-row-group {
    display: table-row-group
}

.dt-column {
    display: table-column
}

.dt-column-group {
    display: table-column-group
}

.dt--fixed {
    table-layout: fixed;
    width: 100%
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.flex-auto {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0
}

.flex-none {
    flex: none
}

.flex-column {
    flex-direction: column
}

.flex-row {
    flex-direction: row
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse
}

.flex-column-reverse {
    flex-direction: column-reverse
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.items-baseline {
    align-items: baseline
}

.items-stretch {
    align-items: stretch
}

.self-start {
    align-self: flex-start
}

.self-end {
    align-self: flex-end
}

.self-center {
    align-self: center
}

.self-baseline {
    align-self: baseline
}

.self-stretch {
    align-self: stretch
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-around {
    justify-content: space-around
}

.content-start {
    align-content: flex-start
}

.content-end {
    align-content: flex-end
}

.content-center {
    align-content: center
}

.content-between {
    align-content: space-between
}

.content-around {
    align-content: space-around
}

.content-stretch {
    align-content: stretch
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-last {
    order: 99999
}

.flex-grow-0 {
    flex-grow: 0
}

.flex-grow-1 {
    flex-grow: 1
}

.flex-shrink-0 {
    flex-shrink: 0
}

.flex-shrink-1 {
    flex-shrink: 1
}

.fl {
    float: left
}

.fl,
.fr {
    _display: inline
}

.fr {
    float: right
}

.fn {
    float: none
}

.sans-serif {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif
}

.serif {
    font-family: georgia, times, serif
}

.system-sans-serif {
    font-family: sans-serif
}

.system-serif {
    font-family: serif
}

.code,
code {
    font-family: Consolas, monaco, monospace
}

.courier {
    font-family: Courier Next, courier, monospace
}

.helvetica {
    font-family: helvetica neue, helvetica, sans-serif
}

.avenir {
    font-family: avenir next, avenir, sans-serif
}

.athelas {
    font-family: athelas, georgia, serif
}

.georgia {
    font-family: georgia, serif
}

.times {
    font-family: times, serif
}

.bodoni {
    font-family: Bodoni MT, serif
}

.calisto {
    font-family: Calisto MT, serif
}

.garamond {
    font-family: garamond, serif
}

.baskerville {
    font-family: baskerville, serif
}

.i {
    font-style: italic
}

.fs-normal {
    font-style: normal
}

.normal {
    font-weight: 400
}

.b {
    font-weight: 700
}

.fw1 {
    font-weight: 100
}

.fw2 {
    font-weight: 200
}

.fw3 {
    font-weight: 300
}

.fw4 {
    font-weight: 400
}

.fw5 {
    font-weight: 500
}

.fw6 {
    font-weight: 600
}

.fw7 {
    font-weight: 700
}

.fw8 {
    font-weight: 800
}

.fw9 {
    font-weight: 900
}

.input-reset {
    -webkit-appearance: none;
    -moz-appearance: none
}

.button-reset::-moz-focus-inner,
.input-reset::-moz-focus-inner {
    border: 0;
    padding: 0
}

.h1 {
    height: 1rem
}

.h2 {
    height: 2rem
}

.h3 {
    height: 4rem
}

.h4 {
    height: 8rem
}

.h5 {
    height: 16rem
}

.h-25 {
    height: 25%
}

.h-50 {
    height: 50%
}

.h-75 {
    height: 75%
}

.h-100 {
    height: 100%
}

.min-h-100 {
    min-height: 100%
}

.vh-25 {
    height: 25vh
}

.vh-50 {
    height: 50vh
}

.vh-75 {
    height: 75vh
}

.vh-100 {
    height: 100vh
}

.min-vh-100 {
    min-height: 100vh
}

.h-auto {
    height: auto
}

.h-inherit {
    height: inherit
}

.tracked {
    letter-spacing: .1em
}

.tracked-tight {
    letter-spacing: -.05em
}

.tracked-mega {
    letter-spacing: .25em
}

.lh-solid {
    line-height: 1
}

.lh-title {
    line-height: 1.25
}

.lh-copy {
    line-height: 1.5
}

.link {
    text-decoration: none
}

.link,
.link:active,
.link:focus,
.link:hover,
.link:link,
.link:visited {
    transition: color .15s ease-in
}

.link:focus {
    outline: 1px dotted currentColor
}

.list {
    list-style-type: none
}

.mw-100 {
    max-width: 100%
}

.mw1 {
    max-width: 1rem
}

.mw2 {
    max-width: 2rem
}

.mw3 {
    max-width: 4rem
}

.mw4 {
    max-width: 8rem
}

.mw5 {
    max-width: 16rem
}

.mw6 {
    max-width: 32rem
}

.mw7 {
    max-width: 48rem
}

.mw8 {
    max-width: 64rem
}

.mw9 {
    max-width: 96rem
}

.mw-none {
    max-width: none
}

.w1 {
    width: 1rem
}

.w2 {
    width: 2rem
}

.w3 {
    width: 4rem
}

.w4 {
    width: 8rem
}

.w5 {
    width: 16rem
}

.w-10 {
    width: 10%
}

.w-20 {
    width: 20%
}

.w-25 {
    width: 25%
}

.w-30 {
    width: 30%
}

.w-33 {
    width: 33%
}

.w-34 {
    width: 34%
}

.w-40 {
    width: 40%
}

.w-50 {
    width: 50%
}

.w-60 {
    width: 60%
}

.w-70 {
    width: 70%
}

.w-75 {
    width: 75%
}

.w-80 {
    width: 80%
}

.w-90 {
    width: 90%
}

.w-100 {
    width: 100%
}

.w-third {
    width: 33.33333%
}

.w-two-thirds {
    width: 66.66667%
}

.w-auto {
    width: auto
}

.overflow-visible {
    overflow: visible
}

.overflow-hidden {
    overflow: hidden
}

.overflow-scroll {
    overflow: scroll
}

.overflow-auto {
    overflow: auto
}

.overflow-x-visible {
    overflow-x: visible
}

.overflow-x-hidden {
    overflow-x: hidden
}

.overflow-x-scroll {
    overflow-x: scroll
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-visible {
    overflow-y: visible
}

.overflow-y-hidden {
    overflow-y: hidden
}

.overflow-y-scroll {
    overflow-y: scroll
}

.overflow-y-auto {
    overflow-y: auto
}

.static {
    position: static
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.fixed {
    position: fixed
}

.o-100 {
    opacity: 1
}

.o-90 {
    opacity: .9
}

.o-80 {
    opacity: .8
}

.o-70 {
    opacity: .7
}

.o-60 {
    opacity: .6
}

.o-50 {
    opacity: .5
}

.o-40 {
    opacity: .4
}

.o-30 {
    opacity: .3
}

.o-20 {
    opacity: .2
}

.o-10 {
    opacity: .1
}

.o-05 {
    opacity: .05
}

.o-025 {
    opacity: .025
}

.o-0 {
    opacity: 0
}

.rotate-45 {
    transform: rotate(45deg)
}

.rotate-90 {
    transform: rotate(90deg)
}

.rotate-135 {
    transform: rotate(135deg)
}

.rotate-180 {
    transform: rotate(180deg)
}

.rotate-225 {
    transform: rotate(225deg)
}

.rotate-270 {
    transform: rotate(270deg)
}

.rotate-315 {
    transform: rotate(315deg)
}

.black-90 {
    color: rgba(0, 0, 0, .9)
}

.black-80 {
    color: rgba(0, 0, 0, .8)
}

.black-70 {
    color: rgba(0, 0, 0, .7)
}

.black-60 {
    color: rgba(0, 0, 0, .6)
}

.black-50 {
    color: rgba(0, 0, 0, .5)
}

.black-40 {
    color: rgba(0, 0, 0, .4)
}

.black-30 {
    color: rgba(0, 0, 0, .3)
}

.black-20 {
    color: rgba(0, 0, 0, .2)
}

.black-10 {
    color: rgba(0, 0, 0, .1)
}

.black-05 {
    color: rgba(0, 0, 0, .05)
}

.white-90 {
    color: hsla(0, 0%, 100%, .9)
}

.white-80 {
    color: hsla(0, 0%, 100%, .8)
}

.white-70 {
    color: hsla(0, 0%, 100%, .7)
}

.white-60 {
    color: hsla(0, 0%, 100%, .6)
}

.white-50 {
    color: hsla(0, 0%, 100%, .5)
}

.white-40 {
    color: hsla(0, 0%, 100%, .4)
}

.white-30 {
    color: hsla(0, 0%, 100%, .3)
}

.white-20 {
    color: hsla(0, 0%, 100%, .2)
}

.white-10 {
    color: hsla(0, 0%, 100%, .1)
}

.black {
    color: #000
}

.near-black {
    color: #111
}

.dark-gray {
    color: #333
}

.mid-gray {
    color: #555
}

.gray {
    color: #777
}

.silver {
    color: #999
}

.light-silver {
    color: #aaa
}

.moon-gray {
    color: #ccc
}

.light-gray {
    color: #eee
}

.near-white {
    color: #f4f4f4
}

.white {
    color: #fff
}

.dark-red {
    color: #e7040f
}

.red {
    color: #ff4136
}

.beige {
    color: #f6f6f4
}

.light-red {
    color: #ff725c
}

.orange {
    color: #ff6300
}

.gold {
    color: #ffb700
}

.yellow {
    color: gold
}

.light-yellow {
    color: #fbf1a9
}

.purple {
    color: #5e2ca5
}

.light-purple {
    color: #a463f2
}

.dark-pink {
    color: #d5008f
}

.hot-pink {
    color: #ff41b4
}

.pink {
    color: #ff80cc
}

.light-pink {
    color: #ffa3d7
}

.dark-green {
    color: #137752
}

.green {
    color: #19a974
}

.light-green {
    color: #9eebcf
}

.navy {
    color: #001b44
}

.dark-blue {
    color: #00449e
}

.blue {
    color: #357edd
}

.light-blue {
    color: #96ccff
}

.lightest-blue {
    color: #cdecff
}

.washed-blue {
    color: #f6fffe
}

.washed-green {
    color: #e8fdf5
}

.washed-yellow {
    color: #fffceb
}

.washed-red {
    color: #ffdfdf
}

.color-inherit {
    color: inherit
}

.bg-black-90 {
    background-color: rgba(0, 0, 0, .9)
}

.bg-black-80 {
    background-color: rgba(0, 0, 0, .8)
}

.bg-black-70 {
    background-color: rgba(0, 0, 0, .7)
}

.bg-black-60 {
    background-color: rgba(0, 0, 0, .6)
}

.bg-black-50 {
    background-color: rgba(0, 0, 0, .5)
}

.bg-black-40 {
    background-color: rgba(0, 0, 0, .4)
}

.bg-black-30 {
    background-color: rgba(0, 0, 0, .3)
}

.bg-black-20 {
    background-color: rgba(0, 0, 0, .2)
}

.bg-black-10 {
    background-color: rgba(0, 0, 0, .1)
}

.bg-black-05 {
    background-color: rgba(0, 0, 0, .05)
}

.bg-white-90 {
    background-color: hsla(0, 0%, 100%, .9)
}

.bg-white-80 {
    background-color: hsla(0, 0%, 100%, .8)
}

.bg-white-70 {
    background-color: hsla(0, 0%, 100%, .7)
}

.bg-white-60 {
    background-color: hsla(0, 0%, 100%, .6)
}

.bg-white-50 {
    background-color: hsla(0, 0%, 100%, .5)
}

.bg-white-40 {
    background-color: hsla(0, 0%, 100%, .4)
}

.bg-white-30 {
    background-color: hsla(0, 0%, 100%, .3)
}

.bg-white-20 {
    background-color: hsla(0, 0%, 100%, .2)
}

.bg-white-10 {
    background-color: hsla(0, 0%, 100%, .1)
}

.bg-black {
    background-color: #000
}

.bg-near-black {
    background-color: #111
}

.bg-dark-gray {
    background-color: #333
}

.bg-mid-gray {
    background-color: #555
}

.bg-gray {
    background-color: #777
}

.bg-silver {
    background-color: #999
}

.bg-light-silver {
    background-color: #aaa
}

.bg-moon-gray {
    background-color: #ccc
}

.bg-light-gray {
    background-color: #eee
}

.bg-near-white {
    background-color: #f4f4f4
}

.bg-white {
    background-color: #fff
}

.bg-transparent {
    background-color: transparent
}

.bg-dark-red {
    background-color: #e7040f
}

.bg-red {
    background-color: #ff4136
}

.bg-light-red {
    background-color: #ff725c
}

.bg-orange {
    background-color: #ff6300
}

.bg-gold {
    background-color: #ffb700
}

.bg-yellow {
    background-color: gold
}

.bg-light-yellow {
    background-color: #fbf1a9
}

.bg-purple {
    background-color: #5e2ca5
}

.bg-light-purple {
    background-color: #a463f2
}

.bg-dark-pink {
    background-color: #d5008f
}

.bg-hot-pink {
    background-color: #ff41b4
}

.bg-pink {
    background-color: #ff80cc
}

.bg-light-pink {
    background-color: #ffa3d7
}

.bg-dark-green {
    background-color: #137752
}

.bg-green {
    background-color: #19a974
}

.bg-light-green {
    background-color: #9eebcf
}

.bg-navy {
    background-color: #001b44
}

.bg-dark-blue {
    background-color: #00449e
}

.bg-blue {
    background-color: #357edd
}

.bg-light-blue {
    background-color: #96ccff
}

.bg-lightest-blue {
    background-color: #cdecff
}

.bg-washed-blue {
    background-color: #f6fffe
}

.bg-washed-green {
    background-color: #e8fdf5
}

.bg-washed-yellow {
    background-color: #fffceb
}

.bg-washed-red {
    background-color: #ffdfdf
}

.bg-inherit {
    background-color: inherit
}

.hover-black:focus,
.hover-black:hover {
    color: #000
}

.hover-near-black:focus,
.hover-near-black:hover {
    color: #111
}

.hover-dark-gray:focus,
.hover-dark-gray:hover {
    color: #333
}

.hover-mid-gray:focus,
.hover-mid-gray:hover {
    color: #555
}

.hover-gray:focus,
.hover-gray:hover {
    color: #777
}

.hover-silver:focus,
.hover-silver:hover {
    color: #999
}

.hover-light-silver:focus,
.hover-light-silver:hover {
    color: #aaa
}

.hover-moon-gray:focus,
.hover-moon-gray:hover {
    color: #ccc
}

.hover-light-gray:focus,
.hover-light-gray:hover {
    color: #eee
}

.hover-near-white:focus,
.hover-near-white:hover {
    color: #f4f4f4
}

.hover-white:focus,
.hover-white:hover {
    color: #fff
}

.hover-black-90:focus,
.hover-black-90:hover {
    color: rgba(0, 0, 0, .9)
}

.hover-black-80:focus,
.hover-black-80:hover {
    color: rgba(0, 0, 0, .8)
}

.hover-black-70:focus,
.hover-black-70:hover {
    color: rgba(0, 0, 0, .7)
}

.hover-black-60:focus,
.hover-black-60:hover {
    color: rgba(0, 0, 0, .6)
}

.hover-black-50:focus,
.hover-black-50:hover {
    color: rgba(0, 0, 0, .5)
}

.hover-black-40:focus,
.hover-black-40:hover {
    color: rgba(0, 0, 0, .4)
}

.hover-black-30:focus,
.hover-black-30:hover {
    color: rgba(0, 0, 0, .3)
}

.hover-black-20:focus,
.hover-black-20:hover {
    color: rgba(0, 0, 0, .2)
}

.hover-black-10:focus,
.hover-black-10:hover {
    color: rgba(0, 0, 0, .1)
}

.hover-white-90:focus,
.hover-white-90:hover {
    color: hsla(0, 0%, 100%, .9)
}

.hover-white-80:focus,
.hover-white-80:hover {
    color: hsla(0, 0%, 100%, .8)
}

.hover-white-70:focus,
.hover-white-70:hover {
    color: hsla(0, 0%, 100%, .7)
}

.hover-white-60:focus,
.hover-white-60:hover {
    color: hsla(0, 0%, 100%, .6)
}

.hover-white-50:focus,
.hover-white-50:hover {
    color: hsla(0, 0%, 100%, .5)
}

.hover-white-40:focus,
.hover-white-40:hover {
    color: hsla(0, 0%, 100%, .4)
}

.hover-white-30:focus,
.hover-white-30:hover {
    color: hsla(0, 0%, 100%, .3)
}

.hover-white-20:focus,
.hover-white-20:hover {
    color: hsla(0, 0%, 100%, .2)
}

.hover-white-10:focus,
.hover-white-10:hover {
    color: hsla(0, 0%, 100%, .1)
}

.hover-inherit:focus,
.hover-inherit:hover {
    color: inherit
}

.hover-bg-black:focus,
.hover-bg-black:hover {
    background-color: #000
}

.hover-bg-near-black:focus,
.hover-bg-near-black:hover {
    background-color: #111
}

.hover-bg-dark-gray:focus,
.hover-bg-dark-gray:hover {
    background-color: #333
}

.hover-bg-mid-gray:focus,
.hover-bg-mid-gray:hover {
    background-color: #555
}

.hover-bg-gray:focus,
.hover-bg-gray:hover {
    background-color: #777
}

.hover-bg-silver:focus,
.hover-bg-silver:hover {
    background-color: #999
}

.hover-bg-light-silver:focus,
.hover-bg-light-silver:hover {
    background-color: #aaa
}

.hover-bg-moon-gray:focus,
.hover-bg-moon-gray:hover {
    background-color: #ccc
}

.hover-bg-light-gray:focus,
.hover-bg-light-gray:hover {
    background-color: #eee
}

.hover-bg-near-white:focus,
.hover-bg-near-white:hover {
    background-color: #f4f4f4
}

.hover-bg-white:focus,
.hover-bg-white:hover {
    background-color: #fff
}

.hover-bg-transparent:focus,
.hover-bg-transparent:hover {
    background-color: transparent
}

.hover-bg-black-90:focus,
.hover-bg-black-90:hover {
    background-color: rgba(0, 0, 0, .9)
}

.hover-bg-black-80:focus,
.hover-bg-black-80:hover {
    background-color: rgba(0, 0, 0, .8)
}

.hover-bg-black-70:focus,
.hover-bg-black-70:hover {
    background-color: rgba(0, 0, 0, .7)
}

.hover-bg-black-60:focus,
.hover-bg-black-60:hover {
    background-color: rgba(0, 0, 0, .6)
}

.hover-bg-black-50:focus,
.hover-bg-black-50:hover {
    background-color: rgba(0, 0, 0, .5)
}

.hover-bg-black-40:focus,
.hover-bg-black-40:hover {
    background-color: rgba(0, 0, 0, .4)
}

.hover-bg-black-30:focus,
.hover-bg-black-30:hover {
    background-color: rgba(0, 0, 0, .3)
}

.hover-bg-black-20:focus,
.hover-bg-black-20:hover {
    background-color: rgba(0, 0, 0, .2)
}

.hover-bg-black-10:focus,
.hover-bg-black-10:hover {
    background-color: rgba(0, 0, 0, .1)
}

.hover-bg-white-90:focus,
.hover-bg-white-90:hover {
    background-color: hsla(0, 0%, 100%, .9)
}

.hover-bg-white-80:focus,
.hover-bg-white-80:hover {
    background-color: hsla(0, 0%, 100%, .8)
}

.hover-bg-white-70:focus,
.hover-bg-white-70:hover {
    background-color: hsla(0, 0%, 100%, .7)
}

.hover-bg-white-60:focus,
.hover-bg-white-60:hover {
    background-color: hsla(0, 0%, 100%, .6)
}

.hover-bg-white-50:focus,
.hover-bg-white-50:hover {
    background-color: hsla(0, 0%, 100%, .5)
}

.hover-bg-white-40:focus,
.hover-bg-white-40:hover {
    background-color: hsla(0, 0%, 100%, .4)
}

.hover-bg-white-30:focus,
.hover-bg-white-30:hover {
    background-color: hsla(0, 0%, 100%, .3)
}

.hover-bg-white-20:focus,
.hover-bg-white-20:hover {
    background-color: hsla(0, 0%, 100%, .2)
}

.hover-bg-white-10:focus,
.hover-bg-white-10:hover {
    background-color: hsla(0, 0%, 100%, .1)
}

.hover-dark-red:focus,
.hover-dark-red:hover {
    color: #e7040f
}

.hover-red:focus,
.hover-red:hover {
    color: #ff4136
}

.hover-light-red:focus,
.hover-light-red:hover {
    color: #ff725c
}

.hover-orange:focus,
.hover-orange:hover {
    color: #ff6300
}

.hover-gold:focus,
.hover-gold:hover {
    color: #ffb700
}

.hover-yellow:focus,
.hover-yellow:hover {
    color: gold
}

.hover-light-yellow:focus,
.hover-light-yellow:hover {
    color: #fbf1a9
}

.hover-purple:focus,
.hover-purple:hover {
    color: #5e2ca5
}

.hover-light-purple:focus,
.hover-light-purple:hover {
    color: #a463f2
}

.hover-dark-pink:focus,
.hover-dark-pink:hover {
    color: #d5008f
}

.hover-hot-pink:focus,
.hover-hot-pink:hover {
    color: #ff41b4
}

.hover-pink:focus,
.hover-pink:hover {
    color: #ff80cc
}

.hover-light-pink:focus,
.hover-light-pink:hover {
    color: #ffa3d7
}

.hover-dark-green:focus,
.hover-dark-green:hover {
    color: #137752
}

.hover-green:focus,
.hover-green:hover {
    color: #19a974
}

.hover-light-green:focus,
.hover-light-green:hover {
    color: #9eebcf
}

.hover-navy:focus,
.hover-navy:hover {
    color: #001b44
}

.hover-dark-blue:focus,
.hover-dark-blue:hover {
    color: #00449e
}

.hover-blue:focus,
.hover-blue:hover {
    color: #357edd
}

.hover-light-blue:focus,
.hover-light-blue:hover {
    color: #96ccff
}

.hover-lightest-blue:focus,
.hover-lightest-blue:hover {
    color: #cdecff
}

.hover-washed-blue:focus,
.hover-washed-blue:hover {
    color: #f6fffe
}

.hover-washed-green:focus,
.hover-washed-green:hover {
    color: #e8fdf5
}

.hover-washed-yellow:focus,
.hover-washed-yellow:hover {
    color: #fffceb
}

.hover-washed-red:focus,
.hover-washed-red:hover {
    color: #ffdfdf
}

.hover-bg-dark-red:focus,
.hover-bg-dark-red:hover {
    background-color: #e7040f
}

.hover-bg-red:focus,
.hover-bg-red:hover {
    background-color: #ff4136
}

.hover-bg-light-red:focus,
.hover-bg-light-red:hover {
    background-color: #ff725c
}

.hover-bg-orange:focus,
.hover-bg-orange:hover {
    background-color: #ff6300
}

.hover-bg-gold:focus,
.hover-bg-gold:hover {
    background-color: #ffb700
}

.hover-bg-yellow:focus,
.hover-bg-yellow:hover {
    background-color: gold
}

.hover-bg-light-yellow:focus,
.hover-bg-light-yellow:hover {
    background-color: #fbf1a9
}

.hover-bg-purple:focus,
.hover-bg-purple:hover {
    background-color: #5e2ca5
}

.hover-bg-light-purple:focus,
.hover-bg-light-purple:hover {
    background-color: #a463f2
}

.hover-bg-dark-pink:focus,
.hover-bg-dark-pink:hover {
    background-color: #d5008f
}

.hover-bg-hot-pink:focus,
.hover-bg-hot-pink:hover {
    background-color: #ff41b4
}

.hover-bg-pink:focus,
.hover-bg-pink:hover {
    background-color: #ff80cc
}

.hover-bg-light-pink:focus,
.hover-bg-light-pink:hover {
    background-color: #ffa3d7
}

.hover-bg-dark-green:focus,
.hover-bg-dark-green:hover {
    background-color: #137752
}

.hover-bg-green:focus,
.hover-bg-green:hover {
    background-color: #19a974
}

.hover-bg-light-green:focus,
.hover-bg-light-green:hover {
    background-color: #9eebcf
}

.hover-bg-navy:focus,
.hover-bg-navy:hover {
    background-color: #001b44
}

.hover-bg-dark-blue:focus,
.hover-bg-dark-blue:hover {
    background-color: #00449e
}

.hover-bg-blue:focus,
.hover-bg-blue:hover {
    background-color: #357edd
}

.hover-bg-light-blue:focus,
.hover-bg-light-blue:hover {
    background-color: #96ccff
}

.hover-bg-lightest-blue:focus,
.hover-bg-lightest-blue:hover {
    background-color: #cdecff
}

.hover-bg-washed-blue:focus,
.hover-bg-washed-blue:hover {
    background-color: #f6fffe
}

.hover-bg-washed-green:focus,
.hover-bg-washed-green:hover {
    background-color: #e8fdf5
}

.hover-bg-washed-yellow:focus,
.hover-bg-washed-yellow:hover {
    background-color: #fffceb
}

.hover-bg-washed-red:focus,
.hover-bg-washed-red:hover {
    background-color: #ffdfdf
}

.hover-bg-inherit:focus,
.hover-bg-inherit:hover {
    background-color: inherit
}

.pa0 {
    padding: 0
}

.pa1 {
    padding: .25rem
}

.pa2 {
    padding: .5rem
}

.pa3 {
    padding: 1rem
}

.pa4 {
    padding: 2rem
}

.pa5 {
    padding: 4rem
}

.pa6 {
    padding: 8rem
}

.pa7 {
    padding: 16rem
}

.pl0 {
    padding-left: 0
}

.pl1 {
    padding-left: .25rem
}

.pl2 {
    padding-left: .5rem
}

.pl3 {
    padding-left: 1rem
}

.pl4 {
    padding-left: 2rem
}

.pl5 {
    padding-left: 4rem
}

.pl6 {
    padding-left: 8rem
}

.pl7 {
    padding-left: 16rem
}

.pr0 {
    padding-right: 0
}

.pr1 {
    padding-right: .25rem
}

.pr2 {
    padding-right: .5rem
}

.pr3 {
    padding-right: 1rem
}

.pr4 {
    padding-right: 2rem
}

.pr5 {
    padding-right: 4rem
}

.pr6 {
    padding-right: 8rem
}

.pr7 {
    padding-right: 16rem
}

.pb0 {
    padding-bottom: 0
}

.pb1 {
    padding-bottom: .25rem
}

.pb2 {
    padding-bottom: .5rem
}

.pb3 {
    padding-bottom: 1rem
}

.pb4 {
    padding-bottom: 2rem
}

.pb5 {
    padding-bottom: 4rem
}

.pb6 {
    padding-bottom: 8rem
}

.pb7 {
    padding-bottom: 16rem
}

.pt0 {
    padding-top: 0
}

.pt1 {
    padding-top: .25rem
}

.pt2 {
    padding-top: .5rem
}

.pt3 {
    padding-top: 1rem
}

.pt4 {
    padding-top: 2rem
}

.pt5 {
    padding-top: 4rem
}

.pt6 {
    padding-top: 8rem
}

.pt7 {
    padding-top: 16rem
}

.pv0 {
    padding-top: 0;
    padding-bottom: 0
}

.pv1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.pv2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.pv3 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.pv4 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.pv5 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.pv6 {
    padding-top: 8rem;
    padding-bottom: 8rem
}

.pv7 {
    padding-top: 16rem;
    padding-bottom: 16rem
}

.ph0 {
    padding-left: 0;
    padding-right: 0
}

.ph1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.ph2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.ph3 {
    padding-left: 1rem;
    padding-right: 1rem
}

.ph4 {
    padding-left: 2rem;
    padding-right: 2rem
}

.ph5 {
    padding-left: 4rem;
    padding-right: 4rem
}

.ph6 {
    padding-left: 8rem;
    padding-right: 8rem
}

.ph7 {
    padding-left: 16rem;
    padding-right: 16rem
}

.ma0 {
    margin: 0
}

.ma1 {
    margin: .25rem
}

.ma2 {
    margin: .5rem
}

.ma3 {
    margin: 1rem
}

.ma4 {
    margin: 2rem
}

.ma5 {
    margin: 4rem
}

.ma6 {
    margin: 8rem
}

.ma7 {
    margin: 16rem
}

.ml0 {
    margin-left: 0
}

.ml1 {
    margin-left: .25rem
}

.ml2 {
    margin-left: .5rem
}

.ml3 {
    margin-left: 1rem
}

.ml4 {
    margin-left: 2rem
}

.ml5 {
    margin-left: 4rem
}

.ml6 {
    margin-left: 8rem
}

.ml7 {
    margin-left: 16rem
}

.mr0 {
    margin-right: 0
}

.mr1 {
    margin-right: .25rem
}

.mr2 {
    margin-right: .5rem
}

.mr3 {
    margin-right: 1rem
}

.mr4 {
    margin-right: 2rem
}

.mr5 {
    margin-right: 4rem
}

.mr6 {
    margin-right: 8rem
}

.mr7 {
    margin-right: 16rem
}

.mb0 {
    margin-bottom: 0
}

.mb1 {
    margin-bottom: .25rem
}

.mb2 {
    margin-bottom: .5rem
}

.mb3 {
    margin-bottom: 1rem
}

.mb4 {
    margin-bottom: 2rem
}

.mb5 {
    margin-bottom: 4rem
}

.mb6 {
    margin-bottom: 8rem
}

.mb7 {
    margin-bottom: 16rem
}

.mt0 {
    margin-top: 0
}

.mt1 {
    margin-top: .25rem
}

.mt2 {
    margin-top: .5rem
}

.mt3 {
    margin-top: 1rem
}

.mt4 {
    margin-top: 2rem
}

.mt5 {
    margin-top: 4rem
}

.mt6 {
    margin-top: 8rem
}

.mt7 {
    margin-top: 16rem
}

.mv0 {
    margin-top: 0;
    margin-bottom: 0
}

.mv1 {
    margin-top: .25rem;
    margin-bottom: .25rem
}

.mv2 {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.mv3 {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.mv4 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.mv5 {
    margin-top: 4rem;
    margin-bottom: 4rem
}

.mv6 {
    margin-top: 8rem;
    margin-bottom: 8rem
}

.mv7 {
    margin-top: 16rem;
    margin-bottom: 16rem
}

.mh0 {
    margin-left: 0;
    margin-right: 0
}

.mh1 {
    margin-left: .25rem;
    margin-right: .25rem
}

.mh2 {
    margin-left: .5rem;
    margin-right: .5rem
}

.mh3 {
    margin-left: 1rem;
    margin-right: 1rem
}

.mh4 {
    margin-left: 2rem;
    margin-right: 2rem
}

.mh5 {
    margin-left: 4rem;
    margin-right: 4rem
}

.mh6 {
    margin-left: 8rem;
    margin-right: 8rem
}

.mh7 {
    margin-left: 16rem;
    margin-right: 16rem
}

.na1 {
    margin: -.25rem
}

.na2 {
    margin: -.5rem
}

.na3 {
    margin: -1rem
}

.na4 {
    margin: -2rem
}

.na5 {
    margin: -4rem
}

.na6 {
    margin: -8rem
}

.na7 {
    margin: -16rem
}

.nl1 {
    margin-left: -.25rem
}

.nl2 {
    margin-left: -.5rem
}

.nl3 {
    margin-left: -1rem
}

.nl4 {
    margin-left: -2rem
}

.nl5 {
    margin-left: -4rem
}

.nl6 {
    margin-left: -8rem
}

.nl7 {
    margin-left: -16rem
}

.nr1 {
    margin-right: -.25rem
}

.nr2 {
    margin-right: -.5rem
}

.nr3 {
    margin-right: -1rem
}

.nr4 {
    margin-right: -2rem
}

.nr5 {
    margin-right: -4rem
}

.nr6 {
    margin-right: -8rem
}

.nr7 {
    margin-right: -16rem
}

.nb1 {
    margin-bottom: -.25rem
}

.nb2 {
    margin-bottom: -.5rem
}

.nb3 {
    margin-bottom: -1rem
}

.nb4 {
    margin-bottom: -2rem
}

.nb5 {
    margin-bottom: -4rem
}

.nb6 {
    margin-bottom: -8rem
}

.nb7 {
    margin-bottom: -16rem
}

.nt1 {
    margin-top: -.25rem
}

.nt2 {
    margin-top: -.5rem
}

.nt3 {
    margin-top: -1rem
}

.nt4 {
    margin-top: -2rem
}

.nt5 {
    margin-top: -4rem
}

.nt6 {
    margin-top: -8rem
}

.nt7 {
    margin-top: -16rem
}

.collapse {
    border-collapse: collapse;
    border-spacing: 0
}

.striped--light-silver:nth-child(odd) {
    background-color: #aaa
}

.striped--moon-gray:nth-child(odd) {
    background-color: #ccc
}

.striped--light-gray:nth-child(odd) {
    background-color: #eee
}

.striped--near-white:nth-child(odd) {
    background-color: #f4f4f4
}

.stripe-light:nth-child(odd) {
    background-color: hsla(0, 0%, 100%, .1)
}

.stripe-dark:nth-child(odd) {
    background-color: rgba(0, 0, 0, .1)
}

.strike {
    text-decoration: line-through
}

.underline {
    text-decoration: underline
}

.no-underline {
    text-decoration: none
}

.tl {
    text-align: left
}

.tr {
    text-align: right
}

.tc {
    text-align: center
}

.tj {
    text-align: justify
}

.ttc {
    text-transform: capitalize
}

.ttl {
    text-transform: lowercase
}

.ttu {
    text-transform: uppercase
}

.ttn {
    text-transform: none
}

.f-6,
.f-headline {
    font-size: 6rem
}

.f-5,
.f-subheadline {
    font-size: 5rem
}

.f1 {
    font-size: 3rem
}

.f2 {
    font-size: 2.25rem
}

.f3 {
    font-size: 1.5rem
}

.f4 {
    font-size: 1.25rem
}

.f5 {
    font-size: 1rem
}

.f6 {
    font-size: .875rem
}

.f7 {
    font-size: .75rem
}

.measure {
    max-width: 30em
}

.measure-wide {
    max-width: 34em
}

.measure-narrow {
    max-width: 20em
}

.indent {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0
}

.small-caps {
    font-variant: small-caps
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.overflow-container {
    overflow-y: scroll
}

.center {
    margin-left: auto
}

.center,
.mr-auto {
    margin-right: auto
}

.ml-auto {
    margin-left: auto
}

.clip {
    position: fixed !important;
    _position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

.ws-normal {
    white-space: normal
}

.nowrap {
    white-space: nowrap
}

.pre {
    white-space: pre
}

.v-base {
    vertical-align: baseline
}

.v-mid {
    vertical-align: middle
}

.v-top {
    vertical-align: top
}

.v-btm {
    vertical-align: bottom
}

.dim {
    opacity: 1
}

.dim,
.dim:focus,
.dim:hover {
    transition: opacity .15s ease-in
}

.dim:focus,
.dim:hover {
    opacity: .5
}

.dim:active {
    opacity: .8;
    transition: opacity .15s ease-out
}

.glow,
.glow:focus,
.glow:hover {
    transition: opacity .15s ease-in
}

.glow:focus,
.glow:hover {
    opacity: 1
}

.hide-child .child {
    opacity: 0;
    transition: opacity .15s ease-in
}

.hide-child:active .child,
.hide-child:focus .child,
.hide-child:hover .child {
    opacity: 1;
    transition: opacity .15s ease-in
}

.underline-hover:focus,
.underline-hover:hover {
    text-decoration: underline
}

.grow {
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: transform .25s ease-out
}

.grow:focus,
.grow:hover {
    transform: scale(1.05)
}

.grow:active {
    transform: scale(.9)
}

.grow-large {
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: transform .25s ease-in-out
}

.grow-large:focus,
.grow-large:hover {
    transform: scale(1.2)
}

.grow-large:active {
    transform: scale(.95)
}

.pointer:hover,
.shadow-hover {
    cursor: pointer
}

.shadow-hover {
    position: relative;
    transition: all .5s cubic-bezier(.165, .84, .44, 1)
}

.shadow-hover:after {
    content: "";
    box-shadow: 0 0 16px 2px rgba(0, 0, 0, .2);
    border-radius: inherit;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: opacity .5s cubic-bezier(.165, .84, .44, 1)
}

.shadow-hover:focus:after,
.shadow-hover:hover:after {
    opacity: 1
}

.bg-animate,
.bg-animate:focus,
.bg-animate:hover {
    transition: background-color .15s ease-in-out
}

.z-0 {
    z-index: 0
}

.z-1 {
    z-index: 1
}

.z-2 {
    z-index: 2
}

.z-3 {
    z-index: 3
}

.z-4 {
    z-index: 4
}

.z-5 {
    z-index: 5
}

.z-999 {
    z-index: 999
}

.z-9999 {
    z-index: 9999
}

.z-max {
    z-index: 2147483647
}

.z-inherit {
    z-index: inherit
}

.z-initial {
    z-index: auto
}

.z-unset {
    z-index: unset
}

.nested-copy-line-height ol,
.nested-copy-line-height p,
.nested-copy-line-height ul {
    line-height: 1.5
}

.nested-headline-line-height h1,
.nested-headline-line-height h2,
.nested-headline-line-height h3,
.nested-headline-line-height h4,
.nested-headline-line-height h5,
.nested-headline-line-height h6 {
    line-height: 1.25
}

.nested-list-reset ol,
.nested-list-reset ul {
    padding-left: 0;
    margin-left: 0;
    list-style-type: none
}

.nested-copy-indent p+p {
    text-indent: 1em;
    margin-top: 0;
    margin-bottom: 0
}

.nested-copy-separator p+p {
    margin-top: 1.5em
}

.nested-img img {
    width: 100%;
    max-width: 100%;
    display: block
}

.nested-links a {
    color: #357edd;
    transition: color .15s ease-in
}

.nested-links a:focus,
.nested-links a:hover {
    color: #96ccff;
    transition: color .15s ease-in
}

.debug * {
    outline: 1px solid gold
}

.debug-white * {
    outline: 1px solid #fff
}

.debug-black * {
    outline: 1px solid #000
}

.debug-grid {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAFElEQVR4AWPAC97/9x0eCsAEPgwAVLshdpENIxcAAAAASUVORK5CYII=) repeat 0 0
}

.debug-grid-16 {
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMklEQVR4AWOgCLz/b0epAa6UGuBOqQHOQHLUgFEDnAbcBZ4UGwDOkiCnkIhdgNgNxAYAiYlD+8sEuo8AAAAASUVORK5CYII=) repeat 0 0
}

.debug-grid-8-solid {
    background: #fff url(data:image/gif;base64,R0lGODdhCAAIAPEAAADw/wDx/////wAAACwAAAAACAAIAAACDZQvgaeb/lxbAIKA8y0AOw==) repeat 0 0
}

.debug-grid-16-solid {
    background: #fff url(data:image/gif;base64,R0lGODdhEAAQAPEAAADw/wDx/xXy/////ywAAAAAEAAQAAACIZyPKckYDQFsb6ZqD85jZ2+BkwiRFKehhqQCQgDHcgwEBQA7) repeat 0 0
}

@media screen and (min-width:30em) {
    .aspect-ratio-ns {
        height: 0;
        position: relative
    }
    .aspect-ratio--16x9-ns {
        padding-bottom: 56.25%
    }
    .aspect-ratio--9x16-ns {
        padding-bottom: 177.77%
    }
    .aspect-ratio--4x3-ns {
        padding-bottom: 75%
    }
    .aspect-ratio--3x4-ns {
        padding-bottom: 133.33%
    }
    .aspect-ratio--6x4-ns {
        padding-bottom: 66.6%
    }
    .aspect-ratio--4x6-ns {
        padding-bottom: 150%
    }
    .aspect-ratio--8x5-ns {
        padding-bottom: 62.5%
    }
    .aspect-ratio--5x8-ns {
        padding-bottom: 160%
    }
    .aspect-ratio--7x5-ns {
        padding-bottom: 71.42%
    }
    .aspect-ratio--5x7-ns {
        padding-bottom: 140%
    }
    .aspect-ratio--1x1-ns {
        padding-bottom: 100%
    }
    .aspect-ratio--object-ns {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100
    }
    .cover-ns {
        background-size: cover !important
    }
    .contain-ns {
        background-size: contain !important
    }
    .bg-center-ns {
        background-position: 50%
    }
    .bg-center-ns,
    .bg-top-ns {
        background-repeat: no-repeat
    }
    .bg-top-ns {
        background-position: top
    }
    .bg-right-ns {
        background-position: 100%
    }
    .bg-bottom-ns,
    .bg-right-ns {
        background-repeat: no-repeat
    }
    .bg-bottom-ns {
        background-position: bottom
    }
    .bg-left-ns {
        background-repeat: no-repeat;
        background-position: 0
    }
    .outline-ns {
        outline: 1px solid
    }
    .outline-transparent-ns {
        outline: 1px solid transparent
    }
    .outline-0-ns {
        outline: 0
    }
    .ba-ns {
        border-style: solid;
        border-width: 1px
    }
    .bt-ns {
        border-top-style: solid;
        border-top-width: 1px
    }
    .br-ns {
        border-right-style: solid;
        border-right-width: 1px
    }
    .bb-ns {
        border-bottom-style: solid;
        border-bottom-width: 1px
    }
    .bl-ns {
        border-left-style: solid;
        border-left-width: 1px
    }
    .bn-ns {
        border-style: none;
        border-width: 0
    }
    .br0-ns {
        border-radius: 0
    }
    .br1-ns {
        border-radius: .125rem
    }
    .br2-ns {
        border-radius: .25rem
    }
    .br3-ns {
        border-radius: .5rem
    }
    .br4-ns {
        border-radius: 1rem
    }
    .br-100-ns {
        border-radius: 100%
    }
    .br-pill-ns {
        border-radius: 9999px
    }
    .br--bottom-ns {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
    .br--top-ns {
        border-bottom-right-radius: 0
    }
    .br--right-ns,
    .br--top-ns {
        border-bottom-left-radius: 0
    }
    .br--right-ns {
        border-top-left-radius: 0
    }
    .br--left-ns {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .b--dotted-ns {
        border-style: dotted
    }
    .b--dashed-ns {
        border-style: dashed
    }
    .b--solid-ns {
        border-style: solid
    }
    .b--none-ns {
        border-style: none
    }
    .bw0-ns {
        border-width: 0
    }
    .bw1-ns {
        border-width: .125rem
    }
    .bw2-ns {
        border-width: .25rem
    }
    .bw3-ns {
        border-width: .5rem
    }
    .bw4-ns {
        border-width: 1rem
    }
    .bw5-ns {
        border-width: 2rem
    }
    .bt-0-ns {
        border-top-width: 0
    }
    .br-0-ns {
        border-right-width: 0
    }
    .bb-0-ns {
        border-bottom-width: 0
    }
    .bl-0-ns {
        border-left-width: 0
    }
    .shadow-1-ns {
        box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2)
    }
    .shadow-2-ns {
        box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2)
    }
    .shadow-3-ns {
        box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .2)
    }
    .shadow-4-ns {
        box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2)
    }
    .shadow-5-ns {
        box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .2)
    }
    .top-0-ns {
        top: 0
    }
    .left-0-ns {
        left: 0
    }
    .right-0-ns {
        right: 0
    }
    .bottom-0-ns {
        bottom: 0
    }
    .top-1-ns {
        top: 1rem
    }
    .left-1-ns {
        left: 1rem
    }
    .right-1-ns {
        right: 1rem
    }
    .bottom-1-ns {
        bottom: 1rem
    }
    .top-2-ns {
        top: 2rem
    }
    .left-2-ns {
        left: 2rem
    }
    .right-2-ns {
        right: 2rem
    }
    .bottom-2-ns {
        bottom: 2rem
    }
    .top--1-ns {
        top: -1rem
    }
    .right--1-ns {
        right: -1rem
    }
    .bottom--1-ns {
        bottom: -1rem
    }
    .left--1-ns {
        left: -1rem
    }
    .top--2-ns {
        top: -2rem
    }
    .right--2-ns {
        right: -2rem
    }
    .bottom--2-ns {
        bottom: -2rem
    }
    .left--2-ns {
        left: -2rem
    }
    .absolute--fill-ns {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
    .cl-ns {
        clear: left
    }
    .cr-ns {
        clear: right
    }
    .cb-ns {
        clear: both
    }
    .cn-ns {
        clear: none
    }
    .dn-ns {
        display: none
    }
    .di-ns {
        display: inline
    }
    .db-ns {
        display: block
    }
    .dib-ns {
        display: inline-block
    }
    .dit-ns {
        display: inline-table
    }
    .dt-ns {
        display: table
    }
    .dtc-ns {
        display: table-cell
    }
    .dt-row-ns {
        display: table-row
    }
    .dt-row-group-ns {
        display: table-row-group
    }
    .dt-column-ns {
        display: table-column
    }
    .dt-column-group-ns {
        display: table-column-group
    }
    .dt--fixed-ns {
        table-layout: fixed;
        width: 100%
    }
    .flex-ns {
        display: flex
    }
    .inline-flex-ns {
        display: inline-flex
    }
    .flex-auto-ns {
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0
    }
    .flex-none-ns {
        flex: none
    }
    .flex-column-ns {
        flex-direction: column
    }
    .flex-row-ns {
        flex-direction: row
    }
    .flex-wrap-ns {
        flex-wrap: wrap
    }
    .flex-nowrap-ns {
        flex-wrap: nowrap
    }
    .flex-wrap-reverse-ns {
        flex-wrap: wrap-reverse
    }
    .flex-column-reverse-ns {
        flex-direction: column-reverse
    }
    .flex-row-reverse-ns {
        flex-direction: row-reverse
    }
    .items-start-ns {
        align-items: flex-start
    }
    .items-end-ns {
        align-items: flex-end
    }
    .items-center-ns {
        align-items: center
    }
    .items-baseline-ns {
        align-items: baseline
    }
    .items-stretch-ns {
        align-items: stretch
    }
    .self-start-ns {
        align-self: flex-start
    }
    .self-end-ns {
        align-self: flex-end
    }
    .self-center-ns {
        align-self: center
    }
    .self-baseline-ns {
        align-self: baseline
    }
    .self-stretch-ns {
        align-self: stretch
    }
    .justify-start-ns {
        justify-content: flex-start
    }
    .justify-end-ns {
        justify-content: flex-end
    }
    .justify-center-ns {
        justify-content: center
    }
    .justify-between-ns {
        justify-content: space-between
    }
    .justify-around-ns {
        justify-content: space-around
    }
    .content-start-ns {
        align-content: flex-start
    }
    .content-end-ns {
        align-content: flex-end
    }
    .content-center-ns {
        align-content: center
    }
    .content-between-ns {
        align-content: space-between
    }
    .content-around-ns {
        align-content: space-around
    }
    .content-stretch-ns {
        align-content: stretch
    }
    .order-0-ns {
        order: 0
    }
    .order-1-ns {
        order: 1
    }
    .order-2-ns {
        order: 2
    }
    .order-3-ns {
        order: 3
    }
    .order-4-ns {
        order: 4
    }
    .order-5-ns {
        order: 5
    }
    .order-6-ns {
        order: 6
    }
    .order-7-ns {
        order: 7
    }
    .order-8-ns {
        order: 8
    }
    .order-last-ns {
        order: 99999
    }
    .flex-grow-0-ns {
        flex-grow: 0
    }
    .flex-grow-1-ns {
        flex-grow: 1
    }
    .flex-shrink-0-ns {
        flex-shrink: 0
    }
    .flex-shrink-1-ns {
        flex-shrink: 1
    }
    .fl-ns {
        float: left
    }
    .fl-ns,
    .fr-ns {
        _display: inline
    }
    .fr-ns {
        float: right
    }
    .fn-ns {
        float: none
    }
    .i-ns {
        font-style: italic
    }
    .fs-normal-ns {
        font-style: normal
    }
    .normal-ns {
        font-weight: 400
    }
    .b-ns {
        font-weight: 700
    }
    .fw1-ns {
        font-weight: 100
    }
    .fw2-ns {
        font-weight: 200
    }
    .fw3-ns {
        font-weight: 300
    }
    .fw4-ns {
        font-weight: 400
    }
    .fw5-ns {
        font-weight: 500
    }
    .fw6-ns {
        font-weight: 600
    }
    .fw7-ns {
        font-weight: 700
    }
    .fw8-ns {
        font-weight: 800
    }
    .fw9-ns {
        font-weight: 900
    }
    .h1-ns {
        height: 1rem
    }
    .h2-ns {
        height: 2rem
    }
    .h3-ns {
        height: 4rem
    }
    .h4-ns {
        height: 8rem
    }
    .h5-ns {
        height: 16rem
    }
    .h-25-ns {
        height: 25%
    }
    .h-50-ns {
        height: 50%
    }
    .h-75-ns {
        height: 75%
    }
    .h-100-ns {
        height: 100%
    }
    .min-h-100-ns {
        min-height: 100%
    }
    .vh-25-ns {
        height: 25vh
    }
    .vh-50-ns {
        height: 50vh
    }
    .vh-75-ns {
        height: 75vh
    }
    .vh-100-ns {
        height: 100vh
    }
    .min-vh-100-ns {
        min-height: 100vh
    }
    .h-auto-ns {
        height: auto
    }
    .h-inherit-ns {
        height: inherit
    }
    .tracked-ns {
        letter-spacing: .1em
    }
    .tracked-tight-ns {
        letter-spacing: -.05em
    }
    .tracked-mega-ns {
        letter-spacing: .25em
    }
    .lh-solid-ns {
        line-height: 1
    }
    .lh-title-ns {
        line-height: 1.25
    }
    .lh-copy-ns {
        line-height: 1.5
    }
    .mw-100-ns {
        max-width: 100%
    }
    .mw1-ns {
        max-width: 1rem
    }
    .mw2-ns {
        max-width: 2rem
    }
    .mw3-ns {
        max-width: 4rem
    }
    .mw4-ns {
        max-width: 8rem
    }
    .mw5-ns {
        max-width: 16rem
    }
    .mw6-ns {
        max-width: 32rem
    }
    .mw7-ns {
        max-width: 48rem
    }
    .mw8-ns {
        max-width: 64rem
    }
    .mw9-ns {
        max-width: 96rem
    }
    .mw-none-ns {
        max-width: none
    }
    .w1-ns {
        width: 1rem
    }
    .w2-ns {
        width: 2rem
    }
    .w3-ns {
        width: 4rem
    }
    .w4-ns {
        width: 8rem
    }
    .w5-ns {
        width: 16rem
    }
    .w-10-ns {
        width: 10%
    }
    .w-20-ns {
        width: 20%
    }
    .w-25-ns {
        width: 25%
    }
    .w-30-ns {
        width: 30%
    }
    .w-33-ns {
        width: 33%
    }
    .w-34-ns {
        width: 34%
    }
    .w-40-ns {
        width: 40%
    }
    .w-50-ns {
        width: 50%
    }
    .w-60-ns {
        width: 60%
    }
    .w-70-ns {
        width: 70%
    }
    .w-75-ns {
        width: 75%
    }
    .w-80-ns {
        width: 80%
    }
    .w-90-ns {
        width: 90%
    }
    .w-100-ns {
        width: 100%
    }
    .w-third-ns {
        width: 33.33333%
    }
    .w-two-thirds-ns {
        width: 66.66667%
    }
    .w-auto-ns {
        width: auto
    }
    .overflow-visible-ns {
        overflow: visible
    }
    .overflow-hidden-ns {
        overflow: hidden
    }
    .overflow-scroll-ns {
        overflow: scroll
    }
    .overflow-auto-ns {
        overflow: auto
    }
    .overflow-x-visible-ns {
        overflow-x: visible
    }
    .overflow-x-hidden-ns {
        overflow-x: hidden
    }
    .overflow-x-scroll-ns {
        overflow-x: scroll
    }
    .overflow-x-auto-ns {
        overflow-x: auto
    }
    .overflow-y-visible-ns {
        overflow-y: visible
    }
    .overflow-y-hidden-ns {
        overflow-y: hidden
    }
    .overflow-y-scroll-ns {
        overflow-y: scroll
    }
    .overflow-y-auto-ns {
        overflow-y: auto
    }
    .static-ns {
        position: static
    }
    .relative-ns {
        position: relative
    }
    .absolute-ns {
        position: absolute
    }
    .fixed-ns {
        position: fixed
    }
    .rotate-45-ns {
        transform: rotate(45deg)
    }
    .rotate-90-ns {
        transform: rotate(90deg)
    }
    .rotate-135-ns {
        transform: rotate(135deg)
    }
    .rotate-180-ns {
        transform: rotate(180deg)
    }
    .rotate-225-ns {
        transform: rotate(225deg)
    }
    .rotate-270-ns {
        transform: rotate(270deg)
    }
    .rotate-315-ns {
        transform: rotate(315deg)
    }
    .pa0-ns {
        padding: 0
    }
    .pa1-ns {
        padding: .25rem
    }
    .pa2-ns {
        padding: .5rem
    }
    .pa3-ns {
        padding: 1rem
    }
    .pa4-ns {
        padding: 2rem
    }
    .pa5-ns {
        padding: 4rem
    }
    .pa6-ns {
        padding: 8rem
    }
    .pa7-ns {
        padding: 16rem
    }
    .pl0-ns {
        padding-left: 0
    }
    .pl1-ns {
        padding-left: .25rem
    }
    .pl2-ns {
        padding-left: .5rem
    }
    .pl3-ns {
        padding-left: 1rem
    }
    .pl4-ns {
        padding-left: 2rem
    }
    .pl5-ns {
        padding-left: 4rem
    }
    .pl6-ns {
        padding-left: 8rem
    }
    .pl7-ns {
        padding-left: 16rem
    }
    .pr0-ns {
        padding-right: 0
    }
    .pr1-ns {
        padding-right: .25rem
    }
    .pr2-ns {
        padding-right: .5rem
    }
    .pr3-ns {
        padding-right: 1rem
    }
    .pr4-ns {
        padding-right: 2rem
    }
    .pr5-ns {
        padding-right: 4rem
    }
    .pr6-ns {
        padding-right: 8rem
    }
    .pr7-ns {
        padding-right: 16rem
    }
    .pb0-ns {
        padding-bottom: 0
    }
    .pb1-ns {
        padding-bottom: .25rem
    }
    .pb2-ns {
        padding-bottom: .5rem
    }
    .pb3-ns {
        padding-bottom: 1rem
    }
    .pb4-ns {
        padding-bottom: 2rem
    }
    .pb5-ns {
        padding-bottom: 4rem
    }
    .pb6-ns {
        padding-bottom: 8rem
    }
    .pb7-ns {
        padding-bottom: 16rem
    }
    .pt0-ns {
        padding-top: 0
    }
    .pt1-ns {
        padding-top: .25rem
    }
    .pt2-ns {
        padding-top: .5rem
    }
    .pt3-ns {
        padding-top: 1rem
    }
    .pt4-ns {
        padding-top: 2rem
    }
    .pt5-ns {
        padding-top: 4rem
    }
    .pt6-ns {
        padding-top: 8rem
    }
    .pt7-ns {
        padding-top: 16rem
    }
    .pv0-ns {
        padding-top: 0;
        padding-bottom: 0
    }
    .pv1-ns {
        padding-top: .25rem;
        padding-bottom: .25rem
    }
    .pv2-ns {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
    .pv3-ns {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
    .pv4-ns {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .pv5-ns {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
    .pv6-ns {
        padding-top: 8rem;
        padding-bottom: 8rem
    }
    .pv7-ns {
        padding-top: 16rem;
        padding-bottom: 16rem
    }
    .ph0-ns {
        padding-left: 0;
        padding-right: 0
    }
    .ph1-ns {
        padding-left: .25rem;
        padding-right: .25rem
    }
    .ph2-ns {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .ph3-ns {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .ph4-ns {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .ph5-ns {
        padding-left: 4rem;
        padding-right: 4rem
    }
    .ph6-ns {
        padding-left: 8rem;
        padding-right: 8rem
    }
    .ph7-ns {
        padding-left: 16rem;
        padding-right: 16rem
    }
    .ma0-ns {
        margin: 0
    }
    .ma1-ns {
        margin: .25rem
    }
    .ma2-ns {
        margin: .5rem
    }
    .ma3-ns {
        margin: 1rem
    }
    .ma4-ns {
        margin: 2rem
    }
    .ma5-ns {
        margin: 4rem
    }
    .ma6-ns {
        margin: 8rem
    }
    .ma7-ns {
        margin: 16rem
    }
    .ml0-ns {
        margin-left: 0
    }
    .ml1-ns {
        margin-left: .25rem
    }
    .ml2-ns {
        margin-left: .5rem
    }
    .ml3-ns {
        margin-left: 1rem
    }
    .ml4-ns {
        margin-left: 2rem
    }
    .ml5-ns {
        margin-left: 4rem
    }
    .ml6-ns {
        margin-left: 8rem
    }
    .ml7-ns {
        margin-left: 16rem
    }
    .mr0-ns {
        margin-right: 0
    }
    .mr1-ns {
        margin-right: .25rem
    }
    .mr2-ns {
        margin-right: .5rem
    }
    .mr3-ns {
        margin-right: 1rem
    }
    .mr4-ns {
        margin-right: 2rem
    }
    .mr5-ns {
        margin-right: 4rem
    }
    .mr6-ns {
        margin-right: 8rem
    }
    .mr7-ns {
        margin-right: 16rem
    }
    .mb0-ns {
        margin-bottom: 0
    }
    .mb1-ns {
        margin-bottom: .25rem
    }
    .mb2-ns {
        margin-bottom: .5rem
    }
    .mb3-ns {
        margin-bottom: 1rem
    }
    .mb4-ns {
        margin-bottom: 2rem
    }
    .mb5-ns {
        margin-bottom: 4rem
    }
    .mb6-ns {
        margin-bottom: 8rem
    }
    .mb7-ns {
        margin-bottom: 16rem
    }
    .mt0-ns {
        margin-top: 0
    }
    .mt1-ns {
        margin-top: .25rem
    }
    .mt2-ns {
        margin-top: .5rem
    }
    .mt3-ns {
        margin-top: 1rem
    }
    .mt4-ns {
        margin-top: 2rem
    }
    .mt5-ns {
        margin-top: 4rem
    }
    .mt6-ns {
        margin-top: 8rem
    }
    .mt7-ns {
        margin-top: 16rem
    }
    .mv0-ns {
        margin-top: 0;
        margin-bottom: 0
    }
    .mv1-ns {
        margin-top: .25rem;
        margin-bottom: .25rem
    }
    .mv2-ns {
        margin-top: .5rem;
        margin-bottom: .5rem
    }
    .mv3-ns {
        margin-top: 1rem;
        margin-bottom: 1rem
    }
    .mv4-ns {
        margin-top: 2rem;
        margin-bottom: 2rem
    }
    .mv5-ns {
        margin-top: 4rem;
        margin-bottom: 4rem
    }
    .mv6-ns {
        margin-top: 8rem;
        margin-bottom: 8rem
    }
    .mv7-ns {
        margin-top: 16rem;
        margin-bottom: 16rem
    }
    .mh0-ns {
        margin-left: 0;
        margin-right: 0
    }
    .mh1-ns {
        margin-left: .25rem;
        margin-right: .25rem
    }
    .mh2-ns {
        margin-left: .5rem;
        margin-right: .5rem
    }
    .mh3-ns {
        margin-left: 1rem;
        margin-right: 1rem
    }
    .mh4-ns {
        margin-left: 2rem;
        margin-right: 2rem
    }
    .mh5-ns {
        margin-left: 4rem;
        margin-right: 4rem
    }
    .mh6-ns {
        margin-left: 8rem;
        margin-right: 8rem
    }
    .mh7-ns {
        margin-left: 16rem;
        margin-right: 16rem
    }
    .na1-ns {
        margin: -.25rem
    }
    .na2-ns {
        margin: -.5rem
    }
    .na3-ns {
        margin: -1rem
    }
    .na4-ns {
        margin: -2rem
    }
    .na5-ns {
        margin: -4rem
    }
    .na6-ns {
        margin: -8rem
    }
    .na7-ns {
        margin: -16rem
    }
    .nl1-ns {
        margin-left: -.25rem
    }
    .nl2-ns {
        margin-left: -.5rem
    }
    .nl3-ns {
        margin-left: -1rem
    }
    .nl4-ns {
        margin-left: -2rem
    }
    .nl5-ns {
        margin-left: -4rem
    }
    .nl6-ns {
        margin-left: -8rem
    }
    .nl7-ns {
        margin-left: -16rem
    }
    .nr1-ns {
        margin-right: -.25rem
    }
    .nr2-ns {
        margin-right: -.5rem
    }
    .nr3-ns {
        margin-right: -1rem
    }
    .nr4-ns {
        margin-right: -2rem
    }
    .nr5-ns {
        margin-right: -4rem
    }
    .nr6-ns {
        margin-right: -8rem
    }
    .nr7-ns {
        margin-right: -16rem
    }
    .nb1-ns {
        margin-bottom: -.25rem
    }
    .nb2-ns {
        margin-bottom: -.5rem
    }
    .nb3-ns {
        margin-bottom: -1rem
    }
    .nb4-ns {
        margin-bottom: -2rem
    }
    .nb5-ns {
        margin-bottom: -4rem
    }
    .nb6-ns {
        margin-bottom: -8rem
    }
    .nb7-ns {
        margin-bottom: -16rem
    }
    .nt1-ns {
        margin-top: -.25rem
    }
    .nt2-ns {
        margin-top: -.5rem
    }
    .nt3-ns {
        margin-top: -1rem
    }
    .nt4-ns {
        margin-top: -2rem
    }
    .nt5-ns {
        margin-top: -4rem
    }
    .nt6-ns {
        margin-top: -8rem
    }
    .nt7-ns {
        margin-top: -16rem
    }
    .strike-ns {
        text-decoration: line-through
    }
    .underline-ns {
        text-decoration: underline
    }
    .no-underline-ns {
        text-decoration: none
    }
    .tl-ns {
        text-align: left
    }
    .tr-ns {
        text-align: right
    }
    .tc-ns {
        text-align: center
    }
    .tj-ns {
        text-align: justify
    }
    .ttc-ns {
        text-transform: capitalize
    }
    .ttl-ns {
        text-transform: lowercase
    }
    .ttu-ns {
        text-transform: uppercase
    }
    .ttn-ns {
        text-transform: none
    }
    .f-6-ns,
    .f-headline-ns {
        font-size: 6rem
    }
    .f-5-ns,
    .f-subheadline-ns {
        font-size: 5rem
    }
    .f1-ns {
        font-size: 3rem
    }
    .f2-ns {
        font-size: 2.25rem
    }
    .f3-ns {
        font-size: 1.5rem
    }
    .f4-ns {
        font-size: 1.25rem
    }
    .f5-ns {
        font-size: 1rem
    }
    .f6-ns {
        font-size: .875rem
    }
    .f7-ns {
        font-size: .75rem
    }
    .measure-ns {
        max-width: 30em
    }
    .measure-wide-ns {
        max-width: 34em
    }
    .measure-narrow-ns {
        max-width: 20em
    }
    .indent-ns {
        text-indent: 1em;
        margin-top: 0;
        margin-bottom: 0
    }
    .small-caps-ns {
        font-variant: small-caps
    }
    .truncate-ns {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .center-ns {
        margin-left: auto
    }
    .center-ns,
    .mr-auto-ns {
        margin-right: auto
    }
    .ml-auto-ns {
        margin-left: auto
    }
    .clip-ns {
        position: fixed !important;
        _position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px)
    }
    .ws-normal-ns {
        white-space: normal
    }
    .nowrap-ns {
        white-space: nowrap
    }
    .pre-ns {
        white-space: pre
    }
    .v-base-ns {
        vertical-align: baseline
    }
    .v-mid-ns {
        vertical-align: middle
    }
    .v-top-ns {
        vertical-align: top
    }
    .v-btm-ns {
        vertical-align: bottom
    }
}

@media screen and (min-width:30em) and (max-width:60em) {
    .aspect-ratio-m {
        height: 0;
        position: relative
    }
    .aspect-ratio--16x9-m {
        padding-bottom: 56.25%
    }
    .aspect-ratio--9x16-m {
        padding-bottom: 177.77%
    }
    .aspect-ratio--4x3-m {
        padding-bottom: 75%
    }
    .aspect-ratio--3x4-m {
        padding-bottom: 133.33%
    }
    .aspect-ratio--6x4-m {
        padding-bottom: 66.6%
    }
    .aspect-ratio--4x6-m {
        padding-bottom: 150%
    }
    .aspect-ratio--8x5-m {
        padding-bottom: 62.5%
    }
    .aspect-ratio--5x8-m {
        padding-bottom: 160%
    }
    .aspect-ratio--7x5-m {
        padding-bottom: 71.42%
    }
    .aspect-ratio--5x7-m {
        padding-bottom: 140%
    }
    .aspect-ratio--1x1-m {
        padding-bottom: 100%
    }
    .aspect-ratio--object-m {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100
    }
    .cover-m {
        background-size: cover !important
    }
    .contain-m {
        background-size: contain !important
    }
    .bg-center-m {
        background-position: 50%
    }
    .bg-center-m,
    .bg-top-m {
        background-repeat: no-repeat
    }
    .bg-top-m {
        background-position: top
    }
    .bg-right-m {
        background-position: 100%
    }
    .bg-bottom-m,
    .bg-right-m {
        background-repeat: no-repeat
    }
    .bg-bottom-m {
        background-position: bottom
    }
    .bg-left-m {
        background-repeat: no-repeat;
        background-position: 0
    }
    .outline-m {
        outline: 1px solid
    }
    .outline-transparent-m {
        outline: 1px solid transparent
    }
    .outline-0-m {
        outline: 0
    }
    .ba-m {
        border-style: solid;
        border-width: 1px
    }
    .bt-m {
        border-top-style: solid;
        border-top-width: 1px
    }
    .br-m {
        border-right-style: solid;
        border-right-width: 1px
    }
    .bb-m {
        border-bottom-style: solid;
        border-bottom-width: 1px
    }
    .bl-m {
        border-left-style: solid;
        border-left-width: 1px
    }
    .bn-m {
        border-style: none;
        border-width: 0
    }
    .br0-m {
        border-radius: 0
    }
    .br1-m {
        border-radius: .125rem
    }
    .br2-m {
        border-radius: .25rem
    }
    .br3-m {
        border-radius: .5rem
    }
    .br4-m {
        border-radius: 1rem
    }
    .br-100-m {
        border-radius: 100%
    }
    .br-pill-m {
        border-radius: 9999px
    }
    .br--bottom-m {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
    .br--top-m {
        border-bottom-right-radius: 0
    }
    .br--right-m,
    .br--top-m {
        border-bottom-left-radius: 0
    }
    .br--right-m {
        border-top-left-radius: 0
    }
    .br--left-m {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .b--dotted-m {
        border-style: dotted
    }
    .b--dashed-m {
        border-style: dashed
    }
    .b--solid-m {
        border-style: solid
    }
    .b--none-m {
        border-style: none
    }
    .bw0-m {
        border-width: 0
    }
    .bw1-m {
        border-width: .125rem
    }
    .bw2-m {
        border-width: .25rem
    }
    .bw3-m {
        border-width: .5rem
    }
    .bw4-m {
        border-width: 1rem
    }
    .bw5-m {
        border-width: 2rem
    }
    .bt-0-m {
        border-top-width: 0
    }
    .br-0-m {
        border-right-width: 0
    }
    .bb-0-m {
        border-bottom-width: 0
    }
    .bl-0-m {
        border-left-width: 0
    }
    .shadow-1-m {
        box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2)
    }
    .shadow-2-m {
        box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2)
    }
    .shadow-3-m {
        box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .2)
    }
    .shadow-4-m {
        box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2)
    }
    .shadow-5-m {
        box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .2)
    }
    .top-0-m {
        top: 0
    }
    .left-0-m {
        left: 0
    }
    .right-0-m {
        right: 0
    }
    .bottom-0-m {
        bottom: 0
    }
    .top-1-m {
        top: 1rem
    }
    .left-1-m {
        left: 1rem
    }
    .right-1-m {
        right: 1rem
    }
    .bottom-1-m {
        bottom: 1rem
    }
    .top-2-m {
        top: 2rem
    }
    .left-2-m {
        left: 2rem
    }
    .right-2-m {
        right: 2rem
    }
    .bottom-2-m {
        bottom: 2rem
    }
    .top--1-m {
        top: -1rem
    }
    .right--1-m {
        right: -1rem
    }
    .bottom--1-m {
        bottom: -1rem
    }
    .left--1-m {
        left: -1rem
    }
    .top--2-m {
        top: -2rem
    }
    .right--2-m {
        right: -2rem
    }
    .bottom--2-m {
        bottom: -2rem
    }
    .left--2-m {
        left: -2rem
    }
    .absolute--fill-m {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
    .cl-m {
        clear: left
    }
    .cr-m {
        clear: right
    }
    .cb-m {
        clear: both
    }
    .cn-m {
        clear: none
    }
    .dn-m {
        display: none
    }
    .di-m {
        display: inline
    }
    .db-m {
        display: block
    }
    .dib-m {
        display: inline-block
    }
    .dit-m {
        display: inline-table
    }
    .dt-m {
        display: table
    }
    .dtc-m {
        display: table-cell
    }
    .dt-row-m {
        display: table-row
    }
    .dt-row-group-m {
        display: table-row-group
    }
    .dt-column-m {
        display: table-column
    }
    .dt-column-group-m {
        display: table-column-group
    }
    .dt--fixed-m {
        table-layout: fixed;
        width: 100%
    }
    .flex-m {
        display: flex
    }
    .inline-flex-m {
        display: inline-flex
    }
    .flex-auto-m {
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0
    }
    .flex-none-m {
        flex: none
    }
    .flex-column-m {
        flex-direction: column
    }
    .flex-row-m {
        flex-direction: row
    }
    .flex-wrap-m {
        flex-wrap: wrap
    }
    .flex-nowrap-m {
        flex-wrap: nowrap
    }
    .flex-wrap-reverse-m {
        flex-wrap: wrap-reverse
    }
    .flex-column-reverse-m {
        flex-direction: column-reverse
    }
    .flex-row-reverse-m {
        flex-direction: row-reverse
    }
    .items-start-m {
        align-items: flex-start
    }
    .items-end-m {
        align-items: flex-end
    }
    .items-center-m {
        align-items: center
    }
    .items-baseline-m {
        align-items: baseline
    }
    .items-stretch-m {
        align-items: stretch
    }
    .self-start-m {
        align-self: flex-start
    }
    .self-end-m {
        align-self: flex-end
    }
    .self-center-m {
        align-self: center
    }
    .self-baseline-m {
        align-self: baseline
    }
    .self-stretch-m {
        align-self: stretch
    }
    .justify-start-m {
        justify-content: flex-start
    }
    .justify-end-m {
        justify-content: flex-end
    }
    .justify-center-m {
        justify-content: center
    }
    .justify-between-m {
        justify-content: space-between
    }
    .justify-around-m {
        justify-content: space-around
    }
    .content-start-m {
        align-content: flex-start
    }
    .content-end-m {
        align-content: flex-end
    }
    .content-center-m {
        align-content: center
    }
    .content-between-m {
        align-content: space-between
    }
    .content-around-m {
        align-content: space-around
    }
    .content-stretch-m {
        align-content: stretch
    }
    .order-0-m {
        order: 0
    }
    .order-1-m {
        order: 1
    }
    .order-2-m {
        order: 2
    }
    .order-3-m {
        order: 3
    }
    .order-4-m {
        order: 4
    }
    .order-5-m {
        order: 5
    }
    .order-6-m {
        order: 6
    }
    .order-7-m {
        order: 7
    }
    .order-8-m {
        order: 8
    }
    .order-last-m {
        order: 99999
    }
    .flex-grow-0-m {
        flex-grow: 0
    }
    .flex-grow-1-m {
        flex-grow: 1
    }
    .flex-shrink-0-m {
        flex-shrink: 0
    }
    .flex-shrink-1-m {
        flex-shrink: 1
    }
    .fl-m {
        float: left
    }
    .fl-m,
    .fr-m {
        _display: inline
    }
    .fr-m {
        float: right
    }
    .fn-m {
        float: none
    }
    .i-m {
        font-style: italic
    }
    .fs-normal-m {
        font-style: normal
    }
    .normal-m {
        font-weight: 400
    }
    .b-m {
        font-weight: 700
    }
    .fw1-m {
        font-weight: 100
    }
    .fw2-m {
        font-weight: 200
    }
    .fw3-m {
        font-weight: 300
    }
    .fw4-m {
        font-weight: 400
    }
    .fw5-m {
        font-weight: 500
    }
    .fw6-m {
        font-weight: 600
    }
    .fw7-m {
        font-weight: 700
    }
    .fw8-m {
        font-weight: 800
    }
    .fw9-m {
        font-weight: 900
    }
    .h1-m {
        height: 1rem
    }
    .h2-m {
        height: 2rem
    }
    .h3-m {
        height: 4rem
    }
    .h4-m {
        height: 8rem
    }
    .h5-m {
        height: 16rem
    }
    .h-25-m {
        height: 25%
    }
    .h-50-m {
        height: 50%
    }
    .h-75-m {
        height: 75%
    }
    .h-100-m {
        height: 100%
    }
    .min-h-100-m {
        min-height: 100%
    }
    .vh-25-m {
        height: 25vh
    }
    .vh-50-m {
        height: 50vh
    }
    .vh-75-m {
        height: 75vh
    }
    .vh-100-m {
        height: 100vh
    }
    .min-vh-100-m {
        min-height: 100vh
    }
    .h-auto-m {
        height: auto
    }
    .h-inherit-m {
        height: inherit
    }
    .tracked-m {
        letter-spacing: .1em
    }
    .tracked-tight-m {
        letter-spacing: -.05em
    }
    .tracked-mega-m {
        letter-spacing: .25em
    }
    .lh-solid-m {
        line-height: 1
    }
    .lh-title-m {
        line-height: 1.25
    }
    .lh-copy-m {
        line-height: 1.5
    }
    .mw-100-m {
        max-width: 100%
    }
    .mw1-m {
        max-width: 1rem
    }
    .mw2-m {
        max-width: 2rem
    }
    .mw3-m {
        max-width: 4rem
    }
    .mw4-m {
        max-width: 8rem
    }
    .mw5-m {
        max-width: 16rem
    }
    .mw6-m {
        max-width: 32rem
    }
    .mw7-m {
        max-width: 48rem
    }
    .mw8-m {
        max-width: 64rem
    }
    .mw9-m {
        max-width: 96rem
    }
    .mw-none-m {
        max-width: none
    }
    .w1-m {
        width: 1rem
    }
    .w2-m {
        width: 2rem
    }
    .w3-m {
        width: 4rem
    }
    .w4-m {
        width: 8rem
    }
    .w5-m {
        width: 16rem
    }
    .w-10-m {
        width: 10%
    }
    .w-20-m {
        width: 20%
    }
    .w-25-m {
        width: 25%
    }
    .w-30-m {
        width: 30%
    }
    .w-33-m {
        width: 33%
    }
    .w-34-m {
        width: 34%
    }
    .w-40-m {
        width: 40%
    }
    .w-50-m {
        width: 50%
    }
    .w-60-m {
        width: 60%
    }
    .w-70-m {
        width: 70%
    }
    .w-75-m {
        width: 75%
    }
    .w-80-m {
        width: 80%
    }
    .w-90-m {
        width: 90%
    }
    .w-100-m {
        width: 100%
    }
    .w-third-m {
        width: 33.33333%
    }
    .w-two-thirds-m {
        width: 66.66667%
    }
    .w-auto-m {
        width: auto
    }
    .overflow-visible-m {
        overflow: visible
    }
    .overflow-hidden-m {
        overflow: hidden
    }
    .overflow-scroll-m {
        overflow: scroll
    }
    .overflow-auto-m {
        overflow: auto
    }
    .overflow-x-visible-m {
        overflow-x: visible
    }
    .overflow-x-hidden-m {
        overflow-x: hidden
    }
    .overflow-x-scroll-m {
        overflow-x: scroll
    }
    .overflow-x-auto-m {
        overflow-x: auto
    }
    .overflow-y-visible-m {
        overflow-y: visible
    }
    .overflow-y-hidden-m {
        overflow-y: hidden
    }
    .overflow-y-scroll-m {
        overflow-y: scroll
    }
    .overflow-y-auto-m {
        overflow-y: auto
    }
    .static-m {
        position: static
    }
    .relative-m {
        position: relative
    }
    .absolute-m {
        position: absolute
    }
    .fixed-m {
        position: fixed
    }
    .rotate-45-m {
        transform: rotate(45deg)
    }
    .rotate-90-m {
        transform: rotate(90deg)
    }
    .rotate-135-m {
        transform: rotate(135deg)
    }
    .rotate-180-m {
        transform: rotate(180deg)
    }
    .rotate-225-m {
        transform: rotate(225deg)
    }
    .rotate-270-m {
        transform: rotate(270deg)
    }
    .rotate-315-m {
        transform: rotate(315deg)
    }
    .pa0-m {
        padding: 0
    }
    .pa1-m {
        padding: .25rem
    }
    .pa2-m {
        padding: .5rem
    }
    .pa3-m {
        padding: 1rem
    }
    .pa4-m {
        padding: 2rem
    }
    .pa5-m {
        padding: 4rem
    }
    .pa6-m {
        padding: 8rem
    }
    .pa7-m {
        padding: 16rem
    }
    .pl0-m {
        padding-left: 0
    }
    .pl1-m {
        padding-left: .25rem
    }
    .pl2-m {
        padding-left: .5rem
    }
    .pl3-m {
        padding-left: 1rem
    }
    .pl4-m {
        padding-left: 2rem
    }
    .pl5-m {
        padding-left: 4rem
    }
    .pl6-m {
        padding-left: 8rem
    }
    .pl7-m {
        padding-left: 16rem
    }
    .pr0-m {
        padding-right: 0
    }
    .pr1-m {
        padding-right: .25rem
    }
    .pr2-m {
        padding-right: .5rem
    }
    .pr3-m {
        padding-right: 1rem
    }
    .pr4-m {
        padding-right: 2rem
    }
    .pr5-m {
        padding-right: 4rem
    }
    .pr6-m {
        padding-right: 8rem
    }
    .pr7-m {
        padding-right: 16rem
    }
    .pb0-m {
        padding-bottom: 0
    }
    .pb1-m {
        padding-bottom: .25rem
    }
    .pb2-m {
        padding-bottom: .5rem
    }
    .pb3-m {
        padding-bottom: 1rem
    }
    .pb4-m {
        padding-bottom: 2rem
    }
    .pb5-m {
        padding-bottom: 4rem
    }
    .pb6-m {
        padding-bottom: 8rem
    }
    .pb7-m {
        padding-bottom: 16rem
    }
    .pt0-m {
        padding-top: 0
    }
    .pt1-m {
        padding-top: .25rem
    }
    .pt2-m {
        padding-top: .5rem
    }
    .pt3-m {
        padding-top: 1rem
    }
    .pt4-m {
        padding-top: 2rem
    }
    .pt5-m {
        padding-top: 4rem
    }
    .pt6-m {
        padding-top: 8rem
    }
    .pt7-m {
        padding-top: 16rem
    }
    .pv0-m {
        padding-top: 0;
        padding-bottom: 0
    }
    .pv1-m {
        padding-top: .25rem;
        padding-bottom: .25rem
    }
    .pv2-m {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
    .pv3-m {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
    .pv4-m {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .pv5-m {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
    .pv6-m {
        padding-top: 8rem;
        padding-bottom: 8rem
    }
    .pv7-m {
        padding-top: 16rem;
        padding-bottom: 16rem
    }
    .ph0-m {
        padding-left: 0;
        padding-right: 0
    }
    .ph1-m {
        padding-left: .25rem;
        padding-right: .25rem
    }
    .ph2-m {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .ph3-m {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .ph4-m {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .ph5-m {
        padding-left: 4rem;
        padding-right: 4rem
    }
    .ph6-m {
        padding-left: 8rem;
        padding-right: 8rem
    }
    .ph7-m {
        padding-left: 16rem;
        padding-right: 16rem
    }
    .ma0-m {
        margin: 0
    }
    .ma1-m {
        margin: .25rem
    }
    .ma2-m {
        margin: .5rem
    }
    .ma3-m {
        margin: 1rem
    }
    .ma4-m {
        margin: 2rem
    }
    .ma5-m {
        margin: 4rem
    }
    .ma6-m {
        margin: 8rem
    }
    .ma7-m {
        margin: 16rem
    }
    .ml0-m {
        margin-left: 0
    }
    .ml1-m {
        margin-left: .25rem
    }
    .ml2-m {
        margin-left: .5rem
    }
    .ml3-m {
        margin-left: 1rem
    }
    .ml4-m {
        margin-left: 2rem
    }
    .ml5-m {
        margin-left: 4rem
    }
    .ml6-m {
        margin-left: 8rem
    }
    .ml7-m {
        margin-left: 16rem
    }
    .mr0-m {
        margin-right: 0
    }
    .mr1-m {
        margin-right: .25rem
    }
    .mr2-m {
        margin-right: .5rem
    }
    .mr3-m {
        margin-right: 1rem
    }
    .mr4-m {
        margin-right: 2rem
    }
    .mr5-m {
        margin-right: 4rem
    }
    .mr6-m {
        margin-right: 8rem
    }
    .mr7-m {
        margin-right: 16rem
    }
    .mb0-m {
        margin-bottom: 0
    }
    .mb1-m {
        margin-bottom: .25rem
    }
    .mb2-m {
        margin-bottom: .5rem
    }
    .mb3-m {
        margin-bottom: 1rem
    }
    .mb4-m {
        margin-bottom: 2rem
    }
    .mb5-m {
        margin-bottom: 4rem
    }
    .mb6-m {
        margin-bottom: 8rem
    }
    .mb7-m {
        margin-bottom: 16rem
    }
    .mt0-m {
        margin-top: 0
    }
    .mt1-m {
        margin-top: .25rem
    }
    .mt2-m {
        margin-top: .5rem
    }
    .mt3-m {
        margin-top: 1rem
    }
    .mt4-m {
        margin-top: 2rem
    }
    .mt5-m {
        margin-top: 4rem
    }
    .mt6-m {
        margin-top: 8rem
    }
    .mt7-m {
        margin-top: 16rem
    }
    .mv0-m {
        margin-top: 0;
        margin-bottom: 0
    }
    .mv1-m {
        margin-top: .25rem;
        margin-bottom: .25rem
    }
    .mv2-m {
        margin-top: .5rem;
        margin-bottom: .5rem
    }
    .mv3-m {
        margin-top: 1rem;
        margin-bottom: 1rem
    }
    .mv4-m {
        margin-top: 2rem;
        margin-bottom: 2rem
    }
    .mv5-m {
        margin-top: 4rem;
        margin-bottom: 4rem
    }
    .mv6-m {
        margin-top: 8rem;
        margin-bottom: 8rem
    }
    .mv7-m {
        margin-top: 16rem;
        margin-bottom: 16rem
    }
    .mh0-m {
        margin-left: 0;
        margin-right: 0
    }
    .mh1-m {
        margin-left: .25rem;
        margin-right: .25rem
    }
    .mh2-m {
        margin-left: .5rem;
        margin-right: .5rem
    }
    .mh3-m {
        margin-left: 1rem;
        margin-right: 1rem
    }
    .mh4-m {
        margin-left: 2rem;
        margin-right: 2rem
    }
    .mh5-m {
        margin-left: 4rem;
        margin-right: 4rem
    }
    .mh6-m {
        margin-left: 8rem;
        margin-right: 8rem
    }
    .mh7-m {
        margin-left: 16rem;
        margin-right: 16rem
    }
    .na1-m {
        margin: -.25rem
    }
    .na2-m {
        margin: -.5rem
    }
    .na3-m {
        margin: -1rem
    }
    .na4-m {
        margin: -2rem
    }
    .na5-m {
        margin: -4rem
    }
    .na6-m {
        margin: -8rem
    }
    .na7-m {
        margin: -16rem
    }
    .nl1-m {
        margin-left: -.25rem
    }
    .nl2-m {
        margin-left: -.5rem
    }
    .nl3-m {
        margin-left: -1rem
    }
    .nl4-m {
        margin-left: -2rem
    }
    .nl5-m {
        margin-left: -4rem
    }
    .nl6-m {
        margin-left: -8rem
    }
    .nl7-m {
        margin-left: -16rem
    }
    .nr1-m {
        margin-right: -.25rem
    }
    .nr2-m {
        margin-right: -.5rem
    }
    .nr3-m {
        margin-right: -1rem
    }
    .nr4-m {
        margin-right: -2rem
    }
    .nr5-m {
        margin-right: -4rem
    }
    .nr6-m {
        margin-right: -8rem
    }
    .nr7-m {
        margin-right: -16rem
    }
    .nb1-m {
        margin-bottom: -.25rem
    }
    .nb2-m {
        margin-bottom: -.5rem
    }
    .nb3-m {
        margin-bottom: -1rem
    }
    .nb4-m {
        margin-bottom: -2rem
    }
    .nb5-m {
        margin-bottom: -4rem
    }
    .nb6-m {
        margin-bottom: -8rem
    }
    .nb7-m {
        margin-bottom: -16rem
    }
    .nt1-m {
        margin-top: -.25rem
    }
    .nt2-m {
        margin-top: -.5rem
    }
    .nt3-m {
        margin-top: -1rem
    }
    .nt4-m {
        margin-top: -2rem
    }
    .nt5-m {
        margin-top: -4rem
    }
    .nt6-m {
        margin-top: -8rem
    }
    .nt7-m {
        margin-top: -16rem
    }
    .strike-m {
        text-decoration: line-through
    }
    .underline-m {
        text-decoration: underline
    }
    .no-underline-m {
        text-decoration: none
    }
    .tl-m {
        text-align: left
    }
    .tr-m {
        text-align: right
    }
    .tc-m {
        text-align: center
    }
    .tj-m {
        text-align: justify
    }
    .ttc-m {
        text-transform: capitalize
    }
    .ttl-m {
        text-transform: lowercase
    }
    .ttu-m {
        text-transform: uppercase
    }
    .ttn-m {
        text-transform: none
    }
    .f-6-m,
    .f-headline-m {
        font-size: 6rem
    }
    .f-5-m,
    .f-subheadline-m {
        font-size: 5rem
    }
    .f1-m {
        font-size: 3rem
    }
    .f2-m {
        font-size: 2.25rem
    }
    .f3-m {
        font-size: 1.5rem
    }
    .f4-m {
        font-size: 1.25rem
    }
    .f5-m {
        font-size: 1rem
    }
    .f6-m {
        font-size: .875rem
    }
    .f7-m {
        font-size: .75rem
    }
    .measure-m {
        max-width: 30em
    }
    .measure-wide-m {
        max-width: 34em
    }
    .measure-narrow-m {
        max-width: 20em
    }
    .indent-m {
        text-indent: 1em;
        margin-top: 0;
        margin-bottom: 0
    }
    .small-caps-m {
        font-variant: small-caps
    }
    .truncate-m {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .center-m {
        margin-left: auto
    }
    .center-m,
    .mr-auto-m {
        margin-right: auto
    }
    .ml-auto-m {
        margin-left: auto
    }
    .clip-m {
        position: fixed !important;
        _position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px)
    }
    .ws-normal-m {
        white-space: normal
    }
    .nowrap-m {
        white-space: nowrap
    }
    .pre-m {
        white-space: pre
    }
    .v-base-m {
        vertical-align: baseline
    }
    .v-mid-m {
        vertical-align: middle
    }
    .v-top-m {
        vertical-align: top
    }
    .v-btm-m {
        vertical-align: bottom
    }
}

@media screen and (min-width:60em) {
    .aspect-ratio-l {
        height: 0;
        position: relative
    }
    .aspect-ratio--16x9-l {
        padding-bottom: 56.25%
    }
    .aspect-ratio--9x16-l {
        padding-bottom: 177.77%
    }
    .aspect-ratio--4x3-l {
        padding-bottom: 75%
    }
    .aspect-ratio--3x4-l {
        padding-bottom: 133.33%
    }
    .aspect-ratio--6x4-l {
        padding-bottom: 66.6%
    }
    .aspect-ratio--4x6-l {
        padding-bottom: 150%
    }
    .aspect-ratio--8x5-l {
        padding-bottom: 62.5%
    }
    .aspect-ratio--5x8-l {
        padding-bottom: 160%
    }
    .aspect-ratio--7x5-l {
        padding-bottom: 71.42%
    }
    .aspect-ratio--5x7-l {
        padding-bottom: 140%
    }
    .aspect-ratio--1x1-l {
        padding-bottom: 100%
    }
    .aspect-ratio--object-l {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100
    }
    .cover-l {
        background-size: cover !important
    }
    .contain-l {
        background-size: contain !important
    }
    .bg-center-l {
        background-position: 50%
    }
    .bg-center-l,
    .bg-top-l {
        background-repeat: no-repeat
    }
    .bg-top-l {
        background-position: top
    }
    .bg-right-l {
        background-position: 100%
    }
    .bg-bottom-l,
    .bg-right-l {
        background-repeat: no-repeat
    }
    .bg-bottom-l {
        background-position: bottom
    }
    .bg-left-l {
        background-repeat: no-repeat;
        background-position: 0
    }
    .outline-l {
        outline: 1px solid
    }
    .outline-transparent-l {
        outline: 1px solid transparent
    }
    .outline-0-l {
        outline: 0
    }
    .ba-l {
        border-style: solid;
        border-width: 1px
    }
    .bt-l {
        border-top-style: solid;
        border-top-width: 1px
    }
    .br-l {
        border-right-style: solid;
        border-right-width: 1px
    }
    .bb-l {
        border-bottom-style: solid;
        border-bottom-width: 1px
    }
    .bl-l {
        border-left-style: solid;
        border-left-width: 1px
    }
    .bn-l {
        border-style: none;
        border-width: 0
    }
    .br0-l {
        border-radius: 0
    }
    .br1-l {
        border-radius: .125rem
    }
    .br2-l {
        border-radius: .25rem
    }
    .br3-l {
        border-radius: .5rem
    }
    .br4-l {
        border-radius: 1rem
    }
    .br-100-l {
        border-radius: 100%
    }
    .br-pill-l {
        border-radius: 9999px
    }
    .br--bottom-l {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }
    .br--top-l {
        border-bottom-right-radius: 0
    }
    .br--right-l,
    .br--top-l {
        border-bottom-left-radius: 0
    }
    .br--right-l {
        border-top-left-radius: 0
    }
    .br--left-l {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .b--dotted-l {
        border-style: dotted
    }
    .b--dashed-l {
        border-style: dashed
    }
    .b--solid-l {
        border-style: solid
    }
    .b--none-l {
        border-style: none
    }
    .bw0-l {
        border-width: 0
    }
    .bw1-l {
        border-width: .125rem
    }
    .bw2-l {
        border-width: .25rem
    }
    .bw3-l {
        border-width: .5rem
    }
    .bw4-l {
        border-width: 1rem
    }
    .bw5-l {
        border-width: 2rem
    }
    .bt-0-l {
        border-top-width: 0
    }
    .br-0-l {
        border-right-width: 0
    }
    .bb-0-l {
        border-bottom-width: 0
    }
    .bl-0-l {
        border-left-width: 0
    }
    .shadow-1-l {
        box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2)
    }
    .shadow-2-l {
        box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2)
    }
    .shadow-3-l {
        box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .2)
    }
    .shadow-4-l {
        box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2)
    }
    .shadow-5-l {
        box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .2)
    }
    .top-0-l {
        top: 0
    }
    .left-0-l {
        left: 0
    }
    .right-0-l {
        right: 0
    }
    .bottom-0-l {
        bottom: 0
    }
    .top-1-l {
        top: 1rem
    }
    .left-1-l {
        left: 1rem
    }
    .right-1-l {
        right: 1rem
    }
    .bottom-1-l {
        bottom: 1rem
    }
    .top-2-l {
        top: 2rem
    }
    .left-2-l {
        left: 2rem
    }
    .right-2-l {
        right: 2rem
    }
    .bottom-2-l {
        bottom: 2rem
    }
    .top--1-l {
        top: -1rem
    }
    .right--1-l {
        right: -1rem
    }
    .bottom--1-l {
        bottom: -1rem
    }
    .left--1-l {
        left: -1rem
    }
    .top--2-l {
        top: -2rem
    }
    .right--2-l {
        right: -2rem
    }
    .bottom--2-l {
        bottom: -2rem
    }
    .left--2-l {
        left: -2rem
    }
    .absolute--fill-l {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
    .cl-l {
        clear: left
    }
    .cr-l {
        clear: right
    }
    .cb-l {
        clear: both
    }
    .cn-l {
        clear: none
    }
    .dn-l {
        display: none
    }
    .di-l {
        display: inline
    }
    .db-l {
        display: block
    }
    .dib-l {
        display: inline-block
    }
    .dit-l {
        display: inline-table
    }
    .dt-l {
        display: table
    }
    .dtc-l {
        display: table-cell
    }
    .dt-row-l {
        display: table-row
    }
    .dt-row-group-l {
        display: table-row-group
    }
    .dt-column-l {
        display: table-column
    }
    .dt-column-group-l {
        display: table-column-group
    }
    .dt--fixed-l {
        table-layout: fixed;
        width: 100%
    }
    .flex-l {
        display: flex
    }
    .inline-flex-l {
        display: inline-flex
    }
    .flex-auto-l {
        flex: 1 1 auto;
        min-width: 0;
        min-height: 0
    }
    .flex-none-l {
        flex: none
    }
    .flex-column-l {
        flex-direction: column
    }
    .flex-row-l {
        flex-direction: row
    }
    .flex-wrap-l {
        flex-wrap: wrap
    }
    .flex-nowrap-l {
        flex-wrap: nowrap
    }
    .flex-wrap-reverse-l {
        flex-wrap: wrap-reverse
    }
    .flex-column-reverse-l {
        flex-direction: column-reverse
    }
    .flex-row-reverse-l {
        flex-direction: row-reverse
    }
    .items-start-l {
        align-items: flex-start
    }
    .items-end-l {
        align-items: flex-end
    }
    .items-center-l {
        align-items: center
    }
    .items-baseline-l {
        align-items: baseline
    }
    .items-stretch-l {
        align-items: stretch
    }
    .self-start-l {
        align-self: flex-start
    }
    .self-end-l {
        align-self: flex-end
    }
    .self-center-l {
        align-self: center
    }
    .self-baseline-l {
        align-self: baseline
    }
    .self-stretch-l {
        align-self: stretch
    }
    .justify-start-l {
        justify-content: flex-start
    }
    .justify-end-l {
        justify-content: flex-end
    }
    .justify-center-l {
        justify-content: center
    }
    .justify-between-l {
        justify-content: space-between
    }
    .justify-around-l {
        justify-content: space-around
    }
    .content-start-l {
        align-content: flex-start
    }
    .content-end-l {
        align-content: flex-end
    }
    .content-center-l {
        align-content: center
    }
    .content-between-l {
        align-content: space-between
    }
    .content-around-l {
        align-content: space-around
    }
    .content-stretch-l {
        align-content: stretch
    }
    .order-0-l {
        order: 0
    }
    .order-1-l {
        order: 1
    }
    .order-2-l {
        order: 2
    }
    .order-3-l {
        order: 3
    }
    .order-4-l {
        order: 4
    }
    .order-5-l {
        order: 5
    }
    .order-6-l {
        order: 6
    }
    .order-7-l {
        order: 7
    }
    .order-8-l {
        order: 8
    }
    .order-last-l {
        order: 99999
    }
    .flex-grow-0-l {
        flex-grow: 0
    }
    .flex-grow-1-l {
        flex-grow: 1
    }
    .flex-shrink-0-l {
        flex-shrink: 0
    }
    .flex-shrink-1-l {
        flex-shrink: 1
    }
    .fl-l {
        float: left
    }
    .fl-l,
    .fr-l {
        _display: inline
    }
    .fr-l {
        float: right
    }
    .fn-l {
        float: none
    }
    .i-l {
        font-style: italic
    }
    .fs-normal-l {
        font-style: normal
    }
    .normal-l {
        font-weight: 400
    }
    .b-l {
        font-weight: 700
    }
    .fw1-l {
        font-weight: 100
    }
    .fw2-l {
        font-weight: 200
    }
    .fw3-l {
        font-weight: 300
    }
    .fw4-l {
        font-weight: 400
    }
    .fw5-l {
        font-weight: 500
    }
    .fw6-l {
        font-weight: 600
    }
    .fw7-l {
        font-weight: 700
    }
    .fw8-l {
        font-weight: 800
    }
    .fw9-l {
        font-weight: 900
    }
    .h1-l {
        height: 1rem
    }
    .h2-l {
        height: 2rem
    }
    .h3-l {
        height: 4rem
    }
    .h4-l {
        height: 8rem
    }
    .h5-l {
        height: 16rem
    }
    .h-25-l {
        height: 25%
    }
    .h-50-l {
        height: 50%
    }
    .h-75-l {
        height: 75%
    }
    .h-100-l {
        height: 100%
    }
    .min-h-100-l {
        min-height: 100%
    }
    .vh-25-l {
        height: 25vh
    }
    .vh-50-l {
        height: 50vh
    }
    .vh-75-l {
        height: 75vh
    }
    .vh-100-l {
        height: 100vh
    }
    .min-vh-100-l {
        min-height: 100vh
    }
    .h-auto-l {
        height: auto
    }
    .h-inherit-l {
        height: inherit
    }
    .tracked-l {
        letter-spacing: .1em
    }
    .tracked-tight-l {
        letter-spacing: -.05em
    }
    .tracked-mega-l {
        letter-spacing: .25em
    }
    .lh-solid-l {
        line-height: 1
    }
    .lh-title-l {
        line-height: 1.25
    }
    .lh-copy-l {
        line-height: 1.5
    }
    .mw-100-l {
        max-width: 100%
    }
    .mw1-l {
        max-width: 1rem
    }
    .mw2-l {
        max-width: 2rem
    }
    .mw3-l {
        max-width: 4rem
    }
    .mw4-l {
        max-width: 8rem
    }
    .mw5-l {
        max-width: 16rem
    }
    .mw6-l {
        max-width: 32rem
    }
    .mw7-l {
        max-width: 48rem
    }
    .mw8-l {
        max-width: 64rem
    }
    .mw9-l {
        max-width: 96rem
    }
    .mw-none-l {
        max-width: none
    }
    .w1-l {
        width: 1rem
    }
    .w2-l {
        width: 2rem
    }
    .w3-l {
        width: 4rem
    }
    .w4-l {
        width: 8rem
    }
    .w5-l {
        width: 16rem
    }
    .w-10-l {
        width: 10%
    }
    .w-20-l {
        width: 20%
    }
    .w-25-l {
        width: 25%
    }
    .w-30-l {
        width: 30%
    }
    .w-33-l {
        width: 33%
    }
    .w-34-l {
        width: 34%
    }
    .w-40-l {
        width: 40%
    }
    .w-50-l {
        width: 50%
    }
    .w-60-l {
        width: 60%
    }
    .w-70-l {
        width: 70%
    }
    .w-75-l {
        width: 75%
    }
    .w-80-l {
        width: 80%
    }
    .w-90-l {
        width: 90%
    }
    .w-100-l {
        width: 100%
    }
    .w-third-l {
        width: 33.33333%
    }
    .w-two-thirds-l {
        width: 66.66667%
    }
    .w-auto-l {
        width: auto
    }
    .overflow-visible-l {
        overflow: visible
    }
    .overflow-hidden-l {
        overflow: hidden
    }
    .overflow-scroll-l {
        overflow: scroll
    }
    .overflow-auto-l {
        overflow: auto
    }
    .overflow-x-visible-l {
        overflow-x: visible
    }
    .overflow-x-hidden-l {
        overflow-x: hidden
    }
    .overflow-x-scroll-l {
        overflow-x: scroll
    }
    .overflow-x-auto-l {
        overflow-x: auto
    }
    .overflow-y-visible-l {
        overflow-y: visible
    }
    .overflow-y-hidden-l {
        overflow-y: hidden
    }
    .overflow-y-scroll-l {
        overflow-y: scroll
    }
    .overflow-y-auto-l {
        overflow-y: auto
    }
    .static-l {
        position: static
    }
    .relative-l {
        position: relative
    }
    .absolute-l {
        position: absolute
    }
    .fixed-l {
        position: fixed
    }
    .rotate-45-l {
        transform: rotate(45deg)
    }
    .rotate-90-l {
        transform: rotate(90deg)
    }
    .rotate-135-l {
        transform: rotate(135deg)
    }
    .rotate-180-l {
        transform: rotate(180deg)
    }
    .rotate-225-l {
        transform: rotate(225deg)
    }
    .rotate-270-l {
        transform: rotate(270deg)
    }
    .rotate-315-l {
        transform: rotate(315deg)
    }
    .pa0-l {
        padding: 0
    }
    .pa1-l {
        padding: .25rem
    }
    .pa2-l {
        padding: .5rem
    }
    .pa3-l {
        padding: 1rem
    }
    .pa4-l {
        padding: 2rem
    }
    .pa5-l {
        padding: 4rem
    }
    .pa6-l {
        padding: 8rem
    }
    .pa7-l {
        padding: 16rem
    }
    .pl0-l {
        padding-left: 0
    }
    .pl1-l {
        padding-left: .25rem
    }
    .pl2-l {
        padding-left: .5rem
    }
    .pl3-l {
        padding-left: 1rem
    }
    .pl4-l {
        padding-left: 2rem
    }
    .pl5-l {
        padding-left: 4rem
    }
    .pl6-l {
        padding-left: 8rem
    }
    .pl7-l {
        padding-left: 16rem
    }
    .pr0-l {
        padding-right: 0
    }
    .pr1-l {
        padding-right: .25rem
    }
    .pr2-l {
        padding-right: .5rem
    }
    .pr3-l {
        padding-right: 1rem
    }
    .pr4-l {
        padding-right: 2rem
    }
    .pr5-l {
        padding-right: 4rem
    }
    .pr6-l {
        padding-right: 8rem
    }
    .pr7-l {
        padding-right: 16rem
    }
    .pb0-l {
        padding-bottom: 0
    }
    .pb1-l {
        padding-bottom: .25rem
    }
    .pb2-l {
        padding-bottom: .5rem
    }
    .pb3-l {
        padding-bottom: 1rem
    }
    .pb4-l {
        padding-bottom: 2rem
    }
    .pb5-l {
        padding-bottom: 4rem
    }
    .pb6-l {
        padding-bottom: 8rem
    }
    .pb7-l {
        padding-bottom: 16rem
    }
    .pt0-l {
        padding-top: 0
    }
    .pt1-l {
        padding-top: .25rem
    }
    .pt2-l {
        padding-top: .5rem
    }
    .pt3-l {
        padding-top: 1rem
    }
    .pt4-l {
        padding-top: 2rem
    }
    .pt5-l {
        padding-top: 4rem
    }
    .pt6-l {
        padding-top: 8rem
    }
    .pt7-l {
        padding-top: 16rem
    }
    .pv0-l {
        padding-top: 0;
        padding-bottom: 0
    }
    .pv1-l {
        padding-top: .25rem;
        padding-bottom: .25rem
    }
    .pv2-l {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
    .pv3-l {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
    .pv4-l {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .pv5-l {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
    .pv6-l {
        padding-top: 8rem;
        padding-bottom: 8rem
    }
    .pv7-l {
        padding-top: 16rem;
        padding-bottom: 16rem
    }
    .ph0-l {
        padding-left: 0;
        padding-right: 0
    }
    .ph1-l {
        padding-left: .25rem;
        padding-right: .25rem
    }
    .ph2-l {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .ph3-l {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .ph4-l {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .ph5-l {
        padding-left: 4rem;
        padding-right: 4rem
    }
    .ph6-l {
        padding-left: 8rem;
        padding-right: 8rem
    }
    .ph7-l {
        padding-left: 16rem;
        padding-right: 16rem
    }
    .ma0-l {
        margin: 0
    }
    .ma1-l {
        margin: .25rem
    }
    .ma2-l {
        margin: .5rem
    }
    .ma3-l {
        margin: 1rem
    }
    .ma4-l {
        margin: 2rem
    }
    .ma5-l {
        margin: 4rem
    }
    .ma6-l {
        margin: 8rem
    }
    .ma7-l {
        margin: 16rem
    }
    .ml0-l {
        margin-left: 0
    }
    .ml1-l {
        margin-left: .25rem
    }
    .ml2-l {
        margin-left: .5rem
    }
    .ml3-l {
        margin-left: 1rem
    }
    .ml4-l {
        margin-left: 2rem
    }
    .ml5-l {
        margin-left: 4rem
    }
    .ml6-l {
        margin-left: 8rem
    }
    .ml7-l {
        margin-left: 16rem
    }
    .mr0-l {
        margin-right: 0
    }
    .mr1-l {
        margin-right: .25rem
    }
    .mr2-l {
        margin-right: .5rem
    }
    .mr3-l {
        margin-right: 1rem
    }
    .mr4-l {
        margin-right: 2rem
    }
    .mr5-l {
        margin-right: 4rem
    }
    .mr6-l {
        margin-right: 8rem
    }
    .mr7-l {
        margin-right: 16rem
    }
    .mb0-l {
        margin-bottom: 0
    }
    .mb1-l {
        margin-bottom: .25rem
    }
    .mb2-l {
        margin-bottom: .5rem
    }
    .mb3-l {
        margin-bottom: 1rem
    }
    .mb4-l {
        margin-bottom: 2rem
    }
    .mb5-l {
        margin-bottom: 4rem
    }
    .mb6-l {
        margin-bottom: 8rem
    }
    .mb7-l {
        margin-bottom: 16rem
    }
    .mt0-l {
        margin-top: 0
    }
    .mt1-l {
        margin-top: .25rem
    }
    .mt2-l {
        margin-top: .5rem
    }
    .mt3-l {
        margin-top: 1rem
    }
    .mt4-l {
        margin-top: 2rem
    }
    .mt5-l {
        margin-top: 4rem
    }
    .mt6-l {
        margin-top: 8rem
    }
    .mt7-l {
        margin-top: 16rem
    }
    .mv0-l {
        margin-top: 0;
        margin-bottom: 0
    }
    .mv1-l {
        margin-top: .25rem;
        margin-bottom: .25rem
    }
    .mv2-l {
        margin-top: .5rem;
        margin-bottom: .5rem
    }
    .mv3-l {
        margin-top: 1rem;
        margin-bottom: 1rem
    }
    .mv4-l {
        margin-top: 2rem;
        margin-bottom: 2rem
    }
    .mv5-l {
        margin-top: 4rem;
        margin-bottom: 4rem
    }
    .mv6-l {
        margin-top: 8rem;
        margin-bottom: 8rem
    }
    .mv7-l {
        margin-top: 16rem;
        margin-bottom: 16rem
    }
    .mh0-l {
        margin-left: 0;
        margin-right: 0
    }
    .mh1-l {
        margin-left: .25rem;
        margin-right: .25rem
    }
    .mh2-l {
        margin-left: .5rem;
        margin-right: .5rem
    }
    .mh3-l {
        margin-left: 1rem;
        margin-right: 1rem
    }
    .mh4-l {
        margin-left: 2rem;
        margin-right: 2rem
    }
    .mh5-l {
        margin-left: 4rem;
        margin-right: 4rem
    }
    .mh6-l {
        margin-left: 8rem;
        margin-right: 8rem
    }
    .mh7-l {
        margin-left: 16rem;
        margin-right: 16rem
    }
    .na1-l {
        margin: -.25rem
    }
    .na2-l {
        margin: -.5rem
    }
    .na3-l {
        margin: -1rem
    }
    .na4-l {
        margin: -2rem
    }
    .na5-l {
        margin: -4rem
    }
    .na6-l {
        margin: -8rem
    }
    .na7-l {
        margin: -16rem
    }
    .nl1-l {
        margin-left: -.25rem
    }
    .nl2-l {
        margin-left: -.5rem
    }
    .nl3-l {
        margin-left: -1rem
    }
    .nl4-l {
        margin-left: -2rem
    }
    .nl5-l {
        margin-left: -4rem
    }
    .nl6-l {
        margin-left: -8rem
    }
    .nl7-l {
        margin-left: -16rem
    }
    .nr1-l {
        margin-right: -.25rem
    }
    .nr2-l {
        margin-right: -.5rem
    }
    .nr3-l {
        margin-right: -1rem
    }
    .nr4-l {
        margin-right: -2rem
    }
    .nr5-l {
        margin-right: -4rem
    }
    .nr6-l {
        margin-right: -8rem
    }
    .nr7-l {
        margin-right: -16rem
    }
    .nb1-l {
        margin-bottom: -.25rem
    }
    .nb2-l {
        margin-bottom: -.5rem
    }
    .nb3-l {
        margin-bottom: -1rem
    }
    .nb4-l {
        margin-bottom: -2rem
    }
    .nb5-l {
        margin-bottom: -4rem
    }
    .nb6-l {
        margin-bottom: -8rem
    }
    .nb7-l {
        margin-bottom: -16rem
    }
    .nt1-l {
        margin-top: -.25rem
    }
    .nt2-l {
        margin-top: -.5rem
    }
    .nt3-l {
        margin-top: -1rem
    }
    .nt4-l {
        margin-top: -2rem
    }
    .nt5-l {
        margin-top: -4rem
    }
    .nt6-l {
        margin-top: -8rem
    }
    .nt7-l {
        margin-top: -16rem
    }
    .strike-l {
        text-decoration: line-through
    }
    .underline-l {
        text-decoration: underline
    }
    .no-underline-l {
        text-decoration: none
    }
    .tl-l {
        text-align: left
    }
    .tr-l {
        text-align: right
    }
    .tc-l {
        text-align: center
    }
    .tj-l {
        text-align: justify
    }
    .ttc-l {
        text-transform: capitalize
    }
    .ttl-l {
        text-transform: lowercase
    }
    .ttu-l {
        text-transform: uppercase
    }
    .ttn-l {
        text-transform: none
    }
    .f-6-l,
    .f-headline-l {
        font-size: 6rem
    }
    .f-5-l,
    .f-subheadline-l {
        font-size: 5rem
    }
    .f1-l {
        font-size: 3rem
    }
    .f2-l {
        font-size: 2.25rem
    }
    .f3-l {
        font-size: 1.5rem
    }
    .f4-l {
        font-size: 1.25rem
    }
    .f5-l {
        font-size: 1rem
    }
    .f6-l {
        font-size: .875rem
    }
    .f7-l {
        font-size: .75rem
    }
    .measure-l {
        max-width: 30em
    }
    .measure-wide-l {
        max-width: 34em
    }
    .measure-narrow-l {
        max-width: 20em
    }
    .indent-l {
        text-indent: 1em;
        margin-top: 0;
        margin-bottom: 0
    }
    .small-caps-l {
        font-variant: small-caps
    }
    .truncate-l {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
    .center-l {
        margin-left: auto
    }
    .center-l,
    .mr-auto-l {
        margin-right: auto
    }
    .ml-auto-l {
        margin-left: auto
    }
    .clip-l {
        position: fixed !important;
        _position: absolute !important;
        clip: rect(1px 1px 1px 1px);
        clip: rect(1px, 1px, 1px, 1px)
    }
    .ws-normal-l {
        white-space: normal
    }
    .nowrap-l {
        white-space: nowrap
    }
    .pre-l {
        white-space: pre
    }
    .v-base-l {
        vertical-align: baseline
    }
    .v-mid-l {
        vertical-align: middle
    }
    .v-top-l {
        vertical-align: top
    }
    .v-btm-l {
        vertical-align: bottom
    }
}

@font-face {
    font-weight: 300;
    font-family: Open Sans;
    font-style: normal;
    src: url(/webdav/files/System/resources/fonts/open-sans/OpenSans-Light.eot) format("embedded-opentype"), url(/webdav/files/System/resources/fonts/open-sans/OpenSans-Light.woff) format("woff"), url(/webdav/files/System/resources/fonts/open-sans/OpenSans-Light.ttf) format("truetype")
}

@font-face {
    font-weight: 300;
    font-family: Open Sans;
    font-style: italic;
    src: url(/webdav/files/System/resources/fonts/open-sans/OpenSans-LightItalic.eot) format("embedded-opentype"), url(/webdav/files/System/resources/fonts/open-sans/OpenSans-LightItalic.woff) format("woff"), url(/webdav/files/System/resources/fonts/open-sans/OpenSans-LightItalic.ttf) format("truetype")
}

@font-face {
    font-weight: 400;
    font-family: Open Sans;
    font-style: normal;
    src: url(/webdav/files/System/resources/fonts/open-sans/OpenSans-Regular.eot) format("embedded-opentype"), url(/webdav/files/System/resources/fonts/open-sans/OpenSans-Regular.woff) format("woff"), url(/webdav/files/System/resources/fonts/open-sans/OpenSans-Regular.ttf) format("truetype")
}

@font-face {
    font-weight: 400;
    font-family: Open Sans;
    font-style: italic;
    src: url(/webdav/files/System/resources/fonts/open-sans/OpenSans-Italic.eot) format("embedded-opentype"), url(/webdav/files/System/resources/fonts/open-sans/OpenSans-Italic.woff) format("woff"), url(/webdav/files/System/resources/fonts/open-sans/OpenSans-Italic.ttf) format("truetype")
}

@font-face {
    font-weight: 600;
    font-family: Open Sans;
    font-style: normal;
    src: url(/webdav/files/System/resources/fonts/open-sans/OpenSans-Semibold.eot) format("embedded-opentype"), url(/webdav/files/System/resources/fonts/open-sans/OpenSans-Semibold.woff) format("woff"), url(/webdav/files/System/resources/fonts/open-sans/OpenSans-Semibold.ttf) format("truetype")
}

@font-face {
    font-weight: 700;
    font-family: Open Sans;
    font-style: normal;
    src: url(/webdav/files/System/resources/fonts/open-sans/OpenSans-Bold.eot) format("embedded-opentype"), url(/webdav/files/System/resources/fonts/open-sans/OpenSans-Bold.woff) format("woff"), url(/webdav/files/System/resources/fonts/open-sans/OpenSans-Bold.ttf) format("truetype")
}

@font-face {
    font-weight: 700;
    font-family: Open Sans;
    font-style: italic;
    src: url(/webdav/files/System/resources/fonts/open-sans/OpenSans-BoldItalic.eot) format("embedded-opentype"), url(/webdav/files/System/resources/fonts/open-sans/OpenSans-BoldItalic.woff) format("woff"), url(/webdav/files/System/resources/fonts/open-sans/OpenSans-BoldItalic.ttf) format("truetype")
}

@font-face {
    font-weight: 800;
    font-family: Open Sans;
    font-style: normal;
    src: url(/webdav/files/System/resources/fonts/open-sans/OpenSans-ExtraBold.eot) format("embedded-opentype"), url(/webdav/files/System/resources/fonts/open-sans/OpenSans-ExtraBold.woff) format("woff"), url(/webdav/files/System/resources/fonts/open-sans/OpenSans-ExtraBold.ttf) format("truetype")
}

@font-face {
    font-weight: 200;
    font-family: Source Sans Pro;
    font-style: normal;
    src: url(/webdav/files/System/resources/fonts/source-sans-pro/SourceSansPro-ExtraLight.woff) format("woff"), url(/webdav/files/System/resources/fonts/source-sans-pro/SourceSansPro-ExtraLight.ttf) format("truetype")
}

@font-face {
    font-weight: 200;
    font-family: Source Sans Pro;
    font-style: italic;
    src: url(/webdav/files/System/resources/fonts/source-sans-pro/SourceSansPro-ExtraLightIt.woff) format("woff"), url(/webdav/files/System/resources/fonts/source-sans-pro/SourceSansPro-ExtraLightItalic.ttf) format("truetype")
}

@font-face {
    font-weight: 300;
    font-family: Source Sans Pro;
    font-style: normal;
    src: url(/webdav/files/System/resources/fonts/source-sans-pro/SourceSansPro-Light.woff) format("woff"), url(/webdav/files/System/resources/fonts/source-sans-pro/SourceSansPro-Light.ttf) format("truetype")
}

@font-face {
    font-weight: 300;
    font-family: Source Sans Pro;
    font-style: italic;
    src: url(/webdav/files/System/resources/fonts/source-sans-pro/SourceSansPro-LightIt.woff) format("woff"), url(/webdav/files/System/resources/fonts/source-sans-pro/SourceSansPro-LightItalic.ttf) format("truetype")
}

@font-face {
    font-weight: 400;
    font-family: Source Sans Pro;
    font-style: normal;
    src: url(/webdav/files/System/resources/fonts/source-sans-pro/SourceSansPro-Regular.woff) format("woff"), url(/webdav/files/System/resources/fonts/source-sans-pro/SourceSansPro-Regular.ttf) format("truetype")
}

@font-face {
    font-weight: 400;
    font-family: Source Sans Pro;
    font-style: italic;
    src: url(/webdav/files/System/resources/fonts/source-sans-pro/SourceSansPro-It.woff) format("woff"), url(/webdav/files/System/resources/fonts/source-sans-pro/SourceSansPro-Italic.ttf) format("truetype")
}

.sol-clearfix:after,
.sol-clearfix:before {
    display: table;
    content: ""
}

.sol-clearfix:after {
    clear: both
}

.sol-no-margin {
    margin: 0
}

.sol-no-margin-top {
    margin-top: 0 !important
}

.no-outline-focus:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.no-webkit-appearance {
    -webkit-appearance: none
}

.no-appearance {
    background: none;
    border: none;
    -webkit-appearance: none;
    appearance: none
}

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

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

.focus-outline:focus,
[data-whatinput=keyboard] .focus-outline:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .focus-outline:focus,
[data-whatinput=mouse] .focus-outline:focus,
[data-whatinput=touch] .focus-outline:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.flex-centered,
.sol-hamburger-wrapper,
.sol-hamburger-wrapper--desktop,
.sol-hamburger-wrapper--desktop .sol-hamburger,
.sol-hamburger-wrapper .sol-hamburger,
.sol-menu-toggle-button,
.sol-menu-toggle-button .sol-hamburger,
.sol-uvk .sol-top-img .sol-text-overlay {
    display: flex;
    align-items: center;
    justify-content: center
}

.inline-flex-centered {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.input-label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px
}

.input-required-asterisk:after {
    margin-left: 2px;
    color: #d53636;
    font-size: 14px;
    content: "*"
}

.input-text {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 15px;
    color: #0C271D;
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
    vertical-align: middle;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 10px top 8px;
    background-size: 20px;
    border: 1px solid #226651
;
    border-radius: 2px;
    box-shadow: none;
    -webkit-appearance: none;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: border, background-color, box-shadow
}

.input-text::-webkit-input-placeholder {
    color: #767676
}

.input-text:-moz-placeholder,
.input-text::-moz-placeholder {
    color: #767676
}

.input-text:-ms-input-placeholder {
    color: #767676
}

.input-text:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.input-text:hover {
    background-color: #fff;
    border-color: rgba(110, 205, 233, .4)
}

.input-text:focus {
    background-color: #fff;
    border-color: #257cc3
}

.input-text::-ms-clear,
.input-text::-webkit-search-cancel-button,
.input-text::-webkit-search-decoration,
.input-text::-webkit-search-results-button,
.input-text::-webkit-search-results-decoration {
    display: none
}

.input-text-small {
    display: block;
    width: 100%;
    height: 40px;
    color: #0C271D;
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
    vertical-align: middle;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 10px top 8px;
    background-size: 20px;
    border: 1px solid #226651;
    border-radius: 2px;
    box-shadow: none;
    -webkit-appearance: none;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: border, background-color, box-shadow;
    height: 35px;
    padding: 9px 16px 8px;
    font-size: 12px
}

.input-text-small::-webkit-input-placeholder {
    color: #767676
}

.input-text-small:-moz-placeholder,
.input-text-small::-moz-placeholder {
    color: #767676
}

.input-text-small:-ms-input-placeholder {
    color: #767676
}

.input-text-small:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.input-text-small:hover {
    background-color: #fff;
    border-color: rgba(110, 205, 233, .4)
}

.input-text-small:focus {
    background-color: #fff;
    border-color: #257cc3
}

.input-text-small::-ms-clear,
.input-text-small::-webkit-search-cancel-button,
.input-text-small::-webkit-search-decoration,
.input-text-small::-webkit-search-results-button,
.input-text-small::-webkit-search-results-decoration {
    display: none
}

.input-select {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px 15px;
    color: #0C271D;
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
    vertical-align: middle;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 10px top 8px;
    background-size: 20px;
    border: 1px solid #226651;
    border-radius: 2px;
    box-shadow: none;
    -webkit-appearance: none;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: border, background-color, box-shadow;
    background-image: url(/webdav/files/System/resources/graphics/forms/chevron-down.svg);
    background-position: right 15px top 12px;
    background-size: 13px;
    cursor: pointer
}

.input-select::-webkit-input-placeholder {
    color: #767676
}

.input-select:-moz-placeholder,
.input-select::-moz-placeholder {
    color: #767676
}

.input-select:-ms-input-placeholder {
    color: #767676
}

.input-select:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.input-select:hover {
    background-color: #fff;
    border-color: rgba(110, 205, 233, .4)
}

.input-select:focus {
    background-color: #fff;
    border-color: #257cc3
}

.input-select::-ms-clear,
.input-select::-webkit-search-cancel-button,
.input-select::-webkit-search-decoration,
.input-select::-webkit-search-results-button,
.input-select::-webkit-search-results-decoration {
    display: none
}

.input-select-small {
    display: block;
    width: 100%;
    height: 40px;
    color: #0C271D;
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
    vertical-align: middle;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 10px top 8px;
    background-size: 20px;
    border: 1px solid #226651;
    border-radius: 2px;
    box-shadow: none;
    -webkit-appearance: none;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: border, background-color, box-shadow;
    background-image: url(/webdav/files/System/resources/graphics/forms/chevron-down.svg);
    background-position: right 15px top 12px;
    background-size: 13px;
    cursor: pointer;
    padding: 9px 16px 8px;
    font-size: 12px
}

.input-select-small::-webkit-input-placeholder {
    color: #767676
}

.input-select-small:-moz-placeholder,
.input-select-small::-moz-placeholder {
    color: #767676
}

.input-select-small:-ms-input-placeholder {
    color: #767676
}

.input-select-small:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.input-select-small:hover {
    background-color: #fff;
    border-color: rgba(110, 205, 233, .4)
}

.input-select-small:focus {
    background-color: #fff;
    border-color: #257cc3
}

.input-select-small::-ms-clear,
.input-select-small::-webkit-search-cancel-button,
.input-select-small::-webkit-search-decoration,
.input-select-small::-webkit-search-results-button,
.input-select-small::-webkit-search-results-decoration {
    display: none
}

.input-text-invalid {
    background-image: url(/webdav/files/System/resources/graphics/forms/times-invalid.svg);
    border-color: #de404e
}

.input-text-valid {
    background-image: url(/webdav/files/System/resources/graphics/forms/check-valid.svg);
    border-color: #8acf96
}

.input-textarea {
    display: block;
    width: 100%;
    height: 40px;
    color: #0C271D;
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
    vertical-align: middle;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 10px top 8px;
    background-size: 20px;
    border: 1px solid #226651;
    border-radius: 2px;
    box-shadow: none;
    -webkit-appearance: none;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: border, background-color, box-shadow;
    max-width: 100%;
    height: auto;
    min-height: 120px;
    padding: 10px 15px
}

.input-textarea::-webkit-input-placeholder {
    color: #767676
}

.input-textarea:-moz-placeholder,
.input-textarea::-moz-placeholder {
    color: #767676
}

.input-textarea:-ms-input-placeholder {
    color: #767676
}

.input-textarea:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.input-textarea:hover {
    background-color: #fff;
    border-color: rgba(110, 205, 233, .4)
}

.input-textarea:focus {
    background-color: #fff;
    border-color: #257cc3
}

.input-textarea::-ms-clear,
.input-textarea::-webkit-search-cancel-button,
.input-textarea::-webkit-search-decoration,
.input-textarea::-webkit-search-results-button,
.input-textarea::-webkit-search-results-decoration {
    display: none
}

.input-divider {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #d3d3d3
}

.input-checkbox,
.input-radio {
    display: block;
    height: 0;
    opacity: 0
}

.input-checkbox+label:before,
.input-radio+label:before {
    position: relative;
    top: -1px;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    text-align: center;
    border: 2px solid #226651;
    border-radius: 2px;
    content: "";
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: color, background-color, border-color, border-width
}

.input-checkbox+label,
.input-radio+label {
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer
}

.input-checkbox+label:hover:before,
.input-radio+label:hover:before {
    border-color: rgba(110, 205, 233, .4)
}

.input-checkbox:focus+label:before,
.input-checkbox:focus:checked+label:before,
.input-radio:focus+label:before,
.input-radio:focus:checked+label:before {
    border: 2px solid #257cc3
}

.input-checkbox:checked+label:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 12px;
    content: "\f00c";
    padding-top: 2px;
    color: #fff;
    background-color: #226651;
    border-color: #226651
}

.input-checkbox:checked+label:before.fa-pull-left {
    margin-right: .3em
}

.input-checkbox:checked+label:before.fa-pull-right {
    margin-left: .3em
}

.input-checkbox:checked+label:before.pull-left {
    margin-right: .3em
}

.input-checkbox:checked+label:before.pull-right {
    margin-left: .3em
}

.input-radio+label:before {
    top: 1px;
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.input-radio:checked+label:before {
    background-color: #226651;
    border-color: #226651;
    border-width: 3px
}

.input-btn {
    background: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 17px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: Source Sans Pro, sans-serif;
    line-height: 22px;
    text-decoration: none;
    cursor: pointer;
    background-color: #226651;
    border: 2px solid #226651;
    box-shadow: none;
    border-radius: 5px;
    padding: 7px 34px;
    color: #fff;
    text-decoration: none !important;
    font-weight: 600;
    letter-spacing: .2px;
    text-align: center;
    transition: all .2s ease
}

.input-btn:focus,
[data-whatinput=keyboard] .input-btn:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .input-btn:focus,
[data-whatinput=mouse] .input-btn:focus,
[data-whatinput=touch] .input-btn:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.input-btn:hover {
    background-color: #dae5df
}

.input-btn p.font-normal {
    margin: 0
}

.input-btn i.fa {
    margin-right: 10px;
    margin-left: -5px;
    font-weight: 400
}

.input-btn:hover {
    background-color: rgba(56, 142, 154, .1);
    color: #0C271D;
    border: 2px solid rgba(14, 60, 93, .2)
}

.input-btn-small {
    background: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 17px;
    position: relative;
    display: inline-block;
    font-family: Source Sans Pro, sans-serif;
    line-height: 22px;
    text-decoration: none;
    cursor: pointer;
    background-color: #226651;
    border: 2px solid #226651;
    box-shadow: none;
    border-radius: 5px;
    color: #fff;
    text-decoration: none !important;
    font-weight: 600;
    letter-spacing: .2px;
    text-align: center;
    transition: all .2s ease;
    padding: 5px 15px 6px;
    font-size: 14px
}

.input-btn-small:focus,
[data-whatinput=keyboard] .input-btn-small:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .input-btn-small:focus,
[data-whatinput=mouse] .input-btn-small:focus,
[data-whatinput=touch] .input-btn-small:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.input-btn-small:hover {
    background-color: #dae5df
}

.input-btn-small p.font-normal {
    margin: 0
}

.input-btn-small i.fa {
    margin-right: 10px;
    margin-left: -5px;
    font-weight: 400
}

.input-btn-small:hover {
    background-color: rgba(56, 142, 154, .1);
    color: #0C271D;
    border: 2px solid rgba(14, 60, 93, .2)
}

.sol-icon,
.sol-icon:after {
    display: inline-block
}

.sol-icon:after {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 15px;
    width: 15px
}

.sol-icon--chevron--upp:after {
    background-image: url(/webdav/files/System/resources/graphics/icons/arrow--up--white.svg)
}

.sol-icon--finnish:after {
    background-image: url(/webdav/files/System/resources/graphics/icons/Finland-flagga.svg)
}

@media (max-width:991px) {
    .sol-icon--finnish:after {
        background-image: url(/webdav/files/System/resources/graphics/icons/Finland-flagga.svg)
    }
}

.sol-icon--listen:after {
    background-image: url(/webdav/files/System/resources/graphics/icons/Lyssna.svg)
}

@media (max-width:991px) {
    .sol-icon--listen:after {
        background-image: url(/webdav/files/System/resources/graphics/icons/Lyssna--white.svg)
    }
}

.sol-icon--lang:after {
    background-image: url(/webdav/files/System/resources/graphics/icons/Sprak.svg)
}

@media (max-width:991px) {
    .sol-icon--lang:after {
        background-image: url(/webdav/files/System/resources/graphics/icons/Sprak--white.svg)
    }
}

.sol-icon--map:after {
    background-image: url(/webdav/files/System/resources/graphics/icons/Karta.svg)
}

@media (max-width:991px) {
    .sol-icon--map:after {
        background-image: url(/webdav/files/System/resources/graphics/icons/Karta--white.svg)
    }
}

.sol-icon--contact:after {
    background-image: url(/webdav/files/System/resources/graphics/icons/Kontakt.svg)
}

@media (max-width:991px) {
    .sol-icon--contact:after {
        background-image: url(/webdav/files/System/resources/graphics/icons/Kontakt--white.svg)
    }
}

.sol-icon--warning:after {
    background-image: url(/webdav/files/System/resources/graphics/icons/warning--white.svg)
}

@media (max-width:991px) {
    .sol-icon--warning:after {
        background-image: url(/webdav/files/System/resources/graphics/icons/warning--white.svg)
    }
}

.sol-icon--warning--black:after {
    background-image: url(/webdav/files/System/resources/graphics/icons/warning--black.svg)
}

@media (max-width:991px) {
    .sol-icon--warning--black:after {
        background-image: url(/webdav/files/System/resources/graphics/icons/warning--black.svg)
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sv-grid-main.sv-fluid-grid .sol-md-row {
        display: -ms-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        flex-wrap: nowrap;
        margin-left: -5px;
        justify-content: center
    }
    .sv-grid-main.sv-fluid-grid .sol-md-row.sol-row-reverse {
        flex-direction: row-reverse
    }
    .sv-grid-main.sv-fluid-grid .sol-md-row>[class*=sol-md-col] {
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        padding-left: 5px;
        padding-right: 5px;
        float: left !important
    }
    .sv-grid-main.sv-fluid-grid .sol-md-row>.sol-md-col-1 {
        width: 8.33333333% !important
    }
    .sv-grid-main.sv-fluid-grid .sol-md-row>.sol-md-col-2 {
        width: 16.66666667% !important
    }
    .sv-grid-main.sv-fluid-grid .sol-md-row>.sol-md-col-3 {
        width: 25% !important
    }
    .sv-grid-main.sv-fluid-grid .sol-md-row>.sol-md-col-4 {
        width: 33.33333333% !important
    }
    .sv-grid-main.sv-fluid-grid .sol-md-row>.sol-md-col-5 {
        width: 41.66666667% !important
    }
    .sv-grid-main.sv-fluid-grid .sol-md-row>.sol-md-col-6 {
        width: 50% !important
    }
    .sv-grid-main.sv-fluid-grid .sol-md-row>.sol-md-col-7 {
        width: 58.33333333% !important
    }
    .sv-grid-main.sv-fluid-grid .sol-md-row>.sol-md-col-8 {
        width: 66.66666667% !important
    }
    .sv-grid-main.sv-fluid-grid .sol-md-row>.sol-md-col-9 {
        width: 75% !important
    }
    .sv-grid-main.sv-fluid-grid .sol-md-row>.sol-md-col-10 {
        width: 83.33333333% !important
    }
    .sv-grid-main.sv-fluid-grid .sol-md-row>.sol-md-col-11 {
        width: 91.66666667% !important
    }
    .sv-grid-main.sv-fluid-grid .sol-md-row>.sol-md-col-12 {
        width: 100% !important
    }
}

@media (min-width:480px) and (max-width:767px) {
    .sv-grid-main.sv-fluid-grid .sol-sm-row {
        display: -ms-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        flex-wrap: nowrap;
        margin-left: -5px;
        justify-content: center
    }
    .sv-grid-main.sv-fluid-grid .sol-sm-row.sol-row-reverse {
        flex-direction: row-reverse
    }
    .sv-grid-main.sv-fluid-grid .sol-sm-row>[class*=sol-sm-col] {
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        padding-left: 5px;
        padding-right: 5px;
        float: left !important
    }
    .sv-grid-main.sv-fluid-grid .sol-sm-row>.sol-sm-col-1 {
        width: 8.33333333% !important
    }
    .sv-grid-main.sv-fluid-grid .sol-sm-row>.sol-sm-col-2 {
        width: 16.66666667% !important
    }
    .sv-grid-main.sv-fluid-grid .sol-sm-row>.sol-sm-col-3 {
        width: 25% !important
    }
    .sv-grid-main.sv-fluid-grid .sol-sm-row>.sol-sm-col-4 {
        width: 33.33333333% !important
    }
    .sv-grid-main.sv-fluid-grid .sol-sm-row>.sol-sm-col-5 {
        width: 41.66666667% !important
    }
    .sv-grid-main.sv-fluid-grid .sol-sm-row>.sol-sm-col-6 {
        width: 50% !important
    }
    .sv-grid-main.sv-fluid-grid .sol-sm-row>.sol-sm-col-7 {
        width: 58.33333333% !important
    }
    .sv-grid-main.sv-fluid-grid .sol-sm-row>.sol-sm-col-8 {
        width: 66.66666667% !important
    }
    .sv-grid-main.sv-fluid-grid .sol-sm-row>.sol-sm-col-9 {
        width: 75% !important
    }
    .sv-grid-main.sv-fluid-grid .sol-sm-row>.sol-sm-col-10 {
        width: 83.33333333% !important
    }
    .sv-grid-main.sv-fluid-grid .sol-sm-row>.sol-sm-col-11 {
        width: 91.66666667% !important
    }
    .sv-grid-main.sv-fluid-grid .sol-sm-row>.sol-sm-col-12 {
        width: 100% !important
    }
}

@media (max-width:991px) {
    .sol-hide-tablet {
        display: none
    }
}

@media (max-width:767px) {
    .sol-hide-phone {
        display: none
    }
}

@media (max-width:479px) {
    .sol-hide-phone-sm {
        display: none
    }
}

@media (max-width:991px) {
    .sol-desktop-strict {
        display: none
    }
}

.sol-tablet-strict {
    display: none
}

@media (min-width:768px) and (max-width:991px) {
    .sol-tablet-strict {
        display: block
    }
}

.sol-phone {
    display: none !important
}

@media (max-width:767px) {
    .sol-phone {
        display: block !important
    }
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}

body {
    color: #0C271D;
    font-weight: 400;
    font-size: 14px;
    font-family: Source Sans Pro, sans-serif;
    line-height: 22px;
    background-color: #faf9f8
}

blockquote,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong {
    color: #0C271D;
    font-family: Source Sans Pro, sans-serif !important
}

.font-description,
.font-normal,
p,
p.font-description,
p.font-normal {
    margin-top: 0;
    margin-bottom: 20px;
    color: #0C271D;
    font-weight: 400;
    font-size: 21px;
    font-family: Source Sans Pro, sans-serif;
    line-height: 1.5em
}

@media (max-width:767px) {
    .font-description,
    .font-normal,
    p,
    p.font-description,
    p.font-normal {
        font-size: 18px
    }
}

.font-description a,
.font-normal a,
a.font-description,
a.font-normal,
ap,
ap.font-description,
ap.font-normal,
p.font-description a,
p.font-normal a,
p a {
    color: #226651;
    text-decoration: underline
}

.font-description a:hover,
.font-normal a:hover,
a.font-description:hover,
a.font-normal:hover,
ap.font-description:hover,
ap.font-normal:hover,
ap:hover,
p.font-description a:hover,
p.font-normal a:hover,
p a:hover {
    color: #0C271D
}

.font-description-old,
p.font-description {
    color: #0C271D;
    font-weight: 700
}

.font-description-old a,
a.font-description-old,
ap.font-description,
p.font-description a {
    color: #226651
}

.font-description-old a:hover,
a.font-description-old:hover,
ap.font-description:hover,
p.font-description a:hover {
    color: #0C271D
}

.font-heading-1,
h1,
h1.font-heading-1 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #0C271D;
    font-weight: 800;
    font-size: 28px;
    font-family: Source Sans Pro, sans-serif;
    line-height: 1.3em
}

@media (max-width:991px) {
    .font-heading-1,
    h1,
    h1.font-heading-1 {
        font-size: 31px;
        line-height: 25px
    }
}

@media (max-width:767px) {
    .font-heading-1,
    h1,
    h1.font-heading-1 {
        font-size: 26px
    }
}

@media (max-width:479px) {
    .font-heading-1,
    h1,
    h1.font-heading-1 {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 26px
    }
}

.font-heading-2,
h2,
h2.font-heading-2 {
    margin-bottom: 5px;
    color: #0C271D;
    font-weight: 800;
    font-size: 20px;
    font-family: Source Sans Pro, sans-serif;
    line-height: 1.2em
}

@media (max-width:479px) {
    .font-heading-2,
    h2,
    h2.font-heading-2 {
        font-size: 18px;
        line-height: 29px
    }
}

.font-heading-3,
h3,
h3.font-heading-3 {
    margin-bottom: 5px;
    color: #0C271D;
    font-weight: 800;
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
    line-height: 1.2em
}

@media (max-width:479px) {
    .font-heading-3,
    h3,
    h3.font-heading-3 {
        font-size: 14px
    }
}

.font-heading-4,
h4,
h4.font-heading-4 {
    margin-bottom: 5px;
    color: #0C271D;
    font-weight: 800;
    font-size: 13px;
    font-family: Source Sans Pro, sans-serif;
    line-height: 1.2em
}

@media (max-width:479px) {
    .font-heading-4,
    h4,
    h4.font-heading-4 {
        font-size: 12px
    }
}

.font-heading-5,
h5,
h5.font-heading-5 {
    margin-bottom: 5px;
    color: #0C271D;
    font-weight: 800;
    font-size: 13px;
    font-family: Source Sans Pro, sans-serif;
    line-height: 1.2em
}

@media (max-width:479px) {
    .font-heading-5,
    h5,
    h5.font-heading-5 {
        font-size: 12px
    }
}

blockquote.sv-blockquote,
blockquote.sv-blockquote-edit {
    margin: 0;
    padding-left: 0
}

blockquote.sv-blockquote-edit:before,
blockquote.sv-blockquote:before {
    width: 0 !important;
    background: transparent !important
}

.font-quote,
.sv-blockquote-edit p,
.sv-blockquote p,
p.font-quote {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 55px;
    color: #226651;
    font-weight: 100;
    font-size: 22px;
    font-family: Source Sans Pro, sans-serif;
    line-height: 29px
}

@media (max-width:991px) {
    .font-quote,
    .sv-blockquote-edit p,
    .sv-blockquote p,
    p.font-quote {
        padding-left: 35px;
        font-size: 20px;
        line-height: 27px
    }
}

@media (max-width:767px) {
    .font-quote,
    .sv-blockquote-edit p,
    .sv-blockquote p,
    p.font-quote {
        font-size: 18px;
        line-height: 25px
    }
}

@media (max-width:479px) {
    .font-quote,
    .sv-blockquote-edit p,
    .sv-blockquote p,
    p.font-quote {
        padding-left: 30px
    }
}

.font-quote:before,
.sv-blockquote-edit p:before,
.sv-blockquote p:before,
p.font-quote:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 20px;
    content: "\f10e";
    position: absolute;
    top: 0;
    left: 20px;
    line-height: 35px;
    opacity: .3
}

.font-quote:before.fa-pull-left,
.sv-blockquote-edit p:before.fa-pull-left,
.sv-blockquote p:before.fa-pull-left,
p.font-quote:before.fa-pull-left {
    margin-right: .3em
}

.font-quote:before.fa-pull-right,
.sv-blockquote-edit p:before.fa-pull-right,
.sv-blockquote p:before.fa-pull-right,
p.font-quote:before.fa-pull-right {
    margin-left: .3em
}

.font-quote:before.pull-left,
.sv-blockquote-edit p:before.pull-left,
.sv-blockquote p:before.pull-left,
p.font-quote:before.pull-left {
    margin-right: .3em
}

.font-quote:before.pull-right,
.sv-blockquote-edit p:before.pull-right,
.sv-blockquote p:before.pull-right,
p.font-quote:before.pull-right {
    margin-left: .3em
}

@media (max-width:991px) {
    .font-quote:before,
    .sv-blockquote-edit p:before,
    .sv-blockquote p:before,
    p.font-quote:before {
        left: 5px;
        line-height: 33px
    }
}

@media (max-width:479px) {
    .font-quote:before,
    .sv-blockquote-edit p:before,
    .sv-blockquote p:before,
    p.font-quote:before {
        left: 5px;
        line-height: 31px
    }
}

ol.sol-bullet-list,
ol.sol-numbered-list,
ul.sol-bullet-list,
ul.sol-numbered-list {
    margin-top: 5px;
    margin-bottom: 20px;
    padding-left: 0;
    list-style: none !important
}

ol.sol-bullet-list li,
ol.sol-numbered-list li,
ul.sol-bullet-list li,
ul.sol-numbered-list li {
    position: relative;
    margin-bottom: 7px;
    padding-left: 15px
}

ol.sol-bullet-list li:before,
ol.sol-numbered-list li:before,
ul.sol-bullet-list li:before,
ul.sol-numbered-list li:before {
    position: absolute;
    top: 4px;
    left: 0;
    display: inline-block;
    font-weight: 700
}

.sol-bullet-list li:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 16px;
    content: "\f105";
    color: #3a92b3
}

.sol-bullet-list li:before.fa-pull-left {
    margin-right: .3em
}

.sol-bullet-list li:before.fa-pull-right {
    margin-left: .3em
}

.sol-bullet-list li:before.pull-left {
    margin-right: .3em
}

.sol-bullet-list li:before.pull-right {
    margin-left: .3em
}

ol.sol-numbered-list li,
ul.sol-numbered-list li {
    padding-left: 20px;
    counter-increment: step-counter
}

ol.sol-numbered-list li:before,
ul.sol-numbered-list li:before {
    top: 0;
    color: #3a92b3;
    font-size: 14px;
    text-align: center;
    content: counter(step-counter) "."
}

.sv-font-kontaktbox-dagar {
    margin-bottom: 5px;
    color: #0C271D;
    font-size: 17px;
    line-height: 1.53;
    text-align: left
}

.sol-uvk h2.sv-font-kontaktbox-fett-stor {
    margin-top: 0;
    margin-bottom: 20px;
    color: #0C271D;
    font-weight: 400;
    font-size: 31px;
    line-height: 22px;
    text-align: left
}

@media (min-width:768px) and (max-width:991px) {
    .sol-uvk h2.sv-font-kontaktbox-fett-stor {
        font-size: 27px
    }
}

@media (max-width:767px) {
    .sol-uvk h2.sv-font-kontaktbox-fett-stor {
        font-size: 26px
    }
}

.sv-font-kontaktbox-fett-liten {
    margin-bottom: 5px;
    color: #0C271D;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .4px;
    text-align: left
}

.sv-font-kontaktbox-ljusgra {
    margin-bottom: 30px;
    color: #0C271D;
    font-weight: 300;
    font-size: 23px;
    line-height: 1.41;
    text-align: left
}

@media (min-width:768px) and (max-width:991px) {
    .sv-font-kontaktbox-ljusgra {
        margin-bottom: 20px;
        font-size: 20px
    }
}

@media (max-width:767px) {
    .sv-font-kontaktbox-ljusgra {
        font-size: 18px
    }
}

[data-whatinput=keyboard] a:focus,
a:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] a:focus,
[data-whatinput=mouse] a:focus,
[data-whatinput=touch] a:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-ul,
.sol-ul-container ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.sol-float-right {
    float: right
}

.sol-float-left {
    float: left
}

.sol-hidden {
    display: none
}

.sol-modal-overflow-hidden,
.sol-overflow-hidden {
    overflow: hidden
}

.sol-relative {
    position: relative
}

.sol-no-anim * {
    transition: none !important
}

.sv-grid-main {
    padding-left: 45px;
    padding-right: 45px
}

@media (max-width:991px) {
    .sv-grid-main {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (max-width:767px) {
    .sv-grid-main {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:479px) {
    .sv-grid-main {
        padding-left: 8px;
        padding-right: 8px
    }
}

.sv-grid-main div[class*=sv-column] {
    padding-left: 10px;
    padding-right: 10px
}

.sv-grid-main .sv-column-12 {
    margin-bottom: 0
}

.sv-grid-main .sv-row {
    margin-left: -10px;
    margin-right: -10px
}

.sol-section {
    padding-top: 35px;
    padding-bottom: 50px
}

@media (max-width:991px) {
    .sol-section {
        padding-top: 20px;
        padding-bottom: 40px
    }
}

@media (max-width:767px) {
    .sol-section {
        padding-top: 25px;
        padding-bottom: 25px
    }
}

@media (max-width:479px) {
    .sol-section {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block
}

.sol-external-link-icon {
    margin-left: 6px;
    font-size: 10px
}

.sol-beige-cnt {
    background-color: #f6f6f4
}

.sol-box-decoration {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    margin-bottom: 20px
}

.sol-box-decoration:after,
.sol-box-decoration:before {
    display: table;
    content: ""
}

.sol-box-decoration:after {
    clear: both
}

.sol-box-decoration-header {
    color: hsla(0, 0%, 100%, .9)
}

[data-whatinput=keyboard] a .sol-box-decoration-header:focus,
a .sol-box-decoration-header:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] a .sol-box-decoration-header:focus,
[data-whatinput=mouse] a .sol-box-decoration-header:focus,
[data-whatinput=touch] a .sol-box-decoration-header:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-box-decoration .sv-text-portlet.sol-btn-small .font-btn {
    margin-bottom: 5px
}

.sol-divider-decoration {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #e7e7e7
}

.sol-simple-box-decoration {
    margin-top: 25px;
    padding: 8px 20px 2px 15px;
    background-color: #fff
}

.sol-simple-box-decoration.sol-simple-box-decoration-alt {
    background-color: rgba(232, 243, 248, .6)
}

.sol-simple-box-decoration>div {
    display: block;
    margin-bottom: 5px
}

.btn {
    background: none;
    border: none;
    -webkit-appearance: none;
    appearance: none
}

.sol-btn,
.sol-btn-decoration a,
.sol-btn-decoration p.font-normal a,
.sol-search-facet .sol-action {
    background: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 17px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: Source Sans Pro, sans-serif;
    line-height: 22px;
    text-decoration: none;
    border: none;
    cursor: pointer
}

.sol-btn:focus,
[data-whatinput=keyboard] .sol-btn:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .sol-btn:focus,
[data-whatinput=mouse] .sol-btn:focus,
[data-whatinput=touch] .sol-btn:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-btn-decoration p.font-normal a:hover,
.sol-btn:hover,
.sol-search-facet .sol-action:hover {
    background-color: #dae5df
}

.sol-btn p.font-normal {
    margin: 0
}

.sol-btn i.fa {
    margin-right: 10px;
    margin-left: -5px;
    font-weight: 400
}

.sol-btn--sea {
    background: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 17px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: Source Sans Pro, sans-serif;
    line-height: 22px;
    text-decoration: none;
    cursor: pointer;
    background-color: #226651;
    box-shadow: none;
    border-radius: 5px;
    padding: 7px 34px;
    text-decoration: none !important;
    font-weight: 600;
    letter-spacing: .2px;
    text-align: center;
    transition: all .2s ease;
    color: #fff;
    background-color: #388e9a;
    border: 2px solid #388e9a
}

.sol-btn--sea:focus,
[data-whatinput=keyboard] .sol-btn--sea:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .sol-btn--sea:focus,
[data-whatinput=mouse] .sol-btn--sea:focus,
[data-whatinput=touch] .sol-btn--sea:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-btn--sea:hover {
    background-color: #dae5df
}

.sol-btn--sea p.font-normal {
    margin: 0
}

.sol-btn--sea i.fa {
    margin-right: 10px;
    margin-left: -5px;
    font-weight: 400
}

.sol-btn--sea:hover {
    background-color: rgba(56, 142, 154, .1);
    color: #0C271D;
    border: 2px solid rgba(14, 60, 93, .2);
    background-color: var(--sea-20);
    border: 2px solid rgba(56, 142, 154, .2)
}

.font-btn {
    padding-top: 10px;
    padding-bottom: 10px
}

.font-btn>a {
    background: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 17px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: Source Sans Pro, sans-serif;
    line-height: 22px;
    text-decoration: none;
    cursor: pointer;
    background-color: #226651;
    border: 2px solid #226651;
    box-shadow: none;
    border-radius: 5px;
    color: #fff;
    text-decoration: none !important;
    font-weight: 600;
    letter-spacing: .2px;
    text-align: center;
    transition: all .2s ease;
    display: inline;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 7px 34px 12px
}

.font-btn>a:focus,
[data-whatinput=keyboard] .font-btn>a:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .font-btn>a:focus,
[data-whatinput=mouse] .font-btn>a:focus,
[data-whatinput=touch] .font-btn>a:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.font-btn>a:hover {
    background-color: #dae5df
}

.font-btn>a p.font-normal {
    margin: 0
}

.font-btn>a i.fa {
    margin-right: 10px;
    margin-left: -5px;
    font-weight: 400
}

.font-btn>a:hover {
    background-color: rgba(56, 142, 154, .1);
    color: #0C271D;
    border: 2px solid rgba(14, 60, 93, .2)
}

.sol-btn-small .font-btn,
.sv-text-portlet.sol-btn-small .font-btn {
    margin-bottom: 0;
    padding-top: 4px;
    padding-bottom: 5px
}

.sol-btn-small .font-btn>a,
.sv-text-portlet.sol-btn-small .font-btn>a {
    padding: 7px 25px 8px;
    color: #fff;
    font-weight: 600;
    font-size: 11px;
    line-height: 10px;
    text-transform: none;
    background-color: #949494;
    box-shadow: none
}

.sol-btn-small .font-btn>a:hover,
.sv-text-portlet.sol-btn-small .font-btn>a:hover {
    color: #fff;
    background-color: #226651
}

.sol-btn-small .font-btn>a:active,
.sv-text-portlet.sol-btn-small .font-btn>a:active {
    top: 0;
    box-shadow: none
}

.sol-hamburger-wrapper,
.sol-hamburger-wrapper--desktop,
.sol-menu-toggle-button {
    z-index: 1000 !important;
    flex-direction: column;
    width: 55px;
    height: auto;
    padding: 0;
    color: #0C271D;
    font-weight: 600;
    font-size: 14px;
    font-family: Source Sans Pro, sans-serif;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    border: none
}

.sol-hamburger-wrapper--desktop:focus,
.sol-hamburger-wrapper:focus,
.sol-menu-toggle-button:focus,
[data-whatinput=keyboard] .sol-hamburger-wrapper--desktop:focus,
[data-whatinput=keyboard] .sol-hamburger-wrapper:focus,
[data-whatinput=keyboard] .sol-menu-toggle-button:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .sol-hamburger-wrapper--desktop:focus,
[data-whatinput=initial] .sol-hamburger-wrapper:focus,
[data-whatinput=initial] .sol-menu-toggle-button:focus,
[data-whatinput=mouse] .sol-hamburger-wrapper--desktop:focus,
[data-whatinput=mouse] .sol-hamburger-wrapper:focus,
[data-whatinput=mouse] .sol-menu-toggle-button:focus,
[data-whatinput=touch] .sol-hamburger-wrapper--desktop:focus,
[data-whatinput=touch] .sol-hamburger-wrapper:focus,
[data-whatinput=touch] .sol-menu-toggle-button:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

@media (max-width:767px) {
    .sol-hamburger-wrapper,
    .sol-hamburger-wrapper--desktop,
    .sol-menu-toggle-button {
        font-weight: 400
    }
}

.sol-hamburger-wrapper--desktop .sol-hamburger,
.sol-hamburger-wrapper .sol-hamburger,
.sol-menu-toggle-button .sol-hamburger {
    position: relative;
    flex-direction: column;
    width: 42px;
    height: 42px;
    margin-bottom: 5px;
    background-color: #226651;
    border-radius: 50%;
    cursor: pointer
}

.sol-hamburger-wrapper--desktop .sol-hamburger>span,
.sol-hamburger-wrapper .sol-hamburger>span,
.sol-menu-toggle-button .sol-hamburger>span {
    display: block;
    width: 26px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px
}

.sol-hamburger-wrapper--desktop .sol-hamburger>span.sol-hamburger-top,
.sol-hamburger-wrapper--desktop .sol-hamburger>span.sol-hamburger__top,
.sol-hamburger-wrapper .sol-hamburger>span.sol-hamburger-top,
.sol-hamburger-wrapper .sol-hamburger>span.sol-hamburger__top,
.sol-menu-toggle-button .sol-hamburger>span.sol-hamburger-top,
.sol-menu-toggle-button .sol-hamburger>span.sol-hamburger__top {
    top: 12px
}

.sol-hamburger-wrapper--desktop .sol-hamburger>span.sol-hamburger-bottom,
.sol-hamburger-wrapper--desktop .sol-hamburger>span.sol-hamburger__bottom,
.sol-hamburger-wrapper .sol-hamburger>span.sol-hamburger-bottom,
.sol-hamburger-wrapper .sol-hamburger>span.sol-hamburger__bottom,
.sol-menu-toggle-button .sol-hamburger>span.sol-hamburger-bottom,
.sol-menu-toggle-button .sol-hamburger>span.sol-hamburger__bottom {
    top: 28px
}

.sol-hamburger-wrapper--desktop .sol-hamburger>span.sol-hamburger-bottom,
.sol-hamburger-wrapper--desktop .sol-hamburger>span.sol-hamburger-top,
.sol-hamburger-wrapper--desktop .sol-hamburger>span.sol-hamburger__bottom,
.sol-hamburger-wrapper--desktop .sol-hamburger>span.sol-hamburger__top,
.sol-hamburger-wrapper .sol-hamburger>span.sol-hamburger-bottom,
.sol-hamburger-wrapper .sol-hamburger>span.sol-hamburger-top,
.sol-hamburger-wrapper .sol-hamburger>span.sol-hamburger__bottom,
.sol-hamburger-wrapper .sol-hamburger>span.sol-hamburger__top,
.sol-menu-toggle-button .sol-hamburger>span.sol-hamburger-bottom,
.sol-menu-toggle-button .sol-hamburger>span.sol-hamburger-top,
.sol-menu-toggle-button .sol-hamburger>span.sol-hamburger__bottom,
.sol-menu-toggle-button .sol-hamburger>span.sol-hamburger__top {
    position: absolute;
    left: 8px;
    transition-delay: .3s, 0s;
    transition-duration: .3s;
    transition-property: top, transform
}

.sol-hamburger-wrapper--desktop .sol-hamburger.sol-active .sol-hamburger-top,
.sol-hamburger-wrapper--desktop .sol-hamburger.sol-active .sol-hamburger__top,
.sol-hamburger-wrapper--desktop .sol-hamburger.sol-hamburger--active .sol-hamburger-top,
.sol-hamburger-wrapper--desktop .sol-hamburger.sol-hamburger--active .sol-hamburger__top,
.sol-hamburger-wrapper .sol-hamburger.sol-active .sol-hamburger-top,
.sol-hamburger-wrapper .sol-hamburger.sol-active .sol-hamburger__top,
.sol-hamburger-wrapper .sol-hamburger.sol-hamburger--active .sol-hamburger-top,
.sol-hamburger-wrapper .sol-hamburger.sol-hamburger--active .sol-hamburger__top,
.sol-menu-toggle-button .sol-hamburger.sol-active .sol-hamburger-top,
.sol-menu-toggle-button .sol-hamburger.sol-active .sol-hamburger__top,
.sol-menu-toggle-button .sol-hamburger.sol-hamburger--active .sol-hamburger-top,
.sol-menu-toggle-button .sol-hamburger.sol-hamburger--active .sol-hamburger__top {
    transform: rotate(135deg)
}

.sol-hamburger-wrapper--desktop .sol-hamburger.sol-active .sol-hamburger-bottom,
.sol-hamburger-wrapper--desktop .sol-hamburger.sol-active .sol-hamburger__bottom,
.sol-hamburger-wrapper--desktop .sol-hamburger.sol-hamburger--active .sol-hamburger-bottom,
.sol-hamburger-wrapper--desktop .sol-hamburger.sol-hamburger--active .sol-hamburger__bottom,
.sol-hamburger-wrapper .sol-hamburger.sol-active .sol-hamburger-bottom,
.sol-hamburger-wrapper .sol-hamburger.sol-active .sol-hamburger__bottom,
.sol-hamburger-wrapper .sol-hamburger.sol-hamburger--active .sol-hamburger-bottom,
.sol-hamburger-wrapper .sol-hamburger.sol-hamburger--active .sol-hamburger__bottom,
.sol-menu-toggle-button .sol-hamburger.sol-active .sol-hamburger-bottom,
.sol-menu-toggle-button .sol-hamburger.sol-active .sol-hamburger__bottom,
.sol-menu-toggle-button .sol-hamburger.sol-hamburger--active .sol-hamburger-bottom,
.sol-menu-toggle-button .sol-hamburger.sol-hamburger--active .sol-hamburger__bottom {
    transform: rotate(-135deg)
}

.sol-hamburger-wrapper--desktop .sol-hamburger.sol-active .sol-hamburger-middle,
.sol-hamburger-wrapper--desktop .sol-hamburger.sol-active .sol-hamburger__middle,
.sol-hamburger-wrapper--desktop .sol-hamburger.sol-hamburger--active .sol-hamburger-middle,
.sol-hamburger-wrapper--desktop .sol-hamburger.sol-hamburger--active .sol-hamburger__middle,
.sol-hamburger-wrapper .sol-hamburger.sol-active .sol-hamburger-middle,
.sol-hamburger-wrapper .sol-hamburger.sol-active .sol-hamburger__middle,
.sol-hamburger-wrapper .sol-hamburger.sol-hamburger--active .sol-hamburger-middle,
.sol-hamburger-wrapper .sol-hamburger.sol-hamburger--active .sol-hamburger__middle,
.sol-menu-toggle-button .sol-hamburger.sol-active .sol-hamburger-middle,
.sol-menu-toggle-button .sol-hamburger.sol-active .sol-hamburger__middle,
.sol-menu-toggle-button .sol-hamburger.sol-hamburger--active .sol-hamburger-middle,
.sol-menu-toggle-button .sol-hamburger.sol-hamburger--active .sol-hamburger__middle {
    opacity: 0
}

.sol-hamburger-wrapper--desktop .sol-hamburger.sol-active .sol-hamburger-bottom,
.sol-hamburger-wrapper--desktop .sol-hamburger.sol-active .sol-hamburger-top,
.sol-hamburger-wrapper--desktop .sol-hamburger.sol-active .sol-hamburger__bottom,
.sol-hamburger-wrapper--desktop .sol-hamburger.sol-active .sol-hamburger__top,
.sol-hamburger-wrapper--desktop .sol-hamburger.sol-hamburger--active .sol-hamburger-bottom,
.sol-hamburger-wrapper--desktop .sol-hamburger.sol-hamburger--active .sol-hamburger-top,
.sol-hamburger-wrapper--desktop .sol-hamburger.sol-hamburger--active .sol-hamburger__bottom,
.sol-hamburger-wrapper--desktop .sol-hamburger.sol-hamburger--active .sol-hamburger__top,
.sol-hamburger-wrapper .sol-hamburger.sol-active .sol-hamburger-bottom,
.sol-hamburger-wrapper .sol-hamburger.sol-active .sol-hamburger-top,
.sol-hamburger-wrapper .sol-hamburger.sol-active .sol-hamburger__bottom,
.sol-hamburger-wrapper .sol-hamburger.sol-active .sol-hamburger__top,
.sol-hamburger-wrapper .sol-hamburger.sol-hamburger--active .sol-hamburger-bottom,
.sol-hamburger-wrapper .sol-hamburger.sol-hamburger--active .sol-hamburger-top,
.sol-hamburger-wrapper .sol-hamburger.sol-hamburger--active .sol-hamburger__bottom,
.sol-hamburger-wrapper .sol-hamburger.sol-hamburger--active .sol-hamburger__top,
.sol-menu-toggle-button .sol-hamburger.sol-active .sol-hamburger-bottom,
.sol-menu-toggle-button .sol-hamburger.sol-active .sol-hamburger-top,
.sol-menu-toggle-button .sol-hamburger.sol-active .sol-hamburger__bottom,
.sol-menu-toggle-button .sol-hamburger.sol-active .sol-hamburger__top,
.sol-menu-toggle-button .sol-hamburger.sol-hamburger--active .sol-hamburger-bottom,
.sol-menu-toggle-button .sol-hamburger.sol-hamburger--active .sol-hamburger-top,
.sol-menu-toggle-button .sol-hamburger.sol-hamburger--active .sol-hamburger__bottom,
.sol-menu-toggle-button .sol-hamburger.sol-hamburger--active .sol-hamburger__top {
    top: 21px;
    transition-delay: 0s, .3s
}

.sol-hamburger-wrapper--desktop .sol-hamburger-text,
.sol-hamburger-wrapper .sol-hamburger-text,
.sol-menu-toggle-button .sol-hamburger-text {
    display: block;
    color: #0C271D;
    font-weight: 600;
    font-size: 14px;
    font-family: Source Sans Pro, sans-serif;
    text-align: center
}

@media (max-width:767px) {
    .sol-hamburger-wrapper--desktop .sol-hamburger-text,
    .sol-hamburger-wrapper .sol-hamburger-text,
    .sol-menu-toggle-button .sol-hamburger-text {
        font-weight: 400
    }
}

.sol-contact-btn {
    background: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 17px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: Source Sans Pro, sans-serif;
    line-height: 22px;
    text-decoration: none;
    background-color: #dae5df;
    box-shadow: none;
    color: #fff;
    text-decoration: none !important;
    font-weight: 600;
    letter-spacing: .2px;
    text-align: center;
    transition: all .2s ease;
    display: flex;
    align-items: center;
    min-width: 150px;
    height: 45px;
    margin: 0 33px 0 0;
    padding: 7px 24px;
    background-color: #dae5df;
    border: 2px solid transparent;
    border-radius: 0px;
    outline: none;
    cursor: pointer
}

.sol-contact-btn:focus,
[data-whatinput=keyboard] .sol-contact-btn:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .sol-contact-btn:focus,
[data-whatinput=mouse] .sol-contact-btn:focus,
[data-whatinput=touch] .sol-contact-btn:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-contact-btn:hover {
    background-color: #b7d1c3
}

.sol-contact-btn p.font-normal {
    margin: 0
}

.sol-contact-btn i.fa {
    margin-right: 10px;
    margin-left: -5px;
    font-weight: 400
}


@media (max-width:767px) {
    .sol-contact-btn {
        justify-content: center;
        width: 100%
    }
}

.sol-contact-btn__icon {
    display: inline-flex;
    width: 23px;
    height: 20px;
    margin-right: 12px;
    background-image: url(/webdav/files/System/resources/graphics/icons/Message.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.sol-contact-btn__text {
    color: #0C271D;
    font-weight: 700;
    font-size: 16px
}

.sol-events-widget {
    background-color: #dae5df;
    opacity: .98;
    padding: 38px 30px 48px
}

.sol-events-widget__top {
    display: flex;
    align-items: center;
    padding-left: 18px;
    padding-bottom: 22px;
    border-bottom: 1px solid #cfd8df
}

@media (min-width:768px) and (max-width:991px) {
    .sol-events-widget__top {
        justify-content: center
    }
}

.sol-events-widget__top__text {
    display: inline-flex;
    flex-direction: column;
    padding-left: 26px
}

.sol-events-widget .sv-channel {
    padding-left: 22px;
    padding-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.sol-events-widget .sv-channel li {
    flex-basis: 100%;
    margin: 0
}

@media (min-width:768px) and (max-width:991px) {
    .sol-events-widget .sv-channel li {
        flex-basis: 48%
    }
}

.sol-events-widget__title {
    font-size: 21px;
    font-weight: 700;
    text-align: left;
    color: #0C271D;
    margin-bottom: 8px
}

.sol-events-widget__description {
    font-size: 18px;
    text-align: left;
    color: #0C271D
}

.sol-events-widget .sol-event-item {
    display: flex;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden
}

.sol-events-widget .sol-event-item__title {
    margin-top: 0 !important
}

.sol-events-widget .sol-event-item__time-n-place {
    font-weight: 400
}

.sol-events-widget .sol-event-item__image img {
    width: 12rem;
    float: left;
    margin-right: 1rem
}

.sol-events-widget .sol-event-item .sol-event-item__date-labels {
	display: flex;
   align-items: center;
   margin-right: 1rem;
   column-gap: .25rem;
}

.sol-events-widget .sol-event-item .sol-left {
    width: 50px;
    height: 50px;
    background-color: #226651;
    border-radius: 5px;
    margin-right: 13px;
    flex-shrink: 0
}

.sol-events-widget .sol-event-item .sol-right,
.sol-events-widget .sol-event-item__start-date,
.sol-events-widget .sol-event-item__end-date {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.sol-events-widget .sol-event-item__date-labels .sol-event-item__start-date,
.sol-events-widget .sol-event-item__date-labels .sol-event-item__end-date {
   align-items: center;
	background-color: #226651;
   border-radius: 5px;
   width: 3rem;
   height: 3rem;
   padding-bottom: 4px;
}

.sol-events-widget .sol-event-item__start-date {
   align-items: center;
}

.sol-events-widget .sol-event-item__start-date>span,
.sol-events-widget .sol-event-item__end-date>span {
    color: #fff;
    text-transform: uppercase
}

.sol-events-widget .sol-event-item__start-date>span:first-child,
.sol-events-widget .sol-event-item__end-date>span:first-child {
    font-size: 12px;
    line-height: 1.8
}

.sol-events-widget .sol-event-item__start-date>span:nth-child(2),
.sol-events-widget .sol-event-item__end-date>span:nth-child(2) {
    font-size: 23px;
    line-height: 1.04
}

.sol-events-widget .sol-event-listing-page-btn {
    color: #226651;
    margin-top: 14px;
    padding-left: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

.sol-events-widget .sol-event-listing-page-btn span {
    color: #226651
}

.sol-events-widget .sol-event-listing-page-btn svg {
    margin-right: 9px
}

.sol-events-widget .sol-event-listing-page-btn:hover {
    text-decoration: underline
}

.sol-blue-box .sol-events-widget {
    padding: 0
}

.sol-events-widget .sol-event-item__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.11;
    margin-bottom: 0
}

.sol-form-control--file__file-list {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.sol-form-control--file__file-item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 10px;
    background-color: #dae5df;
    border-radius: 5px
}

.sol-form-control--file__file-item__name {
    margin-right: 5px;
    font-size: 14px
}

.sol-form-control--file__file-item__size {
    margin-right: 10px;
    font-weight: 700;
    font-size: 12px
}

.sol-form-control--file__remove-btn {
    cursor: pointer
}

.sv-dbform-portlet form {
    padding-top: 20px
}

.sv-dbform-portlet>div:nth-child(n+1) {
    margin-right: 1px;
    border-radius: 5px 5px 0 0
}

.sv-dbform-portlet>div:nth-child(n+1) a {
    text-decoration: none
}

.sv-formField table {
    width: 100%;
    max-width: 100%
}

.sv-formField table tbody td {
    border-right: none
}

.sv-formField table tbody td input,
.sv-formField table tbody td select {
    margin: 5px 0
}

.sv-formField table tbody th label {
    margin: 10px 0;
    padding: 0
}

.sv-signup-portlet .font-normal {
    font-size: 14px
}

.sol-form,
.sol-form-decoration,
.sv-dbform-portlet,
.sv-form-portlet,
.sv-signup-portlet {
    margin-bottom: 20px;
    padding: 20px 20px 40px;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 3px
}

@media (max-width:991px) {
    .sol-form,
    .sol-form-decoration,
    .sv-dbform-portlet,
    .sv-form-portlet,
    .sv-signup-portlet {
        padding: 20px
    }
}

@media (max-width:767px) {
    .sol-form,
    .sol-form-decoration,
    .sv-dbform-portlet,
    .sv-form-portlet,
    .sv-signup-portlet {
        padding-right: 10px;
        padding-left: 10px
    }
}

.sol-form-decoration h2,
.sol-form h2,
.sv-dbform-portlet h2,
.sv-form-portlet h2,
.sv-signup-portlet h2 {
    margin-top: 0
}

.sol-form-decoration form input[type=email],
.sol-form-decoration form input[type=number],
.sol-form-decoration form input[type=password],
.sol-form-decoration form input[type=tel],
.sol-form-decoration form input[type=text],
.sol-form-decoration form input[type=url],
.sol-form-decoration form select,
.sol-form-decoration form textarea,
.sol-form form input[type=email],
.sol-form form input[type=number],
.sol-form form input[type=password],
.sol-form form input[type=tel],
.sol-form form input[type=text],
.sol-form form input[type=url],
.sol-form form select,
.sol-form form textarea,
.sv-dbform-portlet form input[type=email],
.sv-dbform-portlet form input[type=number],
.sv-dbform-portlet form input[type=password],
.sv-dbform-portlet form input[type=tel],
.sv-dbform-portlet form input[type=text],
.sv-dbform-portlet form input[type=url],
.sv-dbform-portlet form select,
.sv-dbform-portlet form textarea,
.sv-form-portlet form input[type=email],
.sv-form-portlet form input[type=number],
.sv-form-portlet form input[type=password],
.sv-form-portlet form input[type=tel],
.sv-form-portlet form input[type=text],
.sv-form-portlet form input[type=url],
.sv-form-portlet form select,
.sv-form-portlet form textarea,
.sv-signup-portlet form input[type=email],
.sv-signup-portlet form input[type=number],
.sv-signup-portlet form input[type=password],
.sv-signup-portlet form input[type=tel],
.sv-signup-portlet form input[type=text],
.sv-signup-portlet form input[type=url],
.sv-signup-portlet form select,
.sv-signup-portlet form textarea {
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 15px;
    color: #0C271D;
    font-weight: 400;
    font-size: 14px;
    font-family: Source Sans Pro, sans-serif;
    vertical-align: middle;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 99% 8px;
    background-position: right 10px top 8px;
    background-size: 20px;
    border: 1px solid #226651;
    border-radius: 2px;
    box-shadow: none;
    -webkit-appearance: none;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: border, background-color, box-shadow
}

.sol-form-decoration form input[type=email]::-webkit-input-placeholder,
.sol-form-decoration form input[type=number]::-webkit-input-placeholder,
.sol-form-decoration form input[type=password]::-webkit-input-placeholder,
.sol-form-decoration form input[type=tel]::-webkit-input-placeholder,
.sol-form-decoration form input[type=text]::-webkit-input-placeholder,
.sol-form-decoration form input[type=url]::-webkit-input-placeholder,
.sol-form-decoration form select::-webkit-input-placeholder,
.sol-form-decoration form textarea::-webkit-input-placeholder,
.sol-form form input[type=email]::-webkit-input-placeholder,
.sol-form form input[type=number]::-webkit-input-placeholder,
.sol-form form input[type=password]::-webkit-input-placeholder,
.sol-form form input[type=tel]::-webkit-input-placeholder,
.sol-form form input[type=text]::-webkit-input-placeholder,
.sol-form form input[type=url]::-webkit-input-placeholder,
.sol-form form select::-webkit-input-placeholder,
.sol-form form textarea::-webkit-input-placeholder,
.sv-dbform-portlet form input[type=email]::-webkit-input-placeholder,
.sv-dbform-portlet form input[type=number]::-webkit-input-placeholder,
.sv-dbform-portlet form input[type=password]::-webkit-input-placeholder,
.sv-dbform-portlet form input[type=tel]::-webkit-input-placeholder,
.sv-dbform-portlet form input[type=text]::-webkit-input-placeholder,
.sv-dbform-portlet form input[type=url]::-webkit-input-placeholder,
.sv-dbform-portlet form select::-webkit-input-placeholder,
.sv-dbform-portlet form textarea::-webkit-input-placeholder,
.sv-form-portlet form input[type=email]::-webkit-input-placeholder,
.sv-form-portlet form input[type=number]::-webkit-input-placeholder,
.sv-form-portlet form input[type=password]::-webkit-input-placeholder,
.sv-form-portlet form input[type=tel]::-webkit-input-placeholder,
.sv-form-portlet form input[type=text]::-webkit-input-placeholder,
.sv-form-portlet form input[type=url]::-webkit-input-placeholder,
.sv-form-portlet form select::-webkit-input-placeholder,
.sv-form-portlet form textarea::-webkit-input-placeholder,
.sv-signup-portlet form input[type=email]::-webkit-input-placeholder,
.sv-signup-portlet form input[type=number]::-webkit-input-placeholder,
.sv-signup-portlet form input[type=password]::-webkit-input-placeholder,
.sv-signup-portlet form input[type=tel]::-webkit-input-placeholder,
.sv-signup-portlet form input[type=text]::-webkit-input-placeholder,
.sv-signup-portlet form input[type=url]::-webkit-input-placeholder,
.sv-signup-portlet form select::-webkit-input-placeholder,
.sv-signup-portlet form textarea::-webkit-input-placeholder {
    color: #767676
}

.sol-form-decoration form input[type=email]:-moz-placeholder,
.sol-form-decoration form input[type=email]::-moz-placeholder,
.sol-form-decoration form input[type=number]:-moz-placeholder,
.sol-form-decoration form input[type=number]::-moz-placeholder,
.sol-form-decoration form input[type=password]:-moz-placeholder,
.sol-form-decoration form input[type=password]::-moz-placeholder,
.sol-form-decoration form input[type=tel]:-moz-placeholder,
.sol-form-decoration form input[type=tel]::-moz-placeholder,
.sol-form-decoration form input[type=text]:-moz-placeholder,
.sol-form-decoration form input[type=text]::-moz-placeholder,
.sol-form-decoration form input[type=url]:-moz-placeholder,
.sol-form-decoration form input[type=url]::-moz-placeholder,
.sol-form-decoration form select:-moz-placeholder,
.sol-form-decoration form select::-moz-placeholder,
.sol-form-decoration form textarea:-moz-placeholder,
.sol-form-decoration form textarea::-moz-placeholder,
.sol-form form input[type=email]:-moz-placeholder,
.sol-form form input[type=email]::-moz-placeholder,
.sol-form form input[type=number]:-moz-placeholder,
.sol-form form input[type=number]::-moz-placeholder,
.sol-form form input[type=password]:-moz-placeholder,
.sol-form form input[type=password]::-moz-placeholder,
.sol-form form input[type=tel]:-moz-placeholder,
.sol-form form input[type=tel]::-moz-placeholder,
.sol-form form input[type=text]:-moz-placeholder,
.sol-form form input[type=text]::-moz-placeholder,
.sol-form form input[type=url]:-moz-placeholder,
.sol-form form input[type=url]::-moz-placeholder,
.sol-form form select:-moz-placeholder,
.sol-form form select::-moz-placeholder,
.sol-form form textarea:-moz-placeholder,
.sol-form form textarea::-moz-placeholder,
.sv-dbform-portlet form input[type=email]:-moz-placeholder,
.sv-dbform-portlet form input[type=email]::-moz-placeholder,
.sv-dbform-portlet form input[type=number]:-moz-placeholder,
.sv-dbform-portlet form input[type=number]::-moz-placeholder,
.sv-dbform-portlet form input[type=password]:-moz-placeholder,
.sv-dbform-portlet form input[type=password]::-moz-placeholder,
.sv-dbform-portlet form input[type=tel]:-moz-placeholder,
.sv-dbform-portlet form input[type=tel]::-moz-placeholder,
.sv-dbform-portlet form input[type=text]:-moz-placeholder,
.sv-dbform-portlet form input[type=text]::-moz-placeholder,
.sv-dbform-portlet form input[type=url]:-moz-placeholder,
.sv-dbform-portlet form input[type=url]::-moz-placeholder,
.sv-dbform-portlet form select:-moz-placeholder,
.sv-dbform-portlet form select::-moz-placeholder,
.sv-dbform-portlet form textarea:-moz-placeholder,
.sv-dbform-portlet form textarea::-moz-placeholder,
.sv-form-portlet form input[type=email]:-moz-placeholder,
.sv-form-portlet form input[type=email]::-moz-placeholder,
.sv-form-portlet form input[type=number]:-moz-placeholder,
.sv-form-portlet form input[type=number]::-moz-placeholder,
.sv-form-portlet form input[type=password]:-moz-placeholder,
.sv-form-portlet form input[type=password]::-moz-placeholder,
.sv-form-portlet form input[type=tel]:-moz-placeholder,
.sv-form-portlet form input[type=tel]::-moz-placeholder,
.sv-form-portlet form input[type=text]:-moz-placeholder,
.sv-form-portlet form input[type=text]::-moz-placeholder,
.sv-form-portlet form input[type=url]:-moz-placeholder,
.sv-form-portlet form input[type=url]::-moz-placeholder,
.sv-form-portlet form select:-moz-placeholder,
.sv-form-portlet form select::-moz-placeholder,
.sv-form-portlet form textarea:-moz-placeholder,
.sv-form-portlet form textarea::-moz-placeholder,
.sv-signup-portlet form input[type=email]:-moz-placeholder,
.sv-signup-portlet form input[type=email]::-moz-placeholder,
.sv-signup-portlet form input[type=number]:-moz-placeholder,
.sv-signup-portlet form input[type=number]::-moz-placeholder,
.sv-signup-portlet form input[type=password]:-moz-placeholder,
.sv-signup-portlet form input[type=password]::-moz-placeholder,
.sv-signup-portlet form input[type=tel]:-moz-placeholder,
.sv-signup-portlet form input[type=tel]::-moz-placeholder,
.sv-signup-portlet form input[type=text]:-moz-placeholder,
.sv-signup-portlet form input[type=text]::-moz-placeholder,
.sv-signup-portlet form input[type=url]:-moz-placeholder,
.sv-signup-portlet form input[type=url]::-moz-placeholder,
.sv-signup-portlet form select:-moz-placeholder,
.sv-signup-portlet form select::-moz-placeholder,
.sv-signup-portlet form textarea:-moz-placeholder,
.sv-signup-portlet form textarea::-moz-placeholder {
    color: #767676
}

.sol-form-decoration form input[type=email]:-ms-input-placeholder,
.sol-form-decoration form input[type=number]:-ms-input-placeholder,
.sol-form-decoration form input[type=password]:-ms-input-placeholder,
.sol-form-decoration form input[type=tel]:-ms-input-placeholder,
.sol-form-decoration form input[type=text]:-ms-input-placeholder,
.sol-form-decoration form input[type=url]:-ms-input-placeholder,
.sol-form-decoration form select:-ms-input-placeholder,
.sol-form-decoration form textarea:-ms-input-placeholder,
.sol-form form input[type=email]:-ms-input-placeholder,
.sol-form form input[type=number]:-ms-input-placeholder,
.sol-form form input[type=password]:-ms-input-placeholder,
.sol-form form input[type=tel]:-ms-input-placeholder,
.sol-form form input[type=text]:-ms-input-placeholder,
.sol-form form input[type=url]:-ms-input-placeholder,
.sol-form form select:-ms-input-placeholder,
.sol-form form textarea:-ms-input-placeholder,
.sv-dbform-portlet form input[type=email]:-ms-input-placeholder,
.sv-dbform-portlet form input[type=number]:-ms-input-placeholder,
.sv-dbform-portlet form input[type=password]:-ms-input-placeholder,
.sv-dbform-portlet form input[type=tel]:-ms-input-placeholder,
.sv-dbform-portlet form input[type=text]:-ms-input-placeholder,
.sv-dbform-portlet form input[type=url]:-ms-input-placeholder,
.sv-dbform-portlet form select:-ms-input-placeholder,
.sv-dbform-portlet form textarea:-ms-input-placeholder,
.sv-form-portlet form input[type=email]:-ms-input-placeholder,
.sv-form-portlet form input[type=number]:-ms-input-placeholder,
.sv-form-portlet form input[type=password]:-ms-input-placeholder,
.sv-form-portlet form input[type=tel]:-ms-input-placeholder,
.sv-form-portlet form input[type=text]:-ms-input-placeholder,
.sv-form-portlet form input[type=url]:-ms-input-placeholder,
.sv-form-portlet form select:-ms-input-placeholder,
.sv-form-portlet form textarea:-ms-input-placeholder,
.sv-signup-portlet form input[type=email]:-ms-input-placeholder,
.sv-signup-portlet form input[type=number]:-ms-input-placeholder,
.sv-signup-portlet form input[type=password]:-ms-input-placeholder,
.sv-signup-portlet form input[type=tel]:-ms-input-placeholder,
.sv-signup-portlet form input[type=text]:-ms-input-placeholder,
.sv-signup-portlet form input[type=url]:-ms-input-placeholder,
.sv-signup-portlet form select:-ms-input-placeholder,
.sv-signup-portlet form textarea:-ms-input-placeholder {
    color: #767676
}

.sol-form-decoration form input[type=email]:focus,
.sol-form-decoration form input[type=number]:focus,
.sol-form-decoration form input[type=password]:focus,
.sol-form-decoration form input[type=tel]:focus,
.sol-form-decoration form input[type=text]:focus,
.sol-form-decoration form input[type=url]:focus,
.sol-form-decoration form select:focus,
.sol-form-decoration form textarea:focus,
.sol-form form input[type=email]:focus,
.sol-form form input[type=number]:focus,
.sol-form form input[type=password]:focus,
.sol-form form input[type=tel]:focus,
.sol-form form input[type=text]:focus,
.sol-form form input[type=url]:focus,
.sol-form form select:focus,
.sol-form form textarea:focus,
.sv-dbform-portlet form input[type=email]:focus,
.sv-dbform-portlet form input[type=number]:focus,
.sv-dbform-portlet form input[type=password]:focus,
.sv-dbform-portlet form input[type=tel]:focus,
.sv-dbform-portlet form input[type=text]:focus,
.sv-dbform-portlet form input[type=url]:focus,
.sv-dbform-portlet form select:focus,
.sv-dbform-portlet form textarea:focus,
.sv-form-portlet form input[type=email]:focus,
.sv-form-portlet form input[type=number]:focus,
.sv-form-portlet form input[type=password]:focus,
.sv-form-portlet form input[type=tel]:focus,
.sv-form-portlet form input[type=text]:focus,
.sv-form-portlet form input[type=url]:focus,
.sv-form-portlet form select:focus,
.sv-form-portlet form textarea:focus,
.sv-signup-portlet form input[type=email]:focus,
.sv-signup-portlet form input[type=number]:focus,
.sv-signup-portlet form input[type=password]:focus,
.sv-signup-portlet form input[type=tel]:focus,
.sv-signup-portlet form input[type=text]:focus,
.sv-signup-portlet form input[type=url]:focus,
.sv-signup-portlet form select:focus,
.sv-signup-portlet form textarea:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-form-decoration form input[type=email]:focus,
.sol-form-decoration form input[type=email]:hover,
.sol-form-decoration form input[type=number]:focus,
.sol-form-decoration form input[type=number]:hover,
.sol-form-decoration form input[type=password]:focus,
.sol-form-decoration form input[type=password]:hover,
.sol-form-decoration form input[type=tel]:focus,
.sol-form-decoration form input[type=tel]:hover,
.sol-form-decoration form input[type=text]:focus,
.sol-form-decoration form input[type=text]:hover,
.sol-form-decoration form input[type=url]:focus,
.sol-form-decoration form input[type=url]:hover,
.sol-form-decoration form select:focus,
.sol-form-decoration form select:hover,
.sol-form-decoration form textarea:focus,
.sol-form-decoration form textarea:hover,
.sol-form form input[type=email]:focus,
.sol-form form input[type=email]:hover,
.sol-form form input[type=number]:focus,
.sol-form form input[type=number]:hover,
.sol-form form input[type=password]:focus,
.sol-form form input[type=password]:hover,
.sol-form form input[type=tel]:focus,
.sol-form form input[type=tel]:hover,
.sol-form form input[type=text]:focus,
.sol-form form input[type=text]:hover,
.sol-form form input[type=url]:focus,
.sol-form form input[type=url]:hover,
.sol-form form select:focus,
.sol-form form select:hover,
.sol-form form textarea:focus,
.sol-form form textarea:hover,
.sv-dbform-portlet form input[type=email]:focus,
.sv-dbform-portlet form input[type=email]:hover,
.sv-dbform-portlet form input[type=number]:focus,
.sv-dbform-portlet form input[type=number]:hover,
.sv-dbform-portlet form input[type=password]:focus,
.sv-dbform-portlet form input[type=password]:hover,
.sv-dbform-portlet form input[type=tel]:focus,
.sv-dbform-portlet form input[type=tel]:hover,
.sv-dbform-portlet form input[type=text]:focus,
.sv-dbform-portlet form input[type=text]:hover,
.sv-dbform-portlet form input[type=url]:focus,
.sv-dbform-portlet form input[type=url]:hover,
.sv-dbform-portlet form select:focus,
.sv-dbform-portlet form select:hover,
.sv-dbform-portlet form textarea:focus,
.sv-dbform-portlet form textarea:hover,
.sv-form-portlet form input[type=email]:focus,
.sv-form-portlet form input[type=email]:hover,
.sv-form-portlet form input[type=number]:focus,
.sv-form-portlet form input[type=number]:hover,
.sv-form-portlet form input[type=password]:focus,
.sv-form-portlet form input[type=password]:hover,
.sv-form-portlet form input[type=tel]:focus,
.sv-form-portlet form input[type=tel]:hover,
.sv-form-portlet form input[type=text]:focus,
.sv-form-portlet form input[type=text]:hover,
.sv-form-portlet form input[type=url]:focus,
.sv-form-portlet form input[type=url]:hover,
.sv-form-portlet form select:focus,
.sv-form-portlet form select:hover,
.sv-form-portlet form textarea:focus,
.sv-form-portlet form textarea:hover,
.sv-signup-portlet form input[type=email]:focus,
.sv-signup-portlet form input[type=email]:hover,
.sv-signup-portlet form input[type=number]:focus,
.sv-signup-portlet form input[type=number]:hover,
.sv-signup-portlet form input[type=password]:focus,
.sv-signup-portlet form input[type=password]:hover,
.sv-signup-portlet form input[type=tel]:focus,
.sv-signup-portlet form input[type=tel]:hover,
.sv-signup-portlet form input[type=text]:focus,
.sv-signup-portlet form input[type=text]:hover,
.sv-signup-portlet form input[type=url]:focus,
.sv-signup-portlet form input[type=url]:hover,
.sv-signup-portlet form select:focus,
.sv-signup-portlet form select:hover,
.sv-signup-portlet form textarea:focus,
.sv-signup-portlet form textarea:hover {
    background-color: #fff;
    border-color: #257cc3
}

.sol-form-decoration form input[type=email]:hover,
.sol-form-decoration form input[type=number]:hover,
.sol-form-decoration form input[type=password]:hover,
.sol-form-decoration form input[type=tel]:hover,
.sol-form-decoration form input[type=text]:hover,
.sol-form-decoration form input[type=url]:hover,
.sol-form-decoration form select:hover,
.sol-form-decoration form textarea:hover,
.sol-form form input[type=email]:hover,
.sol-form form input[type=number]:hover,
.sol-form form input[type=password]:hover,
.sol-form form input[type=tel]:hover,
.sol-form form input[type=text]:hover,
.sol-form form input[type=url]:hover,
.sol-form form select:hover,
.sol-form form textarea:hover,
.sv-dbform-portlet form input[type=email]:hover,
.sv-dbform-portlet form input[type=number]:hover,
.sv-dbform-portlet form input[type=password]:hover,
.sv-dbform-portlet form input[type=tel]:hover,
.sv-dbform-portlet form input[type=text]:hover,
.sv-dbform-portlet form input[type=url]:hover,
.sv-dbform-portlet form select:hover,
.sv-dbform-portlet form textarea:hover,
.sv-form-portlet form input[type=email]:hover,
.sv-form-portlet form input[type=number]:hover,
.sv-form-portlet form input[type=password]:hover,
.sv-form-portlet form input[type=tel]:hover,
.sv-form-portlet form input[type=text]:hover,
.sv-form-portlet form input[type=url]:hover,
.sv-form-portlet form select:hover,
.sv-form-portlet form textarea:hover,
.sv-signup-portlet form input[type=email]:hover,
.sv-signup-portlet form input[type=number]:hover,
.sv-signup-portlet form input[type=password]:hover,
.sv-signup-portlet form input[type=tel]:hover,
.sv-signup-portlet form input[type=text]:hover,
.sv-signup-portlet form input[type=url]:hover,
.sv-signup-portlet form select:hover,
.sv-signup-portlet form textarea:hover {
    border-color: rgba(110, 205, 233, .4)
}

.sol-form-decoration form input[type=email]:invalid,
.sol-form-decoration form input[type=number]:invalid,
.sol-form-decoration form input[type=password]:invalid,
.sol-form-decoration form input[type=tel]:invalid,
.sol-form-decoration form input[type=text]:invalid,
.sol-form-decoration form input[type=url]:invalid,
.sol-form-decoration form select:invalid,
.sol-form-decoration form textarea:invalid,
.sol-form form input[type=email]:invalid,
.sol-form form input[type=number]:invalid,
.sol-form form input[type=password]:invalid,
.sol-form form input[type=tel]:invalid,
.sol-form form input[type=text]:invalid,
.sol-form form input[type=url]:invalid,
.sol-form form select:invalid,
.sol-form form textarea:invalid,
.sv-dbform-portlet form input[type=email]:invalid,
.sv-dbform-portlet form input[type=number]:invalid,
.sv-dbform-portlet form input[type=password]:invalid,
.sv-dbform-portlet form input[type=tel]:invalid,
.sv-dbform-portlet form input[type=text]:invalid,
.sv-dbform-portlet form input[type=url]:invalid,
.sv-dbform-portlet form select:invalid,
.sv-dbform-portlet form textarea:invalid,
.sv-form-portlet form input[type=email]:invalid,
.sv-form-portlet form input[type=number]:invalid,
.sv-form-portlet form input[type=password]:invalid,
.sv-form-portlet form input[type=tel]:invalid,
.sv-form-portlet form input[type=text]:invalid,
.sv-form-portlet form input[type=url]:invalid,
.sv-form-portlet form select:invalid,
.sv-form-portlet form textarea:invalid,
.sv-signup-portlet form input[type=email]:invalid,
.sv-signup-portlet form input[type=number]:invalid,
.sv-signup-portlet form input[type=password]:invalid,
.sv-signup-portlet form input[type=tel]:invalid,
.sv-signup-portlet form input[type=text]:invalid,
.sv-signup-portlet form input[type=url]:invalid,
.sv-signup-portlet form select:invalid,
.sv-signup-portlet form textarea:invalid {
    background-image: url(/webdav/files/System/resources/graphics/icons/Stang.svg)
}

.sol-form-decoration form input[type=email]:required:valid,
.sol-form-decoration form input[type=number]:required:valid,
.sol-form-decoration form input[type=password]:required:valid,
.sol-form-decoration form input[type=tel]:required:valid,
.sol-form-decoration form input[type=text]:required:valid,
.sol-form-decoration form input[type=url]:required:valid,
.sol-form-decoration form select:required:valid,
.sol-form-decoration form textarea:required:valid,
.sol-form form input[type=email]:required:valid,
.sol-form form input[type=number]:required:valid,
.sol-form form input[type=password]:required:valid,
.sol-form form input[type=tel]:required:valid,
.sol-form form input[type=text]:required:valid,
.sol-form form input[type=url]:required:valid,
.sol-form form select:required:valid,
.sol-form form textarea:required:valid,
.sv-dbform-portlet form input[type=email]:required:valid,
.sv-dbform-portlet form input[type=number]:required:valid,
.sv-dbform-portlet form input[type=password]:required:valid,
.sv-dbform-portlet form input[type=tel]:required:valid,
.sv-dbform-portlet form input[type=text]:required:valid,
.sv-dbform-portlet form input[type=url]:required:valid,
.sv-dbform-portlet form select:required:valid,
.sv-dbform-portlet form textarea:required:valid,
.sv-form-portlet form input[type=email]:required:valid,
.sv-form-portlet form input[type=number]:required:valid,
.sv-form-portlet form input[type=password]:required:valid,
.sv-form-portlet form input[type=tel]:required:valid,
.sv-form-portlet form input[type=text]:required:valid,
.sv-form-portlet form input[type=url]:required:valid,
.sv-form-portlet form select:required:valid,
.sv-form-portlet form textarea:required:valid,
.sv-signup-portlet form input[type=email]:required:valid,
.sv-signup-portlet form input[type=number]:required:valid,
.sv-signup-portlet form input[type=password]:required:valid,
.sv-signup-portlet form input[type=tel]:required:valid,
.sv-signup-portlet form input[type=text]:required:valid,
.sv-signup-portlet form input[type=url]:required:valid,
.sv-signup-portlet form select:required:valid,
.sv-signup-portlet form textarea:required:valid {
    background-image: url(/webdav/files/System/resources/graphics/icons/check_valid.svg)
}

.sol-form-decoration form input[type=email]~span.font-normal,
.sol-form-decoration form input[type=number]~span.font-normal,
.sol-form-decoration form input[type=password]~span.font-normal,
.sol-form-decoration form input[type=tel]~span.font-normal,
.sol-form-decoration form input[type=text]~span.font-normal,
.sol-form-decoration form input[type=url]~span.font-normal,
.sol-form-decoration form select~span.font-normal,
.sol-form-decoration form textarea~span.font-normal,
.sol-form form input[type=email]~span.font-normal,
.sol-form form input[type=number]~span.font-normal,
.sol-form form input[type=password]~span.font-normal,
.sol-form form input[type=tel]~span.font-normal,
.sol-form form input[type=text]~span.font-normal,
.sol-form form input[type=url]~span.font-normal,
.sol-form form select~span.font-normal,
.sol-form form textarea~span.font-normal,
.sv-dbform-portlet form input[type=email]~span.font-normal,
.sv-dbform-portlet form input[type=number]~span.font-normal,
.sv-dbform-portlet form input[type=password]~span.font-normal,
.sv-dbform-portlet form input[type=tel]~span.font-normal,
.sv-dbform-portlet form input[type=text]~span.font-normal,
.sv-dbform-portlet form input[type=url]~span.font-normal,
.sv-dbform-portlet form select~span.font-normal,
.sv-dbform-portlet form textarea~span.font-normal,
.sv-form-portlet form input[type=email]~span.font-normal,
.sv-form-portlet form input[type=number]~span.font-normal,
.sv-form-portlet form input[type=password]~span.font-normal,
.sv-form-portlet form input[type=tel]~span.font-normal,
.sv-form-portlet form input[type=text]~span.font-normal,
.sv-form-portlet form input[type=url]~span.font-normal,
.sv-form-portlet form select~span.font-normal,
.sv-form-portlet form textarea~span.font-normal,
.sv-signup-portlet form input[type=email]~span.font-normal,
.sv-signup-portlet form input[type=number]~span.font-normal,
.sv-signup-portlet form input[type=password]~span.font-normal,
.sv-signup-portlet form input[type=tel]~span.font-normal,
.sv-signup-portlet form input[type=text]~span.font-normal,
.sv-signup-portlet form input[type=url]~span.font-normal,
.sv-signup-portlet form select~span.font-normal,
.sv-signup-portlet form textarea~span.font-normal {
    margin-top: -15px;
    margin-bottom: 20px;
    font-size: 15px
}

.sol-form-decoration form textarea,
.sol-form form textarea,
.sv-dbform-portlet form textarea,
.sv-form-portlet form textarea,
.sv-signup-portlet form textarea {
    height: auto
}

.sol-form-decoration form select,
.sol-form form select,
.sv-dbform-portlet form select,
.sv-form-portlet form select,
.sv-signup-portlet form select {
    background-image: url(/webdav/files/System/resources/graphics/icons/chevron-down.svg);
    background-position: right 15px top 12px;
    background-size: 13px;
    cursor: pointer
}

.sol-form-decoration form .sol-form-field,
.sol-form form .sol-form-field,
.sv-dbform-portlet form .sol-form-field,
.sv-form-portlet form .sol-form-field,
.sv-signup-portlet form .sol-form-field {
    margin-bottom: 10px
}

.sol-form-decoration form .sv-formField span.font-normal,
.sol-form form .sv-formField span.font-normal,
.sv-dbform-portlet form .sv-formField span.font-normal,
.sv-form-portlet form .sv-formField span.font-normal,
.sv-signup-portlet form .sv-formField span.font-normal {
    margin-bottom: 5px;
    font-size: 15px
}

.sol-form-decoration form .sv-formField .sv-form-consent,
.sol-form form .sv-formField .sv-form-consent,
.sv-dbform-portlet form .sv-formField .sv-form-consent,
.sv-form-portlet form .sv-formField .sv-form-consent,
.sv-signup-portlet form .sv-formField .sv-form-consent {
    padding-left: 0
}

.sol-form-decoration form .sol-label-container>label,
.sol-form-decoration form .sv-field-title-container>label,
.sol-form-decoration form .sv-login-input-group>label,
.sol-form form .sol-label-container>label,
.sol-form form .sv-field-title-container>label,
.sol-form form .sv-login-input-group>label,
.sv-dbform-portlet form .sol-label-container>label,
.sv-dbform-portlet form .sv-field-title-container>label,
.sv-dbform-portlet form .sv-login-input-group>label,
.sv-form-portlet form .sol-label-container>label,
.sv-form-portlet form .sv-field-title-container>label,
.sv-form-portlet form .sv-login-input-group>label,
.sv-signup-portlet form .sol-label-container>label,
.sv-signup-portlet form .sv-field-title-container>label,
.sv-signup-portlet form .sv-login-input-group>label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px
}

.sol-form-decoration form .sol-label-container>span,
.sol-form-decoration form .sv-field-title-container>span,
.sol-form-decoration form .sv-login-input-group>span,
.sol-form form .sol-label-container>span,
.sol-form form .sv-field-title-container>span,
.sol-form form .sv-login-input-group>span,
.sv-dbform-portlet form .sol-label-container>span,
.sv-dbform-portlet form .sv-field-title-container>span,
.sv-dbform-portlet form .sv-login-input-group>span,
.sv-form-portlet form .sol-label-container>span,
.sv-form-portlet form .sv-field-title-container>span,
.sv-form-portlet form .sv-login-input-group>span,
.sv-signup-portlet form .sol-label-container>span,
.sv-signup-portlet form .sv-field-title-container>span,
.sv-signup-portlet form .sv-login-input-group>span {
    display: block;
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 14px
}

.sol-form-decoration form .sol-form-control--file__label,
.sol-form form .sol-form-control--file__label,
.sv-dbform-portlet form .sol-form-control--file__label,
.sv-form-portlet form .sol-form-control--file__label,
.sv-signup-portlet form .sol-form-control--file__label {
    background: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 17px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: Source Sans Pro, sans-serif;
    line-height: 22px;
    text-decoration: none;
    cursor: pointer;
    background-color: #226651;
    box-shadow: none;
    border-radius: 5px;
    padding: 7px 34px;
    text-decoration: none !important;
    font-weight: 600;
    letter-spacing: .2px;
    text-align: center;
    transition: all .2s ease;
    color: #fff;
    background-color: #388e9a;
    border: 2px solid #388e9a;
    display: inline-block !important;
    margin-top: 20px
}

.sol-form-decoration form .sol-form-control--file__label:focus,
.sol-form form .sol-form-control--file__label:focus,
.sv-dbform-portlet form .sol-form-control--file__label:focus,
.sv-form-portlet form .sol-form-control--file__label:focus,
.sv-signup-portlet form .sol-form-control--file__label:focus,
[data-whatinput=keyboard] .sol-form-decoration form .sol-form-control--file__label:focus,
[data-whatinput=keyboard] .sol-form form .sol-form-control--file__label:focus,
[data-whatinput=keyboard] .sv-dbform-portlet form .sol-form-control--file__label:focus,
[data-whatinput=keyboard] .sv-form-portlet form .sol-form-control--file__label:focus,
[data-whatinput=keyboard] .sv-signup-portlet form .sol-form-control--file__label:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .sol-form-decoration form .sol-form-control--file__label:focus,
[data-whatinput=initial] .sol-form form .sol-form-control--file__label:focus,
[data-whatinput=initial] .sv-dbform-portlet form .sol-form-control--file__label:focus,
[data-whatinput=initial] .sv-form-portlet form .sol-form-control--file__label:focus,
[data-whatinput=initial] .sv-signup-portlet form .sol-form-control--file__label:focus,
[data-whatinput=mouse] .sol-form-decoration form .sol-form-control--file__label:focus,
[data-whatinput=mouse] .sol-form form .sol-form-control--file__label:focus,
[data-whatinput=mouse] .sv-dbform-portlet form .sol-form-control--file__label:focus,
[data-whatinput=mouse] .sv-form-portlet form .sol-form-control--file__label:focus,
[data-whatinput=mouse] .sv-signup-portlet form .sol-form-control--file__label:focus,
[data-whatinput=touch] .sol-form-decoration form .sol-form-control--file__label:focus,
[data-whatinput=touch] .sol-form form .sol-form-control--file__label:focus,
[data-whatinput=touch] .sv-dbform-portlet form .sol-form-control--file__label:focus,
[data-whatinput=touch] .sv-form-portlet form .sol-form-control--file__label:focus,
[data-whatinput=touch] .sv-signup-portlet form .sol-form-control--file__label:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-form-decoration form .sol-form-control--file__label:hover,
.sol-form form .sol-form-control--file__label:hover,
.sv-dbform-portlet form .sol-form-control--file__label:hover,
.sv-form-portlet form .sol-form-control--file__label:hover,
.sv-signup-portlet form .sol-form-control--file__label:hover {
    background-color: #dae5df
}

.sol-form-decoration form .sol-form-control--file__label p.font-normal,
.sol-form form .sol-form-control--file__label p.font-normal,
.sv-dbform-portlet form .sol-form-control--file__label p.font-normal,
.sv-form-portlet form .sol-form-control--file__label p.font-normal,
.sv-signup-portlet form .sol-form-control--file__label p.font-normal {
    margin: 0
}

.sol-form-decoration form .sol-form-control--file__label i.fa,
.sol-form form .sol-form-control--file__label i.fa,
.sv-dbform-portlet form .sol-form-control--file__label i.fa,
.sv-form-portlet form .sol-form-control--file__label i.fa,
.sv-signup-portlet form .sol-form-control--file__label i.fa {
    margin-right: 10px;
    margin-left: -5px;
    font-weight: 400
}

.sol-form-decoration form .sol-form-control--file__label:hover,
.sol-form form .sol-form-control--file__label:hover,
.sv-dbform-portlet form .sol-form-control--file__label:hover,
.sv-form-portlet form .sol-form-control--file__label:hover,
.sv-signup-portlet form .sol-form-control--file__label:hover {
    background-color: rgba(56, 142, 154, .1);
    color: #0C271D;
    border: 2px solid rgba(14, 60, 93, .2);
    background-color: var(--sea-20);
    border: 2px solid rgba(56, 142, 154, .2)
}

.sol-form-decoration form .sv-form-datefield>div,
.sol-form form .sv-form-datefield>div,
.sv-dbform-portlet form .sv-form-datefield>div,
.sv-form-portlet form .sv-form-datefield>div,
.sv-signup-portlet form .sv-form-datefield>div {
    width: 50%;
    margin: 0 !important
}

.sol-form-decoration form .sv-form-datefield>div:first-of-type,
.sol-form form .sv-form-datefield>div:first-of-type,
.sv-dbform-portlet form .sv-form-datefield>div:first-of-type,
.sv-form-portlet form .sv-form-datefield>div:first-of-type,
.sv-signup-portlet form .sv-form-datefield>div:first-of-type {
    padding-right: 5px
}

.sol-form-decoration form .sv-form-datefield>div:nth-of-type(2),
.sol-form form .sv-form-datefield>div:nth-of-type(2),
.sv-dbform-portlet form .sv-form-datefield>div:nth-of-type(2),
.sv-form-portlet form .sv-form-datefield>div:nth-of-type(2),
.sv-signup-portlet form .sv-form-datefield>div:nth-of-type(2) {
    padding-left: 5px
}

.sol-form-decoration form .sv-form-datefield>div select,
.sol-form form .sv-form-datefield>div select,
.sv-dbform-portlet form .sv-form-datefield>div select,
.sv-form-portlet form .sv-form-datefield>div select,
.sv-signup-portlet form .sv-form-datefield>div select {
    min-width: 100%;
    margin-bottom: 10px
}

.sol-form-decoration form br,
.sol-form form br,
.sv-dbform-portlet form br,
.sv-form-portlet form br,
.sv-signup-portlet form br {
    display: none
}

.sol-form-decoration form .font-normal,
.sol-form form .font-normal,
.sv-dbform-portlet form .font-normal,
.sv-form-portlet form .font-normal,
.sv-signup-portlet form .font-normal {
    display: block
}

@media (max-width:767px) {
    .sol-form-decoration form .sv-formField,
    .sol-form form .sv-formField,
    .sv-dbform-portlet form .sv-formField,
    .sv-form-portlet form .sv-formField,
    .sv-signup-portlet form .sv-formField {
        width: 100%;
        padding: 0
    }
}

.sol-form-decoration form input[type=checkbox],
.sol-form-decoration form input[type=radio],
.sol-form form input[type=checkbox],
.sol-form form input[type=radio],
.sv-dbform-portlet form input[type=checkbox],
.sv-dbform-portlet form input[type=radio],
.sv-form-portlet form input[type=checkbox],
.sv-form-portlet form input[type=radio],
.sv-signup-portlet form input[type=checkbox],
.sv-signup-portlet form input[type=radio] {
    display: none
}

.sol-form-decoration form input[type=checkbox]+label:before,
.sol-form-decoration form input[type=radio]+label:before,
.sol-form form input[type=checkbox]+label:before,
.sol-form form input[type=radio]+label:before,
.sv-dbform-portlet form input[type=checkbox]+label:before,
.sv-dbform-portlet form input[type=radio]+label:before,
.sv-form-portlet form input[type=checkbox]+label:before,
.sv-form-portlet form input[type=radio]+label:before,
.sv-signup-portlet form input[type=checkbox]+label:before,
.sv-signup-portlet form input[type=radio]+label:before {
    position: relative;
    position: absolute;
    top: -1px;
    left: 0;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    text-align: center;
    border: 2px solid #226651;
    border-radius: 3px;
    content: "";
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: color, background-color, border-color, border-width
}

.sol-form-decoration form input[type=checkbox]+label,
.sol-form-decoration form input[type=radio]+label,
.sol-form form input[type=checkbox]+label,
.sol-form form input[type=radio]+label,
.sv-dbform-portlet form input[type=checkbox]+label,
.sv-dbform-portlet form input[type=radio]+label,
.sv-form-portlet form input[type=checkbox]+label,
.sv-form-portlet form input[type=radio]+label,
.sv-signup-portlet form input[type=checkbox]+label,
.sv-signup-portlet form input[type=radio]+label {
    position: relative;
    display: block;
    margin-bottom: 10px;
    padding-left: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3em;
    cursor: pointer
}

.sol-form-decoration form input[type=checkbox]:checked+label:before,
.sol-form form input[type=checkbox]:checked+label:before,
.sv-dbform-portlet form input[type=checkbox]:checked+label:before,
.sv-form-portlet form input[type=checkbox]:checked+label:before,
.sv-signup-portlet form input[type=checkbox]:checked+label:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 12px;
    content: "\f00c";
    padding-top: 2px;
    color: #fff;
    background-color: #226651;
    border-color: #226651
}

.sol-form-decoration form input[type=checkbox]:checked+label:before.fa-pull-left,
.sol-form form input[type=checkbox]:checked+label:before.fa-pull-left,
.sv-dbform-portlet form input[type=checkbox]:checked+label:before.fa-pull-left,
.sv-form-portlet form input[type=checkbox]:checked+label:before.fa-pull-left,
.sv-signup-portlet form input[type=checkbox]:checked+label:before.fa-pull-left {
    margin-right: .3em
}

.sol-form-decoration form input[type=checkbox]:checked+label:before.fa-pull-right,
.sol-form form input[type=checkbox]:checked+label:before.fa-pull-right,
.sv-dbform-portlet form input[type=checkbox]:checked+label:before.fa-pull-right,
.sv-form-portlet form input[type=checkbox]:checked+label:before.fa-pull-right,
.sv-signup-portlet form input[type=checkbox]:checked+label:before.fa-pull-right {
    margin-left: .3em
}

.sol-form-decoration form input[type=checkbox]:checked+label:before.pull-left,
.sol-form form input[type=checkbox]:checked+label:before.pull-left,
.sv-dbform-portlet form input[type=checkbox]:checked+label:before.pull-left,
.sv-form-portlet form input[type=checkbox]:checked+label:before.pull-left,
.sv-signup-portlet form input[type=checkbox]:checked+label:before.pull-left {
    margin-right: .3em
}

.sol-form-decoration form input[type=checkbox]:checked+label:before.pull-right,
.sol-form form input[type=checkbox]:checked+label:before.pull-right,
.sv-dbform-portlet form input[type=checkbox]:checked+label:before.pull-right,
.sv-form-portlet form input[type=checkbox]:checked+label:before.pull-right,
.sv-signup-portlet form input[type=checkbox]:checked+label:before.pull-right {
    margin-left: .3em
}

.sol-form-decoration form input[type=radio]+label:before,
.sol-form form input[type=radio]+label:before,
.sv-dbform-portlet form input[type=radio]+label:before,
.sv-form-portlet form input[type=radio]+label:before,
.sv-signup-portlet form input[type=radio]+label:before {
    border-radius: 50%
}

.sol-form-decoration form input[type=radio]:checked+label:before,
.sol-form form input[type=radio]:checked+label:before,
.sv-dbform-portlet form input[type=radio]:checked+label:before,
.sv-form-portlet form input[type=radio]:checked+label:before,
.sv-signup-portlet form input[type=radio]:checked+label:before {
    border-color: #226651;
    border-width: 4px
}

.sol-form-decoration form button[type=submit],
.sol-form-decoration form input[type=submit],
.sol-form form button[type=submit],
.sol-form form input[type=submit],
.sv-dbform-portlet form button[type=submit],
.sv-dbform-portlet form input[type=submit],
.sv-form-portlet form button[type=submit],
.sv-form-portlet form input[type=submit],
.sv-signup-portlet form button[type=submit],
.sv-signup-portlet form input[type=submit] {
    background: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 17px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: Source Sans Pro, sans-serif;
    line-height: 22px;
    text-decoration: none;
    cursor: pointer;
    background-color: #226651;
    border: 2px solid #226651;
    box-shadow: none;
    border-radius: 5px;
    color: #fff;
    text-decoration: none !important;
    font-weight: 600;
    letter-spacing: .2px;
    text-align: center;
    transition: all .2s ease;
    margin-top: 20px;
    padding: 7px 25px
}

.sol-form-decoration form button[type=submit]:focus,
.sol-form-decoration form input[type=submit]:focus,
.sol-form form button[type=submit]:focus,
.sol-form form input[type=submit]:focus,
.sv-dbform-portlet form button[type=submit]:focus,
.sv-dbform-portlet form input[type=submit]:focus,
.sv-form-portlet form button[type=submit]:focus,
.sv-form-portlet form input[type=submit]:focus,
.sv-signup-portlet form button[type=submit]:focus,
.sv-signup-portlet form input[type=submit]:focus,
[data-whatinput=keyboard] .sol-form-decoration form button[type=submit]:focus,
[data-whatinput=keyboard] .sol-form-decoration form input[type=submit]:focus,
[data-whatinput=keyboard] .sol-form form button[type=submit]:focus,
[data-whatinput=keyboard] .sol-form form input[type=submit]:focus,
[data-whatinput=keyboard] .sv-dbform-portlet form button[type=submit]:focus,
[data-whatinput=keyboard] .sv-dbform-portlet form input[type=submit]:focus,
[data-whatinput=keyboard] .sv-form-portlet form button[type=submit]:focus,
[data-whatinput=keyboard] .sv-form-portlet form input[type=submit]:focus,
[data-whatinput=keyboard] .sv-signup-portlet form button[type=submit]:focus,
[data-whatinput=keyboard] .sv-signup-portlet form input[type=submit]:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .sol-form-decoration form button[type=submit]:focus,
[data-whatinput=initial] .sol-form-decoration form input[type=submit]:focus,
[data-whatinput=initial] .sol-form form button[type=submit]:focus,
[data-whatinput=initial] .sol-form form input[type=submit]:focus,
[data-whatinput=initial] .sv-dbform-portlet form button[type=submit]:focus,
[data-whatinput=initial] .sv-dbform-portlet form input[type=submit]:focus,
[data-whatinput=initial] .sv-form-portlet form button[type=submit]:focus,
[data-whatinput=initial] .sv-form-portlet form input[type=submit]:focus,
[data-whatinput=initial] .sv-signup-portlet form button[type=submit]:focus,
[data-whatinput=initial] .sv-signup-portlet form input[type=submit]:focus,
[data-whatinput=mouse] .sol-form-decoration form button[type=submit]:focus,
[data-whatinput=mouse] .sol-form-decoration form input[type=submit]:focus,
[data-whatinput=mouse] .sol-form form button[type=submit]:focus,
[data-whatinput=mouse] .sol-form form input[type=submit]:focus,
[data-whatinput=mouse] .sv-dbform-portlet form button[type=submit]:focus,
[data-whatinput=mouse] .sv-dbform-portlet form input[type=submit]:focus,
[data-whatinput=mouse] .sv-form-portlet form button[type=submit]:focus,
[data-whatinput=mouse] .sv-form-portlet form input[type=submit]:focus,
[data-whatinput=mouse] .sv-signup-portlet form button[type=submit]:focus,
[data-whatinput=mouse] .sv-signup-portlet form input[type=submit]:focus,
[data-whatinput=touch] .sol-form-decoration form button[type=submit]:focus,
[data-whatinput=touch] .sol-form-decoration form input[type=submit]:focus,
[data-whatinput=touch] .sol-form form button[type=submit]:focus,
[data-whatinput=touch] .sol-form form input[type=submit]:focus,
[data-whatinput=touch] .sv-dbform-portlet form button[type=submit]:focus,
[data-whatinput=touch] .sv-dbform-portlet form input[type=submit]:focus,
[data-whatinput=touch] .sv-form-portlet form button[type=submit]:focus,
[data-whatinput=touch] .sv-form-portlet form input[type=submit]:focus,
[data-whatinput=touch] .sv-signup-portlet form button[type=submit]:focus,
[data-whatinput=touch] .sv-signup-portlet form input[type=submit]:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-form-decoration form button[type=submit]:hover,
.sol-form-decoration form input[type=submit]:hover,
.sol-form form button[type=submit]:hover,
.sol-form form input[type=submit]:hover,
.sv-dbform-portlet form button[type=submit]:hover,
.sv-dbform-portlet form input[type=submit]:hover,
.sv-form-portlet form button[type=submit]:hover,
.sv-form-portlet form input[type=submit]:hover,
.sv-signup-portlet form button[type=submit]:hover,
.sv-signup-portlet form input[type=submit]:hover {
    background-color: #dae5df
}

.sol-form-decoration form button[type=submit] p.font-normal,
.sol-form-decoration form input[type=submit] p.font-normal,
.sol-form form button[type=submit] p.font-normal,
.sol-form form input[type=submit] p.font-normal,
.sv-dbform-portlet form button[type=submit] p.font-normal,
.sv-dbform-portlet form input[type=submit] p.font-normal,
.sv-form-portlet form button[type=submit] p.font-normal,
.sv-form-portlet form input[type=submit] p.font-normal,
.sv-signup-portlet form button[type=submit] p.font-normal,
.sv-signup-portlet form input[type=submit] p.font-normal {
    margin: 0
}

.sol-form-decoration form button[type=submit] i.fa,
.sol-form-decoration form input[type=submit] i.fa,
.sol-form form button[type=submit] i.fa,
.sol-form form input[type=submit] i.fa,
.sv-dbform-portlet form button[type=submit] i.fa,
.sv-dbform-portlet form input[type=submit] i.fa,
.sv-form-portlet form button[type=submit] i.fa,
.sv-form-portlet form input[type=submit] i.fa,
.sv-signup-portlet form button[type=submit] i.fa,
.sv-signup-portlet form input[type=submit] i.fa {
    margin-right: 10px;
    margin-left: -5px;
    font-weight: 400
}

.sol-form-decoration form button[type=submit]:hover,
.sol-form-decoration form input[type=submit]:hover,
.sol-form form button[type=submit]:hover,
.sol-form form input[type=submit]:hover,
.sv-dbform-portlet form button[type=submit]:hover,
.sv-dbform-portlet form input[type=submit]:hover,
.sv-form-portlet form button[type=submit]:hover,
.sv-form-portlet form input[type=submit]:hover,
.sv-signup-portlet form button[type=submit]:hover,
.sv-signup-portlet form input[type=submit]:hover {
    background-color: rgba(56, 142, 154, .1);
    color: #0C271D;
    border: 2px solid rgba(14, 60, 93, .2)
}

.sol-form-decoration form button[type=submit]>i.fa,
.sol-form-decoration form input[type=submit]>i.fa,
.sol-form form button[type=submit]>i.fa,
.sol-form form input[type=submit]>i.fa,
.sv-dbform-portlet form button[type=submit]>i.fa,
.sv-dbform-portlet form input[type=submit]>i.fa,
.sv-form-portlet form button[type=submit]>i.fa,
.sv-form-portlet form input[type=submit]>i.fa,
.sv-signup-portlet form button[type=submit]>i.fa,
.sv-signup-portlet form input[type=submit]>i.fa {
    margin-right: 11px;
    margin-left: -15px
}

.sol-form-decoration form .sol-form-divider,
.sol-form form .sol-form-divider,
.sv-dbform-portlet form .sol-form-divider,
.sv-form-portlet form .sol-form-divider,
.sv-signup-portlet form .sol-form-divider {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #d3d3d3
}

.sol-collapsible-decoration .sol-form,
.sol-collapsible-decoration .sol-form-decoration,
.sol-collapsible-decoration .sv-dbform-portlet,
.sol-collapsible-decoration .sv-form-portlet,
.sol-collapsible-decoration .sv-signup-portlet {
    padding: 0;
    border: none
}

#berakningskalkyl-table td {
    padding: 10px 20px
}

.sol-kalkyl-scrollbar {
    position: relative;
    overflow: auto
}

.sol-kalkyl-scrollbar::-webkit-scrollbar {
    height: 12px;
    -webkit-appearance: none
}

.sol-kalkyl-scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 0;
    box-shadow: 0 0 1px hsla(0, 0%, 100%, .5)
}

.sol-kalkyl-scrollbar::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .1)
}

.sol-kalkyl-scrollbar--inner {
    width: 752px;
    height: 20px
}

.sol-form-with-table {
    padding: 0 0 20px;
    overflow: auto;
    border: none
}

.sol-form-with-table::-webkit-scrollbar {
    height: 12px;
    -webkit-appearance: none
}

.sol-form-with-table::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 0;
    box-shadow: 0 0 1px hsla(0, 0%, 100%, .5)
}

.sol-form-with-table::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .1)
}

.sol-form-with-table::-webkit-scroll {
    position: absolute;
    top: 0
}

.sol-form-with-table table {
    width: 100%;
    margin: 20px 0
}

.sol-form-with-table table tr {
    height: 49px
}

.sol-form-with-table input[type=text] {
    display: inline-block !important;
    width: auto !important;
    background-color: #fff !important
}

.sol-form-with-table label {
    display: inline-block !important;
    margin-right: 10px;
    margin-bottom: inherit !important
}

.sol-form-with-table label:before {
    margin-right: 5px !important
}

.sol-form-with-table button,
.sol-form-with-table input[type=button] {
    padding: 7px 34px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .2px;
    text-align: center;
    text-decoration: none !important;
    background-color: #226651;
    border: 2px solid #226651;
    border-radius: 5px;
    box-shadow: none;
    cursor: pointer;
    transition: all .2s ease
}

.sol-form-with-table button:hover,
.sol-form-with-table input[type=button]:hover {
    color: #0C271D;
    background-color: #dae5df;
    border: 2px solid rgba(14, 60, 93, .2)
}

.sv-responsiveTable--stacked :not(.fa) {
    font-family: Source Sans Pro, sans-serif
}

.sv-responsiveTable--stacked__headRow {
    color: #000;
    line-height: normal;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 300
}

.sv-responsiveTable--stacked__headRow--main {
    background-color: #226651;
    padding: 11px 18px;
    border-right: 1px solid rgba(232, 243, 248, .3)
}

.sv-responsiveTable--stacked__headRow--main p {
    font-size: 13px !important;
    line-height: 22px !important;
    color: #fff !important;
    font-weight: 700 !important
}

.sv-text-portlet table.sol-table-decoration {
    height: 100%;
    width: 100%;
    border-collapse: collapse;
    border-radius: 3px;
    border-style: hidden;
    box-shadow: 0 0 0 1px #e8f3f8;
    overflow: hidden
}

.sv-text-portlet table.sol-table-decoration caption {
    margin-top: 25px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 800;
    overflow-wrap: unset !important;
    width: max-content !important;
}

.sv-text-portlet table.sol-table-decoration thead {
    background-color: #3a92b3
}

.sv-text-portlet table.sol-table-decoration thead th {
    padding: 11px 18px;
    border-right: 1px solid rgba(232, 243, 248, .3)
}

.sv-text-portlet table.sol-table-decoration thead th p {
    font-family: Source Sans Pro, sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #000;
    font-weight: 700
}

.sv-text-portlet table.sol-table-decoration thead th:last-child {
    border: none;
    border-top-right-radius: 3px
}

.sv-text-portlet table.sol-table-decoration thead th:first-child {
    border-top-left-radius: 3px
}

.sv-text-portlet table.sol-table-decoration tbody {
    background-color: #fff
}

.sv-text-portlet table.sol-table-decoration tbody tr td {
    border-right: 1px solid rgba(14, 60, 93, .15);
    padding: 11px 18px
}

.sv-text-portlet table.sol-table-decoration tbody tr td p {
    font-family: Source Sans Pro, sans-serif;
    font-size: 13px;
    font-weight: 300
}

.sv-text-portlet table.sol-table-decoration tbody tr td:last-child {
    border: none
}

@media (max-width:767px) {
    .sv-text-portlet table.sol-table-decoration {
        width: 100% !important
    }
    .sv-text-portlet table.sol-table-decoration.sv-responsiveTable--stacked__smallOnly {
        display: block
    }
    .sv-text-portlet table.sol-table-decoration.sv-responsiveTable--stacked__smallOnly tbody {
        display: block;
        width: 100%
    }
    .sv-text-portlet table.sol-table-decoration.sv-responsiveTable--stacked__smallOnly tbody tr td {
        word-break: break-all
    }
}

.sol-widget-decoration-wrapper a {
    text-decoration: none
}

.sol-widget-decoration {
    overflow: hidden;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    text-decoration: none
}

.sol-widget-decoration .sol-widget-decoration-img {
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    height: 170px
}

@media (max-width:991px) {
    .sol-widget-decoration .sol-widget-decoration-img {
        height: 124px
    }
}

@media (max-width:767px) {
    .sol-widget-decoration .sol-widget-decoration-img {
        height: 250px
    }
}

.sol-widget-decoration .sol-widget-decoration-img:before {
    content: "";
    background-color: #226651;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: opacity
}

.sol-widget-decoration .sv-text-portlet {
    position: relative;
    max-height: 133px;
    padding: 10px 20px 15px;
    font-size: 13px;
    line-height: 20px
}

.sol-widget-decoration .sv-text-portlet:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 55px;
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff 85%)
}

.sol-widget-decoration .font-widget-heading {
    display: block;
    margin-bottom: 3px;
    color: #0C271D;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: color
}

.sol-widget-decoration .font-normal {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.4em
}

.sol-widget-decoration:hover .sol-widget-decoration-img:before {
    opacity: .5
}

.sol-widget-decoration:hover .font-widget-heading {
    color: #226651;
    text-decoration: underline
}

.sol-pale-sea-cnt {
    background-color: #dae5df
}

.sol-grid {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto
}

.sol-element-action {
    position: relative;
    display: flex;
    align-items: center;
    width: 543px;
    min-height: 40px;
    overflow: hidden;
    border-radius: 0px;
    background-color: #226651;
    border: 2px solid #226651;
    margin-bottom: 20px;
    transition: all .2s ease
}

.sol-element-action:hover {
    background-color: #1d5547;
    border-color: #1d5547
}

.sol-element-action:after {
    content: "";
    min-height: inherit;
    font-size: 0
}

@media (max-width:767px) {
    .sol-element-action {
        height: auto;
        min-height: 40px;
        width: auto
    }
}

.sol-element-action__link {
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    z-index: 2;
    padding-left: 55px;
    width: 100%
}

@media (max-width:767px) {
    .sol-element-action__link {
        flex-basis: 85%
    }
}

.sol-element-action__text {
    color: #0e3c5d;
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
    text-decoration: none
}

.sol-element-action__icon {
    position: absolute;
    left: 15px;
    top: 4px;
    display: inline-flex;
    align-items: center;
    width: 28px;
    height: 28px;
    margin-right: 12px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid hsla(0, 0%, 100%, .4)
}

.sol-element-action__icon i.fa {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #0e3c5d
}

.sol-link-tablet {
    width: 543px;
    height: 40px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #226651;
    border: 2px solid #226651;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .sol-link-tablet {
        max-width: 100%;
        height: auto;
        padding: 10px
    }
}

.sol-link-tablet .sol-link-tablet__link {
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: center
}

.sol-link-tablet .sol-link-tablet__text {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    text-decoration: none
}

@media (max-width:767px) {
    .sol-link-tablet .sol-link-tablet__text {
        line-height: 1.1;
        max-width: 80%;
        font-size: 16px
    }
}

.sol-link-tablet .sol-link-tablet__icon {
    display: inline-flex;
    align-items: center;
    width: 28px;
    height: 28px;
    margin-right: 12px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid hsla(0, 0%, 100%, .4)
}

.sol-link-tablet .sol-link-tablet__icon i.fa {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #226651
}

.sol-deep-rose .sol-element-action,
.sol-deep-rose .sol-link-tablet {
    background-color: #bb3e87
}

.sol-deep-rose .sol-element-action__icon i.fa,
.sol-deep-rose .sol-link-tablet__icon i.fa {
    color: #bb3e87 !important
}

.sol-light-olive-green .sol-element-action,
.sol-light-olive-green .sol-link-tablet {
    background-color: #92b461
}

.sol-light-olive-green .sol-element-action__icon i.fa,
.sol-light-olive-green .sol-link-tablet__icon i.fa {
    color: #92b461 !important
}

.sol-sea .sol-element-action,
.sol-sea .sol-link-tablet {
    background-color: #388e9a
}

.sol-sea .sol-element-action__icon i.fa,
.sol-sea .sol-link-tablet__icon i.fa {
    color: #388e9a !important
}

.sol-color-modifier--blue .sol-element-action {
    background-color: #226651;
    border-color: #226651
}

.sol-color-modifier--blue .sol-element-action:hover {
    background-color: #114a73;
    border-color: #114a73
}

.sol-feedback {
    border-radius: 5px
}

.sol-contact-rating-cnt h3 {
    font-size: 16px !important
}

.sol-contact-rating-cnt label[for=feedbackMessage] {
    font-size: 15px;
    line-height: 1.23
}

.sol-contact-rating-cnt .sol-feedback__error {
    background-color: #dae5df;
    padding: 0 20px 15px
}

.sol-contact-rating-cnt .sol-feedback__error h3,
.sol-contact-rating-cnt .sol-feedback__thanks {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 30px 21px 17px
}

.sol-contact-rating-cnt .sol-feedback__thanks__wrapper {
    background-color: #dae5df;
    padding: 0 20px 15px
}

@media (max-width:991px) {
    .sol-contact-rating-cnt .sol-feedback__thanks__wrapper {
        padding-left: 10px;
        padding-right: 10px
    }
}

.sol-contact-rating-cnt .sol-feedback__thanks h3 {
    font-size: 16px;
    margin-top: 0
}

@media (max-width:767px) {
    .sol-contact-rating-cnt .sol-feedback__thanks h3+span {
        font-size: 15px
    }
}

.sol-contact-rating-cnt .sol-feedback__container {
    background-color: #dae5df;
    border-color: #dae5df;
    padding-top: 0
}

.sol-contact-rating-cnt .sol-feedback__form {
    background-color: #fff;
    padding: 12px 15px 29px;
    border-radius: 5px
}

.sol-contact-rating-cnt .sol-feedback__form__info {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.23
}

.sol-contact-rating-cnt .sol-feedback__form label {
    display: block
}

.sol-contact-rating-cnt .sol-feedback__form textarea {
    background-color: #fff
}

.sv-rating-portlet .thank-you {
    display: flex !important;
    width: 490px;
    padding: 12px 32px;
    color: #0C271D;
    font-size: 16px;
    font-weight: 700
}

.sv-rating-portlet .thank-you,
.sv-rating-portlet form {
    align-items: center;
    background-color: #dae5df;
    height: 45px;
    border-radius: 5px
}

.sv-rating-portlet form {
    display: flex;
    width: 100%;
    padding: 12px 25px
}

@media (min-width:768px) and (max-width:991px) {
    .sv-rating-portlet form {
        width: 100%
    }
}

@media (max-width:767px) {
    .sv-rating-portlet form {
        width: 100%;
        height: 70px;
        justify-content: space-between
    }
}

.sv-rating-portlet form .sol-feedback-title {
    color: #0C271D;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    margin-right: 34px;
    line-height: 1.4
}

@media (max-width:767px) {
    .sv-rating-portlet form .sol-feedback-title {
        margin-right: 0;
        font-size: 14px;
        font-weight: 700
    }
}

.sv-rating-portlet form .sol-feedback-title+div {
    display: inline-flex
}

@media (max-width:767px) {
    .sv-rating-portlet form>div {
        flex-basis: 150px;
        text-align: right
    }
}

.sv-rating-portlet form input[type=button] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    border-color: transparent;
    outline: none;
    width: 45px;
    height: 35px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    color: #0C271D;
    background: #fff;
    cursor: pointer
}

.sv-rating-portlet form input[type=button][value=Ja] {
    margin-right: 11px
}

.sol-process-flow {
    margin-right: 15px;
    margin-left: 15px;
    opacity: 0;
    transition: opacity .2s ease;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05)
}

.sol-process-flow .slick-list,
.sol-process-flow .slick-track {
    height: 100%
}

.sol-process-flow .slick-next,
.sol-process-flow .slick-prev {
    transform: none;
    top: 7px;
    z-index: 9;
    background-color: #226651;
    width: 29px;
    height: 29px;
    border-radius: 50%
}

.sol-process-flow .slick-next:before,
.sol-process-flow .slick-prev:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    background-image: url(/webdav/files/System/resources/graphics/icons/Chevron-down-white.svg);
    width: 15px;
    height: 20px;
    background-size: 100% 100%
}

.sol-process-flow .slick-next.sol-hidden,
.sol-process-flow .slick-prev.sol-hidden {
    display: none !important
}

.sol-process-flow .slick-next {
    right: -10px
}

.sol-process-flow .slick-next:before {
    transform: translate(-50%, -50%) rotate(-90deg)
}

.sol-process-flow .slick-prev {
    left: -10px
}

.sol-process-flow .slick-prev:before {
    transform: translate(-50%, -50%) rotate(90deg)
}

.sol-process-flow .sv-decoration-content {
    padding: 25px 25px 31px;
    background-color: #fff;
    width: 100% !important;
    display: block
}

.sol-process-flow .sv-decoration-content>div {
    display: none
}

.sol-process-flow .sol-collapsible-decoration .sv-decoration-content>div {
    display: block
}

.sol-process-flow__stage__header {
    position: relative;
    display: inline-flex !important;
    padding-top: 35px;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    outline: 0
}

.sol-process-flow__stage__header:before {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #ececec;
    left: 0;
    top: 20px;
    right: 0;
    height: 3px
}

.sol-process-flow__stage__header:after {
    box-sizing: border-box;
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 14px;
    transform: translate(-50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #92b461;
    z-index: 2
}

.sol-process-flow__stage__header.user-selected {
    background-color: #fff
}

.sol-process-flow__stage__header[data-stage-status=ongoing]:after {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 5px solid #92b461;
    top: 9px
}

.sol-process-flow__stage__header[data-stage-status=unhandled] .sol-process-flow__stage__name,
.sol-process-flow__stage__header[data-stage-status=unhandled] .sol-process-flow__stage__num {
    color: #9d9d9d
}

.sol-process-flow__stage__header[data-stage-status=unhandled]:after {
    background-color: #dae5df;
    border: 2px solid #e7e7e7
}

.sol-process-flow__stage__header[data-is-last-stage=true]:before {
    transform: translateX(-50%)
}

.sol-process-flow__stage__header[data-stage-num="1"]:before {
    left: 50%;
    top: 20px;
    right: 0;
    height: 3px
}

.sol-process-flow__stage__num {
    font-size: 20px;
    font-weight: 700
}

.sol-process-flow__stage__name {
    font-size: 12px;
    line-height: 12px;
    text-align: center
}

.sol-process-flow__header {
    background-color: #226651;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center
}

.sol-process-flow__title {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.88
}

.sol-process-flow__stages {
    background-color: #dae5df;
    height: 85px;
    display: flex
}

.sol-uvk-contact-box {
    background-color: #fff;
    padding: 38px 4% 46px;
    display: flex;
    flex-wrap: wrap;
    word-break: break-word
}

.sol-uvk-contact-box .sv-grid-main {
    width: 100% !important
}

@media (max-width:991px) {
    .sol-uvk-contact-box {
        flex-basis: 100%;
        padding-left: 7%;
        padding-right: 7%
    }
}

.sol-uvk-contact-box__left,
.sol-uvk-contact-box__right {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 0
}

.sol-uvk-contact-box a {
    font-size: 24px;
    line-height: 1.17;
    text-align: left;
    color: #226651
}

@media (min-width:768px) and (max-width:991px) {
    .sol-uvk-contact-box a {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .sol-uvk-contact-box a {
        font-size: 19px
    }
}

.sol-uvk-contact-box a[href^="mailto:"],
.sol-uvk-contact-box a[href^="tel:"] {
    display: block
}

.sol-uvk-contact-box a[href^="tel:"] {
    text-decoration: none;
    position: relative;
    margin-left: 27px
}

.sol-uvk-contact-box a[href^="tel:"]:before {
    display: inline-block;
    content: "";
    width: 14px;
    height: 23px;
    background-image: url(/webdav/files/System/resources/graphics/icons/Phone.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    line-height: 1;
    left: -27px;
    top: 50%;
    transform: translateY(-50%)
}

.sol-uvk-contact-box a[href^="mailto:"] {
    position: relative;
    text-decoration: none;
    margin-left: 30px
}

.sol-uvk-contact-box a[href^="mailto:"]:before {
    display: inline-block;
    content: "";
    width: 21px;
    height: 17px;
    background-image: url(/webdav/files/System/resources/graphics/icons/Mail.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    line-height: 1;
    left: -30px;
    top: 50%;
    transform: translateY(-50%)
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .sol-uvk-contact-box a[href^="mailto:"]:before {
        background-size: 20px
    }
}

.sol-numbered-list li:before {
    font-size: 22px !important
}

.sol-job-openings .sol-job-item {
    padding: 5px
}

.sol-job-openings .sol-job-item:nth-child(2n) {
    background-color: #dae5df
}

.sol-job-openings .sol-job-item h2 {
    color: #226651;
    font-size: 19px
}

.sol-job-openings .sol-job-item a,
.sol-job-openings .sol-job-item p {
    font-size: 16px
}

@media (min-width:768px) and (max-width:991px) {
    .sol-file-listing {
        max-width: 79%
    }
}

@media (max-width:767px) {
    .sol-file-listing {
        margin-left: auto;
        margin-right: auto;
        max-width: 92%
    }
}

.sol-file-listing .sv-text-portlet-content .font-normal {
    margin: 0;
    background-color: #226651;
    padding: 10px 19px 12px;
    color: #fff;
    font-size: 15px;
    font-weight: 700
}

.sol-file-listing table {
    border: 1px solid #dae5df
}

.sol-file-listing table tr {
    display: block;
    padding: 12px 18px
}

.sol-file-listing table tr td {
    padding-top: 0;
    padding-bottom: 0;
    border: none
}

.sol-file-listing table tr td.sv-file-portlet-right {
    display: none
}

.sol-file-listing table tr td a {
    font-size: 15px;
    line-height: 1.47;
    text-align: left;
    color: #226651

}

.sol-create-new-event-page .fade-enter-active,
.sol-create-new-event-page .fade-leave-active {
    transition: opacity .5s
}

.sol-create-new-event-page .fade-enter,
.sol-create-new-event-page .fade-leave-to {
    opacity: 0
}

.sol-create-new-event-page .messageFade-enter-active,
.sol-create-new-event-page .messageFade-leave-active {
    transition: opacity .5s;
    transition-delay: 1s
}

.sol-create-new-event-page .messageFade-enter,
.sol-create-new-event-page .messageFade-leave-to {
    opacity: 0;
    transition-delay: .7s
}

.sol-create-new-event-page .sol-error-message,
.sol-create-new-event-page .sol-thank-you-message {
    display: none
}

.sol-create-new-event-page .input-group.input-group--selection-controls label {
    color: #226651;
    font-size: 17px;
    line-height: 20px
}

.sol-create-new-event-page .input-group.input-group--selection-controls i.icon--selection-control {
    top: -2px;
    color: #204560
}

.sol-create-new-event-page .application--wrap label:after {
    display: inline-block;
    margin-left: 5px;
    color: red;
    font-size: 20px;
    content: "\002a"
}

.sv-edit-mode .sol-error-message,
.sv-edit-mode .sol-thank-you-message {
    display: block
}

.sol-form-group {
    margin-bottom: 20px
}

.sol-form-group label,
.sol-form-group legend {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px
}

.sol-form-group label[required=required]:after,
.sol-form-group legend[required=required]:after {
    display: inline-block;
    color: red;
    font-size: 14px;
    content: "\002a"
}

.sol-form-group textarea {
    display: block;
    width: 100%;
    height: 40px;
    color: #0C271D;
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
    vertical-align: middle;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 10px top 8px;
    background-size: 20px;
    border: 1px solid #226651;
    border-radius: 2px;
    box-shadow: none;
    -webkit-appearance: none;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: border, background-color, box-shadow;
    max-width: 100%;
    height: auto;
    min-height: 120px;
    padding: 10px 15px
}

.sol-form-group textarea::-webkit-input-placeholder {
    color: #767676
}

.sol-form-group textarea:-moz-placeholder,
.sol-form-group textarea::-moz-placeholder {
    color: #767676
}

.sol-form-group textarea:-ms-input-placeholder {
    color: #767676
}

.sol-form-group textarea:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-form-group textarea:hover {
    background-color: #fff;
    border-color: rgba(110, 205, 233, .4)
}

.sol-form-group textarea:focus {
    background-color: #fff;
    border-color: #257cc3
}

.sol-form-group textarea::-ms-clear,
.sol-form-group textarea::-webkit-search-cancel-button,
.sol-form-group textarea::-webkit-search-decoration,
.sol-form-group textarea::-webkit-search-results-button,
.sol-form-group textarea::-webkit-search-results-decoration {
    display: none
}

.sol-form-group .sol-form-control[type=text] {
    display: block;
    width: 100%;
    height: 40px;
    color: #0C271D;
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
    vertical-align: middle;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 10px top 8px;
    background-size: 20px;
    border: 1px solid #226651;
    border-radius: 2px;
    box-shadow: none;
    -webkit-appearance: none;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: border, background-color, box-shadow;
    padding: 10px 15px
}

.sol-form-group .sol-form-control[type=text]::-webkit-input-placeholder {
    color: #767676
}

.sol-form-group .sol-form-control[type=text]:-moz-placeholder,
.sol-form-group .sol-form-control[type=text]::-moz-placeholder {
    color: #767676
}

.sol-form-group .sol-form-control[type=text]:-ms-input-placeholder {
    color: #767676
}

.sol-form-group .sol-form-control[type=text]:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-form-group .sol-form-control[type=text]:hover {
    background-color: #fff;
    border-color: rgba(110, 205, 233, .4)
}

.sol-form-group .sol-form-control[type=text]:focus {
    background-color: #fff;
    border-color: #257cc3
}

.sol-form-group .sol-form-control[type=text]::-ms-clear,
.sol-form-group .sol-form-control[type=text]::-webkit-search-cancel-button,
.sol-form-group .sol-form-control[type=text]::-webkit-search-decoration,
.sol-form-group .sol-form-control[type=text]::-webkit-search-results-button,
.sol-form-group .sol-form-control[type=text]::-webkit-search-results-decoration {
    display: none
}

.sol-form-group .sol-form-control[type=radio] {
    display: block;
    height: 0;
    opacity: 0
}

.sol-form-group .sol-form-control[type=radio]+label:before {
    position: relative;
    top: -1px;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    margin-right: 10px;
    text-align: center;
    border: 2px solid #226651;
    border-radius: 2px;
    content: "";
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: color, background-color, border-color, border-width
}

.sol-form-group .sol-form-control[type=radio]+label:hover:before {
    border-color: rgba(110, 205, 233, .4)
}

.sol-form-group .sol-form-control[type=radio]:focus+label:before,
.sol-form-group .sol-form-control[type=radio]:focus:checked+label:before {
    border: 2px solid #257cc3
}

.sol-form-group .sol-form-control[type=radio]+label:before {
    top: 1px;
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.sol-form-group .sol-form-control[type=radio]:checked+label:before {
    background-color: #226651;
    border-color: #226651;
    border-width: 3px
}

.sol-form-group .sol-form-control[type=radio]+label {
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer
}

.sol-new-event__ticket__link {
    margin-top: 20px
}

.sol-new-event-form {
    margin: 40px 0
}

.sol-new-event-form .fade-enter-active,
.sol-new-event-form .fade-leave-active {
    color: red;
    transition: opacity .5s
}

.sol-new-event-form [class$=__error-message] {
    display: block;
    width: 100%;
    color: red;
    font-weight: 400
}

.sol-new-event-form>div {
    margin-bottom: 20px
}

.sol-new-event-form>div label,
.sol-new-event-form>div legend {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px
}

.sol-new-event-form>div label[required=required]:after,
.sol-new-event-form>div legend[required=required]:after {
    display: inline-block;
    margin-left: 5px;
    color: red;
    font-size: 20px;
    vertical-align: text-top;
    content: "\002a"
}

.sol-new-event-form>div textarea {
    display: block;
    width: 100%;
    height: 40px;
    color: #0C271D;
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
    vertical-align: middle;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 10px top 8px;
    background-size: 20px;
    border: 1px solid #226651;
    border-radius: 2px;
    box-shadow: none;
    -webkit-appearance: none;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: border, background-color, box-shadow;
    max-width: 100%;
    height: auto;
    min-height: 120px;
    padding: 10px 15px
}

.sol-new-event-form>div textarea::-webkit-input-placeholder {
    color: #767676
}

.sol-new-event-form>div textarea:-moz-placeholder,
.sol-new-event-form>div textarea::-moz-placeholder {
    color: #767676
}

.sol-new-event-form>div textarea:-ms-input-placeholder {
    color: #767676
}

.sol-new-event-form>div textarea:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-new-event-form>div textarea:hover {
    background-color: #fff;
    border-color: rgba(110, 205, 233, .4)
}

.sol-new-event-form>div textarea:focus {
    background-color: #fff;
    border-color: #257cc3
}

.sol-new-event-form>div textarea::-ms-clear,
.sol-new-event-form>div textarea::-webkit-search-cancel-button,
.sol-new-event-form>div textarea::-webkit-search-decoration,
.sol-new-event-form>div textarea::-webkit-search-results-button,
.sol-new-event-form>div textarea::-webkit-search-results-decoration {
    display: none
}

.sol-new-event-form>div .sol-form-control[type=text] {
    display: block;
    width: 100%;
    height: 40px;
    color: #0C271D;
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
    vertical-align: middle;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 10px top 8px;
    background-size: 20px;
    border-radius: 2px;
    box-shadow: none;
    -webkit-appearance: none;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: border, background-color, box-shadow;
    padding: 10px 15px;
    background-color: #f6f6f4;
    border: 1px solid #d3d3d3
}

.sol-new-event-form>div .sol-form-control[type=text]::-webkit-input-placeholder {
    color: #767676
}

.sol-new-event-form>div .sol-form-control[type=text]:-moz-placeholder,
.sol-new-event-form>div .sol-form-control[type=text]::-moz-placeholder {
    color: #767676
}

.sol-new-event-form>div .sol-form-control[type=text]:-ms-input-placeholder {
    color: #767676
}

.sol-new-event-form>div .sol-form-control[type=text]:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-new-event-form>div .sol-form-control[type=text]:hover {
    background-color: #fff;
    border-color: rgba(110, 205, 233, .4)
}

.sol-new-event-form>div .sol-form-control[type=text]:focus {
    background-color: #fff;
    border-color: #257cc3
}

.sol-new-event-form>div .sol-form-control[type=text]::-ms-clear,
.sol-new-event-form>div .sol-form-control[type=text]::-webkit-search-cancel-button,
.sol-new-event-form>div .sol-form-control[type=text]::-webkit-search-decoration,
.sol-new-event-form>div .sol-form-control[type=text]::-webkit-search-results-button,
.sol-new-event-form>div .sol-form-control[type=text]::-webkit-search-results-decoration {
    display: none
}

.sol-new-event-form>div .sol-form-control[type=radio] {
    display: block;
    height: 0;
    opacity: 0
}

.sol-new-event-form>div .sol-form-control[type=radio]+label:before {
    position: relative;
    top: -1px;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    margin-right: 10px;
    text-align: center;
    border: 2px solid #226651;
    border-radius: 2px;
    content: "";
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: color, background-color, border-color, border-width
}

.sol-new-event-form>div .sol-form-control[type=radio]+label:hover:before {
    border-color: rgba(110, 205, 233, .4)
}

.sol-new-event-form>div .sol-form-control[type=radio]:focus+label:before,
.sol-new-event-form>div .sol-form-control[type=radio]:focus:checked+label:before {
    border: 2px solid #257cc3
}

.sol-new-event-form>div .sol-form-control[type=radio]+label:before {
    top: 1px;
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.sol-new-event-form>div .sol-form-control[type=radio]:checked+label:before {
    background-color: #226651;
    border-color: #226651;
    border-width: 3px
}

.sol-new-event-form>div .sol-form-control[type=radio]+label {
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer
}

.sol-new-event-form>div .sol-form-control__cnt {
    display: inline-block;
    margin-right: 50px
}

.sol-new-event-form>div .sol-form-control__cnt label:before {
    margin-right: 5px
}

.sol-new-event-form .sol-remove-date-time-btn {
    position: relative;
    display: inline-block;
    height: 40px;
    min-height: 40px;
    margin-left: 1%;
    padding: 8px 25px;
    color: #313131;
    font-size: 14px;
    font-family: PFDINTextStd-Regular, sans-serif;
    line-height: 22px;
    text-decoration: none;
    background-color: #c1e4c7;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: background-color, color
}

.sol-new-event-form .sol-remove-date-time-btn .fa {
    margin-right: auto;
    margin-left: auto
}

.sol-new-event-form .sol-add-new-date-time {
    display: inline-block;
    min-height: 35px !important;
    margin-top: 17px;
    color: #313131;
    background-color: #c1e4c7
}

.sol-new-event-form .sol-add-new-date-time,
.sol-new-event-form button[type=submit] {
    position: relative;
    padding: 8px 25px;
    font-size: 14px;
    font-family: PFDINTextStd-Regular, sans-serif;
    line-height: 22px;
    text-decoration: none;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: background-color, color
}

.sol-new-event-form button[type=submit] {
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    min-height: 40px;
    color: #fff;
    background-color: #226651;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center
}

.sol-new-event-form .sol-form-group__error-msg {
    color: red
}

.sol-new-event-form .application--wrap {
    min-height: unset;
    margin-left: 28px;
    padding: 0
}

@media (max-width:480px) {
    .sol-new-event-form .application--wrap {
        margin-left: 0
    }
}

.sol-new-event-form .application.theme--light {
    background: none
}

.sol-new-event-form .sol-fieldset {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0
}

.sol-new-event-form .sol-fieldset .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.sol-new-event-form .sol-fieldset .flex-container .sol-form-group {
    flex: 1 0 31%;
    max-width: 31%
}

@media (max-width:480px) {
    .sol-new-event-form .sol-fieldset .flex-container .sol-form-group {
        flex: 1 0 100%;
        max-width: 100%
    }
}

.sol-new-event-form .sol-fieldset .flex-container .sol-form-group.full-width {
    flex: 1 0 100%;
    max-width: 100%
}

.sol-new-event-form .sol-fieldset legend {
    margin-top: 30px;
    margin-bottom: 5px;
    color: #204560;
    font-size: 24px;
    font-family: PFDINTextStd-Regular, sans-serif;
    line-height: 1.38
}

.sol-new-event-form .sol-form-group {
    margin-bottom: 20px
}

.sol-new-event-form .sol-form-group label,
.sol-new-event-form .sol-form-group legend {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px
}

.sol-new-event-form .sol-form-group label[required=required]:after,
.sol-new-event-form .sol-form-group legend[required=required]:after {
    display: inline-block;
    margin-left: 5px;
    color: red;
    font-size: 20px;
    vertical-align: text-top;
    content: "\002a"
}

.sol-new-event-form .sol-form-group textarea {
    display: block;
    width: 100%;
    height: 40px;
    color: #0C271D;
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
    vertical-align: middle;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 10px top 8px;
    background-size: 20px;
    border: 1px solid #226651;
    border-radius: 2px;
    box-shadow: none;
    -webkit-appearance: none;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: border, background-color, box-shadow;
    max-width: 100%;
    height: auto;
    min-height: 120px;
    padding: 10px 15px
}

.sol-new-event-form .sol-form-group textarea::-webkit-input-placeholder {
    color: #767676
}

.sol-new-event-form .sol-form-group textarea:-moz-placeholder,
.sol-new-event-form .sol-form-group textarea::-moz-placeholder {
    color: #767676
}

.sol-new-event-form .sol-form-group textarea:-ms-input-placeholder {
    color: #767676
}

.sol-new-event-form .sol-form-group textarea:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-new-event-form .sol-form-group textarea:hover {
    background-color: #fff;
    border-color: rgba(110, 205, 233, .4)
}

.sol-new-event-form .sol-form-group textarea:focus {
    background-color: #fff;
    border-color: #257cc3
}

.sol-new-event-form .sol-form-group textarea::-ms-clear,
.sol-new-event-form .sol-form-group textarea::-webkit-search-cancel-button,
.sol-new-event-form .sol-form-group textarea::-webkit-search-decoration,
.sol-new-event-form .sol-form-group textarea::-webkit-search-results-button,
.sol-new-event-form .sol-form-group textarea::-webkit-search-results-decoration {
    display: none
}

.sol-new-event-form .sol-form-group .sol-form-control[type=text] {
    display: block;
    width: 100%;
    height: 40px;
    color: #0C271D;
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
    vertical-align: middle;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 10px top 8px;
    background-size: 20px;
    border-radius: 2px;
    box-shadow: none;
    -webkit-appearance: none;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: border, background-color, box-shadow;
    padding: 10px 15px;
    background-color: #f6f6f4;
    border: 1px solid #d3d3d3
}

.sol-new-event-form .sol-form-group .sol-form-control[type=text]::-webkit-input-placeholder {
    color: #767676
}

.sol-new-event-form .sol-form-group .sol-form-control[type=text]:-moz-placeholder,
.sol-new-event-form .sol-form-group .sol-form-control[type=text]::-moz-placeholder {
    color: #767676
}

.sol-new-event-form .sol-form-group .sol-form-control[type=text]:-ms-input-placeholder {
    color: #767676
}

.sol-new-event-form .sol-form-group .sol-form-control[type=text]:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-new-event-form .sol-form-group .sol-form-control[type=text]:hover {
    background-color: #fff;
    border-color: rgba(110, 205, 233, .4)
}

.sol-new-event-form .sol-form-group .sol-form-control[type=text]:focus {
    background-color: #fff;
    border-color: #257cc3
}

.sol-new-event-form .sol-form-group .sol-form-control[type=text]::-ms-clear,
.sol-new-event-form .sol-form-group .sol-form-control[type=text]::-webkit-search-cancel-button,
.sol-new-event-form .sol-form-group .sol-form-control[type=text]::-webkit-search-decoration,
.sol-new-event-form .sol-form-group .sol-form-control[type=text]::-webkit-search-results-button,
.sol-new-event-form .sol-form-group .sol-form-control[type=text]::-webkit-search-results-decoration {
    display: none
}

.sol-new-event-form .sol-form-group .sol-form-control[type=radio] {
    display: block;
    height: 0;
    opacity: 0
}

.sol-new-event-form .sol-form-group .sol-form-control[type=radio]+label:before {
    position: relative;
    top: -1px;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    margin-right: 10px;
    text-align: center;
    border: 2px solid #226651
;
    border-radius: 2px;
    content: "";
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: color, background-color, border-color, border-width
}

.sol-new-event-form .sol-form-group .sol-form-control[type=radio]+label:hover:before {
    border-color: rgba(110, 205, 233, .4)
}

.sol-new-event-form .sol-form-group .sol-form-control[type=radio]:focus+label:before,
.sol-new-event-form .sol-form-group .sol-form-control[type=radio]:focus:checked+label:before {
    border: 2px solid #257cc3
}

.sol-new-event-form .sol-form-group .sol-form-control[type=radio]+label:before {
    top: 1px;
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.sol-new-event-form .sol-form-group .sol-form-control[type=radio]:checked+label:before {
    background-color: #226651;
    border-color: #226651;
    border-width: 3px
}

.sol-new-event-form .sol-form-group .sol-form-control[type=radio]+label {
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer
}

.sol-new-event-form .sol-form-group .sol-form-control__cnt {
    display: inline-block;
    margin-right: 50px
}

.sol-new-event-form .sol-form-group .sol-form-control__cnt label:before {
    margin-right: 5px
}

.sol-new-event__date-time {
    margin-top: 40px
}

.sol-new-event__date-time table {
    width: auto
}

.sol-new-event__date-time table th {
    background-color: #efefef
}

.sol-new-event-form>div .sol-form-control[type=text],
.sol-new-event-form>div .sol-form-control[type=text]:active,
.sol-new-event-form>div .sol-form-control[type=text]:focus,
.sol-new-event-form>div .sol-form-control[type=text]:hover,
.sol-new-event-form>div textarea,
.sol-new-event-form>div textarea:active,
.sol-new-event-form>div textarea:focus,
.sol-new-event-form>div textarea:hover {
    background-color: #f6f6f4;
    border-color: hsla(0, 0%, 82.7%, .5)
}

.sol-new-event-form .sol-fieldset legend {
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 22px
}

.sol-new-event-form .sol-add-new-date-time,
.sol-new-event-form .sol-remove-date-time-btn {
    color: #fff;
    background-color: #204560
}

.sol-new-event-form>div.consent-label label {
    max-width: 670px;
    height: auto;
    color: #226651;
    font-size: 17px;
    white-space: normal
}

.sol-new-event-form>div.consent-label label:after {
    margin-left: 10px;
    color: red;
    font-size: 20px
}

.sol-new-event-form>div.consent-label {
    margin-top: 20px;
    padding: 30px 0;
    border-top: 1px solid #204560
}

.sol-new-event-form>div.consent-label .input-group__details {
    display: none
}

.sol-new-event-form>div.consent-label i.icon--selection-control {
    top: -1px;
    color: #204560
}

.sol-new-event-form .consent-info {
    margin-bottom: 30px;
    color: #204560;
    font-size: 15px
}

.consent-error-message {
    display: block;
    margin-top: -35px;
    margin-bottom: 30px;
    color: red
}

.sol-file-uploader {
    margin-bottom: 20px
}

.sol-file-uploader label,
.sol-file-uploader legend {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px
}

.sol-file-uploader label[required=required]:after,
.sol-file-uploader legend[required=required]:after {
    display: inline-block;
    color: red;
    font-size: 14px;
    content: "\002a"
}

.sol-file-uploader textarea {
    display: block;
    width: 100%;
    height: 40px;
    color: #0C271D;
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
    vertical-align: middle;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 10px top 8px;
    background-size: 20px;
    border: 1px solid #226651;
    border-radius: 2px;
    box-shadow: none;
    -webkit-appearance: none;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: border, background-color, box-shadow;
    max-width: 100%;
    height: auto;
    min-height: 120px;
    padding: 10px 15px
}

.sol-file-uploader textarea::-webkit-input-placeholder {
    color: #767676
}

.sol-file-uploader textarea:-moz-placeholder,
.sol-file-uploader textarea::-moz-placeholder {
    color: #767676
}

.sol-file-uploader textarea:-ms-input-placeholder {
    color: #767676
}

.sol-file-uploader textarea:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-file-uploader textarea:hover {
    background-color: #fff;
    border-color: rgba(110, 205, 233, .4)
}

.sol-file-uploader textarea:focus {
    background-color: #fff;
    border-color: #257cc3
}

.sol-file-uploader textarea::-ms-clear,
.sol-file-uploader textarea::-webkit-search-cancel-button,
.sol-file-uploader textarea::-webkit-search-decoration,
.sol-file-uploader textarea::-webkit-search-results-button,
.sol-file-uploader textarea::-webkit-search-results-decoration {
    display: none
}

.sol-file-uploader .sol-form-control[type=text] {
    display: block;
    width: 100%;
    height: 40px;
    color: #0C271D;
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
    vertical-align: middle;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 10px top 8px;
    background-size: 20px;
    border: 1px solid #226651;
    border-radius: 2px;
    box-shadow: none;
    -webkit-appearance: none;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: border, background-color, box-shadow;
    padding: 10px 15px
}

.sol-file-uploader .sol-form-control[type=text]::-webkit-input-placeholder {
    color: #767676
}

.sol-file-uploader .sol-form-control[type=text]:-moz-placeholder,
.sol-file-uploader .sol-form-control[type=text]::-moz-placeholder {
    color: #767676
}

.sol-file-uploader .sol-form-control[type=text]:-ms-input-placeholder {
    color: #767676
}

.sol-file-uploader .sol-form-control[type=text]:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-file-uploader .sol-form-control[type=text]:hover {
    background-color: #fff;
    border-color: rgba(110, 205, 233, .4)
}

.sol-file-uploader .sol-form-control[type=text]:focus {
    background-color: #fff;
    border-color: #257cc3
}

.sol-file-uploader .sol-form-control[type=text]::-ms-clear,
.sol-file-uploader .sol-form-control[type=text]::-webkit-search-cancel-button,
.sol-file-uploader .sol-form-control[type=text]::-webkit-search-decoration,
.sol-file-uploader .sol-form-control[type=text]::-webkit-search-results-button,
.sol-file-uploader .sol-form-control[type=text]::-webkit-search-results-decoration {
    display: none
}

.sol-file-uploader .sol-form-control[type=radio] {
    display: block;
    height: 0;
    opacity: 0
}

.sol-file-uploader .sol-form-control[type=radio]+label:before {
    position: relative;
    top: -1px;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    margin-right: 10px;
    text-align: center;
    border: 2px solid #226651;
    border-radius: 2px;
    content: "";
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: color, background-color, border-color, border-width
}

.sol-file-uploader .sol-form-control[type=radio]+label:hover:before {
    border-color: rgba(110, 205, 233, .4)
}

.sol-file-uploader .sol-form-control[type=radio]:focus+label:before,
.sol-file-uploader .sol-form-control[type=radio]:focus:checked+label:before {
    border: 2px solid #257cc3
}

.sol-file-uploader .sol-form-control[type=radio]+label:before {
    top: 1px;
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.sol-file-uploader .sol-form-control[type=radio]:checked+label:before {
    background-color: #226651;
    border-color: #226651;
    border-width: 3px
}

.sol-file-uploader .sol-form-control[type=radio]+label {
    display: block;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer
}

.sol-file-uploader__error-message {
    color: red
}

.sol-file-uploader input {
    height: 0;
    opacity: 0
}

.sol-file-uploader__file-name {
    margin-left: 15px;
    font-size: 15px;
    font-weight: 300;
    line-height: 34px
}

.sol-file-uploader__label {
    display: block;
    font-size: 14px;
    margin-bottom: 8px
}

.sol-file-uploader__upload-btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 22px;
    min-height: 40px;
    color: #fff;
    background-color: #226651;
    border-radius: 3px;
    transition-property: background-color, color;
    transition-duration: .2s;
    transition-timing-function: ease;
    cursor: pointer;
    text-decoration: none;
    font-family: PFDINTextStd-Regular, sans-serif;
    border: 0;
    padding: 5px 20px;
    margin-top: 2px;
    font-size: 13px
}

.sol-table-decoration {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 55px !important;
    margin-bottom: 20px
}

.sol-table-decoration.sv-layout,
.sol-table-decoration form {
    border: 1px solid #dae5df
}

.sol-table-decoration.sv-layout>*,
.sol-table-decoration form>* {
    display: flex;
    align-items: center;
    width: 100%
}

.sol-table-decoration.sv-layout>:nth-child(2n),
.sol-table-decoration form>:nth-child(2n) {
    background-color: #eeeeee
}

.sol-table-decoration.sv-layout>*>*,
.sol-table-decoration form>*>* {
    width: 50%;
    padding-left: 20px;
    border-right: 1px solid #dae5df;
    min-height: 50px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center
}

.sol-table-decoration.sv-layout fieldset,
.sol-table-decoration form fieldset {
    display: block;
    width: 100%;
    padding: 0;
    border: none
}

.sol-table-decoration.sv-layout fieldset>*,
.sol-table-decoration form fieldset>* {
    float: left
}

.sol-table-decoration.sv-layout {
    padding-bottom: 0 !important
}

.sol-table-decoration p {
    margin-bottom: 0;
    font-size: 16px
}

.sol-table-decoration input[type=text] {
    margin-right: 5px
}

.sol-table-decoration input[type=button] {
    width: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #226651
}

.sol-content-table {
    margin-bottom: 450px
}

@media (max-width:991px) {
    .sol-content-table {
        margin-bottom: 0
    }
}

.sol-content-table .selected {
    color: #226651 !important;
    font-weight: 700 !important;
    background-color: #dae5df
}

.sol-content-table ul {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px
}

.sol-content-table li {
    border-bottom: 1px solid #d3d3d3
}

.sol-content-table ul>li:first-of-type {
    border-top: 1px solid #d3d3d3
}

.sol-content-table br {
    display: none
}

.sol-content-table ul li a {
    display: block;
    margin: 0 !important;
    padding: 15px 0 15px 10px;
    font-weight: 400 !important;
    font-size: 16px !important
}

.sol-login-wrapper {
    position: relative;
    width: 100vw;
    height: 100vh
}

.sol-login-wrapper .sol-box-decoration {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 375px;
    transform: translate(-50%, -50%)
}

body .sol-body-overlay--desktop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease
}

@media (min-width:992px) {
    body .sol-body-overlay {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: -1;
        background-color: #000;
        opacity: .55
    }
}

@media (max-width:991px) {
    body .sol-body-overlay {
        display: none
    }
}

body.no-scroll {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden
}

body.no-scroll .sol-body-overlay--desktop {
    visibility: visible;
    opacity: .55;
    transition: all .2s ease
}

@media (min-width:992px) {
    body.no-scroll .sol-body-overlay {
        z-index: 56;
        width: 100%
    }
}

.sol-article-wrapper .sv-linkicon,
.sol-event-page-wrapper .sv-linkicon,
.sol-landingpage-wrapper .sv-linkicon,
.sol-service-message-wrapper .sv-linkicon,
.sol-startpage-wrapper .sv-linkicon,
.sol-subpage-wrapper .sv-linkicon {
    display: none
}

@media (max-width:991px) {
    .goog-logo-link img {
        width: auto !important;
        margin-bottom: 0 !important
    }
}

.sol-content {
    min-height: calc(100vh - 555px)
}

#_ba__link {
    display: none
}

.sol-header {
    position: relative;
    z-index: 55;
    width: 100%;
    background-color: #fff
}

@media (max-width:767px) {
    .sol-header {
        top: 0;
        right: 0;
        left: 0;
        height: 130px
    }
}

@media (max-width:767px) {
    .sol-header .sv-grid-main {
        padding: 0
    }
}

.sol-header .sol-top {
    position: relative;
    max-width: 1440px;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 4.8%;
    background-color: #fff
}

@media (min-width:768px) and (max-width:991px) {
    .sol-header .sol-top {
        display: flex;
        justify-content: space-around;
        width: 100%;
        height: 45px;
        min-height: 45px;
        padding: 0;
        background-color: #0C271D
    }
}

@media (max-width:767px) {
    .sol-header .sol-top {
        display: flex;
        justify-content: space-around;
        width: 100%;
        max-width: 1440px;
        height: 45px;
        padding: 0;
        text-align: center;
        background-color: rgba(14, 60, 93, .4);
        background-color: #0C271D
    }
}

@media (max-width:991px) {
    .sol-header .sol-top>.sv-script-portlet {
        width: 100%
    }
}

.sol-header .sol-top .sol-top-logo {
    position: absolute;
    top: 50%;
    height: auto;
    color: #226651;
    font-weight: 500;
    font-size: 30px;
    text-decoration: none !important;
    transform: translateY(-50%)
}

.sol-header .sol-top .sol-top-logo>img {
    /*width: 196px*/
   height: 60px;
}

@media (min-width:768px) and (max-width:991px) {
    .sol-header .sol-top .sol-top-logo {
        display: none
    }
}

@media (max-width:767px) {
    .sol-header .sol-top .sol-top-logo {
        display: none;
        max-width: 196px
    }
}

.sol-header .sol-top .sol-top-logo .sol-top-logo-text {
    text-decoration: none
}

.sol-header .sol-top-search {
    position: relative;
    display: none;
    height: 0;
    overflow: hidden;
    background-color: #226651;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: background-color, height
}

.sol-header .sol-top-search.sol-active {
    height: 100px;
    background-color: transparent
}

@media (max-width:991px) {
    .sol-header .sol-top-search.sol-active {
        height: 100px
    }
}

@media (max-width:767px) {
    .sol-header .sol-top-search.sol-active {
        height: 80px
    }
}

.sol-header .sol-top-search #sol-main-search-btn {
    line-height: 1
}

@media (max-width:991px) {
    .sol-header .sol-top-search #sol-main-search-btn {
        display: none
    }
}

.sol-header .sol-top-search form {
    position: relative;
    display: block;
    width: 58%
}

@media (max-width:991px) {
    .sol-header .sol-top-search form {
        width: 70%;
        margin-top: 25px;
        margin-bottom: 25px
    }
}

@media (max-width:767px) {
    .sol-header .sol-top-search form {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media (max-width:479px) {
    .sol-header .sol-top-search form {
        width: 90%
    }
}

.sol-header .sol-top-search-close {
    background: none;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: color;
    position: absolute;
    top: 9px;
    right: -74px;
    color: #226651;
    text-decoration: underline;
    cursor: pointer
}

.sol-header .sol-top-search-close:focus,
[data-whatinput=keyboard] .sol-header .sol-top-search-close:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .sol-header .sol-top-search-close:focus,
[data-whatinput=mouse] .sol-header .sol-top-search-close:focus,
[data-whatinput=touch] .sol-header .sol-top-search-close:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

@media (max-width:991px) {
    .sol-header .sol-top-search-close {
        display: none
    }
}

.sol-header .sol-top-search-close:hover {
    color: #0C271D
}

.sol-header .sol-hamburger-wrapper--desktop,
.sol-header .sol-menu-toggle-button {
    position: absolute;
    z-index: 999;
    display: flex;
    flex-direction: column;
    height: 65px
}

.sol-header .sol-bottom {
    text-align: center;
    background-color: #226651
}

@media (max-width:991px) {
    .sol-header .sol-bottom {
        display: none
    }
}

.sol-to-content {
    top: -3px;
    display: none;
    width: 135px;
    height: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background-color: #226651;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0, 0, 0, 0)
}

.sol-to-content:active,
.sol-to-content:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.sol-to-content:focus {
    right: 100%;
    width: 135px
}

@media (max-width:767px) {
    .sol-to-content:focus {
        position: static;
        width: 100%;
        margin-bottom: 10px
    }
}

.sol-uvk .sol-hamburger-wrapper--desktop,
.sol-uvk .sol-menu-toggle-button {
    top: 50px;
    right: 60px;
    z-index: 999;
    transform: translateY(-50%)
}

.sol-uvk .sol-hamburger-wrapper--desktop.sol-hamburger,
.sol-uvk .sol-menu-toggle-button.sol-hamburger {
    z-index: 999
}

.sol-uvk .sol-tool-nav-item__search {
    right: 136px
}

.sol-mobile-header {
    z-index: 999;
    display: none;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #dae5df;
    height: 100%
}

.sol-mobile-header>div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 75px;
    margin-right: auto;
    margin-left: auto
}

.sol-mobile-header>div>a {
    text-decoration: none
}

.sol-mobile-header>div:first-child {
    align-items: center;
    height: 85px
}

.sol-mobile-header>div:first-child>a {
    text-decoration: none
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mobile-header__left {
        position: relative;
        flex-grow: 1;
        height: 100%
    }
}

.sol-mobile-header__left .sol-top-logo-text {
    position: absolute;
    top: 50%;
    left: 20px;
    text-decoration: none;
    transform: translateY(-50%)
}

.sol-mobile-header__left .sol-mobile-logo {
    position: absolute;
    top: 50%;
    left: 20px;
    max-width: 180px;
    height: auto;
    transform: translateY(-50%)
}

.sol-mobile-header__right {
    display: flex
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mobile-header__right {
        justify-content: flex-end;
        width: 431px
    }
}

@media (max-width:767px) {
    .sol-mobile-header__right {
        justify-content: flex-end
    }
}

.sol-mobile-header__right .sol-mobile-search-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-right: 23px;
    padding: 0;
    line-height: 1;
    background-color: transparent;
    border: none;
    cursor: pointer
}

.sol-mobile-header__right .sol-mobile-search-btn__icon {
    display: block;
    width: 42px;
    height: 42px;
    background-color: #226651;
    background-image: url(/webdav/files/System/resources/graphics/icons/Sok-vit.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px 19px;
    border-radius: 50%
}

.sol-mobile-header__right .sol-mobile-search-btn__text {
    display: block;
    margin-top: 5px;
    color: #0C271D;
    font-weight: 400;
    font-size: 14px;
    text-align: center
}

.sol-mobile-header__right .sol-mobile-search-btn.sol-hidden {
    display: none !important
}

@media (max-width:991px) {
    .sol-mobile-header {
        display: block
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mobile-header {
        background-color: #226651
    }
}

.sol-mobile-header .sol-mobile-search-form {
    display: none;
    margin-right: 35px
}

.sol-mobile-header .sol-mobile-search-form input[type=search] {
    width: 95% !important;
    height: 42px
}

.sol-mobile-header .sol-mobile-search-form button[type=submit] {
    position: absolute;
    top: 0;
    width: 42px;
    height: 42px
}

.sol-mobile-header .sol-mobile-search-form label {
    position: absolute;
    right: -5px;
    bottom: 0;
    bottom: -5px;
    display: block;
    display: none;
    color: #0C271D;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    text-align: right
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mobile-header .sol-mobile-search-form {
        width: 400px
    }
}

@media (max-width:767px) {
    .sol-mobile-header .sol-mobile-search-form {
        width: 80vw;
        max-width: 60%
    }
}

@media (max-width:767px) {
    .sol-mobile-header {
        width: 100%
    }
}

@media (max-width:991px) {
    .sol-mobile-header-wrapper {
        display: flex
    }
    .sol-mobile-header-wrapper>.sv-script-portlet {
        width: 100%
    }
    .sol-mobile-header-wrapper .sol-menu-toggle-button {
        position: relative;
        top: auto;
        right: auto;
        display: flex;
        height: 86px;
        padding-right: 14px;
        font-weight: 400;
        transform: none;
        border-bottom: 1px solid #dae5df
    }
}

.sol-mobile-header-wrapper .sol-hamburger-wrapper {
    display: none
}

.sol-tool-nav {
    display: flex;
    align-items: center;
    float: right;
    position: relative;
    padding-right: 25%;
    height: 50px;
    justify-content: flex-end
}

@media (min-width:992px) {
    .sol-tool-nav {
        min-width: 60%
    }
}

@media (max-width:991px) {
    .sol-tool-nav {
        margin: 0;
        z-index: 50;
        padding-right: 30px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sol-tool-nav {
        padding: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        height: 45px
    }
}

@media (max-width:767px) {
    .sol-tool-nav {
        height: 100%;
        vertical-align: top;
        float: none;
        margin-top: 0;
        text-align: center;
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        top: 0;
        left: 0;
        height: 45px
    }
}

.sol-tool-nav-item {
    display: inline-block;
    float: left
}

@media (min-width:768px) and (max-width:991px) {
    .sol-tool-nav-item {
        margin-left: 30px
    }
}

@media (max-width:767px) {
    .sol-tool-nav-item {
        float: none
    }
}

.sol-tool-nav-item>a,
.sol-tool-nav-item>button {
    background: none;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    margin-left: 20px;
    margin-right: 5px;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #0C271D;
    cursor: pointer;
    text-decoration: none;
    font-family: Source Sans Pro, sans-serif
}

.sol-tool-nav-item>a:focus,
.sol-tool-nav-item>button:focus,
[data-whatinput=keyboard] .sol-tool-nav-item>a:focus,
[data-whatinput=keyboard] .sol-tool-nav-item>button:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .sol-tool-nav-item>a:focus,
[data-whatinput=initial] .sol-tool-nav-item>button:focus,
[data-whatinput=mouse] .sol-tool-nav-item>a:focus,
[data-whatinput=mouse] .sol-tool-nav-item>button:focus,
[data-whatinput=touch] .sol-tool-nav-item>a:focus,
[data-whatinput=touch] .sol-tool-nav-item>button:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-tool-nav-item>a svg,
.sol-tool-nav-item>button svg {
    margin-left: auto;
    margin-right: auto
}

.sol-tool-nav-item>a i.fa,
.sol-tool-nav-item>button i.fa {
    font-size: 15px;
    display: block;
    margin-top: 0;
    margin-right: 5px;
    margin-bottom: 6px
}

.sol-tool-nav-item .sol-tool-nav-item__icon {
    max-height: 20px;
    margin-bottom: 7px
}

.sol-tool-nav-item .sol-tool-nav-item__icon.sol-icon-edge,
.sol-tool-nav-item .sol-tool-nav-item__icon:after {
    height: 20px;
    width: 26px
}

.sol-tool-nav-item .sol-tool-nav-item__icon.sol-icon-edge:after {
    transform: scale(.5);
    height: 40px;
    width: 52px;
    margin-top: -10px;
    margin-left: -13px
}

@media (max-width:991px) {
    .sol-tool-nav-item .sol-tool-nav-item__icon {
        max-height: 13.9px
    }
    .sol-tool-nav-item .sol-tool-nav-item__icon.sol-icon-edge,
    .sol-tool-nav-item .sol-tool-nav-item__icon:after {
        height: 13.9px;
        width: 18px
    }
    .sol-tool-nav-item .sol-tool-nav-item__icon.sol-icon-edge:after {
        transform: scale(.5);
        height: 27.8px;
        width: 36px;
        margin-top: -6.95px;
        margin-left: -9px
    }
}

@media (max-width:991px) {
    .sol-tool-nav-item .sol-tool-nav-item__text {
        color: #fff;
        font-size: 11px
    }
}

@media (max-width:767px) {
    .sol-tool-nav-item .sol-tool-nav-item__text {
        font-size: 10px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sol-tool-nav-item a,
    .sol-tool-nav-item button {
        font-size: 10px;
        margin: 0 !important
    }
}

@media (max-width:767px) {
    .sol-tool-nav-item a,
    .sol-tool-nav-item button {
        font-size: 10px;
        margin: 0 !important;
        padding: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sol-tool-nav-item a>img,
    .sol-tool-nav-item button>img {
        width: 15px;
        margin-bottom: 5px
    }
}

@media (max-width:991px) {
    .sol-tool-nav-item a {
        line-height: 1
    }
}

.sol-tool-nav-item.sol-to-content {
    background: #226651;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.sol-tool-nav-item .sol-close {
    background: none;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    top: 0;
    right: 0;
    color: #0C271D;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    padding: 0
}

.sol-tool-nav-item .sol-close:focus,
[data-whatinput=keyboard] .sol-tool-nav-item .sol-close:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .sol-tool-nav-item .sol-close:focus,
[data-whatinput=mouse] .sol-tool-nav-item .sol-close:focus,
[data-whatinput=touch] .sol-tool-nav-item .sol-close:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-tool-nav-item .sol-close i.fa {
    font-size: 11px
}

.sol-tool-nav-item__contact svg,
.sol-tool-nav-item__lang svg,
.sol-tool-nav-item__listen svg,
.sol-tool-nav-item__map svg {
    width: 26px;
    height: 20px;
    display: block;
    margin-bottom: 7px
}

@media (max-width:991px) {
    .sol-tool-nav-item__contact svg,
    .sol-tool-nav-item__lang svg,
    .sol-tool-nav-item__listen svg,
    .sol-tool-nav-item__map svg {
        width: 16px;
        height: 16px
    }
    .sol-tool-nav-item__contact svg path,
    .sol-tool-nav-item__lang svg path,
    .sol-tool-nav-item__listen svg path,
    .sol-tool-nav-item__map svg path {
        fill: #fff
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sol-tool-nav-item__contact {
        margin-right: 15px
    }
}

.sol-tool-nav-item__search {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex
}

@media (max-width:991px) {
    .sol-tool-nav-item__search {
        display: none
    }
}

.sol-tool-nav-item__search__icon {
    background-color: #226651;
    background-image: url(/webdav/files/System/resources/graphics/icons/Sok-vit.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 21.5px 21.5px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: block
}

.sol-tool-nav-item__search__text {
    font-weight: 600
}

.sol-tool-nav-item__search>#sol-main-search-btn {
    line-height: 1;
    display: flex;
    height: 65px;
    margin: 0;
    flex-direction: column
}

.sol-tool-nav-item__search>#sol-main-search-btn .sol-tool-nav-item__search__icon {
    margin-bottom: 5px
}

.sol-tool-nav-item__search>.sol-top-search {
    padding-right: 0;
    overflow: visible
}

.sol-tool-nav-item__search>.sol-top-search>.sol-top-search-field {
    width: 100%;
    margin-right: 25px
}

.sol-tool-nav-item__search>.sol-top-search>.sol-top-search-field input[type=search] {
    width: 556px;
    border-radius: 6px;
    height: 35px;
    -webkit-appearance: none
}

.sol-tool-nav-item__search>.sol-top-search>.sol-top-search-field input[type=search]:hover {
    -webkit-appearance: none
}

.sol-tool-nav-item__search>.sol-top-search>.sol-top-search-field button[type=submit] {
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    height: 42px;
    width: 42px
}

.sol-tool-nav-item__search>.sol-top-search>.sol-top-search-field button[type=submit] .fa {
    color: #fff
}

.sol-tool-nav-box {
    position: absolute;
    width: 189px;
    margin-top: 10px;
    margin-left: -60px;
    padding: 17px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .2);
    text-align: center;
    z-index: 1;
    cursor: default
}

@media (min-width:768px) and (max-width:991px) {
    .sol-tool-nav-box {
        margin-left: 0;
        right: 45px
    }
}

@media (max-width:767px) {
    .sol-tool-nav-box {
        left: 50%;
        margin-left: -109px;
        width: 215px;
        padding: 12px
    }
}

.sol-tool-nav-box a.sol-btn-round {
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: border;
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-left: 5px;
    color: #3a92b3;
    border: 2px solid #3a92b3;
    border-radius: 50%;
    font-size: 15px;
    padding-top: 1px;
    text-align: center
}

@media (max-width:767px) {
    .sol-tool-nav-box a.sol-btn-round {
        width: 40px;
        height: 40px;
        font-size: 21px;
        padding-top: 0;
        line-height: 37px
    }
}

.sol-tool-nav-box a.sol-btn-round:first-child {
    margin-left: 0
}

.sol-tool-nav-box a.sol-btn-round:last-child {
    margin-right: 0
}

.sol-tool-nav-box a.sol-btn-round:hover {
    border-color: #949494
}

.sol-tool-nav-box-translate {
    padding: 12px 17px 9px
}

.sol-tool-nav-box-translate-disclaimer {
    font-size: 13px;
    padding-bottom: 10px
}

.sol-tool-nav #sol-main-search-btn .sol-tool-nav-item__search__text {
    font-weight: 600;
    font-size: 14px;
    font-family: Source Sans Pro, sans-serif
}

@media (max-width:767px) {
    .sol-tool-nav #sol-main-search-btn {
        display: none
    }
}

.sv-readspeaker_expandingplayer-portlet {
    position: relative
}

.sv-readspeaker_expandingplayer-portlet>a {
    display: none
}

.sv-readspeaker_expandingplayer-portlet div[id^=readspeaker_player].rsexpanded {
    position: absolute;
    right: 0;
    height: auto;
    width: auto !important;
    padding: 17px 17px 22px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .2);
    text-align: center
}

.sol-top-search.sol-active {
    padding-top: 21px !important
}

.sol-top-search .sol-top-search-field span.search-label {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    color: #0C271D;
    right: 15px;
    bottom: -25px;
    line-height: 1
}

.sol-uvk .sol-tool-nav-item__search__text {
    font-weight: 600
}

.sol-top-nav {
    display: inline-block;
    vertical-align: top
}

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

.sol-top-nav:after {
    clear: both
}

.sol-top-nav-item {
    float: left;
    padding: 10px 12px 12px;
    border-right: 1px solid hsla(0, 0%, 100%, .2);
    color: #fff;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 700;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
    text-decoration: none;
    max-width: 125px;
    height: 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: background-color
}

.sol-top-nav-item:focus,
[data-whatinput=keyboard] .sol-top-nav-item:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .sol-top-nav-item:focus,
[data-whatinput=mouse] .sol-top-nav-item:focus,
[data-whatinput=touch] .sol-top-nav-item:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-top-nav-item:first-child {
    border-left: 1px solid hsla(0, 0%, 100%, .2)
}

.sol-top-nav-item:hover {
    background-color: rgba(58, 146, 179, .25)
}

.sol-top-nav-item.sol-active {
    background-color: rgba(58, 146, 179, .6)
}

.search-icon {
    background-color: #226651;
    border: 2px solid #226651;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background-image: url(/webdav/files/System/resources/graphics/icons/Sok-vit.svg);
    background-size: 20px 19px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block
}

@media (max-width:991px) {
    .search-icon {
        height: 100%;
        width: 100%
    }
}

.sol-mobile-header .sol-mobile-search-form,
.sol-top-search-field {
    position: relative
}

.sol-mobile-header .sol-mobile-search-form input[type=search],
.sol-top-search-field input[type=search],
.sol-top-search-field input[type=text] {
    background: none;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: border-color;
    width: 100%;
    height: 45px;
    padding: 0 11px;
    border: 2px solid rgba(14, 60, 93, .6);
    border-radius: 4px;
    background-color: #fff;
    color: #0C271D;
    font-family: Source Sans Pro, sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300
}

.sol-top-search-field input[type=search]:focus,
.sol-top-search-field input[type=text]:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-top-search-field input[type=search]::-webkit-input-placeholder,
.sol-top-search-field input[type=text]::-webkit-input-placeholder {
    color: #767676
}

.sol-top-search-field input[type=search]:-moz-placeholder,
.sol-top-search-field input[type=search]::-moz-placeholder,
.sol-top-search-field input[type=text]:-moz-placeholder,
.sol-top-search-field input[type=text]::-moz-placeholder {
    color: #767676
}

.sol-top-search-field input[type=search]:-ms-input-placeholder,
.sol-top-search-field input[type=text]:-ms-input-placeholder {
    color: #767676
}

@media (max-width:767px) {
    .sol-mobile-header .sol-mobile-search-form input[type=search],
    .sol-top-search-field input[type=search],
    .sol-top-search-field input[type=text] {
        height: 42px
    }
}

.sol-top-search-field input[type=search]:focus,
.sol-top-search-field input[type=text]:focus {
    border-color: #226651
}

.sol-mobile-header .sol-mobile-search-form button[type=submit],
.sol-top-search-field button[type=submit] {
    background: none;
    -webkit-appearance: none;
    appearance: none;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: background-color;
    position: absolute;
    top: -9px;
    right: -12px;
    width: 45px;
    height: 45px;
    top: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    text-align: center;
    text-decoration: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    padding: 0
}

.sol-top-search-field button[type=submit]:focus,
[data-whatinput=keyboard] .sol-top-search-field button[type=submit]:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .sol-top-search-field button[type=submit]:focus,
[data-whatinput=mouse] .sol-top-search-field button[type=submit]:focus,
[data-whatinput=touch] .sol-top-search-field button[type=submit]:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

@media (max-width:767px) {
    .sol-mobile-header .sol-mobile-search-form button[type=submit],
    .sol-top-search-field button[type=submit] {
        width: 42px;
        height: 42px
    }
}

.sol-top-search-field button[type=submit]>i.fa {
    position: relative;
    top: -2px
}

.sol-top-search-field>div:hover input[type=search],
.sol-top-search-field>div:hover input[type=text] {
    border-color: #226651
}

.sol-crisis-container {
    position: relative;
    background-color: #b61b42;
    color: #fff;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: margin-top
}

.sol-crisis-container.yellow {
    background-color: #eeb952 !important;
    color: #0C271D !important
}

.sol-crisis-container.yellow .sol-crisis-message__title {
    color: #0C271D
}

.sol-crisis-container.yellow .sol-crisis-message__title:after {
    background-color: #0C271D
}

.sol-crisis-container.yellow .sol-crisis-message__desc {
    color: #0C271D
}

.sol-crisis-container.yellow .sol-crisis-message__more {
    color: #0C271D;
    border-color: #0C271D
}

.sol-crisis-container.yellow .sol-crisis-message__expanding-btn .sol-icon--chevron--upp:after {
    background-image: url(/webdav/files/System/resources/graphics/icons/arrow--up--black.svg)
}

.sol-crisis-container.yellow .sol-crisis-message__expanding-btn__text {
    color: #0C271D
}

.sol-crisis-container .sol-icon {
    margin-right: 4.2%
}

@media (min-width:768px) and (max-width:991px) {
    .sol-crisis-container .sol-icon {
        margin-right: 2.6%
    }
}

.sol-crisis-container .sol-icon--warning,
.sol-crisis-container .sol-icon--warning--black {
    max-height: 53px
}

.sol-crisis-container .sol-icon--warning--black.sol-icon-edge,
.sol-crisis-container .sol-icon--warning--black:after,
.sol-crisis-container .sol-icon--warning.sol-icon-edge,
.sol-crisis-container .sol-icon--warning:after {
    height: 53px;
    width: 60px
}

.sol-crisis-container .sol-icon--warning--black.sol-icon-edge:after,
.sol-crisis-container .sol-icon--warning.sol-icon-edge:after {
    transform: scale(.5);
    height: 106px;
    width: 120px;
    margin-top: -26.5px;
    margin-left: -30px
}

@media (max-width:767px) {
    .sol-crisis-container .sol-icon--warning,
    .sol-crisis-container .sol-icon--warning--black {
        max-height: 45px
    }
    .sol-crisis-container .sol-icon--warning--black.sol-icon-edge,
    .sol-crisis-container .sol-icon--warning--black:after,
    .sol-crisis-container .sol-icon--warning.sol-icon-edge,
    .sol-crisis-container .sol-icon--warning:after {
        height: 45px;
        width: 40px
    }
    .sol-crisis-container .sol-icon--warning--black.sol-icon-edge:after,
    .sol-crisis-container .sol-icon--warning.sol-icon-edge:after {
        transform: scale(.5);
        height: 90px;
        width: 80px;
        margin-top: -22.5px;
        margin-left: -20px
    }
}

.sol-crisis-container__content {
    position: relative;
    padding: 32px 1.8% 40px 20%;
    display: flex
}

@media (min-width:768px) and (max-width:991px) {
    .sol-crisis-container__content {
        padding: 35px 3.8% 34px
    }
}

@media (max-width:767px) {
    .sol-crisis-container__content {
        padding: 51px 20px 25px
    }
}

.sol-crisis-container .sv-row {
    position: relative;
    display: inline-block
}

@media (max-width:991px) {
    .sol-crisis-container .sv-row {
        padding: 20px 20px 20px 115px
    }
}

@media (max-width:767px) {
    .sol-crisis-container .sv-row {
        padding: 20px 20px 20px 60px
    }
}

.sol-crisis-container i.fa-warning {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -55px;
    font-size: 100px;
    line-height: 110px
}

@media (max-width:991px) {
    .sol-crisis-container i.fa-warning {
        left: 30px;
        top: 20px;
        margin-top: 0;
        font-size: 45px;
        line-height: 50px
    }
}

@media (max-width:767px) {
    .sol-crisis-container i.fa-warning {
        left: 20px;
        font-size: 25px;
        line-height: 30px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sol-crisis-container .sol-crisis-message {
        display: flex;
        flex-direction: column
    }
}

.sol-crisis-container .sol-crisis-message__title {
    display: inline-table;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -.1px;
    position: relative;
    margin-right: 38px
}

.sol-crisis-container .sol-crisis-message__title:after {
    display: block;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: -6px;
    left: 0
}

@media (min-width:768px) and (max-width:991px) {
    .sol-crisis-container .sol-crisis-message__title {
        font-size: 25px;
        margin-top: 14px
    }
}

@media (max-width:767px) {
    .sol-crisis-container .sol-crisis-message__title {
        font-size: 20px;
        margin-top: 7px
    }
}

.sol-crisis-container .sol-crisis-message__desc {
    display: none;
    color: #fff;
    line-height: 1.4em
}

@media (min-width:768px) and (max-width:991px) {
    .sol-crisis-container .sol-crisis-message__desc {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .sol-crisis-container .sol-crisis-message__desc {
        font-size: 18px;
        line-height: 1.42
    }
}

.sol-crisis-container .sol-crisis-message__expanding-btn {
    display: flex;
    align-items: center;
    background: none;
    border: 0;
    color: #fff;
    cursor: pointer;
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    position: absolute;
    right: 22px;
    top: 13px;
    outline: 0
}

.sol-crisis-container .sol-crisis-message__expanding-btn__text {
    font-size: 16px;
    letter-spacing: -.1px;
    color: #fff
}

.sol-crisis-container .sol-crisis-message__expanding-btn .sol-icon {
    max-height: 11px;
    color: #fff;
    transform: rotate(180deg);
    transition: all .3s ease-in-out;
    margin-right: 10px;
    margin-top: 5px
}

.sol-crisis-container .sol-crisis-message__expanding-btn .sol-icon.sol-icon-edge,
.sol-crisis-container .sol-crisis-message__expanding-btn .sol-icon:after {
    height: 11px;
    width: 13px
}

.sol-crisis-container .sol-crisis-message__expanding-btn .sol-icon.sol-icon-edge:after {
    transform: scale(.5);
    height: 22px;
    width: 26px;
    margin-top: -5.5px;
    margin-left: -6.5px
}

.sol-crisis-container .sol-crisis-message__expanding-btn[aria-pressed=true] .sol-icon {
    transform: rotate(0);
    margin-top: -5px
}

.sol-crisis-container .sol-crisis-message__more {
    width: 128px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: right;
    padding: 4px 8px;
    margin-right: 10px;
    border: 2px solid #fff;
    border-radius: 5px;
    background-color: transparent;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: background-color;
    margin-top: 17px
}

@media (min-width:768px) and (max-width:991px) {
    .sol-crisis-container .sol-crisis-message__more {
        margin-top: 28px
    }
}

@media (max-width:767px) {
    .sol-crisis-container .sol-crisis-message__more {
        font-size: 12px;
        margin-top: 17px
    }
}

.sol-crisis-container .sol-crisis-message__more:hover {
    background-color: hsla(0, 0%, 100%, .16)
}

.sol-crisis-container .sol-close-crisis {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 10;
    color: #fff;
    cursor: pointer
}

@media (max-width:991px) {
    .sol-crisis-container .sol-close-crisis {
        font-size: 0
    }
}

.sol-crisis-container .sol-close-crisis i.fa {
    margin-left: 10px;
    opacity: .55
}

@media (max-width:991px) {
    .sol-crisis-container .sol-close-crisis i.fa {
        font-size: 20px
    }
}

.no-scroll .sol-crisis-container {
    right: -17px
}

.sol-no-script i.fa-warning {
    font-size: 50px;
    margin-top: -57px
}

.sol-no-script .sv-row {
    padding: 15px 20px 0 90px
}

.sol-no-script .sol-crisis-message-title {
    margin-bottom: 5px
}

.uvk-crisis-message {
    margin: auto
}

.crisis-close {
    text-align: center
}

.crisis-close i,
.crisis-close span {
    display: block
}

.sol-crisis-container {
    display: none
}

.sol-crisis-container.active {
    display: block
}

.sol-crisis-container .sol-crisis-container__content {
    padding: 32px 11.5%
}

.sol-crisis-container__content i {
    padding: 20px 20px 2px
}

.sol-crisis-message {
    margin-right: auto
}

.crisis-close i {
    cursor: pointer
}

.sol-crisis-container .sol-crisis-message__title:after {
    display: none
}

.crisis-close.con-vma__close {
    position: absolute;
    top: 15px;
    right: 20px
}

.sol-crisis-container .sv-fluid-grid.sv-grid-main {
    position: relative
}

.sol-crisis-container .sv-fluid-grid.sv-grid-main i {
    position: absolute;
    top: 52px;
    left: 4%
}

@media (max-width:1300px) {
    .sol-crisis-container .sv-fluid-grid.sv-grid-main i {
        left: 2%
    }
}

@media (max-width:900px) {
    .sol-crisis-container .sv-fluid-grid.sv-grid-main i {
        left: 0
    }
}

@media (max-width:767px) {
    .sol-crisis-container .sol-crisis-container__content {
        padding-left: 4.2%;
        padding-right: 4.2%
    }
    .sol-crisis-container .sv-fluid-grid.sv-grid-main i {
        position: relative;
        font-size: 2em;
        display: block;
        top: 20px;
        padding: 0 5px 0 0
    }
}

.sol-mobile-menu-container,
.sol-slide-menu-container {
    position: fixed;
    top: 120px
}

@media (max-width:991px) {
    .sol-mobile-menu-container.sol-active,
    .sol-slide-menu-container.sol-active {
        overflow: auto;
        visibility: visible;
        opacity: 1
    }
}

.sol-mobile-menu-container>ul>li:last-child>div>a,
.sol-slide-menu-container>ul>li:last-child>div>a {
    border-color: #226651
}

.sol-mobile-menu-container .sol-menu-item-link,
.sol-slide-menu-container .sol-menu-item-link {
    position: relative;
    display: block;
    margin-right: 1px;
    margin-left: 1px;
    padding: 10px 49px 10px 19px;
    color: #3a92b3;
    text-decoration: none;
    border-bottom: 1px solid #226651
}

.sol-mobile-menu-container .sol-menu-item-link:focus,
.sol-slide-menu-container .sol-menu-item-link:focus,
[data-whatinput=keyboard] .sol-mobile-menu-container .sol-menu-item-link:focus,
[data-whatinput=keyboard] .sol-slide-menu-container .sol-menu-item-link:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .sol-mobile-menu-container .sol-menu-item-link:focus,
[data-whatinput=initial] .sol-slide-menu-container .sol-menu-item-link:focus,
[data-whatinput=mouse] .sol-mobile-menu-container .sol-menu-item-link:focus,
[data-whatinput=mouse] .sol-slide-menu-container .sol-menu-item-link:focus,
[data-whatinput=touch] .sol-mobile-menu-container .sol-menu-item-link:focus,
[data-whatinput=touch] .sol-slide-menu-container .sol-menu-item-link:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-mobile-menu-container .sol-menu-item-link .sol-menu-item-display-name,
.sol-slide-menu-container .sol-menu-item-link .sol-menu-item-display-name {
    font-weight: 400;
    font-size: 14px
}

.sol-mobile-menu-container .sol-menu-item .sol-menu-item-link,
.sol-slide-menu-container .sol-menu-item .sol-menu-item-link {
    transition: background-color .2s ease-in-out
}

.sol-mobile-menu-container .sol-menu-item:not([data-menu-level="0"]),
.sol-slide-menu-container .sol-menu-item:not([data-menu-level="0"]) {
    background-color: #fff
}

.sol-mobile-menu-container .sol-menu-item:not([data-menu-level="0"])>.sol-menu-item-link>.sol-menu-item-display-name,
.sol-slide-menu-container .sol-menu-item:not([data-menu-level="0"])>.sol-menu-item-link>.sol-menu-item-display-name {
    font-size: 18px
}

.sol-mobile-menu-container .sol-menu-item:not([data-menu-level="0"])>.sol-menu-button>.fa,
.sol-slide-menu-container .sol-menu-item:not([data-menu-level="0"])>.sol-menu-button>.fa {
    color: #0C271D
}

.sol-mobile-menu-container .sol-menu-item[data-menu-level="0"]>.sol-menu-item-link:hover,
.sol-slide-menu-container .sol-menu-item[data-menu-level="0"]>.sol-menu-item-link:hover {
    background-color: #1d5547 !important
}

.sol-mobile-menu-container .sol-menu-item[data-expanded=false]:not([data-menu-level="0"])>.sol-menu-item-link,
.sol-slide-menu-container .sol-menu-item[data-expanded=false]:not([data-menu-level="0"])>.sol-menu-item-link {
    background-color: #fff
}

.sol-mobile-menu-container .sol-menu-item[data-expanded=false]:not([data-menu-level="0"])>.sol-menu-item-link>.sol-menu-item-display-name,
.sol-slide-menu-container .sol-menu-item[data-expanded=false]:not([data-menu-level="0"])>.sol-menu-item-link>.sol-menu-item-display-name {
    color: #0C271D
}

.sol-mobile-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])>.sol-menu-item-link,
.sol-slide-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])>.sol-menu-item-link {
    background-color: #1d5547
}

.sol-mobile-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])>.sol-menu-item-link>.sol-menu-item-display-name,
.sol-slide-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])>.sol-menu-item-link>.sol-menu-item-display-name {
    color: #fff;
    font-weight: 700
}

.sol-mobile-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-has-children=true]>.sol-menu-button>i.fa,
.sol-mobile-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-has-children=true]>.sol-menu-item-link>.sol-menu-item-display-name,
.sol-slide-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-has-children=true]>.sol-menu-button>i.fa,
.sol-slide-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-has-children=true]>.sol-menu-item-link>.sol-menu-item-display-name {
    color: #fff
}

.sol-mobile-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-is-current=true]>.sol-menu-item-link,
.sol-slide-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-is-current=true]>.sol-menu-item-link {
    background-color: #dae5df
}

.sol-mobile-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-is-current=true]>.sol-menu-item-link>.sol-menu-item-display-name,
.sol-slide-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-is-current=true]>.sol-menu-item-link>.sol-menu-item-display-name {
    color: #0C271D
}

.sol-mobile-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-is-current=true][data-is-current=false]>.sol-menu-item-link:hover,
.sol-slide-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-is-current=true][data-is-current=false]>.sol-menu-item-link:hover {
    background-color: #226651
}

.sol-mobile-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-is-current=true]>.sol-menu-button>i.fa,
.sol-slide-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-is-current=true]>.sol-menu-button>i.fa {
    color: #0C271D
}

.sol-mobile-menu-wrapper {
    position: relative
}

@media (min-width:992px) {
    .sol-mobile-menu-wrapper {
        display: none
    }
}

.sol-mobile-menu-container,
.sol-slide-menu-container {
    right: 0;
    left: 0;
    z-index: 49;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 3px 14px 0 rgba(0, 0, 0, .43)
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mobile-menu-container,
    .sol-slide-menu-container {
        position: absolute;
        top: 0
    }
}

.sol-mobile-menu-container>ul,
.sol-slide-menu-container>ul {
    border-top: 1px solid #226651
}

.sol-mobile-menu-container .sol-menu-list,
.sol-slide-menu-container .sol-menu-list {
    width: 100%
}

.sol-mobile-menu-container-link,
.sol-slide-menu-container-link {
    position: relative;
    display: block;
    margin-right: 1px;
    margin-left: 1px;
    padding: 10px 49px 10px 19px;
    color: #3a92b3;
    text-decoration: none;
    border-bottom: 1px solid #226651
}

.sol-mobile-menu-container-link:focus,
.sol-slide-menu-container-link:focus,
[data-whatinput=keyboard] .sol-mobile-menu-container-link:focus,
[data-whatinput=keyboard] .sol-slide-menu-container-link:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .sol-mobile-menu-container-link:focus,
[data-whatinput=initial] .sol-slide-menu-container-link:focus,
[data-whatinput=mouse] .sol-mobile-menu-container-link:focus,
[data-whatinput=mouse] .sol-slide-menu-container-link:focus,
[data-whatinput=touch] .sol-mobile-menu-container-link:focus,
[data-whatinput=touch] .sol-slide-menu-container-link:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-mobile-menu-container-link .sol-menu-item-display-name,
.sol-slide-menu-container-link .sol-menu-item-display-name {
    font-weight: 400;
    font-size: 14px
}

.sol-mobile-menu-container .sol-menu-item,
.sol-slide-menu-container .sol-menu-item {
    position: relative
}

.sol-mobile-menu-container .sol-menu-item .fa,
.sol-mobile-menu-container .sol-menu-item .sol-menu-item-link,
.sol-slide-menu-container .sol-menu-item .fa,
.sol-slide-menu-container .sol-menu-item .sol-menu-item-link {
    color: #fff
}

.sol-mobile-menu-container .sol-menu-item .sol-menu-button,
.sol-slide-menu-container .sol-menu-item .sol-menu-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 43px;
    max-height: 100%;
    background: none;
    border: none;
    -webkit-appearance: none;
    appearance: none
}

.sol-mobile-menu-container .sol-menu-item .sol-menu-button:focus,
.sol-slide-menu-container .sol-menu-item .sol-menu-button:focus,
[data-whatinput=keyboard] .sol-mobile-menu-container .sol-menu-item .sol-menu-button:focus,
[data-whatinput=keyboard] .sol-slide-menu-container .sol-menu-item .sol-menu-button:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .sol-mobile-menu-container .sol-menu-item .sol-menu-button:focus,
[data-whatinput=initial] .sol-slide-menu-container .sol-menu-item .sol-menu-button:focus,
[data-whatinput=mouse] .sol-mobile-menu-container .sol-menu-item .sol-menu-button:focus,
[data-whatinput=mouse] .sol-slide-menu-container .sol-menu-item .sol-menu-button:focus,
[data-whatinput=touch] .sol-mobile-menu-container .sol-menu-item .sol-menu-button:focus,
[data-whatinput=touch] .sol-slide-menu-container .sol-menu-item .sol-menu-button:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-mobile-menu-container .sol-menu-item .sol-menu-button i,
.sol-slide-menu-container .sol-menu-item .sol-menu-button i {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding-top: 3px;
    padding-left: 3px;
    text-align: center;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: all
}

.sol-mobile-menu-container .sol-menu-item[data-menu-level="0"]>.sol-menu-button>.fa,
.sol-mobile-menu-container .sol-menu-item[data-menu-level="0"]>.sol-menu-item-link,
.sol-slide-menu-container .sol-menu-item[data-menu-level="0"]>.sol-menu-button>.fa,
.sol-slide-menu-container .sol-menu-item[data-menu-level="0"]>.sol-menu-item-link {
    color: #fff
}

.sol-mobile-menu-container .sol-menu-item[data-menu-level="1"] .sol-menu-item-link,
.sol-slide-menu-container .sol-menu-item[data-menu-level="1"] .sol-menu-item-link {
    padding-left: 30px
}

.sol-mobile-menu-container .sol-menu-item[data-menu-level="2"] .sol-menu-item-link,
.sol-slide-menu-container .sol-menu-item[data-menu-level="2"] .sol-menu-item-link {
    padding-left: 40px
}

.sol-mobile-menu-container .sol-menu-item[data-menu-level="3"] .sol-menu-item-link,
.sol-slide-menu-container .sol-menu-item[data-menu-level="3"] .sol-menu-item-link {
    padding-left: 50px
}

.sol-mobile-menu-container .sol-menu-item[data-menu-level="4"] .sol-menu-item-link,
.sol-slide-menu-container .sol-menu-item[data-menu-level="4"] .sol-menu-item-link {
    padding-left: 60px
}

.sol-mobile-menu-container .sol-menu-item[data-expanded=true]>.sol-menu-button i.fa,
.sol-slide-menu-container .sol-menu-item[data-expanded=true]>.sol-menu-button i.fa {
    transform: rotate(90deg)
}

.sol-mobile-menu-container .sol-menu-item[data-node-type="sv:folder"]>.sol-menu-button,
.sol-slide-menu-container .sol-menu-item[data-node-type="sv:folder"]>.sol-menu-button {
    width: 100%;
    border-left: none
}

.sol-mobile-menu-container {
    position: absolute;
    background-color: #fff
}

@media (max-width:767px) {
    .sol-mobile-menu-container {
        display: none
    }
}

.sol-mobile-menu-container>div {
    position: relative;
    display: none
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mobile-menu-container>div {
        display: block;
        height: 85px;
        background-color: #fff
    }
}

.sol-mobile-menu-container>div>button {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%)
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mobile-menu-container {
        position: fixed;
        top: 45px;
        right: 0;
        left: auto;
        z-index: 999;
        width: 0;
        height: 50vh;
        overflow: hidden;
        background-color: #226651;
        transition: width .3s
    }
}

@media (max-width:767px) {
    .sol-mobile-menu-container {
        top: 0;
        width: 100%;
        background-color:#226651
    }
}

.sol-mobile-menu-container a {
    margin: 0
}

.sol-mobile-menu-container ul {
    border-top: 0
}

.sol-mobile-menu-container .sol-menu-item[data-menu-level="0"]>.sol-menu-item-link {
    color: #fff
}

.sol-mobile-menu-container .sol-menu-item[data-menu-level="0"]>.sol-menu-item-link>.sol-menu-item-display-name {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: left
}

.sol-mobile-menu-container .sol-menu-item[data-menu-level="0"]>.sol-menu-item-link>.fa {
    color: #fff
}

.sol-mobile-menu-container .sol-menu-item[data-menu-level="1"]>.sol-menu-item-link>.sol-menu-item-display-name {
    color: #0C271D;
    font-size: 18px;
    text-align: left
}

.sol-uvk .sol-slide-menu-container {
    z-index: 52;
    position: absolute !important;
    transition: all .3s ease;
    background-color: #226651;
    width: 0;
    right: 0;
    top: 0 !important;
    bottom: 0;
    overflow-y: hidden;
    left: auto;
    height: 100%;
    z-index: 999;
    visibility: hidden
}

.sol-uvk .sol-slide-menu-container__top {
    height: 100px;
    background-color: #fff;
    position: relative
}

.sol-uvk .sol-slide-menu-container.sol-active {
    width: 445px
}

.sol-uvk .sol-slide-menu-container a {
    margin: 0
}

.sol-uvk .sol-slide-menu-container ul {
    border-top: 0;
    background-color: #fff
}

.sol-uvk .sol-slide-menu-container>ul {
    height: calc(100% - 100px);
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #226651
}

.sol-uvk .sol-slide-menu-container>ul>li:last-child .sol-menu-item-link {
    border-bottom: 0 !important
}

.sol-uvk .sol-slide-menu-container .sol-menu-item {
    min-width: 300px
}

.sol-uvk .sol-slide-menu-container .sol-menu-item .sol-menu-button {
    max-height: 100%;
    z-index: 99;
    cursor: pointer
}

.sol-uvk .sol-slide-menu-container .sol-menu-item .fa,
.sol-uvk .sol-slide-menu-container .sol-menu-item .sol-menu-item-link {
    color: #fff
}

.sol-uvk .sol-slide-menu-container .sol-menu-item[data-menu-level="0"]>.sol-menu-item-link {
    color: #fff;
    background-color: #226651
}

.sol-uvk .sol-slide-menu-container .sol-menu-item[data-menu-level="0"]>.sol-menu-item-link>.sol-menu-item-display-name {
    font-size: 16px
}

.sol-uvk .sol-slide-menu-container .sol-menu-item[data-menu-level="0"]>.sol-menu-button>.fa {
    color: #fff
}

.sol-uvk .sol-slide-menu-container .sol-menu-item:not([data-menu-level="0"])>.sol-menu-item-link {
    transition: background-color .2s ease-in-out
}

.sol-uvk .sol-slide-menu-container .sol-menu-item:not([data-menu-level="0"])>.sol-menu-item-link:hover {
    background-color: #dae5df
}

.sol-uvk .sol-slide-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])>.sol-menu-item-link {
    background-color: #1d5547
}

.sol-uvk .sol-slide-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])>.sol-menu-button>i.fa,
.sol-uvk .sol-slide-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])>.sol-menu-item-link>.sol-menu-item-display-name {
    color: #fff
}

.sol-uvk .sol-slide-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-is-current=true]>.sol-menu-item-link {
    background-color: #dae5df
}

.sol-uvk .sol-slide-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-is-current=true]>.sol-menu-button>i.fa,
.sol-uvk .sol-slide-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-is-current=true]>.sol-menu-item-link .sol-menu-item-display-name {
    color: #0C271D
}

.sol-uvk .sol-slide-menu-container .sol-menu-item[data-expanded=true]>.sol-menu-item-link i.fa {
    color: #fff;
    transform: rotate(90deg)
}

.sol-uvk .sol-slide-menu-container .sol-menu-item[data-expanded=true][data-has-children=false]>.sol-menu-item-link i.fa {
    color: #0C271D
}

.sol-uvk .sol-slide-menu-container .sol-menu-item[data-menu-level="1"]>.sol-menu-item-link>.sol-menu-item-display-name,
.sol-uvk .sol-slide-menu-container .sol-menu-item[data-menu-level="2"]>.sol-menu-item-link .sol-menu-item-display-name,
.sol-uvk .sol-slide-menu-container .sol-menu-item[data-menu-level="2"][data-expanded=true]>.sol-menu-item-link .sol-menu-item-display-name {
    font-size: 18px
}

.sol-uvk .sol-slide-menu-container .sol-menu-item[data-menu-level="1"][data-is-current=true]>.sol-menu-item-link .sol-menu-item-display-name,
.sol-uvk .sol-slide-menu-container .sol-menu-item[data-menu-level="2"][data-is-current=true]>.sol-menu-item-link .sol-menu-item-display-name,
.sol-uvk .sol-slide-menu-container .sol-menu-item[data-menu-level="3"][data-is-current=true]>.sol-menu-item-link>.sol-menu-item-display-name {
    font-weight: 700;
    font-size: 18px
}

.sol-subpage-wrapper .sol-menu {
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    margin-top: 48px;
    margin-bottom: 20px
}

.sol-subpage-wrapper .sol-menu__root-name {
    display: block;
    padding: 11px 15px 14px 30px;
    background-color: #226651;
    border-bottom: 1px solid #226651;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: left;
    margin: 0;
    transition: background-color .2s ease-in-out
}

.sol-subpage-wrapper .sol-menu__root-name a {
    color: hsla(0, 0%, 100%, .9);
    text-decoration: none;
    line-height: 1;
    font-weight: 700;
    font-size: 20px
}

.sol-subpage-wrapper .sol-menu__root-name:hover {
    background-color: #1d5547 !important
}

[data-whatinput=keyboard] a .sol-subpage-wrapper .sol-menu__root-name:focus,
a .sol-subpage-wrapper .sol-menu__root-name:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] a .sol-subpage-wrapper .sol-menu__root-name:focus,
[data-whatinput=mouse] a .sol-subpage-wrapper .sol-menu__root-name:focus,
[data-whatinput=touch] a .sol-subpage-wrapper .sol-menu__root-name:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-subpage-wrapper .sol-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sol-subpage-wrapper .sol-menu .sol-menu-item {
    position: relative
}

.sol-subpage-wrapper .sol-menu .sol-menu-item>a {
    border-bottom: 1px solid rgba(14, 60, 93, .4)
}

.sol-subpage-wrapper .sol-menu .sol-menu-item[data-expanded=true]>.sol-menu-item__button i {
    transform: rotate(90deg)
}

.sol-subpage-wrapper .sol-menu .sol-menu-item a {
    text-decoration: none;
    display: block;
    padding-top: 11px;
    padding-bottom: 14px;
    transition: background-color .3s ease-in-out
}

.sol-subpage-wrapper .sol-menu .sol-menu-item a span {
    font-size: 18px
}

.sol-subpage-wrapper .sol-menu .sol-menu-item[data-menu-level="0"] a {
    position: relative;
    display: block;
    padding: 8px 34px 8px 20px;
    color: #0C271D;
    text-decoration: none;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: color, background-color, border
}

.sol-subpage-wrapper .sol-menu .sol-menu-item[data-menu-level="0"] a:focus,
[data-whatinput=keyboard] .sol-subpage-wrapper .sol-menu .sol-menu-item[data-menu-level="0"] a:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .sol-subpage-wrapper .sol-menu .sol-menu-item[data-menu-level="0"] a:focus,
[data-whatinput=mouse] .sol-subpage-wrapper .sol-menu .sol-menu-item[data-menu-level="0"] a:focus,
[data-whatinput=touch] .sol-subpage-wrapper .sol-menu .sol-menu-item[data-menu-level="0"] a:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-subpage-wrapper .sol-menu .sol-menu-item[data-menu-level="1"]>a {
    padding-left: 30px
}

.sol-subpage-wrapper .sol-menu .sol-menu-item[data-menu-level="2"]>a {
    padding-left: 60px
}

.sol-subpage-wrapper .sol-menu .sol-menu-item[data-menu-level="3"]>a {
    padding-left: 90px
}

.sol-subpage-wrapper .sol-menu .sol-menu-item[data-menu-level="4"]>a {
    padding-left: 120px
}

.sol-subpage-wrapper .sol-menu .sol-menu-item[data-expanded=true][data-menu-level="0"]>a:hover i,
.sol-subpage-wrapper .sol-menu .sol-menu-item[data-expanded=true][data-menu-level="0"]>a i {
    color: red
}

.sol-subpage-wrapper .sol-menu .sol-menu-item[data-expanded=true][data-menu-level="0"]>.sol-menu-list>ul {
    border-left: 2px solid #3a92b3
}

.sol-subpage-wrapper .sol-menu .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])>a>span {
    color: #0C271D
}

.sol-subpage-wrapper .sol-menu .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-menu-level="1"]>i,
.sol-subpage-wrapper .sol-menu .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-menu-level="2"]>i,
.sol-subpage-wrapper .sol-menu .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-menu-level="3"]>i,
.sol-subpage-wrapper .sol-menu .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-menu-level="4"]>i {
    color: #fff
}

.sol-subpage-wrapper .sol-menu .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-menu-level="1"]>a,
.sol-subpage-wrapper .sol-menu .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-menu-level="2"]>a,
.sol-subpage-wrapper .sol-menu .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-menu-level="3"]>a,
.sol-subpage-wrapper .sol-menu .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-menu-level="4"]>a {
    background-color: #1d5547
}

.sol-subpage-wrapper .sol-menu .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-expanded=true]>a>span {
    font-weight: 700;
    color: #fff
}

.sol-subpage-wrapper .sol-menu .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-expanded=true]>.sol-menu-item__button>i {
    color: #fff
}

.sol-subpage-wrapper .sol-menu .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-expanded=true][data-has-children=true][data-is-current=true]>a {
    background-color: #dae5df
}

.sol-subpage-wrapper .sol-menu .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-expanded=true][data-has-children=true][data-is-current=true]>.sol-menu-item__button>i {
    color: #0C271D
}

.sol-subpage-wrapper .sol-menu .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-expanded=true][data-has-children=true][data-is-current=false]>a:hover {
    background-color: #226651
}

.sol-subpage-wrapper .sol-menu .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-expanded=true]:not([data-has-children=true])[data-is-current=true]>a {
    background-color: #dae5df
}

.sol-subpage-wrapper .sol-menu .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-expanded=true]:not([data-has-children=true])[data-is-current=true]>.sol-menu-item__button>i,
.sol-subpage-wrapper .sol-menu .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-expanded=true]:not([data-has-children=true])[data-is-current=true]>a>span,
.sol-subpage-wrapper .sol-menu .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-is-current=true]>a>span {
    color: #0C271D
}

.sol-subpage-wrapper .sol-menu .sol-menu-item[data-expanded=true]>a i {
    color: #fff;
    transform: rotate(90deg)
}

.sol-subpage-wrapper .sol-menu .sol-menu-item[data-expanded=true][data-has-children=false]>a i {
    color: #0C271D
}

.sol-subpage-wrapper .sol-menu .sol-menu-item .sol-menu-item__button {
    background: none;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: right;
    font-family: FontAwesome;
    font-size: 17px;
    top: 0;
    bottom: 1px;
    padding-right: 20px;
    cursor: pointer
}

.sol-subpage-wrapper .sol-menu .sol-menu-item .sol-menu-item__button:focus,
[data-whatinput=keyboard] .sol-subpage-wrapper .sol-menu .sol-menu-item .sol-menu-item__button:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .sol-subpage-wrapper .sol-menu .sol-menu-item .sol-menu-item__button:focus,
[data-whatinput=mouse] .sol-subpage-wrapper .sol-menu .sol-menu-item .sol-menu-item__button:focus,
[data-whatinput=touch] .sol-subpage-wrapper .sol-menu .sol-menu-item .sol-menu-item__button:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-subpage-wrapper .sol-menu .sol-menu-item .sol-menu-item__button>i {
    position: absolute;
    font-style: normal;
    top: 50%;
    right: 25px;
    margin-top: -9px;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: all
}

.sv-se-soleil-treeMenu .sol-menu-overlay {
    --overlay-offset: 100px;
    background-color: rgba(0, 0, 0, .5)
}

@media (max-width:991px) {
    .sv-se-soleil-treeMenu .sol-menu-overlay {
        --overlay-offset: 131px
    }
}

.sv-se-soleil-treeMenu .sol-menu-toggle-hamburger {
    position: relative;
    flex-direction: column;
    width: 42px;
    height: 42px;
    margin-bottom: 5px;
    background-color: #226651;
    border-radius: 50%;
    cursor: pointer;
    padding: 11px 8px
}

.sv-se-soleil-treeMenu .sol-menu-toggle-hamburger.active>span:first-child {
    transform: rotateX(0deg) rotateY(0deg) rotate(45deg) translateX(5px) translateY(7px) translateZ(0);
    width: 30px
}

.sv-se-soleil-treeMenu .sol-menu-toggle-hamburger.active>span:last-child {
    transform: rotateX(0deg) rotateY(0deg) rotate(-45deg) translateX(5px) translateY(-8px) translateZ(0);
    width: 30px
}

.sv-se-soleil-treeMenu .sol-menu-toggle-hamburger>span {
    display: block;
    width: 26px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px
}

.sv-se-soleil-treeMenu .sol-menu-toggle-hamburger__bottom,
.sv-se-soleil-treeMenu .sol-menu-toggle-hamburger__top {
    transition-delay: .3s, 0s;
    transition-duration: .3s;
    transition-property: top, transform
}

.sv-se-soleil-treeMenu .sol-menu {
    margin-left: auto;
    max-width: 450px;
    height: 100%;
    background-color: #226651
}

@media (max-width:991px) {
    .sv-se-soleil-treeMenu .sol-menu {
        width: 100%;
        height: 100vh;
        max-width: 100%
    }
}

@media (max-width:767px) {
    .sv-se-soleil-treeMenu .sol-menu {
        width: 100%;
        height: auto;
        overflow: auto
    }
}

.sv-se-soleil-treeMenu .sol-menu-root-page {
    border-bottom: 2px solid #226651
}

.sv-se-soleil-treeMenu .sol-menu-root-page a,
.sv-se-soleil-treeMenu .sol-menu-root-page span {
    color: #fff;
    display: block;
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none
}

.sv-se-soleil-treeMenu .sol-menu-root-page a:hover {
    background-color: #1d5547
}

.sv-se-soleil-treeMenu .sol-menu-list {
    height: 100%
}

.sv-se-soleil-treeMenu .sol-menu-item div {
    border-bottom: 1px solid #226651
}

.sv-se-soleil-treeMenu .sol-menu-item>div {
    position: relative
}

.sv-se-soleil-treeMenu .sol-menu-item>div a {
    color: #fff;
    align-items: center;
    display: flex;
    min-height: 3em;
    padding: 0 50px 0 1em;
    position: relative;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700
}

.sv-se-soleil-treeMenu .sol-menu-item>div a:hover {
    background-color: #1d5547
}

.sv-se-soleil-treeMenu .sol-menu-item>div a:last-child {
    border: 0
}

.sv-se-soleil-treeMenu .sol-menu-item>div button {
    align-items: center;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    font-size: 2.125rem;
    height: 100%;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 11
}

.sv-se-soleil-treeMenu .sol-menu-item>div button>span {
    color: #fff;
    font-family: FontAwesome !important;
    font-style: normal;
    font-size: 18px
}

.sv-se-soleil-treeMenu .sol-menu-item:not([data-level="1"])>div {
    background-color: #fff
}

.sv-se-soleil-treeMenu .sol-menu-item:not([data-level="1"])>div a {
    color: #0C271D
}

.sv-se-soleil-treeMenu .sol-menu-item:not([data-level="1"])>div a:hover {
    background-color: #dae5df
}

.sv-se-soleil-treeMenu .sol-menu-item:not([data-level="1"])>div button>span {
    color: #0C271D
}

.sv-se-soleil-treeMenu .sol-menu-item.expanded>div a {
    color: #fff;
    background-color: #1d5547;
    transition: background-color .2s ease-in-out
}

.sv-se-soleil-treeMenu .sol-menu-item.expanded>div a:hover {
    background-color: #1d5547
}

.sv-se-soleil-treeMenu .sol-menu-item.expanded>div button>span {
    color: #fff
}

.sv-se-soleil-treeMenu .sol-menu-item[data-level="2"]>div {
    border-left-width: 3px
}

footer .sol-bottom {
    background-color: #226651
}

footer .sol-bottom .sv-grid-main .sv-row>.sv-column-4 {
    padding-right: 30px
}

footer .sol-bottom .sol-footer-contact-item,
footer .sol-bottom .sol-footer-links-item {
    position: relative;
    display: block;
    margin-bottom: 11px;
    padding-left: 30px;
    color: #fff;
    text-decoration: none;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: opacity
}

footer .sol-bottom .sol-footer-contact-item i.fa:first-child,
footer .sol-bottom .sol-footer-links-item i.fa:first-child {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 17px
}

footer .sol-bottom .sol-footer-contact-item i.fa.fa-angle-right,
footer .sol-bottom .sol-footer-links-item i.fa.fa-angle-right {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    padding-left: 2px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    border: 1px solid hsla(0, 0%, 100%, .7);
    border-radius: 50%;
    opacity: .5
}

footer .sol-bottom .sol-footer-contact a:hover,
footer .sol-bottom .sol-footer-links a:hover {
    text-decoration: underline;
    opacity: .7
}

footer .sol-bottom .sol-social-media-title {
    margin-bottom: 21px;
    color: #fff;
    font-size: 18px;
    line-height: 1.56;
    text-align: left
}

footer .sol-bottom .sol-social-media:after,
footer .sol-bottom .sol-social-media:before {
    display: table;
    content: ""
}

footer .sol-bottom .sol-social-media:after {
    clear: both
}

footer .sol-bottom .sol-social-media .sol-social-media-item>a {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 7px;
    font-size: 21px;
    line-height: 34px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: opacity
}

footer .sol-bottom .sol-social-media .sol-social-media-item>a:hover {
    opacity: .5
}

footer .sol-bottom .sol-social-media .sol-social-media-item>a .sr-only {
    color: #0C271D
}

footer h1.font-footer-header,
footer p.font-footer-header {
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .2)
}

footer h1.font-footer-header,
footer p.font-footer-header,
footer p.font-footer-text {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-family: Source Sans Pro, sans-serif;
    line-height: 22px
}

footer p.font-footer-text {
    margin-bottom: 11px
}

footer p.font-footer-text a:hover {
    color: hsla(0, 0%, 100%, .7);
    text-decoration: underline
}

.sol-shortcut-container {
    background-color: #e8f3f8;
    padding: 20px 20px 0
}

.sol-shortcut {
    margin-left: -10px;
    margin-right: -10px
}

.sol-shortcut:after,
.sol-shortcut:before {
    display: table;
    content: ""
}

.sol-shortcut:after {
    clear: both
}

@media (max-width:767px) {
    .sol-shortcut {
        display: -ms-flex;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center
    }
}

.sol-shortcut a {
    text-decoration: none;
    max-width: 150px;
    display: inline-block
}

.sol-shortcut-item {
    display: inline-block;
    float: left;
    margin-bottom: 20px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px
}

@media (max-width:767px) {
    .sol-shortcut-item {
        width: 33% !important
    }
}

@media (max-width:479px) {
    .sol-shortcut-item {
        width: 49% !important
    }
}

.sol-shortcut-item i.fa {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    border: 2px solid #226651;
    border-radius: 50%;
    background-color: #fff;
    color: #226651;
    font-size: 21px;
    text-align: center;
    line-height: 54px;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: background-color, color
}

.sol-shortcut-item a>span {
    color: #226651;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: color
}

.sol-shortcut-item a:focus i.fa,
.sol-shortcut-item a:hover i.fa {
    background-color: #41869f;
    color: #fff
}

.sol-shortcut-item a:focus a>span,
.sol-shortcut-item a:hover a>span {
    color: #0C271D
}

.no-scroll .sol-cookie-message {
    z-index: -1
}

.sol-cookie-message {
    justify-content: center;
    align-items: center;
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    z-index: 99;
    border-top-left-radius: 3px;
    background-color: #dae5df;
    color: #0C271D;
    padding: 15px 0;
    text-align: center;
    font-size: 13px
}

.sol-cookie-message:after,
.sol-cookie-message:before {
    display: table;
    content: ""
}

.sol-cookie-message:after {
    clear: both
}

@media (max-width:991px) {
    .sol-cookie-message {
        padding-left: 15px;
        padding-right: 53px;
        text-align: left;
        justify-content: flex-start;
        flex-wrap: wrap
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sol-cookie-message {
        padding-top: 7px;
        padding-bottom: 6px;
        height: 47px
    }
    .sol-cookie-message>span {
        line-height: 1.2
    }
}

@media (max-width:767px) {
    .sol-cookie-message {
        height: 97px;
        top: 0
    }
    .sol-cookie-message span {
        line-height: 1.3
    }
}

.sol-cookie-message a {
    color: #0C271D;
    text-decoration: none;
    color: #226651
}

.sol-cookie-message a:hover {
    text-decoration: underline
}

.sol-cookie-message .sol-cookie-close {
    background: none;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    border-radius: 2px;
    background-color: transparent;
    font-size: 10px;
    line-height: 20px;
    font-weight: 600;
    cursor: pointer;
    margin-left: 11px;
    padding: 0;
    width: 20px;
    height: 20px
}

.sol-cookie-message .sol-cookie-close:focus,
[data-whatinput=keyboard] .sol-cookie-message .sol-cookie-close:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .sol-cookie-message .sol-cookie-close:focus,
[data-whatinput=mouse] .sol-cookie-message .sol-cookie-close:focus,
[data-whatinput=touch] .sol-cookie-message .sol-cookie-close:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

@media (max-width:991px) {
    .sol-cookie-message .sol-cookie-close {
        position: absolute;
        top: 14px;
        right: 14px
    }
}

.sol-cookie-message .sol-cookie-close svg {
    width: 100%;
    height: 100%
}

.sol-editor-bottom {
    bottom: 60px !important
}

@media (min-width:768px) and (max-width:991px) {
    .sol-article-wrapper,
    .sol-subpage-wrapper {
        padding-top: 38px
    }
}

@media (max-width:767px) {
    .sol-article-wrapper,
    .sol-subpage-wrapper {
        padding-top: 20px
    }
}

.sol-article-wrapper .sv-image-portlet,
.sol-subpage-wrapper .sv-image-portlet {
    margin-bottom: 20px
}

.sol-article-wrapper .sv-image-portlet .sv-portlet-image-caption,
.sol-subpage-wrapper .sv-image-portlet .sv-portlet-image-caption {
    margin-top: 0;
    padding: 8px 5px;
    background-color: #fff;
    color: #0C271D;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    font-family: Source Sans Pro, sans-serif;
    font-weight: 300
}

.sol-article-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 52%
}

.sol-article-wrapper.sol-bottom {
    padding-top: 25px;
    padding-bottom: 44px
}

.sol-article-wrapper .sol-publish-info {
    padding: 0;
    margin-bottom: 0
}

@media (max-width:991px) {
    .sol-article-wrapper {
        width: 80%;
        padding-top: 30px
    }
}

@media (max-width:767px) {
    .sol-article-wrapper {
        padding-top: 25px;
        width: 89%
    }
}

@media (max-width:767px) {
    .sol-article-wrapper .sol-btn {
        display: flex;
        justify-content: center
    }
}

.sol-article-wrapper .sol-article-date>span {
    font-size: 14px;
    font-weight: 600;
    line-height: .79;
    letter-spacing: .3px;
    text-align: left;
    color: #767676
}

.sol-article-wrapper .sv-image-portlet {
    position: relative;
    overflow: hidden
}

.sol-article-wrapper .sv-image-portlet .sol-article-date {
    position: absolute;
    left: -45px;
    top: -45px;
    width: 100px;
    height: 100px;
    padding-top: 47px;
    padding-left: 31px;
    border-radius: 100%;
    background-color: rgba(14, 60, 93, .8);
    color: #fff;
    text-align: center
}

@media (max-width:767px) {
    .sol-article-wrapper .sv-image-portlet .sol-article-date {
        left: -40px;
        top: -40px;
        width: 90px;
        height: 90px;
        padding-top: 40px
    }
}

.sol-article-wrapper .sv-image-portlet .sol-article-date-day {
    display: block;
    font-size: 16px;
    line-height: 11px;
    font-weight: 700
}

@media (max-width:767px) {
    .sol-article-wrapper .sv-image-portlet .sol-article-date-day {
        font-size: 14px;
        line-height: 7px
    }
}

.sol-article-wrapper .sv-image-portlet .sol-article-date-month {
    font-size: 12px;
    line-height: 22px;
    display: block
}

.sol-article-wrapper .pagecontent:after,
.sol-article-wrapper .pagecontent:before {
    display: table;
    content: ""
}

.sol-article-wrapper .pagecontent:after {
    clear: both
}

.sol-article-wrapper .sol-contact-rating-cnt {
    margin-top: 25px
}

.sol-news-menu .sol-menu-item[data-expanded=false] .sol-menu-list {
    display: none
}

.sol-event-info .sol-simple-box-decoration {
    margin-top: 0;
    border: none
}

.sol-event-info-field {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 5px
}

.sol-event-info-field>span {
    margin-right: 10px;
    font-size: 14px;
    font-weight: 700
}

.sol-event-info-small {
    margin-top: 10px;
    margin-bottom: 10px
}

.sol-event-info-small:after,
.sol-event-info-small:before {
    display: table;
    content: ""
}

.sol-event-info-small:after {
    clear: both
}

.sol-event-info-small-item {
    margin-right: 20px;
    font-size: 14px;
    float: left
}

.sol-event-info-small-item i {
    margin-right: 6px;
    color: #226651
}

.sol-article-item {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 164px;
    padding-bottom: 20px;
    padding-left: 222px;
    text-decoration: none;
    border-bottom: 1px solid #ececec
}

@media (max-width:767px) {
    .sol-article-item {
        padding-left: 0
    }
}

.sol-article-item__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 130px;
    margin-right: auto;
    background-position: 50% 50%;
    background-size: cover
}

@media (max-width:767px) {
    .sol-article-item__img {
        position: static;
        width: 100px;
        height: 100px
    }
}

.sol-article-item__img img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
    font-family: "object-fit: cover; object-position: 50%"
}

.sol-article-item__date {
    font-weight: 700;
    font-size: 18px
}

.sol-article-item__date>span {
    color: #767676;
    font-weight: 600;
    font-size: 14px;
    line-height: .91;
    text-align: left;
    text-transform: lowercase
}

.sol-article-item__date span {
    margin-right: 5px;
    color: #767676
}

.sol-article-item__content .sol-article-item__heading {
    display: block;
    margin-top: 0;
    margin-bottom: 6.2px;
    color: #0C271D;
    font-weight: 700;
    font-size: 18px;
    text-align: left
}

.sol-article-item__content .sol-article-item__desc {
    display: block;
    color: #0C271D;
    font-size: 18px;
    line-height: 1.33;
    text-align: left
}

.sol-article-item .sol-article-item-img {
    position: absolute;
    left: 0;
    width: 200px;
    height: 130px;
    margin-right: auto;
    background-position: 50% 50%;
    background-size: cover
}

@media (max-width:767px) {
    .sol-article-item .sol-article-item-img {
        position: static;
        width: 100px;
        height: 100px
    }
}

.sol-article-item .sol-article-text-content .sol-article {
    margin-bottom: 15px
}

@media (max-width:767px) {
    .sol-article-item .sol-article-text-content {
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.sol-article-item.sol-no-img {
    padding-left: 0
}

article.sol-article-item {
    position: relative
}

article.sol-article-item .sol-article-item__heading a {
    text-decoration: none
}

article.sol-article-item .sol-article-item__heading a:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    content: ""
}

article.sol-article-item:hover a {
    text-decoration: underline
}

@media (max-width:767px) {
    .sol-flex-news .sol-article-item {
        display: flex;
        flex-wrap: wrap
    }
    .sol-flex-news .sol-article-item__img {
        flex: 1 0 100%;
        width: auto;
        height: 200px
    }
    .sol-flex-news .sol-article-item__content {
        flex: 1 0 100%
    }
}

.sol-event-item {
    display: block;
    margin: 12px;
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: opacity
}

.sol-event-item:hover {
    opacity: .9
}

.sol-event-item:hover .sol-event-item__title {
    text-decoration: underline
}

.sol-event-item-content {
    padding: 4px 10px;
    background-color: #226651;
    color: #fff;
    text-align: left
}

.sol-event-item-heading {
    display: block;
    font-size: 13px;
    font-weight: 700
}

.sol-event-item-desc {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 1.4em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.sol-event-item-info {
    font-size: 11px;
    background-color: rgba(14, 60, 93, .15);
    color: #0C271D;
    line-height: 19px;
    padding: 4px 10px
}

.sol-event-item-info:after,
.sol-event-item-info:before {
    display: table;
    content: ""
}

.sol-event-item-info:after {
    clear: both
}

.sol-event-item-info-item {
    display: inline-block;
    margin-right: 13px;
    float: left
}

.sol-event-item-info-item i.fa {
    margin-right: 6px;
    color: #226651
}

.sol-article-list-page {
    margin-right: 26%;
    margin-left: 22%;
    padding-top: 35px
}

@media (max-width:991px) {
    .sol-article-list-page {
        margin-right: 10%;
        margin-left: 10%;
        padding-top: 20px
    }
}

@media (max-width:767px) {
    .sol-article-list-page {
        margin-right: 5.3%;
        margin-left: 5.3%;
        padding-top: 15px
    }
}

.sol-article-list-page .sv-channel {
    padding-left: 30px;
    border-top: 5px solid #dae5df !important;
    border-bottom: 5px solid #dae5df !important
}

@media (max-width:767px) {
    .sol-article-list-page .sv-channel {
        padding-left: 0
    }
}

.sol-article-list-page .sol-archive-filter-cnt {
    display: flex;
    margin-bottom: 20px;
    border-bottom: 5px solid #dae5df
}

@media (max-width:767px) {
    .sol-article-list-page .sol-archive-filter-cnt {
        flex-direction: column
    }
}

.sol-article-list-page .sol-archive-filter-cnt .sol-news-filter-list {
    z-index: 8
}

.sol-article-list-page .sol-archive-filter-cnt>div:first-child .sol-news-filter-list {
    z-index: 9
}

.sol-article-list-page .sol-article-item {
    margin-top: 20px;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .sol-article-list-page .sol-article-item .sol-article-item__content {
        width: calc(100% - 116px)
    }
}

@media (max-width:767px) {
    .sol-article-list-page .sol-article-item.sol-no-img .sol-article-item__content {
        width: 100%
    }
}

.sol-article-wrapper .sol-simple-box-decoration .sol-js-print,
.sol-article-wrapper .sol-simple-box-decoration .sol-js-print .fa-print {
    color: #226651
}

.sol-subpage-wrapper .sv-archive-portlet .sv-channel-item {
    border-color: #ececec
}

@media (max-width:991px) {
    .sol-article-list-page .sv-archivemenu-portlet,
    .sol-article-list-page .sv-archivemenu-portlet .sol-news-filter {
        width: 100%
    }
}

.sol-article-list-page .sv-archivemenu-portlet .sol-news-filter .sol-news-filter-button {
    cursor: pointer
}

@media (max-width:991px) {
    .sol-article-list-page .sv-archivemenu-portlet .sol-news-filter .sol-news-filter-button {
        width: 100%
    }
}

.sol-article-list-page .sol-article-item-date>span {
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase
}

.sol-subpage-wrapper {
    padding-left: 7.5%;
    padding-right: 5.5%
}

@media (max-width:991px) {
    .sol-subpage-wrapper {
        width: 80%;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:767px) {
    .sol-subpage-wrapper {
        width: 89%
    }
}

.sol-subpage-wrapper:after,
.sol-subpage-wrapper:before {
    display: table;
    content: ""
}

.sol-subpage-wrapper:after {
    clear: both
}

.sol-subpage-wrapper>.sol-left {
    width: 56%;
    float: left
}

@media (max-width:991px) {
    .sol-subpage-wrapper>.sol-left {
        float: none;
        width: 100%
    }
}

.sol-subpage-wrapper>.sol-right {
    width: 32%;
    float: right
}

@media (max-width:991px) {
    .sol-subpage-wrapper>.sol-right {
        float: none;
        width: 100%
    }
}

.sol-subpage-wrapper .pagecontent:after,
.sol-subpage-wrapper .pagecontent:before {
    display: table;
    content: ""
}

.sol-subpage-wrapper .pagecontent:after {
    clear: both
}

.sol-breadcrumbs-wrapper {
    background-color: #dae5df;
    padding-top: 15px;
    padding-bottom: 15px
}

@media (max-width:767px) {
    .sol-breadcrumbs-wrapper {
        display: none
    }
}

.sol-breadcrumbs-wrapper .sol-breadcrumbs {
    padding-left: 4.8%;
    padding-right: 4.1%
}

.sol-breadcrumbs-wrapper .sol-breadcrumbs:after,
.sol-breadcrumbs-wrapper .sol-breadcrumbs:before {
    display: table;
    content: ""
}

.sol-breadcrumbs-wrapper .sol-breadcrumbs:after {
    clear: both
}

.sol-breadcrumbs-wrapper .sol-breadcrumbs li {
    float: left
}

.sol-breadcrumbs-wrapper .sol-breadcrumbs li>a,
.sol-breadcrumbs-wrapper .sol-breadcrumbs li>span {
    font-size: 15px;
    text-align: center;
    font-weight: 400
}

.sol-breadcrumbs-wrapper .sol-breadcrumbs li>a {
    text-decoration: none;
    color: #226651
}

.sol-breadcrumbs-wrapper .sol-breadcrumbs li>a:hover {
    color: #0C271D;
    text-decoration: underline
}

.sol-breadcrumbs-wrapper .sol-breadcrumbs li>span {
    color: #0C271D
}

.sol-breadcrumbs-wrapper .sol-breadcrumbs li>span.sol-divider {
    margin-right: 8px;
    margin-left: 12px
}

.sol-breadcrumbs-wrapper .sol-breadcrumbs li:first-child>a {
    border-radius: 5px;
    padding: 5px 12px;
    background-color: #fff
}

.sol-submenu.sol-menu-container {
    margin-top: 48px;
    overflow: visible
}

.sol-submenu.sol-menu-container .sol-box-decoration-header {
    padding-left: 30px;
    padding-top: 11px;
    line-height: 1
}

.sol-submenu.sol-menu-container .sol-menu-list {
    width: 100%
}

.sol-submenu.sol-menu-container .sol-menu-root-name {
    background-color: #226651;
    border-bottom: 1px solid #226651;
    font-size: 20px !important;
    transition: background-color .2s ease-in-out
}

.sol-submenu.sol-menu-container .sol-menu-root-name:hover {
    background-color: #1d5547 !important;
    font-size: 20px !important
}

.sol-submenu.sol-menu-container .sol-menu-item {
    position: relative
}

.sol-submenu.sol-menu-container .sol-menu-item>.sol-menu-item-link {
    border-bottom: 1px solid rgba(14, 60, 93, .4)
}

.sol-submenu.sol-menu-container .sol-menu-item[data-expanded=true]>.sol-menu-button i.fa {
    transform: rotate(90deg)
}

.sol-submenu.sol-menu-container .sol-menu-item .sol-menu-item-link {
    text-decoration: none;
    display: block;
    padding-top: 11px;
    padding-bottom: 14px;
    transition: background-color .3s ease-in-out
}

.sol-submenu.sol-menu-container .sol-menu-item .sol-menu-item-display-name {
    font-size: 18px
}

.sol-submenu.sol-menu-container .sol-menu-item[data-menu-level="0"] .sol-menu-item-link {
    position: relative;
    display: block;
    padding: 8px 34px 8px 20px;
    color: #0C271D;
    text-decoration: none;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: color, background-color, border
}

.sol-submenu.sol-menu-container .sol-menu-item[data-menu-level="0"] .sol-menu-item-link:focus,
[data-whatinput=keyboard] .sol-submenu.sol-menu-container .sol-menu-item[data-menu-level="0"] .sol-menu-item-link:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .sol-submenu.sol-menu-container .sol-menu-item[data-menu-level="0"] .sol-menu-item-link:focus,
[data-whatinput=mouse] .sol-submenu.sol-menu-container .sol-menu-item[data-menu-level="0"] .sol-menu-item-link:focus,
[data-whatinput=touch] .sol-submenu.sol-menu-container .sol-menu-item[data-menu-level="0"] .sol-menu-item-link:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-submenu.sol-menu-container .sol-menu-item[data-menu-level="1"]>.sol-menu-item-link {
    padding-left: 30px
}

.sol-submenu.sol-menu-container .sol-menu-item[data-menu-level="2"]>.sol-menu-item-link {
    padding-left: 60px
}

.sol-submenu.sol-menu-container .sol-menu-item[data-menu-level="3"]>.sol-menu-item-link {
    padding-left: 90px
}

.sol-submenu.sol-menu-container .sol-menu-item[data-menu-level="4"]>.sol-menu-item-link {
    padding-left: 120px
}

.sol-submenu.sol-menu-container .sol-menu-item[data-expanded=true][data-menu-level="0"]>.sol-menu-item-link:hover i.fa,
.sol-submenu.sol-menu-container .sol-menu-item[data-expanded=true][data-menu-level="0"]>.sol-menu-item-link i.fa {
    color: red
}

.sol-submenu.sol-menu-container .sol-menu-item[data-expanded=true][data-menu-level="0"]>.sol-menu-list>ul {
    border-left: 2px solid #3a92b3
}

.sol-submenu.sol-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])>.sol-menu-item-link>.sol-menu-item-display-name {
    color: #0C271D
}

.sol-submenu.sol-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-menu-level="1"]>i.fa,
.sol-submenu.sol-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-menu-level="2"]>i.fa,
.sol-submenu.sol-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-menu-level="3"]>i.fa,
.sol-submenu.sol-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-menu-level="4"]>i.fa {
    color: #fff
}

.sol-submenu.sol-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-menu-level="1"]>.sol-menu-item-link,
.sol-submenu.sol-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-menu-level="2"]>.sol-menu-item-link,
.sol-submenu.sol-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-menu-level="3"]>.sol-menu-item-link,
.sol-submenu.sol-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-menu-level="4"]>.sol-menu-item-link {
    background-color: #1d5547
}

.sol-submenu.sol-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-expanded=true]>.sol-menu-item-link>.sol-menu-item-display-name {
    font-weight: 700;
    color: #fff
}

.sol-submenu.sol-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-expanded=true]>.sol-menu-button>i.fa {
    color: #fff
}

.sol-submenu.sol-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-expanded=true][data-has-children=true][data-is-current=true]>.sol-menu-item-link {
    background-color: #dae5df
}

.sol-submenu.sol-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-expanded=true][data-has-children=true][data-is-current=true]>.sol-menu-button>i.fa {
    color: #0C271D
}

.sol-submenu.sol-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-expanded=true][data-has-children=true][data-is-current=false]>.sol-menu-item-link:hover {
    background-color: #226651
}

.sol-submenu.sol-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-expanded=true][data-has-children=false][data-is-current=true]>.sol-menu-item-link {
    background-color: #dae5df
}

.sol-submenu.sol-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-expanded=true][data-has-children=false][data-is-current=true]>.sol-menu-button>i.fa,
.sol-submenu.sol-menu-container .sol-menu-item[data-expanded=true]:not([data-menu-level="0"])[data-expanded=true][data-has-children=false][data-is-current=true]>.sol-menu-item-link>.sol-menu-item-display-name {
    color: #0C271D
}

.sol-submenu.sol-menu-container .sol-menu-item[data-expanded=true]>.sol-menu-item-link i.fa {
    color: #fff;
    transform: rotate(90deg)
}

.sol-submenu.sol-menu-container .sol-menu-item[data-expanded=true][data-has-children=false]>.sol-menu-item-link i.fa {
    color: #0C271D
}

.sol-submenu.sol-menu-container .sol-menu-item .sol-menu-button {
    background: none;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
    right: 0;
    width: 34px;
    height: 50px;
    text-align: right;
    font-size: 17px;
    top: 0;
    bottom: 1px;
    padding-right: 20px;
    cursor: pointer
}

.sol-submenu.sol-menu-container .sol-menu-item .sol-menu-button:focus,
[data-whatinput=keyboard] .sol-submenu.sol-menu-container .sol-menu-item .sol-menu-button:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .sol-submenu.sol-menu-container .sol-menu-item .sol-menu-button:focus,
[data-whatinput=mouse] .sol-submenu.sol-menu-container .sol-menu-item .sol-menu-button:focus,
[data-whatinput=touch] .sol-submenu.sol-menu-container .sol-menu-item .sol-menu-button:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-submenu.sol-menu-container .sol-menu-item .sol-menu-button>i.fa {
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -9px;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: all
}

.sol-submenu.sol-menu-container .sol-menu-item[data-node-type="sv:folder"]>.sol-menu-item-link>.sol-menu-button {
    width: 100%;
    left: 0
}

.sol-publish-info {
    font-size: 13px;
    font-weight: 400
}

.sol-publish-info strong {
    margin-right: 5px;
    font-size: 14px
}

@media (max-width:767px) {
    .sol-publish-info strong {
        font-size: 13px
    }
}

@media (max-width:479px) {
    .sol-publish-info strong {
        display: block
    }
}

.sol-print {
    color: #3a92b3;
    font-size: 14px;
    font-weight: 600;
    float: right
}

.sol-print>span {
    cursor: pointer
}

.sol-print>span:hover {
    text-decoration: underline
}

.sol-print i.fa {
    margin-right: 5px
}

.sv-file-portlet .sv-file-portlet-fileicon {
    width: 26px
}

.sv-file-portlet .sv-file-portlet-fileicon img {
    width: 100%
}

.sv-file-portlet .sv-file-portlet-file {
    width: auto
}

.sv-linklist-portlet>div>div:nth-child(3) a,
.sv-linklist-portlet>div>div:nth-child(3) span {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: 0;
    margin-right: 2px;
    margin-left: 2px;
    padding: 4px 0 0;
    border-radius: 100%;
    background-color: transparent;
    box-shadow: none;
    color: #0C271D;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    border: none;
    text-decoration: none;
    line-height: 22px
}

.sv-linklist-portlet>div>div:nth-child(3) a:hover,
.sv-linklist-portlet>div>div:nth-child(3) span:hover {
    background-color: #e8f3f8
}

.sv-linklist-portlet>div>div:nth-child(3) span {
    background-color: #dae5df;
    color: #226651
}

.sv-linklist-portlet>div>div:nth-child(3) span strong {
    font-weight: 300
}

.sol-slide-show {
    position: relative;
    margin-bottom: 45px
}

.sol-slide-show-item {
    height: 500px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative
}

@media (max-width:767px) {
    .sol-slide-show-item {
        height: 200px
    }
}

.sol-slide-show-item__text {
    position: absolute;
    bottom: -10px;
    width: 100%;
    background-color: #fff;
    padding: 10px;
    color: #0C271D;
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
    font-weight: 600
}

@media (max-width:767px) {
    .sol-slide-show-item__text {
        padding: 5px
    }
}

.sol-slide-show .slick-arrow {
    background: none;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    width: 39px;
    height: 39px;
    background-color: #fff;
    font-size: 0;
    border-radius: 50%;
    color: #226651;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer
}

.sol-slide-show .slick-arrow:focus,
[data-whatinput=keyboard] .sol-slide-show .slick-arrow:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .sol-slide-show .slick-arrow:focus,
[data-whatinput=mouse] .sol-slide-show .slick-arrow:focus,
[data-whatinput=touch] .sol-slide-show .slick-arrow:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-slide-show .slick-arrow:before {
    line-height: 30px !important;
    font-weight: 400 !important;
    font: 14px/1 FontAwesome;
    font-size: 30px;
    color: #226651
}

.sol-slide-show .slick-arrow:hover {
    opacity: .8
}

.sol-slide-show .slick-arrow.slick-prev {
    left: 20px
}

@media (max-width:767px) {
    .sol-slide-show .slick-arrow.slick-prev {
        left: 10px
    }
}

.sol-slide-show .slick-arrow.slick-prev:before {
    content: "\f060"
}

.sol-slide-show .slick-arrow.slick-next {
    right: 20px
}

@media (max-width:767px) {
    .sol-slide-show .slick-arrow.slick-next {
        right: 10px
    }
}

.sol-slide-show .slick-arrow.slick-next:before {
    content: "\f061"
}

.sol-slide-show .slick-dots {
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: -30px;
    left: 0;
    height: 30px;
    text-align: center
}

.sol-slide-show .slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #226651;
    border-radius: 50%;
    background-color: hsla(0, 0%, 100%, .6);
    cursor: pointer;
    margin: 0 3px 5px;
    transition-timing-function: ease;
    transition-duration: .1s;
    transition-property: background-color, color
}

.sol-slide-show .slick-dots li button {
    display: none
}

.sol-slide-show .slick-dots li.slick-active {
    background-color: #226651
}

.sol-startpage-wrapper .sol-top {
    position: relative
}

.sol-startpage-wrapper .sol-startpage-content-bottom>div:first-child,
.sol-startpage-wrapper .sol-startpage-content-top>div:first-child {
    padding-right: 15px
}

@media (max-width:991px) {
    .sol-startpage-wrapper .sol-startpage-content-bottom>div:first-child,
    .sol-startpage-wrapper .sol-startpage-content-top>div:first-child {
        padding-right: 10px
    }
}

.sol-startpage-wrapper .sol-startpage-content-bottom>div:last-child,
.sol-startpage-wrapper .sol-startpage-content-top>div:last-child {
    padding-left: 15px
}

@media (max-width:991px) {
    .sol-startpage-wrapper .sol-startpage-content-bottom>div:last-child,
    .sol-startpage-wrapper .sol-startpage-content-top>div:last-child {
        padding-left: 10px
    }
}

.sol-startpage-wrapper .sol-startpage-content-bottom {
    margin-top: 35px
}

@media (max-width:991px) {
    .sol-startpage-wrapper .sol-startpage-content-bottom {
        margin-top: 15px
    }
}

@media (max-width:767px) {
    .sol-startpage-wrapper .sol-startpage-content-bottom {
        margin-top: 0
    }
}

.sol-startpage-wrapper .sol-startpage-content-bottom .sol-left h2.font-heading-2 {
    margin-top: 0;
    margin-bottom: 10px
}

.sol-startpage-wrapper .sol-startpage-content-bottom .sol-right {
    padding-top: 33px
}

@media (max-width:767px) {
    .sol-startpage-wrapper .sol-startpage-content-bottom .sol-right {
        padding-top: 0
    }
}

.sol-startpage-top-images {
    position: relative
}

.sol-startpage-top-images-item {
    height: 450px;
    background-position: 50% 50%;
    background-size: cover
}

@media (max-width:767px) {
    .sol-startpage-top-images-item {
        height: 200px
    }
}

.sol-startpage-top-images .slick-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 30px;
    margin: 0;
    padding: 10px 0 0;
    text-align: center;
    list-style: none
}

.sol-startpage-top-images .slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px 5px;
    background-color: hsla(0, 0%, 100%, .6);
    border-radius: 50%;
    cursor: pointer;
    transition-timing-function: ease;
    transition-duration: .1s;
    transition-property: background-color, color
}

.sol-startpage-top-images .slick-dots li button {
    display: none
}

.sol-startpage-top-images .slick-dots li[aria-hidden=false] {
    background-color: #fff
}

.sol-startpage-top-images-content {
    position: absolute;
    top: 127px;
    right: 0;
    left: 0;
    z-index: 10;
    width: 660px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    border-radius: 3px
}

@media (max-width:767px) {
    .sol-startpage-top-images-content {
        position: static;
        width: auto;
        border-radius: 0
    }
}

.sol-startpage-top-images-content .sol-top-search {
    padding: 30px 35px 30px 15px;
    background-color: hsla(0, 0%, 100%, .9)
}

@media (max-width:767px) {
    .sol-startpage-top-images-content .sol-top-search {
        background-color: #fff
    }
}

.sol-startpage-wrapper .sol-home-page-top {
    display: flex;
    min-height: 500px
}

@media (max-width:991px) {
    .sol-startpage-wrapper .sol-home-page-top {
        flex-direction: column;
        height: auto
    }
}

.sol-startpage-wrapper .sol-home-page-top__bg-img {
    position: relative;
    width: 43%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover
}

.sol-startpage-wrapper .sol-home-page-top__bg-img:hover h2 {
    text-decoration: underline
}

@media (max-width:991px) {
    .sol-startpage-wrapper .sol-home-page-top__bg-img {
        width: 100%;
        height: 335px !important
    }
}

.sol-startpage-wrapper .sol-home-page-top__bg-img a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ""
}

.sol-startpage-wrapper .sol-home-page-top-blurb {
    position: absolute;
    right: 10px;
    bottom: 5.3%;
    width: 450px;
    min-height: 179px;
    padding: 18.5px 13.5px 40px;
    background-color: rgba(34, 102, 81, .9)
}

@media (max-width:1100px) {
    .sol-startpage-wrapper .sol-home-page-top-blurb {
        width: calc(100% - 20px)
    }
}

.sol-startpage-wrapper .sol-home-page-top-blurb__top {
    position: relative
}

.sol-startpage-wrapper .sol-home-page-top-blurb__title {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    color: #0C271D;
    font-weight: 700;
    font-size: 22px
}

@media (max-width:991px) {
    .sol-startpage-wrapper .sol-home-page-top-blurb__title {
        font-size: 18px
    }
}

.sol-startpage-wrapper .sol-home-page-top-blurb__preamble {
    font-size: 18px
}

@media (max-width:991px) {
    .sol-startpage-wrapper .sol-home-page-top-blurb__preamble {
        font-size: 16px
    }
}

.sol-startpage-wrapper .sol-home-page-top-blurb__bottom {
    position: absolute;
    right: 13.5px;
    bottom: 0;
    left: 13.5px;
    height: 40px;
    background-image: url(/webdav/files/System/resources/graphics/icons/Pil-h.svg);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 16.5px 16.5px;
    border-top: 1px solid #a7a7a7
}

.sol-startpage-wrapper .sol-home-page-top__shortcuts {
    display: flex;
    flex-wrap: wrap;
    width: 57%;
    height: auto;
    padding-top: 45px;
    padding-right: 2.8%;
    padding-left: 3.5%;
    background-color: #226651
}

@media (min-width:768px) and (max-width:991px) {
    .sol-startpage-wrapper .sol-home-page-top__shortcuts {
        width: 100%;
        padding: 25px 30px 0
    }
}

@media (max-width:767px) {
    .sol-startpage-wrapper .sol-home-page-top__shortcuts {
        width: 100%;
        padding: 0
    }
}

.sol-startpage-wrapper .sol-home-page-top__shortcuts .sol-shortcut {
    display: inline-flex;
    flex-basis: 43%;
    margin-right: 0;
    margin-bottom: 27px;
    margin-left: 0;
    padding-bottom: 22px;
    text-decoration: none;
    border-bottom: 1px solid rgba(235, 244, 247, .13)
}

.sol-startpage-wrapper .sol-home-page-top__shortcuts .sol-shortcut:hover .sol-shortcut__text .sol-shortcut__text__preamble,
.sol-startpage-wrapper .sol-home-page-top__shortcuts .sol-shortcut:hover .sol-shortcut__text .sol-shortcut__text__title {
    text-decoration: underline
}

.sol-startpage-wrapper .sol-home-page-top__shortcuts .sol-shortcut:nth-child(odd) {
    margin-right: auto
}

@media (max-width:767px) {
    .sol-startpage-wrapper .sol-home-page-top__shortcuts .sol-shortcut:nth-child(odd) {
        border-right: 1px solid #dae5df
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sol-startpage-wrapper .sol-home-page-top__shortcuts .sol-shortcut {
        flex-basis: 47%
    }
}

@media (max-width:767px) {
    .sol-startpage-wrapper .sol-home-page-top__shortcuts .sol-shortcut {
        flex-basis: 50%;
        align-items: center;
        justify-content: flex-start;
        margin: 0;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 8.3%
    }
}

.sol-startpage-wrapper .sol-home-page-top__shortcuts .sol-shortcut__icon {
    display: inline-flex;
    flex-basis: 42px;
    align-items: flex-start
}

@media (max-width:767px) {
    .sol-startpage-wrapper .sol-home-page-top__shortcuts .sol-shortcut__icon {
        flex-basis: auto
    }
}

.sol-startpage-wrapper .sol-home-page-top__shortcuts .sol-shortcut svg {
    display: inline-flex;
    width: 36px !important;
    height: 33px !important;
    margin-right: 18px
}

@media (max-width:767px) {
    .sol-startpage-wrapper .sol-home-page-top__shortcuts .sol-shortcut svg {
        width: 24px !important;
        height: 22px !important
    }
}

.sol-startpage-wrapper .sol-home-page-top__shortcuts .sol-shortcut__text {
    display: flex;
    flex-direction: column
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .sol-startpage-wrapper .sol-home-page-top__shortcuts .sol-shortcut__text {
        flex-basis: 81.5%
    }
}

.sol-startpage-wrapper .sol-home-page-top__shortcuts .sol-shortcut__text__preamble,
.sol-startpage-wrapper .sol-home-page-top__shortcuts .sol-shortcut__text__title {
    color: #fff;
    transition: all .2s ease-in-out
}

.sol-startpage-wrapper .sol-home-page-top__shortcuts .sol-shortcut__text__title {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.41;
    text-align: left
}

@media (max-width:767px) {
    .sol-startpage-wrapper .sol-home-page-top__shortcuts .sol-shortcut__text__title {
        max-width: 70px;
        font-weight: 700;
        font-size: 14px;
        line-height: 1.21
    }
}

.sol-startpage-wrapper .sol-home-page-top__shortcuts .sol-shortcut__text__preamble {
    color: #fff;
    font-size: 14px;
    line-height: 1.39;
    text-align: left
}

@media (max-width:767px) {
    .sol-startpage-wrapper .sol-home-page-top__shortcuts .sol-shortcut__text__preamble {
        display: none
    }
}

.sol-popular-pages {
    background-color: #dae5df;
    padding: 30px 2.4% 20px
}

@media (max-width:767px) {
    .sol-popular-pages {
        padding-left: 6%;
        padding-right: 6%
    }
}

.sol-popular-pages>div {
    width: 100%
}

.sol-popular-pages__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.sol-popular-pages__list h2.sol-popular-pages__list__title {
    flex-basis: 100%;
    text-align: center;
    font-size: 31px;
    color: #226651 !important;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 22px
}

@media (min-width:768px) and (max-width:991px) {
    .sol-popular-pages__list h2.sol-popular-pages__list__title {
        font-size: 27px
    }
}

@media (max-width:767px) {
    .sol-popular-pages__list h2.sol-popular-pages__list__title {
        font-size: 26px
    }
}

.sol-popular-pages__page-btn {
    background: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: Source Sans Pro, sans-serif;
    line-height: 22px;
    text-decoration: none;
    cursor: pointer;
    background-color: #226651;
    border: 2px solid #226651;
    box-shadow: none;
    color: #fff;
    text-decoration: none !important;
    font-weight: 600;
    letter-spacing: .2px;
    text-align: center;
    transition: all .2s ease;
    padding: 10px 5.6%;
    flex-basis: 46%;
    max-width: 46%;
    border-radius: 5px;
    font-size: 17px;
    font-weight: 700;
    text-transform: inherit;
    margin-bottom: 21px
}

.sol-popular-pages__page-btn:focus,
[data-whatinput=keyboard] .sol-popular-pages__page-btn:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .sol-popular-pages__page-btn:focus,
[data-whatinput=mouse] .sol-popular-pages__page-btn:focus,
[data-whatinput=touch] .sol-popular-pages__page-btn:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-popular-pages__page-btn:hover {
    background-color: #dae5df
}

.sol-popular-pages__page-btn p.font-normal {
    margin: 0
}

.sol-popular-pages__page-btn i.fa {
    margin-right: 10px;
    margin-left: -5px;
    font-weight: 400
}

.sol-popular-pages__page-btn:hover {
    background-color: rgba(56, 142, 154, .1);
    color: #0C271D;
    border: 2px solid rgba(14, 60, 93, .2)
}

.sol-popular-pages__page-btn:nth-of-type(odd) {
    margin-right: auto
}

@media (min-width:768px) and (max-width:991px) {
    .sol-popular-pages__page-btn:nth-of-type(odd) {
        margin-right: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sol-popular-pages__page-btn:nth-of-type(3n+2) {
        margin-left: 5%;
        margin-right: 5%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sol-popular-pages__page-btn {
        flex-basis: 30%
    }
}

.sol-popular-services a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 8px 10px 9px 35px;
    border-bottom: 1px solid #f1f1f1;
    color: #0C271D;
    font-size: 13px;
    line-height: 20px;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: color
}

.sol-popular-services a:hover {
    color: #226651;
    text-decoration: underline
}

.sol-popular-services a i.fa {
    font-size: 14px;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    color: #226651;
    border: 1px solid #226651;
    border-radius: 50%;
    text-align: center;
    padding-left: 1px;
    padding-top: 1px;
    position: absolute;
    left: 9px;
    top: 50%;
    margin-top: -9px
}

@media (max-width:767px) {
    .sol-uvk .sol-startpage-wrapper .sol-beige-container {
        padding: 0
    }
}

.sol-uvk .sol-startpage-wrapper .sol-beige-container>div {
    max-width: 100%
}

.sol-contact-popular-pages-cnt {
    display: flex;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start
}

@media (max-width:991px) {
    .sol-contact-popular-pages-cnt {
        flex-wrap: wrap;
        width: 100%
    }
}

.sol-contact-popular-pages-cnt .sol-uvk-contact-box {
    flex-basis: 60%
}

@media (max-width:991px) {
    .sol-contact-popular-pages-cnt .sol-uvk-contact-box {
        flex-basis: 100%
    }
}

.sol-contact-popular-pages-cnt .sol-uvk-contact-box>.sv-layout {
    flex-basis: 100%
}

.sol-contact-popular-pages-cnt .sol-uvk-contact-box__left,
.sol-contact-popular-pages-cnt .sol-uvk-contact-box__right {
    flex-basis: 50%;
    max-width: 50%;
    flex-grow: 0
}

.sol-service-message-puffar__cnt {
    width: 90%;
    padding-left: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex
}

@media (max-width:991px) {
    .sol-service-message-puffar__cnt {
        flex-wrap: wrap;
        width: 100%;
        padding-bottom: 46px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sol-service-message-puffar__cnt {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:767px) {
    .sol-service-message-puffar__cnt {
        padding-top: 24px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0
    }
}

.sol-service-message-puffar__cnt .sol-service-message:hover {
    text-decoration: underline
}

.sol-service-message-puffar__cnt .sol-service-message__cnt {
    flex-basis: 31%
}

@media (max-width:991px) {
    .sol-service-message-puffar__cnt .sol-service-message__cnt {
        flex-basis: 85%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sol-service-message-puffar__cnt .sol-service-message__cnt {
        margin-bottom: 64px
    }
}

.sol-service-message-puffar__cnt .sol-service-message__cnt .sv-text-portlet-content h2,
.sol-service-message-puffar__cnt .sol-service-message__cnt .sv-text-portlet-content p.font-normal {
    font-size: 31px;
    font-weight: 400;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 20px
}

@media (min-width:768px) and (max-width:991px) {
    .sol-service-message-puffar__cnt .sol-service-message__cnt .sv-text-portlet-content h2,
    .sol-service-message-puffar__cnt .sol-service-message__cnt .sv-text-portlet-content p.font-normal {
        font-size: 27px
    }
}

@media (max-width:767px) {
    .sol-service-message-puffar__cnt .sol-service-message__cnt .sv-text-portlet-content h2,
    .sol-service-message-puffar__cnt .sol-service-message__cnt .sv-text-portlet-content p.font-normal {
        margin-left: 9.5px;
        font-size: 26px
    }
}

.sol-service-message-puffar__cnt .sol-service-message__btn {
    background: none;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    font-size: 14px;
    font-family: Source Sans Pro, sans-serif;
    line-height: 22px;
    text-decoration: none;
    cursor: pointer;
    background-color: #226651;
    border: 2px solid #226651;
    box-shadow: none;
    border-radius: 5px;
    color: #fff;
    text-decoration: none !important;
    font-weight: 600;
    letter-spacing: .2px;
    text-align: center;
    transition: all .2s ease;
    margin-top: 35px;
    margin-left: 30px;
    padding: 10px 34px;
    font-size: 17px;
    font-weight: 700;
    position: relative;
    text-transform: inherit
}

.sol-service-message-puffar__cnt .sol-service-message__btn:focus,
[data-whatinput=keyboard] .sol-service-message-puffar__cnt .sol-service-message__btn:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .sol-service-message-puffar__cnt .sol-service-message__btn:focus,
[data-whatinput=mouse] .sol-service-message-puffar__cnt .sol-service-message__btn:focus,
[data-whatinput=touch] .sol-service-message-puffar__cnt .sol-service-message__btn:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-service-message-puffar__cnt .sol-service-message__btn:hover {
    background-color: #dae5df
}

.sol-service-message-puffar__cnt .sol-service-message__btn p.font-normal {
    margin: 0
}

.sol-service-message-puffar__cnt .sol-service-message__btn i.fa {
    margin-right: 10px;
    margin-left: -5px;
    font-weight: 400
}

.sol-service-message-puffar__cnt .sol-service-message__btn:hover {
    background-color: rgba(56, 142, 154, .1);
    color: #0C271D;
    border: 2px solid rgba(14, 60, 93, .2)
}

@media (max-width:767px) {
    .sol-service-message-puffar__cnt .sol-service-message__btn {
        margin-bottom: 42px
    }
}

.sol-service-message-puffar__cnt .sv-portlet:not(.sol-service-message-widget) {
    flex-basis: 64%
}

.sol-service-message-puffar__cnt .sol-service-messages-list {
    padding-left: 60px;
    margin-bottom: 45px
}

@media (min-width:768px) and (max-width:991px) {
    .sol-service-message-puffar__cnt .sol-service-messages-list {
        padding-left: 30px
    }
}

@media (max-width:767px) {
    .sol-service-message-puffar__cnt .sol-service-messages-list {
        padding-left: 15px
    }
}

.sol-service-message-puffar__cnt .sv-channel-item {
    margin-bottom: 0
}

.sol-service-message-puffar__cnt .sv-channel-item .sol-service-message {
    position: relative;
    padding-top: 15px
}

.sol-service-message-puffar__cnt .sv-channel-item .sol-service-message:before {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #ececec;
    left: -30px;
    top: 3px;
    width: 3px;
    bottom: -5px
}

@media (max-width:767px) {
    .sol-service-message-puffar__cnt .sv-channel-item .sol-service-message:before {
        left: -15px
    }
}

.sol-service-message-puffar__cnt .sv-channel-item:first-child .sol-service-message {
    padding-top: 0;
    min-height: 55px
}

.sol-service-message-puffar__cnt .sv-channel-item:last-child .sol-service-message:before {
    height: 17px;
    bottom: auto
}

.sol-service-message-puffar__cnt .sol-service-message {
    border-bottom: 1px solid #ececec;
    padding-bottom: 10px;
    text-decoration: none;
    display: block;
    margin-left: 30px
}

.sol-service-message-puffar__cnt .sol-service-message:hover .sol-service-message__preamble {
    text-decoration: underline
}

.sol-service-message-puffar__cnt .sol-service-message__date {
    margin-bottom: 3px
}

.sol-service-message-puffar__cnt .sol-service-message__date>span {
    font-size: 14px;
    font-weight: 600;
    line-height: .77;
    text-align: left;
    color: #767676
}

.sol-service-message-puffar__cnt .sol-service-message__title {
    font-size: 17px;
    font-weight: 700;
    line-height: .99;
    text-align: left;
    color: #0C271D;
    margin-bottom: 8px;
    position: relative;
    line-height: 1
}

.sol-service-message-puffar__cnt .sol-service-message__preamble {
    font-size: 18px;
    line-height: 1.33;
    text-align: left;
    color: #0C271D;
    padding-right: 8%
}

@media (min-width:768px) and (max-width:991px) {
    .sol-service-message-puffar__cnt .sol-service-message__preamble {
        padding-right: 2%
    }
}

.sol-service-message-puffar__cnt .sol-service-message[data-status=ongoing] .sol-service-message__title:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -35px;
    top: 1px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #bb3e87;
    z-index: 2
}

@media (max-width:767px) {
    .sol-service-message-puffar__cnt .sol-service-message[data-status=ongoing] .sol-service-message__title:after {
        left: -20.5px
    }
}

.sol-service-message-puffar__cnt .sol-service-message[data-status=completed] .sol-service-message__title:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -35px;
    top: 1px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #92b461;
    z-index: 2
}

@media (max-width:767px) {
    .sol-service-message-puffar__cnt .sol-service-message[data-status=completed] .sol-service-message__title:after {
        left: -20.5px
    }
}

.sol-puff-list {
    display: flex
}

.sol-puff--image,
.sol-puff--no-image {
    display: inline-flex;
    position: relative;
    flex-basis: 32%;
    width: 32%;
    height: 335px;
    background-position: 50% 50%;
    background-size: cover;
    margin-bottom: 30px
}

.sol-puff--image img,
.sol-puff--no-image img {
    object-fit: cover;
    object-position: 50%;
    font-family: "object-fit: cover; object-position: 50%;";
    height: 100%;
    min-width: 100%
}

.sol-puff--image:hover .sol-puff__text-container,
.sol-puff--no-image:hover .sol-puff__text-container {
    text-decoration: underline
}

.sol-puff--image:nth-child(3n+2),
.sol-puff--no-image:nth-child(3n+2) {
    margin-left: auto;
    margin-right: auto
}

@media (max-width:767px) {
    .sol-puff--image:nth-child(3n+2),
    .sol-puff--no-image:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sol-puff--image,
    .sol-puff--no-image {
        height: 300px;
        flex-basis: 49%;
        width: 49%
    }
}

@media (max-width:767px) {
    .sol-puff--image,
    .sol-puff--no-image {
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 16px
    }
}

.sol-puff__text-container {
    width: 90%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5.3%;
    padding: 18.5px 13.5px 40px;
    min-height: 179px;
    background-color: rgba(235, 244, 247, .9)
}

.sol-puff__text-container .sol-top .sol-puff__title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #0C271D;
    margin-top: 0;
    margin-bottom: 10px
}

.sol-puff__text-container .sol-bottom {
    position: absolute;
    bottom: 0;
    left: 13.5px;
    right: 13.5px;
    height: 40px;
    border-top: 1px solid #a7a7a7;
    background-image: url(/webdav/files/System/resources/graphics/icons/Pil-h.svg);
    background-size: 16.5px 16.5px;
    background-repeat: no-repeat;
    background-position: 100%
}

.sol-puff--no-image {
    background-color: #dae5df
}

.sol-puff--no-image .sol-puff__text-container {
    background-color: #fff
}

.sol-uvk .sol-dualbox {
    width: 94%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto
}

@media (max-width:991px) {
    .sol-uvk .sol-dualbox {
        width: 100%
    }
}

.sol-uvk .sol-dualbox>.sv-decoration-content>div {
    flex-basis: 35%
}

.sol-uvk .sol-dualbox>.sv-decoration-content>div.sol-startsida-news {
    flex-basis: 52%
}

@media (max-width:991px) {
    .sol-uvk .sol-dualbox>.sv-decoration-content>div.sol-startsida-news {
        flex-basis: 100%
    }
}

.sol-startsida-news {
    margin-bottom: 85px;
    padding: 43px 52px 31px 28px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .03)
}

@media (max-width:991px) {
    .sol-startsida-news {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .sol-startsida-news {
        box-shadow: none
    }
}

.sol-startsida-news__header,
.sol-startsida-news h2.sol-startsida-news__header {
    display: flex;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 31px;
    line-height: 22px
}

@media (min-width:768px) and (max-width:991px) {
    .sol-startsida-news__header,
    .sol-startsida-news h2.sol-startsida-news__header {
        font-size: 27px
    }
}

@media (max-width:767px) {
    .sol-startsida-news__header,
    .sol-startsida-news h2.sol-startsida-news__header {
        font-size: 26px
    }
}

.sol-startsida-news__btn {
    background: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: Source Sans Pro, sans-serif;
    line-height: 22px;
    text-decoration: none;
    cursor: pointer;
    background-color: #226651;
    border: 2px solid #226651;
    box-shadow: none;
    border-radius: 0px;
    color: #fff;
    text-decoration: none !important;
    font-weight: 600;
    letter-spacing: .2px;
    text-align: center;
    transition: all .2s ease;
    margin-top: 35px;
    padding: 10px 34px;
    font-weight: 700;
    font-size: 17px;
    text-transform: inherit
}

.sol-startsida-news__btn:focus,
[data-whatinput=keyboard] .sol-startsida-news__btn:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .sol-startsida-news__btn:focus,
[data-whatinput=mouse] .sol-startsida-news__btn:focus,
[data-whatinput=touch] .sol-startsida-news__btn:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-startsida-news__btn:hover {
    background-color: #dae5df
}

.sol-startsida-news__btn p.font-normal {
    margin: 0
}

.sol-startsida-news__btn i.fa {
    margin-right: 10px;
    margin-left: -5px;
    font-weight: 400
}

.sol-startsida-news__btn:hover {
    background-color: rgba(56, 142, 154, .1);
    color: #0C271D;
    border: 2px solid rgba(14, 60, 93, .2)
}

@media (max-width:767px) {
    .sol-startsida-news__btn {
        margin-left: 0
    }
}

.sol-startsida-news .sol-article-item {
    padding-top: 0;
    padding-bottom: 20px !important;
    text-decoration: none
}

.sol-startsida-news .sol-article-item * {
    text-decoration: none
}

.sol-startsida-news .sol-article-item:hover .sol-article-item__heading {
    text-decoration: underline
}

@media (max-width:767px) {
    .sol-startsida-news .sol-article-item__img {
        margin-right: 15px
    }
}

@media (max-width:767px) {
    .sol-startsida-news .sol-article-item__img+.sol-article-item__content {
        width: calc(100% - 116px)
    }
}

.sol-startsida-news .sol-article-item__img img {
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50%;
    font-family: "object-fit: cover; object-position: 50%;"
}

.sol-startsida-news .sol-article-item__date {
    margin-bottom: 10px
}

.sol-startsida-news .sol-article-item__date>span {
    margin-right: 3px;
    color: #767676;
    font-weight: 600;
    font-size: 14px;
    text-align: left;
    text-transform: none;
    text-decoration: none
}

.sol-startsida-news .sol-article-item__content {
    margin-bottom: 22px
}

.sol-startsida-news .sol-article-item__content .sol-article-item-heading {
    display: block;
    margin-bottom: 6.2px;
    color: #0C271D;
    font-weight: 700;
    font-size: 18px;
    text-align: left
}

.sol-startsida-news .sol-article-item__content .sol-article-item__desc {
    display: block;
    color: #0C271D;
    font-size: 18px;
    line-height: 1.33;
    text-align: left
}

@media (max-width:767px) {
    .sol-startsida-news .sol-article-item__img+.sol-article-item__content .sol-article-item__desc {
        display: none
    }
}

.sol-event-search__filter__content {
    transition-delay: .3s;
    transition-duration: .3s;
    transition-property: all
}

.sol-event-search__filter--collapsed .sol-event-search__filter__content {
    overflow: visible !important
}

.sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt {
    display: inline-flex;
    flex-direction: column;
    flex-basis: 48% !important
}

@media (min-width:768px) and (max-width:991px) {
    .sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt {
        flex-basis: 94% !important;
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width:767px) {
    .sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt {
        flex-basis: 100% !important
    }
}

.sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt .sol-event-listing-page-btn {
    color: #226651;
    margin-top: 14px;
    padding-left: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

.sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt .sol-event-listing-page-btn span {
    color: #226651
}

.sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt .sol-event-listing-page-btn svg {
    margin-right: 9px
}

.sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt .sol-event-listing-page-btn:hover {
    text-decoration: underline
}

.sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt .sol-events-widget {
    background-color: #dae5df;
    opacity: .98;
    padding: 38px 8.5% 48px
}

.sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt .sol-events-widget__top {
    display: flex;
    align-items: center;
    padding-left: 18px;
    padding-bottom: 22px;
    border-bottom: 1px solid #cfd8df
}

@media (min-width:768px) and (max-width:991px) {
    .sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt .sol-events-widget__top {
        justify-content: center
    }
}

.sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt .sol-events-widget__top__text {
    display: inline-flex;
    flex-direction: column;
    padding-left: 26px
}

.sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt .sol-events-widget .sv-channel {
    padding-left: 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt .sol-events-widget .sv-channel li {
    flex-basis: 100%;
    margin: 0
}

@media (min-width:768px) and (max-width:991px) {
    .sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt .sol-events-widget .sv-channel li {
        flex-basis: 48%
    }
}

.sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt .sol-events-widget__title {
    font-size: 21px;
    font-weight: 700;
    text-align: left;
    color: #0C271D;
    margin-top: 0;
    margin-bottom: 8px
}

.sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt .sol-events-widget__description {
    font-size: 18px;
    text-align: left;
    color: #0C271D
}

.sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt .sol-events-widget .sol-event-item {
    display: flex;
    margin-left: 0;
    margin-right: 0
}

.sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt .sol-events-widget .sol-event-item__title {
    margin-top: 0
}

.sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt .sol-events-widget .sol-event-item__time-n-place {
    font-weight: 400
}

.sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt .sol-events-widget .sol-event-item .sol-left {
    width: 50px;
    height: 50px;
    background-color: #226651;
    border-radius: 5px;
    margin-right: 13px;
    flex-shrink: 0
}

.sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt .sol-events-widget .sol-event-item .sol-right {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt .sol-events-widget .sol-event-item__start-date {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt .sol-events-widget .sol-event-item__start-date>span {
    color: #fff;
    text-transform: uppercase
}

.sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt .sol-events-widget .sol-event-item__start-date>span:first-child {
    font-size: 12px;
    line-height: 1.8
}

.sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt .sol-events-widget .sol-event-item__start-date>span:nth-child(2) {
    font-size: 23px;
    line-height: 1.04
}

.sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt .sol-suggestion-widget {
    background-color: #226651;
    opacity: .97
}

@media (max-width:991px) {
    .sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt .sol-suggestion-widget {
        margin-top: 18px;
        margin-bottom: 18px
    }
}

.sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt .sol-suggestion-widget>div {
    display: flex;
    align-items: center;
    padding: 43px 0 47px 97px
}

.sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt .sol-suggestion-widget>div>div:not(#BlaInnehallsyta) {
    margin-right: 40px
}

.sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt .sol-suggestion-widget>div>div a:hover {
    opacity: .7 !important;
    color: #fff
}

.sol-temporary-blurb {
    background-color: #226651;
    padding: 10px 20px 5px
}

.sol-temporary-blurb__content {
    padding: 10px 20px 15px
}

.sol-temporary-blurb__header {
    margin-top: 0
}

.sol-temporary-blurb__header a {
    color: #fff;
    text-decoration: none;
    font-size: 21px
}

.sol-temporary-blurb__desc {
    color: #fff
}

.sol-temporary-blurb__icon {
    height: 45px;
    background-image: url(/webdav/files/System/resources/graphics/icons/pil-h-vit.svg);
    background-size: 25px 25px;
    background-repeat: no-repeat;
    background-position: 100%;
    display: block;
    border-top: 1px solid rgba(235, 244, 247, .13)
}

.sol-temporary-blurb:hover .sol-temporary-blurb__desc,
.sol-temporary-blurb:hover .sol-temporary-blurb__header a {
    text-decoration: underline
}

.sol-popular-blurb {
    flex-basis: 40%
}

@media (max-width:991px) {
    .sol-popular-blurb {
        flex-basis: 100%
    }
}

.sol-landingpage-wrapper .sol-landingpage__top--lvl3 {
    padding: 35px 36.2% 30px 11.5%
}

@media (max-width:767px) {
    .sol-landingpage-wrapper .sol-landingpage__top--lvl3 {
        padding-left: 4.2%;
        padding-right: 4.2%
    }
}

.sol-landingpage-wrapper .sol-beige-container--lvl2,
.sol-landingpage-wrapper .sol-beige-container--lvl3 {
    background-color: #f6f6f4;
    padding: 30px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:991px) {
    .sol-landingpage-wrapper .sol-beige-container--lvl2,
    .sol-landingpage-wrapper .sol-beige-container--lvl3 {
        padding: 0
    }
}

@media (max-width:767px) {
    .sol-landingpage-wrapper .sol-beige-container--lvl2,
    .sol-landingpage-wrapper .sol-beige-container--lvl3 {
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1)
    }
}

.sol-landingpage-wrapper .sol-beige-container--lvl2 {
    padding-top: 38px;
    padding-bottom: 38px
}

@media (max-width:991px) {
    .sol-landingpage-wrapper .sol-beige-container--lvl2 {
        padding-left: 2.6%;
        padding-right: 2.6%
    }
}

@media (max-width:767px) {
    .sol-landingpage-wrapper .sol-beige-container--lvl2 {
        padding-left: 4.2%;
        padding-right: 4.2%
    }
}

.sol-landingpage-wrapper .sol-beige-container--lvl3 {
    padding: 0
}

.sol-landingpage-wrapper .sol-related,
.sol-landingpage-wrapper .sol-related-info__title {
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.sol-landingpage-wrapper .sol-link-tablet {
    width: 650px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px
}

@media (min-width:768px) and (max-width:991px) {
    .sol-landingpage-wrapper .sol-link-tablet {
        width: 77%
    }
}

@media (max-width:991px) {
    .sol-landingpage-wrapper .sol-link-tablet {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .sol-landingpage-wrapper .sol-link-tablet {
        width: 92%
    }
}

.sol-uvk .sol-top-img {
    position: relative;
    width: 100%;
    max-width: 1440px;
    height: 335px;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width:767px) {
    .sol-uvk .sol-top-img {
        height: 200px
    }
}

.sol-uvk .sol-top-img .sol-text-overlay {
    width: 513px;
    height: 85px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    border-top-right-radius: 5px;
    font-weight: 700;
    color: #0C271D
}

@media (min-width:768px) and (max-width:991px) {
    .sol-uvk .sol-top-img .sol-text-overlay {
        width: 41%;
        height: 65px
    }
}

@media (max-width:767px) {
    .sol-uvk .sol-top-img .sol-text-overlay {
        width: 61%;
        height: 50px;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sol-uvk .sol-top-img .sol-text-overlay h1 {
        font-size: 25px !important
    }
}

@media (max-width:767px) {
    .sol-uvk .sol-top-img .sol-text-overlay h1 {
        margin: 0;
        line-height: 1;
        font-size: 20px
    }
}

.sol-uvk .sv-grid-main {
    padding: 0
}

@media (max-width:991px) {
    .sol-landingpage-wrapper .sol-children-pages {
        padding-right: 20px;
        padding-left: 20px
    }
}

.sol-landingpage-wrapper .sol-children-pages--big {
   display: flex;
   flex-wrap: wrap;
   align-items: flex-start;
   width: 73%;
   margin-right: auto;
   margin-left: auto;
	column-gap: 1rem;
}

.sol-landingpage-wrapper .sol-children-pages--big .sol-child-page-box {
    position: relative;
    display: flex;
    flex-basis: calc(100% / 3 - 11px);
    flex-direction: column;
    margin-bottom: 25px
}

@media (max-width:991px) {
    .sol-landingpage-wrapper .sol-children-pages--big .sol-child-page-box {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:991px) {
   .sol-landingpage-wrapper .sol-children-pages--big {
      width: 100%;
   }
   
    .sol-landingpage-wrapper .sol-children-pages--big .sol-child-page-box {
        flex-basis: auto;
        width: 48%
    }
    .sol-landingpage-wrapper .sol-children-pages--big .sol-child-page-box:nth-child(2n+2) {
        margin-left: auto
    }
}

@media (max-width:767px) {
    .sol-landingpage-wrapper .sol-children-pages--big .sol-child-page-box {
        flex-basis: 100%;
        height: 50px;
        margin-bottom: 10px
    }
}

/*@media (min-width:991px) {
    .sol-landingpage-wrapper .sol-children-pages--big .sol-child-page-box:nth-child(3n+2) {
        margin-right: 3.5%;
        margin-left: 3.5%
    }
}*/

.sol-landingpage-wrapper .sol-children-pages--big .sol-child-page-box__header {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 45px;
    padding: 10px 50px 10px 22px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    background-color: #226651;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.sol-landingpage-wrapper .sol-children-pages--big .sol-child-page-box__header>h2>a,
.sol-landingpage-wrapper .sol-children-pages--big .sol-child-page-box__header>span {
    color: #fff;
    font-size: 20px;
    text-decoration: none
}

@media (max-width:767px) {
    .sol-landingpage-wrapper .sol-children-pages--big .sol-child-page-box__header>h2>a,
    .sol-landingpage-wrapper .sol-children-pages--big .sol-child-page-box__header>span {
        font-size: 16px
    }
}

.sol-landingpage-wrapper .sol-children-pages--big .sol-child-page-box__header>h2 {
    margin: 0
}

.sol-landingpage-wrapper .sol-children-pages--big .sol-child-page-box__header__icon {
    position: absolute;
    top: 50%;
    right: 28.5px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/webdav/files/System/resources/graphics/icons/pil-h-vit.svg);
    background-size: 16px 16px;
    transform: translateY(-50%)
}

.sol-landingpage-wrapper .sol-children-pages--big .sol-child-page-box__content {
    padding: 9px 15px 13px;
    background-color: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all .2s ease-in-out
}

@media (max-width:767px) {
    .sol-landingpage-wrapper .sol-children-pages--big .sol-child-page-box__content {
        display: none
    }
}

.sol-landingpage-wrapper .sol-children-pages--big .sol-child-page-box__content p {
    margin: 0;
    color: #0C271D;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.4;
    text-align: left
}

.sol-landingpage-wrapper .sol-children-pages--big .sol-child-page-box__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    text-decoration: none
}

.sol-landingpage-wrapper .sol-children-pages--big .sol-child-page-box__link:hover+.sol-child-page-box__content {
    text-decoration: underline;
    background-color: #dae5df
}

.sol-landingpage-wrapper .sol-children-pages--big .sol-child-page-box:hover .sol-child-page-box__header {
    text-decoration: underline
}

.sol-landingpage-wrapper .sol-children-pages--small {
    display: flex;
    flex-wrap: wrap;
    width: 73%;
    margin-right: auto;
    margin-bottom: 41px;
    margin-left: auto;
    padding-top: 23px;
    padding-bottom: 30px;
    padding-left: 30px;
    background-color: #fff
}

@media (max-width:991px) {
    .sol-landingpage-wrapper .sol-children-pages--small {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sol-landingpage-wrapper .sol-children-pages--small {
        padding-right: 4.6%;
        padding-left: 4.6%
    }
}

@media (max-width:767px) {
    .sol-landingpage-wrapper .sol-children-pages--small {
        margin-top: 15px;
        margin-bottom: 24px
    }
}

.sol-landingpage-wrapper .sol-children-pages--small .sol-child-page-box {
    position: relative;
    flex-basis: 33.33%;
    margin-bottom: 23px;
    padding-left: 15px
}

.sol-landingpage-wrapper .sol-children-pages--small .sol-child-page-box:nth-last-child(-n+3) {
    margin-bottom: 0
}

@media (max-width:991px) {
    .sol-landingpage-wrapper .sol-children-pages--small .sol-child-page-box:nth-last-child(-n+3) {
        margin-bottom: 23px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sol-landingpage-wrapper .sol-children-pages--small .sol-child-page-box:nth-last-child(-n+2) {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .sol-landingpage-wrapper .sol-children-pages--small .sol-child-page-box:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sol-landingpage-wrapper .sol-children-pages--small .sol-child-page-box {
        display: flex;
        flex-basis: 50%;
        justify-content: flex-start
    }
}

@media (max-width:767px) {
    .sol-landingpage-wrapper .sol-children-pages--small .sol-child-page-box {
        display: flex;
        flex-basis: 100%;
        justify-content: flex-start
    }
}

.sol-landingpage-wrapper .sol-children-pages--small .sol-child-page-box__link {
    color: #226651;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    text-decoration: none
}

.sol-landingpage-wrapper .sol-children-pages--small .sol-child-page-box__link:hover {
    text-decoration: underline
}

.sol-landingpage-wrapper .sol-children-pages--small .sol-child-page-box .fa {
    position: absolute;
    top: 0;
    left: 0;
    color: rgba(14, 60, 93, .4);
    font-size: 12px;
    line-height: 21px
}

@media (max-width:767px) {
    .sol-landingpage-wrapper .sol-children-pages--big,
    .sol-landingpage-wrapper .sol-children-pages--small {
        width: 100%
    }
}

.sol-landingpage-wrapper .sol-children-pages--lvl3 {
    display: flex;
    flex-wrap: wrap;
    padding: 32px 11.5%
}

@media (max-width:991px) {
    .sol-landingpage-wrapper .sol-children-pages--lvl3 {
        padding-right: 2.6%;
        padding-left: 2.6%
    }
}

@media (max-width:767px) {
    .sol-landingpage-wrapper .sol-children-pages--lvl3 {
        padding-right: 4.2%;
        padding-left: 4.2%
    }
}

.sol-landingpage-wrapper .sol-children-pages--lvl3 .sol-child-page-box {
    position: relative;
    flex-basis: 49%;
    flex-grow: 0;
    max-width: 49%;
    height: auto;
    min-height: 75px;
    margin-bottom: 15px;
    padding: 12px 21px;
    background-color: #fff;
    cursor: pointer;
    transition: all .2s ease
}

.sol-landingpage-wrapper .sol-children-pages--lvl3 .sol-child-page-box:hover {
    background-color: #dae5df
}

.sol-landingpage-wrapper .sol-children-pages--lvl3 .sol-child-page-box:hover p,
.sol-landingpage-wrapper .sol-children-pages--lvl3 .sol-child-page-box:hover span {
    text-decoration: underline
}

.sol-landingpage-wrapper .sol-children-pages--lvl3 .sol-child-page-box:nth-child(odd) {
    margin-right: 2%
}

@media (max-width:767px) {
    .sol-landingpage-wrapper .sol-children-pages--lvl3 .sol-child-page-box:nth-child(odd) {
        margin-right: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sol-landingpage-wrapper .sol-children-pages--lvl3 .sol-child-page-box {
        min-height: 102px
    }
}

@media (max-width:767px) {
    .sol-landingpage-wrapper .sol-children-pages--lvl3 .sol-child-page-box {
        flex-basis: 100%;
        max-width: 100%;
        min-height: 47px;
        margin-bottom: 15px
    }
}

.sol-landingpage-wrapper .sol-children-pages--lvl3 .sol-child-page-box__header h2>a:first-child,
.sol-landingpage-wrapper .sol-children-pages--lvl3 .sol-child-page-box__header span:first-child {
    color: #226651;
    font-weight: 700 !important;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.3;
    text-align: left;
    text-decoration: none
}

.sol-landingpage-wrapper .sol-children-pages--lvl3 .sol-child-page-box__header h2 {
    margin: 0
}

.sol-landingpage-wrapper .sol-children-pages--lvl3 .sol-child-page-box__header__icon {
    position: absolute;
    top: 50%;
    right: 15px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/webdav/files/System/resources/graphics/icons/Pil-h.svg);
    background-size: 16px 16px;
    transform: translateY(-50%)
}

@media (max-width:767px) {
    .sol-landingpage-wrapper .sol-children-pages--lvl3 .sol-child-page-box__content {
        display: none
    }
}

.sol-landingpage-wrapper .sol-children-pages--lvl3 .sol-child-page-box__content>p {
    line-height: 1
}

.sol-landingpage-wrapper .sol-children-pages--lvl3 .sol-child-page-box__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.sol-landing-page__puffar {
    display: flex;
    flex-wrap: wrap;
    padding: 42px 6.3%
}

@media (min-width:768px) and (max-width:991px) {
    .sol-landing-page__puffar {
        padding: 23px 2.6%
    }
}

@media (max-width:767px) {
    .sol-landing-page__puffar {
        padding-right: 0;
        padding-bottom: 7px;
        padding-left: 0
    }
}

.sol-landing-page__puff--image,
.sol-landing-page__puff--no-image {
    position: relative;
    display: inline-flex;
    width: 32.5%;
    height: 335px;
    margin-bottom: 30px;
    background-position: 50% 50%;
    background-size: cover
}

.sol-landing-page__puff--image:nth-child(3n+2),
.sol-landing-page__puff--no-image:nth-child(3n+2) {
    margin-right: 1.25%;
    margin-left: 1.25%
}

@media (max-width:767px) {
    .sol-landing-page__puff--image:nth-child(3n+2),
    .sol-landing-page__puff--no-image:nth-child(3n+2) {
        margin-right: 0;
        margin-left: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sol-landing-page__puff--image,
    .sol-landing-page__puff--no-image {
        height: 300px
    }
}

@media (max-width:767px) {
    .sol-landing-page__puff--image,
    .sol-landing-page__puff--no-image {
        width: 100%;
        margin-bottom: 16px
    }
}

.sol-landing-page__puff--image:hover .sol-landing-page__puff__title,
.sol-landing-page__puff--no-image:hover .sol-landing-page__puff__title {
    text-decoration: underline
}

.sol-landing-page__puff__text-container {
    position: absolute;
    bottom: 5.3%;
    left: 50%;
    width: 90%;
    min-height: 179px;
    padding: 18.5px 13.5px 40px;
    background-color: rgba(235, 244, 247, .9);
    transform: translateX(-50%)
}

.sol-landing-page__puff__text-container .sol-top {
    display: flex;
    flex-direction: column
}

.sol-landing-page__puff__text-container .sol-top .sol-landing-page__puff__title {
    margin-bottom: 8px;
    color: #0C271D;
    font-weight: 700;
    font-size: 18px
}

.sol-landing-page__puff__text-container .sol-bottom {
    position: absolute;
    right: 13.5px;
    bottom: 0;
    left: 13.5px;
    height: 40px;
    background-image: url(/webdav/files/System/resources/graphics/icons/Pil-h.svg);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: 16.5px 16.5px;
    border-top: 1px solid #a7a7a7
}

.sol-landing-page__puff--no-image {
    background-color: #dae5df
}

.sol-landing-page__puff--no-image .sol-landing-page__puff__text-container {
    background-color: #fff
}

.sol-landingpage-wrapper .sol-startsida-news {
    width: 73%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px
}

@media (max-width:767px) {
    .sol-landingpage-wrapper .sol-startsida-news {
        width: 91.6%
    }
}

.sol-landingpage-wrapper .sol-permission-top .sv-row {
    display: flex;
    align-items: flex-end
}

.sol-landingpage-wrapper .sol-permission-top .sv-row .sv-column-6:first-child .pagecontent {
    padding: 0 20px 30px 80px
}

@media (max-width:991px) {
    .sol-landingpage-wrapper .sol-permission-top .sv-row .sv-column-6:first-child .pagecontent {
        padding-bottom: 10px
    }
}

@media (max-width:767px) {
    .sol-landingpage-wrapper .sol-permission-top .sv-row .sv-column-6:first-child .pagecontent {
        padding-left: 30px
    }
}

@media (max-width:991px) {
    .sol-landingpage-wrapper .sol-permission-top .sv-row .sv-column-6:first-child {
        width: 100% !important;
        padding-top: 40px
    }
}

.sol-landingpage-wrapper .sol-permission-top .sv-row .sv-column-6:last-child {
    padding: 0
}

@media (max-width:991px) {
    .sol-landingpage-wrapper .sol-permission-top .sv-row .sv-column-6:last-child {
        display: none
    }
}

.sol-landingpage-wrapper .sol-permission-middle.sol-beige-container--lvl2 .sol-children-pages--lvl2 .sol-children-pages--big {
    width: 73%
}

.sol-landingpage-wrapper .sol-permission-middle.sol-beige-container--lvl2 .sol-children-pages--lvl2 .sol-children-pages--big .sol-child-page-box {
    flex-basis: calc(100% / 2 - 8px);
}

.sol-landingpage-wrapper .sol-permission-middle.sol-beige-container--lvl2 .sol-children-pages--lvl2 .sol-children-pages--big .sol-child-page-box:nth-child(3n+2) {
    margin-right: 0;
    margin-left: 0
}

/*.sol-landingpage-wrapper .sol-permission-middle.sol-beige-container--lvl2 .sol-children-pages--lvl2 .sol-children-pages--big .sol-child-page-box:nth-child(2n) {
    margin-left: 4%
}*/

@media (max-width:767px) {
    .sol-landingpage-wrapper .sol-permission-middle.sol-beige-container--lvl2 .sol-children-pages--lvl2 .sol-children-pages--big .sol-child-page-box:nth-child(2n) {
        margin-left: 0
    }
}

@media (max-width:767px) {
    .sol-landingpage-wrapper .sol-permission-middle.sol-beige-container--lvl2 .sol-children-pages--lvl2 .sol-children-pages--big .sol-child-page-box {
        flex-basis: 100%
    }
}

@media (max-width:991px) {
    .sol-landingpage-wrapper .sol-permission-middle.sol-beige-container--lvl2 .sol-children-pages--lvl2 .sol-children-pages--big {
        width: 100%
    }
}

.sol-landingpage-wrapper .sol-permission-middle.sol-beige-container--lvl2 .sv-row:last-child .pagecontent {
    width: 73%;
    margin-right: auto;
    margin-left: auto;
    display: flex
}

.sol-landingpage-wrapper .sol-permission-middle.sol-beige-container--lvl2 .sv-row:last-child .pagecontent .sv-text-portlet {
    flex-basis: 30%;
    margin-right: 5%
}

.sol-landingpage-wrapper .sol-permission-middle.sol-beige-container--lvl2 .sv-row:last-child .pagecontent .sv-text-portlet:last-child {
    margin-right: 0
}

.sol-landingpage-wrapper .sol-permission-middle.sol-beige-container--lvl2 .sv-row:last-child .pagecontent .sv-text-portlet a {
    display: block
}

@media (max-width:767px) {
    .sol-landingpage-wrapper .sol-permission-middle.sol-beige-container--lvl2 .sv-row:last-child .pagecontent .sv-text-portlet a {
        margin: 0
    }
}

@media (max-width:767px) {
    .sol-landingpage-wrapper .sol-permission-middle.sol-beige-container--lvl2 .sv-row:last-child .pagecontent .sv-text-portlet {
        flex-basis: 100%;
        margin-right: 0
    }
    .sol-landingpage-wrapper .sol-permission-middle.sol-beige-container--lvl2 .sv-row:last-child .pagecontent .sv-text-portlet p.font-btn {
        padding: 0
    }
}

@media (max-width:991px) {
    .sol-landingpage-wrapper .sol-permission-middle.sol-beige-container--lvl2 .sv-row:last-child .pagecontent {
        width: 100%;
        flex-wrap: wrap;
        margin-top: 30px
    }
}

.sol-wide-image {
    margin-left: -10.1%;
    margin-right: -10.1%
}

@media (max-width:900px) {
    .sol-wide-image {
        max-width: none;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw
    }
}

.sol-wide-image img {
    max-width: none;
    max-height: inherit
}

@media (max-width:900px) {
    .sol-wide-image .sv-portlet-image-caption {
        padding-right: 15px
    }
}

.sol-service-message-wrapper {
    padding-left: 25%;
    padding-right: 25%
}

@media (max-width:991px) {
    .sol-service-message-wrapper {
        padding: 35px 10.5% 30px
    }
}

@media (max-width:767px) {
    .sol-service-message-wrapper {
        padding: 25px 5.3%
    }
}

.sol-service-message-wrapper .sol-contact-rating-cnt {
    margin-top: 25px
}

.sol-service-message-wrapper .pagecontent {
    margin-left: auto;
    margin-right: auto
}

.sol-service-message-wrapper .sol-svericemeddelande-status--completed,
.sol-service-message-wrapper .sol-svericemeddelande-status--ongoing {
    position: relative;
    left: 14px;
    width: 135px;
    height: 22px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px
}

.sol-service-message-wrapper .sol-svericemeddelande-status--completed__icon,
.sol-service-message-wrapper .sol-svericemeddelande-status--ongoing__icon {
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -14px;
    top: 50%;
    transform: translateY(-50%);
    background-size: 12px 14px;
    background-position: 50%;
    background-repeat: no-repeat
}

.sol-service-message-wrapper .sol-svericemeddelande-status--completed__text,
.sol-service-message-wrapper .sol-svericemeddelande-status--ongoing__text {
    color: #fff;
    font-size: 11px;
    line-height: 1.31
}

.sol-service-message-wrapper .sol-svericemeddelande-status--ongoing {
    background-color: #bb3e87
}

.sol-service-message-wrapper .sol-svericemeddelande-status--ongoing__icon {
    border: 2px solid #bb3e87;
    background-image: url(/webdav/files/System/resources/graphics/icons/Wrench.svg)
}

.sol-service-message-wrapper .sol-svericemeddelande-status--completed {
    background-color: #92b461
}

.sol-service-message-wrapper .sol-svericemeddelande-status--completed__icon {
    border: 2px solid #92b461;
    background-image: url(/webdav/files/System/resources/graphics/icons/Wrench-green.svg)
}

.sol-service-message-wrapper .sv-image-portlet {
    margin-bottom: 25px
}

.sol-service-message-wrapper .sol-collapsible-decoration {
    margin-left: 0;
    margin-right: auto
}

.sol-service-message-wrapper .sol-btn {
    padding-left: 0;
    padding-right: 0;
    width: 285px;
    margin-top: 31px;
    text-transform: none
}

@media (max-width:767px) {
    .sol-service-message-wrapper .sol-btn {
        width: 100%;
        display: flex;
        justify-content: center
    }
}

.sol-service-message-wrapper .sol-publish-info {
    padding-left: 0;
    margin-bottom: 0
}

.sol-flex {
    display: flex
}

@media (max-width:767px) {
    .sol-flex {
        flex-direction: column
    }
}

@media (max-width:767px) {
    .sol-flex>div {
        margin-top: 15px
    }
}

.sol-service-message-listing-page-wrapper {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px
}

@media (min-width:768px) and (max-width:991px) {
    .sol-service-message-listing-page-wrapper {
        padding-top: 25px;
        width: 79.2%
    }
}

@media (max-width:767px) {
    .sol-service-message-listing-page-wrapper {
        padding-top: 15px;
        width: 90%
    }
}

.sol-service-message-listing-page-wrapper h1.font-heading-1 {
    margin-right: 5%
}

.sol-service-message-listing-page-wrapper .sol-service-messages-list {
    padding-left: 60px;
    margin-bottom: 45px
}

@media (min-width:768px) and (max-width:991px) {
    .sol-service-message-listing-page-wrapper .sol-service-messages-list {
        padding-left: 30px
    }
}

@media (max-width:767px) {
    .sol-service-message-listing-page-wrapper .sol-service-messages-list {
        padding-left: 15px
    }
}

.sol-service-message-listing-page-wrapper .sv-channel-item:not(:last-child) .sol-service-message__title:before {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #ececec;
    left: -30px;
    top: 3px;
    width: 3px;
    height: 165px
}

@media (max-width:767px) {
    .sol-service-message-listing-page-wrapper .sv-channel-item:not(:last-child) .sol-service-message__title:before {
        height: 265px;
        left: -15px
    }
}

@media (max-width:320px) {
    .sol-service-message-listing-page-wrapper .sv-channel-item:not(:last-child) .sol-service-message__title:before {
        height: 320px
    }
}

.sol-service-message-listing-page-wrapper .sol-service-message {
    padding-bottom: 17px;
    border-bottom: 1px solid #ececec;
    height: 145px;
    text-decoration: none;
    display: block
}

.sol-service-message-listing-page-wrapper .sol-service-message:hover .sol-service-message__preamble {
    text-decoration: underline
}

@media (max-width:767px) {
    .sol-service-message-listing-page-wrapper .sol-service-message {
        height: 245px
    }
}

.sol-service-message-listing-page-wrapper .sol-service-message__date {
    margin-bottom: 13px
}

.sol-service-message-listing-page-wrapper .sol-service-message__date>span {
    font-size: 13px;
    font-weight: 600;
    line-height: .77;
    text-align: left;
    color: #767676
}

.sol-service-message-listing-page-wrapper .sol-service-message__title {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #0C271D;
    margin-bottom: 8px;
    position: relative;
    line-height: 1
}

.sol-service-message-listing-page-wrapper .sol-service-message__preamble {
    font-size: 18px;
    line-height: 1.33;
    text-align: left;
    color: #0C271D;
    padding-right: 8%
}

@media (min-width:768px) and (max-width:991px) {
    .sol-service-message-listing-page-wrapper .sol-service-message__preamble {
        padding-right: 2%
    }
}

.sol-service-message-listing-page-wrapper .sol-service-message[data-status=ongoing] .sol-service-message__title:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -35px;
    top: 3px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #bb3e87;
    z-index: 2
}

@media (max-width:767px) {
    .sol-service-message-listing-page-wrapper .sol-service-message[data-status=ongoing] .sol-service-message__title:after {
        left: -20.5px
    }
}

.sol-service-message-listing-page-wrapper .sol-service-message[data-status=completed] .sol-service-message__title:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -35px;
    top: 3px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #92b461;
    z-index: 2
}

@media (max-width:767px) {
    .sol-service-message-listing-page-wrapper .sol-service-message[data-status=completed] .sol-service-message__title:after {
        left: -20.5px
    }
}

.sol-status-indicators {
    display: flex;
    height: 30px;
    align-items: center;
    padding-left: 30px;
    border-top: 2px solid #ececec;
    border-bottom: 2px solid #ececec;
    margin-bottom: 40px;
    margin-right: 5%
}

.sol-status-indicators .sol-indicator--completed,
.sol-status-indicators .sol-indicator--ongoing {
    display: inline-flex;
    align-items: center;
    margin-right: 27px
}

.sol-status-indicators .sol-indicator--completed__icon,
.sol-status-indicators .sol-indicator--ongoing__icon {
    display: inline-flex;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    margin-right: 5px
}

.sol-status-indicators .sol-indicator--completed__text,
.sol-status-indicators .sol-indicator--ongoing__text {
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .2px;
    text-align: left;
    color: #0C271D
}

.sol-status-indicators .sol-indicator--completed__icon {
    background-color: #92b461
}

.sol-status-indicators .sol-indicator--ongoing__icon {
    background-color: #bb3e87
}

.sol-uvk .sol-event-search ul {
    list-style: none
}

@media (max-width:767px) {
    .sol-uvk .sol-event-search ul {
        padding-left: 0;
        padding-right: 0
    }
}

.sol-uvk .sol-event-search .sol-beige-cnt {
    padding-top: 36px
}

.sol-uvk .sol-event-search .sol-grid {
    position: relative;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:768px) and (max-width:991px) {
    .sol-uvk .sol-event-search .sol-grid {
        max-width: 80%
    }
}

@media (max-width:767px) {
    .sol-uvk .sol-event-search .sol-grid {
        max-width: 89%
    }
}

.sol-uvk .sol-event-search .sol-grid .sol-top {
    height: 255px
}

@media (min-width:768px) and (max-width:991px) {
    .sol-uvk .sol-event-search .sol-grid .sol-top {
        height: 180px
    }
}

@media (max-width:767px) {
    .sol-uvk .sol-event-search .sol-grid .sol-top {
        height: 270px
    }
}

.sol-uvk .sol-event-search .sol-grid .sol-flex-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px
}

@media (max-width:767px) {
    .sol-uvk .sol-event-search .sol-grid .sol-flex-row {
        flex-direction: column;
        align-items: flex-start
    }
}

.sol-uvk .sol-event-search .sol-grid .sol-flex-row h1 {
    margin-bottom: 0
}

@media (max-width:767px) {
    .sol-uvk .sol-event-search .sol-grid .sol-flex-row h1 {
        margin-bottom: 17px
    }
}

@media (max-width:767px) {
    .sol-uvk .sol-event-search .sol-grid .sol-flex-row .sol-event-buttons {
        width: 100%
    }
}

.sol-uvk .sol-event-search .sol-grid .sol-flex-row .sol-event-buttons-btn {
    background: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 17px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: Source Sans Pro, sans-serif;
    line-height: 22px;
    text-decoration: none;
    cursor: pointer;
    background-color: #226651;
    border: 2px solid #226651;
    box-shadow: none;
    border-radius: 5px;
    padding: 7px 34px;
    color: #fff;
    text-decoration: none !important;
    font-weight: 600;
    letter-spacing: .2px;
    text-align: center;
    transition: all .2s ease
}

.sol-uvk .sol-event-search .sol-grid .sol-flex-row .sol-event-buttons-btn:focus,
[data-whatinput=keyboard] .sol-uvk .sol-event-search .sol-grid .sol-flex-row .sol-event-buttons-btn:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .sol-uvk .sol-event-search .sol-grid .sol-flex-row .sol-event-buttons-btn:focus,
[data-whatinput=mouse] .sol-uvk .sol-event-search .sol-grid .sol-flex-row .sol-event-buttons-btn:focus,
[data-whatinput=touch] .sol-uvk .sol-event-search .sol-grid .sol-flex-row .sol-event-buttons-btn:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-uvk .sol-event-search .sol-grid .sol-flex-row .sol-event-buttons-btn:hover {
    background-color: #dae5df
}

.sol-uvk .sol-event-search .sol-grid .sol-flex-row .sol-event-buttons-btn p.font-normal {
    margin: 0
}

.sol-uvk .sol-event-search .sol-grid .sol-flex-row .sol-event-buttons-btn i.fa {
    margin-right: 10px;
    margin-left: -5px;
    font-weight: 400
}

.sol-uvk .sol-event-search .sol-grid .sol-flex-row .sol-event-buttons-btn:hover {
    background-color: rgba(56, 142, 154, .1);
    color: #0C271D;
    border: 2px solid rgba(14, 60, 93, .2)
}

@media (max-width:767px) {
    .sol-uvk .sol-event-search .sol-grid .sol-flex-row .sol-event-buttons-btn {
        width: 100%
    }
}

.sol-uvk .sol-event-search .sol-grid .sol-loading {
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateY(-50%)
}

.sol-uvk .sol-event-search__filter-n-categories {
    display: flex;
    justify-content: space-between
}

.sol-uvk .sol-event-search__filter-n-categories table {
    width: 400px;
    max-width: 80vw
}

.sol-uvk .sol-event-search__filter-n-categories table .fa,
.sol-uvk .sol-event-search__filter-n-categories table .uib-title strong {
    color: #fff
}

.sol-uvk .sol-event-search__filter-n-categories table thead th {
    color: #fff;
    text-align: center
}

@media (max-width:767px) {
    .sol-uvk .sol-event-search__filter-n-categories {
        flex-direction: column
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sol-uvk .sol-event-search__filter-n-categories>div {
        flex-basis: 46%
    }
}

@media (max-width:767px) {
    .sol-uvk .sol-event-search__filter-n-categories>div {
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 15px
    }
}

.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter {
    position: relative;
    width: 360px
}

@media (max-width:991px) {
    .sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories,
    .sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter {
        width: 100%
    }
}

.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories__header,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter__header {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 8px 18px 11px;
    line-height: normal;
    text-align: left;
    background: 0;
    background-color: #fff;
    border: 0;
    border-left: 5px solid #226651;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    cursor: pointer;
    transition: all .3s ease;
    -webkit-appearance: none;
    appearance: none;
    webkit-appearance: none
}

.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories__header__btn,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter__header__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 32px;
    height: 32px;
    border: 2px solid #226651;
    border-radius: 50%;
    transform: translateY(-50%)
}

.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories__header__btn .fa,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter__header__btn .fa {
    transition: all .2s ease
}

.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories__content,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter__content {
    position: absolute;
    top: 40px;
    left: 2.5%;
    z-index: 2;
    width: 95%;
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1);
    transition: max-height .2s ease-in-out
}

.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories__content>.sol-category:first-child,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter__content>.sol-category:first-child {
    margin-top: 13px
}

.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories__content form,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter__content form {
    display: flex;
    flex-wrap: wrap;
    margin: 13px
}

.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories__content form .sol-form-row,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter__content form .sol-form-row {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    max-width: 100%;
    margin-bottom: 15px
}

.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories__content form .sol-form-row label,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter__content form .sol-form-row label {
    margin-bottom: 11px;
    color: #0C271D;
    font-weight: 700;
    font-size: 14px;
    line-height: 1
}

.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories__content form .sol-form-row input,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter__content form .sol-form-row input {
    height: 40px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #f6f6f4;
    border: 1px solid #ececec;
    border-radius: 2px
}

.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories__content form .sol-form-row input::-webkit-input-placeholder,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter__content form .sol-form-row input::-webkit-input-placeholder {
    color: #767676;
    font-size: 15px
}

.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories__content form .sol-form-row input::-moz-placeholder,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter__content form .sol-form-row input::-moz-placeholder {
    color: #767676;
    font-size: 15px
}

.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories__content form .sol-form-row input:-ms-input-placeholder,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter__content form .sol-form-row input:-ms-input-placeholder {
    color: #767676;
    font-size: 15px
}

.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories__content form .sol-form-row input:-moz-placeholder,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter__content form .sol-form-row input:-moz-placeholder {
    color: #767676;
    font-size: 15px
}

.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories__content form .sol-form-row input #filterEndDate,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories__content form .sol-form-row input#filterStartDate,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter__content form .sol-form-row input #filterEndDate,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter__content form .sol-form-row input#filterStartDate {
    position: relative
}

.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories__content form .sol-form-row:first-child,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter__content form .sol-form-row:first-child {
    flex-basis: 100%;
    max-width: 100%
}

.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories__content form .sol-form-btn__container,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter__content form .sol-form-btn__container {
    flex-basis: 100%;
    width: 100%
}

.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories__content form .sol-form-btn__container .sol-btn,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter__content form .sol-form-btn__container .sol-btn {
    width: 100%
}

.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories__content__dates,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter__content__dates {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between
}

.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories__content__dates>div,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter__content__dates>div {
    display: inline-flex;
    flex-basis: 47%;
    flex-direction: column;
    max-width: 47%
}

.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories--collapsed .sol-event-search__categories__content,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories--collapsed .sol-event-search__filter__content,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter--collapsed .sol-event-search__categories__content,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter--collapsed .sol-event-search__filter__content {
    max-height: 1000px
}

.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories--collapsed .sol-event-search__categories__header,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories--collapsed .sol-event-search__filter__header,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter--collapsed .sol-event-search__categories__header,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter--collapsed .sol-event-search__filter__header {
    color: #fff;
    background-color: #226651
}

.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories--collapsed .sol-event-search__categories__header__btn,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories--collapsed .sol-event-search__filter__header__btn,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter--collapsed .sol-event-search__categories__header__btn,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter--collapsed .sol-event-search__filter__header__btn {
    background-color: #fff
}

.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories--collapsed .sol-event-search__categories__header__btn .fa,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__categories--collapsed .sol-event-search__filter__header__btn .fa,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter--collapsed .sol-event-search__categories__header__btn .fa,
.sol-uvk .sol-event-search__filter-n-categories .sol-event-search__filter--collapsed .sol-event-search__filter__header__btn .fa {
    transform: rotate(90deg)
}

.sol-event-search__categories__content input[type=checkbox],
.sol-event-search__categories__content input[type=radio] {
    display: none
}

.sol-event-search__categories__content input[type=checkbox]+label:before,
.sol-event-search__categories__content input[type=radio]+label:before {
    position: relative;
    top: -1px;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    text-align: center;
    border: 2px solid #226651;
    border-radius: 3px;
    content: "";
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: color, background-color, border-color, border-width
}

.sol-event-search__categories__content input[type=checkbox]+label,
.sol-event-search__categories__content input[type=radio]+label {
    display: block;
    margin-bottom: 10px;
    color: #0C271D;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.38;
    cursor: pointer
}

.sol-event-search__categories__content input[type=checkbox]+label span,
.sol-event-search__categories__content input[type=radio]+label span {
    color: #969696;
    font-size: 16px;
    line-height: 1.38
}

.sol-event-search__categories__content input[type=checkbox]:checked+label:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 12px;
    content: "\f00c";
    padding-top: 2px;
    color: #fff;
    background-color: #226651;
    border-color: #226651
}

.sol-event-search__categories__content input[type=checkbox]:checked+label:before.fa-pull-left {
    margin-right: .3em
}

.sol-event-search__categories__content input[type=checkbox]:checked+label:before.fa-pull-right {
    margin-left: .3em
}

.sol-event-search__categories__content input[type=checkbox]:checked+label:before.pull-left {
    margin-right: .3em
}

.sol-event-search__categories__content input[type=checkbox]:checked+label:before.pull-right {
    margin-left: .3em
}

.sol-event-search__categories__content input[type=radio]+label:before {
    border-radius: 50%
}

.sol-event-search__categories__content input[type=radio]:checked+label:before {
    border-color: #226651;
    border-width: 4px
}

.sol-event-search__categories__content {
    padding: 0 13px
}

.sol-uvk .sol-event-search__tabs {
    position: absolute;
    left: 0;
    bottom: 0
}

.sol-uvk .sol-event-search__tab {
    height: 50px;
    width: 190px;
    max-width: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #0C271D;
    cursor: pointer;
    border-radius: 3px
}

.sol-uvk .sol-event-search__tab--active {
    background-color: #fff
}

.sol-uvk .sol-event-search__tab>span {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #0C271D
}

.sol-event-listing-page__event-list {
    padding-left: 30px;
    border-bottom: 5px solid #dae5df
}

.sol-event-listing-page__event-list__wrapper {
    margin-bottom: 30px
}

.sol-event-listing-page__event-list__show-more-btn {
    margin-left: 30px
}

.sol-event-top-image>div {
    text-align: center
}

.sol-uvk .sol-event-item--img,
.sol-uvk .sol-event-item--no-img {
    position: relative;
    display: flex;
    flex-direction: row;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
    min-height: 164px;
    text-decoration: none;
    border-bottom: 1px solid #ececec
}

@media (max-width:767px) {
    .sol-uvk .sol-event-item--img,
    .sol-uvk .sol-event-item--no-img {
        padding-left: 120px
    }
}

.sol-uvk .sol-event-item--img .double-slash,
.sol-uvk .sol-event-item--no-img .double-slash {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px
}

.sol-uvk .sol-event-item--img {
    padding-left: 222px
}

@media (max-width:767px) {
    .sol-uvk .sol-event-item--img {
        padding-left: 116px
    }
}

@media (max-width:767px) {
    .sol-uvk .sol-event-item--img .sol-event-item__description {
        display: none
    }
}

@media (max-width:767px) {
    .sol-uvk .sol-event-item--no-img {
        padding-left: 0
    }
}

.sol-uvk .sol-event-item__img {
    position: absolute;
    top: 15px;
    left: 0;
    width: 200px;
    height: 130px;
    margin-right: auto;
    background-size: cover;
    background-position: 50% 50%
}

@media (max-width:767px) {
    .sol-uvk .sol-event-item__img {
        width: 100px;
        height: 100px
    }
}

.sol-uvk .sol-event-item__date-info {
    display: flex;
    flex-wrap: wrap
}

.sol-uvk .sol-event-item__date-info div,
.sol-uvk .sol-event-item__date-info span {
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    color: #767676
}

@media (max-width:767px) {
    .sol-uvk .sol-event-item__date-info div,
    .sol-uvk .sol-event-item__date-info span {
        line-height: 1.5
    }
}

.sol-uvk .sol-event-item__date-info div:first-child {
    text-transform: uppercase
}

.sol-uvk .sol-event-item__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.11;
    color: #0C271D;
    margin-top: 10px
}

@media (max-width:767px) {
    .sol-uvk .sol-event-item__title {
        margin-top: 0
    }
}

.sol-uvk .sol-event-item__description {
    font-size: 18px;
    line-height: 1.33;
    color: #0C271D
}

@media (max-width:991px) {
    .sol-uvk .sol-event-item__description {
        font-size: 17px
    }
}

.sol-a-z-icon {
    font-size: 15px;
    position: relative;
    top: 2px;
    margin-right: 5px
}

.sol-letters {
    max-width: 450px
}

.sol-letters:after,
.sol-letters:before {
    display: table;
    content: ""
}

.sol-letters:after {
    clear: both
}

.sol-letters a {
    padding: 6px 0;
    text-align: center;
    height: 25px;
    width: 25px;
    color: #fff;
    background-color: #949494;
    box-shadow: none;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    text-transform: none;
    text-decoration: none;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 10px;
    float: left
}

.sol-letters a.sol-active,
.sol-letters a:hover {
    background-color: #226651;
    color: #fff
}

.sol-error-page {
    background-color: hsla(0, 0%, 100%, .9);
    text-align: center
}

.sol-error-page-text-big {
    color: #226651;
    font-size: 180px !important;
    line-height: 180px !important;
    font-weight: 700 !important
}

@media (max-width:767px) {
    .sol-error-page-text-big {
        font-size: 60px !important;
        line-height: 60px !important
    }
}

.sol-error-page-text-small {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 34px;
    line-height: 40px;
    font-weight: 300
}

.sol-error-page-btns {
    margin-bottom: 50px
}

.sol-error-page .sol-btn {
    background-color: transparent;
    border-color: transparent;
    color: #0C271D;
    font-size: 19px;
    text-transform: none;
    font-weight: 400
}

.sol-error-page .sol-btn:first-child {
    margin-right: 10px
}

.sv-login-portlet.sol-form-decoration {
    padding-bottom: 0
}

.sv-login-portlet.sol-form-decoration fieldset {
    margin: 0;
    padding: 0
}

.sv-standardsearch-portlet .sol-did-you-mean,
.sv-standardsearch-portlet .sol-num-hits {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 12px
}

.sv-standardsearch-portlet .sv-search-hit {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 20px 50px 20px 40px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1)
}

.sv-standardsearch-portlet .sv-search-hit .font-heading-3 {
    display: block;
    margin-top: 0;
    margin-bottom: 3px;
    color: #0C271D;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none
}

.sv-standardsearch-portlet .sv-search-hit .font-heading-3:hover {
    text-decoration: underline;
    color: #226651
}

.sv-standardsearch-portlet .sv-search-hit .font-normal {
    font-size: 15px;
    line-height: 1.4em
}

.sv-standardsearch-portlet .sv-search-hit .sol-hit-info-text {
    font-size: 13px
}

.sv-standardsearch-portlet .sv-search-hit .sol-hit-info-text i.fa {
    color: #226651;
    margin-right: 5px;
    margin-left: 10px
}

.sv-standardsearch-portlet .sv-search-hit .sol-hit-info-text i.fa:first-child {
    margin-left: 0
}

.sv-standardsearch-portlet .sv-search-hit .sol-hit-info-text>strong {
    margin-left: 10px
}

.sv-standardsearch-portlet .sv-search-hit .sol-hit-info-text>strong:first-of-type {
    margin-left: 0
}

.sv-standardsearch-portlet .sv-search-hit .sol-hit-path-text {
    font-size: 12px
}

.sv-standardsearch-portlet .sv-search-hit .sol-hit-path-text a {
    color: #226651;
    text-decoration: none
}

.sv-standardsearch-portlet .sv-search-hit .sol-hit-path-text a:hover {
    color: #0C271D;
    text-decoration: underline
}

.sv-standardsearch-portlet .sol-pagination {
    text-align: center
}

.sv-standardsearch-portlet .sol-pagination .pagination {
    display: inline-block;
    margin-top: 50px
}

.sv-standardsearch-portlet .sol-pagination .pagination:after,
.sv-standardsearch-portlet .sol-pagination .pagination:before {
    display: table;
    content: ""
}

.sv-standardsearch-portlet .sol-pagination .pagination:after {
    clear: both
}

.sv-standardsearch-portlet .sol-pagination .pagination a,
.sv-standardsearch-portlet .sol-pagination .pagination span.current {
    width: 30px;
    height: 30px;
    margin-top: 0;
    margin-right: 2px;
    margin-left: 2px;
    padding: 4px 0 0;
    border-radius: 100%;
    background-color: transparent;
    box-shadow: none;
    color: #0C271D;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    border: none;
    text-decoration: none;
    line-height: 22px
}

.sv-standardsearch-portlet .sol-pagination .pagination a:hover,
.sv-standardsearch-portlet .sol-pagination .pagination span.current:hover {
    background-color: #e8f3f8
}

@media (max-width:991px) {
    .sv-standardsearch-portlet .sol-pagination .pagination a,
    .sv-standardsearch-portlet .sol-pagination .pagination span.current {
        padding-left: 38px
    }
}

.sv-standardsearch-portlet .sol-pagination .pagination span.current,
.sv-standardsearch-portlet .sol-pagination .pagination span.current:hover {
    font-weight: 700;
    background-color: #dae5df;
    color: #226651
}

.sv-standardsearch-portlet .sol-pagination .pagination span.current:hover strong,
.sv-standardsearch-portlet .sol-pagination .pagination span.current strong {
    font-weight: 300
}

.sv-standardsearch-portlet .sol-pagination .pagination>:first-child:not(span),
.sv-standardsearch-portlet .sol-pagination .pagination>:last-child:not(span) {
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    font-size: 14px;
    padding: 4px 0 0;
    text-decoration: underline;
    margin-left: 15px;
    margin-right: 15px
}

.sv-standardsearch-portlet .sol-pagination .pagination>:first-child:not(span):hover,
.sv-standardsearch-portlet .sol-pagination .pagination>:last-child:not(span):hover {
    background-color: transparent;
    color: #dae5df
}

.sv-standardsearch-portlet .sol-pagination .pagination span.current.next,
.sv-standardsearch-portlet .sol-pagination .pagination span.current.prev {
    display: none
}

.sol-news-filter {
    position: relative;
    margin-bottom: 20px
}

.sol-news-filter__cnt {
    display: flex
}

@media (max-width:991px) {
    .sol-news-filter__cnt {
        flex-direction: column
    }
}

.sol-news-filter .sol-news-filter-button {
    display: flex;
    width: 310px;
    height: 40px;
    margin-right: 25px;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: 700;
    font-size: 14px;
    line-height: 32px;
    text-align: left;
    background-color: #fff;
    border: none;
    border-left: 5px solid #226651;
    outline: none;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05)
}

.sol-news-filter .sol-news-filter-button:focus,
[data-whatinput=keyboard] .sol-news-filter .sol-news-filter-button:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .sol-news-filter .sol-news-filter-button:focus,
[data-whatinput=mouse] .sol-news-filter .sol-news-filter-button:focus,
[data-whatinput=touch] .sol-news-filter .sol-news-filter-button:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-news-filter .sol-news-filter-button .sol-news-filter-button__text {
    flex-grow: 1
}

.sol-news-filter .sol-news-filter-button .sol-news-filter-button__arrow {
    display: inline-flex;
    align-items: center;
    width: 32px;
    height: 32px;
    border: 2px solid #226651;
    border-radius: 50%
}

.sol-news-filter .sol-news-filter-button .sol-news-filter-button__arrow i.fa {
    width: 100%;
    text-align: center;
    transition-duration: .6s
}

.sol-news-filter .sol-news-filter-button--expanded {
    color: #fff;
    background-color: #226651
}

.sol-news-filter .sol-news-filter-button--expanded .sol-news-filter-button__text {
    color: #fff
}

.sol-news-filter .sol-news-filter-button--expanded .sol-news-filter-button__arrow {
    color: #0C271D;
    background-color: #fff
}

.sol-news-filter .sol-news-filter-button--expanded .sol-news-filter-button__arrow i.fa {
    transform: rotate(90deg);
    transition-duration: .5s
}

@media (max-width:767px) {
    .sol-news-filter>.sol-news-filter-list {
        left: 50%;
        width: 90%;
        transform: translateX(-50%)
    }
}

.sol-news-filter>.sol-news-filter-list {
    position: absolute;
    left: 5%;
    width: 90%
}

@media (max-width:767px) {
    .sol-news-filter>.sol-news-filter-list {
        left: 50%
    }
}

.sol-news-filter-list {
    top: 100%;
    left: 15px;
    z-index: 3;
    display: none;
    width: 280px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1)
}

.sv-archivemenu-portlet:first-child {
    margin-right: 25px
}

@media (max-width:767px) {
    .sv-archivemenu-portlet:first-child {
        mragin-right: 0
    }
}

#sol-news-filter-button-month,
#sol-news-filter-button-year {
    margin: 0
}

.sol-news-filter-list--months {
    position: static;
    display: block;
    width: auto;
    box-shadow: none
}

.sol-news-filter__item {
    padding: 10px 20px;
    font-size: 18px;
    line-height: 1.33
}

.sol-news-filter__item a {
    display: inline-block;
    width: 100%;
    text-decoration: none
}

.sol-news-filter__item:hover {
    background-color: #226651
}

.sol-news-filter__item:hover a {
    color: #fff
}

.sol-news-filter__header {
    padding: 5px;
    font-weight: 700;
    text-align: center;
    background-color: #cfd8df
}

.sol-related-info-container {
    padding: 30px 11.5%
}

@media (max-width:767px) {
    .sol-related-info-container {
        padding: 21px 4.2%
    }
}

.sol-related-info-container .sol-related-info__title {
    font-size: 25px;
    font-weight: 700;
    text-align: left;
    color: #0C271D;
    margin-bottom: 23px
}

@media (min-width:768px) and (max-width:991px) {
    .sol-related-info-container .sol-related-info__title {
        font-size: 21px
    }
}

@media (max-width:767px) {
    .sol-related-info-container .sol-related-info__title {
        font-size: 18px;
        margin-bottom: 14px
    }
}

.sol-related-info-container .sol-related {
    background-color: transparent;
    margin-top: 5px;
    padding-bottom: 8px;
    padding-left: 0;
    margin-bottom: 10px
}

.sol-related-info-container .sol-related-item {
    background-color: #fff;
    border-radius: 5px;
    padding: 7px 26px;
    margin-bottom: 5px;
    text-decoration: none;
    line-height: 23px;
    display: inline-flex;
    align-items: center
}

.sol-related-info-container .sol-related-item:hover .sol-related-item-name {
    text-decoration: underline
}

.sol-related-info-container .sol-related-item-name {
    color: #226651;
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    margin-right: 24px;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: color
}

.sol-related-info-container .sol-related-item-size {
    display: none
}

.sol-related-info-container .sol-related-item i.fa {
    width: 17px;
    height: 17px;
    margin-right: 5px;
    border-radius: 50%;
    color: #767676;
    border-color: #767676;
    font-size: 16px;
    line-height: 15px;
    text-align: center;
    position: relative;
    top: 1px
}

.sol-related-info-container .sol-related-item i.fa.sol-link-icon {
    border: 1px solid #767676
}

.sol-related-info-container .sol-related-item:hover .sol-related-info-container .sol-related-item-name {
    color: #0C271D
}

div .sol-related-info-container .sol-related-item .sol-related-info-container .sol-related-item-name {
    text-decoration: none;
    color: #0C271D
}

.sol-related-info--subpage .sol-related-info-container {
    padding-left: 7.5%;
    padding-right: 5.5%
}

@media (min-width:768px) and (max-width:991px) {
    .sol-related-info--subpage .sol-related-info-container {
        padding: 30px 0;
        width: 80%;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width:767px) {
    .sol-related-info--subpage .sol-related-info-container {
        padding: 21px 4.2%
    }
}

.sol-feedback__form textarea {
    width: 100%;
    min-height: 200px
}

.sol-feedback {
    color: #0C271D;
    font-size: 16px;
    font-weight: 700;
    background-color: #dae5df;
    padding: 5px 15px;
    margin-top: 16px;
    max-height: none;
    min-height: 45px;
    line-height: 35px;
    border-radius: 0px;
    position: relative
}

@media (-ms-high-contrast:active) and (max-width:767px),
(-ms-high-contrast:none) and (max-width:767px) {
    .sol-feedback {
        max-height: none
    }
}

@media (max-width:767px) {
    .sol-feedback {
        max-height: none;
        height: 100px
    }
}

.sol-feedback__content {
    margin-bottom: 0;
    display: block
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .sol-feedback__content {
        display: block
    }
}

.sol-feedback__content>span {
    display: inline
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .sol-feedback__content>span {
        display: inline-block;
        float: left
    }
}

.sol-feedback__answers {
    display: inline;
    white-space: nowrap;
    padding: 0;
    border: 0 solid #ccc
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .sol-feedback__answers {
        display: inline-block;
        float: right;
        margin-top: -10px
    }
}

.sol-js-feedback-yes {
    margin-right: 5px;
    margin-left: 5px;
    color: #fff;
    font-size: 17px;
    background-color: #226651;
    height: 35px;
    width: 60px;
    border-radius: 0px;
    box-shadow: none;
    border: none
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .sol-js-feedback-yes {
        display: inline-block;
        float: left;
        width: 45px;
        padding: 5px 10px;
        margin: 0 10px
    }
}

@media (max-width:767px) {
    .sol-js-feedback-yes {
        margin-left: 0
    }
}

.sol-js-feedback-yes:hover {
    opacity: .85
}

.sol-js-feedback-no {
    margin-right: 5px;
    color: #fff;
    font-size: 17px;
    background-color: #226651;
    height: 35px;
    width: 60px;
    border-radius: 0px;
    box-shadow: none;
    border: none
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .sol-js-feedback-no {
        display: inline-block;
        float: left;
        width: 45px;
        padding: 5px 10px;
        margin: 0 10px
    }
}

@media (max-width:767px) {
    .sol-js-feedback-no {
        margin-right: 0
    }
}

.sol-js-feedback-no:hover {
    opacity: .85
}

.sol-feedback__form {
    position: absolute;
    z-index: 99;
    background-color: #dae5df !important;
    border: 3px solid #226651;
    padding: 30px 20px !important;
    clear: both;
    font-size: 14;
    font-weight: 200
}

.sol-feedback__form--close {
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 24px;
    color: #226651;
    text-align: center;
    background-color: #dae5df;
    border: 3px solid #226651;
    border-radius: 50%;
    width: 32px;
    height: 32px
}

.sol-feedback__form--close .fa-close {
    position: absolute;
    left: 0;
    right: 0
}

.sol-feedback__form.sol-hidden {
    padding: 20px 0 0
}

.sol-feedback__form.sol-hidden span {
    display: block;
    margin-bottom: 0;
    font-size: 17px
}

.sol-feedback__form.sol-hidden textarea {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    resize: none;
    min-height: 0
}

.sol-feedback__form.sol-hidden textarea#feedbackMessage {
    height: 100px;
    margin-bottom: 20px;
    margin-top: 15px
}

.sol-feedback__form.sol-hidden textarea#feedbackSender {
    height: 45px;
    margin-top: 0
}

.sol-feedback__form label {
    margin-bottom: 0;
    font-size: 16px !important
}

.sol-feedback__thanks {
    position: absolute;
    background-color: #dae5df !important;
    border: 3px solid #226651;
    padding: 30px 20px !important;
    clear: both;
    padding: 20px 0 0
}

.sol-feedback__thanks p {
    font-size: 16px !important;
    font-weight: 400 !important;
    margin-top: -10px !important
}

.sol-feedback__thanks span {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: -15px;
    display: block
}

.sol-social-feed .sol-fb-picture-container {
    width: 30%;
    float: left
}

.sol-social-feed .sol-news-content {
    width: 66%;
    float: left;
    padding-bottom: 20px;
    margin-left: 20px
}

@media only screen and (max-width:1026px) and (min-width:563px) {
    .sol-social-feed .sol-news-content {
        width: 64%
    }
}

@media only screen and (max-width:562px) {
    .sol-social-feed .sol-news-content {
        width: 62%
    }
}

.sol-social-feed .sol-news-content .sol-news-date i {
    padding-right: 7px
}

.sol-social-feed .sol-news-content p {
    margin-top: 0
}

.sol-social-feed .sol-twitter>p {
    color: #0C271D;
    font-size: 21px;
    line-height: 1.5em;
    font-weight: 400
}

.sol-social-feed #sol-social-instafeed {
    list-style: none;
    padding-left: 0
}

.sol-social-feed #sol-social-instafeed a {
    text-decoration: none
}

.sol-social-feed #sol-social-instafeed li {
    padding-bottom: 20px;
    color: #0C271D;
    font-size: 21px;
    line-height: 1.5em;
    font-weight: 400;
    height: 250px
}

.sol-social-feed #sol-social-instafeed li img {
    width: 30%;
    float: left
}

.sol-social-feed #sol-social-instafeed li .sol-insta--content {
    width: 66%;
    float: left;
    margin-left: 20px;
    margin-top: -9px
}

@media only screen and (max-width:1026px) and (min-width:563px) {
    .sol-social-feed #sol-social-instafeed li .sol-insta--content {
        width: 64%
    }
}

@media only screen and (max-width:562px) {
    .sol-social-feed #sol-social-instafeed li .sol-insta--content {
        width: 62%
    }
}

.sol-social-feed #sol-social-instafeed li .sol-insta--content span:first-child {
    font-size: 16px
}

.sol-social-feed #sol-social-instafeed li .sol-insta--content span {
    font-family: Source Sans Pro, sans-serif !important;
    color: #0C271D
}

.sol-social-feed #sol-social-instafeed li .sol-insta--content span i {
    padding-right: 7px;
    font-size: 16px
}

input[type=text]::-ms-clear,
input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

body,
html {
    font-family: Source Sans Pro, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: transparent
}

@media (max-width:767px) {
    body.block_mode,
    html.block_mode {
        position: relative !important;
        height: 100vh !important;
        min-height: 0 !important;
        overflow: hidden !important
    }
}

@media (max-width:767px) and (max-width:767px) {
    body.block_mode,
    html.block_mode {
        height: 0 !important
    }
}

* {
    box-sizing: border-box
}

@media (min-width:768px) and (max-width:991px) {
    .sol-body-overlay {
        position: fixed;
        z-index: 50;
        background-color: #000;
        opacity: 0
    }
    .sol-body-overlay.sol-active {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 50;
        opacity: .6
    }
    .sol-body-overlay.sol-active+div .sol-mobile-header {
        border: none
    }
}

@media (max-width:767px) {
    .sol-body-overlay {
        height: 120px
    }
}

.sol-container {
    max-width: 1285px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width:991px) {
    .sol-container {
        padding: 0
    }
}

.sol-narrow-content {
    max-width: 702px;
    margin-right: auto;
    margin-left: auto
}

.flex-row {
    display: flex
}

#svid10_433d6ef615ca4bffb1a9e6 {
    z-index: 99
}

.sol-mini-site,
.sol-uvk {
    font-family: Source Sans Pro, sans-serif
}

.sol-mini-site h1,
.sol-mini-site h2,
.sol-mini-site h3,
.sol-mini-site h4,
.sol-mini-site h5,
.sol-mini-site h6,
.sol-uvk h1,
.sol-uvk h2,
.sol-uvk h3,
.sol-uvk h4,
.sol-uvk h5,
.sol-uvk h6 {
    line-height: 1.2em
}

.sol-mini-site h1.sol-hidden,
.sol-mini-site h2.sol-hidden,
.sol-mini-site h3.sol-hidden,
.sol-mini-site h4.sol-hidden,
.sol-mini-site h5.sol-hidden,
.sol-mini-site h6.sol-hidden,
.sol-uvk h1.sol-hidden,
.sol-uvk h2.sol-hidden,
.sol-uvk h3.sol-hidden,
.sol-uvk h4.sol-hidden,
.sol-uvk h5.sol-hidden,
.sol-uvk h6.sol-hidden {
    display: none !important
}

.sol-mini-site .font-heading-1,
.sol-mini-site h1,
.sol-mini-site h1.font-heading-1,
.sol-uvk .font-heading-1,
.sol-uvk h1,
.sol-uvk h1.font-heading-1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2em
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site .font-heading-1,
    .sol-mini-site h1,
    .sol-mini-site h1.font-heading-1,
    .sol-uvk .font-heading-1,
    .sol-uvk h1,
    .sol-uvk h1.font-heading-1 {
        font-size: 26px
    }
}

@media (max-width:767px) {
    .sol-mini-site .font-heading-1,
    .sol-mini-site h1,
    .sol-mini-site h1.font-heading-1,
    .sol-uvk .font-heading-1,
    .sol-uvk h1,
    .sol-uvk h1.font-heading-1 {
        font-size: 21px
    }
}

.sol-mini-site .font-heading-2,
.sol-mini-site h2,
.sol-mini-site h2.font-heading-2,
.sol-uvk .font-heading-2,
.sol-uvk h2,
.sol-uvk h2.font-heading-2 {
    font-family: Source Sans Pro, sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-align: left;
    color: #0C271D;
    line-height: 1.2em
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site .font-heading-2,
    .sol-mini-site h2,
    .sol-mini-site h2.font-heading-2,
    .sol-uvk .font-heading-2,
    .sol-uvk h2,
    .sol-uvk h2.font-heading-2 {
        font-size: 21px
    }
}

@media (max-width:767px) {
    .sol-mini-site .font-heading-2,
    .sol-mini-site h2,
    .sol-mini-site h2.font-heading-2,
    .sol-uvk .font-heading-2,
    .sol-uvk h2,
    .sol-uvk h2.font-heading-2 {
        font-size: 18px
    }
}

.sol-mini-site .font-heading-3,
.sol-mini-site h3,
.sol-mini-site h3.font-heading-3,
.sol-uvk .font-heading-3,
.sol-uvk h3,
.sol-uvk h3.font-heading-3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2em;
    text-align: left;
    color: #0C271D
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site .font-heading-3,
    .sol-mini-site h3,
    .sol-mini-site h3.font-heading-3,
    .sol-uvk .font-heading-3,
    .sol-uvk h3,
    .sol-uvk h3.font-heading-3 {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .sol-mini-site .font-heading-3,
    .sol-mini-site h3,
    .sol-mini-site h3.font-heading-3,
    .sol-uvk .font-heading-3,
    .sol-uvk h3,
    .sol-uvk h3.font-heading-3 {
        font-size: 15px
    }
}

.sol-mini-site .font-heading-4,
.sol-mini-site h4,
.sol-mini-site h4.font-heading-4,
.sol-uvk .font-heading-4,
.sol-uvk h4,
.sol-uvk h4.font-heading-4 {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site .font-heading-4,
    .sol-mini-site h4,
    .sol-mini-site h4.font-heading-4,
    .sol-uvk .font-heading-4,
    .sol-uvk h4,
    .sol-uvk h4.font-heading-4 {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .sol-mini-site .font-heading-4,
    .sol-mini-site h4,
    .sol-mini-site h4.font-heading-4,
    .sol-uvk .font-heading-4,
    .sol-uvk h4,
    .sol-uvk h4.font-heading-4 {
        font-size: 13px
    }
}

.sol-mini-site .font-heading-5,
.sol-mini-site h5,
.sol-mini-site h5.font-heading-5,
.sol-uvk .font-heading-5,
.sol-uvk h5,
.sol-uvk h5.font-heading-5 {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site .font-heading-5,
    .sol-mini-site h5,
    .sol-mini-site h5.font-heading-5,
    .sol-uvk .font-heading-5,
    .sol-uvk h5,
    .sol-uvk h5.font-heading-5 {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .sol-mini-site .font-heading-5,
    .sol-mini-site h5,
    .sol-mini-site h5.font-heading-5,
    .sol-uvk .font-heading-5,
    .sol-uvk h5,
    .sol-uvk h5.font-heading-5 {
        font-size: 11px
    }
}

.sol-mini-site .font-description-old,
.sol-mini-site .sv-font-minisajt-ingress,
.sol-uvk .font-description-old,
.sol-uvk .sv-font-minisajt-ingress {
    font-family: Source Sans Pro, sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.4em;
    color: #404040
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site .font-description-old,
    .sol-mini-site .sv-font-minisajt-ingress,
    .sol-uvk .font-description-old,
    .sol-uvk .sv-font-minisajt-ingress {
        font-size: 24px
    }
}

@media (max-width:767px) {
    .sol-mini-site .font-description-old,
    .sol-mini-site .sv-font-minisajt-ingress,
    .sol-uvk .font-description-old,
    .sol-uvk .sv-font-minisajt-ingress {
        font-size: 19px
    }
}

.sol-mini-site .sv-font-minisajt-logo-text,
.sol-uvk .sv-font-minisajt-logo-text {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    color: #0C271D
}

@media (max-width:767px) {
    .sol-mini-site .sv-font-minisajt-logo-text,
    .sol-uvk .sv-font-minisajt-logo-text {
        max-width: 150px;
        font-size: 20px
    }
}

@media (max-width:991px) {
    .sol-mini-site .sv-font-minisajt-logo-text,
    .sol-uvk .sv-font-minisajt-logo-text {
        font-size: 24px
    }
}

.sol-mini-site .sv-font-minisajt-citat,
.sol-uvk .sv-font-minisajt-citat {
    font-size: 27px;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
    color: #0C271D
}

@media (max-width:767px) {
    .sol-mini-site .sv-font-minisajt-citat,
    .sol-uvk .sv-font-minisajt-citat {
        font-size: 18px;
        font-weight: 300;
        line-height: 1.3;
        text-align: center
    }
}

.sol-mini-site .sv-font-minisajt-citat-forfattare,
.sol-uvk .sv-font-minisajt-citat-forfattare {
    line-height: 3.18;
    text-align: center;
    color: #0C271D;
    font-size: 12px;
    font-weight: 700
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site .sv-font-minisajt-citat-forfattare,
    .sol-uvk .sv-font-minisajt-citat-forfattare {
        font-size: 16px
    }
}

.sol-mini-site .sv-font-minisajt-citat-title,
.sol-uvk .sv-font-minisajt-citat-title {
    font-size: 13px;
    font-weight: 300;
    line-height: 2.69;
    text-align: center
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site .sv-font-minisajt-citat-title,
    .sol-uvk .sv-font-minisajt-citat-title {
        font-size: 16px
    }
}

@media (max-width:991px) {
    .sol-mini-site .sol-blue-box h1.font-heading-1,
    .sol-mini-site .sol-blue-box h2.font-heading-2,
    .sol-mini-site .sol-blue-box h3.font-heading-3,
    .sol-mini-site .sol-blue-box h4.font-heading-4,
    .sol-mini-site .sol-blue-box h5.font-heading-5,
    .sol-mini-site .sol-blue-box h6.font-heading-6,
    .sol-uvk .sol-blue-box h1.font-heading-1,
    .sol-uvk .sol-blue-box h2.font-heading-2,
    .sol-uvk .sol-blue-box h3.font-heading-3,
    .sol-uvk .sol-blue-box h4.font-heading-4,
    .sol-uvk .sol-blue-box h5.font-heading-5,
    .sol-uvk .sol-blue-box h6.font-heading-6 {
        font-size: 25px;
        font-weight: 300;
        text-align: left
    }
}

@media (max-width:767px) {
    .sol-mini-site .sol-blue-box .sv-font-topp-text-puff-normal,
    .sol-uvk .sol-blue-box .sv-font-topp-text-puff-normal {
        text-align: left;
        color: #0C271D
    }
}

.sol-mini-site h2.sv-font-topp-text-puff-header,
.sol-uvk h2.sv-font-topp-text-puff-header {
    font-size: 33px;
    font-weight: 700;
    letter-spacing: .4px;
    text-align: center;
    color: #fff
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site h2.sv-font-topp-text-puff-header,
    .sol-uvk h2.sv-font-topp-text-puff-header {
        font-size: 36px
    }
}

@media (max-width:767px) {
    .sol-mini-site h2.sv-font-topp-text-puff-header,
    .sol-uvk h2.sv-font-topp-text-puff-header {
        font-size: 23px;
        font-weight: 700;
        letter-spacing: .2px;
        text-align: center;
        margin: 0;
        margin-bottom: 0 !important
    }
}

.sol-mini-site p.sv-font-topp-text-puff-normal,
.sol-uvk p.sv-font-topp-text-puff-normal {
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    color: #fff
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site p.sv-font-topp-text-puff-normal,
    .sol-uvk p.sv-font-topp-text-puff-normal {
        font-size: 23px
    }
}

@media (max-width:767px) {
    .sol-mini-site p.sv-font-topp-text-puff-normal,
    .sol-uvk p.sv-font-topp-text-puff-normal {
        font-size: 15px;
        font-weight: 300;
        text-align: center;
        margin: 0
    }
}

.sol-mini-site .sv-font-informationsbox-header,
.sol-uvk .sv-font-informationsbox-header {
    margin-bottom: 20px;
    font-size: 31px;
    font-weight: 300;
    text-align: left;
    color: #0C271D;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 55px
}

@media (max-width:767px) {
    .sol-mini-site .sv-font-informationsbox-header,
    .sol-uvk .sv-font-informationsbox-header {
        padding-left: 45px;
        font-size: 21px
    }
}

.sol-mini-site .sv-font-informationsbox-header:before,
.sol-uvk .sv-font-informationsbox-header:before {
    content: "\f129";
    display: inline-block;
    font-family: fontAwesome;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    border: 2px solid rgba(14, 60, 93, .4);
    margin-right: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #226651;
    position: absolute;
    left: 0
}

@media (max-width:767px) {
    .sol-mini-site .sv-font-informationsbox-header:before,
    .sol-uvk .sv-font-informationsbox-header:before {
        width: 31px;
        height: 31px
    }
}

.sol-mini-site .sv-font-informationsbox-bla-header,
.sol-uvk .sv-font-informationsbox-bla-header {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    text-align: left;
    color: #226651
}

.sol-mini-site .sol-informationbox .font-normal,
.sol-uvk .sol-informationbox .font-normal {
    font-size: 18px;
    line-height: 1.67;
    text-align: left;
    color: #0C271D
}

.sol-mini-site .sol-informationbox strong,
.sol-uvk .sol-informationbox strong {
    margin-right: 10px
}

@media (min-width:992px) {
    .sol-mini-site .sol-tool-nav {
        padding-right: 18.6%
    }
}

.sol-mini-site .sol-tool-nav .sol-tool-nav-item .sol-top-search .search-icon {
    background-color: #226651
}

.sol-header .sol-bottom {
    background: #226651

}

.sol-header .sol-bottom .sol-menu-container .sol-menu-button .fa {
    display: block
}

.sol-header .sol-bottom .sol-menu-container>.sol-top-menu-nav {
    display: inline-flex;
    justify-content: center
}

.sol-header .sol-bottom .sol-menu-container>.sol-top-menu-nav>ul {
    display: flex;
    height: 70px
}

.sol-header .sol-bottom .sol-menu-container>.sol-top-menu-nav>ul>li>div {
    height: 100%
}

.sol-header .sol-bottom .sol-menu-container>.sol-top-menu-nav>ul>li>div>.sol-menu-list {
    position: absolute;
    top: 70px;
    left: 0;
    display: none;
    width: 290px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .5)
}

.sol-header .sol-bottom .sol-menu-container>.sol-top-menu-nav>ul>li>div>a {
    align-items: center;
    height: 100%
}

.sol-header .sol-bottom .sol-menu-container>.sol-top-menu-nav>ul>li>div>a>span {
    color: #fff
}

.sol-header .sol-bottom .sol-menu-container .sol-menu-item {
    position: relative
}

.sol-header .sol-bottom .sol-menu-container .sol-menu-item[data-is-current=true]:not([data-menu-level="1"])>.sol-block-wrapper {
    background: #226651
}

.sol-header .sol-bottom .sol-menu-container .sol-menu-item[data-is-current=true]:not([data-menu-level="1"])>.sol-block-wrapper>.sol-menu-button>.fa,
.sol-header .sol-bottom .sol-menu-container .sol-menu-item[data-is-current=true]:not([data-menu-level="1"])>.sol-block-wrapper>.sol-menu-item-link>.sol-menu-item-display-name {
    color: #fff
}

.sol-header .sol-bottom .sol-menu-container .sol-menu-item[data-is-current=true]>.sol-block-wrapper>.sol-menu-button>.fa {
    transform: rotate(90deg)
}

.sol-header .sol-bottom .sol-menu-container .sol-menu-item[data-is-current=true][data-menu-level="1"]>.sol-block-wrapper {
    background: #1d5547
}

.sol-header .sol-bottom .sol-menu-container .sol-menu-item .sol-block-wrapper {
    display: flex;
    height: 70px;
    transition: background .3s ease
}

.sol-header .sol-bottom .sol-menu-container .sol-menu-item a {
    text-decoration: none
}

.sol-header .sol-bottom .sol-menu-container .sol-menu-item-link {
    display: inline-flex;
    align-items: center;
    height: 100%;
    text-align: left
}

.sol-header .sol-bottom .sol-menu-container .sol-menu-item .sol-menu-button {
    background: none;
    border: none;
    -webkit-appearance: none;
    appearance: none
}

.sol-header .sol-bottom .sol-menu-container .sol-menu-item .sol-menu-button:focus,
[data-whatinput=keyboard] .sol-header .sol-bottom .sol-menu-container .sol-menu-item .sol-menu-button:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .sol-header .sol-bottom .sol-menu-container .sol-menu-item .sol-menu-button:focus,
[data-whatinput=mouse] .sol-header .sol-bottom .sol-menu-container .sol-menu-item .sol-menu-button:focus,
[data-whatinput=touch] .sol-header .sol-bottom .sol-menu-container .sol-menu-item .sol-menu-button:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-header .sol-bottom .sol-menu-container .sol-menu-item .sol-menu-button .fa {
    color: #fff;
    font-size: 20px;
    transform: rotate(90deg);
    transition: transform .3s ease
}

.sol-header .sol-bottom .sol-menu-container .sol-menu-item:not([data-menu-level="1"]) .sol-block-wrapper {
    border-bottom: 1px solid #e7e7e7
}

.sol-header .sol-bottom .sol-menu-container .sol-menu-item:not([data-menu-level="1"])>.sol-block-wrapper>.sol-menu-item-link {
    flex-grow: 2;
    padding-right: 15px;
    padding-left: 15px
}

.sol-header .sol-bottom .sol-menu-container .sol-menu-item:not([data-menu-level="1"])>.sol-block-wrapper>.sol-menu-button {
    flex-basis: 43px;
    flex-grow: 1
}

.sol-header .sol-bottom .sol-menu-container .sol-menu-item .sol-menu-list,
.sol-header .sol-bottom .sol-menu-container .sol-menu-item:not([data-menu-level="1"]) .sol-menu-list {
    display: none;
    flex-grow: 1
}

.sol-header .sol-bottom .sol-menu-container .sol-menu-item:not([data-menu-level="1"]):not([data-is-current=true])>.sol-block-wrapper:hover {
    background: #dae5df
}

.sol-header .sol-bottom .sol-menu-container .sol-menu-item:not([data-menu-level="1"]):not([data-is-current=true]) .sol-menu-item-link {
    flex-grow: 2;
    padding: 13px 10px
}

.sol-header .sol-bottom .sol-menu-container .sol-menu-item:not([data-menu-level="1"]):not([data-is-current=true]) .sol-menu-button {
    z-index: 3;
    flex-grow: 1;
    width: 43px;
    height: 100%;
    cursor: pointer
}

.sol-header .sol-bottom .sol-menu-container .sol-menu-item:not([data-menu-level="1"]):not([data-is-current=true]) .fa {
    color: #226651
}

.sol-header .sol-bottom .sol-menu-container .sol-menu-item[data-menu-level="1"] {
    transition: background .3s ease
}

.sol-header .sol-bottom .sol-menu-container .sol-menu-item[data-menu-level="1"]>.sol-block-wrapper {
    padding-right: 30px;
    padding-left: 30px
}

.sol-header .sol-bottom .sol-menu-container .sol-menu-item[data-menu-level="1"]>.sol-block-wrapper>.sol-menu-item-link>.sol-menu-item-display-name {
    color: #fff;
    font-size: 20px;
    font-family: Source Sans Pro, sans-serif;
    text-align: center
}

.sol-header .sol-bottom .sol-menu-container .sol-menu-item[data-menu-level="1"]>.sol-block-wrapper>.sol-menu-button {
    margin-left: 20px
}

.sol-header .sol-bottom .sol-menu-container .sol-menu-item[data-menu-level="1"]:not([data-is-current=true]):hover {
    background: #fff
}

.sol-header .sol-bottom .sol-menu-container .sol-menu-item[data-menu-level="1"]:not([data-is-current=true]):hover>.sol-block-wrapper>.sol-menu-item-link>.sol-menu-item-display-name {
    color: #226651
}

.sol-header .sol-bottom .sol-menu-container .sol-menu-item[data-menu-level="1"]:not([data-is-current=true]):hover>.sol-block-wrapper>.sol-menu-button>.fa {
    color: #226651 !important;
    transform: rotate(90deg) !important
}

.sol-header .sol-bottom .sol-menu-container .sol-menu-item [data-menu-level="3"]>.sol-block-wrapper>.sol-menu-item-link {
    padding-left: 25px
}

.sol-header .sol-bottom .sol-menu-container .sol-menu-item [data-menu-level="4"]>.sol-block-wrapper>.sol-menu-item-link {
    padding-left: 30px
}

.sol-footer {
    background-color: #226651
}

.sol-footer .sol-bottom {
    padding-top: 55px;
    padding-bottom: 65px
}

.sol-footer .sol-bottom .sv-grid-main {
    padding-left: 0;
    padding-right: 0
}

.sol-footer-wrapper {
    display: flex;
    justify-content: space-between;
    padding-left: 6.3%;
    padding-right: 10.1%
}

@media (max-width:991px) {
    .sol-footer-wrapper {
        padding-left: 6.5%;
        padding-right: 6.5%
    }
}

.sol-footer-wrapper .sol-footer-column {
    flex-basis: 33.33%;
    flex-grow: 1
}

@media (max-width:991px) {
    .sol-footer-wrapper .sol-footer-column:last-child {
        display: none !important
    }
}

.sol-footer-wrapper .sol-footer-column h4 {
    font-family: Source Sans Pro, sans-serif;
    font-size: 18px;
    font-weight: 700
}

.sol-footer-wrapper .sol-footer-column span {
    display: block
}

.sol-footer-wrapper .sol-footer-column .fa+span {
    display: inline-block
}

.sol-footer-wrapper .sol-footer-column a,
.sol-footer-wrapper .sol-footer-column p,
.sol-footer-wrapper .sol-footer-column span {
    font-size: 18px;
    line-height: 1.56;
    text-align: left;
    color: #fff
}

.sol-footer-wrapper .sol-footer-column .sol-footer-contact__item__title {
    font-weight: 700
}

.sol-footer-wrapper .sol-footer-column .sol-footer-contact__item__link>span {
    text-decoration: underline
}

.sol-footer-wrapper .sol-footer-column .sol-footer-contact__item:not(:first-child) {
    padding-top: 30px
}

.sol-footer-wrapper .sol-footer-column .sol-footer-contact__item .sol-organisation-num {
    font-weight: 700;
    font-size: 14px
}

.sol-footer-wrapper .sol-footer-column h4 {
    margin-top: 0
}

.sol-footer-wrapper .sol-footer-column a {
    text-decoration: none
}

.sol-footer-wrapper .sol-footer-column .sol-external-link-icon {
    margin-left: 0
}

.sol-footer-wrapper .sol-footer-column .sol-footer-adress__item:not(:first-child) {
    padding-top: 25px
}

.sol-footer-wrapper .sol-footer-column .sol-social-media {
    display: flex
}

.sol-footer-wrapper .sol-footer-column .sol-social-media-item:not(:last-child) {
    margin-right: 20px
}

.sol-footer-wrapper .sol-footer-column .sol-social-media-item>a {
    background: #fff
}

.sol-footer-wrapper .sol-footer-column .sol-social-media-item>a i {
    color: #226651
}

.sol-footer-wrapper .sol-footer-column:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end
}

.sol-footer-wrapper .sol-footer-column:last-child .sol-social-media {
    display: flex;
    justify-content: space-between
}

.sol-footer-wrapper .sol-footer-column:last-child .sol-social-media:before {
    display: none
}

.sol-footer-wrapper .sol-footer-column__center__links {
    padding-top: 25px
}

.sol-footer-wrapper .sol-footer-column__center__links>a {
    display: block
}

.sol-footer-wrapper .sol-footer-column__center__links>a>span {
    font-family: Source Sans Pro, sans-serif;
    font-size: 18px;
    line-height: 1.56;
    text-align: left;
    color: #fff;
    text-decoration: underline
}

.sol-footer-wrapper .sol-footer-column__center__logo-social {
    display: none
}

@media (max-width:991px) {
    .sol-footer-wrapper .sol-footer-column__center__logo-social {
        display: block
    }
    .sol-footer-wrapper .sol-footer-column__center__logo-social svg {
        margin-top: 45px;
        width: 12rem;
    }
}

.sol-footer-wrapper .sol-footer-column__right {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center
}

.sol-footer-wrapper .sol-footer-column__right .sol-municipality-logo {
    width: 300px;
    height: 100px;
    display: block;
    background-image: url(http://test.upplandsvasby.se/images/18.705825cd15bd22fbeb6382/1494511531962/Logotyper/NYUpplandsVasby_logo_ligg_neg.svg);
    background-repeat: no-repeat
}

@media (max-width:991px) {
    .sol-footer-wrapper .sol-footer-column__right {
        display: none
    }
}

@media (max-width:767px) {
    .sol-footer-wrapper {
        flex-wrap: wrap
    }
    .sol-footer-wrapper .sol-footer-column {
        flex-basis: 100%
    }
}

.sol-footer .sol-bottom {
    background: #226651
}

.sol-footer .sol-bottom * {
    color: #fff
}

.sol-footer .sol-bottom .sol-footer-links>*,
.sol-footer .sol-bottom h4 {
    display: block
}

#FooterSkript {
    display: none
}

.sol-footer-center__item__title {
    font-weight: 700
}

.sol-mini-site .sol-startpage-wrapper .sol-homepage-map__cnt {
    height: 400px
}

.sol-mini-site .sol-startpage-wrapper .sol-homepage-map__cnt iframe {
    width: 100%;
    height: 400px
}

.sol-mini-site .sol-startpage-wrapper .sol-container--beige {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 60px
}

@media (max-width:991px) {
    .sol-mini-site .sol-startpage-wrapper .sol-container--beige {
        padding-top: 0;
        padding-bottom: 0
    }
}

.sol-mini-site .sol-startpage-wrapper .sol-dualbox {
    width: 100%;
    max-width: 1285px;
    margin-right: auto;
    margin-left: auto;
    padding: 0
}

.sol-mini-site .sol-startpage-wrapper .sol-dualbox .font-heading-2 {
    margin-top: 0;
    color: #3b3b3b;
    font-weight: 300;
    font-size: 31px;
    text-align: left
}

@media (max-width:991px) {
    .sol-mini-site .sol-startpage-wrapper .sol-dualbox {
        margin-top: 0
    }
    .sol-mini-site .sol-startpage-wrapper .sol-dualbox .sol-startsida-news {
        order: 2
    }
    .sol-mini-site .sol-startpage-wrapper .sol-dualbox .sol-blue-box {
        order: 1
    }
}

@media (max-width:767px) {
    .sol-mini-site .sol-startpage-wrapper .sol-dualbox {
        margin-bottom: 0
    }
}

.sol-mini-site .sol-startpage-wrapper .sol-puffar-container {
    margin-right: auto;
    margin-left: auto;
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #f6f6f4
}

.sol-mini-site .sol-startpage-wrapper .sol-puffar-section {
    display: flex;
    max-width: 1345px;
    margin-right: auto;
    margin-left: auto
}

.sol-mini-site .sol-startpage-wrapper .sol-puffar-section #BildTextpuff {
    display: none
}

@media (max-width:991px) {
    .sol-mini-site .sol-startpage-wrapper .sol-puffar-section {
        justify-content: center;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media (max-width:767px) {
    .sol-mini-site .sol-startpage-wrapper .sol-puffar-section {
        margin-top: 0;
        margin-bottom: 0
    }
}

.sol-mini-site .sol-startpage-wrapper .sol-puffar-section h3 {
    margin: 0 !important
}

.sol-mini-site .sol-startpage-wrapper .sol-puffar-section>.sv-portlet {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

@media (max-width:767px) {
    .sol-mini-site .sol-startpage-wrapper .sol-puffar-section>.sv-portlet {
        flex-wrap: wrap
    }
}

.sol-mini-site .sol-startpage-wrapper .sol-puffar-section>.sv-portlet .sol-text-image-puff {
    margin-bottom: 1rem
}

.sol-mini-site .sol-startpage-wrapper .sol-puffar-section>.sv-portlet .sol-text-image-puff .sol-text-image-puff__text__linkoverlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    overflow: hidden;
    white-space: nowrap;
    text-indent: -9999px
}

.sol-mini-site .sol-startpage-wrapper .sol-puffar-section>.sv-portlet .sol-text-image-puff:nth-child(3n+3) {
    margin-right: 5%;
    margin-left: 5%
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site .sol-startpage-wrapper .sol-puffar-section>.sv-portlet .sol-text-image-puff:nth-child(3n+3) {
        margin-right: 2%;
        margin-left: 2%
    }
}

@media (max-width:767px) {
    .sol-mini-site .sol-startpage-wrapper .sol-puffar-section>.sv-portlet .sol-text-image-puff:nth-child(3n+3) {
        margin-right: 0;
        margin-left: 0
    }
}

.sol-mini-site .sol-startpage-wrapper .sol-puffar-section>.sv-portlet .sol-text-image-puff:last-child {
    margin-bottom: 0
}

.sol-mini-site .sol-startpage-wrapper .sol-puffar-section>.sv-portlet .sol-text-image-puff--image,
.sol-mini-site .sol-startpage-wrapper .sol-puffar-section>.sv-portlet .sol-text-image-puff--noimage {
    position: relative;
    display: flex;
    flex-basis: 30%;
    flex-grow: 0;
    align-items: flex-end;
    max-width: 30%;
    height: 335px;
    padding: 15px
}

@media (max-width:991px) {
    .sol-mini-site .sol-startpage-wrapper .sol-puffar-section>.sv-portlet .sol-text-image-puff--image,
    .sol-mini-site .sol-startpage-wrapper .sol-puffar-section>.sv-portlet .sol-text-image-puff--noimage {
        flex-basis: 32%;
        max-width: 32%;
        height: 300px
    }
}

@media (max-width:767px) {
    .sol-mini-site .sol-startpage-wrapper .sol-puffar-section>.sv-portlet .sol-text-image-puff--image,
    .sol-mini-site .sol-startpage-wrapper .sol-puffar-section>.sv-portlet .sol-text-image-puff--noimage {
        flex-basis: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 14px
    }
}

.sol-mini-site .sol-startpage-wrapper .sol-puffar-section>.sv-portlet .sol-text-image-puff__text {
    z-index: 2;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 5px;
    padding-top: 18px;
    padding-right: 14px;
    padding-left: 14px;
    background: rgba(235, 244, 247, .9)
}

.sol-mini-site .sol-startpage-wrapper .sol-puffar-section>.sv-portlet .sol-text-image-puff__text p {
    margin: 0;
    padding-bottom: 38px;
    color: #0C271D;
    font-size: 18px;
    line-height: 1.33;
    text-align: left;
    border-bottom: 1px solid rgba(51, 51, 51, .3)
}

@media (max-width:991px) {
    .sol-mini-site .sol-startpage-wrapper .sol-puffar-section>.sv-portlet .sol-text-image-puff__text p {
        padding-bottom: 24px
    }
}

.sol-mini-site .sol-startpage-wrapper .sol-puffar-section>.sv-portlet .sol-text-image-puff__text__link {
    align-self: flex-end;
    width: 21.5px;
    height: 20.9px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url(/webdav/files/System/resources/graphics/icons/Pil-h.svg)
}

.sol-mini-site .sol-startpage-wrapper .sol-puffar-section>.sv-portlet .sol-text-image-puff--image {
    position: relative
}

.sol-mini-site .sol-startpage-wrapper .sol-puffar-section>.sv-portlet .sol-text-image-puff--image__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover
}

.sol-mini-site .sol-startpage-wrapper .sol-puffar-section>.sv-portlet .sol-text-image-puff--noimage {
    padding-top: 91px;
    padding-bottom: 19px;
    background-color: #dae5df
}

.sol-mini-site .sol-startpage-wrapper .sol-puffar-section>.sv-portlet .sol-text-image-puff--noimage__text {
    background-color: #fff
}

.sol-mini-site .sol-startpage-wrapper .sol-puffar-section>.sv-portlet .sol-text-image-puff--noimage__text p {
    margin-top: 10px
}

@media (max-width:767px) {
    .sol-mini-site .sol-startpage-wrapper .sol-puffar-section {
        padding-right: 0;
        padding-left: 0
    }
    .sol-mini-site .sol-startpage-wrapper .sol-puffar-section .sol-text-image-puff--image {
        margin-right: 0;
        margin-left: 0;
        padding: 0
    }
}

.sol-mini-site .sol-startpage-wrapper .sol-dualbox-container>.sol-puffar-section {
    margin-top: 45px
}

@media (max-width:991px) {
    .sol-mini-site .sol-startpage-wrapper .sol-dualbox-container>.sol-puffar-section {
        margin: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site .sol-startpage-wrapper .sol-dualbox-container>.sol-puffar-section {
        padding-top: 45px;
        padding-bottom: 45px
    }
}

@media (max-width:767px) {
    .sol-mini-site .sol-startpage-wrapper .sol-dualbox-container+.sol-puffar-container {
        padding-top: 0
    }
}

.sol-mini-site .sol-startpage-wrapper .sol-startsida-quotes .sol-quotes__icon {
    margin-bottom: 23px
}

.sol-mini-site .sol-startpage-wrapper .sol-startsida-quotes .sol-quotes__text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1440px;
    min-height: 256px;
    margin-right: auto;
    margin-left: auto;
    padding: 44px 269px;
    background: #fff
}

.sol-mini-site .sol-startpage-wrapper .sol-startsida-quotes .sol-quotes__text .sv-grid-main {
    margin-right: inherit;
    margin-left: inherit
}

.sol-mini-site .sol-startpage-wrapper .sol-startsida-quotes .sv-portlet {
    width: 100%;
    text-align: center
}

.sol-mini-site .sol-startpage-wrapper .sol-startsida-quotes p {
    text-align: center
}

@media (max-width:991px) {
    .sol-mini-site .sol-startpage-wrapper .sol-startsida-quotes .sol-quotes__text {
        padding: 35px 81px
    }
}

@media (max-width:767px) {
    .sol-mini-site .sol-startpage-wrapper .sol-startsida-quotes .sol-quotes__text {
        padding-right: 28px;
        padding-left: 28px
    }
    .sol-mini-site .sol-startpage-wrapper .sol-startsida-quotes .font-normal {
        color: #0C271D;
        font-weight: 300;
        font-size: 18px;
        line-height: 1.3;
        text-align: center
    }
}

.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper {
    position: relative
}

.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links .slick-prev,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent .slick-prev,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking .slick-prev {
    width: 25px;
    height: 25px;
    margin-right: 5px
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links .slick-prev,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent .slick-prev,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking .slick-prev {
        width: 30px;
        height: 30px
    }
}

.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links .slick-prev:before,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent .slick-prev:before,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking .slick-prev:before {
    display: block;
    width: 25px;
    height: 22px;
    background-image: url(/webdav/files/System/resources/graphics/icons/Bildspels-pil-v.svg);
    background-repeat: no-repeat;
    content: ""
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links .slick-prev:before,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent .slick-prev:before,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking .slick-prev:before {
        width: 100%;
        height: 100%;
        background-size: 30px 30px
    }
}

.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links .slick-next,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent .slick-next,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking .slick-next {
    width: 25px;
    height: 22px
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links .slick-next,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent .slick-next,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking .slick-next {
        left: 50px;
        width: 30px;
        height: 30px
    }
}

.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links .slick-next:before,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent .slick-next:before,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking .slick-next:before {
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(/webdav/files/System/resources/graphics/icons/Bildspels-pil-h.svg);
    background-repeat: no-repeat;
    content: ""
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links .slick-next:before,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent .slick-next:before,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking .slick-next:before {
        width: 100%;
        height: 100%;
        background-size: 30px 30px
    }
}

.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links .slick-sider__buttons-container,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent .slick-sider__buttons-container,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking .slick-sider__buttons-container {
    position: absolute;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    width: 135px;
    height: 36px;
    padding-left: 10px;
    background: #fff
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links .slick-sider__buttons-container,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent .slick-sider__buttons-container,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking .slick-sider__buttons-container {
        width: 175px;
        height: 50px
    }
}

@media (max-width:767px) {
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links .slick-sider__buttons-container,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent .slick-sider__buttons-container,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking .slick-sider__buttons-container {
        width: 135px
    }
}

.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links .slick-sider__buttons-container>button.slick-prev,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent .slick-sider__buttons-container>button.slick-prev,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking .slick-sider__buttons-container>button.slick-prev {
    left: 10px
}

.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links .slick-sider__buttons-container>button.slick-next,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent .slick-sider__buttons-container>button.slick-next,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking .slick-sider__buttons-container>button.slick-next {
    left: 40px
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links .slick-sider__buttons-container>button.slick-next,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent .slick-sider__buttons-container>button.slick-next,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking .slick-sider__buttons-container>button.slick-next {
        left: 50px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links .slick-sider__buttons-container>button,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent .slick-sider__buttons-container>button,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking .slick-sider__buttons-container>button {
        width: 30px;
        height: 30px
    }
}

.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links .slick-sider__buttons-container>button:after,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent .slick-sider__buttons-container>button:after,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking .slick-sider__buttons-container>button:after {
    display: none
}

.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links .slick-sider__buttons-container .slick-count-watcher,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent .slick-sider__buttons-container .slick-count-watcher,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking .slick-sider__buttons-container .slick-count-watcher {
    position: absolute;
    top: 50%;
    right: 17px;
    font-size: 12px;
    transform: translateY(-50%)
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links .slick-sider__buttons-container .slick-count-watcher,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent .slick-sider__buttons-container .slick-count-watcher,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking .slick-sider__buttons-container .slick-count-watcher {
        font-size: 15px
    }
}

@media (max-width:767px) {
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links .slick-sider__buttons-container .slick-count-watcher,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent .slick-sider__buttons-container .slick-count-watcher,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking .slick-sider__buttons-container .slick-count-watcher {
        font-size: 14px
    }
}

.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links .slick-sider__buttons-container .slick-count-watcher span,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent .slick-sider__buttons-container .slick-count-watcher span,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking .slick-sider__buttons-container .slick-count-watcher span {
    color: #0C271D;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: -.1px;
    text-align: left
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links .slick-sider__buttons-container .slick-count-watcher span,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent .slick-sider__buttons-container .slick-count-watcher span,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking .slick-sider__buttons-container .slick-count-watcher span {
        font-size: 15px
    }
}

.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links .slick-sider__buttons-container .slick-count-watcher span.sol-current-slide-num,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent .slick-sider__buttons-container .slick-count-watcher span.sol-current-slide-num,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking .slick-sider__buttons-container .slick-count-watcher span.sol-current-slide-num {
    margin-left: 5px
}

.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking {
    position: relative
}

.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking .slick-sider__buttons-container {
    right: 0;
    border-top-left-radius: 22px
}

@media (max-width:767px) {
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking .slick-sider__buttons-container {
        left: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 22px
    }
}

.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking .sv-font-topp-text-puff-header {
    margin-bottom: 15px
}

.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking .slick-slide {
    display: block;
    height: 410px;
    background-position: 50% 50%;
    background-size: cover
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking .slick-slide {
        height: 350px
    }
}

@media (max-width:767px) {
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking .slick-slide {
        height: 240px
    }
}

.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking__textoverlay {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 400px;
    min-height: 120px;
    background: rgba(34, 102, 81, .95);
    transform: translateX(-50%)
}

@media (max-width:767px) {
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--stacking__textoverlay {
        width: 100%;
        min-width: inherit;
        height: 80px;
        min-height: 80px;
        padding-top: 12px;
        padding-bottom: 12px
    }
}

.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links {
    position: relative
}

.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links .slick-slide,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent .slick-slide {
    display: block;
    height: 410px;
    background-position: 50% 50%;
    background-size: cover
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links .slick-slide,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent .slick-slide {
        height: 410px
    }
}

@media (max-width:767px) {
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links .slick-slide,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent .slick-slide {
        height: 240px
    }
}

.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links__carousel,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent__carousel {
    width: 100%
}

.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links__carousel .slick-sider__buttons-container,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent__carousel .slick-sider__buttons-container {
    left: 0;
    border-top-right-radius: 22px
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links__carousel .slick-sider__buttons-container,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent__carousel .slick-sider__buttons-container {
        position: absolute;
        bottom: 120px;
        left: 0;
        width: 175px;
        height: 50px
    }
}

.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links__textoverlay,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent__textoverlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 480px;
    background: rgba(34, 102, 81, .95)
}

.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links__textoverlay .sol-link-tablet__icon,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent__textoverlay .sol-link-tablet__icon {
    border: 2px solid #e2e7eb
}

.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links__textoverlay .sol-link-tablet>a,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent__textoverlay .sol-link-tablet>a {
    position: relative
}

.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links__textoverlay .sol-link-tablet>a:after,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent__textoverlay .sol-link-tablet>a:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    color: #fff;
    font-size: 12px;
    font-family: FontAwesome;
    transform: translateY(-50%);
    content: "\f08e"
}

.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links__textoverlay .sol-link-tablet .fa,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent__textoverlay .sol-link-tablet .fa {
    color: #7c95a7
}

@media (max-width:991px) {
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links__textoverlay,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent__textoverlay {
        top: auto;
        left: 0;
        height: 120px
    }
}

@media (max-width:767px) {
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links__textoverlay,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent__textoverlay {
        width: 100%;
        min-width: inherit;
        height: 80px;
        padding-top: 12px
    }
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links__textoverlay .sol-link-tablet,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links__textoverlay .sv-custom-module:last-child,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent__textoverlay .sol-link-tablet,
    .sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent__textoverlay .sv-custom-module:last-child {
        margin-bottom: 0
    }
}

.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links__textoverlay>div,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent__textoverlay>div {
    margin-bottom: 12px
}

.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent--links__textoverlay .sol-link-tablet,
.sol-mini-site .sol-startpage-wrapper .sol-carousel-text-wrapper--adjacent__textoverlay .sol-link-tablet {
    max-width: 330px
}

.sol-mini-site .sol-startpage-wrapper .sol-startsida-news {
    max-width: 1285px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .03)
}

.sol-mini-site .sol-startpage-wrapper .sol-startsida-news .sol-article-item:hover .sol-article-item__content {
    text-decoration: underline
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site .sol-startpage-wrapper .sol-startsida-news {
        max-width: 100%;
        margin: 0;
        padding-left: 58px;
        box-shadow: none
    }
}

@media (max-width:767px) {
    .sol-mini-site .sol-startpage-wrapper .sol-startsida-news {
        order: 2;
        max-width: 100%;
        margin: 0;
        padding-right: 28px;
        padding-left: 28px;
        box-shadow: none
    }
    .sol-mini-site .sol-startpage-wrapper .sol-startsida-news .sol-article-item,
    .sol-mini-site .sol-startpage-wrapper .sol-startsida-news .sol-startsida-news__header {
        padding-left: 0
    }
}

@media (max-width:767px) and (max-width:767px) {
    .sol-mini-site .sol-startpage-wrapper .sol-startsida-news .sol-startsida-news__header {
        font-size: 26px
    }
}

.sol-mini-site .sol-startpage-wrapper .sol-startsida-news .sol-article-date span {
    color: #767676;
    font-weight: 700;
    font-size: 14px;
    text-align: left
}

.sol-mini-site--school .sol-carousel-text-wrapper--adjacent__textoverlay {
    background-color: #dae5df !important
}

.sol-mini-site--school .sol-carousel-text-wrapper--adjacent__textoverlay .sol-link-tablet {
    width: auto !important;
    min-width: 300px !important
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site .sol-carousel-text-wrapper--adjacent--links .slick-slide {
        height: 350px
    }
}

.sol-mini-site .sol-carousel-text-wrapper--adjacent--links .sol-carousel-text-wrapper--adjacent__textoverlay {
    background-color: rgba(235, 244, 247, .5) !important
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site .sol-carousel-text-wrapper--adjacent--links .sol-carousel-text-wrapper--adjacent__textoverlay {
        position: static;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start !important;
        height: auto;
        padding: 25px 80px
    }
    .sol-mini-site .sol-carousel-text-wrapper--adjacent--links .sol-carousel-text-wrapper--adjacent__textoverlay>.sv-custom-module {
        display: flex;
        flex-basis: 49%;
        flex-grow: 0;
        justify-content: center
    }
    .sol-mini-site .sol-carousel-text-wrapper--adjacent--links .sol-carousel-text-wrapper--adjacent__textoverlay>.sv-custom-module .sol-link-tablet {
        width: 275px;
        max-width: none
    }
}

@media (max-width:767px) {
    .sol-mini-site .sol-carousel-text-wrapper--adjacent--links .sol-carousel-text-wrapper--adjacent__textoverlay {
        position: static;
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px,
    }
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site .sol-carousel-text-wrapper--adjacent--links .sol-link-tablet {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .sol-mini-site .sol-carousel-text-wrapper--adjacent--links .sol-link-tablet {
        flex-basis: 100%
    }
}

.sol-mini-site .sol-carousel-text-wrapper--adjacent--links .sol-link-tablet a {
    display: flex
}

.sol-mini-site .sv-grid-main {
    padding-left: 0;
    padding-right: 0
}

.sol-mini-site .sol-subpage-wrapper {
    width: 52%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site .sol-subpage-wrapper {
        width: 80%
    }
}

@media (max-width:767px) {
    .sol-mini-site .sol-subpage-wrapper {
        width: 89%
    }
}

.sol-mini-site .sol-subpage-wrapper .pagecontent {
    margin-left: auto;
    margin-right: auto
}

.sol-mini-site .sol-related-info-container {
    background-color: #dae5df;
    padding: 30px 0
}

.sol-mini-site .sol-related-info-container>div {
    width: 52%;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:768px) and (max-width:991px) {
    .sol-mini-site .sol-related-info-container>div {
        width: 80%
    }
}

@media (max-width:767px) {
    .sol-mini-site .sol-related-info-container>div {
        width: 89%
    }
}

.sol-mini-site .sol-related-info-container .sol-related {
    border: 0;
    background-color: transparent
}

.sol-mini-site .sol-related-info-container .font-heading-4 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.45;
    text-align: left;
    color: #0C271D;
    margin-top: 0;
    margin-bottom: 28px;
    display: block
}

.sol-mini-site .sol-related-info-container .sol-related-item {
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    padding: 7px 26px;
    margin-bottom: 5px
}

.sol-mini-site .sol-related-info-container .sol-related-item .fa {
    color: #767676;
    border-color: #767676
}

.sol-mini-site .sol-related-info-container .sol-related-item-name {
    font-size: 17px;
    font-weight: 600;
    text-align: left;
    color: #226651;
    margin-right: 24px
}

.sol-mini-site .sol-related-info-container .sol-related-item-size {
    display: none
}

.sol-mini-site .sol-wide-image {
    margin-left: -99px;
    margin-right: -99px;
    max-width: 900px
}

@media (max-width:900px) {
    .sol-mini-site .sol-wide-image {
        max-width: none;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw
    }
}

.sol-mini-site .sol-wide-image img {
    max-width: none
}

@media (max-width:900px) {
    .sol-mini-site .sol-wide-image .sv-portlet-image-caption {
        padding-right: 15px
    }
}

.sol-mini-site .sol-menu-container>.sol-sub-menu-container>ul {
    display: flex;
    height: 70px
}

.sol-mini-site .sol-menu-container>.sol-sub-menu-container>ul>li>div {
    height: 100%
}

.sol-mini-site .sol-menu-container>.sol-sub-menu-container>ul>li>div>a {
    height: 100%;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px
}

.sol-mini-site .sol-menu-container>.sol-sub-menu-container>ul>li>div>a>span {
    color: #fff
}

.sol-mini-site .sol-menu-container>.sol-sub-menu-container>ul>li>div>.sol-menu-button>.fa {
    color: #fff;
    transform: rotate(-90deg)
}

@media (max-width:991px) {
    .sol-mini-site .sol-article-list-page .sv-archivemenu-portlet,
    .sol-mini-site .sol-article-list-page .sv-archivemenu-portlet .sol-news-filter {
        width: 100%
    }
}

.sol-mini-site .sol-article-list-page .sv-archivemenu-portlet .sol-news-filter .sol-news-filter-button {
    cursor: pointer
}

@media (max-width:991px) {
    .sol-mini-site .sol-article-list-page .sv-archivemenu-portlet .sol-news-filter .sol-news-filter-button {
        width: 100%
    }
}

.sol-mini-site .sol-article-list-page .sol-article-item-date>span {
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase
}

.sol-mini-site .sol-archive-filter-cnt {
    display: flex;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .sol-mini-site .sol-archive-filter-cnt {
        flex-direction: column
    }
}

.sol-mini-site .sol-archive-filter-cnt .sol-news-filter-list {
    z-index: 8
}

.sol-mini-site .sol-archive-filter-cnt>div:first-child .sol-news-filter-list {
    z-index: 9
}

.sol-mini-site .sol-article-date {
    font-size: 18px;
    font-weight: 700;
    color: #0C271D
}

.sol-mini-site .sol-article-wrapper .sol-simple-box-decoration .sol-js-print,
.sol-mini-site .sol-article-wrapper .sol-simple-box-decoration .sol-js-print .fa-print {
    color: #226651
}

.sol-mini-site .sol-subpage-wrapper .sv-archive-portlet .sv-channel-item {
    border-color: #ececec
}

.sol-mini-site .sol-subpage-wrapper .sv-archive-portlet .sol-article-item {
    position: relative;
    display: flex;
    flex-direction: row;
    padding-bottom: 13px;
    padding-left: 230px
}

@media (max-width:767px) {
    .sol-mini-site .sol-subpage-wrapper .sv-archive-portlet .sol-article-item {
        padding-left: 0
    }
}

.sol-mini-site .sol-subpage-wrapper .sv-archive-portlet .sol-article-item.sol-no-img {
    padding-left: 0
}

.sol-mini-site .sol-subpage-wrapper .sv-archive-portlet .sol-article-item-img {
    position: absolute;
    left: 0;
    width: 200px;
    height: 130px;
    margin-right: auto;
    background-size: cover;
    background-position: 50% 50%
}

@media (max-width:767px) {
    .sol-mini-site .sol-subpage-wrapper .sv-archive-portlet .sol-article-item-img {
        position: static;
        width: 100px;
        height: 100px
    }
}

.sol-mini-site .sol-subpage-wrapper .sv-archive-portlet .sol-article-text-content {
    width: calc(100% - 116px)
}

.sol-mini-site .sol-subpage-wrapper .sv-archive-portlet .sol-article-text-content .sol-article {
    margin-bottom: 15px
}

@media (max-width:767px) {
    .sol-mini-site .sol-subpage-wrapper .sv-archive-portlet .sol-article-text-content {
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.sol-searchpage-wrapper img[src*="fa-file-o_40.png"] {
    display: none
}

.sv-facetedsearch-portlet {
    background-color: #f6f6f4;
    padding-top: 50px
}

@media (max-width:767px) {
    .sv-facetedsearch-portlet {
        padding-top: 20px
    }
}

.sv-facetedsearch-portlet .sol-search-hit-path {
    color: #226651;
    margin-top: 10px
}

.sv-facetedsearch-portlet .sol-search-hit-path>a.sv-vamiddle {
    font-size: 13px !important;
    font-weight: 400;
    text-align: left;
    color: #226651;
    text-decoration: underline
}

.sv-facetedsearch-portlet h1.font-heading-1 {
    max-width: 700px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto
}

.sv-facetedsearch-portlet p.font-normal {
    max-width: 95%
}

.sv-facetedsearch-portlet .sol-search-didyoumean,
.sv-facetedsearch-portlet p.sol-search-hits-num {
    font-size: 13px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 95%
}

@media (max-width:767px) {
    .sv-facetedsearch-portlet .sol-search-didyoumean,
    .sv-facetedsearch-portlet p.sol-search-hits-num {
        margin-left: auto;
        margin-right: auto
    }
}

.sv-facetedsearch-portlet .sv-search-result,
.sv-facetedsearch-portlet ol,
.sv-facetedsearch-portlet ul {
    list-style: none;
    width: 750px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 0 !important
}

@media (max-width:991px) {
    .sv-facetedsearch-portlet .sv-search-result,
    .sv-facetedsearch-portlet ol,
    .sv-facetedsearch-portlet ul {
        padding-left: 38px
    }
}

@media (max-width:767px) {
    .sv-facetedsearch-portlet .sv-search-result,
    .sv-facetedsearch-portlet ol,
    .sv-facetedsearch-portlet ul {
        width: 92%;
        padding-left: 0
    }
}

.sv-facetedsearch-portlet .sv-search-hit {
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px !important;
    padding-top: 13px !important;
    padding-left: 38px !important
}

@media (max-width:767px) {
    .sv-facetedsearch-portlet .sv-search-hit {
        padding-left: 0 !important
    }
}

.sv-facetedsearch-portlet .sv-search-hit img {
    width: 18px;
    margin-right: 6px
}

.sv-facetedsearch-portlet .sv-search-hit .sv-vamiddle {
    font-size: 18px !important
}

.sv-facetedsearch-portlet .sol-search-hit__date-size {
    margin-bottom: 5px
}

.sv-facetedsearch-portlet .sol-search-hit__date-size>p {
    font-size: 13px;
    font-weight: 600;
    color: #767676;
    margin: 0 !important
}

.sv-facetedsearch-portlet .sol-search-hit__summary {
    font-size: 18px !important;
    line-height: 1.33 !important;
    font-weight: 400;
    text-align: left;
    color: #0C271D;
    margin-top: 5px;
    margin-bottom: 0
}

.sv-facetedsearch-portlet .sol-white-cnt {
    background-color: #fff
}

.sv-facetedsearch-portlet>form {
    height: 45px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

@media (max-width:767px) {
    .sv-facetedsearch-portlet>form {
        width: 90%;
        margin-left: 2.5%
    }
}

.sv-facetedsearch-portlet>form input[type=search] {
    background: none;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 45px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    font-size: 20px;
    font-weight: 300;
    line-height: .8;
    margin-bottom: 0;
    background-color: #fff;
    border: 2px solid rgba(14, 60, 93, .6)
}

.sv-facetedsearch-portlet>form input[type=search]::-webkit-input-placeholder {
    color: #767676
}

.sv-facetedsearch-portlet>form input[type=search]:-moz-placeholder,
.sv-facetedsearch-portlet>form input[type=search]::-moz-placeholder {
    color: #767676
}

.sv-facetedsearch-portlet>form input[type=search]:-ms-input-placeholder {
    color: #767676
}

.sv-facetedsearch-portlet>form input[type=search]:focus,
.sv-facetedsearch-portlet>form input[type=search]:hover {
    border-color: #226651
}

.sv-facetedsearch-portlet>form button[type=submit] {
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    background: none;
    transition-property: background-color;
    transition-duration: .2s;
    transition-timing-function: ease;
    position: absolute;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background-color: #226651;
    color: #fff;
    font-size: 25px;
    text-align: center;
    text-decoration: none;
    border: none;
    box-shadow: none;
    cursor: pointer;
    padding-left: 0;
    padding-right: 0
}

.sv-facetedsearch-portlet .sol-pagination {
    text-align: center;
    background-color: #fff
}

.sv-facetedsearch-portlet .sol-pagination .pagination {
    margin-left: auto;
    margin-right: auto;
    width: 700px;
    padding-top: 20px
}

@media (max-width:767px) {
    .sv-facetedsearch-portlet .sol-pagination .pagination {
        width: 95%
    }
}

.sv-facetedsearch-portlet .sol-pagination .pagination:after,
.sv-facetedsearch-portlet .sol-pagination .pagination:before {
    display: table;
    content: ""
}

.sv-facetedsearch-portlet .sol-pagination .pagination:after {
    clear: both
}

.sv-facetedsearch-portlet .sol-pagination .pagination a,
.sv-facetedsearch-portlet .sol-pagination .pagination span.current {
    width: 30px;
    height: 30px;
    margin-top: 0;
    margin-right: 2px;
    margin-left: 2px;
    padding: 4px 0 0;
    border-radius: 100%;
    background-color: transparent;
    box-shadow: none;
    color: #0C271D;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    border: none;
    text-decoration: none;
    line-height: 22px
}

.sv-facetedsearch-portlet .sol-pagination .pagination a:hover,
.sv-facetedsearch-portlet .sol-pagination .pagination span.current:hover {
    background-color: #e8f3f8
}

.sv-facetedsearch-portlet .sol-pagination .pagination span.current,
.sv-facetedsearch-portlet .sol-pagination .pagination span.current:hover {
    font-weight: 700;
    background-color: #dae5df;
    color: #226651
}

.sv-facetedsearch-portlet .sol-pagination .pagination span.current:hover strong,
.sv-facetedsearch-portlet .sol-pagination .pagination span.current strong {
    font-weight: 300
}

.sv-facetedsearch-portlet .sol-pagination .pagination>:first-child:not(span),
.sv-facetedsearch-portlet .sol-pagination .pagination>:last-child:not(span) {
    border: none;
    width: auto;
    height: auto;
    border-radius: 0;
    font-size: 14px;
    padding: 4px 0 0;
    text-decoration: none;
    margin-left: 15px;
    margin-right: 15px;
    color: #226651
}

.sv-facetedsearch-portlet .sol-pagination .pagination>:first-child:not(span):hover,
.sv-facetedsearch-portlet .sol-pagination .pagination>:last-child:not(span):hover {
    background-color: transparent;
    color: #dae5df
}

.sv-facetedsearch-portlet .sol-pagination .pagination span.current.next,
.sv-facetedsearch-portlet .sol-pagination .pagination span.current.prev {
    display: none
}

.sol-results-facets-cnt,
.sol-results-facets-cnt>p {
    margin-left: auto;
    margin-right: auto;
    background-color: #f6f6f4
}

.sol-results-facets-cnt>p {
    width: 700px
}

.sol-results-facets-cnt>ul {
    padding-bottom: 1rem
}

.sol-results-facets-cnt>ul>li:last-child {
    margin-bottom: 0
}

.sv-search-facets {
    float: none !important;
    display: flex;
    justify-content: space-between;
    padding: 0 0 20px !important;
    width: 700px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:767px) {
    .sv-search-facets {
        width: 95%;
        flex-wrap: wrap
    }
}

.sol-search-facet {
    position: relative;
    flex-basis: 49%
}

@media (max-width:767px) {
    .sol-search-facet {
        flex-basis: 100%
    }
    .sol-search-facet:first-child {
        margin-bottom: 15px
    }
}

.sol-search-facet__top {
    height: 50px;
    background-color: #fff;
    display: flex;
    border-left: 5px solid #226651
}

.sol-search-facet__top .sol-search-facet__name {
    color: #0C271D;
    font-size: 14px;
    font-weight: 700;
    flex-basis: 75%;
    margin-bottom: 0;
    display: flex;
    align-items: center
}

.sol-search-facet__top .sol-search-facet__button {
    background: none;
    border: none;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
    padding-left: 20px;
    cursor: pointer;
    width: 100%
}

.sol-search-facet__top .sol-search-facet__button:focus,
[data-whatinput=keyboard] .sol-search-facet__top .sol-search-facet__button:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .sol-search-facet__top .sol-search-facet__button:focus,
[data-whatinput=mouse] .sol-search-facet__top .sol-search-facet__button:focus,
[data-whatinput=touch] .sol-search-facet__top .sol-search-facet__button:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-search-facet__top .sol-search-facet__button .fa-chevron-right {
    background-color: #fff;
    border: 2px solid #226651;
    color: #226651;
    width: 31px;
    height: 31px;
    border-radius: 50% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out
}

.sol-search-facet .sol-search-facet-items {
    background-color: #fff;
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    width: 90%;
    z-index: 9999;
    transform: translateX(-50%);
    padding: 11px 12px 17px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1)
}

.sol-search-facet .sol-search-facet-items .sol-search-facet-item {
    margin-bottom: 15px;
    margin-right: 15px;
    position: relative;
    padding: 0;
    display: inline-block;
    line-height: 1;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .2px;
    text-align: center;
    text-decoration: none;
    color: #0C271D;
    border-radius: 5px;
    border: 2px solid #226651
}

.sol-search-facet .sol-search-facet-items .sol-search-facet-item--not-selected {
    padding: 9px
}

.sol-search-facet .sol-search-facet-items .sol-search-facet-item a {
    padding: 9px 45px 9px 9px;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 20px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .2px;
    text-align: center;
    text-decoration: none;
    color: #0C271D
}

.sol-search-facet .sol-search-facet-items .sol-search-facet-item .sol-search-facet__results-count {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .2px;
    position: absolute;
    line-height: 20px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%)
}

.sol-search-facet .sv-search-facet-item {
    border: 2px solid #226651
}

.sol-search-facet .sv-search-facet-item--selected {
    background-color: #226651;
    color: #fff
}

.sol-search-facet .sv-search-facet-item--selected .sol-search-facet__results-count,
.sol-search-facet .sv-search-facet-item--selected>a {
    color: #fff !important
}

.sol-search-facet .sol-action {
    border-radius: none
}

.sol-search-facet.expanded .sol-search-facet__top {
    background-color: #226651
}

.sol-search-facet.expanded .sol-search-facet__top .sol-search-facet__name {
    color: #fff
}

.sol-search-facet.expanded .sol-search-facet__top .sol-search-facet__button .fa-chevron-right {
    transform: rotate(90deg)
}

.sol-facett-title {
    background-color: #226651;
    color: #fff;
    display: block;
    padding-left: 11px;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 14px;
    font-weight: 700;
    border-left: 5px solid #226651
}

.sol-search-top {
    background-color: #f6f6f4;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.sol-search-top>div {
    width: 100%;
    max-width: 700px
}

.sol-search-top input[type=text] {
    width: 726.5px;
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 31px;
    font-size: 20px;
    font-weight: 300;
    line-height: .8
}

.sol-modal {
    top: -300%;
    display: block;
    position: absolute;
    z-index: 9999;
    left: 50%;
    opacity: 0;
    width: 94%;
    padding-top: 45px;
    padding-bottom: 36px;
    transition: opacity 1ms ease;
    transform: translateX(-50%);
    border-radius: 2px;
    background: #fff
}

.sol-modal.open {
    opacity: 1;
    top: 98px;
    transition: top .5s ease .5s
}

.sol-modal__overlay {
    display: block;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: opacity 1ms ease;
    background: rgba(0, 0, 0, .6)
}

.sol-modal__overlay.open {
    opacity: 1
}

.scotch-modal.scotch-open.scotch-anchored {
    top: 20px;
    transform: translate(-50%)
}

.scotch-overlay.scotch-open {
    opacity: 1
}

.scotch-close {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 12px;
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px 7px 7px;
    cursor: pointer;
    color: #fff;
    border: 0;
    outline: none;
    background: #e74c3c
}

.scotch-close:hover {
    background: #c0392b
}

.scotch-overlay.fade-and-drop {
    display: block;
    opacity: 0
}

.scotch-modal.fade-and-drop.scotch-open {
    top: 50%
}

.scotch-modal.fade-and-drop.scotch-open,
.scotch-modal.fade-and-drop.scotch-open.scotch-anchored {
    transition: top .5s ease .5s
}

.scotch-overlay.fade-and-drop.scotch-open {
    top: 0;
    transition: opacity .5s ease;
    opacity: 1
}

.scotch-modal.fade-and-drop {
    transition: top .5s ease
}

.scotch-overlay.fade-and-drop {
    transition: opacity .5s ease .5s
}

html {
    box-sizing: border-box
}

* {
    box-sizing: inherit
}

body {
    font-family: Helvetica, Arial, san-serif;
    font-size: 16px;
    margin: 0;
    padding: 0
}

#content {
    display: none
}

.trigger-button {
    font-size: 17px;
    position: relative;
    top: 100px;
    display: block;
    margin: auto;
    padding: 10px 30px;
    cursor: pointer;
    color: #fff;
    border: 0;
    border-radius: 3px;
    outline: none;
    background: #2ecc71;
    box-shadow: 0 5px 1px #27ae60
}

.trigger-button:hover {
    background: #27ae60;
    box-shadow: 0 5px 1px #145b32
}

.trigger-button:active {
    border-top: 5px solid #fff;
    box-shadow: none
}

.sol-overlay {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: .6
}

.sol-overlay.sol-active {
    display: block
}

@media (max-width:991px) {
    .sol-mobile-header {
        background-color: #fff
    }
    .sol-mobile-header .sol-top-logo-text {
        text-decoration: none;
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%)
    }
    .sol-mobile-header .sol-mobile-logo {
       height: auto;
       position: absolute;
       top: 50%;
       transform: translateY(-50%);
       left: .5rem;
       max-width: 260px;
       max-height: 60px;
    }
}
   
@media (max-width: 400px) {
    .sol-mobile-header .sol-mobile-logo {
       max-width: 180px;
    }
}

@media (max-width:991px) {
    .sol-desktop-strict {
        display: none !important
    }
}

.sol-tablet-strict {
    display: none !important
}

@media (min-width:768px) and (max-width:991px) {
    .sol-tablet-strict {
        display: block !important
    }
}

.sol-phone-strict {
    display: none !important
}

@media (max-width:767px) {
    .sol-phone-strict {
        display: block !important
    }
}

.sv-editing-mode .sol-carousel-text-wrapper--adjacent--links {
    min-height: 400px
}

.btn {
    text-decoration: none;
    font-size: 17px
}

.sol-btn,
.sol-btn-decoration a,
.sol-btn-decoration p.font-normal a,
.sol-search-facet .sol-action {
    background-color: #226651;
    border: 2px solid #226651;
    box-shadow: none;
    border-radius: 5px;
    padding: 7px 34px;
    color: #fff;
    text-decoration: none !important;
    font-weight: 600;
    letter-spacing: .2px;
    text-align: center;
    transition: all .2s ease
}

.sol-btn-decoration p.font-normal a:hover,
.sol-btn:hover,
.sol-search-facet .sol-action:hover {
    background-color: rgba(56, 142, 154, .1);
    color: #0C271D;
    border: 2px solid rgba(14, 60, 93, .2)
}

.sol-dualbox {
    padding-right: 78px;
    padding-left: 78px
}

@media (max-width:991px) {
    .sol-dualbox {
        padding: 0
    }
}

.sol-dualbox>.sv-decoration-content {
    display: flex;
    width: 100%
}

.sol-dualbox>.sv-decoration-content>div {
    flex-basis: 50%
}

@media (max-width:991px) {
    .sol-dualbox>.sv-decoration-content {
        flex-wrap: wrap;
        padding: 0
    }
    .sol-dualbox>.sv-decoration-content>div {
        flex-basis: 100%
    }
}

.sol-beige-container {
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
    background-color: #dee0d9
}

@media (max-width:767px) {
    .sol-beige-container {
        padding: 20px
    }
}

.sol-beige-container>div {
    max-width: 828px;
    margin-right: auto;
    margin-left: auto
}

.sol-informationbox {
    padding: 30px 65px;
    background-color: #fff
}

@media (max-width:767px) {
    .sol-informationbox {
        padding: 30px 20px
    }
}

.sol-informationbox h1,
.sol-informationbox h2,
.sol-informationbox h3,
.sol-informationbox h4,
.sol-informationbox h5,
.sol-informationbox h6,
.sol-informationbox p {
    margin: 0
}

.sol-informationbox p {
    margin: 0;
    font-size: 18px;
    line-height: 1.67;
    text-align: left
}

.sol-btn-decoration {
    display: inline-block
}

.sol-btn-decoration p.font-normal {
    margin: 0
}

.sol-blue-box {
    align-self: flex-start;
    padding: 35px 48px 48px;
    background-color: #dae5df;
    font-weight: 400;
}

.sol-blue-box h1.font-heading-1,
.sol-blue-box h2.font-heading-2,
.sol-blue-box h3.font-heading-3,
.sol-blue-box h4.font-heading-4,
.sol-blue-box h5.font-heading-5,
.sol-blue-box h6.font-heading-6,
.sol-blue-box p.font-normal {
    font-weight: 300
}

.sol-blue-box .sol-btn-decoration p {
    margin-bottom: 0
}

.sol-blue-box .sol-link-tablet {
    display: inline-flex;
    width: auto
}

@media (min-width:768px) and (max-width:991px) {
    .sol-blue-box {
        padding-right: 80px;
        padding-left: 80px
    }
}

@media (max-width:767px) {
    .sol-blue-box {
        padding: 22px 28px 34px
    }
}

@media (max-width:767px) {
    .sol-blue-box p.font-normal {
        font-size: 18px !important
    }
    .sol-blue-box h2.font-heading-2 {
        margin-top: 0
    }
}

.sol-blue-box__btn-cnt {
    display: flex;
    flex-wrap: wrap
}

.sol-blue-box__btn-cnt>div {
    margin-right: 20px
}

@media (max-width:767px) {
    .sol-blue-box__btn-cnt>div {
        width: 100%
    }
}

.sol-box--white {
    padding: 43px 52px 48px 28px;
    background: #fff
}

.sol-box--white h1.font-heading-1,
.sol-box--white h2.font-heading-2,
.sol-box--white h3.font-heading-3,
.sol-box--white h4.font-heading-4,
.sol-box--white h5.font-heading-5,
.sol-box--white h6.font-heading-6 {
    font-weight: 300
}

.sol-container--white {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff
}

.sol-icon-email,
.sol-icon-mobile {
    width: 20px;
    height: auto;
    margin-right: 9px
}

.sol-icon-email+a,
.sol-icon-mobile+a {
    color: #226651 !important;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.59
}

.sol-icon-email:before,
.sol-icon-mobile:before {
    display: inline-block;
    color: #767676;
    font-family: fontAwesome !important;
    width: 1.28571429em;
    text-align: center
}

.sol-icon-email:before {
    content: "\f003"
}

.sol-icon-mobile:before {
    content: "\f10b"
}

.sol-dualbox-container {
    margin-right: auto;
    margin-left: auto;
    padding-top: 45px;
    padding-bottom: 45px;
    background-color: #f6f6f4
}

@media (max-width:991px) {
    .sol-dualbox-container {
        padding-top: 0;
        padding-bottom: 0
    }
}

table {
    border: 1px solid #dae5df;
    border-radius: 3px;
    width: 100%
}

table thead>tr {
    background-color: #dae5df

}

table thead>tr>th {
    border-right: 1px solid #fff
}

table thead>tr p.font-normal {
    font-size: 15px;
    font-weight: 700;
    color: #0C271D;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px
}

table thead>tr th:last-child p.font-normal {
    border-right: 0
}

table tbody tr:nth-child(odd) {
    background-color: #fff
}

table tbody tr:nth-child(2n) {
    background-color: #eeeeee
}

table tbody td {
    border-right: 1px solid #dae5df
}

table tbody td p.font-normal {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    color: #0C271D;
    font-size: 15px;
    line-height: 1.47;
    text-align: left
}

.sol-form--email form {
    width: 100%;
    max-width: 750px;
    padding: 25px 28px 50px;
    background-color: #fff;
    border: 1px solid #ececec;
    margin-left: auto;
    margin-right: auto
}

.sol-form--email form input[type=email]:invalid,
.sol-form--email form input[type=number]:invalid,
.sol-form--email form input[type=password]:invalid,
.sol-form--email form input[type=tel]:invalid,
.sol-form--email form input[type=text]:invalid,
.sol-form--email form input[type=url]:invalid,
.sol-form--email form select:invalid,
.sol-form--email form textarea:invalid {
    background-image: url(/webdav/files/System/resources/graphics/icons/Stang.svg)
}

.sol-form--email form input[type=email]:required:valid,
.sol-form--email form input[type=number]:required:valid,
.sol-form--email form input[type=password]:required:valid,
.sol-form--email form input[type=tel]:required:valid,
.sol-form--email form input[type=text]:required:valid,
.sol-form--email form input[type=url]:required:valid,
.sol-form--email form select:required:valid,
.sol-form--email form textarea:required:valid {
    background-image: url(/webdav/files/System/resources/graphics/icons/check_valid.svg)
}

.sol-form--email form textarea {
    height: 150px;
    overflow-y: auto
}

.sol-form--email form .flex-row {
    justify-content: space-between;
    align-items: center
}

@media (max-width:767px) {
    .sol-form--email form .flex-row {
        flex-wrap: wrap
    }
    .sol-form--email form .flex-row>div {
        width: 100%
    }
}

.sol-form--email form .sv-formFieldRow {
    margin: 15px 0
}

.sol-form--email form .sv-formFieldRow .sv-formField {
    float: none
}

input[type=checkbox]:checked+label:before {
    color: #226651 !important;
    background-color: #fff !important
}

.sv-defaultFormTheme {
    display: block
}

.sol-collapsible-decoration,
.sol-collapsible-decoration-small {
    width: 650px;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto
}

.sol-collapsible-decoration-small h2,
.sol-collapsible-decoration h2 {
    margin: 0;
    padding: 0
}

.sol-collapsible-decoration-small .sol-collapsible-header,
.sol-collapsible-decoration .sol-collapsible-header {
    background: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    display: block;
    width: 100%;
    min-height: 50px;
    padding: 8px 18px 11px;
    overflow: visible;
    line-height: normal;
    text-align: left;
    background-color: #fff;
    border: none;
    border-left: 5px solid #226651;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    cursor: pointer;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: background-color
}

.sol-collapsible-decoration-small .sol-collapsible-header-text,
.sol-collapsible-decoration .sol-collapsible-header-text {
    display: block;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
    line-height: 1.1;
    text-align: left;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: color
}

@media (max-width:767px) {
    .sol-collapsible-decoration-small .sol-collapsible-header-text,
    .sol-collapsible-decoration .sol-collapsible-header-text {
        padding-right: 25px;
        font-size: 16px
    }
}

.sol-collapsible-decoration-small .sol-collapsible-header:hover .sol-collapsible-header-text,
.sol-collapsible-decoration .sol-collapsible-header:hover .sol-collapsible-header-text {
    text-decoration: underline
}

.sol-collapsible-decoration-small .sol-collapsible-header-icon,
.sol-collapsible-decoration .sol-collapsible-header-icon {
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border: 2px solid #226651;
    border-radius: 50%;
    transform: translateY(-50%)
}

.sol-collapsible-decoration-small .sol-collapsible-header-icon:after,
.sol-collapsible-decoration .sol-collapsible-header-icon:after {
    display: block;
    color: #226651;
    font-family: fontAwesome;
    content: "\f054";
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: all
}

.sol-collapsible-decoration-small .sol-collapsible-header.sol-active,
.sol-collapsible-decoration .sol-collapsible-header.sol-active {
    background-color: #226651
}

.sol-collapsible-decoration-small .sol-collapsible-header.sol-active .sol-collapsible-header-text,
.sol-collapsible-decoration .sol-collapsible-header.sol-active .sol-collapsible-header-text {
    color: #fff
}

.sol-collapsible-decoration-small .sol-collapsible-header.sol-active .sol-collapsible-header-icon:after,
.sol-collapsible-decoration .sol-collapsible-header.sol-active .sol-collapsible-header-icon:after {
    transform: rotate(90deg)
}

.sol-collapsible-decoration-small .sol-collapsible-content,
.sol-collapsible-decoration-small .sv-decoration-content,
.sol-collapsible-decoration .sol-collapsible-content,
.sol-collapsible-decoration .sv-decoration-content {
    display: none;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1)
}

.sol-collapsible-decoration-small .sol-collapsible-content>:last-child,
.sol-collapsible-decoration-small .sv-decoration-content>:last-child,
.sol-collapsible-decoration .sol-collapsible-content>:last-child,
.sol-collapsible-decoration .sv-decoration-content>:last-child {
    margin-bottom: 0
}

.sv-editing-mode .sol-collapsible-decoration-small .sol-collapsible-content,
.sv-editing-mode .sol-collapsible-decoration-small .sv-decoration-content,
.sv-editing-mode .sol-collapsible-decoration .sol-collapsible-content,
.sv-editing-mode .sol-collapsible-decoration .sv-decoration-content {
    display: block
}

@media (max-width:767px) {
    .sol-collapsible-decoration-small .sol-collapsible-content ul,
    .sol-collapsible-decoration-small .sv-decoration-content ul,
    .sol-collapsible-decoration .sol-collapsible-content ul,
    .sol-collapsible-decoration .sv-decoration-content ul {
        padding-left: 19px
    }
}

.sol-collapsible-decoration-small .sol-blue-box,
.sol-collapsible-decoration-small .sol-informationbox,
.sol-collapsible-decoration .sol-blue-box,
.sol-collapsible-decoration .sol-informationbox {
    padding: 0
}

.sol-collapsible-decoration-small .sol-blue-box .sv-decoration-content,
.sol-collapsible-decoration-small .sol-informationbox .sv-decoration-content,
.sol-collapsible-decoration .sol-blue-box .sv-decoration-content,
.sol-collapsible-decoration .sol-informationbox .sv-decoration-content {
    display: block;
    margin: 0;
    box-shadow: none
}

.sol-collapsible-decoration-small .sol-blue-box .sv-decoration-content,
.sol-collapsible-decoration .sol-blue-box .sv-decoration-content {
    background-color: #dae5df
}

.sol-collapsible-decoration-small {
    margin-bottom: 20px
}

@media (min-width:768px) and (max-width:991px) {
    .sol-collapsible-decoration-small {
        margin-bottom: 15px
    }
}

.sol-collapsible-decoration-small .sol-collapsible-header {
    min-height: 35px;
    padding-top: 9px;
    padding-bottom: 10px;
    background-color: #e8f3f8
}

.sol-collapsible-decoration-small .sol-collapsible-header-text {
    color: #3a92b3;
    font-size: 14px
}

.sol-collapsible-decoration-small .sol-collapsible-header-icon {
    right: -17px;
    width: 37px;
    height: 37px;
    margin-top: -19px
}

.sol-collapsible-decoration-small .sol-collapsible-header-icon:after,
.sol-collapsible-decoration-small .sol-collapsible-header-icon:before {
    width: 16px;
    margin-top: -1px;
    margin-left: -8px
}

.sol-collapsible-decoration-small .sol-collapsible-header.sol-active {
    background-color: #3a92b3
}

.sol-collapsible-decoration-small .sol-collapsible-header.sol-active .sol-collapsible-header-text {
    color: #fff
}

.collapsible_handler {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    align-items: stretch;
    justify-content: flex-start;
    margin-bottom: 20px
}

.collapsible_handler input {
    flex: 1 1 auto;
    padding: 5px;
    color: #767676;
    font-weight: 400;
    font-size: 15px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 2px
}

.collapsible_handler button {
    flex: 0 1 auto;
    width: 210px;
    margin-left: 10px
}

@media (max-width:767px) {
    .collapsible_handler {
        flex-direction: column
    }
    .collapsible_handler button {
        flex: 1 1 auto;
        width: auto;
        margin-top: 10px;
        margin-left: 0
    }
}

.pagecontent .sv-collapsible-content {
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1)
}

.sv-collapsible-content>.sv-collapsible-content {
    border-radius: inherit;
    box-shadow: inherit
}

.sv-collapsible-content h2,
.sv-collapsible-content h3 {
    margin-bottom: 0
}

/*.sv-collapsible-content p {
    margin: 0
}*/

.sv-collapsible-content .env-collapse-header {
    background: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    padding-left: 0;
    text-decoration: none;
    background-color: #fff;
    border: none;
    border-left: 15px solid transparent;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    cursor: pointer;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: background-color
}

.sv-collapsible-content .env-collapse-header>span:first-child {
    display: block;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    font-family: Source Sans Pro, sans-serif;
    line-height: 1.1;
    text-align: left;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: color
}

@media (max-width:767px) {
    .sv-collapsible-content .env-collapse-header>span:first-child {
        padding-right: 25px;
        font-size: 16px
    }
}

.sv-collapsible-content .env-collapse-header:hover {
    text-decoration: underline
}

.sv-collapsible-content .env-collapse-header .env-collapse-header--icons {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-weight: 400;
    font-size: 16px;
    background-color: #fff;
    border: 2px solid #226651;
    border-radius: 50%;
    transform: translateY(-50%)
}

.sv-collapsible-content .env-collapse-header .env-collapse-header--icons:after {
    position: static;
    top: auto;
    right: auto;
    display: block;
    width: auto;
    height: auto;
    color: #226651;
    font-family: fontAwesome;
    background-color: initial;
    transition: initial;
    content: "\f054";
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: all
}

.sv-collapsible-content .env-collapse-header .env-collapse-header--icons:before {
    content: none
}

.sv-collapsible-content .env-collapse-header.env-collapse--expanded {
    background-color: #226651
}

.sv-collapsible-content .env-collapse-header.env-collapse--expanded>span:first-child {
    color: #fff
}

.sv-collapsible-content .env-collapse-header.env-collapse--expanded .env-collapse-header--icons:after {
    transform: rotate(90deg)
}

.sv-collapsible-content .env-collapse {
    padding: .5rem;
   border: 1px solid #a7a7a7;
}

.sv-collapsible-content .env-collapse>.sv-collapsible-content,
.sv-collapsible-content .env-collapse>div:empty {
    padding: 0
}

.sv-collapsible-content .sv-collapsible-content .env-collapse-header {
    border-left-width: 30px
}

.sv-collapsible-content .sv-collapsible-content .env-collapse>div,
.sv-collapsible-content .sv-collapsible-content .sol-collapsible-decoration-normal>div {
    padding-left: 30px
}

.sv-collapsible-content .sv-collapsible-content .env-collapse>.sv-collapsible-content,
.sv-collapsible-content .sv-collapsible-content .sol-collapsible-decoration-normal>.sv-collapsible-content {
    padding-left: 0
}

.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .env-collapse-header {
    border-left-width: 45px
}

.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .env-collapse>div,
.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sol-collapsible-decoration-normal>div {
    padding-left: 45px
}

.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .env-collapse>.sv-collapsible-content,
.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sol-collapsible-decoration-normal>.sv-collapsible-content {
    padding-left: 0
}

.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .env-collapse-header {
    border-left-width: 60px
}

.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .env-collapse>div,
.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sol-collapsible-decoration-normal>div {
    padding-left: 60px
}

.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .env-collapse>.sv-collapsible-content,
.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sol-collapsible-decoration-normal>.sv-collapsible-content {
    padding-left: 0
}

.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .env-collapse-header {
    border-left-width: 75px
}

.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .env-collapse>div,
.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sol-collapsible-decoration-normal>div {
    padding-left: 75px
}

.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .env-collapse>.sv-collapsible-content,
.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sol-collapsible-decoration-normal>.sv-collapsible-content {
    padding-left: 0
}

.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .env-collapse-header {
    border-left-width: 90px
}

.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .env-collapse>div,
.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sol-collapsible-decoration-normal>div {
    padding-left: 90px
}

.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .env-collapse>.sv-collapsible-content,
.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sol-collapsible-decoration-normal>.sv-collapsible-content {
    padding-left: 0
}

.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .env-collapse-header {
    border-left-width: 105px
}

.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .env-collapse>div,
.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sol-collapsible-decoration-normal>div {
    padding-left: 105px
}

.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .env-collapse>.sv-collapsible-content,
.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sol-collapsible-decoration-normal>.sv-collapsible-content {
    padding-left: 0
}

.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .env-collapse-header {
    border-left-width: 120px
}

.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .env-collapse>div,
.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sol-collapsible-decoration-normal>div {
    padding-left: 120px
}

.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .env-collapse>.sv-collapsible-content,
.sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sv-collapsible-content .sol-collapsible-decoration-normal>.sv-collapsible-content {
    padding-left: 0
}

.sv-edit-mode .sv-collapsible-content .env-collapse-header {
    background-color: #226651
}

.sv-edit-mode .sv-collapsible-content .env-collapse-header>span:first-child {
    color: #fff
}

.sv-edit-mode .sv-collapsible-content .env-collapse-header .env-collapse-header--icons:after {
    transform: rotate(90deg)
}

.sv-edit-mode .pagecontent>.sv-collapsible-content>.sol-collapsible-decoration-normal>div {
    padding: 15px
}

.sv-edit-mode .pagecontent>.sv-collapsible-content>.sol-collapsible-decoration-normal>.sv-collapsible-content {
    padding: 0
}

.error-list {
    list-style-type: none
}

.error-list .error-item:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-family: FontAwesome;
    content: "\f06a";
    color: #f03
}

.error-stick {
    width: 200px;
    height: 50px;
    background-color: #fff;
    color: red;
    position: fixed
}

.sol-event-registration-page-wrapper {
    background-color: #f6f6f4;
    padding-top: 45px;
    padding-bottom: 85px
}

.sol-event-registration-page-wrapper .sol-event-registration {
    width: 52%;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:768px) and (max-width:991px) {
    .sol-event-registration-page-wrapper .sol-event-registration {
        width: 80%
    }
}

@media (max-width:767px) {
    .sol-event-registration-page-wrapper .sol-event-registration {
        width: 100%;
        padding-top: 15px
    }
}

.sol-event-registration-page-wrapper .sol-event-registration__success-msg {
    background-color: #fff;
    padding: 15px;
    border: 2px solid transparent;
    border-radius: 5px
}

.sol-event-registration-page-wrapper button[type=submit] {
    background-color: #226651 !important;
    border-color: #226651 !important
}

.sol-event-registration-page-wrapper button[type=submit]:hover {
    background-color: #dae5df !important;
    border: 2px solid rgba(14, 60, 93, .2) !important;
    color: #0C271D !important
}

@media (max-width:767px) {
    .sol-event-registration-page-wrapper button[type=submit] {
        width: 100%
    }
}

@media (max-width:767px) {
    .sol-event-registration-page-wrapper {
        background-color: #fff;
        padding-bottom: 0
    }
}

.sol-event-registration-page-wrapper .sol-form-header {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.45;
    color: #0C271D
}

.sol-event-registration-page-wrapper .datetimepicker .active.active {
    background-color: #226651 !important;
    background-image: none
}

.sol-event-registration-page-wrapper .hidden-text-input {
    display: block !important;
    height: 0 !important;
    opacity: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important
}

.sol-event-registration-page-wrapper h1 {
    width: 52%;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:768px) and (max-width:991px) {
    .sol-event-registration-page-wrapper h1 {
        width: 80%
    }
}

@media (max-width:767px) {
    .sol-event-registration-page-wrapper h1 {
        width: 100%;
        padding: 0 4.6%
    }
}

.sol-event-registration-page-wrapper .sol-form-decoration {
    padding: 0;
    background: transparent
}

.sol-event-registration-page-wrapper textarea {
    height: 150px !important
}

.sol-event-registration-page-wrapper label {
    margin-bottom: 12px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #0C271D
}

.sol-event-registration-page-wrapper input {
    background-color: #f6f6f4 !important;
    padding: 10px 15px !important;
    border: 1px solid #ececec !important;
    border-radius: 2px
}

.sol-event-registration-page-wrapper input[type=file] {
    display: block;
    height: 0;
    opacity: 0
}

.sol-event-registration-page-wrapper .sol-form-btn {
    background: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 17px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: Source Sans Pro, sans-serif;
    line-height: 22px;
    text-decoration: none;
    cursor: pointer;
    background-color: #226651;
    box-shadow: none;
    border-radius: 5px;
    color: #fff;
    text-decoration: none !important;
    font-weight: 600;
    letter-spacing: .2px;
    text-align: center;
    transition: all .2s ease;
    padding: 9px;
    background-color: #388e9a;
    border: 2px solid #388e9a;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.47
}

.sol-event-registration-page-wrapper .sol-form-btn:focus,
[data-whatinput=keyboard] .sol-event-registration-page-wrapper .sol-form-btn:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .sol-event-registration-page-wrapper .sol-form-btn:focus,
[data-whatinput=mouse] .sol-event-registration-page-wrapper .sol-form-btn:focus,
[data-whatinput=touch] .sol-event-registration-page-wrapper .sol-form-btn:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.sol-event-registration-page-wrapper .sol-form-btn:hover {
    background-color: #dae5df
}

.sol-event-registration-page-wrapper .sol-form-btn p.font-normal {
    margin: 0
}

.sol-event-registration-page-wrapper .sol-form-btn i.fa {
    margin-right: 10px;
    margin-left: -5px;
    font-weight: 400
}

.sol-event-registration-page-wrapper .sol-form-btn:hover {
    background-color: rgba(56, 142, 154, .1);
    color: #0C271D;
    border: 2px solid rgba(14, 60, 93, .2)
}

.sol-event-registration-page-wrapper .sol-remove-time {
    display: flex;
    align-items: center;
    justify-content: center
}

.sol-event-registration-page-wrapper .sol-remove-time i.fa {
    margin-left: 0;
    margin-right: 0
}

.sol-event-registration-page-wrapper .sol-event-registration-form {
    background-color: #fff;
    padding: 31px 4.6% 45px
}

.sol-event-registration-page-wrapper .sol-form-row {
    flex-direction: column;
    padding-bottom: 25px
}

@media (max-width:767px) {
    .sol-event-registration-page-wrapper .sol-form-row {
        display: block !important
    }
}

.sol-event-registration-page-wrapper .sol-organizer-info,
.sol-event-registration-page-wrapper .sol-registrar-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

@media (max-width:767px) {
    .sol-event-registration-page-wrapper .sol-organizer-info,
    .sol-event-registration-page-wrapper .sol-registrar-info {
        flex-direction: column
    }
}

.sol-event-registration-page-wrapper .sol-organizer-info .sol-form-group,
.sol-event-registration-page-wrapper .sol-registrar-info .sol-form-group {
    flex-basis: 30%;
    max-width: 30%
}

@media (max-width:767px) {
    .sol-event-registration-page-wrapper .sol-organizer-info .sol-form-group,
    .sol-event-registration-page-wrapper .sol-registrar-info .sol-form-group {
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (max-width:767px) {
    .sol-event-registration-page-wrapper .sol-organizer-info .sol-form-group:not(:last-child),
    .sol-event-registration-page-wrapper .sol-registrar-info .sol-form-group:not(:last-child) {
        margin-bottom: 25px
    }
}

@media (max-width:767px) {
    .sol-event-registration-page-wrapper .sol-registrar-info {
        border: none;
        margin-bottom: 0 !important;
        padding-bottom: 0
    }
}

@media (max-width:767px) {
    .sol-event-registration-page-wrapper .sol-registrar-info>div {
        flex-basis: 100%;
        max-width: 100%
    }
}

@media (max-width:767px) {
    .sol-event-registration-page-wrapper .sol-registrar-info>div:not(:last-child) {
        margin-bottom: 25px
    }
}

.sol-event-registration-page-wrapper .sol-form-row-divider {
    border-bottom: 1px solid rgba(51, 51, 51, .08);
    margin-bottom: 21px
}

.sol-event-registration-page-wrapper .sol-form-row-divider label[for=eventImg] {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0;
    padding: 0 !important;
    margin-bottom: 0 !important;
    color: #fff;
    text-decoration: none !important;
    font-weight: 600;
    letter-spacing: .2px;
    text-align: center;
    transition: all .2s ease;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.sol-event-registration-page-wrapper .sol-form-row-divider label[for=eventImg] .sol-form-file-label {
    text-align: left
}

.sol-event-registration-page-wrapper .sol-form-row-divider label[for=eventImg]:before {
    display: none !important
}

.sol-event-registration-page-wrapper .sol-form-row-divider label[for=eventImg] .sol-form-file-label {
    flex-basis: 100%;
    max-width: 100%
}

.sol-event-registration-page-wrapper .sol-form-row-divider label[for=eventImg] .sol-form-file-btn {
    margin-bottom: 0
}

.sol-event-registration-page-wrapper .sol-add-time,
.sol-event-registration-page-wrapper .sol-form-file-btn {
    margin-bottom: 20px;
    padding: 5px 27px 5px 9px;
    display: inline-flex;
    align-items: center
}

.sol-event-registration-page-wrapper .sol-form-check {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px
}

.sol-event-registration-page-wrapper .sol-form-check .sol-form-row-small {
    flex-basis: 33.333333%;
    padding-right: 10px
}

.sol-event-registration-page-wrapper .sol-form-radio {
    display: flex
}

.sol-event-registration-page-wrapper .sol-form-radio>div {
    margin-right: 54px
}

.sol-event-registration-page-wrapper .sol-form-file-label {
    display: block;
    margin-bottom: 15px
}

.sol-event-registration-page-wrapper .sol-form-file-text {
    margin-left: 18px
}

.sol-event-registration-page-wrapper .sol-datetime-input-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row
}

@media (max-width:767px) {
    .sol-event-registration-page-wrapper .sol-datetime-input-container {
        flex-direction: column
    }
}

.sol-event-registration-page-wrapper .sol-datetime-input-container>div {
    flex-basis: 47%;
    margin-bottom: 20px;
    position: relative
}

.sol-event-registration-page-wrapper .sol-datetime-input-container>div input {
    width: 100%
}

.sol-event-registration-page-wrapper .sol-datetime-input-container .sol-datetime-input {
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    font-family: MuseoSans;
    font-size: 15px;
    letter-spacing: .3px;
    padding: 9px 18px 8px;
    width: 100%;
    min-height: 40px;
    width: 90%;
    margin-bottom: 0
}

.sol-event-registration-page-wrapper .sol-datetime-input-container .sol-datetime-input .sol-datetime-input-date {
    margin-right: 10px
}

.sol-event-registration-page-wrapper .sol-datetime-input-container .sol-datetime-input i.fa {
    margin-right: 8px
}

.sol-event-registration-page-wrapper .sol-datetime-input-container .datetimepicker {
    border-radius: 4px;
    direction: ltr;
    display: block;
    margin-top: 1px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 320px
}

.sol-event-registration-page-wrapper .sol-datetime-input-container .datetimepicker table {
    width: 100%
}

.sol-event-registration-page-wrapper .sol-datetime-input-container .datetimepicker table th {
    border: 0;
    border-radius: 4px;
    height: 20px;
    text-align: center
}

.sol-event-registration-page-wrapper .sol-datetime-input-container .datetimepicker table thead tr {
    color: #fff;
    font-size: 14px
}

.sol-event-registration-page-wrapper .sol-datetime-input-container .datetimepicker table td {
    border: 0;
    border-radius: 4px;
    height: 20px;
    text-align: center
}

.sol-plus-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 50%;
    background: #fff;
    background-image: url(/webdav/files/System/resources/graphics/icons/Plus.svg);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 50%
}

.sol-event-page-wrapper {
    margin-top: 80px
}

.sol-event-page-wrapper h1 {
    margin-top: 20px
}

.sol-event-page-wrapper .sol-event__date-time-place {
    margin-bottom: 8px;
    position: relative
}

.sol-event-page-wrapper .sol-event__date-time-place>span {
    font-size: 22px;
    font-weight: 700;
    color: #000
}

.sol-event-page-wrapper .sol-event__date-time-place .sol-event__divider {
    content: "";
    border-left: 1px solid #000;
    height: 33px;
    width: 1px;
    margin: 0 20px;
    opacity: .48
}

.sol-event-page-wrapper .sol-event__date-time-place .sol-event__location__name {
    font-weight: 400
}

.sol-event-page-wrapper__bottom .pagecontent {
    margin-top: 25px
}

.sol-event-page-wrapper__bottom .pagecontent>div {
    padding: 0 50px
}

.sol-event-page-wrapper__bottom .pagecontent>div:first-child,
.sol-event-page-wrapper__bottom .pagecontent>div:nth-child(2) {
    padding: 0
}

.sol-event-page-wrapper__bottom .pagecontent>div.sv-text-portlet:first-child,
.sol-event-page-wrapper__bottom .pagecontent>div.sv-text-portlet:nth-child(2) {
    padding: 25px
}

.sol-event-page-wrapper__bottom .pagecontent .sv-image-portlet {
    padding: 0;
    margin-bottom: 50px;
    position: relative
}

.sol-event-page-wrapper__bottom .pagecontent .is-free {
    position: absolute;
    top: -19px;
    right: 36px;
    z-index: 2;
    padding: 3px 10px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 0;
    background-color: #226651
}

.sol-event-page-wrapper__bottom .event-opening-hours {
    padding: 0 50px;
    font-size: 21px;
    letter-spacing: 0
}

.sol-event-page-wrapper .sol-wide-image,
.sol-event-page-wrapper .sol-widget-decoration {
    margin-left: 0;
    margin-right: 0;
    overflow: inherit;
    border-radius: 0;
    background-color: inherit;
    box-shadow: inherit;
    text-decoration: none
}

.sol-event-page-wrapper img {
    max-width: none;
    max-height: inherit
}

.sol-event-page-wrapper .other-events {
    margin-top: 100px
}

.sol-event-page-wrapper .other-events__title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    display: flex;
    flex-direction: row
}

.sol-event-page-wrapper .other-events__title:after,
.sol-event-page-wrapper .other-events__title:before {
    content: "";
    flex: 1 1;
    border-bottom: 5px solid #c9023c;
    margin: auto
}

.sol-event-page-wrapper .other-events__title:before {
    margin-right: 17px
}

.sol-event-page-wrapper .other-events__title:after {
    margin-left: 14px;
    padding-left: 68%
}

.sol-event-page-wrapper .other-events a {
    display: flex;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 4px solid #c9023c;
    text-decoration: none
}

@media (max-width:767px) {
    .sol-event-page-wrapper .other-events a {
        flex-direction: column
    }
}

.sol-event-page-wrapper .other-events a:last-of-type {
    border-bottom: 0
}

.sol-event-page-wrapper .other-events a .img-wrapper {
    position: relative;
    width: 40%
}

@media (max-width:767px) {
    .sol-event-page-wrapper .other-events a .img-wrapper {
        width: 100%
    }
}

.sol-event-page-wrapper .other-events a .img-wrapper .is-free {
    position: absolute;
    top: -14px;
    left: 18px;
    z-index: 2;
    padding: 3px 10px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .6px;
    background-color: #226651
}

@media (max-width:767px) {
    .sol-event-page-wrapper .other-events a .img-wrapper .is-free {
        right: 20px;
        left: auto
    }
}

.sol-event-page-wrapper .other-events a .img-wrapper .is-cancelled {
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-weight: 800;
    font-size: 32px;
    background-color: rgba(0, 0, 0, .65)
}

.sol-event-page-wrapper .other-events a .img-wrapper img {
    position: absolute;
    display: block;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 225px;
    object-fit: cover;
    font-family: "object-fit: cover;"
}

@media (max-width:767px) {
    .sol-event-page-wrapper .other-events a .img-wrapper img {
        position: static;
        height: 200px
    }
}

.sol-event-page-wrapper .other-events a .content-wrapper {
    display: flex;
    flex-direction: column;
    width: 60%;
    min-height: 225px;
    transition: background-color .2s linear
}

@media (max-width:767px) {
    .sol-event-page-wrapper .other-events a .content-wrapper {
        width: 100%;
        min-height: 0
    }
}

.sol-event-page-wrapper .other-events a .content-wrapper .content {
    height: 100%;
    padding: 20px
}

.sol-event-page-wrapper .other-events a .content-wrapper .content .is-cancelled-info-text {
    display: block;
    margin-top: 10px;
    color: #000;
    font-weight: 700;
    font-size: 20px
}

@media (max-width:767px) {
    .sol-event-page-wrapper .other-events a .content-wrapper .content .is-cancelled-info-text {
        margin-top: 0;
        padding-bottom: 20px
    }
}

.sol-event-page-wrapper .other-events a .content-wrapper .content .is-cancelled-info-text i {
    position: relative;
    top: 1px;
    margin-right: 8px;
    color: #c9023c;
    font-size: 24px
}

.sol-event-page-wrapper .other-events a .content-wrapper .content .content-title {
    font-weight: 400;
    font-size: 29px;
    text-decoration: none
}

@media (max-width:767px) {
    .sol-event-page-wrapper .other-events a .content-wrapper .content .content-title {
        margin: 0;
        font-size: 18px
    }
}

.sol-event-page-wrapper .other-events a .content-wrapper .content p {
    font-weight: 300;
    font-size: 22px;
    line-height: normal
}

@media (max-width:767px) {
    .sol-event-page-wrapper .other-events a .content-wrapper .content p {
        display: none
    }
}

.sol-event-page-wrapper .other-events a .content-wrapper .information {
    padding: 10px 20px;
    background-color: #efc0bd;
    transition: background-color .2s linear
}

.sol-event-page-wrapper .other-events a .content-wrapper .information .date {
    color: #c9023c;
    font-size: 22px;
    font-weight: 800
}

.sol-event-page-wrapper .other-events a .content-wrapper .information .location {
    font-size: 16px
}

.sol-event-page-wrapper .other-events a .content-wrapper .information .location i {
    position: relative;
    top: 1px;
    margin-right: 4px;
    font-size: 16px
}

.sol-event-page-wrapper .other-events a:hover .content-wrapper {
    background-color: #efc0bd
}

.sol-event-page-wrapper .other-events a:hover .content-wrapper .content h3 {
    text-decoration: underline
}

.sol-event-page-wrapper .other-events a:hover .content-wrapper .information {
    background-color: #efc0bd
}

.sol-event-page-wrapper .other-events a:hover .content-wrapper .information .date {
    color: #000
}

.sol-event-page-wrapper .other-events a.no-image .img-wrapper {
    width: 0
}

.sol-event-page-wrapper .other-events a.no-image .content-wrapper {
    width: 100%
}

.sol-event-page-wrapper .sol-informationbox {
    background-color: #226651;
    padding: 35px;
    opacity: .95
}

@media (max-width:767px) {
    .sol-event-page-wrapper .sol-informationbox {
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, .1)
    }
}

.sol-event-page-wrapper .sol-informationbox .sol-information-box {
    background-color: #226651
}

.sol-event-page-wrapper .sol-informationbox .sol-information-box__title {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 25px
}

.sol-event-page-wrapper .sol-informationbox .sol-information-box .sol-info-row {
    margin-bottom: 30px
}

.sol-event-page-wrapper .sol-informationbox .sol-information-box .sol-info-row__title {
    color: #fff;
    font-size: 22px;
    font-weight: 700
}

.sol-event-page-wrapper .sol-informationbox .sol-information-box .sol-info-row__details {
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    padding: 10px 0
}

.sol-event-page-wrapper .sol-informationbox .sol-information-box .sol-info-row__details>div,
.sol-event-page-wrapper .sol-informationbox .sol-information-box .sol-info-row__details>span {
    color: #fff;
    word-break: keep-all;
    font-size: 22px;
    line-height: 26px
}

.sol-event-page-wrapper .sol-informationbox .sol-information-box .sol-info-row__details .sol-event__location__link,
.sol-event-page-wrapper .sol-informationbox .sol-information-box .sol-info-row__details .sol-event__organiser__link,
.sol-event-page-wrapper .sol-informationbox .sol-information-box .sol-info-row__details .sol-event__price__link {
    color: #82d5cd
}

.sol-event-page-wrapper .sol-informationbox .sol-information-box .sol-info-row__details .sol-event__more__info {
    margin-bottom: 10px
}

.sol-event-item {
    overflow: hidden
}

.sol-event-item__image {
    width: 12rem;
    height: 8rem;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    margin-right: 1rem
}

.sol-event-item__image img {
    visibility: hidden
}

@media (max-width:767px) {
    .sol-event-item__image {
        width: 7.5rem;
        height: 5.5rem
    }
}

.sol-error-page .sol-uvk-contact-box .sol-btn-decoration {
    margin-top: 20px
}

.fade-enter-active,
.fade-leave-active {
    color: red;
    font-weight: 400;
    font-size: 14px;
    transition: opacity .5s
}

.fade-enter,
.fade-leave-to {
    color: red;
    font-weight: 400;
    font-size: 14px;
    opacity: 0
}

.sol-comparator-page__cnt .sol-flex-row {
    display: flex
}

@media (max-width:991px) {
    .sol-comparator-page__cnt .sol-flex-row {
        flex-wrap: wrap
    }
}

.sol-comparator-page__cnt .sol-flex-row .sol-kpi-checbox-cnt {
    flex-wrap: wrap
}

.sol-comparator-page__cnt .sol-flex-row .sol-kpi-checbox-cnt+button {
    background-color: #226651
}

.sol-comparator-page__cnt .sol-flex-row>div {
    flex: 1 0 0;
    margin-bottom: 15px
}

@media (max-width:991px) {
    .sol-comparator-page__cnt .sol-flex-row>div {
        flex: 1 0 100%;
        width: 100%
    }
}

.sol-comparator-page__cnt .sol-flex-row>div:nth-child(3) {
    display: flex;
    flex-wrap: wrap
}

.sol-comparator-page__cnt .sol-flex-row>div:nth-child(3)>button {
    margin-top: 15px
}

.sol-comparator-page__cnt input[type=checkbox],
.sol-comparator-page__cnt input[type=radio] {
    display: none
}

.sol-comparator-page__cnt input[type=checkbox]+label:before,
.sol-comparator-page__cnt input[type=radio]+label:before {
    position: relative;
    display: inline-block;
    float: left;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    text-align: center;
    border: 2px solid #226651;
    border-radius: 3px;
    content: "";
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: color, background-color, border-color, border-width
}

.sol-comparator-page__cnt input[type=checkbox]:checked+label:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-size: 12px;
    content: "\f00c";
    padding-top: 2px;
    color: #fff;
    background-color: #226651;
    border-color: #226651
}

.sol-comparator-page__cnt input[type=checkbox]:checked+label:before.fa-pull-left {
    margin-right: .3em
}

.sol-comparator-page__cnt input[type=checkbox]:checked+label:before.fa-pull-right {
    margin-left: .3em
}

.sol-comparator-page__cnt input[type=checkbox]:checked+label:before.pull-left {
    margin-right: .3em
}

.sol-comparator-page__cnt input[type=checkbox]:checked+label:before.pull-right {
    margin-left: .3em
}

.sol-comparator-page__cnt .sol-unit__further-info>div {
    display: flex
}

.sol-comparator-page__cnt .sol-unit__description {
    width: 60%;
    margin-right: 6.5%;
    margin-bottom: 15px;
    font-size: 16px
}

.sol-comparator-page__cnt .sol-expand-department-btn {
    color: #fff
}

.sol-comparator-page__cnt .sol-expand-department-btn:hover {
    background-color: #226651
}

.sol-comparator-page__cnt .sol-expand-department-btn[aria-pressed=true] {
    background-color: rgba(56, 142, 154, .1)
}

.sol-comparator-page__chosen-departments__list {
    padding-left: 0;
    border-radius: 5px
}

.sol-comparator-page__chosen-departments__list-item {
    padding: 10px
}

.sol-comparator-page__list {
    max-width: 1250px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    border-radius: 5px
}

.sol-comparator-page__list-item {
    padding: 10px;
    background-color: #fff
}

.sol-comparator-page ul {
    list-style: none
}

.sol-comparator-page .sol-unit {
    display: flex;
    flex-wrap: wrap
}

.sol-comparator-page .sol-unit .sol-checkbox {
    margin-left: auto
}

.sol-comparator-page .sol-unit>.sol-flex-row:first-child {
    flex: 0 0 100%;
    margin-bottom: 10px
}

.sol-comparator-page .sol-unit .sol-kpi-checbox-cnt {
    flex-wrap: nowrap !important
}

.sol-comparator-page .sol-unit .sol-flex-row>div:nth-child(3) {
    display: flex;
    padding: 15px;
    background-color: #dae5df
}

.sol-comparator-page .sol-unit .sol-flex-row>div:nth-child(3)>div {
    display: flex;
    flex: 1 0 100%;
    flex-wrap: wrap;
    justify-content: center
}

.sol-comparator-page .sol-unit__name {
    color: #ef7716;
    font-size: 20px
}

.sol-comparator-page .sol-unit .slide-enter-active {
    transition: all 1s ease-in-out
}

.sol-comparator-page .sol-unit .slide-leave-active {
    transition: all .8s ease-in-out
}

.sol-comparator-page .sol-unit .slide-enter {
    max-height: 0
}

.sol-comparator-page .sol-unit .slide-enter-to,
.sol-comparator-page .sol-unit .slide-leave {
    max-height: 1000px
}

.sol-comparator-page .sol-unit .slide-leave-to {
    max-height: 0
}

.sol-comparator-page .sol-unit__further-info {
    flex-basis: 100% !important;
    overflow: hidden
}

.sol-comparator-page .sol-unit__further-info>ul {
    margin-left: 7% !important
}

.sol-comparator-page .sol-unit:nth-child(2n) {
    background-color: #f4f4f4
}

.sol-comparator-page .sol-unit__tag__list {
    display: flex
}

.sol-comparator-page .sol-unit__tag__list-item {
    font-weight: 700
}

.sol-comparator-page .sol-unit__tag-group__list-item {
    display: flex
}

.sol-comparator-page .sol-unit>div {
    flex: 1 1 0
}

.sol-comparator-page .sol-unit ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sol-comparator-page .sol-unit header {
    padding: 10px;
    background-color: #226651
}

.sol-comparator-creator__form>div {
    display: flex;
    flex-direction: column;
    margin-bottom: 22px
}

.sol-comparator-creator__form>div [class$=__error-message] {
    color: red;
    font-weight: 400;
    font-size: 14px
}

.sol-comparator-creator__form>div label {
    margin-bottom: 11px;
    color: #0C271D;
    font-weight: 700;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left
}

.sol-comparator-creator__form>div input {
    padding: 5px;
    color: #767676;
    font-weight: 400;
    font-size: 15px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 2px
}

.stratsys-accessibility,
.stratsys-header>nav,
.stratsys-main-description,
.stratsys-map-toggle-button {
    display: none
}

.stratsys-cf .stratsys-sub-section {
    display: none !important
}

.stratsys-cf .stratsys-sub-section[data-drift-form],
.stratsys-cf .stratsys-sub-section[data-school-class],
.stratsys-cf .stratsys-sub-section[data-students-quantity] {
    display: flex !important
}

.stratsys-cf .stratsys-multi-select-item {
    position: relative;
    width: 100%;
    padding: 10px;
    color: #0C271D;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #226651;
    cursor: pointer;
    transition: all .2s ease-in-out
}

.stratsys-cf .stratsys-multi-select-item .stratsys-selected:before {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    font-size: 16px;
    font-family: fontAwesome;
    transform: translateY(-50%);
    content: "\f00c"
}

.stratsys-cf .stratsys-multi-select-item:active,
.stratsys-cf .stratsys-multi-select-item:focus {
    outline: 0
}

.stratsys-cf .stratsys-multi-select-item:hover,
.stratsys-cf .stratsys-multi-select-item[checked=checked] {
    color: #fff;
    background-color: #226651
}

.stratsys-cf .stratsys-multi-select-item:hover .stratsys-truncate,
.stratsys-cf .stratsys-multi-select-item[checked=checked] .stratsys-truncate {
    color: #fff
}

.stratsys-cf .stratsys-multi-select-item>div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.stratsys-cf .stratsys-action-bar {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px
}

.stratsys-cf .stratsys-action-bar .stratsys-sort-header>div {
    padding: 10px;
    border-bottom: 1px solid #ccc
}

.stratsys-cf .stratsys-action-bar .stratsys-sort-header>div>button {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    padding: 9px;
    color: #0C271D;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .2px;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border: 2px solid #226651;
    border-radius: 5px;
    cursor: pointer
}

.stratsys-cf .stratsys-action-bar .stratsys-sort-header>div>button.stratsys-selected {
    color: #fff;
    background-color: #226651
}

.stratsys-cf .stratsys-action-bar>.stratsys-action-bar-item {
    position: relative;
    flex-basis: 47%;
    width: 47%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05)
}

.stratsys-cf .stratsys-action-bar>.stratsys-action-bar-item .stratsys-left .stratsys-multi-select>button:after {
    display: none
}

.stratsys-cf .stratsys-action-bar>.stratsys-action-bar-item .stratsys-dropdown {
    position: absolute;
    z-index: 3;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05)
}

.stratsys-cf .stratsys-action-bar>.stratsys-action-bar-item .stratsys-dropdown-wrapper>button {
    position: relative;
    width: 100%;
    background-color: #fff;
    cursor: pointer;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: background-color
}

.stratsys-cf .stratsys-action-bar>.stratsys-action-bar-item .stratsys-dropdown-wrapper>button:after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #fff;
    background-image: url(/webdav/files/System/resources/graphics/icons/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 20px 20px;
    border: 2px solid #226651;
    border-radius: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: all .2s ease-in-out;
    content: ""
}

.stratsys-cf .stratsys-action-bar .stratsys-button {
    display: flex;
    height: 50px;
    padding-left: 20px;
    background-color: #fff;
    border: 0;
    border-left: 5px solid #226651
}

.stratsys-cf .stratsys-compare-button {
    display: none
}

.stratsys-cf .stratsys-link-button {
    background: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 17px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: Source Sans Pro, sans-serif;
    line-height: 22px;
    text-decoration: none;
    cursor: pointer;
    background-color: #226651;
    border: 2px solid #226651;
    box-shadow: none;
    border-radius: 5px;
    padding: 7px 34px;
    color: #fff;
    text-decoration: none !important;
    font-weight: 600;
    letter-spacing: .2px;
    text-align: center;
    transition: all .2s ease;
    margin-top: 15px;
    margin-bottom: 15px
}

.stratsys-cf .stratsys-link-button:focus,
[data-whatinput=keyboard] .stratsys-cf .stratsys-link-button:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .stratsys-cf .stratsys-link-button:focus,
[data-whatinput=mouse] .stratsys-cf .stratsys-link-button:focus,
[data-whatinput=touch] .stratsys-cf .stratsys-link-button:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.stratsys-cf .stratsys-link-button:hover {
    background-color: #dae5df
}

.stratsys-cf .stratsys-link-button p.font-normal {
    margin: 0
}

.stratsys-cf .stratsys-link-button i.fa {
    margin-right: 10px;
    margin-left: -5px;
    font-weight: 400
}

.stratsys-cf .stratsys-link-button:hover {
    background-color: rgba(56, 142, 154, .1);
    color: #0C271D;
    border: 2px solid rgba(14, 60, 93, .2)
}

.stratsys-cf table {
    width: auto;
    border: none
}

.stratsys-cf table tbody td {
    border: none
}

.stratsys-cf table .stratsys-icon-col {
    display: none
}

.stratsys-cf .stratsys-tag-groups {
    width: 100%
}

.stratsys-cf .stratsys-tag-groups .stratsys-sub-section {
    flex-basis: 50%
}

.stratsys-cf .stratsys-tag-groups .tags {
    display: flex
}

.stratsys-cf .stratsys-tag-groups .stratsys-tag {
    flex-grow: 1
}

.stratsys-cf .stratsys-section {
    display: none;
    flex-wrap: wrap
}

.stratsys-cf .stratsys-section[data-has-elis=true] {
    display: flex
}

.stratsys-cf .stratsys-section .stratsys-button {
    background: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 17px;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-family: Source Sans Pro, sans-serif;
    line-height: 22px;
    text-decoration: none;
    cursor: pointer;
    background-color: #226651;
    border: 2px solid #226651;
    box-shadow: none;
    border-radius: 5px;
    padding: 7px 34px;
    color: #fff;
    text-decoration: none !important;
    font-weight: 600;
    letter-spacing: .2px;
    text-align: center;
    transition: all .2s ease;
    margin-top: 15px;
    margin-bottom: 15px
}

.stratsys-cf .stratsys-section .stratsys-button:focus,
[data-whatinput=keyboard] .stratsys-cf .stratsys-section .stratsys-button:focus {
    z-index: 100;
    outline: 4px solid red;
    outline-offset: 2px;
    box-shadow: 0 0 0 8px #fff
}

[data-whatinput=initial] .stratsys-cf .stratsys-section .stratsys-button:focus,
[data-whatinput=mouse] .stratsys-cf .stratsys-section .stratsys-button:focus,
[data-whatinput=touch] .stratsys-cf .stratsys-section .stratsys-button:focus {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none
}

.stratsys-cf .stratsys-section .stratsys-button:hover {
    background-color: #dae5df
}

.stratsys-cf .stratsys-section .stratsys-button p.font-normal {
    margin: 0
}

.stratsys-cf .stratsys-section .stratsys-button i.fa {
    margin-right: 10px;
    margin-left: -5px;
    font-weight: 400
}

.stratsys-cf .stratsys-section .stratsys-button:hover {
    background-color: rgba(56, 142, 154, .1);
    color: #0C271D;
    border: 2px solid rgba(14, 60, 93, .2)
}

.stratsys-cf .stratsys-section>.stratsys-box,
.stratsys-cf .stratsys-section>.stratsys-department-data {
    padding: 20px
}

.stratsys-cf .stratsys-section .stratsys-department-info {
    display: flex;
    align-items: flex-start
}

.stratsys-cf .stratsys-section .stratsys-department-info .stratsys-sub-section {
    display: flex;
    flex-direction: column;
    margin-left: 25px;
    padding-top: 10px
}

.stratsys-cf .stratsys-section .stratsys-department-info .stratsys-sub-section table {
    margin-bottom: 10px
}

.stratsys-cf .stratsys-section .stratsys-section-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 50px;
    margin-bottom: 0;
    padding: 8px 18px 11px;
    overflow: visible;
    line-height: normal;
    text-align: left;
    background: #fff;
    background-color: #fff;
    border: none;
    border-left: 5px solid #226651;
    border-radius: 4px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    cursor: pointer;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: background-color
}

.stratsys-cf .stratsys-section .stratsys-section-header:after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #fff;
    background-image: url(/webdav/files/System/resources/graphics/icons/chevron-down.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 20px 20px;
    border: 2px solid #226651;
    border-radius: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: all .2s ease-in-out;
    content: ""
}

.stratsys-cf .stratsys-section .stratsys-section-header .stratsys-title {
    margin: 0;
    font-weight: 600;
    font-size: 14px
}

.stratsys-cf .stratsys-section .stratsys-section-header .sol-arrow:after {
    display: block;
    color: #226651;
    font-family: fontAwesome;
    transition: all .2s ease-in-out;
    transition-timing-function: ease;
    transition-duration: .2s;
    transition-property: all;
    content: "\f054"
}

.stratsys-cf .stratsys-section .stratsys-section-header .stratsys-button {
    display: none
}

.stratsys-cf .stratsys-section .stratsys-box {
    flex-basis: 100%
}

.stratsys-cf .stratsys-section .stratsys-department-data {
    display: flex;
    flex-wrap: wrap
}

.stratsys-cf .stratsys-section .stratsys-department-data .stratsys-row-wrapper {
    display: flex
}

.stratsys-cf .stratsys-section .stratsys-department-data .stratsys-row-wrapper .stratsys-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.stratsys-cf .stratsys-section .stratsys-department-data .stratsys-row-wrapper .stratsys-row .stratsys-sub-section {
    flex-basis: 50%
}

.stratsys-cf .stratsys-section .stratsys-department-data .stratsys-row-wrapper .stratsys-row .stratsys-sub-section h3 {
    font-size: 16px
}

.stratsys-cf .stratsys-section.expanded .stratsys-section-header {
    background-color: #226651
}

.stratsys-cf .stratsys-section.expanded .stratsys-section-header .stratsys-title {
    color: #fff
}

.stratsys-cf .stratsys-section.expanded .stratsys-section-header:after {
    transform: translateY(-50%) rotate(0)
}

.stratsys-cf .stratsys-section:not(.expanded) .stratsys-box,
.stratsys-cf .stratsys-section:not(.expanded) .stratsys-department-data .stratsys-button:last-child {
    display: none
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

.sol-comparator__compare-btn {
    margin-bottom: 40px
}

.sol-comparator__list {
    padding-top: 15px
}

.sol-comparator__list-item {
    margin-bottom: 15px;
    padding: 30px
}

.sol-comparator .sol-unit__name {
    margin-bottom: 10px;
    color: #0C271D;
    font-weight: 900;
    font-size: 19px
}

.sol-comparator .sol-unit__address,
.sol-unit__link-item,
.sol-unit__phone-number {
    font-weight: 300 !important
}

.sol-comparator .sol-unit__phone-number,
.sol-unit__link-list a {
    color: #226651
}

.sol-comparator .sol-unit__tag-group__name,
.sol-comparator .sol-unit ul {
    font-weight: 300
}

.sol-comparator__cnt .sol-flex-row>div {
    flex: 2 0 0;
    margin-bottom: 0
}

.sol-comparator__cnt .sol-flex-row>div:nth-child(3) {
    flex: 1 1 0
}

.sol-comparator__cnt .sol-flex-row>div:nth-child(3) ul li {
    font-weight: 300 !important
}

.sol-comparator__cnt .sol-unit__description {
    font-weight: 300
}

.sol-comparator__cnt input[type=radio]+label {
    margin-top: 10px
}

.sol-comparator__cnt .sol-flex-row>div:nth-child(3)>button {
    margin-top: 35px
}

.sol-unit__further-info {
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #ececec
}

.sol-unit__further-info background- p {
    margin-top: 0 !important
}

.sol-comparator-page {
    background-color: #f6f6f4
}

#troman {
    margin-bottom: 40px
}

#troman header {
    display: none
}

#troman a {
    color: #226651
}

#troman a:hover {
    color: #0C271D
}

#troman ul {
    font-size: 21px;
    margin: 0 0 20px;
    padding: 0 0 0 40px
}

#troman ul li {
    line-height: 31.5px
}

#troman table {
    font-size: 15px
}

#troman table thead {
    color: #fff
}

#troman table th {
    line-height: 27px
}

#troman table td {
    border-right: 1px solid #dae5df;
    border-top: none;
    line-height: 22px
}

#troman table td,
#troman table th {
    padding: 10px 0 10px 20px
}

#troman table tbody {
    background-color: #fff
}

#troman button {
    outline: none;
    font-weight: 700;
    font-size: 17px;
    text-shadow: none;
    box-shadow: none;
    background-image: none;
    background-color: #226651;
    border-color: #226651;
    color: #fff;
    padding: 10px 34px;
    border-radius: 5px;
    transition: all .2s ease-in-out
}

#troman button:hover {
    background-image: none;
    color: #0C271D;
    background-color: #dae5df;
    border-color: rgba(14, 60, 93, .2)
}

#troman input[type=text],
#troman select {
    padding: 0 11px;
    line-height: 22px;
    height: 35px;
    background-color: #fff;
    color: #0C271D;
    border-color: #226651
}

#troman input[type=text]:hover,
#troman select:hover {
    border-color: rgba(110, 205, 233, .4)
}

#troman input[type=text]:focus,
#troman select:focus {
    background-color: #fff;
    border-color: #257cc3
}

#troman .form-search {
    margin: 20px 0
}

#troman .form-horizontal .control-label {
    padding-top: 11px;
    width: 170px
}

#troman .help-block {
    margin-bottom: 4px
}

#troman .search-query {
    border-radius: 4px;
    transform: translateY(4px);
    margin-right: 10px
}

.sol-submenu.sol-menu-container .sol-box-decoration-header {
    padding-top: 14px;
    padding-bottom: 14px
}

.sol-submenu.sol-menu-container {
    margin-top: 10px
}

.sol-startsida-news,
.sol-uvk-contact-box {
    z-index: 2;
    box-shadow: 0 0 30px rgba(0, 0, 0, .05)
}

.sol-uvk .sol-slide-menu-container .sol-menu-item[data-menu-level="1"]>.sol-menu-item-link>.sol-menu-item-display-name {
    font-size: 17px;
    text-align: left
}

.sol-uvk .sol-slide-menu-container .sol-menu-item[data-menu-level="0"]>.sol-menu-item-link>.sol-menu-item-display-name {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
    text-align: left
}

.sol-uvk .sol-slide-menu-container .sol-menu-item[data-menu-level="2"]>.sol-menu-item-link .sol-menu-item-display-name,
.sol-uvk .sol-slide-menu-container .sol-menu-item[data-menu-level="2"][data-expanded=true]>.sol-menu-item-link .sol-menu-item-display-name {
    font-size: 17px
}

.sol-box-decoration-header {
    display: block;
    margin: 0;
    padding: 12px 15px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 13px;
    text-align: left;
    text-decoration: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.sol-landingpage-wrapper .sol-children-pages--lvl3 .sol-child-page-box__content>p {
    margin-top: 5px;
    color: #0C271D;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.3em
}

.sol-uvk .sol-startpage-wrapper .sol-events-suggestion__cnt .sol-suggestion-widget>div {
    padding: 25px 0 20px 97px
}

.sol-landingpage-wrapper .sol-children-pages--big .sol-child-page-box__header>span {
    color: #fff
}

.sv-rating-portlet form input[type=button]:hover {
    color: #fff;
    background-color: #226651
}

.sol-landingpage-wrapper .sol-children-pages--big .sol-child-page-box__link:hover+.sol-child-page-box__content {
    background-color: #fff
}

.sol-icon-email,
.sol-icon-mobile {
    font-size: 24px
}

.sol-icon-email+a,
.sol-icon-mobile+a {
    font-size: 19px
}

.sol-link-tablet:hover .sol-link-tablet__text {
    text-decoration: underline
}

.sol-contact-btn,
.sv-rating-portlet form {
    margin-top: 15px
}

.sol-landingpage-wrapper .sol-children-pages--lvl3 .sol-child-page-box:nth-child(odd) {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .06)
}

.sol-collapsible-decoration-small .sol-collapsible-header,
.sol-collapsible-decoration .sol-collapsible-header {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1)
}

.sol-related-info-container .sol-related-item {
    margin-bottom: 14px
}

.sol-related-info-container .sol-related-item-name {
    font-size: 15px
}

.sol-related-info-container .sol-related-info__title {
    margin-bottom: 10px
}

@media (max-width:767px) {
    .sol-landingpage-wrapper .sol-children-pages--lvl3 .sol-child-page-box__header span:first-child {
        font-size: 15px
    }
    .sol-landingpage-wrapper .sol-children-pages--lvl3 .sol-child-page-box {
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .06)
    }
    .sol-startpage-wrapper .sol-home-page-top__shortcuts .sol-shortcut:nth-child(odd) {
        border-right: 1px solid rgba(235, 244, 247, .1)
    }
}

.env-button {
    border: 2px solid #226651;
    border-radius: 5px
}

.env-button--primary {
    background-color: #226651
}

.env-button--ghost {
    color: #226651 !important;
    font-weight: 400;
    border-color: #226651 !important
}

.env-button:hover {
    color: #0C271D;
    background-color: rgba(56, 142, 154, .1);
    border-color: transparent !important;
    outline: 2px solid rgba(14, 60, 93, .2)
}

.env-button:hover,
.env-link {
    text-decoration: underline
}

.sv-cookie-consent-banner {
    background-color: #dae5df !important
}

#ArtviseWebHelpTab,
#ArtviseWebHelp {
    z-index: 9999 !important
}
   
.sol-municipality-logo--footer .cls-1 {
   opacity: 1;
}

