/*
  Byggskript version: 1.0.3.
  Datum: 2017-09-21 09:47:47
  Användare: 
 */
/*!
 *  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);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-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);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          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);
  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 {
  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 {
  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: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: -5px;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sv-grid-main.sv-fluid-grid *.sol-md-row.sol-row-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
  .sv-grid-main.sv-fluid-grid *.sol-md-row > *[class*='sol-md-col'] {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding-left: 5px;
    padding-right: 5px;
    float: left !important;
  }
  .sv-grid-main.sv-fluid-grid *.sol-md-row > *.sol-md-col-1 {
    width: 8.33333333% !important;
  }
  .sv-grid-main.sv-fluid-grid *.sol-md-row > *.sol-md-col-2 {
    width: 16.66666667% !important;
  }
  .sv-grid-main.sv-fluid-grid *.sol-md-row > *.sol-md-col-3 {
    width: 25% !important;
  }
  .sv-grid-main.sv-fluid-grid *.sol-md-row > *.sol-md-col-4 {
    width: 33.33333333% !important;
  }
  .sv-grid-main.sv-fluid-grid *.sol-md-row > *.sol-md-col-5 {
    width: 41.66666667% !important;
  }
  .sv-grid-main.sv-fluid-grid *.sol-md-row > *.sol-md-col-6 {
    width: 50% !important;
  }
  .sv-grid-main.sv-fluid-grid *.sol-md-row > *.sol-md-col-7 {
    width: 58.33333333% !important;
  }
  .sv-grid-main.sv-fluid-grid *.sol-md-row > *.sol-md-col-8 {
    width: 66.66666667% !important;
  }
  .sv-grid-main.sv-fluid-grid *.sol-md-row > *.sol-md-col-9 {
    width: 75% !important;
  }
  .sv-grid-main.sv-fluid-grid *.sol-md-row > *.sol-md-col-10 {
    width: 83.33333333% !important;
  }
  .sv-grid-main.sv-fluid-grid *.sol-md-row > *.sol-md-col-11 {
    width: 91.66666667% !important;
  }
  .sv-grid-main.sv-fluid-grid *.sol-md-row > *.sol-md-col-12 {
    width: 100% !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sv-grid-main.sv-fluid-grid *.sol-sm-row {
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: -5px;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sv-grid-main.sv-fluid-grid *.sol-sm-row.sol-row-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: 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 (min-width: 768px) and (max-width: 991px) {
  .sv-grid-narrow.sv-fluid-grid *.sol-md-row {
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: -5px;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sv-grid-narrow.sv-fluid-grid *.sol-md-row.sol-row-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
  .sv-grid-narrow.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-narrow.sv-fluid-grid *.sol-md-row > *.sol-md-col-1 {
    width: 8.33333333% !important;
  }
  .sv-grid-narrow.sv-fluid-grid *.sol-md-row > *.sol-md-col-2 {
    width: 16.66666667% !important;
  }
  .sv-grid-narrow.sv-fluid-grid *.sol-md-row > *.sol-md-col-3 {
    width: 25% !important;
  }
  .sv-grid-narrow.sv-fluid-grid *.sol-md-row > *.sol-md-col-4 {
    width: 33.33333333% !important;
  }
  .sv-grid-narrow.sv-fluid-grid *.sol-md-row > *.sol-md-col-5 {
    width: 41.66666667% !important;
  }
  .sv-grid-narrow.sv-fluid-grid *.sol-md-row > *.sol-md-col-6 {
    width: 50% !important;
  }
  .sv-grid-narrow.sv-fluid-grid *.sol-md-row > *.sol-md-col-7 {
    width: 58.33333333% !important;
  }
  .sv-grid-narrow.sv-fluid-grid *.sol-md-row > *.sol-md-col-8 {
    width: 66.66666667% !important;
  }
  .sv-grid-narrow.sv-fluid-grid *.sol-md-row > *.sol-md-col-9 {
    width: 75% !important;
  }
  .sv-grid-narrow.sv-fluid-grid *.sol-md-row > *.sol-md-col-10 {
    width: 83.33333333% !important;
  }
  .sv-grid-narrow.sv-fluid-grid *.sol-md-row > *.sol-md-col-11 {
    width: 91.66666667% !important;
  }
  .sv-grid-narrow.sv-fluid-grid *.sol-md-row > *.sol-md-col-12 {
    width: 100% !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sv-grid-narrow.sv-fluid-grid *.sol-sm-row {
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: -5px;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sv-grid-narrow.sv-fluid-grid *.sol-sm-row.sol-row-reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
  }
  .sv-grid-narrow.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-narrow.sv-fluid-grid *.sol-sm-row > *.sol-sm-col-1 {
    width: 8.33333333% !important;
  }
  .sv-grid-narrow.sv-fluid-grid *.sol-sm-row > *.sol-sm-col-2 {
    width: 16.66666667% !important;
  }
  .sv-grid-narrow.sv-fluid-grid *.sol-sm-row > *.sol-sm-col-3 {
    width: 25% !important;
  }
  .sv-grid-narrow.sv-fluid-grid *.sol-sm-row > *.sol-sm-col-4 {
    width: 33.33333333% !important;
  }
  .sv-grid-narrow.sv-fluid-grid *.sol-sm-row > *.sol-sm-col-5 {
    width: 41.66666667% !important;
  }
  .sv-grid-narrow.sv-fluid-grid *.sol-sm-row > *.sol-sm-col-6 {
    width: 50% !important;
  }
  .sv-grid-narrow.sv-fluid-grid *.sol-sm-row > *.sol-sm-col-7 {
    width: 58.33333333% !important;
  }
  .sv-grid-narrow.sv-fluid-grid *.sol-sm-row > *.sol-sm-col-8 {
    width: 66.66666667% !important;
  }
  .sv-grid-narrow.sv-fluid-grid *.sol-sm-row > *.sol-sm-col-9 {
    width: 75% !important;
  }
  .sv-grid-narrow.sv-fluid-grid *.sol-sm-row > *.sol-sm-col-10 {
    width: 83.33333333% !important;
  }
  .sv-grid-narrow.sv-fluid-grid *.sol-sm-row > *.sol-sm-col-11 {
    width: 91.66666667% !important;
  }
  .sv-grid-narrow.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: #333333;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  background-color: #ffffff;
  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: #333333;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
}
@media (max-width: 767px) {
  p,
  p.font-normal,
  .font-normal,
  p.font-description,
  .font-description {
    font-size: 15px;
  }
}
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: #257cc3;
  text-decoration: underline;
}
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 {
  color: #333333;
}
p.font-description {
  color: #333333;
  font-weight: 700;
}
ap.font-description,
p.font-description a {
  color: #FBAE17;
}
ap.font-description:hover,
p.font-description a:hover {
  color: #333333;
}
h1,
.font-heading-1,
h1.font-heading-1 {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  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;
  }
}
h2,
h2.font-heading-2,
.font-heading-2 {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 18px;
  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;
  }
}
h3,
h3.font-heading-3,
.font-heading-3 {
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  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: #333333;
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 27px;
  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: #60003A;
  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: 50px;
    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: 40px;
  }
}
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;
  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: 15px;
    line-height: 33px;
  }
}
@media (max-width: 479px) {
  p.font-quote::before,
  .font-quote::before {
    left: 5px;
    line-height: 31px;
  }
}
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;
  display: inline-block;
  font-size: 16px;
  content: "\f105";
  color: #60003A;
}
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: #60003A;
  font-size: 14px;
  text-align: center;
  top: 0;
}
* {
  box-sizing: border-box;
}
a:focus,
[data-whatinput="keyboard"] a:focus {
  outline: 1px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] a:focus,
[data-whatinput="mouse"] a:focus,
[data-whatinput="touch"] a:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-ul,
.sol-ul-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sol-float-right {
  float: right;
}
.sol-float-left {
  float: left;
}
.sol-hidden {
  display: none;
}
.sol-modal-overflow-hidden,
.sol-overflow-hidden {
  overflow: hidden;
}
.sol-relative {
  position: relative;
}
.sol-no-anim * {
  transition: none !important;
}
.sv-grid-main 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;
}
.sv-grid-narrow {
  padding-left: 35px;
  padding-right: 35px;
}
@media (max-width: 991px) {
  .sv-grid-narrow {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .sv-grid-narrow {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.sol-section {
  padding-top: 35px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .sol-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .sol-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 479px) {
  .sol-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.sol-external-link-icon {
  margin-left: 6px;
  font-size: 10px;
}
header {
  position: relative;
  z-index: 50;
  background-color: #ffffff;
}
header .sol-top-search {
  position: relative;
  transition-property: background-color, height;
  transition-duration: 200ms;
  transition-timing-function: ease;
  height: 0;
  overflow: hidden;
  height: 115px;
  background-color: #faf9f8;
}
@media (max-width: 991px) {
  header .sol-top-search {
    height: 100px;
  }
}
@media (max-width: 767px) {
  header .sol-top-search {
    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.sol-top-search-hide {
  display: none;
}
header .sol-top {
  padding: 15px 45px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  header .sol-top .sv-grid-narrow {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  header .sol-top {
    text-align: center;
    background-color: #FFECF4;
    padding: 13px 7px 8px;
  }
}
header .sol-top a.sol-top-logo img {
  height: 38px;
}
@media (max-width: 767px) {
  header .sol-top a.sol-top-logo {
    display: none;
  }
}
header .sol-bottom {
  background-color: #60003A;
  text-align: center;
}
header .sol-bottom .sv-grid-narrow {
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 991px) {
  header .sol-bottom {
    display: none;
  }
}
.sol-top-nav {
  display: inline-block;
  vertical-align: top;
}
.sol-top-nav:before,
.sol-top-nav:after {
  content: "";
  display: table;
}
.sol-top-nav:after {
  clear: both;
}
.sol-top-nav-item {
  float: left;
  padding: 10px 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-top-nav-item:focus,
[data-whatinput="keyboard"] .sol-top-nav-item:focus {
  outline: 1px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-top-nav-item:focus,
[data-whatinput="mouse"] .sol-top-nav-item:focus,
[data-whatinput="touch"] .sol-top-nav-item:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-top-nav-item:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.sol-top-nav-item:hover {
  background-color: rgba(255, 236, 244, 0.1);
}
.sol-top-nav-item.sol-active {
  background-color: #ffffff;
  color: #60003A;
}
.sol-to-content {
  position: absolute;
  right: -5000px;
  top: -3px;
  width: 135px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  background-color: #FFECF4;
  border: 2px solid #60003A;
  font-size: 14px;
  color: #ffffff;
}
.sol-to-content:focus {
  right: 100%;
}
@media (max-width: 767px) {
  .sol-to-content:focus {
    position: static;
    width: 100%;
    margin-bottom: 10px;
  }
}
.sol-tool-nav {
  float: right;
  margin-top: 4px;
  position: relative;
}
@media (max-width: 1160px) {
  .sol-tool-nav {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-top: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.sol-tool-nav a.sol-tool-nav-item {
  margin-left: 20px;
  margin-right: 5px;
  font-weight: 400;
  color: #333333;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
}
.sol-tool-nav a.sol-tool-nav-item > span i.fa {
  color: #60003A;
  margin-right: 5px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .sol-tool-nav a.sol-tool-nav-item > span i.fa {
    color: #333333;
  }
}
.sol-tool-nav-item {
  display: inline-block;
  float: left;
}
@media (max-width: 767px) {
  .sol-tool-nav-item {
    float: none;
  }
}
.sol-tool-nav-item > a,
.sol-tool-nav-item > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  margin-left: 20px;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
}
.sol-tool-nav-item > a:focus,
.sol-tool-nav-item > button:focus,
[data-whatinput="keyboard"] .sol-tool-nav-item > a:focus,
[data-whatinput="keyboard"] .sol-tool-nav-item > button:focus {
  outline: 1px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-tool-nav-item > a:focus,
[data-whatinput="initial"] .sol-tool-nav-item > button:focus,
[data-whatinput="mouse"] .sol-tool-nav-item > a:focus,
[data-whatinput="mouse"] .sol-tool-nav-item > button:focus,
[data-whatinput="touch"] .sol-tool-nav-item > a:focus,
[data-whatinput="touch"] .sol-tool-nav-item > button:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
@media (max-width: 767px) {
  .sol-tool-nav-item > a,
  .sol-tool-nav-item > button {
    color: #333333;
    margin: 0 9px 9px;
  }
}
.sol-tool-nav-item > a i.fa,
.sol-tool-nav-item > button i.fa {
  color: #60003A;
  margin-right: 5px;
  font-size: 15px;
}
.sol-tool-nav-item .sol-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #333333;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  padding: 0;
}
.sol-tool-nav-item .sol-close:focus,
[data-whatinput="keyboard"] .sol-tool-nav-item .sol-close:focus {
  outline: 1px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-tool-nav-item .sol-close:focus,
[data-whatinput="mouse"] .sol-tool-nav-item .sol-close:focus,
[data-whatinput="touch"] .sol-tool-nav-item .sol-close:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-tool-nav-item .sol-close i.fa {
  font-size: 11px;
}
.sol-tool-nav-box {
  position: absolute;
  width: 189px;
  margin-top: 10px;
  margin-left: -60px;
  padding: 17px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 1;
  cursor: default;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sol-tool-nav-box {
    margin-left: 0;
    right: 45px;
  }
}
@media (max-width: 767px) {
  .sol-tool-nav-box {
    left: 50%;
    margin-left: -109px;
    width: 215px;
    padding: 12px;
  }
}
.sol-tool-nav-box a.sol-btn-round {
  transition-property: border;
  transition-duration: 200ms;
  transition-timing-function: ease;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-left: 5px;
  color: #60003A;
  border: 2px solid #60003A;
  border-radius: 50%;
  font-size: 15px;
  padding-top: 1px;
  text-align: center;
}
@media (max-width: 767px) {
  .sol-tool-nav-box a.sol-btn-round {
    width: 40px;
    height: 40px;
    font-size: 21px;
    padding-top: 0;
    line-height: 37px;
  }
}
.sol-tool-nav-box a.sol-btn-round:first-child {
  margin-left: 0;
}
.sol-tool-nav-box a.sol-btn-round:last-child {
  margin-right: 0;
}
.sol-tool-nav-box a.sol-btn-round:hover {
  border-color: rgba(96, 0, 58, 0.4);
  color: rgba(96, 0, 58, 0.4);
}
.sol-tool-nav-box-translate {
  padding: 12px 17px 9px;
}
.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 0;
  text-align: center;
}
.sol-mobile-header {
  display: none;
  text-align: center;
  background-color: #ffffff;
}
.sol-mobile-header > div {
  position: relative;
  max-width: 728px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .sol-mobile-header > div {
    height: 55px;
  }
}
@media (max-width: 991px) {
  .sol-mobile-header {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sol-mobile-header {
    background-color: #60003A;
  }
  .sol-mobile-header .sol-mobile-logo {
    display: none;
  }
}
.sol-mobile-header .sol-mobile-logo {
  float: left;
  margin-left: 15px;
  margin-top: 11px;
  height: 36px;
}
.sol-mobile-header .sol-hamburger-wrapper {
  width: 55px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #60003A;
  border: none;
  text-align: center;
  padding-top: 32px;
}
.sol-mobile-header .sol-hamburger-wrapper:focus,
[data-whatinput="keyboard"] .sol-mobile-header .sol-hamburger-wrapper:focus {
  outline: 1px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-mobile-header .sol-hamburger-wrapper:focus,
[data-whatinput="mouse"] .sol-mobile-header .sol-hamburger-wrapper:focus,
[data-whatinput="touch"] .sol-mobile-header .sol-hamburger-wrapper:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-mobile-header .sol-hamburger-wrapper .sol-hamburger {
  width: 35px;
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -18px;
}
.sol-mobile-header .sol-hamburger-wrapper .sol-hamburger > span {
  display: block;
  width: 35px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
}
.sol-mobile-header .sol-hamburger-wrapper .sol-hamburger .sol-hamburger-text {
  background-color: #60003A;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
}
.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 .sol-hamburger-top {
  -webkit-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: 0;
}
.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);
  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-text {
  background-color: #60003A;
}
@media (max-width: 767px) {
  .sol-mobile-header .sol-hamburger-wrapper .sol-hamburger {
    right: 10px;
  }
}
.sol-mobile-header .sol-hamburger-wrapper .sol-hamburger-text {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
}
.sol-mobile-menu-wrapper {
  position: relative;
}
@media (min-width: 992px) {
  .sol-mobile-menu-wrapper {
    display: none;
  }
}
.sol-mobile-menu-container {
  display: none;
  background-color: white;
  position: static;
  top: 0;
  left: 0;
  right: 0;
  z-index: 49;
  height: 0;
  min-height: 0;
  transition-property: height, min-height;
  transition-duration: 250ms;
  transition-timing-function: ease;
  overflow: hidden;
  box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .sol-mobile-menu-container.sol-active {
    display: block;
  }
}
.sol-mobile-menu-container > ul {
  border-top: 1px solid #FFECF4;
}
.sol-mobile-menu-container .sol-menu-list {
  width: 100%;
}
.sol-mobile-menu-container .sol-menu-item {
  position: relative;
}
.sol-mobile-menu-container .sol-menu-item-link {
  display: block;
  position: relative;
  padding: 10px 49px 10px 19px;
  border-bottom: 1px solid #FFECF4;
  text-decoration: none;
  margin-left: 1px;
  margin-right: 1px;
  color: #60003A;
}
.sol-mobile-menu-container .sol-menu-item-link:focus,
[data-whatinput="keyboard"] .sol-mobile-menu-container .sol-menu-item-link:focus {
  outline: 1px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-mobile-menu-container .sol-menu-item-link:focus,
[data-whatinput="mouse"] .sol-mobile-menu-container .sol-menu-item-link:focus,
[data-whatinput="touch"] .sol-mobile-menu-container .sol-menu-item-link:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-mobile-menu-container .sol-menu-item-link .sol-menu-item-display-name {
  font-size: 14px;
  font-weight: 400;
}
.sol-mobile-menu-container .sol-menu-item .sol-menu-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 43px;
  cursor: pointer;
}
.sol-mobile-menu-container .sol-menu-item .sol-menu-button:focus,
[data-whatinput="keyboard"] .sol-mobile-menu-container .sol-menu-item .sol-menu-button:focus {
  outline: 1px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-mobile-menu-container .sol-menu-item .sol-menu-button:focus,
[data-whatinput="mouse"] .sol-mobile-menu-container .sol-menu-item .sol-menu-button:focus,
[data-whatinput="touch"] .sol-mobile-menu-container .sol-menu-item .sol-menu-button:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-mobile-menu-container .sol-menu-item .sol-menu-button i {
  color: #60003A;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  margin-left: -11px;
  margin-top: -10px;
  text-align: center;
  padding-top: 3px;
  padding-left: 3px;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-mobile-menu-container .sol-menu-item[data-menu-level="1"] .sol-menu-item-link {
  padding-left: 30px;
}
.sol-mobile-menu-container .sol-menu-item[data-menu-level="2"] .sol-menu-item-link {
  padding-left: 40px;
}
.sol-mobile-menu-container .sol-menu-item[data-menu-level="3"] .sol-menu-item-link {
  padding-left: 50px;
}
.sol-mobile-menu-container .sol-menu-item[data-menu-level="4"] .sol-menu-item-link {
  padding-left: 60px;
}
.sol-mobile-menu-container .sol-menu-item[data-expanded="true"] > .sol-menu-item-link {
  color: #60003A;
  background-color: #FFECF4;
}
.sol-mobile-menu-container .sol-menu-item[data-expanded="true"] > .sol-menu-button i.fa {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sol-mobile-menu-container .sol-menu-item[data-expanded="true"][data-has-children="false"] > .sol-menu-item-link,
.sol-mobile-menu-container .sol-menu-item[data-is-current="true"] > .sol-menu-item-link {
  color: #60003A;
  background-color: #FFECF4;
}
.sol-mobile-menu-container .sol-menu-item[data-is-current="true"] > .sol-menu-item-link > .sol-menu-item-display-name {
  font-weight: bold;
}
.sol-mobile-menu-container .sol-menu-item[data-node-type="sv:folder"] {
  cursor: pointer;
}
.sol-mobile-menu-container .sol-menu-item[data-node-type="sv:folder"] .sol-menu-button {
  width: 100%;
  border-left: none;
  right: 0;
}
.sol-top-search-field {
  position: relative;
}
.sol-top-search-field input[type=search],
.sol-top-search-field input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  transition-property: border-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
  width: 100%;
  height: 45px;
  padding: 0 11px;
  border: 2px solid #60003A;
  border-radius: 3px;
  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=search]:focus,
.sol-top-search-field input[type=text]:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
@media (max-width: 767px) {
  .sol-top-search-field input[type=search],
  .sol-top-search-field input[type=text] {
    height: 35px;
  }
}
.sol-top-search-field input[type=search]:hover,
.sol-top-search-field input[type=text]:hover {
  border-color: #9e9e9e;
}
.sol-top-search-field input[type=search]:focus,
.sol-top-search-field input[type=text]:focus {
  border-color: #60003A;
}
.sol-top-search-field button[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
  position: absolute;
  top: -9px;
  right: -15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #60003A;
  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[type=submit]:focus,
[data-whatinput="keyboard"] .sol-top-search-field button[type=submit]:focus {
  outline: 1px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-top-search-field button[type=submit]:focus,
[data-whatinput="mouse"] .sol-top-search-field button[type=submit]:focus,
[data-whatinput="touch"] .sol-top-search-field button[type=submit]:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
@media (max-width: 767px) {
  .sol-top-search-field button[type=submit] {
    width: 50px;
    height: 50px;
    top: -8px;
  }
}
.sol-top-search-field button[type=submit] > i.fa {
  position: relative;
  top: -2px;
}
.sol-top-search-field > div:hover input[type=search],
.sol-top-search-field > div:hover input[type=text] {
  border-color: #9e9e9e;
}
.sol-top-search-field > div:hover button {
  background-color: #9e9e9e;
}
@media (max-width: 767px) {
  .sol-top-search-field {
    margin-right: 7px;
  }
}
.sol-main-body {
  background-color: #faf9f8;
}
footer .sol-bottom {
  padding: 35px 0 50px;
  background-color: #60003A;
}
footer .sol-bottom .sv-grid-main .sv-row > .sv-column-4 {
  padding-right: 30px;
}
footer .sol-bottom .sv-column-4 {
  margin-bottom: 30px;
}
footer .sol-bottom .sol-footer-contact-item,
footer .sol-bottom .sol-footer-links-item {
  display: block;
  position: relative;
  line-height: 27px;
  padding-left: 30px;
  text-decoration: none;
  color: #ffffff;
  transition-property: opacity;
  transition-duration: 200ms;
  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: 0;
  top: 4px;
  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: 17px;
  height: 17px;
  margin-right: 10px;
  padding-left: 2px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  opacity: 0.5;
  text-align: center;
  font-size: 14px;
}
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 #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-size: 21px;
  text-align: center;
  line-height: 34px;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
footer .sol-bottom .sol-social-media .sol-social-media-item > a:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  footer .sol-bottom {
    padding-bottom: 0;
  }
}
footer h1.font-footer-header,
footer p.font-footer-header {
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  line-height: 22px;
  font-weight: 700;
}
footer p.font-footer-text {
  margin-bottom: 11px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  line-height: 22px;
  font-weight: 700;
}
footer p.font-footer-text a:hover {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}
.sol-shortcut-container {
  background-color: #FFECF4;
  padding: 20px 20px 0;
}
.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: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sol-shortcut a {
  text-decoration: none;
  max-width: 150px;
  display: inline-block;
  line-height: 16px;
}
.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 3px;
  border: 2px solid #60003A;
  border-radius: 50%;
  background-color: #ffffff;
  color: #60003A;
  font-size: 21px;
  text-align: center;
  line-height: 54px;
  transition-property: background-color, color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-shortcut-item a > span {
  color: #333333;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition-property: color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-shortcut-item a:hover i.fa {
  background-color: #60003A;
  color: #ffffff;
}
.sol-shortcut-item a:hover a > span {
  color: #333333;
}
.sol-cookie-message {
  position: fixed;
  right: 0;
  bottom: 0;
  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 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  display: inline-block;
  padding: 0 7px;
  border-radius: 2px;
  background-color: #ffffff;
  color: #60003A;
  font-size: 10px;
  line-height: 20px;
  font-weight: 600;
  cursor: pointer;
  float: right;
  margin-top: 3px;
}
.sol-cookie-message .sol-cookie-ok:focus,
[data-whatinput="keyboard"] .sol-cookie-message .sol-cookie-ok:focus {
  outline: 1px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-cookie-message .sol-cookie-ok:focus,
[data-whatinput="mouse"] .sol-cookie-message .sol-cookie-ok:focus,
[data-whatinput="touch"] .sol-cookie-message .sol-cookie-ok:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-editor-bottom {
  bottom: 60px !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sol-btn {
  position: relative;
  display: inline-block;
  line-height: 22px;
  padding: 8px 25px;
  color: #ffffff;
  border-radius: 3px;
  background-color: #60003A;
  box-shadow: inset 0 -2px 0 0 #60003A;
  transition-property: background-color, color;
  transition-duration: 200ms;
  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 {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-btn:hover {
  background-color: rgba(96, 0, 58, 0.8);
  color: #ffffff;
}
.sol-btn:active {
  top: 1px;
  box-shadow: inset 0 -1px 0 0 #60003A;
}
.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: #60003A;
  box-shadow: inset 0 -2px 0 0 #60003A;
  transition-property: background-color, color;
  transition-duration: 200ms;
  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-left: 5px;
  margin-right: 5px;
  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 {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.font-btn > a:hover {
  background-color: rgba(96, 0, 58, 0.8);
  color: #ffffff;
}
.font-btn > a:active {
  top: 1px;
  box-shadow: inset 0 -1px 0 0 #60003A;
}
.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: #60003A;
  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: #9e9e9e;
  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: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.sol-box-decoration:before,
.sol-box-decoration:after {
  content: "";
  display: table;
}
.sol-box-decoration:after {
  clear: both;
}
.sol-box-decoration-header {
  display: block;
  padding: 12px 15px;
  background-color: #FFECF4;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #60003A;
  text-align: left;
  text-decoration: none;
  line-height: 13px;
  font-weight: 700;
  font-size: 14px;
  margin: 0;
}
.sol-box-decoration-header .sol-box-decoration-header-icon {
  margin-right: 4px;
}
.sol-box-decoration-padded-content {
  padding: 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
a .sol-box-decoration-padded-content:focus,
[data-whatinput="keyboard"] a .sol-box-decoration-padded-content:focus {
  outline: 1px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] a .sol-box-decoration-padded-content:focus,
[data-whatinput="mouse"] a .sol-box-decoration-padded-content:focus,
[data-whatinput="touch"] a .sol-box-decoration-padded-content:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-box-decoration .sv-text-portlet.sol-btn-small .font-btn {
  margin-bottom: 5px;
}
.sol-box-decoration .sv-channel-item {
  border-top: 2px solid rgba(179, 179, 179, 0.21);
}
.sol-box-decoration .sv-channel-item:first-child {
  border-top: none;
}
.sol-divider-decoration {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 2px solid #FFECF4;
}
.sol-simple-box-decoration {
  margin-top: 25px;
  padding: 8px 20px 2px 15px;
  border: 1px solid #FFECF4;
  border-radius: 3px;
  background-color: #ffffff;
}
.sol-simple-box-decoration.sol-simple-box-decoration-alt {
  background-color: #ffffff;
}
.sol-simple-box-decoration > div {
  display: block;
  margin-bottom: 5px;
}
.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: #333333;
  vertical-align: middle;
  height: 40px;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  background-color: #f8f8f8;
  transition-property: border, background-color, box-shadow;
  transition-duration: 200ms;
  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 {
  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 #e7e7e7;
  border-radius: 2px;
  position: relative;
  top: -1px;
  margin-right: 10px;
  float: left;
  text-align: center;
  transition-property: color, background-color, border-color, border-width;
  transition-duration: 200ms;
  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;
  display: inline-block;
  font-size: 12px;
  content: "\f00c";
  padding-top: 2px;
  background-color: #ffffff;
  border-color: #60003A;
  color: #60003A;
}
.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: #60003A;
}
.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: #60003A;
  box-shadow: inset 0 -2px 0 0 #60003A;
  transition-property: background-color, color;
  transition-duration: 200ms;
  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 {
  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(96, 0, 58, 0.8);
  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 #60003A;
}
.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 #FFECF4;
  overflow: hidden;
}
.sv-text-portlet table.sol-table-decoration caption {
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 800;
}
.sv-text-portlet table.sol-table-decoration thead {
  background-color: #60003A;
}
.sv-text-portlet table.sol-table-decoration thead th {
  padding: 11px 18px;
  border-right: 1px solid rgba(255, 236, 244, 0.3);
}
.sv-text-portlet table.sol-table-decoration thead th p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  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: #FFECF4;
}
.sv-text-portlet table.sol-table-decoration tbody tr td {
  border-right: 1px solid #FCE3EE;
  padding: 11px 18px;
}
.sv-text-portlet table.sol-table-decoration tbody tr td p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 300;
}
.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: #ffffff;
}
.sv-text-portlet table.sol-table-decoration tbody tr:nth-child(odd) td {
  border-right: 1px solid #FFECF4;
}
.sol-job-table-decoration {
  border-collapse: collapse;
  border-radius: 3px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #FFECF4;
  overflow: hidden;
  width: 100%;
}
.sol-job-table-decoration caption {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 800;
  text-align: left;
}
.sol-job-table-decoration thead {
  background-color: #60003A;
}
.sol-job-table-decoration thead th {
  padding: 11px 18px;
  border-right: 1px solid rgba(255, 236, 244, 0.3);
}
.sol-job-table-decoration thead th p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 700;
  margin-top: 0px;
}
.sol-job-table-decoration thead th:last-child {
  border: none;
  border-top-right-radius: 3px;
}
.sol-job-table-decoration thead th:first-child {
  border-top-left-radius: 3px;
}
.sol-job-table-decoration tbody {
  background-color: #FFECF4;
}
.sol-job-table-decoration tbody tr td {
  border-right: 1px solid #FCE3EE;
  padding: 5px 18px;
}
.sol-job-table-decoration tbody tr td p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 300;
}
.sol-job-table-decoration tbody tr td a {
  text-decoration: none;
  color: #60003A;
}
.sol-job-table-decoration tbody tr td a:hover {
  color: #333333;
  text-decoration: underline;
}
.sol-job-table-decoration tbody tr td:last-child {
  border: none;
}
.sol-job-table-decoration tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
.sol-job-table-decoration tbody tr:nth-child(odd) td {
  border-right: 1px solid #FFECF4;
}
.sol-job-table-decoration .listitem td:last-child {
  text-align: right;
}
.sol-widget-decoration-wrapper a {
  text-decoration: none;
}
.sv-editing-mode .sol-widget-decoration .sv-text-portlet:after {
  display: 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: #60003A;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-widget-decoration .sv-text-portlet {
  position: relative;
  max-height: 133px;
  padding: 10px 20px 15px;
  font-size: 13px;
  line-height: 20px;
}
.sol-widget-decoration .sv-text-portlet:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 55px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 85%);
}
.sol-widget-decoration .font-widget-heading {
  display: block;
  margin-bottom: 3px;
  color: #333333;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition-property: color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-widget-decoration .font-normal {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.4em;
}
.sol-widget-decoration:hover .sol-widget-decoration-img:before {
  opacity: 0.5;
}
.sol-widget-decoration:hover .font-widget-heading {
  color: #60003A;
  text-decoration: underline;
}
#lediga-jobb-item p {
  margin-bottom: 30px;
}
#lediga-jobb-item .font-heading-1 {
  margin-bottom: 5px;
}
#lediga-jobb-item .font-heading-2 {
  margin-top: 5px;
  margin-bottom: 5px;
}
#lediga-jobb-item .font-heading-3 {
  margin-top: 5px;
}
#lediga-jobb-item .sol-simple-box-decoration {
  margin-top: 0px;
  padding-top: 15px;
  padding-left: 25px;
}
#lediga-jobb-item .sol-simple-box-decoration .font-normal {
  margin-bottom: 0px;
}
#lediga-jobb-item .sol-simple-box-decoration .c142 {
  width: auto;
}
#lediga-jobb-item .sol-simple-box-decoration .sol-btn {
  margin-top: 5px;
}
#lediga-jobb-item .sol-simple-box-decoration .sol-btn a {
  color: #ffffff;
  text-decoration: none;
}
#lediga-jobb-item .sol-simple-box-decoration .sol-btn:hover {
  background-color: rgba(96, 0, 58, 0.9);
}
#lediga-jobb-item .sol-simple-box-decoration .last {
  margin-top: 0px;
  margin-bottom: 10px;
}
.sol-troint {
  font-size: 14px;
  padding: 0px;
}
.sol-troint .sol-troint-row .sol-troint-col .wrapper {
  padding: 0 15px;
}
.sol-troint-navmenu a {
  padding: 2px 0;
  border-bottom: 1px solid #ffecf4;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}
.sol-troint-item {
  padding: 0;
}
.sol-troint-item p {
  padding: 0 15px;
}
.sol-troint-item a {
  color: #333333;
  font-size: 14px;
}
.sol-troint-item a:hover {
  color: #60003A;
}
.sol-troint table {
  background-color: #ffffff;
  width: 100%;
}
.sol-troint td:first-child {
  background-color: #ffffff;
  padding: 0px;
  border-right: 1px solid #FFECF4;
  width: 25%;
}
.sol-troint td:first-child .MenuItem {
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #FFECF4;
  width: 100%;
  display: inline-block;
}
.sol-troint td:first-child .MenuItem a {
  color: #333333;
  font-size: 14px;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 20px;
}
.sol-troint td:first-child .MenuItem a:hover {
  color: #60003A;
}
.sol-troint td:last-child {
  width: 550px;
  padding-right: 15px;
}
.sol-troint td:last-child p {
  font-size: 14px;
}
.sol-troint td:last-child strong {
  font-size: 16px;
  font-weight: 600;
}
.sol-troint td:last-child td:first-child {
  width: 50%;
  background-color: inherit;
  padding-left: 10px;
}
.sol-troint td:last-child td:last-child {
  width: 20%;
  padding-right: 5px;
}
.sol-troint td:last-child tr:nth-child(even) {
  background-color: #FFECF4;
}
.sol-troint td:last-child tr:nth-child(1),
.sol-troint td:last-child tr:nth-child(3),
.sol-troint td:last-child tr:nth-child(5),
.sol-troint td:last-child tr:nth-child(6):not([bgcolor]),
.sol-troint td:last-child tr:not([bgcolor]) {
  background-color: #ffffff;
  color: #333333;
  font-weight: 300;
}
.sol-troint td:last-child tr:nth-child(6) {
  background-color: #60003A;
  color: #ffffff;
  font-weight: 700;
}
.sol-troint td:last-child tr:nth-child(6) a {
  color: #ffffff;
}
.sol-troint td table td:first-child {
  background-color: #ffffff;
  border-right: none;
}
.sol-troint td table td:first-child a {
  color: #333333;
  font-size: 14px;
}
.sol-troint td table td:first-child a:hover {
  color: #60003A;
}
.sol-troint td table td:first-child tr:first-child td {
  padding-top: 10px;
  padding-bottom: 5px;
}
.sol-troint td table td:first-child tr:last-child form {
  margin-top: 15px;
}
.sol-troint td table td:first-child tr:last-child form select:first-child {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sol-troint {
    min-width: 300px;
    overflow-x: scroll;
  }
}
.input-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.input-required-asterisk:after {
  content: '*';
  color: #d53636;
  font-size: 14px;
  margin-left: 2px;
}
.input-text {
  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: #333333;
  vertical-align: middle;
  height: 40px;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  background-color: #f8f8f8;
  transition-property: border, background-color, box-shadow;
  transition-duration: 200ms;
  transition-timing-function: ease;
  box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 99% 8px;
  background-position: right 10px top 8px;
}
.input-text::-webkit-input-placeholder {
  color: #b4b4b4;
}
.input-text:-moz-placeholder {
  color: #b4b4b4;
}
.input-text::-moz-placeholder {
  color: #b4b4b4;
}
.input-text:-ms-input-placeholder {
  color: #b4b4b4;
}
.input-text:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.input-text:hover {
  border-color: #d6d6d6;
  background-color: #ffffff;
}
.input-text:focus {
  background-color: #ffffff;
  border-color: #257cc3;
}
.input-text-small {
  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: #333333;
  vertical-align: middle;
  height: 40px;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  background-color: #f8f8f8;
  transition-property: border, background-color, box-shadow;
  transition-duration: 200ms;
  transition-timing-function: ease;
  box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 99% 8px;
  background-position: right 10px top 8px;
  height: 35px;
  padding: 9px 16px 8px;
  font-size: 12px;
}
.input-text-small::-webkit-input-placeholder {
  color: #b4b4b4;
}
.input-text-small:-moz-placeholder {
  color: #b4b4b4;
}
.input-text-small::-moz-placeholder {
  color: #b4b4b4;
}
.input-text-small:-ms-input-placeholder {
  color: #b4b4b4;
}
.input-text-small:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.input-text-small:hover {
  border-color: #d6d6d6;
  background-color: #ffffff;
}
.input-text-small:focus {
  background-color: #ffffff;
  border-color: #257cc3;
}
.input-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: #333333;
  vertical-align: middle;
  height: 40px;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  background-color: #f8f8f8;
  transition-property: border, background-color, box-shadow;
  transition-duration: 200ms;
  transition-timing-function: ease;
  box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 99% 8px;
  background-position: right 10px top 8px;
  cursor: pointer;
  background-image: url('/webdav/files/System/resources/graphics/icons/chevron-down.svg');
  background-size: 13px;
  background-position: right 15px top 12px;
}
.input-select::-webkit-input-placeholder {
  color: #b4b4b4;
}
.input-select:-moz-placeholder {
  color: #b4b4b4;
}
.input-select::-moz-placeholder {
  color: #b4b4b4;
}
.input-select:-ms-input-placeholder {
  color: #b4b4b4;
}
.input-select:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.input-select:hover {
  border-color: #d6d6d6;
  background-color: #ffffff;
}
.input-select:focus {
  background-color: #ffffff;
  border-color: #257cc3;
}
.input-select-small {
  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: #333333;
  vertical-align: middle;
  height: 40px;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  background-color: #f8f8f8;
  transition-property: border, background-color, box-shadow;
  transition-duration: 200ms;
  transition-timing-function: ease;
  box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 99% 8px;
  background-position: right 10px top 8px;
  cursor: pointer;
  background-image: url('/webdav/files/System/resources/graphics/icons/chevron-down.svg');
  background-size: 13px;
  background-position: right 15px top 12px;
  padding: 9px 16px 8px;
  font-size: 12px;
}
.input-select-small::-webkit-input-placeholder {
  color: #b4b4b4;
}
.input-select-small:-moz-placeholder {
  color: #b4b4b4;
}
.input-select-small::-moz-placeholder {
  color: #b4b4b4;
}
.input-select-small:-ms-input-placeholder {
  color: #b4b4b4;
}
.input-select-small:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.input-select-small:hover {
  border-color: #d6d6d6;
  background-color: #ffffff;
}
.input-select-small:focus {
  background-color: #ffffff;
  border-color: #257cc3;
}
.input-text-invalid {
  box-shadow: 0 0 4px 0 rgba(227, 34, 18, 0.15);
  border: solid 1px rgba(227, 34, 18, 0.21);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 99% 8px;
  background-position: right 10px top 8px;
  background-image: url('/webdav/files/System/resources/graphics/icons/times_invalid.svg');
}
.input-textarea {
  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: #333333;
  vertical-align: middle;
  height: 40px;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  background-color: #f8f8f8;
  transition-property: border, background-color, box-shadow;
  transition-duration: 200ms;
  transition-timing-function: ease;
  box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 99% 8px;
  background-position: right 10px top 8px;
  min-height: 120px;
  height: auto;
  max-width: 100%;
}
.input-textarea::-webkit-input-placeholder {
  color: #b4b4b4;
}
.input-textarea:-moz-placeholder {
  color: #b4b4b4;
}
.input-textarea::-moz-placeholder {
  color: #b4b4b4;
}
.input-textarea:-ms-input-placeholder {
  color: #b4b4b4;
}
.input-textarea:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.input-textarea:hover {
  border-color: #d6d6d6;
  background-color: #ffffff;
}
.input-textarea:focus {
  background-color: #ffffff;
  border-color: #257cc3;
}
.input-divider {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #d8d8d8;
}
.input-checkbox,
.input-radio {
  display: block;
  height: 0;
  opacity: 0;
}
.input-checkbox + label::before,
.input-radio + label::before {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #e7e7e7;
  border-radius: 2px;
  position: relative;
  top: -1px;
  margin-right: 10px;
  float: left;
  text-align: center;
  transition-property: color, background-color, border-color, border-width;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.input-checkbox + label,
.input-radio + label {
  display: block;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
.input-checkbox:focus + label::before,
.input-radio:focus + label::before,
.input-checkbox:focus:checked + label::before,
.input-radio:focus:checked + label::before {
  border: 2px solid #257cc3;
}
.input-checkbox:checked + label:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 12px;
  content: "\f00c";
  padding-top: 2px;
  background-color: #ffffff;
  border-color: #60003A;
  color: #60003A;
}
.input-radio + label:before {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  top: 1px;
}
.input-radio:checked + label:before {
  border-width: 3px;
  border-color: #60003A;
}
.input-file {
  display: block;
  height: 0;
  opacity: 0;
}
.input-file + label {
  margin-bottom: 20px;
}
.input-file + label:before,
.input-file + label:after {
  content: "";
  display: table;
}
.input-file + label:after {
  clear: both;
}
.input-file + label .sol-form-file-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-bottom: 8px;
}
.input-file + label .sol-form-file-btn {
  position: relative;
  display: inline-block;
  line-height: 22px;
  padding: 8px 25px;
  color: #ffffff;
  border-radius: 3px;
  background-color: #60003A;
  box-shadow: inset 0 -2px 0 0 #60003A;
  transition-property: background-color, color;
  transition-duration: 200ms;
  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;
  padding: 5px 20px;
  margin-left: 10px;
  margin-top: 2px;
  font-size: 13px;
}
.input-file + label .sol-form-file-btn:focus,
[data-whatinput="keyboard"] .input-file + label .sol-form-file-btn:focus {
  outline: 1px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .input-file + label .sol-form-file-btn:focus,
[data-whatinput="mouse"] .input-file + label .sol-form-file-btn:focus,
[data-whatinput="touch"] .input-file + label .sol-form-file-btn:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.input-file + label .sol-form-file-btn:hover {
  background-color: rgba(96, 0, 58, 0.8);
  color: #ffffff;
}
.input-file + label .sol-form-file-btn:active {
  top: 1px;
  box-shadow: inset 0 -1px 0 0 #60003A;
}
.input-file + label .sol-form-file-btn i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.input-file + label .sol-form-file-text {
  float: left;
  margin-left: 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 34px;
}
.input-file + label .sol-form-file-remove i {
  margin-left: 13px;
  margin-top: 7px;
  font-size: 18px;
  color: #60003A;
}
.input-btn {
  position: relative;
  display: inline-block;
  line-height: 22px;
  padding: 8px 25px;
  color: #ffffff;
  border-radius: 3px;
  background-color: #60003A;
  box-shadow: inset 0 -2px 0 0 #60003A;
  transition-property: background-color, color;
  transition-duration: 200ms;
  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;
}
.input-btn:focus,
[data-whatinput="keyboard"] .input-btn:focus {
  outline: 1px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .input-btn:focus,
[data-whatinput="mouse"] .input-btn:focus,
[data-whatinput="touch"] .input-btn:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.input-btn:hover {
  background-color: rgba(96, 0, 58, 0.8);
  color: #ffffff;
}
.input-btn:active {
  top: 1px;
  box-shadow: inset 0 -1px 0 0 #60003A;
}
.input-btn i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.input-btn-small {
  position: relative;
  display: inline-block;
  line-height: 22px;
  padding: 8px 25px;
  color: #ffffff;
  border-radius: 3px;
  background-color: #60003A;
  box-shadow: inset 0 -2px 0 0 #60003A;
  transition-property: background-color, color;
  transition-duration: 200ms;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  border: none;
  font-size: 14px;
  padding: 5px 15px 6px 15px;
}
.input-btn-small:focus,
[data-whatinput="keyboard"] .input-btn-small:focus {
  outline: 1px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .input-btn-small:focus,
[data-whatinput="mouse"] .input-btn-small:focus,
[data-whatinput="touch"] .input-btn-small:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.input-btn-small:hover {
  background-color: rgba(96, 0, 58, 0.8);
  color: #ffffff;
}
.input-btn-small:active {
  top: 1px;
  box-shadow: inset 0 -1px 0 0 #60003A;
}
.input-btn-small i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.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: #333333;
  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-breadcrumbs-wrapper {
  background-color: #ffffff;
  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: #60003A;
}
.sol-breadcrumbs-wrapper .sol-breadcrumbs li > a:hover {
  color: #333333;
  text-decoration: underline;
}
.sol-breadcrumbs-wrapper .sol-breadcrumbs li > span {
  color: #333333;
}
.sol-breadcrumbs-wrapper .sol-breadcrumbs li > span.sol-divider {
  margin-right: 3px;
  margin-left: 5px;
}
.sol-subpage-wrapper:before,
.sol-subpage-wrapper:after {
  content: "";
  display: table;
}
.sol-subpage-wrapper:after {
  clear: both;
}
.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-menu-container {
  margin-top: 48px;
  overflow: visible;
}
.sol-menu-container .sol-menu-list {
  display: none;
  width: 100%;
}
.sol-menu-container .sol-menu-item {
  font-size: 14px;
  position: relative;
}
.sol-menu-container .sol-menu-item[data-menu-level="0"] .sol-menu-item-link {
  position: relative;
  display: block;
  padding: 8px 34px 8px 20px;
  border-top: 1px solid #FFECF4;
  color: #333333;
  text-decoration: none;
  transition-property: color, background-color, border;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-menu-container .sol-menu-item[data-menu-level="0"] .sol-menu-item-link:focus,
[data-whatinput="keyboard"] .sol-menu-container .sol-menu-item[data-menu-level="0"] .sol-menu-item-link:focus {
  outline: 1px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-menu-container .sol-menu-item[data-menu-level="0"] .sol-menu-item-link:focus,
[data-whatinput="mouse"] .sol-menu-container .sol-menu-item[data-menu-level="0"] .sol-menu-item-link:focus,
[data-whatinput="touch"] .sol-menu-container .sol-menu-item[data-menu-level="0"] .sol-menu-item-link:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-menu-container .sol-menu-item[data-menu-level="2"] .sol-menu-item-link {
  padding-left: 35px;
  line-height: 14px;
}
.sol-menu-container .sol-menu-item[data-menu-level="3"] .sol-menu-item-link {
  padding-left: 45px;
}
.sol-menu-container .sol-menu-item[data-menu-level="4"] .sol-menu-item-link {
  padding-left: 55px;
}
.sol-menu-container .sol-menu-item .sol-menu-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  position: absolute;
  right: 0;
  width: 34px;
  height: 35px;
  text-align: right;
  font-size: 17px;
  top: 0;
  padding-right: 16px;
  cursor: pointer;
}
.sol-menu-container .sol-menu-item .sol-menu-button:focus,
[data-whatinput="keyboard"] .sol-menu-container .sol-menu-item .sol-menu-button:focus {
  outline: 1px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-menu-container .sol-menu-item .sol-menu-button:focus,
[data-whatinput="mouse"] .sol-menu-container .sol-menu-item .sol-menu-button:focus,
[data-whatinput="touch"] .sol-menu-container .sol-menu-item .sol-menu-button:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-menu-container .sol-menu-item .sol-menu-button > i.fa {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 10px;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-menu-container .sol-menu-item[data-node-type="sv:folder"] > .sol-menu-button {
  width: 100%;
  left: 0;
}
.sol-menu-container .sol-menu-item-link:hover {
  color: #60003A;
  background-color: transparent;
}
.sol-menu-container .sol-menu-item[data-expanded="true"][data-menu-level="0"] > .sol-menu-item-link,
.sol-menu-container .sol-menu-item[data-expanded="true"][data-menu-level="0"] > .sol-menu-item-link:hover {
  color: #333333;
  background-color: #FFECF4;
  border-top-color: #FFECF4;
}
.sol-menu-container .sol-menu-item[data-expanded="true"][data-menu-level="0"] > .sol-menu-item-link i.fa,
.sol-menu-container .sol-menu-item[data-expanded="true"][data-menu-level="0"] > .sol-menu-item-link:hover i.fa {
  color: #60003A;
}
.sol-menu-container .sol-menu-item[data-expanded="true"][data-menu-level="0"] > .sol-menu-list > ul {
  border-left: 4px solid #FFECF4;
}
.sol-menu-container .sol-menu-item[data-expanded="true"] > .sol-menu-item-link {
  background-color: #FFECF4;
}
.sol-menu-container .sol-menu-item[data-expanded="true"] > .sol-menu-list {
  display: inline-block;
}
.sol-menu-container .sol-menu-item[data-expanded="true"] > .sol-menu-list .sol-menu-item-display-name {
  margin-left: 4px;
}
.sol-menu-container .sol-menu-item[data-expanded="true"] > .sol-menu-button i.fa {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #60003A;
}
.sol-menu-container .sol-menu-item[data-expanded="true"][data-has-children="false"] > .sol-menu-item-link,
.sol-menu-container .sol-menu-item[data-is-current="true"] > .sol-menu-item-link,
.sol-menu-container .sol-menu-item[data-is-current="true"] > .sol-menu-item-link:hover {
  color: #333333;
  background-color: #FFECF4;
  border-color: #FFECF4;
  font-weight: 700;
}
.sol-menu-container .sol-menu-item[data-expanded="true"][data-has-children="false"] > .sol-menu-item-link i.fa {
  color: #60003A;
}
.sol-menu-container .sol-menu-item[data-has-children="false"] > .sol-menu-item-link {
  padding-right: 5px;
}
.sol-menu-container > .sol-menu-item-link:hover {
  color: #60003A;
  background-color: transparent;
}
.sol-menu-container .sol-menu-item[data-expanded="true"][data-has-children="false"] > .sol-menu-item-link,
.sol-menu-container .sol-menu-item[data-is-current="true"] > .sol-menu-item-link,
.sol-menu-container .sol-menu-item[data-is-current="true"] > .sol-menu-item-link:hover,
.sol-menu-container .sol-menu-item[data-is-current="true"][data-menu-level="0"] > .sol-menu-item-link {
  color: #333333;
  background-color: #FFECF4;
  border-color: #FFECF4;
  font-weight: bold;
}
.sol-menu-container .sol-menu-item[data-expanded="true"][data-has-children="false"] i.fa,
.sol-menu-container .sol-menu-item[data-is-current="true"] i.fa,
.sol-menu-container .sol-menu-item[data-is-current="true"] i.fa:hover,
.sol-menu-container .sol-menu-item[data-is-current="true"][data-menu-level="0"] i.fa {
  color: #60003A;
}
.sol-menu-container .sol-menu-item[data-has-children="false"] > .sol-menu-item-link {
  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: #60003A;
  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: #ffffff;
  margin-top: 5px;
  margin-bottom: 15px;
  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: #257cc3;
  transition-property: color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-related-item-size {
  display: inline-block;
  color: #257cc3;
  font-size: 12px;
  margin-left: 10px;
}
.sol-related-item i.fa {
  width: 17px;
  height: 17px;
  margin-right: 5px;
  border-radius: 50%;
  color: #333333;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
  position: relative;
  top: 1px;
}
.sol-related-item i.fa.sol-link-icon {
  border: 1px solid #333333;
}
.sol-related-item:hover .sol-related-item-name {
  color: #333333;
}
div .sol-related-item .sol-related-item-name {
  text-decoration: none;
  color: #333333;
}
.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: #FBAE17;
  color: #60003A;
  text-align: center;
}
.sol-article-wrapper .sv-image-portlet .sol-article-date-day {
  display: block;
  font-size: 16px;
  line-height: 11px;
  font-weight: 700;
}
.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: #60003A;
}
.sol-news-menu .sol-menu-item[data-expanded="false"] .sol-menu-list {
  display: none;
}
.sol-article-item {
  display: block;
  position: relative;
  overflow: hidden;
  height: 140px;
  margin-bottom: 20px;
  padding: 20px 20px 20px 230px;
  border-top: 2px solid #FBAE17;
  border-radius: 0px 0px 3px 3px;
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 991px) {
  .sol-article-item {
    padding-left: 160px;
  }
}
@media (max-width: 767px) {
  .sol-article-item {
    height: 321px;
    padding-left: 20px;
    padding-top: 210px;
  }
}
.sol-article-item.sol-no-img {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .sol-article-item.sol-no-img {
    height: 140px;
    padding-top: 20px;
  }
}
.sol-article-item .sol-article-item-img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  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: 767px) {
  .sol-article-item .sol-article-item-img {
    width: 100%;
    height: 200px;
  }
}
.sol-article-item .sol-article-item-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition-property: background-color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-article-item .sol-article-item-date {
  position: absolute;
  left: -45px;
  top: -45px;
  width: 100px;
  height: 100px;
  padding-top: 47px;
  padding-left: 31px;
  border-radius: 100%;
  background-color: #FBAE17;
  color: #60003A;
  text-align: center;
  z-index: 2;
}
.sol-article-item .sol-article-item-date-day {
  display: block;
  font-size: 16px;
  line-height: 11px;
  font-weight: 700;
}
.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: #FBAE17;
}
.sol-article-item-content::after {
  content: '';
  position: absolute;
  left: 200px;
  right: 0px;
  bottom: 0px;
  height: 65px;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff);
}
@media (min-width: 768px) and (max-width: 991px) {
  .sol-article-item-content::after {
    left: 130px;
  }
}
@media (max-width: 767px) {
  .sol-article-item-content::after {
    left: 0px;
  }
}
.sol-article-item-content.sol-content-no-img::after {
  left: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sol-article-item-content.sol-content-no-img::after {
    left: 0px;
  }
}
.sol-article-item .sol-article-item-heading {
  display: block;
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: 800;
  transition-property: color;
  transition-duration: 200ms;
  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: #60003A;
}
.sol-article-item:hover .sol-article-item-img:before {
  background-color: rgba(251, 174, 23, 0.4);
}
.sol-article-item:hover .sol-article-item-heading {
  color: #60003A;
  text-decoration: underline;
}
.sol-article-item.sol-event {
  border-top: 2px solid #60003A;
}
.sol-article-item.sol-event:hover .sol-article-item-img:before {
  background-color: rgba(96, 0, 58, 0.4);
}
.sol-article-item.sol-event .sol-article-item-content::after {
  background-image: none;
}
.sol-event-item {
  display: block;
  margin: 12px;
  margin-top: 5px;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-event-item:hover {
  opacity: 0.9;
}
.sol-event-item-content {
  padding: 0px 10px;
  background-color: #ffffff;
  color: #60003A;
  text-align: left;
}
.sol-event-item-heading {
  display: block;
  font-size: 13px;
  font-weight: 700;
}
.sol-event-item-desc {
  display: block;
  margin-top: -3px;
  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: #ffffff;
  color: #333333;
  line-height: 19px;
  padding: 2px 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: #60003A;
}
.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: 991px) {
  .sol-startpage-wrapper .sol-startpage-top-images-item {
    height: 350px;
  }
}
@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;
  transition-property: background-color, color;
  transition-duration: 100ms;
  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: 991px) {
  .sol-startpage-wrapper .sol-startpage-top-images-content {
    width: 582px;
    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-welcome-img {
  position: absolute;
  top: 10%;
  left: 6%;
  z-index: 11;
}
@media (max-width: 1300px) {
  .sol-startpage-wrapper .sol-welcome-img {
    top: 7%;
    left: 5%;
  }
  .sol-startpage-wrapper .sol-welcome-img img {
    height: 125px;
    width: auto;
  }
}
@media (max-width: 1260px) {
  .sol-startpage-wrapper .sol-welcome-img {
    top: 6%;
    left: 3%;
  }
  .sol-startpage-wrapper .sol-welcome-img img {
    height: 110px;
    width: auto;
  }
}
@media (max-width: 1170px) {
  .sol-startpage-wrapper .sol-welcome-img {
    top: 5%;
  }
  .sol-startpage-wrapper .sol-welcome-img img {
    height: 110px;
    width: auto;
  }
}
@media (max-width: 991px) {
  .sol-startpage-wrapper .sol-welcome-img {
    top: 13%;
    left: 5%;
  }
  .sol-startpage-wrapper .sol-welcome-img img {
    height: 94px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .sol-startpage-wrapper .sol-welcome-img {
    top: 7%;
    left: 5%;
  }
  .sol-startpage-wrapper .sol-welcome-img img {
    height: 65px;
    width: auto;
  }
}
.sol-startpage-wrapper .sol-stamp img {
  height: 130px;
  width: auto;
  position: absolute;
  top: 6%;
  right: 5%;
  z-index: 11;
}
@media (max-width: 1260px) {
  .sol-startpage-wrapper .sol-stamp img {
    right: 3%;
  }
}
@media (max-width: 1120px) {
  .sol-startpage-wrapper .sol-stamp img {
    right: 1%;
  }
}
@media (max-width: 767px) {
  .sol-startpage-wrapper .sol-stamp img {
    height: 100px;
  }
}
.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;
  }
}
.sol-startpage-wrapper .sol-startpage-content-bottom #h-Senastenytt {
  margin-left: 10px;
  margin-top: 0px;
}
.sol-startpage-events {
  margin-top: 41px;
}
.sol-popular-pages {
  background-color: rgba(51, 51, 51, 0.9);
  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: #333333;
  }
}
.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 {
  margin-right: 15px;
  text-decoration: none;
  transition-property: opacity;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-popular-pages > a:hover {
  opacity: 0.7;
}
.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 a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 8px 10px 9px 35px;
  border-bottom: 1px solid #FFECF4;
  color: #333333;
  font-size: 13px;
  line-height: 20px;
  margin-left: -10px;
  margin-right: -10px;
  transition-property: color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-popular-services a:hover {
  color: #60003A;
  text-decoration: underline;
}
.sol-popular-services a:last-child {
  border-bottom: none;
}
.sol-popular-services a i.fa {
  font-size: 14px;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  color: #60003A;
  border: 1px solid #60003A;
  border-radius: 50%;
  text-align: center;
  padding-left: 1px;
  padding-top: 1px;
  position: absolute;
  left: 9px;
  top: 50%;
  margin-top: -9px;
}
.sol-footer-image {
  overflow: hidden;
  background-image: url("/webdav/images/Startsida/bk_footer_image.png");
  height: 222px;
  background-position: 50%;
  background-size: 1440px;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .sol-footer-image {
    height: 177px;
    background-size: 1146px;
  }
}
@media (max-width: 767px) {
  .sol-footer-image {
    height: 133px;
    background-size: 862px;
  }
}
@media (max-width: 479px) {
  .sol-footer-image {
    height: 93px;
    background-size: 602px;
  }
}
.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;
}
@media (max-width: 767px) {
  .sol-error-page-text-big {
    font-size: 85px;
    line-height: normal;
  }
}
.sol-error-page-text-small {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .sol-error-page-text-small {
    font-size: 21px;
    line-height: normal;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.sol-error-page .sol-btn {
  margin-top: 20px;
}
.sol-error-page .sol-btn:first-child {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .sol-error-page .sol-btn {
    font-size: 12px;
    width: 170px;
    margin-bottom: 20px;
    margin-top: 25px;
    padding: 10px;
  }
  .sol-error-page .sol-btn:first-child {
    margin-right: 5px;
    margin-bottom: 0px;
  }
  .sol-error-page .sol-btn:last-child {
    margin-top: 10px;
  }
}
@media (max-width: 353px) {
  .sol-error-page .sol-btn:first-child {
    margin-right: 5px;
  }
  .sol-error-page .sol-btn:last-child {
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  .sol-error-page {
    padding-top: 80px;
    padding-bottom: 69px;
  }
}
@media (max-width: 767px) {
  .sol-error-page {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.sv-login-portlet.sol-form-decoration {
  padding-bottom: 0;
}
.sv-login-portlet.sol-form-decoration fieldset {
  margin: 0;
  padding: 0;
}
.sv-standardsearch-portlet .sol-num-hits,
.sv-standardsearch-portlet .sol-did-you-mean {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 12px;
}
.sv-standardsearch-portlet .sol-num-hits strong,
.sv-standardsearch-portlet .sol-did-you-mean strong {
  font-weight: bold;
}
.sv-standardsearch-portlet .sv-search-hit {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 20px 50px 20px 40px;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.sv-standardsearch-portlet .sv-search-hit .font-heading-3 {
  display: block;
  margin-top: 0;
  margin-bottom: 3px;
  color: #333333;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}
.sv-standardsearch-portlet .sv-search-hit .font-heading-3:hover {
  text-decoration: underline;
  color: #60003A;
}
.sv-standardsearch-portlet .sv-search-hit .font-normal {
  font-size: 15px;
  line-height: 1.4em;
}
.sv-standardsearch-portlet .sv-search-hit .sol-hit-info-text {
  font-size: 13px;
}
.sv-standardsearch-portlet .sv-search-hit .sol-hit-info-text i.fa {
  color: #60003A;
  margin-right: 5px;
  margin-left: 10px;
}
.sv-standardsearch-portlet .sv-search-hit .sol-hit-info-text i.fa:first-child {
  margin-left: 0;
}
.sv-standardsearch-portlet .sv-search-hit .sol-hit-info-text strong {
  font-weight: 700;
}
.sv-standardsearch-portlet .sv-search-hit .sol-hit-info-text span {
  display: none;
}
@media (max-width: 767px) {
  .sv-standardsearch-portlet .sv-search-hit .sol-hit-info-text span {
    display: inline;
  }
}
.sv-standardsearch-portlet .sv-search-hit .sol-hit-path-text {
  font-size: 12px;
}
.sv-standardsearch-portlet .sv-search-hit .sol-hit-path-text a {
  color: #60003A;
  text-decoration: none;
}
.sv-standardsearch-portlet .sv-search-hit .sol-hit-path-text a:hover {
  color: #333333;
  text-decoration: underline;
}
.sv-standardsearch-portlet .sol-pagination {
  text-align: center;
}
.sv-standardsearch-portlet .sol-pagination .pagination {
  display: inline-block;
  margin-top: 50px;
}
.sv-standardsearch-portlet .sol-pagination .pagination:before,
.sv-standardsearch-portlet .sol-pagination .pagination:after {
  content: "";
  display: table;
}
.sv-standardsearch-portlet .sol-pagination .pagination:after {
  clear: both;
}
.sv-standardsearch-portlet .sol-pagination .pagination a,
.sv-standardsearch-portlet .sol-pagination .pagination span.current {
  width: 30px;
  height: 30px;
  margin-top: 0;
  margin-right: 2px;
  margin-left: 2px;
  padding: 4px 0 0;
  border-radius: 100%;
  background-color: transparent;
  box-shadow: none;
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  border: none;
  text-decoration: none;
  line-height: 22px;
}
.sv-standardsearch-portlet .sol-pagination .pagination a:hover,
.sv-standardsearch-portlet .sol-pagination .pagination span.current:hover {
  background-color: #60003A;
  color: #ffffff;
}
.sv-standardsearch-portlet .sol-pagination .pagination a.next,
.sv-standardsearch-portlet .sol-pagination .pagination span.current.next,
.sv-standardsearch-portlet .sol-pagination .pagination a.prev,
.sv-standardsearch-portlet .sol-pagination .pagination span.current.prev {
  color: #257cc3;
}
.sv-standardsearch-portlet .sol-pagination .pagination a.next:hover,
.sv-standardsearch-portlet .sol-pagination .pagination span.current.next:hover,
.sv-standardsearch-portlet .sol-pagination .pagination a.prev:hover,
.sv-standardsearch-portlet .sol-pagination .pagination span.current.prev:hover {
  color: #333333 !important;
}
.sv-standardsearch-portlet .sol-pagination .pagination span.current,
.sv-standardsearch-portlet .sol-pagination .pagination span.current:hover {
  background-color: #FFECF4;
  color: #333333;
  font-weight: 700;
}
.sv-standardsearch-portlet .sol-pagination .pagination span.current strong,
.sv-standardsearch-portlet .sol-pagination .pagination span.current:hover strong {
  font-weight: 300;
}
.sv-standardsearch-portlet .sol-pagination .pagination > *:first-child:not(span),
.sv-standardsearch-portlet .sol-pagination .pagination > *:last-child:not(span) {
  border: none;
  width: auto;
  height: auto;
  border-radius: 0;
  font-size: 14px;
  padding: 4px 0 0;
  text-decoration: underline;
  margin-left: 15px;
  margin-right: 15px;
}
.sv-standardsearch-portlet .sol-pagination .pagination > *:first-child:not(span):hover,
.sv-standardsearch-portlet .sol-pagination .pagination > *:last-child:not(span):hover {
  background-color: transparent;
  color: #FFECF4;
}
.sv-standardsearch-portlet .sol-pagination .pagination span.current.prev,
.sv-standardsearch-portlet .sol-pagination .pagination span.current.next {
  display: none;
}
.sol-crisis-container {
  position: relative;
  background-color: #CC0F37;
  color: #ffffff;
  transition-property: margin-top;
  transition-duration: 150ms;
  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 #f8f9f7;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: 200ms;
  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: 14px;
  }
}
@media (max-width: 767px) {
  .sol-crisis-container .sol-close-crisis {
    font-size: 0px;
  }
}
.sol-crisis-container .sol-close-crisis i.fa {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .sol-crisis-container .sol-close-crisis i.fa {
    font-size: 20px;
  }
}
.sol-no.script i.fa-warning {
  font-size: 50px;
  margin-top: -57px;
}
.sol-no.script .sv-row {
  padding: 15px 20px 0 90px;
}
.sol-no.script .sol-crisis-message-title {
  margin-bottom: 5px;
}
.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;
  text-align: center;
  height: 25px;
  width: 25px;
  color: #ffffff;
  background-color: #60003A;
  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: #9e9e9e;
  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: 0;
  margin-right: 2px;
  margin-left: 2px;
  padding: 4px 0 0;
  border-radius: 100%;
  background-color: transparent;
  box-shadow: none;
  color: #333333;
  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: #60003A;
  color: #ffffff;
}
.sv-linklist-portlet > div > div:nth-child(3) span,
.sv-linklist-portlet > div > div:nth-child(3) span {
  background-color: #FFECF4;
  color: #333333;
}
.sv-linklist-portlet > div > div:nth-child(3) span strong,
.sv-linklist-portlet > div > div:nth-child(3) span strong {
  font-weight: 700;
}
.sol-social-media-widget .sol-instagram-box {
  display: inline-block;
  width: 225px;
  height: 225px;
  padding: 10px;
  border: 2px solid #F1F1F1;
}
.sol-social-media-widget .sol-instagram-box .sol-instagram-img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.sol-social-media-widget .sol-instagram-box .sol-instagram-img:hover {
  width: 105%;
  height: 105%;
  margin-left: -2.5%;
  margin-top: -2.5%;
}
.sol-event-registration-form .sol-event-registration-form-content {
  padding: 22px 30px;
  background-color: white;
}
.sol-event-registration-form .sol-divider {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #d8d8d8;
}
.sol-event-registration-form label,
.sol-event-registration-form legend {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.sol-event-registration-form label.sol-required-label:after,
.sol-event-registration-form legend.sol-required-label:after {
  content: '*';
  color: #d53636;
  font-size: 14px;
  margin-left: 2px;
}
.sol-event-registration-form input[type="text"],
.sol-event-registration-form input[type="tel"],
.sol-event-registration-form input[type="email"] {
  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: #333333;
  vertical-align: middle;
  height: 40px;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  background-color: #f8f8f8;
  transition-property: border, background-color, box-shadow;
  transition-duration: 200ms;
  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-event-registration-form input[type="text"]::-webkit-input-placeholder,
.sol-event-registration-form input[type="tel"]::-webkit-input-placeholder,
.sol-event-registration-form input[type="email"]::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-event-registration-form input[type="text"]:-moz-placeholder,
.sol-event-registration-form input[type="tel"]:-moz-placeholder,
.sol-event-registration-form input[type="email"]:-moz-placeholder {
  color: #b4b4b4;
}
.sol-event-registration-form input[type="text"]::-moz-placeholder,
.sol-event-registration-form input[type="tel"]::-moz-placeholder,
.sol-event-registration-form input[type="email"]::-moz-placeholder {
  color: #b4b4b4;
}
.sol-event-registration-form input[type="text"]:-ms-input-placeholder,
.sol-event-registration-form input[type="tel"]:-ms-input-placeholder,
.sol-event-registration-form input[type="email"]:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-event-registration-form input[type="text"]:focus,
.sol-event-registration-form input[type="tel"]:focus,
.sol-event-registration-form input[type="email"]:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-event-registration-form input[type="text"]:hover,
.sol-event-registration-form input[type="tel"]:hover,
.sol-event-registration-form input[type="email"]:hover {
  border-color: #d6d6d6;
  background-color: #ffffff;
}
.sol-event-registration-form input[type="text"]:focus,
.sol-event-registration-form input[type="tel"]:focus,
.sol-event-registration-form input[type="email"]:focus {
  background-color: #ffffff;
  border-color: #257cc3;
}
.sol-event-registration-form input[type="text"].ng-invalid.ng-touched,
.sol-event-registration-form input[type="tel"].ng-invalid.ng-touched,
.sol-event-registration-form input[type="email"].ng-invalid.ng-touched,
.ng-submitted.sol-event-registration-form input[type="text"].ng-invalid,
.ng-submitted.sol-event-registration-form input[type="tel"].ng-invalid,
.ng-submitted.sol-event-registration-form input[type="email"].ng-invalid {
  box-shadow: 0 0 4px 0 rgba(227, 34, 18, 0.15);
  border: solid 1px rgba(227, 34, 18, 0.21);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 99% 8px;
  background-position: right 10px top 8px;
  background-image: url('/webdav/files/System/resources/graphics/icons/times_invalid.svg');
}
.sol-event-registration-form textarea {
  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: #333333;
  vertical-align: middle;
  height: 40px;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  background-color: #f8f8f8;
  transition-property: border, background-color, box-shadow;
  transition-duration: 200ms;
  transition-timing-function: ease;
  box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 99% 8px;
  background-position: right 10px top 8px;
  min-height: 120px;
  height: auto;
  max-width: 100%;
}
.sol-event-registration-form textarea::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-event-registration-form textarea:-moz-placeholder {
  color: #b4b4b4;
}
.sol-event-registration-form textarea::-moz-placeholder {
  color: #b4b4b4;
}
.sol-event-registration-form textarea:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-event-registration-form textarea:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-event-registration-form textarea:hover {
  border-color: #d6d6d6;
  background-color: #ffffff;
}
.sol-event-registration-form textarea:focus {
  background-color: #ffffff;
  border-color: #257cc3;
}
.sol-event-registration-form textarea.ng-invalid.ng-touched,
.ng-submitted.sol-event-registration-form textarea.ng-invalid {
  box-shadow: 0 0 4px 0 rgba(227, 34, 18, 0.15);
  border: solid 1px rgba(227, 34, 18, 0.21);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 99% 8px;
  background-position: right 10px top 8px;
  background-image: url('/webdav/files/System/resources/graphics/icons/times_invalid.svg');
}
.sol-event-registration-form input[type="checkbox"] {
  display: block;
  height: 0;
  opacity: 0;
}
.sol-event-registration-form input[type="checkbox"] + label::before {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #e7e7e7;
  border-radius: 2px;
  position: relative;
  top: -1px;
  margin-right: 10px;
  float: left;
  text-align: center;
  transition-property: color, background-color, border-color, border-width;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-event-registration-form input[type="checkbox"] + label {
  display: block;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
.sol-event-registration-form input[type="checkbox"]:focus + label::before,
.sol-event-registration-form input[type="checkbox"]:focus:checked + label::before {
  border: 2px solid #257cc3;
}
.sol-event-registration-form input[type="checkbox"]:checked + label:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 12px;
  content: "\f00c";
  padding-top: 2px;
  background-color: #ffffff;
  border-color: #60003A;
  color: #60003A;
}
.sol-event-registration-form input[type="radio"] {
  display: block;
  height: 0;
  opacity: 0;
}
.sol-event-registration-form input[type="radio"] + label::before {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #e7e7e7;
  border-radius: 2px;
  position: relative;
  top: -1px;
  margin-right: 10px;
  float: left;
  text-align: center;
  transition-property: color, background-color, border-color, border-width;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-event-registration-form input[type="radio"] + label {
  display: block;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
.sol-event-registration-form input[type="radio"]:focus + label::before,
.sol-event-registration-form input[type="radio"]:focus:checked + label::before {
  border: 2px solid #257cc3;
}
.sol-event-registration-form input[type="radio"] + label:before {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  top: 1px;
}
.sol-event-registration-form input[type="radio"]:checked + label:before {
  border-width: 3px;
  border-color: #60003A;
}
.sol-event-registration-form input[type="file"] {
  display: block;
  height: 0;
  opacity: 0;
}
.sol-event-registration-form input[type="file"] + label {
  margin-bottom: 20px;
}
.sol-event-registration-form input[type="file"] + label:before,
.sol-event-registration-form input[type="file"] + label:after {
  content: "";
  display: table;
}
.sol-event-registration-form input[type="file"] + label:after {
  clear: both;
}
.sol-event-registration-form input[type="file"] + label .sol-form-file-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-bottom: 8px;
}
.sol-event-registration-form input[type="file"] + label .sol-form-file-btn {
  position: relative;
  display: inline-block;
  line-height: 22px;
  padding: 8px 25px;
  color: #ffffff;
  border-radius: 3px;
  background-color: #60003A;
  box-shadow: inset 0 -2px 0 0 #60003A;
  transition-property: background-color, color;
  transition-duration: 200ms;
  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;
  padding: 5px 20px;
  margin-left: 10px;
  margin-top: 2px;
  font-size: 13px;
}
.sol-event-registration-form input[type="file"] + label .sol-form-file-btn:focus,
[data-whatinput="keyboard"] .sol-event-registration-form input[type="file"] + label .sol-form-file-btn:focus {
  outline: 1px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-event-registration-form input[type="file"] + label .sol-form-file-btn:focus,
[data-whatinput="mouse"] .sol-event-registration-form input[type="file"] + label .sol-form-file-btn:focus,
[data-whatinput="touch"] .sol-event-registration-form input[type="file"] + label .sol-form-file-btn:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-event-registration-form input[type="file"] + label .sol-form-file-btn:hover {
  background-color: rgba(96, 0, 58, 0.8);
  color: #ffffff;
}
.sol-event-registration-form input[type="file"] + label .sol-form-file-btn:active {
  top: 1px;
  box-shadow: inset 0 -1px 0 0 #60003A;
}
.sol-event-registration-form input[type="file"] + label .sol-form-file-btn i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-event-registration-form input[type="file"] + label .sol-form-file-text {
  float: left;
  margin-left: 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 34px;
}
.sol-event-registration-form input[type="file"] + label .sol-form-file-remove i {
  margin-left: 13px;
  margin-top: 7px;
  font-size: 18px;
  color: #60003A;
}
.sol-event-registration-form input[type="file"] + label {
  margin-bottom: 0;
}
.sol-event-registration-form button[type="submit"] {
  position: relative;
  display: inline-block;
  line-height: 22px;
  padding: 8px 25px;
  color: #ffffff;
  border-radius: 3px;
  background-color: #60003A;
  box-shadow: inset 0 -2px 0 0 #60003A;
  transition-property: background-color, color;
  transition-duration: 200ms;
  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-event-registration-form button[type="submit"]:focus,
[data-whatinput="keyboard"] .sol-event-registration-form button[type="submit"]:focus {
  outline: 1px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-event-registration-form button[type="submit"]:focus,
[data-whatinput="mouse"] .sol-event-registration-form button[type="submit"]:focus,
[data-whatinput="touch"] .sol-event-registration-form button[type="submit"]:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-event-registration-form button[type="submit"]:hover {
  background-color: rgba(96, 0, 58, 0.8);
  color: #ffffff;
}
.sol-event-registration-form button[type="submit"]:active {
  top: 1px;
  box-shadow: inset 0 -1px 0 0 #60003A;
}
.sol-event-registration-form button[type="submit"] i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-event-registration-form button[type="button"] {
  position: relative;
  display: inline-block;
  line-height: 22px;
  padding: 8px 25px;
  color: #ffffff;
  border-radius: 3px;
  background-color: #60003A;
  box-shadow: inset 0 -2px 0 0 #60003A;
  transition-property: background-color, color;
  transition-duration: 200ms;
  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-event-registration-form button[type="button"]:focus,
[data-whatinput="keyboard"] .sol-event-registration-form button[type="button"]:focus {
  outline: 1px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-event-registration-form button[type="button"]:focus,
[data-whatinput="mouse"] .sol-event-registration-form button[type="button"]:focus,
[data-whatinput="touch"] .sol-event-registration-form button[type="button"]:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-event-registration-form button[type="button"]:hover {
  background-color: rgba(96, 0, 58, 0.8);
  color: #ffffff;
}
.sol-event-registration-form button[type="button"]:active {
  top: 1px;
  box-shadow: inset 0 -1px 0 0 #60003A;
}
.sol-event-registration-form button[type="button"] i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-event-registration-form .sol-form-row {
  margin-bottom: 20px;
}
.sol-event-registration-form .sol-form-row-divider {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #d8d8d8;
}
.sol-event-registration-form .sol-form-radio:before,
.sol-event-registration-form .sol-form-radio:after {
  content: "";
  display: table;
}
.sol-event-registration-form .sol-form-radio:after {
  clear: both;
}
.sol-event-registration-form .sol-form-radio > div {
  float: left;
  width: 25%;
  padding-right: 10px;
}
.sol-event-registration-form .sol-form-check {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
}
.sol-event-registration-form .sol-form-check:before,
.sol-event-registration-form .sol-form-check:after {
  content: "";
  display: table;
}
.sol-event-registration-form .sol-form-check:after {
  clear: both;
}
.sol-event-registration-form .sol-form-check > div {
  float: left;
  width: 33.333333%;
  padding-right: 10px;
}
@media (max-width: 767px) {
  .sol-event-registration-form .sol-form-check > div {
    width: 50%;
  }
}
.sol-event-registration-form .sol-form-header {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
  margin-top: 15px;
}
.sol-event-registration-form .sol-datetime-input-container:before,
.sol-event-registration-form .sol-datetime-input-container:after {
  content: "";
  display: table;
}
.sol-event-registration-form .sol-datetime-input-container:after {
  clear: both;
}
.sol-event-registration-form .sol-datetime-input-container a,
.sol-event-registration-form .sol-datetime-input-container a:hover,
.sol-event-registration-form .sol-datetime-input-container a:focus {
  text-decoration: none;
  color: #333333;
}
.sol-event-registration-form .sol-datetime-input-container > .dropdown {
  position: relative !important;
}
.sol-event-registration-form .sol-datetime-input-container .dropdown-menu {
  width: auto;
  left: 10px;
}
.sol-event-registration-form .sol-datetime-input-container .datetimepicker table {
  width: 100%;
}
.sol-event-registration-form .sol-datetime-input-container .datetimepicker th.left,
.sol-event-registration-form .sol-datetime-input-container .datetimepicker th.right {
  width: 13%;
}
.sol-event-registration-form .sol-datetime-input-container .datetimepicker .active,
.sol-event-registration-form .sol-datetime-input-container .datetimepicker .active:hover {
  background: none;
  background-color: #60003A;
}
.sol-event-registration-form .sol-datetime-input {
  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: #333333;
  vertical-align: middle;
  height: 40px;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  background-color: #f8f8f8;
  transition-property: border, background-color, box-shadow;
  transition-duration: 200ms;
  transition-timing-function: ease;
  box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 99% 8px;
  background-position: right 10px top 8px;
  margin-bottom: 0;
}
.sol-event-registration-form .sol-datetime-input::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-event-registration-form .sol-datetime-input:-moz-placeholder {
  color: #b4b4b4;
}
.sol-event-registration-form .sol-datetime-input::-moz-placeholder {
  color: #b4b4b4;
}
.sol-event-registration-form .sol-datetime-input:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-event-registration-form .sol-datetime-input:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-event-registration-form .sol-datetime-input:hover {
  border-color: #d6d6d6;
  background-color: #ffffff;
}
.sol-event-registration-form .sol-datetime-input:focus {
  background-color: #ffffff;
  border-color: #257cc3;
}
.sol-event-registration-form .sol-datetime-input i.fa {
  color: ;
  font-size: 17px;
  margin-right: 8px;
}
.sol-event-registration-form .sol-datetime-input > span {
  margin-right: 10px;
}
.ng-submitted.sol-event-registration-form .sol-datetime-input.ng-invalid {
  box-shadow: 0 0 4px 0 rgba(227, 34, 18, 0.15);
  border: solid 1px rgba(227, 34, 18, 0.21);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 99% 8px;
  background-position: right 10px top 8px;
  background-image: url('/webdav/files/System/resources/graphics/icons/times_invalid.svg');
}
.sol-event-registration-form .sol-form-error-msg {
  display: block;
  color: #d53636;
  margin-bottom: 5px;
  font-weight: 500;
  margin-top: 5px;
}
.sol-event-registration-form .sol-form-error-msg:after {
  content: '';
  height: 16px;
  width: 19px;
  display: inline-block;
  background-image: url('/webdav/files/System/resources/graphics/icons/times_invalid.svg');
  background-size: cover;
  margin-left: 2px;
}
.sol-event-registration-form .sol-form-btn-container {
  padding-top: 18px;
  padding-bottom: 30px;
}
.sol-event-registration-form .sol-form-btn-container:before,
.sol-event-registration-form .sol-form-btn-container:after {
  content: "";
  display: table;
}
.sol-event-registration-form .sol-form-btn-container:after {
  clear: both;
}
.sol-event-registration-form .sol-form-btn-container > button {
  float: right;
}
.sol-event-registration-form .dropdown-menu {
  border-radius: 0;
  width: 100%;
}
.sol-event-registration-form .dropdown-menu > .active > a,
.sol-event-registration-form .dropdown-menu > .active > a:focus,
.sol-event-registration-form .dropdown-menu > .active > a:hover {
  background: none;
  background-color: #60003A;
}
.sol-event-search {
  margin-top: 20px;
}
.sol-event-search .sol-event-search-content {
  padding: 0;
  margin-bottom: 30px;
}
.sol-event-search ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sol-event-search ul:before,
.sol-event-search ul:after {
  content: "";
  display: table;
}
.sol-event-search ul:after {
  clear: both;
}
.sol-event-search .sol-show-more {
  padding: 20px;
  text-align: right;
}
.sol-event-search .sol-show-more-btn {
  position: relative;
  line-height: 22px;
  padding: 8px 25px;
  color: #ffffff;
  border-radius: 3px;
  background-color: #60003A;
  box-shadow: inset 0 -2px 0 0 #60003A;
  transition-property: background-color, color;
  transition-duration: 200ms;
  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-block;
}
.sol-event-search .sol-show-more-btn:focus,
[data-whatinput="keyboard"] .sol-event-search .sol-show-more-btn:focus {
  outline: 1px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-event-search .sol-show-more-btn:focus,
[data-whatinput="mouse"] .sol-event-search .sol-show-more-btn:focus,
[data-whatinput="touch"] .sol-event-search .sol-show-more-btn:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-event-search .sol-show-more-btn:hover {
  background-color: rgba(96, 0, 58, 0.8);
  color: #ffffff;
}
.sol-event-search .sol-show-more-btn:active {
  top: 1px;
  box-shadow: inset 0 -1px 0 0 #60003A;
}
.sol-event-search .sol-show-more-btn i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .sol-event-search .sol-show-more-btn {
    display: block;
    text-align: center;
  }
}
.sol-event-search .sol-show-more-btn i.fa {
  font-size: 18px;
}
.sol-event-search .sol-no-hits {
  margin: 20px;
  display: block;
}
.sol-event-search .sol-article-item.sol-event {
  min-height: 100px;
  height: auto;
  padding: 10px 20px 15px 230px;
}
@media (max-width: 991px) {
  .sol-event-search .sol-article-item.sol-event {
    padding-left: 160px;
  }
}
@media (max-width: 767px) {
  .sol-event-search .sol-article-item.sol-event {
    padding-top: 210px;
    padding-left: 25px;
  }
}
.sol-event-search .sol-article-item.sol-event.sol-no-img {
  padding-left: 25px;
}
@media (max-width: 767px) {
  .sol-event-search .sol-article-item.sol-event.sol-no-img {
    padding-top: 10px;
  }
}
.sol-event-search-filter .sol-box-decoration {
  overflow: visible;
}
.sol-event-search-filter .sol-form-row {
  position: relative;
}
.sol-event-search-filter label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.sol-event-search-filter input[type=text] {
  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: #333333;
  vertical-align: middle;
  height: 40px;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  background-color: #f8f8f8;
  transition-property: border, background-color, box-shadow;
  transition-duration: 200ms;
  transition-timing-function: ease;
  box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 99% 8px;
  background-position: right 10px top 8px;
  height: 35px;
  padding: 9px 16px 8px;
  font-size: 12px;
  margin-bottom: 15px;
}
.sol-event-search-filter input[type=text]::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-event-search-filter input[type=text]:-moz-placeholder {
  color: #b4b4b4;
}
.sol-event-search-filter input[type=text]::-moz-placeholder {
  color: #b4b4b4;
}
.sol-event-search-filter input[type=text]:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-event-search-filter input[type=text]:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-event-search-filter input[type=text]:hover {
  border-color: #d6d6d6;
  background-color: #ffffff;
}
.sol-event-search-filter input[type=text]:focus {
  background-color: #ffffff;
  border-color: #257cc3;
}
.sol-event-search-filter input[type=text]::-webkit-input-placeholder {
  font-weight: normal;
  color: #adadad;
}
.sol-event-search-filter input[type=text]:-moz-placeholder {
  font-weight: normal;
  color: #adadad;
}
.sol-event-search-filter input[type=text]::-moz-placeholder {
  font-weight: normal;
  color: #adadad;
}
.sol-event-search-filter input[type=text]:-ms-input-placeholder {
  font-weight: normal;
  color: #adadad;
}
.sol-event-search-filter .sol-event-search-filter-dates:before,
.sol-event-search-filter .sol-event-search-filter-dates:after {
  content: "";
  display: table;
}
.sol-event-search-filter .sol-event-search-filter-dates:after {
  clear: both;
}
.sol-event-search-filter .sol-event-search-filter-dates > div {
  width: 48%;
  float: left;
  position: relative;
}
.sol-event-search-filter .sol-event-search-filter-dates > div:last-child {
  float: right;
}
.sol-event-search-filter .sol-event-search-filter-dates input[type=text] {
  padding-left: 31px;
  padding-right: 5px;
  cursor: pointer;
}
.sol-event-search-filter .sol-event-search-filter-dates i.fa-calendar {
  position: absolute;
  color: #60003A;
  top: 50%;
  left: 10px;
  font-size: 15px;
  margin-top: -3px;
}
.sol-event-search-filter .sol-event-search-filter-dates .dropdown-menu {
  width: auto;
  padding: 5px 5px 10px;
}
.sol-event-search-filter .sol-event-search-filter-dates .dropdown-menu *:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-event-search-filter .sol-event-search-filter-dates .dropdown-menu table thead tr > th:first-child,
.sol-event-search-filter .sol-event-search-filter-dates .dropdown-menu table thead tr > th:last-child {
  min-width: 30px;
}
.sol-event-search-filter .sol-event-search-filter-dates .dropdown-menu table tbody tr td {
  text-align: center;
}
.sol-event-search-filter .sol-event-search-filter-dates .btn-default {
  border: none;
  font-family: 'Open Sans', sans-serif;
  background: none;
  border: 0;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  padding: 3px 7px;
}
.sol-event-search-filter .sol-event-search-filter-dates .btn-default.active,
.sol-event-search-filter .sol-event-search-filter-dates .btn-default:active,
.sol-event-search-filter .sol-event-search-filter-dates .btn-default:focus,
.sol-event-search-filter .sol-event-search-filter-dates .btn-default:hover:not(:disabled) {
  border: none;
  box-shadow: none;
  background-color: #60003A;
  color: white;
}
.sol-event-search-filter .sol-event-search-filter-dates .btn-default.active > span,
.sol-event-search-filter .sol-event-search-filter-dates .btn-default:active > span,
.sol-event-search-filter .sol-event-search-filter-dates .btn-default:focus > span,
.sol-event-search-filter .sol-event-search-filter-dates .btn-default:hover:not(:disabled) > span {
  color: white;
}
.sol-event-search-filter .sol-event-search-filter-dates .btn-default:hover:not(:disabled) {
  background-color: #eee;
  color: #333333;
}
.sol-event-search-filter .sol-event-search-filter-dates .btn-default:hover:not(:disabled) > span {
  color: #333333;
}
.sol-event-search-filter .sol-event-search-filter-dates .btn-default:disabled {
  cursor: default;
  opacity: 0.6;
}
.sol-event-search-filter .sol-event-search-filter-dates .uib-button-bar {
  text-align: center;
}
.sol-event-search-filter .sol-event-search-filter-dates .uib-button-bar .btn {
  position: relative;
  display: inline-block;
  line-height: 22px;
  padding: 8px 25px;
  color: #ffffff;
  border-radius: 3px;
  background-color: #60003A;
  box-shadow: inset 0 -2px 0 0 #60003A;
  transition-property: background-color, color;
  transition-duration: 200ms;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  border: none;
  font-size: 14px;
  padding: 5px 15px 6px 15px;
  padding-left: 15px;
  padding-right: 15px;
  /*font-family: @main-font;
          font-size: 13px;
          font-weight: 300;
          line-height: 1.27;
          letter-spacing: 0.3px;
          color: #333333;
          background-color: white;
          border: solid 2px fadeout(@color-1, 65%);
          display: inline-block;
          border-radius: 4px;
          &:hover {
            background-color: @color-1;
            color: white;
          }
        }
        & .btn-group .btn+.btn {
          margin-left: -2px;
        }*/
}
.sol-event-search-filter .sol-event-search-filter-dates .uib-button-bar .btn:focus,
[data-whatinput="keyboard"] .sol-event-search-filter .sol-event-search-filter-dates .uib-button-bar .btn:focus {
  outline: 1px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-event-search-filter .sol-event-search-filter-dates .uib-button-bar .btn:focus,
[data-whatinput="mouse"] .sol-event-search-filter .sol-event-search-filter-dates .uib-button-bar .btn:focus,
[data-whatinput="touch"] .sol-event-search-filter .sol-event-search-filter-dates .uib-button-bar .btn:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-event-search-filter .sol-event-search-filter-dates .uib-button-bar .btn:hover {
  background-color: rgba(96, 0, 58, 0.8);
  color: #ffffff;
}
.sol-event-search-filter .sol-event-search-filter-dates .uib-button-bar .btn:active {
  top: 1px;
  box-shadow: inset 0 -1px 0 0 #60003A;
}
.sol-event-search-filter .sol-event-search-filter-dates .uib-button-bar .btn i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-event-search-filter .dropdown-menu {
  border-radius: 0;
  width: 100%;
}
.sol-event-search-filter .dropdown-menu > .active > a,
.sol-event-search-filter .dropdown-menu > .active > a:focus,
.sol-event-search-filter .dropdown-menu > .active > a:hover {
  background: none;
  background-color: #60003A;
}
.sol-event-search-filter .dropdown-menu a {
  overflow: hidden;
  text-overflow: ellipsis;
}
.sol-event-search-filter .sol-form-btn-container button {
  position: relative;
  display: inline-block;
  line-height: 22px;
  padding: 8px 25px;
  color: #ffffff;
  border-radius: 3px;
  background-color: #60003A;
  box-shadow: inset 0 -2px 0 0 #60003A;
  transition-property: background-color, color;
  transition-duration: 200ms;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  border: none;
  font-size: 14px;
  padding: 5px 15px 6px 15px;
}
.sol-event-search-filter .sol-form-btn-container button:focus,
[data-whatinput="keyboard"] .sol-event-search-filter .sol-form-btn-container button:focus {
  outline: 1px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-event-search-filter .sol-form-btn-container button:focus,
[data-whatinput="mouse"] .sol-event-search-filter .sol-form-btn-container button:focus,
[data-whatinput="touch"] .sol-event-search-filter .sol-form-btn-container button:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-event-search-filter .sol-form-btn-container button:hover {
  background-color: rgba(96, 0, 58, 0.8);
  color: #ffffff;
}
.sol-event-search-filter .sol-form-btn-container button:active {
  top: 1px;
  box-shadow: inset 0 -1px 0 0 #60003A;
}
.sol-event-search-filter .sol-form-btn-container button i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-event-search-categories input[type=radio] {
  display: block;
  height: 0;
  opacity: 0;
}
.sol-event-search-categories input[type=radio] + label::before {
  content: "";
  box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #e7e7e7;
  border-radius: 2px;
  position: relative;
  top: -1px;
  margin-right: 10px;
  float: left;
  text-align: center;
  transition-property: color, background-color, border-color, border-width;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.sol-event-search-categories input[type=radio] + label {
  display: block;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
.sol-event-search-categories input[type=radio]:focus + label::before,
.sol-event-search-categories input[type=radio]:focus:checked + label::before {
  border: 2px solid #257cc3;
}
.sol-event-search-categories input[type=radio] + label:before {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  top: 1px;
}
.sol-event-search-categories input[type=radio]:checked + label:before {
  border-width: 3px;
  border-color: #60003A;
}
.sol-event-search-categories label > span {
  color: #797979;
}
.sol-event-search-categories .sol-category:last-child label {
  margin-bottom: 0;
}
.sol-loading {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
.sol-loading svg path,
.sol-loading svg rect {
  fill: #60003A;
}
.sol-event-buttons .sol-event-buttons-btn {
  position: relative;
  display: inline-block;
  line-height: 22px;
  padding: 8px 25px;
  color: #ffffff;
  border-radius: 3px;
  background-color: #60003A;
  box-shadow: inset 0 -2px 0 0 #60003A;
  transition-property: background-color, color;
  transition-duration: 200ms;
  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: block;
  text-align: center;
}
.sol-event-buttons .sol-event-buttons-btn:focus,
[data-whatinput="keyboard"] .sol-event-buttons .sol-event-buttons-btn:focus {
  outline: 1px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-event-buttons .sol-event-buttons-btn:focus,
[data-whatinput="mouse"] .sol-event-buttons .sol-event-buttons-btn:focus,
[data-whatinput="touch"] .sol-event-buttons .sol-event-buttons-btn:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-event-buttons .sol-event-buttons-btn:hover {
  background-color: rgba(96, 0, 58, 0.8);
  color: #ffffff;
}
.sol-event-buttons .sol-event-buttons-btn:active {
  top: 1px;
  box-shadow: inset 0 -1px 0 0 #60003A;
}
.sol-event-buttons .sol-event-buttons-btn i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}

.sv-edit-mode .storningsinformation {
   display: none!important;
}




div.sol-comment {
   background-color: #ffecf4;
   border: 2px solid #ffe6f8;
   margin-top: 30px;
	padding: 5px 20px 20px;
}

.sol-comment h2 {
   margin-top: 15px;
   margin-bottom: 0;
}

.sol-comment .sol-comment-thumbs {
	margin-top: 15px;
}

.sol-comment .sol-comment-thumbs > span,
.sol-comment .sol-comment-thumbs > button {
   padding: 9px 30px;
   font-size: 16px;
   cursor: pointer;
   font-family: 'open sans';
   font-weight: normal;
   text-transform: none;
   line-height: 1;
   background: 0;
   border: 0;
}

.sol-comment .sol-comment-thumbs > span.sol-active:first-child {
	color: #478438;
}

.sol-comment .sol-comment-thumbs > span.sol-active:last-child {
	color: #a7072d;
}

.sol-comment .sol-comment-thumbs i {
   font-size: 23px;
   margin-right: 12px;
}

.sol-comment .sol-comment-message,
.sol-comment .sol-comment-result-success,
.sol-comment .sol-comment-result-error {
   padding: 5px 20px 20px;
   margin-top: 20px;
   margin-bottom: 10px;
   background-color: #fff;
}

.sol-comment textarea {
   width: 100%;
   min-height: 150px;
   margin-bottom: 15px;
   padding: 9px 12px 7px 12px;
	font-family: 'Open Sans',sans-serif;
}

.sol-comment .sol-comment-result-error p {
   margin-bottom: 0;
   margin-top: 11px;
}

.sol-comment .sol-form {
   padding: 5px 20px 20px;
   margin-top: 20px;
   margin-bottom: 10px;
   background-color: #ffffff;
}

/*Google translate*/
.goog-te-gadget-simple {
   display: inline-block;
   background-color: #60003a;
   font-weight: bold;
   padding: 8px 0 8px 15px;
   border: 1px solid #ffecf4;
   border-radius: 4px;
}
   
.goog-te-gadget {
    overflow: hidden;
    height: 42px!important;
}

.goog-te-gadget-simple span:last-child {
   display: none;
}

.goog-te-gadget-simple span:first-of-type {
   display: block!important;
   margin-right: 2px;
   color: #ffffff;
   float: left;
}
   
.goog-te-gadget-simple span a span {
   display: block !important;
   float: left;
   margin-left: 8px;
}
   
.goog-te-gadget .goog-te-combo:last-child {
	display: none;  
}
   
.goog-te-gadget .goog-te-combo:first-of-type {
	display: block!important;   
}

.goog-te-gadget .goog-te-combo {
   color: #ffffff!important;
	cursor: pointer;
}

.goog-te-gadget div {
   display: table;
   background-color: #60003a;
   font-weight: bold;
   padding: 8px 15px 8px 15px;
   border: 1px solid #ffecf4;
   border-radius: 4px;
}

.goog-te-gadget:nth-child(2) {
   display: none;
}

.goog-te-combo {
   width: 100px;
   font-weight: bold;
   background-color: #60003a;
   border: none;
   outline: none;
   color: white;
}

.goog-te-gadget .goog-te-combo {
   width: 100%;
}

img.goog-te-gadget-icon {
    background-image: none !important;
    display: none;
}

.goog-te-gadget-simple .goog-te-menu-value {
    color: white;
}