/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/webdav/files/System/resources/fonts/font-awesome/fontawesome-webfont.eot?v=4.6.3');
  src: url('/webdav/files/System/resources/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('/webdav/files/System/resources/fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('/webdav/files/System/resources/fonts/font-awesome/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('/webdav/files/System/resources/fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('/webdav/files/System/resources/fonts/font-awesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\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-remove:before,
.fa-close: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-gear:before,
.fa-cog: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-rotate-right:before,
.fa-repeat: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-photo:before,
.fa-image: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-warning:before,
.fa-exclamation-triangle: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-gears:before,
.fa-cogs: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-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars: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-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard: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-unlink:before,
.fa-chain-broken: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-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw: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-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try: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-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap: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-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-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-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-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-soccer-ball-o:before,
.fa-futbol-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-shekel:before,
.fa-sheqel:before,
.fa-ils: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-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator: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 {
  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-stop-o:before,
.fa-hand-paper-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-tv:before,
.fa-television: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-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language: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";
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@font-face {
  font-family: 'Open Sans';
  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-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  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-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  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-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  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-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  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-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  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-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  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-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  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-weight: 800;
  font-style: normal;
}
.sol-clearfix:before,
.sol-clearfix:after {
  content: "";
  display: table;
}
.sol-clearfix:after {
  clear: both;
}
.sol-relative {
  position: relative;
}
.sol-no-margin {
  margin: 0;
}
.sol-no-margin-top {
  margin-top: 0 !important;
}
.no-outline-focus:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.no-webkit-appearance {
  -webkit-appearance: none;
}
.no-appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.focus-outline:focus,
[data-whatinput="keyboard"] .focus-outline:focus {
  outline: 1px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .focus-outline:focus,
[data-whatinput="mouse"] .focus-outline:focus,
[data-whatinput="touch"] .focus-outline:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sv-grid-main.sv-fluid-grid *.sol-md-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: -5px;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .sv-grid-main.sv-fluid-grid *.sol-md-row.sol-row-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: 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: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: -5px;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .sv-grid-main.sv-fluid-grid *.sol-sm-row.sol-row-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: 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;
  }
}
body {
  font-family: 'Open Sans', sans-serif;
  color: #2c2c2c;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  background-color: #f4f3f1;
  overflow-x: hidden;
}
p,
p.font-normal,
.font-normal,
p.font-description,
.font-description {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 300;
}
@media (max-width: 767px) {
  p,
  p.font-normal,
  .font-normal,
  p.font-description,
  .font-description {
    font-size: 20px;
  }
}
ap,
ap.font-normal,
a.font-normal,
ap.font-description,
a.font-description,
p a,
p.font-normal a,
.font-normal a,
p.font-description a,
.font-description a {
  color: #2c2c2c;
  text-decoration: none;
  box-shadow: rgba(85, 85, 85, 0.3) 0px -15px 0 -11px inset !important;
  transition: all 100ms;
}
ap:hover,
ap.font-normal:hover,
a.font-normal:hover,
ap.font-description:hover,
a.font-description:hover,
p a:hover,
p.font-normal a:hover,
.font-normal a:hover,
p.font-description a:hover,
.font-description a:hover {
  text-decoration: none;
  box-shadow: rgba(85, 85, 85, 0.3) 0 -43px 0 -23px inset !important;
}
@media (max-width: 767px) {
  .sol-ung .font-normal {
    font-size: 16px;
  }
}
p.font-description {
  color: #2c2c2c;
  font-weight: 700;
}
ap.font-description,
p.font-description a {
  color: #EC7506;
}
ap.font-description:hover,
p.font-description a:hover {
  color: #2c2c2c;
}
@media (max-width: 767px) {
  .sol-ung .font-description {
    font-size: 16px;
    font-weight: 600;
  }
}
h1,
.font-heading-1,
h1.font-heading-1 {
  font-family: 'Open Sans', sans-serif;
  color: #2c2c2c;
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.3em;
  font-weight: 800;
}
@media (max-width: 991px) {
  h1,
  .font-heading-1,
  h1.font-heading-1 {
    font-size: 31px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  h1,
  .font-heading-1,
  h1.font-heading-1 {
    font-size: 26px;
  }
}
@media (max-width: 479px) {
  h1,
  .font-heading-1,
  h1.font-heading-1 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 479px) {
  .sol-ung h1,
  .sol-ung h1.font-heading-1,
  .sol-ung .font-heading-1 {
    margin-top: 10px;
  }
}
h2,
h2.font-heading-2,
.font-heading-2 {
  font-family: 'Open Sans', sans-serif;
  color: #2c2c2c;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 800;
}
@media (max-width: 479px) {
  h2,
  h2.font-heading-2,
  .font-heading-2 {
    font-size: 18px;
    line-height: 29px;
  }
}
.sol-ung h2,
.sol-ung h2.font-heading-2,
.sol-ung .font-heading-2 {
  font-family: 'Open Sans', sans-serif;
  color: #555555 !important;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 800;
}
h3,
h3.font-heading-3,
.font-heading-3 {
  font-family: 'Open Sans', sans-serif;
  color: #2c2c2c;
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 800;
}
@media (max-width: 479px) {
  h3,
  h3.font-heading-3,
  .font-heading-3 {
    font-size: 14px;
  }
}
h4,
h4.font-heading-4,
.font-heading-4 {
  font-family: 'Open Sans', sans-serif;
  color: #2c2c2c;
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 800;
}
@media (max-width: 479px) {
  h4,
  h4.font-heading-4,
  .font-heading-4 {
    font-size: 12px;
  }
}
p.font-quote,
.font-quote {
  position: relative;
  font-family: 'Open Sans', sans-serif;
  color: #555555 !important;
  font-size: 22px;
  line-height: 29px;
  font-weight: 100;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 55px;
}
@media (max-width: 991px) {
  p.font-quote,
  .font-quote {
    padding-left: 35px;
    font-size: 20px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  p.font-quote,
  .font-quote {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 479px) {
  p.font-quote,
  .font-quote {
    padding-left: 30px;
  }
}
p.font-quote::before,
.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;
  color: white;
  display: inline-block;
  font-size: 20px;
  content: "\f10e";
  position: absolute;
  left: 20px;
  top: 0px;
  opacity: 0.3;
  line-height: 35px;
}
@media (max-width: 991px) {
  p.font-quote::before,
  .font-quote::before {
    left: 5px;
    line-height: 33px;
  }
}
@media (max-width: 479px) {
  p.font-quote::before,
  .font-quote::before {
    left: 5px;
    line-height: 31px;
  }
}
.sol-ung .sol-print,
.sol-ung p,
.sol-ung a,
.sol-ung h1,
.sol-ung h2,
.sol-ung h3 {
  color: #555555 !important;
}
ol.sol-bullet-list,
ul.sol-bullet-list,
ol.sol-numbered-list,
ul.sol-numbered-list {
  margin-top: 5px;
  margin-bottom: 20px;
  padding-left: 0px;
  list-style: none !important;
}
ol.sol-bullet-list li,
ul.sol-bullet-list li,
ol.sol-numbered-list li,
ul.sol-numbered-list li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 15px;
}
ol.sol-bullet-list li::before,
ul.sol-bullet-list li::before,
ol.sol-numbered-list li::before,
ul.sol-numbered-list li::before {
  position: absolute;
  left: 0;
  top: 4px;
  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;
  color: white;
  display: inline-block;
  font-size: 16px;
  content: "\f105";
  color: #EC7506;
}
ol.sol-numbered-list li,
ul.sol-numbered-list li {
  counter-increment: step-counter;
  padding-left: 20px;
}
ol.sol-numbered-list li::before,
ul.sol-numbered-list li::before {
  content: counter(step-counter) '.';
  color: #EC7506;
  font-size: 14px;
  text-align: center;
  top: 0;
}
.sol-ung ol.sol-numbered-list li::before,
.sol-ung ul.sol-numbered-list li::before {
  color: #555555 !important;
}
a.portlet-font,
a.portlet-font-label,
a.portlet-font-dim,
a.portlet-msg-status,
a.portlet-msg-info,
a.portlet-msg-error,
a.portlet-msg-alert,
a.portlet-msg-success,
a.portlet-section-body,
a.portlet-section-alternate,
a.portlet-section-selected,
a.portlet-section-footer,
a.portlet-section-text,
a.portlet-form-label,
a.portlet-form-input-field,
a.portlet-form-button,
a.portlet-icon-label,
a.portlet-dlg-icon-label,
a.portlet-form-field-label,
a.portlet-form-field,
a.portlet-menu,
a.portlet-menu-item,
a.portlet-menu-item-selected,
a.portlet-menu-item-hover,
a.portlet-menu-item-hover-selected,
a.portlet-menu-cascade-item,
a.portlet-menu-cascade-item-selected,
a.portlet-menu-description,
a.sv-portlet-image-caption,
a.sv-portlet-link-description,
a.sv-portlet-primary-paragraph,
a.normal,
.portlet-font a,
.portlet-font-label a,
.portlet-font-dim a,
.portlet-msg-status a,
.portlet-msg-info a,
.portlet-msg-error a,
.portlet-msg-alert a,
.portlet-msg-success a,
.portlet-section-body a,
.portlet-section-alternate a,
.portlet-section-selected a,
.portlet-section-footer a,
.portlet-section-text a,
.portlet-form-label a,
.portlet-form-input-field a,
.portlet-form-button a,
.portlet-icon-label a,
.portlet-dlg-icon-label a,
.portlet-form-field-label a,
.portlet-form-field a,
.portlet-menu a,
.portlet-menu-item a,
.portlet-menu-item-selected a,
.portlet-menu-item-hover a,
.portlet-menu-item-hover-selected a,
.portlet-menu-cascade-item a,
.portlet-menu-cascade-item-selected a,
.portlet-menu-description a,
.sv-portlet-image-caption a,
.sv-portlet-link-description a,
.sv-portlet-primary-paragraph a,
.normal a,
a.portlet-font:link,
a.portlet-font-label:link,
a.portlet-font-dim:link,
a.portlet-msg-status:link,
a.portlet-msg-info:link,
a.portlet-msg-error:link,
a.portlet-msg-alert:link,
a.portlet-msg-success:link,
a.portlet-section-body:link,
a.portlet-section-alternate:link,
a.portlet-section-selected:link,
a.portlet-section-footer:link,
a.portlet-section-text:link,
a.portlet-form-label:link,
a.portlet-form-input-field:link,
a.portlet-form-button:link,
a.portlet-icon-label:link,
a.portlet-dlg-icon-label:link,
a.portlet-form-field-label:link,
a.portlet-form-field:link,
a.portlet-menu:link,
a.portlet-menu-item:link,
a.portlet-menu-item-selected:link,
a.portlet-menu-item-hover:link,
a.portlet-menu-item-hover-selected:link,
a.portlet-menu-cascade-item:link,
a.portlet-menu-cascade-item-selected:link,
a.portlet-menu-description:link,
a.sv-portlet-image-caption:link,
a.sv-portlet-link-description:link,
a.sv-portlet-primary-paragraph:link,
a.normal:link,
.portlet-font a:link,
.portlet-font-label a:link,
.portlet-font-dim a:link,
.portlet-msg-status a:link,
.portlet-msg-info a:link,
.portlet-msg-error a:link,
.portlet-msg-alert a:link,
.portlet-msg-success a:link,
.portlet-section-body a:link,
.portlet-section-alternate a:link,
.portlet-section-selected a:link,
.portlet-section-footer a:link,
.portlet-section-text a:link,
.portlet-form-label a:link,
.portlet-form-input-field a:link,
.portlet-form-button a:link,
.portlet-icon-label a:link,
.portlet-dlg-icon-label a:link,
.portlet-form-field-label a:link,
.portlet-form-field a:link,
.portlet-menu a:link,
.portlet-menu-item a:link,
.portlet-menu-item-selected a:link,
.portlet-menu-item-hover a:link,
.portlet-menu-item-hover-selected a:link,
.portlet-menu-cascade-item a:link,
.portlet-menu-cascade-item-selected a:link,
.portlet-menu-description a:link,
.sv-portlet-image-caption a:link,
.sv-portlet-link-description a:link,
.sv-portlet-primary-paragraph a:link,
.normal a:link,
a.portlet-font:visited,
a.portlet-font-label:visited,
a.portlet-font-dim:visited,
a.portlet-msg-status:visited,
a.portlet-msg-info:visited,
a.portlet-msg-error:visited,
a.portlet-msg-alert:visited,
a.portlet-msg-success:visited,
a.portlet-section-body:visited,
a.portlet-section-alternate:visited,
a.portlet-section-selected:visited,
a.portlet-section-footer:visited,
a.portlet-section-text:visited,
a.portlet-form-label:visited,
a.portlet-form-input-field:visited,
a.portlet-form-button:visited,
a.portlet-icon-label:visited,
a.portlet-dlg-icon-label:visited,
a.portlet-form-field-label:visited,
a.portlet-form-field:visited,
a.portlet-menu:visited,
a.portlet-menu-item:visited,
a.portlet-menu-item-selected:visited,
a.portlet-menu-item-hover:visited,
a.portlet-menu-item-hover-selected:visited,
a.portlet-menu-cascade-item:visited,
a.portlet-menu-cascade-item-selected:visited,
a.portlet-menu-description:visited,
a.sv-portlet-image-caption:visited,
a.sv-portlet-link-description:visited,
a.sv-portlet-primary-paragraph:visited,
a.normal:visited,
.portlet-font a:visited,
.portlet-font-label a:visited,
.portlet-font-dim a:visited,
.portlet-msg-status a:visited,
.portlet-msg-info a:visited,
.portlet-msg-error a:visited,
.portlet-msg-alert a:visited,
.portlet-msg-success a:visited,
.portlet-section-body a:visited,
.portlet-section-alternate a:visited,
.portlet-section-selected a:visited,
.portlet-section-footer a:visited,
.portlet-section-text a:visited,
.portlet-form-label a:visited,
.portlet-form-input-field a:visited,
.portlet-form-button a:visited,
.portlet-icon-label a:visited,
.portlet-dlg-icon-label a:visited,
.portlet-form-field-label a:visited,
.portlet-form-field a:visited,
.portlet-menu a:visited,
.portlet-menu-item a:visited,
.portlet-menu-item-selected a:visited,
.portlet-menu-item-hover a:visited,
.portlet-menu-item-hover-selected a:visited,
.portlet-menu-cascade-item a:visited,
.portlet-menu-cascade-item-selected a:visited,
.portlet-menu-description a:visited,
.sv-portlet-image-caption a:visited,
.sv-portlet-link-description a:visited,
.sv-portlet-primary-paragraph a:visited,
.normal a:visited,
a.portlet-font:focus,
a.portlet-font-label:focus,
a.portlet-font-dim:focus,
a.portlet-msg-status:focus,
a.portlet-msg-info:focus,
a.portlet-msg-error:focus,
a.portlet-msg-alert:focus,
a.portlet-msg-success:focus,
a.portlet-section-body:focus,
a.portlet-section-alternate:focus,
a.portlet-section-selected:focus,
a.portlet-section-footer:focus,
a.portlet-section-text:focus,
a.portlet-form-label:focus,
a.portlet-form-input-field:focus,
a.portlet-form-button:focus,
a.portlet-icon-label:focus,
a.portlet-dlg-icon-label:focus,
a.portlet-form-field-label:focus,
a.portlet-form-field:focus,
a.portlet-menu:focus,
a.portlet-menu-item:focus,
a.portlet-menu-item-selected:focus,
a.portlet-menu-item-hover:focus,
a.portlet-menu-item-hover-selected:focus,
a.portlet-menu-cascade-item:focus,
a.portlet-menu-cascade-item-selected:focus,
a.portlet-menu-description:focus,
a.sv-portlet-image-caption:focus,
a.sv-portlet-link-description:focus,
a.sv-portlet-primary-paragraph:focus,
a.normal:focus,
.portlet-font a:focus,
.portlet-font-label a:focus,
.portlet-font-dim a:focus,
.portlet-msg-status a:focus,
.portlet-msg-info a:focus,
.portlet-msg-error a:focus,
.portlet-msg-alert a:focus,
.portlet-msg-success a:focus,
.portlet-section-body a:focus,
.portlet-section-alternate a:focus,
.portlet-section-selected a:focus,
.portlet-section-footer a:focus,
.portlet-section-text a:focus,
.portlet-form-label a:focus,
.portlet-form-input-field a:focus,
.portlet-form-button a:focus,
.portlet-icon-label a:focus,
.portlet-dlg-icon-label a:focus,
.portlet-form-field-label a:focus,
.portlet-form-field a:focus,
.portlet-menu a:focus,
.portlet-menu-item a:focus,
.portlet-menu-item-selected a:focus,
.portlet-menu-item-hover a:focus,
.portlet-menu-item-hover-selected a:focus,
.portlet-menu-cascade-item a:focus,
.portlet-menu-cascade-item-selected a:focus,
.portlet-menu-description a:focus,
.sv-portlet-image-caption a:focus,
.sv-portlet-link-description a:focus,
.sv-portlet-primary-paragraph a:focus,
.normal a:focus {
  font-family: 'Leaguespartan webfont', sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #35383b;
  text-decoration: none;
  line-height: normal;
  box-shadow: rgba(85, 85, 85, 0.3) 0px -15px 0 -11px inset !important;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
  cursor: pointer;
}
.normal a:hover {
  box-shadow: rgba(85, 85, 85, 0.3) 0 -41px 0 -23px inset !important;
}
* {
  box-sizing: border-box;
}
.sol-ul-container ul,
.sol-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sol-float-right {
  float: right;
}
.sol-float-left {
  float: left;
}
.sol-hidden {
  display: none;
}
.sol-visibility-hidden {
  visibility: hidden;
}
.sol-overflow-hidden,
.sol-modal-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: 10px;
  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;
}
.fa.sol-external-link-icon {
  margin-left: 6px;
  font-size: 10px;
  color: #9e9e9e;
}
header {
  position: relative;
  background-color: #ffffff;
}
header .sol-top-search {
  position: relative;
  -webkit-transition-property: background-color, height;
  transition-property: background-color, height;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  overflow: hidden;
}
header .sol-top-search.sol-active {
  height: 115px;
  background-color: #ecebe6;
}
@media (max-width: 991px) {
  header .sol-top-search.sol-active {
    height: 100px;
  }
}
@media (max-width: 767px) {
  header .sol-top-search.sol-active {
    height: 80px;
  }
}
header .sol-top-search form {
  position: relative;
  display: block;
  width: 58%;
  margin: 35px auto;
}
@media (max-width: 991px) {
  header .sol-top-search form {
    width: 70%;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  header .sol-top-search form {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  header .sol-top-search form {
    width: 90%;
  }
}
header .sol-top-search-close {
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  position: absolute;
  right: -74px;
  top: 9px;
  color: #67a2c0;
  text-decoration: underline;
  cursor: pointer;
}
@media (max-width: 991px) {
  header .sol-top-search-close {
    display: none;
  }
}
header .sol-top-search-close:hover {
  color: #2c2c2c;
}
header .sol-top {
  padding: 30px 0px !important;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  header .sol-top {
    text-align: center;
    background-color: #ffffff;
    padding-top: 13px;
    padding-bottom: 8px;
  }
}
@media (max-width: 767px) {
  header .sol-top {
    padding-left: 7px;
    padding-right: 7px;
  }
}
header .sol-top .sol-top-logo {
  max-height: 50px;
  margin-top: 4px;
}
header .sol-top a {
  color: #555555 !important;
  text-decoration: none;
}
header .sol-top a .sol-header-text {
  margin-left: 1px;
}
header .sol-top a .sol-header-text h1 {
  color: #555555 !important;
  margin-bottom: 5px;
  margin-top: 14px;
}
header .sol-top a .sol-header-text h1.sol-header-smaller {
  font-size: 23px;
}
@media (max-width: 991px) {
  header .sol-top a .sol-header-text {
    margin-left: 0 !important;
  }
  header .sol-top a .sol-header-text h1 {
    color: #555555 !important;
    margin-bottom: 5px;
    font-size: 23px;
  }
  header .sol-top a .sol-header-text h1.sol-header-smaller {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  header .sol-top a .sol-header-text {
    margin-left: 0px !important;
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  header .sol-top .sol-md-row {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
  }
}
@media (max-width: 767px) {
  header .sol-top .sol-md-row {
    display: block !important;
  }
}
@media (max-width: 991px) {
  header .sol-top .sol-md-row .sv-layout {
    flex: auto !important;
  }
}
@media (max-width: 991px) {
  header .sol-top .sol-top-search-field {
    left: -5px;
  }
}
@media (max-width: 991px) {
  header .sol-top .sol-top-search-field button {
    right: -5px;
  }
}
@media (max-width: 991px) {
  header .sol-top .sol-top-search-field input {
    position: relative;
    width: 97%;
  }
}
header .sol-bottom {
  background-color: #ffffff;
  text-align: center;
}
header .sol-bottom .sol-top-nav {
  display: inline-block;
  vertical-align: top;
}
header .sol-bottom .sol-top-nav:before,
header .sol-bottom .sol-top-nav:after {
  content: "";
  display: table;
}
header .sol-bottom .sol-top-nav:after {
  clear: both;
}
header .sol-bottom .sol-top-nav-item {
  float: left;
  padding: 10px 12px 12px 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  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;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
header .sol-bottom .sol-top-nav-item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
header .sol-bottom .sol-top-nav-item:hover {
  background-color: rgba(236, 117, 6, 0.25);
}
header .sol-bottom .sol-top-nav-item.sol-active {
  background-color: rgba(236, 117, 6, 0.6);
}
@media (max-width: 991px) {
  header .sol-bottom {
    display: none;
  }
}
.sol-ung .sol-header-desc {
  display: none;
}
.sol-tool-nav {
  margin-top: 10px;
  box-sizing: border-box;
  color: #35383b;
  min-height: 47px;
  column-rule-color: #35383b;
  perspective-origin: 341.844px 23.5px;
  transform-origin: 341.844px 23.5px;
  border-top: 2px dotted #dbdbdb;
  border-right: 0px none #35383b;
  border-bottom: 2px dotted #dbdbdb;
  border-left: 0px none #35383b;
  font: normal normal normal normal 14px / 20px "Open Sans", sans-serif;
  margin-bottom: 30px;
  outline: #35383b none 0px;
  padding: 10px 0px 0px;
  /*@media @phone-sm {
      display: inline-block;
      vertical-align: top;
      float: none;
      margin-top: 0;
      text-align: center;
    }*/
}
@media (max-width: 767px) {
  .sol-tool-nav {
    display: none;
  }
}
.sol-tool-nav-item {
  display: inline-block;
  float: left;
  margin-left: 20px;
  margin-right: 5px;
  font-weight: 400;
  color: #2c2c2c;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 767px) {
  .sol-tool-nav-item {
    float: none;
    color: #2c2c2c;
    margin: 0px 9px 9px 9px;
  }
}
.sol-tool-nav-item > div i.fa,
.sol-tool-nav-item > i.fa,
.sol-tool-nav-item > a i.fa {
  margin-right: 5px;
  font-size: 15px;
  color: #2c2c2c;
}
.sol-tool-nav-item:hover span {
  transition: all 100ms;
  box-shadow: rgba(85, 85, 85, 0.3) 0 -41px 0 -23px inset !important;
}
.sol-tool-nav-item:first-child {
  margin-left: 5px;
}
.sol-tool-nav-item a {
  text-decoration: none;
}
.sol-tool-nav-item .fa {
  color: black;
}
.sol-tool-nav-box {
  position: absolute;
  width: 185px;
  margin-top: 10px;
  margin-left: -60px;
  padding: 17px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 rgba(0, 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 {
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-left: 5px;
  color: #EC7506;
  border: 2px solid #EC7506;
  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: 14px;
    padding-top: 0;
    line-height: 37px;
  }
}
.sol-tool-nav-box a.sol-btn-round i.fa {
  margin-right: 0px;
  margin-top: 5px;
}
.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: #9e9e9e;
}
.sol-tool-nav-box-translate {
  padding: 8px 17px 7px 17px;
}
.sol-tool-nav .left {
  float: left;
}
.sol-tool-nav .right {
  float: right;
}
@media (max-width: 767px) {
  .sol-tool-nav .right {
    float: left;
  }
}
.sol-ung .sol-tool-nav-item {
  color: #555555 !important;
}
.sol-ung .sol-tool-nav-box .sol-btn-round {
  border-color: #555555 !important;
}
.sol-ung .sol-tool-nav i.fa {
  color: #555555 !important;
}
.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: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px 0px;
  text-align: center;
}
.sol-mobile-header {
  display: block;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .sol-mobile-header {
    cursor: pointer;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sol-mobile-header {
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .sol-mobile-header {
    margin-right: -20px !important;
  }
}
.sol-mobile-header > div {
  position: relative;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .sol-mobile-header > div {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .sol-mobile-header {
    margin-left: -20px;
    margin-right: -20px;
    display: block;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .sol-mobile-header {
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -28px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sol-mobile-header .sol-mobile-logo {
    display: none;
  }
}
.sol-mobile-header .sol-mobile-logo {
  float: left;
  margin-left: 15px;
  margin-top: 11px;
  height: 30px;
}
.sol-mobile-header .sol-hamburger-wrapper {
  width: 60px;
  -webkit-border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #555555 !important;
  z-index: 10000;
}
@media (max-width: 767px) {
  .sol-mobile-header .sol-hamburger-wrapper {
    width: 100%;
    -webkit-border-radius: 0px;
    border-radius: 0%;
  }
}
@media (max-width: 767px) {
  .sol-mobile-header .sol-hamburger-wrapper > div {
    float: right;
    height: 50px;
    width: 60px;
    border-left: 1px solid #e7e7e7;
    cursor: pointer;
  }
}
.sol-mobile-header .sol-hamburger-wrapper .sol-hamburger {
  width: 25px;
  position: absolute;
  top: 52%;
  left: 30%;
  margin-top: -12px;
}
.sol-mobile-header .sol-hamburger-wrapper .sol-hamburger > span {
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 2px;
  background-color: #ffffff;
  transition: transform 500ms;
}
.sol-mobile-header .sol-hamburger-wrapper .sol-hamburger .sol-hamburger-middle {
  margin-top: 6px;
  margin-bottom: 6px;
  transition: width 500ms;
}
.sol-mobile-header .sol-hamburger-wrapper .sol-hamburger.sol-active {
  left: 24%;
}
@media (max-width: 991px) {
  .sol-mobile-header .sol-hamburger-wrapper .sol-hamburger.sol-active {
    left: auto;
    right: 24px;
  }
}
.sol-mobile-header .sol-hamburger-wrapper .sol-hamburger.sol-active .sol-hamburger-top {
  -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(45deg) translateX(5.5px) translateY(7.5px) translateZ(0px);
  -ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(45deg) translateX(5.5px) translateY(7.5px) translateZ(0px);
  transform: rotateX(0deg) rotateY(0deg) rotateZ(45deg) translateX(5.5px) translateY(7.5px) translateZ(0px);
  width: 37px;
}
.sol-mobile-header .sol-hamburger-wrapper .sol-hamburger.sol-active .sol-hamburger-middle {
  width: 0px;
}
.sol-mobile-header .sol-hamburger-wrapper .sol-hamburger.sol-active .sol-hamburger-bottom {
  -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(-45deg) translateX(5.5px) translateY(-7.5px) translateZ(0px);
  -ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(-45deg) translateX(5.5px) translateY(-7.5px) translateZ(0px);
  transform: rotateX(0deg) rotateY(0deg) rotateZ(-45deg) translateX(5.5px) translateY(-7.5px) translateZ(0px);
  width: 37px;
}
@media (max-width: 767px) {
  .sol-mobile-header .sol-hamburger-wrapper .sol-hamburger {
    top: 42%;
    left: auto;
    right: 20px;
  }
}
.sol-mobile-header .sol-hamburger-wrapper .sol-hamburger-label {
  position: absolute;
  top: 57px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  left: 17px;
}
@media (max-width: 767px) {
  .sol-mobile-header .sol-hamburger-wrapper .sol-hamburger-label {
    color: #ffffff;
    left: auto;
    right: 19px;
    top: 28px;
    cursor: pointer;
  }
}
.sol-mobile-header .sol-hamburger-wrapper .sol-tool-nav-item {
  display: none;
}
@media (max-width: 767px) {
  .sol-mobile-header .sol-hamburger-wrapper .sol-tool-nav-item {
    display: inline-block;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
    min-width: 50px;
    color: #ffffff;
  }
  .sol-mobile-header .sol-hamburger-wrapper .sol-tool-nav-item i.fa,
  .sol-mobile-header .sol-hamburger-wrapper .sol-tool-nav-item > a > i.fa {
    color: #ffffff;
    font-size: 18px;
    margin-top: 6px;
  }
  .sol-mobile-header .sol-hamburger-wrapper .sol-tool-nav-item div,
  .sol-mobile-header .sol-hamburger-wrapper .sol-tool-nav-item > a div {
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
  }
  .sol-mobile-header .sol-hamburger-wrapper .sol-tool-nav-item div.sol-js-show-box > div {
    margin-top: -1px;
  }
  .sol-mobile-header .sol-hamburger-wrapper .sol-tool-nav-item .sol-tool-nav-box-share i.fa {
    color: #2c2c2c;
  }
}
.sol-mobile-menu-wrapper {
  position: relative;
}
.sol-ung .sol-mobile-menu-wrapper .sol-js-toggle-menu span {
  color: #ffffff;
}
.sol-mobile-menu-container {
  display: none;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  min-height: 100%;
  width: 350px;
  bottom: 0;
  -webkit-transition-property: height, min-height;
  transition-property: height, min-height;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  overflow: hidden;
  box-shadow: 0 11px 10px 0 rgba(0, 0, 0, 0.43);
  z-index: 500000;
  overflow-y: scroll;
}
@media (max-width: 767px) {
  .sol-mobile-menu-container {
    position: inherit;
    margin-top: 8px;
    margin-left: -7px;
    width: 103%;
  }
}
@media (max-width: 479px) {
  .sol-mobile-menu-container {
    width: 105%;
  }
}
.sol-mobile-menu-container .sol-menu-list {
  width: 100%;
}
.sol-mobile-menu-container .sol-menu-item {
  background-color: #555555 !important;
}
.sol-mobile-menu-container .sol-menu-item a {
  text-align: left;
  display: block;
  position: relative;
  padding: 10px 50px 10px 20px;
  border-bottom: 1px solid #e7e7e7;
  text-decoration: none;
  color: #ffffff;
}
.sol-mobile-menu-container .sol-menu-item a .sol-menu-item-display-name {
  font-size: 14px;
  font-weight: 600;
}
.sol-mobile-menu-container .sol-menu-item a .sol-menu-button {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 100%;
  border-left: 1px solid #e7e7e7;
}
.sol-mobile-menu-container .sol-menu-item a .sol-menu-button i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -11px;
  margin-left: -11px;
  text-align: center;
  padding-top: 3px;
  padding-left: 3px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media (max-width: 767px) {
  .sol-mobile-menu-container .sol-menu-item a {
    border-bottom: none;
    border-top: 1px solid #e7e7e7;
  }
}
.sol-mobile-menu-container .sol-menu-item[data-menu-level="1"] a {
  background-color: #ffffff;
  color: #2c2c2c;
  padding-left: 30px;
}
.sol-mobile-menu-container .sol-menu-item[data-menu-level="1"] a i {
  color: #2c2c2c;
}
.sol-mobile-menu-container .sol-menu-item[data-menu-level="2"] a {
  padding-left: 40px;
}
.sol-mobile-menu-container .sol-menu-item[data-menu-level="3"] a {
  padding-left: 50px;
}
.sol-mobile-menu-container .sol-menu-item[data-menu-level="4"] a {
  padding-left: 60px;
}
.sol-mobile-menu-container .sol-menu-item[data-expanded="true"] > a i.fa {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sol-mobile-menu-container .sol-menu-item[data-is-current="true"] > a,
.sol-mobile-menu-container .sol-menu-item[data-expanded="true"][data-has-children="false"] > a {
  color: #ffffff;
  background-color: #9e9e9e;
}
.sol-mobile-menu-container .sol-menu-header {
  background-color: #ffffff;
  display: block;
  position: relative;
  padding: 10px 50px 10px 20px;
  border-bottom: 1px solid #e7e7e7;
  text-decoration: none;
  color: #2c2c2c;
  margin: -1px;
}
.sol-mobile-menu-container .sol-menu-header span {
  text-transform: uppercase;
  font-weight: 600;
}
.sol-mobile-menu-container .sol-menu-header a.sol-js-toggle-menu {
  background-color: #555555 !important;
  font-weight: 800;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  width: 51px;
  display: inline-block;
  font-size: 10px;
  text-align: center;
  border-bottom: 0;
  padding: 8px 0 2px;
  font-weight: 700;
  border-left: 1px solid #e7e7e7;
  text-decoration: none;
}
.sol-mobile-menu-container .sol-menu-header i {
  width: 100%;
  display: inherit;
}
@media (max-width: 767px) {
  .sol-mobile-menu-container .sol-menu-header {
    display: none;
  }
}
.sol-ung .sol-menu-item[data-menu-level="0"] > * {
  color: #ffffff !important;
}
.sol-top-search-field {
  position: relative;
}
.sol-top-search-field input[type=text] {
  -webkit-appearance: none;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  margin-top: 9px;
  width: 100%;
  height: 45px;
  padding: 0 11px;
  border: 2px solid rgba(85, 85, 85, 0.4) !important;
  border-radius: 4px;
  background-color: #ffffff;
  color: #9e9e9e;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
.sol-top-search-field input[type=text]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
@media (max-width: 767px) {
  .sol-top-search-field input[type=text] {
    height: 35px;
  }
}
.sol-top-search-field input[type=text]:focus {
  border-color: #e7e7e7;
}
.sol-top-search-field button {
  -webkit-appearance: none;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  position: absolute;
  top: 0px;
  right: -10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #555555 !important;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
  text-decoration: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}
.sol-top-search-field button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
@media (max-width: 767px) {
  .sol-top-search-field button {
    width: 50px;
    height: 50px;
    top: 0px;
  }
}
.sol-top-search-field button > i.fa {
  position: relative;
  top: -2px;
}
.sol-top-search-field > div:hover input[type=text] {
  border-color: #e7e7e7;
}
.sol-top-search-field > div:hover button {
  background-color: #9e9e9e;
}
footer .sol-bottom {
  padding: 50px 0 50px;
  background-color: #ffffff;
  font-size: 14px;
}
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 {
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: 400;
  color: #2c2c2c;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
footer .sol-bottom .sol-footer-contact-item i.fa:first-child,
footer .sol-bottom .sol-footer-links-item i.fa:first-child {
  position: absolute;
  left: 0px;
  top: 1px;
  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;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  opacity: 0.5;
  line-height: 16px;
  text-align: center;
  font-size: 14px;
}
footer .sol-bottom .sol-footer-contact-item-name,
footer .sol-bottom .sol-footer-links-item-name {
  font-weight: 600;
}
footer .sol-bottom .sol-footer-contact-description,
footer .sol-bottom .sol-footer-links-description {
  padding-top: 20px;
}
footer .sol-bottom .sol-footer-contact a:hover,
footer .sol-bottom .sol-footer-links a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
footer .sol-bottom .sol-social-media:before,
footer .sol-bottom .sol-social-media:after {
  content: "";
  display: table;
}
footer .sol-bottom .sol-social-media:after {
  clear: both;
}
footer .sol-bottom .sol-social-media .sol-social-media-item > a {
  width: 40px;
  height: 40px;
  margin-right: 7px;
  float: left;
  border: 2px solid #2c2c2c;
  border-radius: 50%;
  color: #2c2c2c;
  font-size: 21px;
  text-align: center;
  line-height: 34px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
footer .sol-bottom .sol-social-media .sol-social-media-item > a:hover {
  opacity: 0.5;
}
footer .sol-bottom-logo {
  padding-top: 35px;
  padding-left: 50px;
}
@media (max-width: 767px) {
  footer .sol-bottom-logo {
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  footer .sol-bottom .sv-image-portlet {
    float: left;
    margin-left: 0;
  }
}
footer p.font-footer-header {
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(44, 44, 44, 0.2);
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #2c2c2c;
  line-height: 22px;
  font-weight: 700;
}
footer p.font-footer-text {
  margin-bottom: 11px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #2c2c2c;
  line-height: 22px;
  font-weight: 700;
}
footer p.font-footer-text a:hover {
  color: rgba(44, 44, 44, 0.7);
  text-decoration: underline;
}
footer p.font-normal a {
  color: #2c2c2c;
  text-decoration: none;
  box-shadow: rgba(85, 85, 85, 0.3) 0px -15px 0 -11px inset !important;
  transition: all 100ms;
}
footer p.font-normal a:hover {
  text-decoration: none;
  box-shadow: rgba(85, 85, 85, 0.3) 0 -43px 0 -23px inset !important;
}
.sol-shortcut-container {
  background-color: #f4f3f1;
  padding: 20px 20px 0 20px;
}
.sol-shortcut {
  margin-left: -10px;
  margin-right: -10px;
}
.sol-shortcut:before,
.sol-shortcut:after {
  content: "";
  display: table;
}
.sol-shortcut:after {
  clear: both;
}
@media (max-width: 767px) {
  .sol-shortcut {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    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 auto;
  border: 2px solid #555555 !important;
  border-radius: 50%;
  background-color: #ffffff;
  color: #555555 !important;
  font-size: 21px;
  text-align: center;
  line-height: 54px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-shortcut-item a > span {
  color: #555555 !important;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-shortcut-item a:hover i.fa {
  background-color: #82b546 !important;
  color: #ffffff;
}
.sol-shortcut-item a:hover a > span {
  color: #2c2c2c;
}
@media (max-width: 767px) {
  .sol-ung .sol-shortcut-list {
    margin-bottom: 20px !important;
    margin-top: 0;
  }
}
.sol-ung .sol-shortcut-list .sol-action-wrapper {
  height: 70px;
  margin-bottom: 0;
}
.sol-ung .sol-shortcut-list .sol-action-wrapper .sol-action-row {
  height: 100%;
}
.sol-ung .sol-shortcut-list .sol-action-wrapper .sol-action-row .sol-action-text {
    height: 100%;
    padding: 0 35px 0 80px;
    position: absolute;
    margin-left: 0;
    display: table;
}
.sol-ung .sol-shortcut-list .sol-action-wrapper .sol-action-row .sol-action-text a {
  padding-left: 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 19px;
  color: #555555 !important;
  margin-top: 21px;
  line-height: 19px;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .sol-ung .sol-shortcut-list .sol-action-wrapper .sol-action-row .sol-action-text a {
    font-size: 16px;
  }
}
.sol-ung .sol-shortcut-list .sol-action-wrapper .sol-action-row .sol-action-arrow {
  font-size: 22px;
  color: #555555 !important;
}
.sol-ung .sol-shortcut-list .sol-action-wrapper .sol-action-row .sol-action-arrow .fa-chevron-right {
  color: #555555 !important;
}
.sol-ung .sol-shortcut-list .sol-action-wrapper .sol-action-row:after {
  display: none;
}
.sol-ung .sol-shortcut-list .sol-action-wrapper .sol-action-row .sol-action-icon {
  float: left;
  background-color: #0068b4;
  width: 70px;
  height: 100%;
  min-height: 70px;
  text-align: center;
  padding: 10px;
  margin: auto;
}
.sol-ung .sol-shortcut-list .sol-action-wrapper .sol-action-row .sol-action-icon i {
  font-size: 36px;
  margin-top: 5px;
  color: #f4f3f1;
}
.sol-cookie-message {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  width: 270px;
  border-top-left-radius: 3px;
  background-color: #3d3d3d;
  color: #ffffff;
  padding: 8px 10px 8px 14px;
  font-size: 13px;
}
.sol-cookie-message:before,
.sol-cookie-message:after {
  content: "";
  display: table;
}
.sol-cookie-message:after {
  clear: both;
}
.sol-cookie-message a {
  color: #ffffff;
  text-decoration: underline;
}
.sol-cookie-message .sol-cookie-ok {
  display: inline-block;
  padding: 0px 7px;
  border-radius: 2px;
  background-color: #ffffff;
  color: #555555 !important;
  font-size: 10px;
  line-height: 20px;
  font-weight: 600;
  cursor: pointer;
  float: right;
  margin-top: 3px;
}
.sol-editor-bottom {
  bottom: 60px !important;
}
/**************************
******** OVERLAY **********
**************************/
.sol-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 500000;
  transition: opacity 200ms ease;
}
.sol-overlay.sol-overlay-active {
  opacity: 1;
  overflow-y: scroll;
}
.sol-overlay .sol-overlay-close {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #d1d1d1;
  font-size: 33px;
  cursor: pointer;
}
.sol-overlay .sol-overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
}
.sol-overlay .sol-overlay-content iframe {
  max-width: 100%;
}
@media (max-width: 991px) {
  .sol-overlay .sol-overlay-content {
    top: 80px;
    margin-top: 0 !important;
  }
}
.sol-overlay .sol-overlay-content h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .sol-ung .sol-overlay-content {
    top: 60px;
  }
}
div.sol-overlay-simple {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1001;
}
div.sol-overlay-simple .popeye-modal {
  padding: 27px 25px 25px;
  background-color: #fff;
  border-radius: 2px;
  max-width: 940px;
  margin-top: -20px;
}
div.sol-overlay-simple .popeye-modal .popeye-close-modal {
  display: none;
}
@media (max-width: 991px) {
  div.sol-overlay-simple .popeye-modal {
    width: 80%;
  }
}
@media (max-width: 767px) {
  div.sol-overlay-simple .popeye-modal {
    width: 90%;
  }
}
div.sol-overlay-simple:after {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #d1d1d1;
  cursor: pointer;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  display: inline-block;
  font-size: 33px;
  content: "\f00d";
}
.sol-big-modal {
  width: 940px;
  max-width: 100%;
  padding: 15px 0;
  background-color: #ffffff;
  border-radius: 2px;
}
@media (max-width: 991px) {
  .sol-big-modal {
    overflow: scroll;
  }
}
.sol-big-modal a {
  text-decoration: none;
}
.sol-big-modal a:hover {
  text-decoration: underline;
}
.sol-big-modal-close {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 2px 15px 4px 10px;
  border-bottom-left-radius: 4px;
  background-color: #82b546 !important;
  cursor: pointer;
  color: white;
  font-weight: 300;
}
.sol-big-modal-close i {
  margin-right: 5px;
}
.sol-big-modal-close:hover {
  background-color: #555555 !important;
}
@media (max-width: 991px) {
  .sol-big-modal .sol-md-row {
    padding: 0 10px;
  }
}
.sol-big-modal .sol-contact-left.sol-md-col-6 {
  border-right: 2px dotted #dbdbdb;
  padding-bottom: 20px;
}
.sol-big-modal .sol-contact-left.sol-md-col-6.sv-column-6 {
  padding-left: 0;
  padding-right: 0;
}
.sol-big-modal .sol-contact-left.sol-md-col-6 .sol-contact-school {
  padding-bottom: 20px;
}
.sol-big-modal .sol-contact-left.sol-md-col-6 .sol-contact-school h2 {
  margin-bottom: 20px;
  margin-top: 10px;
}
.sol-big-modal .sol-contact-left.sol-md-col-6 .sol-contact-school div:last-child {
  padding-bottom: 20px;
  border-bottom: 2px dotted #dbdbdb;
}
.sol-big-modal .sol-contact-left.sol-md-col-6 .sol-contact-school.sol-no-staff {
  margin-bottom: 100px;
}
.sol-big-modal .sol-contact-left.sol-md-col-6 .sol-contact-school a {
  box-shadow: rgba(85, 85, 85, 0.3) 0px -15px 0 -11px inset !important;
  transition: all 100ms;
}
.sol-big-modal .sol-contact-left.sol-md-col-6 .sol-contact-school a:hover {
  text-decoration: none;
  box-shadow: rgba(85, 85, 85, 0.3) 0 -41px 0 -23px inset !important;
}
@media (max-width: 767px) {
  .sol-big-modal .sol-contact-left.sol-md-col-6 .sol-contact-staff {
    border-bottom: 2px dotted #dbdbdb;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .sol-big-modal .sol-contact-left.sol-md-col-6 {
    border-right: none;
  }
}
.sol-big-modal .sol-contact-right.sol-md-col-6.sv-column-6 {
  padding-left: 0;
  padding-right: 0;
}
.sol-big-modal .sol-contact-right.sol-md-col-6 .sol-contact-municipality {
  padding-left: 30px;
  padding-right: 30px;
  border-bottom: 2px dotted #dbdbdb;
  padding-bottom: 20px;
}
.sol-big-modal .sol-contact-right.sol-md-col-6 .sol-contact-municipality h2 {
  margin-bottom: 20px;
  margin-top: 10px;
}
.sol-big-modal .sol-contact-right.sol-md-col-6 .sol-contact-municipality a {
  box-shadow: rgba(85, 85, 85, 0.3) 0px -15px 0 -11px inset !important;
  transition: all 100ms;
}
.sol-big-modal .sol-contact-right.sol-md-col-6 .sol-contact-municipality a:hover {
  text-decoration: none;
  box-shadow: rgba(85, 85, 85, 0.3) 0 -41px 0 -23px inset !important;
}
@media (max-width: 767px) {
  .sol-big-modal .sol-contact-right.sol-md-col-6 .sol-contact-municipality {
    padding-left: 0;
    padding-right: 0;
  }
}
.sol-big-modal .sol-contact-right.sol-md-col-6 .sol-contact-comments {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 25px;
}
.sol-big-modal .sol-contact-right.sol-md-col-6 .sol-contact-comments .sol-action-icon {
  background-color: #F4A63B;
}
.sol-big-modal .sol-contact-right.sol-md-col-6 .sol-contact-comments .sol-action-icon i {
  color: #ffffff;
  font-size: 28px;
}
.sol-big-modal .sol-contact-right.sol-md-col-6 .sol-contact-comments .sol-action-arrow .fa {
  color: #2c2c2c;
}
@media (max-width: 767px) {
  .sol-big-modal .sol-contact-right.sol-md-col-6 .sol-contact-comments {
    padding-left: 0;
    padding-right: 0;
  }
}
.sol-big-modal .sol-contact-label {
  font-weight: bold;
}
@media (max-width: 767px) {
  .sol-big-modal {
    width: 340px;
  }
}
@media (max-width: 991px) {
  .sol-ung .sol-big-modal .sol-contact-left {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .sol-ung .sol-big-modal .sol-contact-left .sol-contact-school.sol-no-staff {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.sol-top-bar {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f7faee;
}
@media (max-width: 767px) {
  .sol-top-bar {
    text-align: center;
  }
}
.sol-top-bar a.sol-btn {
  border-color: #82b546 !important;
  background-color: white;
  padding-bottom: 0px;
  padding-top: 0;
  margin-right: 10px;
}
.sol-top-bar a.sol-btn:hover {
  background-color: #82b546 !important;
  border-color: #82b546 !important;
  color: #f4f3f1;
}
.sol-top-bar .sol-top-bar-help a {
  color: #EC7506;
  font-size: 13px;
  font-weight: 700;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
@media (max-width: 479px) {
  .sol-top-bar .sol-top-bar-help a {
    font-size: 0;
  }
}
.sol-top-bar .sol-top-bar-help a i.fa {
  margin-right: 5px;
  font-size: 16px;
  position: relative;
  top: 1px;
}
@media (max-width: 991px) {
}
.sol-action-wrapper {
  position: relative;
  margin-bottom: 20px;
}
.sol-action-wrapper .sol-action-row {
  display: table;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f1f1;
  background-color: #ffffff;
}
.sol-action-wrapper .sol-action-row div {
  display: table-cell;
  vertical-align: middle;
}
.sol-action-wrapper .sol-action-row .sol-action-arrow {
  width: 40px;
  text-align: center;
}
.sol-action-wrapper .sol-action-row .sol-action-icon {
  float: left;
  background-color: #555555 !important;
  width: 48px;
  height: 48px;
  text-align: center;
  padding: 10px;
  margin: auto;
}
.sol-action-wrapper .sol-action-row .sol-action-icon i {
  font-size: 22px;
  color: #f4f3f1;
}
.sol-action-wrapper .sol-action-row .sol-action-text {
  float: left;
  height: 44px;
  padding: 12px;
  margin: auto;
}
.sol-action-wrapper .sol-action-row .sol-action-text a {
  padding-left: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}
.sol-action-wrapper .sol-action-row:after {
  border-left-color: #555555 !important;
  left: 49px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: #fff;
  border-color: rgba(136, 183, 213, 0) rgba(136, 183, 213, 0) rgba(136, 183, 213, 0);
  border-width: 10px;
  margin-top: -10px;
}
.sol-action-wrapper:hover .sol-action-text {
  text-decoration: underline;
}
.sol-menu-backdrop {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  z-index: 9998;
}
body.sv-responsive .sv-autocomplete-search-result {
  z-index: 10001;
}
/**********************
******* ANPASSA *******
**********************/
.sv-customview-portlet form > div > fieldset:last-of-type {
  display: none !important;
}
.sol-ung .sol-wrapper-padding {
  padding-bottom: 60px;
}
.sol-ung .sv-carousel__dots {
  bottom: 15px;
}
.sol-btn {
  position: relative;
  display: inline-block;
  line-height: 22px;
  padding: 8px 25px;
  color: #ffffff;
  border-radius: 3px;
  background-color: #555555 !important;
  box-shadow: inset 0 -2px 0 0 #EC7506;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  border: none;
}
.sol-btn:focus,
[data-whatinput="keyboard"] .sol-btn:focus {
  outline: 1px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-btn:focus,
[data-whatinput="mouse"] .sol-btn:focus,
[data-whatinput="touch"] .sol-btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-btn:hover {
  background-color: rgba(85, 85, 85, 0.8) !important;
  color: #ffffff;
}
.sol-btn:active {
  top: 1px;
  box-shadow: inset 0 -1px 0 0 #EC7506;
}
.sol-btn i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.font-btn {
  padding-top: 10px;
  padding-bottom: 10px;
}
.font-btn > a {
  position: relative;
  display: inline-block;
  line-height: 22px;
  padding: 8px 25px;
  color: #ffffff;
  border-radius: 3px;
  background-color: #555555 !important;
  box-shadow: inset 0 -2px 0 0 #EC7506;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  border: none;
  display: inline;
  padding-bottom: 12px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.font-btn > a:focus,
[data-whatinput="keyboard"] .font-btn > a:focus {
  outline: 1px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .font-btn > a:focus,
[data-whatinput="mouse"] .font-btn > a:focus,
[data-whatinput="touch"] .font-btn > a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.font-btn > a:hover {
  background-color: rgba(85, 85, 85, 0.8) !important;
  color: #ffffff;
}
.font-btn > a:active {
  top: 1px;
  box-shadow: inset 0 -1px 0 0 #EC7506;
}
.font-btn > a i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-btn-small .font-btn,
.sv-text-portlet.sol-btn-small .font-btn {
  padding-top: 4px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.sol-btn-small .font-btn > a,
.sv-text-portlet.sol-btn-small .font-btn > a {
  padding: 7px 25px 8px;
  color: #ffffff;
  background-color: #9e9e9e;
  box-shadow: none;
  font-size: 11px;
  line-height: 10px;
  font-weight: 600;
  text-transform: none;
}
.sol-btn-small .font-btn > a:hover,
.sv-text-portlet.sol-btn-small .font-btn > a:hover {
  background-color: #555555 !important;
  color: #ffffff;
}
.sol-btn-small .font-btn > a:active,
.sv-text-portlet.sol-btn-small .font-btn > a:active {
  top: 0;
  box-shadow: none;
}
.sol-box-decoration {
  border-radius: 0px;
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.sol-box-decoration-header {
  display: block;
  padding: 12px 15px;
  background-color: #555555 !important;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  line-height: 13px;
  font-weight: 700;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
a.sol-box-decoration-header:focus,
[data-whatinput="keyboard"] a.sol-box-decoration-header:focus {
  outline: 1px solid #257cc3;
  z-index: 10;
}
[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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-box-decoration .sv-decoration-content {
  padding: 12px 15px;
}
.sol-box-decoration .sv-decoration-content p.font-normal {
  margin-bottom: 0;
}
.sol-box-decoration .sv-text-portlet.sol-btn-small .font-btn {
  margin-bottom: 5px;
}
.sol-divider-decoration {
  margin-top: 20px;
  margin-bottom: 20px;
}
.sol-divider-decoration .sol-wrapper {
  border-top: 2px dotted #e7e7e7;
  border-bottom: 2px dotted #e7e7e7;
}
.sol-divider-decoration p.font-normal {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.sol-ung .sol-divider-decoration h2,
.sol-ung .sol-divider-decoration h2.font-heading-2,
.sol-ung .sol-divider-decoration .font-heading-2 {
  margin-top: 5px;
}
.sol-simple-box-decoration {
  margin-top: 25px;
  padding: 8px 20px 2px 15px;
  border: 1px solid rgba(130, 181, 70, 0.23) !important;
  border-radius: 3px;
  background-color: #ffffff;
}
.sol-simple-box-decoration.sol-simple-box-decoration-alt {
  background-color: rgba(244, 243, 241, 0.6);
}
.sol-simple-box-decoration > div {
  display: block;
  margin-bottom: 5px;
}
.sol-ung .sol-simple-box-decoration {
  border-color: transparent !important;
}
.sol-form-decoration,
.sol-form {
  padding: 20px 20px 40px;
  border-radius: 3px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .sol-form-decoration,
  .sol-form {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .sol-form-decoration,
  .sol-form {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.sol-form-decoration h2,
.sol-form h2 {
  margin-top: 0;
}
.sol-form-decoration form input[type=text],
.sol-form form input[type=text],
.sol-form-decoration form input[type=email],
.sol-form form input[type=email],
.sol-form-decoration form input[type=number],
.sol-form form input[type=number],
.sol-form-decoration form input[type=password],
.sol-form form input[type=password],
.sol-form-decoration form input[type=tel],
.sol-form form input[type=tel],
.sol-form-decoration form input[type=url],
.sol-form form input[type=url],
.sol-form-decoration form textarea,
.sol-form form textarea,
.sol-form-decoration form select,
.sol-form form select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 8px 15px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #2c2c2c;
  vertical-align: middle;
  height: 40px;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  background-color: #f8f8f8;
  -webkit-transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 99% 8px;
  background-position: right 10px top 8px;
}
.sol-form-decoration form input[type=text]::-webkit-input-placeholder,
.sol-form form input[type=text]::-webkit-input-placeholder,
.sol-form-decoration form input[type=email]::-webkit-input-placeholder,
.sol-form form input[type=email]::-webkit-input-placeholder,
.sol-form-decoration form input[type=number]::-webkit-input-placeholder,
.sol-form form input[type=number]::-webkit-input-placeholder,
.sol-form-decoration form input[type=password]::-webkit-input-placeholder,
.sol-form form input[type=password]::-webkit-input-placeholder,
.sol-form-decoration form input[type=tel]::-webkit-input-placeholder,
.sol-form form input[type=tel]::-webkit-input-placeholder,
.sol-form-decoration form input[type=url]::-webkit-input-placeholder,
.sol-form form input[type=url]::-webkit-input-placeholder,
.sol-form-decoration form textarea::-webkit-input-placeholder,
.sol-form form textarea::-webkit-input-placeholder,
.sol-form-decoration form select::-webkit-input-placeholder,
.sol-form form select::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-form-decoration form input[type=text]:-moz-placeholder,
.sol-form form input[type=text]:-moz-placeholder,
.sol-form-decoration form input[type=email]:-moz-placeholder,
.sol-form form input[type=email]:-moz-placeholder,
.sol-form-decoration form input[type=number]:-moz-placeholder,
.sol-form form input[type=number]:-moz-placeholder,
.sol-form-decoration form input[type=password]:-moz-placeholder,
.sol-form form input[type=password]:-moz-placeholder,
.sol-form-decoration form input[type=tel]:-moz-placeholder,
.sol-form form input[type=tel]:-moz-placeholder,
.sol-form-decoration form input[type=url]:-moz-placeholder,
.sol-form form input[type=url]:-moz-placeholder,
.sol-form-decoration form textarea:-moz-placeholder,
.sol-form form textarea:-moz-placeholder,
.sol-form-decoration form select:-moz-placeholder,
.sol-form form select:-moz-placeholder {
  color: #b4b4b4;
}
.sol-form-decoration form input[type=text]::-moz-placeholder,
.sol-form form input[type=text]::-moz-placeholder,
.sol-form-decoration form input[type=email]::-moz-placeholder,
.sol-form form input[type=email]::-moz-placeholder,
.sol-form-decoration form input[type=number]::-moz-placeholder,
.sol-form form input[type=number]::-moz-placeholder,
.sol-form-decoration form input[type=password]::-moz-placeholder,
.sol-form form input[type=password]::-moz-placeholder,
.sol-form-decoration form input[type=tel]::-moz-placeholder,
.sol-form form input[type=tel]::-moz-placeholder,
.sol-form-decoration form input[type=url]::-moz-placeholder,
.sol-form form input[type=url]::-moz-placeholder,
.sol-form-decoration form textarea::-moz-placeholder,
.sol-form form textarea::-moz-placeholder,
.sol-form-decoration form select::-moz-placeholder,
.sol-form form select::-moz-placeholder {
  color: #b4b4b4;
}
.sol-form-decoration form input[type=text]:-ms-input-placeholder,
.sol-form form input[type=text]:-ms-input-placeholder,
.sol-form-decoration form input[type=email]:-ms-input-placeholder,
.sol-form form input[type=email]:-ms-input-placeholder,
.sol-form-decoration form input[type=number]:-ms-input-placeholder,
.sol-form form input[type=number]:-ms-input-placeholder,
.sol-form-decoration form input[type=password]:-ms-input-placeholder,
.sol-form form input[type=password]:-ms-input-placeholder,
.sol-form-decoration form input[type=tel]:-ms-input-placeholder,
.sol-form form input[type=tel]:-ms-input-placeholder,
.sol-form-decoration form input[type=url]:-ms-input-placeholder,
.sol-form form input[type=url]:-ms-input-placeholder,
.sol-form-decoration form textarea:-ms-input-placeholder,
.sol-form form textarea:-ms-input-placeholder,
.sol-form-decoration form select:-ms-input-placeholder,
.sol-form form select:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-form-decoration form input[type=text]:focus,
.sol-form form input[type=text]:focus,
.sol-form-decoration form input[type=email]:focus,
.sol-form form input[type=email]:focus,
.sol-form-decoration form input[type=number]:focus,
.sol-form form input[type=number]:focus,
.sol-form-decoration form input[type=password]:focus,
.sol-form form input[type=password]:focus,
.sol-form-decoration form input[type=tel]:focus,
.sol-form form input[type=tel]:focus,
.sol-form-decoration form input[type=url]:focus,
.sol-form form input[type=url]:focus,
.sol-form-decoration form textarea:focus,
.sol-form form textarea:focus,
.sol-form-decoration form select:focus,
.sol-form form select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-form-decoration form input[type=text]:hover,
.sol-form form input[type=text]:hover,
.sol-form-decoration form input[type=email]:hover,
.sol-form form input[type=email]:hover,
.sol-form-decoration form input[type=number]:hover,
.sol-form form input[type=number]:hover,
.sol-form-decoration form input[type=password]:hover,
.sol-form form input[type=password]:hover,
.sol-form-decoration form input[type=tel]:hover,
.sol-form form input[type=tel]:hover,
.sol-form-decoration form input[type=url]:hover,
.sol-form form input[type=url]:hover,
.sol-form-decoration form textarea:hover,
.sol-form form textarea:hover,
.sol-form-decoration form select:hover,
.sol-form form select:hover,
.sol-form-decoration form input[type=text]:focus,
.sol-form form input[type=text]:focus,
.sol-form-decoration form input[type=email]:focus,
.sol-form form input[type=email]:focus,
.sol-form-decoration form input[type=number]:focus,
.sol-form form input[type=number]:focus,
.sol-form-decoration form input[type=password]:focus,
.sol-form form input[type=password]:focus,
.sol-form-decoration form input[type=tel]:focus,
.sol-form form input[type=tel]:focus,
.sol-form-decoration form input[type=url]:focus,
.sol-form form input[type=url]:focus,
.sol-form-decoration form textarea:focus,
.sol-form form textarea:focus,
.sol-form-decoration form select:focus,
.sol-form form select:focus {
  background-color: #ffffff;
  border-color: #257cc3;
}
.sol-form-decoration form input[type=text]:hover,
.sol-form form input[type=text]:hover,
.sol-form-decoration form input[type=email]:hover,
.sol-form form input[type=email]:hover,
.sol-form-decoration form input[type=number]:hover,
.sol-form form input[type=number]:hover,
.sol-form-decoration form input[type=password]:hover,
.sol-form form input[type=password]:hover,
.sol-form-decoration form input[type=tel]:hover,
.sol-form form input[type=tel]:hover,
.sol-form-decoration form input[type=url]:hover,
.sol-form form input[type=url]:hover,
.sol-form-decoration form textarea:hover,
.sol-form form textarea:hover,
.sol-form-decoration form select:hover,
.sol-form form select:hover {
  border-color: #d6d6d6;
}
.sol-form-decoration form input[type=text]:invalid,
.sol-form form input[type=text]:invalid,
.sol-form-decoration form input[type=email]:invalid,
.sol-form form input[type=email]:invalid,
.sol-form-decoration form input[type=number]:invalid,
.sol-form form input[type=number]:invalid,
.sol-form-decoration form input[type=password]:invalid,
.sol-form form input[type=password]:invalid,
.sol-form-decoration form input[type=tel]:invalid,
.sol-form form input[type=tel]:invalid,
.sol-form-decoration form input[type=url]:invalid,
.sol-form form input[type=url]:invalid,
.sol-form-decoration form textarea:invalid,
.sol-form form textarea:invalid,
.sol-form-decoration form select:invalid,
.sol-form form select:invalid {
  border-color: #eec3c3;
  background-color: #f7e4e4;
  background-image: url('/webdav/files/System/resources/graphics/icons/times_invalid.svg');
}
.sol-form-decoration form input[type=text]:required:valid,
.sol-form form input[type=text]:required:valid,
.sol-form-decoration form input[type=email]:required:valid,
.sol-form form input[type=email]:required:valid,
.sol-form-decoration form input[type=number]:required:valid,
.sol-form form input[type=number]:required:valid,
.sol-form-decoration form input[type=password]:required:valid,
.sol-form form input[type=password]:required:valid,
.sol-form-decoration form input[type=tel]:required:valid,
.sol-form form input[type=tel]:required:valid,
.sol-form-decoration form input[type=url]:required:valid,
.sol-form form input[type=url]:required:valid,
.sol-form-decoration form textarea:required:valid,
.sol-form form textarea:required:valid,
.sol-form-decoration form select:required:valid,
.sol-form form select:required:valid {
  border-color: #c7e6b3;
  background-color: #eef7e8;
  background-image: url('/webdav/files/System/resources/graphics/icons/check_valid.svg');
}
.sol-form-decoration form input[type=text] ~ span.font-normal,
.sol-form form input[type=text] ~ span.font-normal,
.sol-form-decoration form input[type=email] ~ span.font-normal,
.sol-form form input[type=email] ~ span.font-normal,
.sol-form-decoration form input[type=number] ~ span.font-normal,
.sol-form form input[type=number] ~ span.font-normal,
.sol-form-decoration form input[type=password] ~ span.font-normal,
.sol-form form input[type=password] ~ span.font-normal,
.sol-form-decoration form input[type=tel] ~ span.font-normal,
.sol-form form input[type=tel] ~ span.font-normal,
.sol-form-decoration form input[type=url] ~ span.font-normal,
.sol-form form input[type=url] ~ span.font-normal,
.sol-form-decoration form textarea ~ span.font-normal,
.sol-form form textarea ~ span.font-normal,
.sol-form-decoration form select ~ span.font-normal,
.sol-form form select ~ span.font-normal {
  margin-top: 10px;
}
.sol-form-decoration form textarea,
.sol-form form textarea {
  height: auto;
}
.sol-form-decoration form select,
.sol-form form select {
  cursor: pointer;
  background-image: url('/webdav/files/System/resources/graphics/icons/chevron-down.svg');
  background-size: 13px;
  background-position: right 15px top 12px;
}
.sol-form-decoration form .sol-form-field,
.sol-form form .sol-form-field {
  margin-bottom: 10px;
}
.sol-form-decoration form .sv-field-title-container > label,
.sol-form form .sv-field-title-container > label,
.sol-form-decoration form .sol-label-container > label,
.sol-form form .sol-label-container > label,
.sol-form-decoration form .sv-login-input-group > label,
.sol-form form .sv-login-input-group > label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.sol-form-decoration form .sv-field-title-container > span,
.sol-form form .sv-field-title-container > span,
.sol-form-decoration form .sol-label-container > span,
.sol-form form .sol-label-container > span,
.sol-form-decoration form .sv-login-input-group > span,
.sol-form form .sv-login-input-group > span {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
}
.sol-form-decoration form .sv-form-datefield > div,
.sol-form form .sv-form-datefield > div {
  width: 50%;
  margin: 0 !important;
}
.sol-form-decoration form .sv-form-datefield > div:nth-of-type(1),
.sol-form form .sv-form-datefield > div:nth-of-type(1) {
  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) {
  padding-left: 5px;
}
.sol-form-decoration form .sv-form-datefield > div select,
.sol-form form .sv-form-datefield > div select {
  min-width: 100%;
  margin-bottom: 10px;
}
.sol-form-decoration form br,
.sol-form form br {
  display: none;
}
.sol-form-decoration form .font-normal,
.sol-form form .font-normal {
  display: block;
}
.sol-form-decoration form .sv-formField,
.sol-form form .sv-formField {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sol-form-decoration form .sv-formField,
  .sol-form form .sv-formField {
    width: 100%;
    padding: 0;
  }
}
.sol-form-decoration form input[type=checkbox],
.sol-form form input[type=checkbox],
.sol-form-decoration form input[type=radio],
.sol-form form input[type=radio] {
  display: none;
}
.sol-form-decoration form input[type=checkbox] + label:before,
.sol-form form input[type=checkbox] + label:before,
.sol-form-decoration form input[type=radio] + label:before,
.sol-form form input[type=radio] + label:before {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #b4b4b4;
  border-radius: 3px;
  position: relative;
  top: -1px;
  margin-right: 10px;
  float: left;
  text-align: center;
  -webkit-transition-property: color, background-color, border-color, border-width;
  transition-property: color, background-color, border-color, border-width;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-form-decoration form input[type=checkbox] + label,
.sol-form form input[type=checkbox] + label,
.sol-form-decoration form input[type=radio] + label,
.sol-form form input[type=radio] + label {
  display: block;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
.sol-form-decoration form input[type=checkbox]:checked + label:before,
.sol-form 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;
  color: white;
  display: inline-block;
  font-size: 12px;
  content: "\f00c";
  padding-top: 2px;
  background-color: #EC7506;
  border-color: #EC7506;
  color: #ffffff;
}
.sol-form-decoration form input[type=radio] + label:before,
.sol-form 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 {
  border-width: 4px;
  border-color: #EC7506;
}
.sol-form-decoration form input[type=submit],
.sol-form form input[type=submit],
.sol-form-decoration form button[type=submit],
.sol-form form button[type=submit] {
  position: relative;
  display: inline-block;
  line-height: 22px;
  padding: 8px 25px;
  color: #ffffff;
  border-radius: 3px;
  background-color: #555555 !important;
  box-shadow: inset 0 -2px 0 0 #EC7506;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  border: none;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}
.sol-form-decoration form input[type=submit]:focus,
.sol-form form input[type=submit]:focus,
.sol-form-decoration form button[type=submit]:focus,
.sol-form form button[type=submit]:focus,
[data-whatinput="keyboard"] .sol-form-decoration form input[type=submit]:focus,
[data-whatinput="keyboard"] .sol-form form input[type=submit]:focus,
[data-whatinput="keyboard"] .sol-form-decoration form button[type=submit]:focus,
[data-whatinput="keyboard"] .sol-form form button[type=submit]:focus {
  outline: 1px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-form-decoration form input[type=submit]:focus,
[data-whatinput="initial"] .sol-form form input[type=submit]:focus,
[data-whatinput="initial"] .sol-form-decoration form button[type=submit]:focus,
[data-whatinput="initial"] .sol-form form button[type=submit]:focus,
[data-whatinput="mouse"] .sol-form-decoration form input[type=submit]:focus,
[data-whatinput="mouse"] .sol-form form input[type=submit]:focus,
[data-whatinput="mouse"] .sol-form-decoration form button[type=submit]:focus,
[data-whatinput="mouse"] .sol-form form button[type=submit]:focus,
[data-whatinput="touch"] .sol-form-decoration form input[type=submit]:focus,
[data-whatinput="touch"] .sol-form form input[type=submit]:focus,
[data-whatinput="touch"] .sol-form-decoration form button[type=submit]:focus,
[data-whatinput="touch"] .sol-form form button[type=submit]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-form-decoration form input[type=submit]:hover,
.sol-form form input[type=submit]:hover,
.sol-form-decoration form button[type=submit]:hover,
.sol-form form button[type=submit]:hover {
  background-color: rgba(85, 85, 85, 0.8) !important;
  color: #ffffff;
}
.sol-form-decoration form input[type=submit]:active,
.sol-form form input[type=submit]:active,
.sol-form-decoration form button[type=submit]:active,
.sol-form form button[type=submit]:active {
  top: 1px;
  box-shadow: inset 0 -1px 0 0 #EC7506;
}
.sol-form-decoration form input[type=submit] i.fa,
.sol-form form input[type=submit] i.fa,
.sol-form-decoration form button[type=submit] i.fa,
.sol-form form button[type=submit] i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-form-decoration form input[type=submit] > i.fa,
.sol-form form input[type=submit] > i.fa,
.sol-form-decoration form button[type=submit] > i.fa,
.sol-form form button[type=submit] > i.fa {
  margin-right: 11px;
  margin-left: -15px;
}
.sol-form-decoration form .sol-form-divider,
.sol-form form .sol-form-divider {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #d8d8d8;
}
.sv-text-portlet table.sol-table-decoration {
  border-collapse: collapse;
  border-radius: 3px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #f4f3f1;
  overflow: hidden;
}
.sv-text-portlet table.sol-table-decoration caption {
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 800;
}
.sv-text-portlet table.sol-table-decoration thead {
  background-color: #82b546;
}
.sv-text-portlet table.sol-table-decoration thead th {
  padding: 11px 18px;
  border-right: 1px solid rgba(244, 243, 241, 0.3);
}
.sv-text-portlet table.sol-table-decoration thead th p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
  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: #ffffff;
}
.sv-text-portlet table.sol-table-decoration tbody tr td {
  border-right: 1px solid rgba(85, 85, 85, 0.15) !important;
  padding: 11px 18px;
}
.sv-text-portlet table.sol-table-decoration tbody tr td p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
}
.sv-text-portlet table.sol-table-decoration tbody tr td p a {
  text-decoration: none;
}
.sv-text-portlet table.sol-table-decoration tbody tr td a {
  text-decoration: none;
  box-shadow: rgba(85, 85, 85, 0.3) 0px -15px 0 -11px inset !important;
  transition: all 100ms;
}
.sv-text-portlet table.sol-table-decoration tbody tr td a:hover {
  text-decoration: none;
  box-shadow: rgba(85, 85, 85, 0.3) 0 -41px 0 -23px inset !important;
}
.sv-text-portlet table.sol-table-decoration tbody tr td:last-child {
  border: none;
}
.sv-text-portlet table.sol-table-decoration tbody tr:nth-child(odd) {
  background-color: rgba(85, 85, 85, 0.15) !important;
}
.sol-ung .sol-table-decoration thead {
  background-color: #555555 !important;
}
.sol-ung .sol-table-decoration thead p {
  color: white !important;
}
.sol-decoration-pink-box {
  background-color: #f7e4f2;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
}
.sol-decoration-pink-box:before,
.sol-decoration-pink-box:after {
  content: "";
  display: table;
}
.sol-decoration-pink-box:after {
  clear: both;
}
.sol-decoration-pink-box .font-heading-2 {
  background-color: #d39cc7;
  display: inline-block;
  color: white;
  padding: 10px;
}
.sol-widget-decoration-wrapper a {
  text-decoration: none;
}
.sol-widget-decoration {
  overflow: hidden;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 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: #555555 !important;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-widget-decoration .sv-text-portlet {
  position: relative;
  padding: 10px 20px 15px;
  font-size: 13px;
  line-height: 20px;
}
.sol-widget-decoration .sv-text-portlet-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 20px;
  background-color: rgba(252, 252, 252, 0.92);
  color: #60930f;
  font-size: 14px;
  text-align: left;
}
.sol-widget-decoration .sv-text-portlet:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 55px;
}
.sol-widget-decoration .font-widget-heading {
  display: block;
  margin-bottom: 3px;
  color: #2c2c2c;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-widget-decoration .font-normal {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 1.4em;
}
.sol-widget-decoration:hover .sol-widget-decoration-img:before {
  opacity: 0.5;
}
.sol-widget-decoration:hover .font-widget-heading {
  color: #555555 !important;
  text-decoration: underline;
}
.sol-action-link-decoration {
  position: relative;
  background-color: #fff;
  min-height: 40px;
  margin-bottom: 20px;
  border: 1px solid #ecebe6;
}
.sol-action-link-decoration p.font-normal a,
.sol-action-link-decoration a,
.sol-action-link-decoration p.font-normal,
.sol-action-link-decoration .sol-clickable-element p.font-normal a {
  text-decoration: none;
  box-shadow: none;
  color: #2c2c2c;
  font-weight: bold;
  font-size: 14px;
}
.sol-action-link-decoration p.font-normal a:hover,
.sol-action-link-decoration a:hover,
.sol-action-link-decoration p.font-normal:hover,
.sol-action-link-decoration .sol-clickable-element p.font-normal a:hover {
  text-decoration: underline;
  box-shadow: none;
}
.sol-action-link-decoration .sv-html-portlet:first-child {
  position: absolute !important;
  width: 40px;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #555555 !important;
}
.sol-action-link-decoration .sol-action-icon {
  position: absolute;
  width: 40px;
  top: 1px;
  bottom: 0;
  left: 0;
  background-color: #555555 !important;
}
.sol-action-link-decoration .sol-action-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  background-color: #555555 !important;
}
.sol-action-link-decoration .sol-clickable-element {
  width: 100%;
}
.sol-action-link-decoration .sol-wrapper {
  padding: 7px 25px 9px 60px;
  padding-right: 25px;
  padding-left: 60px;
}
.sol-action-link-decoration .sol-wrapper p.font-normal {
  margin-bottom: 0;
}
.sol-action-link-decoration .sol-action-arrow {
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translate(-50%, -50%);
}
.sol-action-link-decoration .sol-action-arrow i {
  color: #2c2c2c;
}
.sol-ung .sol-action-link-decoration a {
  box-shadow: none !important;
}
.sol-ung .sol-action-link-decoration a:hover {
  box-shadow: none !important;
}
.sol-collapsible-decoration {
  margin-bottom: 20px;
}
.sol-collapsible-decoration .sv-decoration-content {
  display: none;
  padding: 15px;
  background: #ffffff;
  border-left: 1px solid #ecebe6;
  border-bottom: 1px solid #ecebe6;
  border-right: 1px solid #ecebe6;
}
.sol-collapsible-decoration .sv-decoration-content p.font-normal {
  margin-bottom: 0;
}
.sol-ung .sol-collapsible-decoration .sv-decoration-content {
  padding-top: 10px;
}
.sol-ung .sol-collapsible-decoration .sv-decoration-content h1,
.sol-ung .sol-collapsible-decoration .sv-decoration-content h2,
.sol-ung .sol-collapsible-decoration .sv-decoration-content h3 {
  margin-top: 10px;
}
.sol-ung .sol-collapsible-decoration .sv-decoration-content p.font-normal {
  margin-bottom: 20px;
}
.sol-collapsible-header {
  width: 100%;
  border-radius: 0;
  background: #ffffff;
  border: 0;
  padding: 0;
  margin: 0;
  text-align: left;
  position: relative;
  border: 1px solid #ecebe6;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
}
.sol-collapsible-header .sol-collapsible-header-text {
  display: inline-block;
  padding: 8px 20px 9px;
  font-size: 14px;
  font-weight: bold;
  color: #2c2c2c;
}
.sol-collapsible-header .sol-collapsible-button {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: -1px;
  width: 40px;
  height: 100%;
  background: #555555 !important;
}
.sol-collapsible-header .sol-collapsible-header-icon {
  font: normal normal normal 22px/1 FontAwesome;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sol-collapsible-header .sol-collapsible-header-icon:before {
  content: "\f067";
  font-family: FontAwesome;
  color: #ffffff;
  position: relative;
}
.sol-collapsible-header.sol-active .sol-collapsible-header-icon:before {
  content: "\f068";
}
.sol-subpage-wrapper .sv-image-portlet,
.sol-article-wrapper .sv-image-portlet {
  margin-bottom: 20px;
}
.sol-subpage-wrapper .sv-image-portlet .sv-portlet-image-caption,
.sol-article-wrapper .sv-image-portlet .sv-portlet-image-caption {
  margin-top: 0;
  padding: 8px 5px;
  background-color: #ffffff;
  color: #2c2c2c;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}
.sol-subpage-wrapper .sv-linkicon,
.sol-article-wrapper .sv-linkicon {
  display: none;
}
.sol-contact-card {
  background-color: #ffffff;
  width: 500px;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding: 20px;
}
.sol-contact-card .pagecontent .sv-text-portlet-content {
  border-bottom: 1px solid #e7e7e7;
}
.sol-contact-card .pagecontent .sv-text-portlet-content p.font-normal {
  margin-bottom: 0px;
}
.sol-contact-card .pagecontent .sv-portlet-toolbar {
  font-size: 12px;
  color: #9e9e9e;
}
.sol-linklist-puff-card {
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  width: 500px;
  padding: 20px 20px 0px;
  background-color: #ffffff;
}
.sol-linklist-puff-card .sv-text-portlet {
  text-align: center;
  margin-top: 10px;
}
.sol-contact .sol-box-header {
  height: 55px;
  position: relative;
  background-color: #9e9e9e;
}
.sol-contact .sol-box-header .sol-box-header-text {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding-top: 13px;
  padding-left: 17px;
}
.sol-contact .sol-box-header i.fa {
  margin-right: 10px;
  font-size: 18px;
  color: #ffffff;
}
.sol-contact .sol-contact-content {
  background-color: #ffffff;
  font-weight: 500;
  padding: 15px 20px;
}
.sol-contact .sol-contact-content li {
  font-size: 12px;
  line-height: 19px;
}
.sol-contact .sol-contact-content li:last-child {
  border-bottom: none;
}
.sol-contact .sol-contact-content a {
  text-decoration: none;
  box-shadow: rgba(85, 85, 85, 0.3) 0px -15px 0 -11px inset !important;
  transition: all 100ms;
}
.sol-contact .sol-contact-content a:hover {
  text-decoration: none;
  box-shadow: rgba(85, 85, 85, 0.3) 0 -41px 0 -23px inset !important;
}
.sol-contact .sol-contact-content p {
  margin-top: 0px;
}
.sol-contact .sol-contact-content .sol-more-info-links li {
  margin-bottom: 5px;
}
.sol-contact .sol-contact-content .sol-more-info-links li:last-child {
  margin-bottom: 0px;
}
.sol-contact-info-row .sol-md-col-6.sv-column-6:last-child {
  float: left;
}
.sol-column-box {
  display: flex;
  margin-bottom: 20px;
}
.sol-column-box > * {
  flex: 1;
  background-color: #ffffff;
}
.sol-column-box__header {
  padding: 20px 0px;
  border: 1px solid #555555 !important;
  border-bottom-width: 8px;
  font-size: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media (max-width: 1300px) {
  .sol-column-box__header {
    font-size: 12px;
  }
}
.sol-column-box__header-arrow {
  background-color: #555555 !important;
  height: 8px;
  width: 8px;
  transform: rotate(45deg);
  position: absolute;
  bottom: 0;
  margin-bottom: -12px;
  right: 50%;
}
.sol-column-box .sv-decoration-content {
  padding: 20px 15px 10px;
  font-size: 14px;
  line-height: 16px;
}
.sol-column-box .sv-decoration-content a {
  color: #2c2c2c;
  text-decoration: none;
  box-shadow: rgba(85, 85, 85, 0.3) 0px -15px 0 -11px inset !important;
  transition: all 100ms;
}
.sol-column-box .sv-decoration-content a .sol-external-link-icon {
  color: #2c2c2c;
}
.sol-column-box .sv-decoration-content a:hover {
  text-decoration: none;
  box-shadow: rgba(85, 85, 85, 0.3) 0 -41px 0 -23px inset !important;
}
.sol-column-box .sv-decoration-content ul {
  margin-bottom: 0;
}
.sol-column-box .sv-decoration-content ul.font-normal {
  font-size: 14px;
  line-height: 16px;
}
.sol-column-box .sv-decoration-content ul.font-normal li {
  margin-bottom: 9px;
}
@media (max-width: 479px) {
  .sol-column-box .sv-decoration-content ul {
    padding-left: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sol-column-box {
    margin-right: -15.5%;
    margin-left: -15.5%;
  }
}
@media (max-width: 767px) {
  .sol-column-box {
    display: block;
  }
}
.sol-breadcrumbs-wrapper {
  background-color: #ecebe6;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (max-width: 767px) {
  .sol-breadcrumbs-wrapper {
    display: none;
  }
}
.sol-breadcrumbs-wrapper .sol-breadcrumbs:before,
.sol-breadcrumbs-wrapper .sol-breadcrumbs:after {
  content: "";
  display: table;
}
.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: 12px;
}
.sol-breadcrumbs-wrapper .sol-breadcrumbs li > a {
  text-decoration: none;
  color: #555555 !important;
}
.sol-breadcrumbs-wrapper .sol-breadcrumbs li > a:hover {
  color: #2c2c2c;
  text-decoration: underline;
}
.sol-breadcrumbs-wrapper .sol-breadcrumbs li > span {
  color: #2c2c2c;
}
.sol-breadcrumbs-wrapper .sol-breadcrumbs li > span.sol-divider {
  margin-right: 3px;
  margin-left: 5px;
}
.sol-ung .sol-breadcrumbs-wrapper {
  display: block;
}
.sol-subpage-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.sol-subpage-wrapper:before,
.sol-subpage-wrapper:after {
  content: "";
  display: table;
}
.sol-subpage-wrapper:after {
  clear: both;
}
@media (max-width: 767px) {
  .sol-subpage-wrapper {
    width: 100%;
  }
}
.sol-subpage-wrapper > .sol-left {
  width: 65%;
  float: left;
}
@media (max-width: 991px) {
  .sol-subpage-wrapper > .sol-left {
    float: none;
    width: 100%;
  }
}
.sol-subpage-wrapper > .sol-right {
  width: 30%;
  float: right;
}
@media (max-width: 991px) {
  .sol-subpage-wrapper > .sol-right {
    float: none;
    width: 100%;
  }
}
.sol-subpage-wrapper .pagecontent:before,
.sol-subpage-wrapper .pagecontent:after {
  content: "";
  display: table;
}
.sol-subpage-wrapper .pagecontent:after {
  clear: both;
}
.sol-subpage-wrapper .sol-banner-image {
  margin-bottom: 0px;
}
.sol-subpage-wrapper .sol-linklist-puff-wrapper {
  margin-bottom: 20px;
}
.sol-subpage-wrapper .sol-linklist-puff-content {
  margin-top: -25px;
}
.sol-ung .sol-subpage-wrapper .sv-text-portlet {
  position: relative;
  z-index: 1000;
}
.sol-menu-container {
  margin-top: 48px;
}
.sol-menu-container .sol-menu-list {
  width: 100%;
}
.sol-menu-container .sol-menu-item[data-menu-level="0"] a {
  position: relative;
  display: block;
  padding: 8px 34px 8px 20px;
  border-top: 1px solid #e7e7e7;
  color: #2c2c2c;
  text-decoration: none;
  -webkit-transition-property: color, background-color, border;
  transition-property: color, background-color, border;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-menu-container .sol-menu-item[data-menu-level="2"] a {
  padding-left: 35px;
  line-height: 14px;
}
.sol-menu-container .sol-menu-item[data-menu-level="3"] a {
  padding-left: 45px;
}
.sol-menu-container .sol-menu-item[data-menu-level="4"] a {
  padding-left: 55px;
}
.sol-menu-container .sol-menu-item a:hover {
  color: #555555 !important;
  background-color: transparent;
}
.sol-menu-container .sol-menu-button {
  position: absolute;
  right: 0;
  width: 34px;
  text-align: center;
  font-size: 17px;
  top: 0;
  bottom: 0;
  padding-right: 5px;
}
.sol-menu-container .sol-menu-button > i.fa {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-menu-container .sol-menu-item[data-expanded="true"][data-menu-level="0"] > a,
.sol-menu-container .sol-menu-item[data-expanded="true"][data-menu-level="0"] > a:hover {
  color: #ffffff;
  background-color: #EC7506;
  border-top-color: #EC7506;
}
.sol-menu-container .sol-menu-item[data-expanded="true"][data-menu-level="0"] > .sol-menu-list > ul {
  border-left: 2px solid #EC7506;
}
.sol-menu-container .sol-menu-item[data-expanded="true"] > a i.fa {
  transform: rotate(90deg);
}
.sol-menu-container .sol-menu-item[data-is-current="true"] > a,
.sol-menu-container .sol-menu-item[data-is-current="true"] > a:hover,
.sol-menu-container .sol-menu-item[data-expanded="true"][data-has-children="false"] > a {
  color: #EC7506;
  background-color: #ecebe6;
  border-color: #e7e7e7;
  font-weight: 700;
}
.sol-menu-container .sol-menu-item[data-has-children="false"] > a {
  padding-right: 5px;
}
.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: #EC7506;
  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;
}
.sol-related {
  background-color: rgba(244, 243, 241, 0.6);
  margin-top: 5px;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.sol-related-item {
  margin-bottom: 5px;
  text-decoration: none;
  line-height: 23px;
  display: inline-block;
}
.sol-related-item-name {
  text-decoration: underline;
  color: #EC7506;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-related-item-size {
  display: inline-block;
  color: #EC7506;
  font-size: 12px;
  margin-left: 10px;
}
.sol-related-item i.fa {
  width: 17px;
  height: 17px;
  margin-right: 5px;
  border-radius: 50%;
  color: #2c2c2c;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  position: relative;
  top: 1px;
}
.sol-related-item i.fa.sol-link-icon {
  border: 1px solid #2c2c2c;
}
.sol-related-item:hover .sol-related-item-name {
  color: #2c2c2c;
}
div.sol-related-item .sol-related-item-name {
  text-decoration: none;
  color: #2c2c2c;
}
.sol-banner-image-text2 {
  padding-top: 5px;
  padding-top: 10px;
  display: block;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-left: 10px;
  background-color: #ffffff;
}
.sol-banner-image-text2 div {
  display: inline-block;
}
.sol-banner-image-text2 p {
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 400;
}
.sol-banner-image-text2 div.sv-vertical:nth-child(1) div.sv-text-portlet:nth-child(1) p.font-normal {
  width: 21px;
  height: 21px;
  border: 1px solid #000;
  border-radius: 10px;
  font-size: 10px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 0px;
  margin-right: 3px;
}
.sol-banner-image-text2 div.sv-vertical:nth-child(1) div.sv-text-portlet:nth-child(2) p.font-normal {
  padding-left: 3px;
}
.sol-banner-image-text2 div.sv-vertical:nth-child(2) div.sv-text-portlet:nth-child(n+1) p.font-normal {
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 1px;
  margin-right: 10px;
  margin-left: 0;
  border-right: 1px solid #e4e4e4;
  padding-left: 10px;
}
.sol-banner-image-text2 div.sv-vertical:nth-child(2) div.sv-text-portlet:nth-child(3) p.font-normal {
  padding-right: 10px;
  padding-bottom: 0;
  padding-left: 1px;
  margin-right: 10px;
  margin-left: 0;
}
.sol-ung .pagecontent .sv-row {
  margin-left: 0;
  margin-right: 0;
}
.sol-ung .pagecontent .sol-ung-contact img {
  border: 1px solid #555555 !important;
  margin-top: 5px;
}
.sol-article-wrapper {
  max-width: 828px;
  margin-left: auto;
  margin-right: auto;
}
.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(85, 85, 85, 0.8) !important;
  color: #ffffff;
  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:before,
.sol-article-wrapper .pagecontent:after {
  content: "";
  display: table;
}
.sol-article-wrapper .pagecontent:after {
  clear: both;
}
.sol-event-info .sol-simple-box-decoration {
  margin-top: 0;
}
.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:before,
.sol-event-info-small:after {
  content: "";
  display: table;
}
.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: #555555 !important;
}
.sol-news-menu .sol-menu-item[data-expanded="false"] .sol-menu-list {
  display: none;
}
.sol-article-wrapper {
  width: 60%;
}
@media (max-width: 991px) {
  .sol-article-wrapper {
    width: 100%;
  }
}
.sol-article-item {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px 20px 20px 230px;
  border-top: 2px solid #ffffff;
  border-radius: 0px;
  background-color: #ffffff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.04);
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  text-decoration: none;
  min-height: 135px;
}
@media (max-width: 991px) {
  .sol-article-item {
    padding-left: 160px;
  }
}
@media (max-width: 479px) {
  .sol-article-item {
    padding-left: 20px;
    padding-top: 210px;
  }
}
.sol-article-item.sol-no-img {
  padding-left: 20px;
}
@media (max-width: 479px) {
  .sol-article-item.sol-no-img {
    padding-top: 10px;
  }
}
.sol-article-item .sol-article-item-img {
  position: absolute;
  left: 11px;
  top: 10px;
  bottom: 10px;
  width: 200px;
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none;
}
@media (max-width: 991px) {
  .sol-article-item .sol-article-item-img {
    width: 130px;
  }
}
@media (max-width: 479px) {
  .sol-article-item .sol-article-item-img {
    min-width: 200px;
    width: auto;
    right: 11px;
    height: 200px;
  }
}
.sol-article-item .sol-article-item-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-article-item .sol-article-item-date {
  position: relative;
  left: 0px;
  top: 0px;
  width: auto;
  height: auto;
  padding-top: 0px;
  padding-left: 0px;
  border-radius: 0;
  background-color: #ffffff;
  color: rgba(44, 44, 44, 0.8);
  text-align: left;
  font-size: 11px;
}
@media (max-width: 479px) {
  .sol-article-item .sol-article-item-date {
    left: 0px;
    top: 0px;
  }
}
.sol-article-item .sol-article-item-date-day {
  display: block;
  font-size: 16px;
  line-height: 11px;
  font-weight: 700;
}
@media (max-width: 479px) {
  .sol-article-item .sol-article-item-date-day {
    font-size: 14px;
    line-height: 7px;
  }
}
.sol-article-item .sol-article-item-date-month {
  font-size: 12px;
  line-height: 22px;
  display: block;
}
.sol-article-item.sol-no-img .sol-article-item-date {
  background-color: #ffffff;
}
.sol-article-item .sol-article-item-heading {
  display: block;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 800;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-article-item .sol-article-item-event-info {
  margin-top: 10px;
}
.sol-article-item .sol-article-item-event-info:before,
.sol-article-item .sol-article-item-event-info:after {
  content: "";
  display: table;
}
.sol-article-item .sol-article-item-event-info:after {
  clear: both;
}
.sol-article-item .sol-article-item-event-info-item {
  margin-right: 13px;
  font-size: 11px;
  float: left;
}
.sol-article-item .sol-article-item-event-info-item i {
  margin-right: 6px;
  color: #555555 !important;
}
.sol-article-item:hover .sol-article-item-heading {
  color: #555555 !important;
  text-decoration: underline;
}
.sol-event-item {
  display: block;
  margin: 12px;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-event-item:hover {
  opacity: 0.9;
}
.sol-event-item-content {
  padding: 4px 10px;
  background-color: #555555 !important;
  color: #ffffff;
  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(85, 85, 85, 0.15) !important;
  color: #2c2c2c;
  line-height: 19px;
  padding: 4px 10px;
}
.sol-event-item-info:before,
.sol-event-item-info:after {
  content: "";
  display: table;
}
.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: #555555 !important;
}
.sol-article-news-listing .sol-news-list li.sv-channel-item {
  width: 100%;
}
.sol-article-news-listing .sol-news-list li.sv-channel-item:nth-child(even) {
  margin-left: 0;
}
.sol-article-news-listing .sol-news-list li.sv-channel-item .sol-article-item {
  height: auto;
  max-height: 190px;
}
.sol-ung .sol-article-item {
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 10px 20px 20px 330px;
  border-top: 2px solid #ffffff;
  border-bottom: solid 10px #fff;
  border-radius: 0px;
  background-color: #ffffff;
  box-shadow: none;
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  text-decoration: none;
  min-height: 190px;
}
@media (max-width: 991px) {
  .sol-ung .sol-article-item {
    padding: 10px 10px 20px 10px;
  }
}
.sol-ung .sol-article-item .sol-article-item-img {
  position: absolute;
  left: 11px;
  top: 10px;
  bottom: 10px;
  width: 300px;
  background-position: 50% 50%;
  background-size: cover;
  text-decoration: none;
}
@media (max-width: 991px) {
  .sol-ung .sol-article-item .sol-article-item-img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    padding-bottom: 10px;
  }
}
.sol-ung .sol-article-item .sol-article-item-img img {
  width: 100%;
}
.sol-ung .sol-article-item.sol-no-img {
  padding-left: 20px !important;
}
.sol-ung .sol-article-item .sol-article-item-meetingplace .sol-no-img {
  padding-left: 30px !important;
}
.sol-ung .sol-article-item-meetingplace {
  box-shadow: none;
  margin-bottom: 15px !important;
}
.sol-startpage-wrapper .sol-top {
  position: relative;
}
.sol-startpage-wrapper .sol-startpage-top-images {
  position: relative;
}
.sol-startpage-wrapper .sol-startpage-top-images-item {
  height: 450px;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 767px) {
  .sol-startpage-wrapper .sol-startpage-top-images-item {
    height: 200px;
  }
}
.sol-startpage-wrapper .sol-startpage-top-images .slick-dots {
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 30px;
  text-align: center;
}
.sol-startpage-wrapper .sol-startpage-top-images .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  margin: 0 3px 5px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-startpage-wrapper .sol-startpage-top-images .slick-dots li button {
  display: none;
}
.sol-startpage-wrapper .sol-startpage-top-images .slick-dots li[aria-hidden=false] {
  background-color: white;
}
.sol-startpage-wrapper .sol-startpage-top-images-content {
  position: absolute;
  width: 660px;
  left: 0px;
  top: 127px;
  right: 0px;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sol-startpage-wrapper .sol-startpage-top-images-content {
    position: static;
    width: auto;
    border-radius: 0;
  }
}
.sol-startpage-wrapper .sol-startpage-top-images-content .sol-top-search {
  padding: 30px 35px 30px 15px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .sol-startpage-wrapper .sol-startpage-top-images-content .sol-top-search {
    background-color: #ffffff;
  }
}
.sol-startpage-wrapper .sol-startpage-content-top > div:first-child,
.sol-startpage-wrapper .sol-startpage-content-bottom > div:first-child {
  padding-right: 15px;
}
@media (max-width: 991px) {
  .sol-startpage-wrapper .sol-startpage-content-top > div:first-child,
  .sol-startpage-wrapper .sol-startpage-content-bottom > div:first-child {
    padding-right: 10px;
  }
}
.sol-startpage-wrapper .sol-startpage-content-top > div:last-child,
.sol-startpage-wrapper .sol-startpage-content-bottom > div:last-child {
  padding-left: 15px;
}
@media (max-width: 991px) {
  .sol-startpage-wrapper .sol-startpage-content-top > div:last-child,
  .sol-startpage-wrapper .sol-startpage-content-bottom > 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-wrapper .sol-md-row {
  padding-top: 10px;
}
.sol-startpage-wrapper .sol-startpage-content-top {
  display: flex;
  position: relative;
}
.sol-startpage-wrapper .sol-startpage-content-top > div:first-child {
  padding-right: 0px;
}
.sol-startpage-wrapper .sol-startpage-content-top > div:nth-child(2) {
  background-color: #ffffff;
  padding: 30px 20px 20px 30px;
}
@media (max-width: 767px) {
  .sol-startpage-wrapper .sol-startpage-content-top {
    display: block;
  }
}
.sol-startpage-wrapper .sv-channel-item {
  display: inline-block;
  width: 46%;
  margin: 0px 3% 15px 0;
  min-height: 140px;
}
@media (max-width: 767px) {
  .sol-startpage-wrapper .sv-channel-item {
    min-height: 0px;
    width: 100%;
  }
}
.sol-popular-pages {
  background-color: rgba(44, 44, 44, 0.7);
  padding: 10px 15px 5px;
}
.sol-popular-pages:before,
.sol-popular-pages:after {
  content: "";
  display: table;
}
.sol-popular-pages:after {
  clear: both;
}
@media (max-width: 767px) {
  .sol-popular-pages {
    background-color: #EC7506;
  }
}
.sol-popular-pages > a,
.sol-popular-pages > div {
  color: #ffffff;
  float: left;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .sol-popular-pages > a,
  .sol-popular-pages > div {
    font-size: 13px;
  }
}
.sol-popular-pages > div {
  display: inline-block;
  margin-right: 10px;
  font-weight: 600;
}
.sol-popular-pages > a {
  opacity: 0.7;
  margin-right: 15px;
  text-decoration: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-popular-pages > a:hover {
  opacity: 1;
}
.sol-popular-pages > a i.fa {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  padding-left: 1px;
  padding-top: 1px;
}
.sol-popular-services {
  margin-bottom: 12px;
}
.sol-popular-services a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 8px 10px 9px 35px;
  border-bottom: 1px solid #f1f1f1;
  color: #2c2c2c;
  font-size: 13px;
  line-height: 20px;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-popular-services a:hover {
  color: #555555 !important;
  text-decoration: underline;
}
.sol-popular-services a i.fa {
  font-size: 14px;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  color: #555555 !important;
  border: 1px solid #555555 !important;
  border-radius: 50%;
  text-align: center;
  padding-left: 1px;
  padding-top: 1px;
  position: absolute;
  left: 9px;
  top: 50%;
  margin-top: -9px;
}
.sol-social-header {
  position: relative;
}
.sol-social-header .sol-social-block {
  display: block;
  padding-left: 12px;
}
.sol-social-header .sol-social-block i {
  font-size: 22px;
  color: #2c2c2c;
}
@media (max-width: 767px) {
  .sol-social-header .sol-social-block {
    display: inline-block;
  }
}
.sol-social-header-ung a {
  overflow: hidden;
}
/* Instagram */
@media (max-width: 767px) {
  #instafeed {
    margin-top: 40px;
  }
}
.sol-instagram-container {
  width: 23%;
  min-height: 220px;
  margin-right: 2%;
  padding: 10px;
  float: left;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 0px 4px 0px;
}
.sol-instagram-container.sol-instagram-container-subpage {
  width: 14%;
}
.sol-instagram-image {
  width: 100%;
}
/*
.sol-instagram-text {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.3em;
}
*/
.sol-instagram-text {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.3em;
  overflow: hidden;
  position: relative;
  max-height: 2.6em;
  /*display ellipsis after 2 lines*/
}
.sol-instagram-text:before,
.sol-facebook-text:before {
  background: #fff;
  bottom: 0;
  position: absolute;
  right: 0;
  content: '\2026';
}
.sol-instagram-text:after,
.sol-facebook-text:after {
  content: '';
  background: #fff;
  position: absolute;
  height: 50px;
  width: 100%;
  z-index: 1;
}
.sol-instagram-feedback {
  margin-top: 5px;
  text-align: center;
}
.sol-instagram-icon {
  width: 15px;
  margin-right: 3px;
  margin-left: 3px;
  top: 1px;
  position: relative;
}
.sol-instagram-icon.sol-icon-red {
  color: red;
}
.sol-instagram-icon.sol-icon-black {
  color: black;
  top: 0px;
}
.sol-instagram-counter {
  display: inline-block;
  margin-right: 5px;
  margin-left: 1px;
  font-size: 10px;
  font-weight: 700;
}
/* Facebook */
.sol-facebook-container {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 2px 0px;
  cursor: pointer;
  height: 215px;
}
.sol-facebook-container:hover .sol-facebook-heading {
  color: #555555 !important;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .sol-facebook-container {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .sol-facebook-container {
    height: auto;
  }
}
@media (max-width: 479px) {
  .sol-facebook-container {
    padding-right: 10px;
  }
}
.sol-facebook-image-container {
  max-width: 50%;
  float: left;
  overflow: hidden;
}
.sol-facebook-image-container .sol-facebook-image {
  height: 195px;
  width: auto;
}
@media (max-width: 991px) {
  .sol-facebook-image-container .sol-facebook-image {
    height: 180px;
  }
}
@media (max-width: 479px) {
  .sol-facebook-image-container {
    max-width: 100%;
  }
  .sol-facebook-image-container .sol-facebook-image {
    height: auto;
  }
}
.sol-facebook-info {
  width: 40%;
  padding-right: 15px;
  padding-left: 21px;
  float: left;
}
.sol-facebook-info.sol-facebook-no-img {
  width: 100%;
  padding-top: 10px;
  padding-right: 25px;
}
@media (max-width: 479px) {
  .sol-facebook-info {
    width: 100%;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.sol-facebook-info .date {
  margin-bottom: 0px;
  margin-top: 5px;
}
.sol-facebook-heading {
  margin-bottom: 0px;
  font-size: 14px;
  margin-top: 3px;
}
.sol-facebook-text {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.4em;
  overflow: hidden;
  position: relative;
  max-height: 8.6em;
  /*display ellipsis after 4 lines*/
}
.sol-social-link {
  display: none;
  width: 49%;
  float: left;
  padding-left: 12px;
}
.sol-social-link.sol-social-right {
  text-align: right;
}
.normal a.sol-social-content-links {
  display: none;
  margin-top: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: 'Leaguespartan webfont', sans-serif;
  font-size: 12px!important;
}
.sol-social-link.sol-social-link-facebook {
  display: block;
  text-align: right;
  width: 100%;
}
.sol-social-link.sol-social-link-instagram {
  display: block;
  text-align: right;
  width: 100%;
}
.sol-social-link-facebook .normal a.sol-social-content-links {
  display: inline-block;
}
.sol-social-link-instagram .normal a.sol-social-content-links {
  display: inline-block;
}
.sol-insta-item {
  height: 215px;
}
.sol-insta-item a {
  display: inline-block;
  background: #ffffff;
  width: 100%;
  padding: 10px 0 10px 10px;
  height: 100%;
}
.sol-insta-item a img {
  float: left;
  display: inline-block;
  width: 35%;
  height: 100%;
}
@media (max-width: 767px) {
  .sol-insta-item a img {
    max-height: 180px;
    max-width: 35%;
    width: auto;
  }
}
@media (max-width: 479px) {
  .sol-insta-item a img {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
  }
}
.sol-insta-item a .sol-insta-caption {
  display: inline-block;
  float: left;
  padding: 0 15px;
  width: 65%;
  position: relative;
}
.sol-insta-item a .sol-insta-caption .sol-insta-user img {
  width: 30px;
  border-radius: 50%;
}
.sol-insta-item a .sol-insta-caption .sol-insta-user span {
  padding-left: 8px;
  font-weight: bold;
}
.sol-insta-item a .sol-insta-caption p {
  font-size: 14px;
  overflow: hidden;
  max-width: 100%;
  max-height: 155px;
}
.sol-insta-item a .sol-insta-caption .sol-insta-likes {
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 15px;
}
.sol-insta-item a .sol-insta-caption .sol-insta-likes .fa {
  color: #fb3958;
  margin-right: 4px;
}
@media (max-width: 479px) {
  .sol-insta-item a .sol-insta-caption {
    width: 100%;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
.sol-insta-item a:hover .sol-insta-user span {
  color: #555555 !important;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .sol-insta-item a {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .sol-insta-item a {
    height: 200px;
  }
}
@media (max-width: 479px) {
  .sol-insta-item a {
    height: auto;
    padding-right: 10px;
  }
}
@media (max-width: 479px) {
  .sol-insta-item {
    height: auto;
  }
  .sol-insta-item a .sol-insta-caption .sol-insta-likes {
    top: 5px;
  }
}
.sol-ung .sol-insta-item {
  height: auto;
  margin-bottom: 10px !important;
}
.sol-ung .sol-insta-item a {
  padding: 10px;
}
@media (max-width: 767px) {
  .sol-ung .sol-insta-item a {
    height: auto;
  }
}
.sol-ung .sol-insta-item a img {
  width: 20%;
}
@media (max-width: 767px) {
  .sol-ung .sol-insta-item a img {
    width: 100%;
    max-height: 100% !important;
    max-width: 100% !important;
  }
}
.sol-ung .sol-insta-item .sol-insta-caption {
  display: inline-block;
  float: left;
  padding: 0 15px;
  width: 80%;
  position: relative;
}
.sol-ung .sol-insta-item .sol-insta-caption > * {
  font-size: 16px;
}
@media (max-width: 767px) {
  .sol-ung .sol-insta-item .sol-insta-caption {
    margin-top: 10px;
    width: 100%;
    padding: 0;
  }
}
.sol-ung .sol-insta-item .sol-insta-caption .sol-insta-likes {
  top: 0;
  right: 0;
}
.sol-top-image {
  height: 260px;
}
.sol-top-image .sv-layout {
  position: relative;
  min-height: 250px;
}
@media (max-width: 767px) {
  .sol-top-image .sv-layout {
    position: absolute;
    left: 0;
    right: 0;
  }
}
.sol-top-image .sv-layout .sv-text-portlet-content {
  bottom: 10px;
  position: absolute;
  margin-left: 10px;
  background-color: #555555 !important;
  padding: 5px 15px 5px 15px;
}
.sol-top-image .sv-layout .sv-text-portlet-content > * {
  color: white !important;
}
.sol-top-image .sv-layout .sv-text-portlet-content h1 {
  margin-bottom: 5px;
}
.sol-top-image .sv-layout .sv-text-portlet-content p {
  margin-bottom: 0;
}
.sol-qoute-column {
  margin-top: 80px;
  margin-bottom: 80px;
}
.sol-social-heading-text {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  padding-left: 3px;
  vertical-align: top;
}
.fa {
  color: white;
}
/* Nyheter */
.sol-news-list .sol-article-item {
  height: 190px;
}
@media (max-width: 991px) {
  .sol-news-list .sol-article-item {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .sol-news-list .sol-article-item {
    height: auto;
  }
}
@media (max-width: 479px) {
  .sol-news-list .sol-article-item-img {
    width: auto;
    right: 11px;
    height: 200px;
  }
}
.sol-news-list .sol-article-item-date {
  margin-bottom: 5px;
}
@media (max-width: 479px) {
  .sol-news-list .sol-article-item-date {
    left: 0px;
    top: 0px;
  }
}
.sol-news-list .sol-article-item-content {
  margin-top: 10px;
}
.sol-news-list li.sv-channel-item {
  width: 48%;
}
.sol-news-list li.sv-channel-item:nth-child(even) {
  margin-right: 0;
  margin-left: 7px;
}
@media (max-width: 1150px) {
  .sol-news-list li.sv-channel-item {
    width: 46%;
  }
  .sol-news-list li.sv-channel-item:nth-child(even) {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .sol-news-list li.sv-channel-item {
    width: 100%;
  }
  .sol-news-list li.sv-channel-item:nth-child(even) {
    margin-right: 0;
    margin-left: 0;
  }
}
/* Viktigt meddelande */
.sol-info-message.sol-action-link-decoration {
  border: 2px dotted #555555 !important;
  position: relative;
  margin-top: 20px;
}
.sol-info-message.sol-action-link-decoration a {
  text-decoration: none;
}
.sol-info-message.sol-action-link-decoration .sol-action-icon {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #ffffff;
}
.sol-info-message.sol-action-link-decoration .sol-action-icon i.fa {
  background-color: #ffffff;
  color: #555555 !important;
  font-size: 50px;
  padding-top: 0;
  left: 45px;
  position: relative;
}
@media (max-width: 479px) {
  .sol-info-message.sol-action-link-decoration .sol-action-icon {
    top: 20px;
    transform: none;
  }
}
.sol-info-message.sol-action-link-decoration .sol-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 60px;
  padding-left: 90px;
}
.sol-info-message.sol-action-link-decoration .sol-wrapper .sol-info-message-header {
  font-size: 15px;
  font-weight: 800;
}
.sol-info-message.sol-action-link-decoration .sol-wrapper .sol-info-message-content {
  font-weight: 300;
}
.sol-info-message.sol-action-link-decoration .sol-action-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.sol-info-message.sol-action-link-decoration .sol-action-arrow i.fa {
  font-size: 20px;
  padding-right: 10px;
}
.sol-info-message.sol-action-link-decoration.sol-action-link-decoration a:hover .sol-wrapper .sol-info-message-header {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .sol-startpage .pagecontent {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.sol-startpage .pagecontent .sol-startpage-content {
  margin: 10px 10px;
}
@media (max-width: 991px) {
  .sol-startpage .pagecontent .sv-text-portlet {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .sol-startpage .pagecontent .sv-text-portlet {
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .sol-startpage .pagecontent .sv-image-portlet {
    padding-top: 0;
    padding-left: 0;
  }
}
.sol-startpage .sol-link-list.sol-horizontal-list ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sol-startpage .sol-link-list.sol-horizontal-list ul .sol-link-list__item {
  flex-wrap: wrap;
  flex: 1;
  background-color: #ffffff;
  padding: 15px;
  margin: 10px;
  min-width: 194px;
  max-width: 270px;
  position: relative;
}
@media (max-width: 767px) {
  .sol-startpage .sol-link-list.sol-horizontal-list ul .sol-link-list__item {
    min-width: unset;
    max-width: unset;
  }
}
.sol-startpage .sol-link-list.sol-horizontal-list ul .sol-link-list__item i.fa {
  color: #555555 !important;
  font-size: 18px;
  margin-right: 10px;
  position: absolute;
  top: 16px;
}
.sol-startpage .sol-link-list.sol-horizontal-list ul .sol-link-list__item div {
  margin-left: 25px;
}
.sol-startpage .sol-link-list.sol-horizontal-list ul .sol-link-list__item div a {
  line-height: 18px;
  font-size: 16px;
  font-weight: bold;
  color: #2c2c2c;
  text-decoration: none;
  box-shadow: rgba(85, 85, 85, 0.3) 0px -15px 0 -11px inset !important;
  transition: all 100ms;
}
.sol-startpage .sol-link-list.sol-horizontal-list ul .sol-link-list__item div a:hover {
  text-decoration: none;
  box-shadow: rgba(85, 85, 85, 0.3) 0 -43px 0 -23px inset !important;
}
.sol-startpage .sol-link-list.sol-vertical-list {
  margin-bottom: 30px;
}
.sol-startpage .sol-link-list.sol-vertical-list ul {
  list-style: none;
}
.sol-startpage .sol-link-list.sol-vertical-list ul li {
  background-color: #ffffff;
  padding: 10px 20px;
  border-bottom: 1px solid #e7e7e7;
}
.sol-startpage .sol-link-list.sol-vertical-list ul li:last-child {
  border-bottom: none;
}
.sol-startpage .sol-link-list.sol-vertical-list ul li a {
  text-decoration: none;
  box-shadow: rgba(85, 85, 85, 0.3) 0px -15px 0 -11px inset !important;
  transition: all 100ms;
}
.sol-startpage .sol-link-list.sol-vertical-list ul li a:hover {
  text-decoration: none;
  box-shadow: rgba(85, 85, 85, 0.3) 0 -43px 0 -23px inset !important;
}
.sol-startpage .sol-link-list.sol-vertical-list .sol-link-list__columns {
  display: flex;
  justify-content: center;
}
.sol-startpage .sol-link-list.sol-vertical-list .sol-link-list__columns ul {
  float: left;
  flex: 1;
  margin: 20px 20px 0;
  padding: 0;
  min-width: 185px;
  max-width: 185px;
}
.sol-startpage .sol-link-list.sol-vertical-list .sol-link-list__columns ul:first-child {
  margin-left: 40px;
}
.sol-startpage .sol-link-list.sol-vertical-list .sol-link-list__columns ul:last-child {
  margin-right: 40px;
}
@media (max-width: 991px) {
  .sol-startpage .sol-link-list.sol-vertical-list .sol-link-list__columns ul {
    margin: 20px 10px 0;
  }
  .sol-startpage .sol-link-list.sol-vertical-list .sol-link-list__columns ul:first-child {
    margin-left: 10px;
  }
  .sol-startpage .sol-link-list.sol-vertical-list .sol-link-list__columns ul:last-child {
    margin-right: 10px;
  }
}
@media (max-width: 479px) {
  .sol-startpage .sol-link-list.sol-vertical-list .sol-link-list__columns ul {
    flex: 0;
    min-width: 250px;
    margin-top: 0px;
  }
  .sol-startpage .sol-link-list.sol-vertical-list .sol-link-list__columns ul:last-child li:last-child {
    border-bottom: none;
  }
}
@media (max-width: 479px) {
  .sol-startpage .sol-link-list.sol-vertical-list .sol-link-list__columns ul li {
    border-bottom: 1px solid #e7e7e7;
  }
}
@media (max-width: 991px) {
  .sol-startpage .sol-link-list.sol-vertical-list .sol-link-list__columns {
    flex-wrap: wrap;
  }
}
.sol-error-page {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.sol-error-page-text-big {
  font-size: 255px;
  line-height: 220px;
  font-weight: 700;
}
.sol-error-page-text-small {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
}
.sol-error-page .sol-btn {
  margin-top: 20px;
}
.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-top-search,
.sv-facetedsearch-portlet .sol-top-search {
  width: 67%;
}
.sv-standardsearch-portlet .sol-num-hits,
.sv-facetedsearch-portlet .sol-num-hits,
.sv-standardsearch-portlet .sol-did-you-mean,
.sv-facetedsearch-portlet .sol-did-you-mean {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 12px;
  padding: 0 50px 0 15px;
}
.sv-standardsearch-portlet .sol-num-hits strong,
.sv-facetedsearch-portlet .sol-num-hits strong,
.sv-standardsearch-portlet .sol-did-you-mean strong,
.sv-facetedsearch-portlet .sol-did-you-mean strong {
  font-weight: 700;
}
.sv-standardsearch-portlet .sv-search-facets,
.sv-facetedsearch-portlet .sv-search-facets {
  width: 29%;
}
.sv-standardsearch-portlet .sv-search-facets .sv-search-facet-name,
.sv-facetedsearch-portlet .sv-search-facets .sv-search-facet-name {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
}
.sv-standardsearch-portlet .sv-search-facets .sv-search-facet .sv-defaultlist-noleft,
.sv-facetedsearch-portlet .sv-search-facets .sv-search-facet .sv-defaultlist-noleft {
  background-color: #ffffff;
}
.sv-standardsearch-portlet .sv-search-facets .sv-search-facet .sv-defaultlist-noleft li,
.sv-facetedsearch-portlet .sv-search-facets .sv-search-facet .sv-defaultlist-noleft li {
  font-size: 13px;
  margin: 0;
  border-bottom: 2px dotted #e7e7e7;
  position: relative;
}
.sv-standardsearch-portlet .sv-search-facets .sv-search-facet .sv-defaultlist-noleft li:last-child,
.sv-facetedsearch-portlet .sv-search-facets .sv-search-facet .sv-defaultlist-noleft li:last-child {
  border-bottom: none;
}
.sv-standardsearch-portlet .sv-search-facets .sv-search-facet .sv-defaultlist-noleft li a,
.sv-facetedsearch-portlet .sv-search-facets .sv-search-facet .sv-defaultlist-noleft li a {
  padding: 5px 15px 5px 10px;
  display: block;
  text-decoration: none;
  color: #2c2c2c;
}
.sv-standardsearch-portlet .sv-search-facets .sv-search-facet .sv-defaultlist-noleft li .sol-search-facet-count,
.sv-facetedsearch-portlet .sv-search-facets .sv-search-facet .sv-defaultlist-noleft li .sol-search-facet-count {
  position: absolute;
  right: 10px;
  top: 5px;
}
.sv-standardsearch-portlet .sv-search-facets .sv-search-facet .sv-defaultlist-noleft li .sol-search-facet-zero,
.sv-facetedsearch-portlet .sv-search-facets .sv-search-facet .sv-defaultlist-noleft li .sol-search-facet-zero {
  padding: 5px 15px 5px 10px;
}
.sv-standardsearch-portlet .sv-search-facets .sv-search-facet .sv-defaultlist-noleft li:hover a,
.sv-facetedsearch-portlet .sv-search-facets .sv-search-facet .sv-defaultlist-noleft li:hover a {
  text-decoration: underline;
}
.sv-standardsearch-portlet .sv-search-hit,
.sv-facetedsearch-portlet .sv-search-hit {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 0px 50px 0px 15px;
  border-radius: 2px;
  width: 67%;
}
.sv-standardsearch-portlet .sv-search-hit .font-heading-3,
.sv-facetedsearch-portlet .sv-search-hit .font-heading-3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #2c2c2c;
  font-size: 19px;
  font-weight: 800;
  line-height: 30px;
  text-decoration: none;
  box-shadow: rgba(85, 85, 85, 0.3) 0px -15px 0 -11px inset !important;
  transition: all 100ms;
  padding-bottom: 1px;
}
.sv-standardsearch-portlet .sv-search-hit .font-heading-3:hover,
.sv-facetedsearch-portlet .sv-search-hit .font-heading-3:hover {
  text-decoration: none;
  box-shadow: rgba(85, 85, 85, 0.3) 0 -60px 0 -23px inset !important;
}
.sv-standardsearch-portlet .sv-search-hit .sol-search-hit-file-icon,
.sv-facetedsearch-portlet .sv-search-hit .sol-search-hit-file-icon {
  float: left;
  padding: 25px 25px 25px 0;
  max-width: 50px;
}
.sv-standardsearch-portlet .sv-search-hit .sol-search-hit-file-icon div,
.sv-facetedsearch-portlet .sv-search-hit .sol-search-hit-file-icon div {
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  padding-top: 5px;
}
.sv-standardsearch-portlet .sv-search-hit .font-normal,
.sv-facetedsearch-portlet .sv-search-hit .font-normal {
  margin-top: 10px !important;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}
.sv-standardsearch-portlet .sv-search-hit .font-normal strong,
.sv-facetedsearch-portlet .sv-search-hit .font-normal strong {
  font-weight: 700;
}
.sv-standardsearch-portlet .sv-search-hit .sol-info-line,
.sv-facetedsearch-portlet .sv-search-hit .sol-info-line {
  font-size: 12px;
  margin-bottom: 0px;
}
.sv-standardsearch-portlet .sv-search-hit .sol-info-line b,
.sv-facetedsearch-portlet .sv-search-hit .sol-info-line b {
  font-weight: 700;
}
.sv-standardsearch-portlet .sv-search-hit .sol-hit-info-text,
.sv-facetedsearch-portlet .sv-search-hit .sol-hit-info-text {
  font-size: 13px;
}
.sv-standardsearch-portlet .sv-search-hit .sol-hit-info-text i.fa,
.sv-facetedsearch-portlet .sv-search-hit .sol-hit-info-text i.fa {
  color: #555555 !important;
  margin-right: 5px;
  margin-left: 10px;
}
.sv-standardsearch-portlet .sv-search-hit .sol-hit-info-text i.fa:first-child,
.sv-facetedsearch-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,
.sv-facetedsearch-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,
.sv-facetedsearch-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,
.sv-facetedsearch-portlet .sv-search-hit .sol-hit-path-text {
  font-size: 12px;
}
.sv-standardsearch-portlet .sv-search-hit .sol-hit-path-text a,
.sv-facetedsearch-portlet .sv-search-hit .sol-hit-path-text a {
  color: #555555 !important;
  text-decoration: none;
}
.sv-standardsearch-portlet .sv-search-hit .sol-hit-path-text a:hover,
.sv-facetedsearch-portlet .sv-search-hit .sol-hit-path-text a:hover {
  color: #2c2c2c;
  text-decoration: underline;
}
.sv-standardsearch-portlet .sol-pagination .pagination,
.sv-facetedsearch-portlet .sol-pagination .pagination {
  display: inline-block;
  margin-top: 50px;
  margin-left: 15px;
}
.sv-standardsearch-portlet .sol-pagination .pagination:before,
.sv-facetedsearch-portlet .sol-pagination .pagination:before,
.sv-standardsearch-portlet .sol-pagination .pagination:after,
.sv-facetedsearch-portlet .sol-pagination .pagination:after {
  content: "";
  display: table;
}
.sv-standardsearch-portlet .sol-pagination .pagination:after,
.sv-facetedsearch-portlet .sol-pagination .pagination:after {
  clear: both;
}
.sv-standardsearch-portlet .sol-pagination .pagination a,
.sv-facetedsearch-portlet .sol-pagination .pagination a,
.sv-standardsearch-portlet .sol-pagination .pagination span.current,
.sv-facetedsearch-portlet .sol-pagination .pagination span.current {
  width: 30px;
  height: 30px;
  margin-top: 0px;
  margin-right: 2px;
  margin-left: 2px;
  padding: 2px 0px 0px;
  border-radius: 100%;
  background-color: #ffffff;
  box-shadow: none;
  color: #2c2c2c;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  border: 2px solid #e7e7e7;
  text-decoration: none;
  line-height: 22px;
}
.sv-standardsearch-portlet .sol-pagination .pagination a:hover,
.sv-facetedsearch-portlet .sol-pagination .pagination a:hover,
.sv-standardsearch-portlet .sol-pagination .pagination span.current:hover,
.sv-facetedsearch-portlet .sol-pagination .pagination span.current:hover {
  background-color: #9e9e9e;
  border-color: #9e9e9e;
  color: #ffffff;
}
.sv-standardsearch-portlet .sol-pagination .pagination a.next,
.sv-facetedsearch-portlet .sol-pagination .pagination a.next,
.sv-standardsearch-portlet .sol-pagination .pagination span.current.next,
.sv-facetedsearch-portlet .sol-pagination .pagination span.current.next,
.sv-standardsearch-portlet .sol-pagination .pagination a.prev,
.sv-facetedsearch-portlet .sol-pagination .pagination a.prev,
.sv-standardsearch-portlet .sol-pagination .pagination span.current.prev,
.sv-facetedsearch-portlet .sol-pagination .pagination span.current.prev {
  background-color: transparent;
}
.sv-standardsearch-portlet .sol-pagination .pagination span.current,
.sv-facetedsearch-portlet .sol-pagination .pagination span.current,
.sv-standardsearch-portlet .sol-pagination .pagination span.current:hover,
.sv-facetedsearch-portlet .sol-pagination .pagination span.current:hover {
  padding-top: 4px;
  font-weight: 700;
  background-color: #555555 !important;
  color: #ffffff;
  border: none;
}
.sv-standardsearch-portlet .sol-pagination .pagination span.current strong,
.sv-facetedsearch-portlet .sol-pagination .pagination span.current strong,
.sv-standardsearch-portlet .sol-pagination .pagination span.current:hover strong,
.sv-facetedsearch-portlet .sol-pagination .pagination span.current:hover strong {
  font-weight: 300;
}
.sv-standardsearch-portlet .sol-pagination .pagination > *:first-child:not(span),
.sv-facetedsearch-portlet .sol-pagination .pagination > *:first-child:not(span),
.sv-standardsearch-portlet .sol-pagination .pagination > *:last-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 0;
  text-decoration: underline;
  margin-left: 15px;
  margin-right: 15px;
}
.sv-standardsearch-portlet .sol-pagination .pagination > *:first-child:not(span):hover,
.sv-facetedsearch-portlet .sol-pagination .pagination > *:first-child:not(span):hover,
.sv-standardsearch-portlet .sol-pagination .pagination > *:last-child:not(span):hover,
.sv-facetedsearch-portlet .sol-pagination .pagination > *:last-child:not(span):hover {
  background-color: transparent;
  color: #555555 !important;
}
.sv-standardsearch-portlet .sol-pagination .pagination > *:first-child:not(span),
.sv-facetedsearch-portlet .sol-pagination .pagination > *:first-child:not(span) {
  margin-left: 0;
}
.sv-standardsearch-portlet .sol-pagination .pagination span.current.prev,
.sv-facetedsearch-portlet .sol-pagination .pagination span.current.prev,
.sv-standardsearch-portlet .sol-pagination .pagination span.current.next,
.sv-facetedsearch-portlet .sol-pagination .pagination span.current.next {
  display: none;
}
.sol-crisis-container {
  position: relative;
  background-color: #fa6d56;
  color: #ffffff;
  -webkit-transition-property: margin-top;
  transition-property: margin-top;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.sol-crisis-container .sv-row {
  position: relative;
  padding: 25px 25px 20px 155px;
  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;
  }
}
.sol-crisis-container .sol-crisis-message:before,
.sol-crisis-container .sol-crisis-message:after {
  content: "";
  display: table;
}
.sol-crisis-container .sol-crisis-message:after {
  clear: both;
}
.sol-crisis-container .sol-crisis-message-title {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.sol-crisis-container .sol-crisis-message-desc {
  color: #ffffff;
  line-height: 1.4em;
}
@media (max-width: 991px) {
  .sol-crisis-container .sol-crisis-message-desc {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .sol-crisis-container .sol-crisis-message-desc {
    font-size: 12px;
    line-height: 20px;
  }
}
.sol-crisis-container .sol-crisis-message-more {
  display: block;
  text-align: right;
}
.sol-crisis-container .sol-crisis-message-more a {
  padding: 4px 8px;
  margin-right: 10px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media (max-width: 767px) {
  .sol-crisis-container .sol-crisis-message-more a {
    font-size: 12px;
  }
}
.sol-crisis-container .sol-crisis-message-more a:hover {
  background-color: transparent;
}
.sol-crisis-container .sol-close-crisis {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 10;
  color: #ffffff;
  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: 0.55;
}
@media (max-width: 991px) {
  .sol-crisis-container .sol-close-crisis i.fa {
    font-size: 20px;
  }
}
.sol-a-z-icon {
  font-size: 15px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.sol-letters {
  max-width: 450px;
}
.sol-letters:before,
.sol-letters:after {
  content: "";
  display: table;
}
.sol-letters:after {
  clear: both;
}
.sol-letters a {
  padding: 6px 0 6px;
  text-align: center;
  height: 25px;
  width: 25px;
  color: #ffffff;
  background-color: #9e9e9e;
  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: #555555 !important;
  color: #ffffff;
}
.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: 0px;
  margin-right: 2px;
  margin-left: 2px;
  padding: 4px 0px 0px;
  border-radius: 100%;
  background-color: #ffffff;
  box-shadow: none;
  color: #2c2c2c;
  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: #9e9e9e;
}
.sv-linklist-portlet > div > div:nth-child(3) span,
.sv-linklist-portlet > div > div:nth-child(3) span {
  background-color: #555555 !important;
  color: #ffffff;
}
.sv-linklist-portlet > div > div:nth-child(3) span strong,
.sv-linklist-portlet > div > div:nth-child(3) span strong {
  font-weight: 300;
}
.sol-campaign-row img {
  max-width: 100px;
}
.sol-campaign-row * {
  text-align: center;
}
/* Shortcuts */
.sol-shortcut-list {
  padding: 0;
  list-style-type: none;
}
.sol-shortcut-list .sol-action-text span {
  padding-left: 10px;
  font-weight: bold;
}
.sol-shortcut-list .sol-action-arrow i {
  color: #2c2c2c;
}
.sol-startpage-hero {
  position: relative;
}
.sol-startpage-hero--limit-height {
  max-height: 400px;
  overflow: hidden;
  position: relative;
}
.sol-startpage-hero--limit-height img {
  width: 100%;
}
@media (max-width: 479px) {
  .sol-startpage-hero--limit-height img {
    margin-top: 0;
  }
}
.sol-startpage-hero .sol-startpage-hero-text {
  position: absolute;
  display: inline-block;
  bottom: 20px;
  left: 20px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #555555 !important;
  max-width: 80%;
}
.sol-startpage-hero .sol-startpage-hero-text h1,
.sol-startpage-hero .sol-startpage-hero-text .sol-startpage-hero-desc {
  color: #f4f3f1;
}
@media (max-width: 767px) {
  .sol-startpage-hero .sol-startpage-hero-text .sol-startpage-hero-desc {
    display: none !important;
  }
}
.sol-startpage-hero .sol-startpage-hero-text h1 {
  padding-top: 10px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .sol-startpage-hero .sol-startpage-hero-text h1 {
    font-size: 15px;
    line-height: normal;
    margin-bottom: 10px;
  }
}
.sol-startpage-hero .sol-startpage-hero-text .sol-startpage-hero-desc {
  padding-bottom: 10px;
  display: block;
}
/* Puffar */
.sol-puffar-list {
  padding: 0;
  text-align: center;
}
.sol-puffar-list .sol-puffar-item {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding: 6px;
  width: 20%;
  background: #ffffff;
  margin: 12px;
  margin-bottom: 25px;
  margin-right: 1%;
  margin-left: 1.5%;
  cursor: pointer;
}
@media (max-width: 991px) {
  .sol-puffar-list .sol-puffar-item {
    width: 40%;
    margin-right: 2%;
    margin-left: 4%;
  }
}
@media (max-width: 767px) {
  .sol-puffar-list .sol-puffar-item {
    width: 90%;
    margin-bottom: 10px;
  }
}
.sol-puffar-list .sol-puffar-item .sol-puffar-image {
  width: 100%;
  height: 232px;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 991px) {
  .sol-puffar-list .sol-puffar-item .sol-puffar-image {
    width: 35%;
    float: left;
    display: inline-block;
    height: 106px;
  }
}
.sol-puffar-list .sol-puffar-item .sol-puffar-text {
  background-color: rgba(252, 252, 252, 0.92);
  bottom: 0;
  color: #2c2c2c;
  display: inline-block;
  font-size: 15px;
  left: 0;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: left;
  transition-duration: 200ms;
  transition-property: color;
  transition-timing-function: ease;
  -webkit-transition-duration: 200ms;
  -webkit-transition-property: color;
  -webkit-transition-timing-function: ease;
}
@media (max-width: 991px) {
  .sol-puffar-list .sol-puffar-item .sol-puffar-text {
    position: relative;
    float: right;
    width: 65%;
    padding-top: 0px;
    background: #ffffff;
  }
}
.sol-puffar-list .sol-puffar-item .sol-puffar-text .sol-puffar-inriktning {
  padding-left: 2px;
  margin: 0;
  margin-bottom: 2px;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 991px) {
  .sol-puffar-list .sol-puffar-item .sol-puffar-text .sol-puffar-inriktning {
    margin-bottom: 0;
  }
}
.sol-puffar-list .sol-puffar-item .sol-puffar-text .sol-puffar-inriktningar {
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: 10px;
  padding-left: 2px;
}
.sol-puffar-list .sol-puffar-item .sol-puffar-text .sol-puffar-inriktningar .sol-puffar-inriktningar-count {
  border-radius: 10px;
  border: 1px solid #2c2c2c;
  width: 17px;
  height: 17px;
  line-height: 15px;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}
.sol-puffar-list .sol-puffar-item:hover .sol-puffar-text .sol-puffar-inriktning {
  text-decoration: underline;
  color: #555555 !important;
}
.sol-linklist-puff-wrapper {
  margin-top: 20px;
}
.sol-linklist-puff.sv-column-4:last-child {
  float: left !important;
}
.sol-linklist-puff:first-child {
  margin-left: 0;
}
.sol-linklist-puff-img {
  height: 190px;
  overflow: hidden;
}
.sol-linklist-puff-content {
  background-color: #ffffff;
}
.sol-linklist-puff-content .sol-linklist-puff-header h3, .sol-linklist-puff-content .sol-linklist-puff-header h2 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0;
  text-align: center;
  border-bottom: 2px dotted #e7e7e7;
}
.sol-linklist-puff-content .sol-linklist-puff-links ul {
  list-style: none;
  padding: 0 0 10px;
  margin: 0;
}
.sol-linklist-puff-content .sol-linklist-puff-links ul li {
  padding: 5px 0;
  margin: 0 20px;
  border-bottom: 2px dotted #e7e7e7;
}
.sol-linklist-puff-content .sol-linklist-puff-links ul li a {
  display: block;
  text-decoration: none;
  font-weight: 500;
}
.sol-linklist-puff-content .sol-linklist-puff-links ul li a:hover {
  text-decoration: underline;
}
.sol-linklist-puff-content .sol-linklist-puff-links ul li a i.fa {
  color: #9e9e9e;
  float: right;
  margin-top: 5px;
  margin-right: 5px;
}
.sol-ung .sol-linklist-puff {
  padding-left: 0 !important;
}
.sol-ung .sol-linklist-puff-img {
  height: auto;
}
.sol-ung .sol-linklist-puff-content {
  margin-top: 0;
}
.sol-ung .sol-linklist-puff-content .sol-linklist-puff-header h3, .sol-ung .sol-linklist-puff-content .sol-linklist-puff-header h2 {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.sol-ung div[class^='sv-column-'] .sol-linklist-puff,
.sol-ung div[class*=' sv-column-'] .sol-linklist-puff {
  width: 100% !important;
}
.sol-ung div[class^='sv-column-'] .sol-linklist-puff-wrapper,
.sol-ung div[class*=' sv-column-'] .sol-linklist-puff-wrapper {
  margin-top: 0;
}
/* Inte del av theme */
.sol-program-inriktning {
  padding-top: 10px;
  padding-left: 5px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.sol-program-inriktning-counter {
  border-radius: 20px;
  width: 25px;
  height: 20px;
  border: 1px solid;
  display: inline-block;
  padding-left: 8px;
  padding-bottom: 22px;
  margin-right: 5px;
  margin-left: 5px;
}
.sol-program-inriktning-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.sol-program-inriktning-item {
  display: inline-block;
  border-right: 1px solid #e4e4e4;
  padding-left: 5px;
  padding-right: 10px;
}
.sol-program-inriktning-item:last-child {
  border-right: 0;
}
.sol-subject-credit-info {
  margin-bottom: 20px;
}
.sol-subject-credit-info .sol-collapsible-header .sol-total-credits {
  padding: 2px;
  border: 1px solid #2c2c2c;
}
@media (max-width: 479px) {
  .sol-subject-credit-info .sol-collapsible-header .sol-total-credits {
    display: inline-block;
    margin-left: 20px;
  }
}
.sol-subject-credit-info ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sol-subject-credit-info ul li:nth-child(even) {
  background: #ffffff;
}
.sol-subject-credit-info ul li:nth-child(odd) {
  background: #e7e7e7;
}
.sol-subject-credit-info ul li {
  padding: 8px 50px 8px 10px;
}
.sol-subject-credit-info ul li .sol-subject-credits {
  float: right;
}
.sol-subject-credit-info.sol-active .sol-collapsible-header-icon:before {
  content: "\f068";
}
#theChart,
.sol_chart {
  margin: 0 auto;
}
.sv-column-6.sol-ambassador-solo {
  margin: 0 auto !important;
  display: table;
  float: none;
}
.sol-ambassador-wrapper {
  margin-bottom: 20px;
}
.sol-ambassador {
  display: inline-block;
}
.sol-ambassador:hover .sol-ambassador-title {
  text-decoration: none;
  box-shadow: rgba(85, 85, 85, 0.3) 0 -41px 0 -23px inset !important;
}
.sol-ambassador a {
  text-decoration: none;
}
.sol-ambassador .sol-ambassador-image {
  float: left;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  overflow: hidden;
}
.sol-ambassador .sol-ambassador-image img {
  max-width: none;
  height: 110px;
  width: auto;
  margin-left: -42%;
}
@media (max-width: 767px) {
  .sol-ambassador .sol-ambassador-image {
    display: table;
    float: none;
    margin: 0 auto;
  }
}
.sol-ambassador .sol-ambassador-qoute {
  overflow: hidden;
}
@media (max-width: 767px) {
  .sol-ambassador .sol-ambassador-qoute {
    margin-top: 10px;
  }
}
.sol-ambassador p a {
  color: #2c2c2c;
}
.sol-ambassador p a:hover {
  color: #555555 !important;
}
.sv-column-6:nth-child(even) .sol-ambassador-image {
  float: right;
  margin-right: 0;
  margin-left: 15px;
}
.sv-column-6:nth-child(even) .sol-ambassador-image img {
  margin-left: -28%;
}
@media (max-width: 767px) {
  .sv-column-6:nth-child(even) .sol-ambassador-image {
    display: table;
    float: none;
    margin: 0 auto;
  }
}
.sol-ambassador-title {
  font-weight: bold;
  transition: all 100ms;
  box-shadow: none;
}
.sol-fa-icon {
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 30px;
  line-height: 1.3em;
  text-align: center;
  flex: 1;
}
.sol-fa-icon .fa {
  font-size: 37px;
  color: #2c2c2c;
}
.sol-fa-icon__text {
  margin-top: 5px;
}
.sol-flex-container {
  display: flex;
}
.sol-flex-container > * {
  flex: 1;
  text-align: center;
}
.sol-icon-link-element {
  position: relative;
  height: 46px;
  background-color: white;
  border: 1px solid #d1cfcf;
}
.sol-icon-link-element > * {
  display: inline-block;
}
.sol-icon-link-element__icon {
  position: relative;
  background-color: #555555 !important;
  float: left;
  height: 46px;
  line-height: 46px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 20px;
}
.sol-icon-link-element__icon::after {
  position: absolute;
  content: "";
  display: block;
  border: 10px solid transparent;
  border-left-color: #555555 !important;
  right: -20px;
  top: 50%;
  margin-top: -10px;
}
.sol-icon-link-element__icon .fa {
  position: relative;
  top: 1px;
  color: white;
  font-size: 22px;
}
.sol-icon-link-element__link {
  line-height: 46px;
  float: left;
  font-weight: bold;
}
.sol-icon-link-element__link a {
  text-decoration: none;
}
.sol-icon-link-element__right-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  line-height: 14px;
  margin-top: -7px;
}
.sol-icon-link-element__right-arrow .fa {
  font-size: 14px;
  color: black;
}
.sol-related-image {
  margin-top: 11px;
}
.sol-cookie {
  display: none;
  margin-right: 13%;
}
@media (max-width: 570px) {
  .sol-cookie {
    margin-right: 0;
  }
}
.sol-cookie-flex {
  display: flex;
  flex-direction: row;
}
@media (max-width: 570px) {
  .sol-cookie-flex {
    flex-direction: column;
  }
}
.sol-cookie__content {
  padding: 10px 75px 20px 20px;
  flex: 1 85%;
}
@media (max-width: 570px) {
  .sol-cookie__content {
    padding: 10px 20px 20px 20px;
  }
}
.sol-cookie__close {
  position: relative;
  top: 20px;
  right: 15px;
  width: 100px;
  min-width: 100px;
  height: 30px;
  color: white;
  background-color: #006e1e;
  border: none;
  font-weight: 600;
  flex: 100px;
}
@media (max-width: 570px) {
  .sol-cookie__close {
    top: 0;
    height: 25px;
    flex: 25px;
    left: 20px;
  }
}
.sol-cookies-layout {
  background-color: #d2d2d2;
  margin: 0;
}
@media (max-width: 570px) {
  .sol-cookies-layout {
    padding-bottom: 15px;
  }
}
.sol-ung .sol-event-listing {
  position: relative;
  margin-top: 10px;
}
.sol-ung .sol-event-listing > * {
  font-family: 'Open Sans', sans-serif;
}
.sol-ung .sol-event-listing ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}
.sol-ung .sol-event-item {
  font-family: 'Open Sans', sans-serif;
  position: relative;
  display: block;
  border-bottom: 5px solid #D8D8D8;
  text-decoration: none;
  min-height: 95px;
  margin: 0 0 10px 0;
  background-color: #ffffff;
  margin-bottom: 10px;
  border: solid 5px #fff;
  padding: 5px 0px 0px 115px;
  min-height: 105px;
}
@media (max-width: 991px) {
  .sol-ung .sol-event-item {
    padding-left: 0;
  }
}
.sol-ung .sol-event-item__name {
  font-size: 19px;
  line-height: 23px;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 5px;
  padding-right: 80px;
}
@media (max-width: 991px) {
  .sol-ung .sol-event-item__name {
    padding-right: 45px;
    padding-left: 115px;
    position: absolute;
    font-size: 17px;
  }
}
.sol-ung .sol-event-item__text {
  padding-bottom: 10px;
  padding-right: 20px;
  font-size: 16px !important;
  line-height: 22px !important;
}
@media (max-width: 991px) {
  .sol-ung .sol-event-item__text {
    padding-top: 85px;
  }
}
.sol-ung .sol-event-item__image {
  height: 250px;
  width: 50%;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 15px;
  float: left;
  background-size: cover;
}
.sol-ung .sol-event-item__image__category {
  margin-bottom: 20px;
}
.sol-ung .sol-event-item__image img {
  height: auto;
  width: auto;
}
@media (max-width: 479px) {
  .sol-ung .sol-event-item__image {
    height: 210px;
    width: 100%;
    background-position: center;
    margin-top: -5px;
  }
}
@media (max-width: 991px) and (min-width: 479px) {
  .sol-ung .sol-event-item__image {
    width: 100%;
    height: 350px;
    background-position: center;
    margin-top: -5px;
  }
}
.sol-ung .sol-event-item__category {
  color: #7B7B7B;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 11px;
  min-height: 10px;
}
@media (max-width: 991px) {
  .sol-ung .sol-event-item__category {
    padding-left: 116px;
    padding-right: 45px;
  }
}
.sol-ung .sol-event-item__category > span::after {
  content: " / ";
}
.sol-ung .sol-event-item__category > span:last-child::after {
  content: "";
}
.sol-ung .sol-event-item__text {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 16px;
  margin-top: 0;
}
.sol-ung .sol-event-item__date {
  position: absolute;
  top: 5px;
  left: 0;
  background-color: #fff;
  width: 104px;
  border: solid 2px #555555 !important;
  border-bottom: none !important;
  color: #555555 !important;
  font-weight: bold;
  text-align: center;
  border-radius: 0px;
}
.sol-ung .sol-event-item__date__top {
  display: block;
  font-size: 19px;
  line-height: 27px;
  font-weight: bold;
  padding: 12px 5px 3px;
}
.sol-ung .sol-event-item__date__middle {
  display: block;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 0 5px 5px;
}
.sol-ung .sol-event-item__date__bottom {
  display: block;
  background-color: #555555 !important;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  line-height: 16px;
  padding: 5px 5px;
  border-radius: 0px;
}
@media (max-width: 479px) {
  .sol-ung .sol-event-item__date__img {
    top: 226px;
  }
}
@media (max-width: 991px) and (min-width: 479px) {
  .sol-ung .sol-event-item__date__img {
    top: 361px;
  }
}
.sol-ung .sol-event-item__free {
  background-color: #82b546;
  color: #ffffff;
  border: 35px solid #E90017;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  border: 35px solid #82b546 !important;
  border-radius: 0 0 0px 200px;
}
@media (max-width: 767px) {
  .sol-ung .sol-event-item__free {
    border: 20px solid #82b546 !important;
  }
}
.sol-ung .sol-event-item__free__text {
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -11px;
  top: -16px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .sol-ung .sol-event-item__free__text {
    left: -14px;
    top: -13px;
    font-size: 10px;
  }
}
.sol-ung .sol-event-filter::before,
.sol-ung .sol-event-filter::after {
  content: "";
  display: table;
}
.sol-ung .sol-event-filter::after {
  clear: both;
}
@media (max-width: 530px) {
  .sol-ung .sol-event-filter .sol-left,
  .sol-ung .sol-event-filter .sol-right {
    display: block;
  }
  .sol-ung .sol-event-filter .sol-left::before,
  .sol-ung .sol-event-filter .sol-right::before,
  .sol-ung .sol-event-filter .sol-left::after,
  .sol-ung .sol-event-filter .sol-right::after {
    content: "";
    display: table;
  }
  .sol-ung .sol-event-filter .sol-left::after,
  .sol-ung .sol-event-filter .sol-right::after {
    clear: both;
  }
  .sol-ung .sol-event-filter .sol-right {
    float: left;
  }
}
.sol-ung .sol-event-filter__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  background-color: #555555 !important;
  color: #ffffff;
  background-image: url('/webdav/files/System/Ung/resources/graphics/caret-down.svg');
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: calc(91%) 50%;
  padding: 0 7px;
  font-size: 13px;
  min-width: 140px;
  float: left;
  margin-right: 6px;
  cursor: pointer;
  height: 35px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
}
@media (max-width: 530px) {
  .sol-ung .sol-event-filter__select {
    width: calc(48%);
  }
}
.sol-ung .sol-event-filter__select:hover {
  background-color: #6E6E6E;
}
.sol-ung .sol-event-filter__select:-ms-expand {
  display: none;
}
@media (max-width: 530px) {
  .sol-ung .sol-event-filter__select:focus {
    font-size: 16px;
  }
}
.sol-ung .sol-event-filter__select:focus::-ms-value {
  background-color: transparent;
}
.sol-ung .sol-event-filter__select .option {
  background-color: #ffffff;
  color: #000000;
}
.sol-ung .sol-event-filter__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  background-color: #4A4A4A;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  padding: 0 9px;
  text-align: center;
  text-transform: uppercase;
  float: right;
  cursor: pointer;
  height: 35px;
  margin-bottom: 15px;
  line-height: 2;
  font-family: 'Open Sans', sans-serif;
}
.sol-ung .sol-event-filter__button--active,
.sol-ung .sol-event-filter__button:hover {
  background-color: #6E6E6E;
}
.sol-ung .sol-event-filter__button > .sol-icon__list,
.sol-ung .sol-event-filter__button > .sol-icon__map {
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.sol-ung .sol-event-filter__button > .sol-icon__map {
  margin-right: 4px;
  margin-left: -3px;
}
.sol-ung .sol-event-map {
  height: 764px;
  max-height: calc(50vh);
}
.sol-ung .sol-event-map img {
  max-width: none !important;
}
.sol-ung .sol-no-events {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
.sol-ung .sol-hidden-map {
  visibility: hidden;
  position: absolute;
  height: auto;
  width: 100%;
  bottom: 100%;
}
