/**
 * Soleil IT Sweden AB
 * Author: Kimmy Monassar
 * Date: Wed May 02 2018 15:48:29 GMT+0200 (CEST)
 * Build file version: 1.4.4 
 */
body {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
body > div.sv-layout,
body > div.sv-layout > div {
  overflow-x: hidden;
}
input {
  -webkit-appearance: none;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/webdav/files/System/resources/fonts/font-awesome/fontawesome-webfont.eot?v=5.0.6');
  src: url('/webdav/files/System/resources/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=5.0.6') format('embedded-opentype'), url('/webdav/files/System/resources/fonts/font-awesome/fontawesome-webfont.woff2?v=5.0.6') format('woff2'), url('/webdav/files/System/resources/fonts/font-awesome/fontawesome-webfont.woff?v=5.0.6') format('woff'), url('/webdav/files/System/resources/fonts/font-awesome/fontawesome-webfont.ttf?v=5.0.6') format('truetype'), url('/webdav/files/System/resources/fonts/font-awesome/fontawesome-webfont.svg?v=5.0.6#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2em;
  width: 2em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.71428571em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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: "\f133";
}
.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: "\f2b3";
}
.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: "\f08c";
}
.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: "\f328";
}
.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: "\f3e5";
}
.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: "\f431";
}
.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: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: "\f40a";
}
.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";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f410";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: .75em;
}
.fa-sm {
  font-size: .875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border-radius: .1em;
  border: solid 0.08em #eee;
  padding: .2em .25em .15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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 {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.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-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-aws:before {
  content: "\f375";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comments:before {
  content: "\f086";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frown:before {
  content: "\f119";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-key:before {
  content: "\f084";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-male:before {
  content: "\f183";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-moon:before {
  content: "\f186";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nintendo-switch:before {
  content: "\f418";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-percent:before {
  content: "\f295";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-plane:before {
  content: "\f072";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-print:before {
  content: "\f02f";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-random:before {
  content: "\f074";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-rendact:before {
  content: "\f3e4";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-road:before {
  content: "\f018";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-safari:before {
  content: "\f267";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-strava:before {
  content: "\f428";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-train:before {
  content: "\f238";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.application--wrap {
  min-height: 0 !important;
}
@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;
}
@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  src: url('/webdav/files/System/resources/fonts/roboto/Roboto-Black.ttf') format('truetype'), /* Safari, Android, iOS */;
}
@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: italic;
  src: url('/webdav/files/System/resources/fonts/roboto/Roboto-BlackItalic.eot'), /* IE9 Compat Modes */ url('/webdav/files/System/resources/fonts/roboto/Roboto-BlackItalic.woff') format('woff'), /* Modern Browsers */ url('/webdav/files/System/resources/fonts/roboto/Roboto-BlackItalic.ttf') format('truetype'), /* Safari, Android, iOS */;
}
@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  src: url('/webdav/files/System/resources/fonts/roboto/Roboto-Medium.ttf') format('truetype'), /* Safari, Android, iOS */;
}
@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: italic;
  src: url('/webdav/files/System/resources/fonts/roboto/Roboto-MediumItalic.ttf') format('truetype'), /* Safari, Android, iOS */;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sol-grid,
.sv-grid-main.sv-fluid-grid {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  /*padding-left: 10px;
  padding-right: 10px;
  @media @xs {
    padding-left: 8px;
    padding-right: 8px;
  }*/
}
@media (min-width: 1280px) {
  .sol-grid .sol-row,
  .sv-grid-main.sv-fluid-grid .sol-row,
  .sol-grid .sv-row,
  .sv-grid-main.sv-fluid-grid .sv-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sol-grid .sol-row.sol-row-reverse,
  .sv-grid-main.sv-fluid-grid .sol-row.sol-row-reverse,
  .sol-grid .sv-row.sol-row-reverse,
  .sv-grid-main.sv-fluid-grid .sv-row.sol-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sol-grid .sol-row.sol-row-center,
  .sv-grid-main.sv-fluid-grid .sol-row.sol-row-center,
  .sol-grid .sv-row.sol-row-center,
  .sv-grid-main.sv-fluid-grid .sv-row.sol-row-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sol-grid .sol-row *.sol-col-xl-1,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-1,
  .sol-grid .sv-row *.sol-col-xl-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-1 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 7%;
            flex: 1 0 7%;
    max-width: 7%;
  }
  .sol-grid .sol-row *.sol-col-xl-1.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-1.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-xl-1.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-1.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-xl-push-1,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-push-1,
  .sol-grid .sv-row *.sol-col-xl-push-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-push-1 {
    position: relative;
    left: 8.33333333%;
  }
  .sol-grid .sol-row *.sol-col-xl-2,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-2,
  .sol-grid .sv-row *.sol-col-xl-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-2 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 15%;
            flex: 1 0 15%;
    max-width: 15%;
  }
  .sol-grid .sol-row *.sol-col-xl-2.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-2.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-xl-2.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-2.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-xl-push-2,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-push-2,
  .sol-grid .sv-row *.sol-col-xl-push-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-push-2 {
    position: relative;
    left: 16.66666667%;
  }
  .sol-grid .sol-row *.sol-col-xl-3,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-3,
  .sol-grid .sv-row *.sol-col-xl-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-3 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 24%;
            flex: 1 0 24%;
    max-width: 24%;
  }
  .sol-grid .sol-row *.sol-col-xl-3.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-3.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-xl-3.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-3.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-xl-push-3,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-push-3,
  .sol-grid .sv-row *.sol-col-xl-push-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-push-3 {
    position: relative;
    left: 25%;
  }
  .sol-grid .sol-row *.sol-col-xl-4,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-4,
  .sol-grid .sv-row *.sol-col-xl-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-4 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 32%;
            flex: 1 0 32%;
    max-width: 32%;
  }
  .sol-grid .sol-row *.sol-col-xl-4.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-4.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-xl-4.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-4.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-xl-push-4,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-push-4,
  .sol-grid .sv-row *.sol-col-xl-push-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-push-4 {
    position: relative;
    left: 33.33333333%;
  }
  .sol-grid .sol-row *.sol-col-xl-5,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-5,
  .sol-grid .sv-row *.sol-col-xl-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-5 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    max-width: 40%;
  }
  .sol-grid .sol-row *.sol-col-xl-5.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-5.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-xl-5.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-5.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-xl-push-5,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-push-5,
  .sol-grid .sv-row *.sol-col-xl-push-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-push-5 {
    position: relative;
    left: 41.66666667%;
  }
  .sol-grid .sol-row *.sol-col-xl-6,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-6,
  .sol-grid .sv-row *.sol-col-xl-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-6 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 49%;
            flex: 1 0 49%;
    max-width: 49%;
  }
  .sol-grid .sol-row *.sol-col-xl-6.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-6.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-xl-6.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-6.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-xl-push-6,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-push-6,
  .sol-grid .sv-row *.sol-col-xl-push-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-push-6 {
    position: relative;
    left: 50%;
  }
  .sol-grid .sol-row *.sol-col-xl-7,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-7,
  .sol-grid .sv-row *.sol-col-xl-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-7 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 57%;
            flex: 1 0 57%;
    max-width: 57%;
  }
  .sol-grid .sol-row *.sol-col-xl-7.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-7.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-xl-7.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-7.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-xl-push-7,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-push-7,
  .sol-grid .sv-row *.sol-col-xl-push-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-push-7 {
    position: relative;
    left: 58.33333333%;
  }
  .sol-grid .sol-row *.sol-col-xl-8,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-8,
  .sol-grid .sv-row *.sol-col-xl-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-8 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 65%;
            flex: 1 0 65%;
    max-width: 65%;
  }
  .sol-grid .sol-row *.sol-col-xl-8.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-8.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-xl-8.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-8.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-xl-push-8,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-push-8,
  .sol-grid .sv-row *.sol-col-xl-push-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-push-8 {
    position: relative;
    left: 66.66666667%;
  }
  .sol-grid .sol-row *.sol-col-xl-9,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-9,
  .sol-grid .sv-row *.sol-col-xl-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-9 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 74%;
            flex: 1 0 74%;
    max-width: 74%;
  }
  .sol-grid .sol-row *.sol-col-xl-9.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-9.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-xl-9.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-9.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-xl-push-9,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-push-9,
  .sol-grid .sv-row *.sol-col-xl-push-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-push-9 {
    position: relative;
    left: 75%;
  }
  .sol-grid .sol-row *.sol-col-xl-10,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-10,
  .sol-grid .sv-row *.sol-col-xl-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-10 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 82%;
            flex: 1 0 82%;
    max-width: 82%;
  }
  .sol-grid .sol-row *.sol-col-xl-10.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-10.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-xl-10.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-10.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-xl-push-10,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-push-10,
  .sol-grid .sv-row *.sol-col-xl-push-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-push-10 {
    position: relative;
    left: 83.33333333%;
  }
  .sol-grid .sol-row *.sol-col-xl-11,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-11,
  .sol-grid .sv-row *.sol-col-xl-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-11 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 90%;
            flex: 1 0 90%;
    max-width: 90%;
  }
  .sol-grid .sol-row *.sol-col-xl-11.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-11.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-xl-11.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-11.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-xl-push-11,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-push-11,
  .sol-grid .sv-row *.sol-col-xl-push-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-push-11 {
    position: relative;
    left: 91.66666667%;
  }
  .sol-grid .sol-row *.sol-col-xl-12,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-12,
  .sol-grid .sv-row *.sol-col-xl-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-12 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 99%;
            flex: 1 0 99%;
    max-width: 99%;
  }
  .sol-grid .sol-row *.sol-col-xl-12.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-12.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-xl-12.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-12.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-xl-push-12,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-push-12,
  .sol-grid .sv-row *.sol-col-xl-push-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-push-12 {
    position: relative;
    left: 100%;
  }
  .sol-grid .sol-row,
  .sv-grid-main.sv-fluid-grid .sol-row,
  .sol-grid .sv-row,
  .sv-grid-main.sv-fluid-grid .sv-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sol-grid .sol-row.sol-row-reverse,
  .sv-grid-main.sv-fluid-grid .sol-row.sol-row-reverse,
  .sol-grid .sv-row.sol-row-reverse,
  .sv-grid-main.sv-fluid-grid .sv-row.sol-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sol-grid .sol-row.sol-row-center,
  .sv-grid-main.sv-fluid-grid .sol-row.sol-row-center,
  .sol-grid .sv-row.sol-row-center,
  .sv-grid-main.sv-fluid-grid .sv-row.sol-row-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sol-grid .sol-row *.sv-column-1,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-1,
  .sol-grid .sv-row *.sv-column-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-1 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 7%;
            flex: 1 0 7%;
    max-width: 7%;
  }
  .sol-grid .sol-row *.sv-column-1.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-1.sol-stacked-margin,
  .sol-grid .sv-row *.sv-column-1.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-1.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sv-column-push-1,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-1,
  .sol-grid .sv-row *.sv-column-push-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-1 {
    position: relative;
    left: 8.33333333%;
  }
  .sol-grid .sol-row *.sv-column-2,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-2,
  .sol-grid .sv-row *.sv-column-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-2 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 15%;
            flex: 1 0 15%;
    max-width: 15%;
  }
  .sol-grid .sol-row *.sv-column-2.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-2.sol-stacked-margin,
  .sol-grid .sv-row *.sv-column-2.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-2.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sv-column-push-2,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-2,
  .sol-grid .sv-row *.sv-column-push-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-2 {
    position: relative;
    left: 16.66666667%;
  }
  .sol-grid .sol-row *.sv-column-3,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-3,
  .sol-grid .sv-row *.sv-column-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-3 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 24%;
            flex: 1 0 24%;
    max-width: 24%;
  }
  .sol-grid .sol-row *.sv-column-3.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-3.sol-stacked-margin,
  .sol-grid .sv-row *.sv-column-3.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-3.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sv-column-push-3,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-3,
  .sol-grid .sv-row *.sv-column-push-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-3 {
    position: relative;
    left: 25%;
  }
  .sol-grid .sol-row *.sv-column-4,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-4,
  .sol-grid .sv-row *.sv-column-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-4 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 32%;
            flex: 1 0 32%;
    max-width: 32%;
  }
  .sol-grid .sol-row *.sv-column-4.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-4.sol-stacked-margin,
  .sol-grid .sv-row *.sv-column-4.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-4.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sv-column-push-4,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-4,
  .sol-grid .sv-row *.sv-column-push-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-4 {
    position: relative;
    left: 33.33333333%;
  }
  .sol-grid .sol-row *.sv-column-5,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-5,
  .sol-grid .sv-row *.sv-column-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-5 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    max-width: 40%;
  }
  .sol-grid .sol-row *.sv-column-5.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-5.sol-stacked-margin,
  .sol-grid .sv-row *.sv-column-5.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-5.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sv-column-push-5,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-5,
  .sol-grid .sv-row *.sv-column-push-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-5 {
    position: relative;
    left: 41.66666667%;
  }
  .sol-grid .sol-row *.sv-column-6,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-6,
  .sol-grid .sv-row *.sv-column-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-6 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 49%;
            flex: 1 0 49%;
    max-width: 49%;
  }
  .sol-grid .sol-row *.sv-column-6.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-6.sol-stacked-margin,
  .sol-grid .sv-row *.sv-column-6.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-6.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sv-column-push-6,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-6,
  .sol-grid .sv-row *.sv-column-push-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-6 {
    position: relative;
    left: 50%;
  }
  .sol-grid .sol-row *.sv-column-7,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-7,
  .sol-grid .sv-row *.sv-column-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-7 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 57%;
            flex: 1 0 57%;
    max-width: 57%;
  }
  .sol-grid .sol-row *.sv-column-7.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-7.sol-stacked-margin,
  .sol-grid .sv-row *.sv-column-7.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-7.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sv-column-push-7,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-7,
  .sol-grid .sv-row *.sv-column-push-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-7 {
    position: relative;
    left: 58.33333333%;
  }
  .sol-grid .sol-row *.sv-column-8,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-8,
  .sol-grid .sv-row *.sv-column-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-8 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 65%;
            flex: 1 0 65%;
    max-width: 65%;
  }
  .sol-grid .sol-row *.sv-column-8.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-8.sol-stacked-margin,
  .sol-grid .sv-row *.sv-column-8.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-8.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sv-column-push-8,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-8,
  .sol-grid .sv-row *.sv-column-push-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-8 {
    position: relative;
    left: 66.66666667%;
  }
  .sol-grid .sol-row *.sv-column-9,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-9,
  .sol-grid .sv-row *.sv-column-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-9 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 74%;
            flex: 1 0 74%;
    max-width: 74%;
  }
  .sol-grid .sol-row *.sv-column-9.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-9.sol-stacked-margin,
  .sol-grid .sv-row *.sv-column-9.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-9.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sv-column-push-9,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-9,
  .sol-grid .sv-row *.sv-column-push-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-9 {
    position: relative;
    left: 75%;
  }
  .sol-grid .sol-row *.sv-column-10,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-10,
  .sol-grid .sv-row *.sv-column-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-10 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 82%;
            flex: 1 0 82%;
    max-width: 82%;
  }
  .sol-grid .sol-row *.sv-column-10.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-10.sol-stacked-margin,
  .sol-grid .sv-row *.sv-column-10.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-10.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sv-column-push-10,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-10,
  .sol-grid .sv-row *.sv-column-push-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-10 {
    position: relative;
    left: 83.33333333%;
  }
  .sol-grid .sol-row *.sv-column-11,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-11,
  .sol-grid .sv-row *.sv-column-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-11 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 90%;
            flex: 1 0 90%;
    max-width: 90%;
  }
  .sol-grid .sol-row *.sv-column-11.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-11.sol-stacked-margin,
  .sol-grid .sv-row *.sv-column-11.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-11.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sv-column-push-11,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-11,
  .sol-grid .sv-row *.sv-column-push-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-11 {
    position: relative;
    left: 91.66666667%;
  }
  .sol-grid .sol-row *.sv-column-12,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-12,
  .sol-grid .sv-row *.sv-column-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-12 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 99%;
            flex: 1 0 99%;
    max-width: 99%;
  }
  .sol-grid .sol-row *.sv-column-12.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-12.sol-stacked-margin,
  .sol-grid .sv-row *.sv-column-12.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-12.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sv-column-push-12,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-12,
  .sol-grid .sv-row *.sv-column-push-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-12 {
    position: relative;
    left: 100%;
  }
}
@media (min-width: 1280px) and (max-width: 767px) {
  .sol-grid .sol-row,
  .sv-grid-main.sv-fluid-grid .sol-row,
  .sol-grid .sv-row,
  .sv-grid-main.sv-fluid-grid .sv-row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (min-width: 1280px) and (max-width: 767px) {
  .sol-grid .sol-row,
  .sv-grid-main.sv-fluid-grid .sol-row,
  .sol-grid .sv-row,
  .sv-grid-main.sv-fluid-grid .sv-row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .sol-grid .sol-row,
  .sv-grid-main.sv-fluid-grid .sol-row,
  .sol-grid .sv-row,
  .sv-grid-main.sv-fluid-grid .sv-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sol-grid .sol-row.sol-row-reverse,
  .sv-grid-main.sv-fluid-grid .sol-row.sol-row-reverse,
  .sol-grid .sv-row.sol-row-reverse,
  .sv-grid-main.sv-fluid-grid .sv-row.sol-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sol-grid .sol-row.sol-row-center,
  .sv-grid-main.sv-fluid-grid .sol-row.sol-row-center,
  .sol-grid .sv-row.sol-row-center,
  .sv-grid-main.sv-fluid-grid .sv-row.sol-row-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sol-grid .sol-row *.sol-col-lg-1,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-1,
  .sol-grid .sv-row *.sol-col-lg-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-1 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 7%;
            flex: 1 0 7%;
    max-width: 7%;
  }
  .sol-grid .sol-row *.sol-col-lg-1.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-1.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-lg-1.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-1.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-lg-push-1,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-push-1,
  .sol-grid .sv-row *.sol-col-lg-push-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-push-1 {
    position: relative;
    left: 8.33333333%;
  }
  .sol-grid .sol-row *.sol-col-lg-2,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-2,
  .sol-grid .sv-row *.sol-col-lg-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-2 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 15%;
            flex: 1 0 15%;
    max-width: 15%;
  }
  .sol-grid .sol-row *.sol-col-lg-2.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-2.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-lg-2.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-2.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-lg-push-2,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-push-2,
  .sol-grid .sv-row *.sol-col-lg-push-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-push-2 {
    position: relative;
    left: 16.66666667%;
  }
  .sol-grid .sol-row *.sol-col-lg-3,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-3,
  .sol-grid .sv-row *.sol-col-lg-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-3 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 24%;
            flex: 1 0 24%;
    max-width: 24%;
  }
  .sol-grid .sol-row *.sol-col-lg-3.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-3.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-lg-3.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-3.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-lg-push-3,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-push-3,
  .sol-grid .sv-row *.sol-col-lg-push-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-push-3 {
    position: relative;
    left: 25%;
  }
  .sol-grid .sol-row *.sol-col-lg-4,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-4,
  .sol-grid .sv-row *.sol-col-lg-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-4 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 32%;
            flex: 1 0 32%;
    max-width: 32%;
  }
  .sol-grid .sol-row *.sol-col-lg-4.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-4.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-lg-4.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-4.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-lg-push-4,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-push-4,
  .sol-grid .sv-row *.sol-col-lg-push-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-push-4 {
    position: relative;
    left: 33.33333333%;
  }
  .sol-grid .sol-row *.sol-col-lg-5,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-5,
  .sol-grid .sv-row *.sol-col-lg-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-5 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    max-width: 40%;
  }
  .sol-grid .sol-row *.sol-col-lg-5.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-5.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-lg-5.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-5.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-lg-push-5,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-push-5,
  .sol-grid .sv-row *.sol-col-lg-push-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-push-5 {
    position: relative;
    left: 41.66666667%;
  }
  .sol-grid .sol-row *.sol-col-lg-6,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-6,
  .sol-grid .sv-row *.sol-col-lg-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-6 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 49%;
            flex: 1 0 49%;
    max-width: 49%;
  }
  .sol-grid .sol-row *.sol-col-lg-6.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-6.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-lg-6.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-6.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-lg-push-6,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-push-6,
  .sol-grid .sv-row *.sol-col-lg-push-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-push-6 {
    position: relative;
    left: 50%;
  }
  .sol-grid .sol-row *.sol-col-lg-7,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-7,
  .sol-grid .sv-row *.sol-col-lg-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-7 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 57%;
            flex: 1 0 57%;
    max-width: 57%;
  }
  .sol-grid .sol-row *.sol-col-lg-7.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-7.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-lg-7.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-7.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-lg-push-7,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-push-7,
  .sol-grid .sv-row *.sol-col-lg-push-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-push-7 {
    position: relative;
    left: 58.33333333%;
  }
  .sol-grid .sol-row *.sol-col-lg-8,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-8,
  .sol-grid .sv-row *.sol-col-lg-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-8 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 65%;
            flex: 1 0 65%;
    max-width: 65%;
  }
  .sol-grid .sol-row *.sol-col-lg-8.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-8.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-lg-8.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-8.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-lg-push-8,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-push-8,
  .sol-grid .sv-row *.sol-col-lg-push-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-push-8 {
    position: relative;
    left: 66.66666667%;
  }
  .sol-grid .sol-row *.sol-col-lg-9,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-9,
  .sol-grid .sv-row *.sol-col-lg-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-9 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 74%;
            flex: 1 0 74%;
    max-width: 74%;
  }
  .sol-grid .sol-row *.sol-col-lg-9.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-9.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-lg-9.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-9.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-lg-push-9,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-push-9,
  .sol-grid .sv-row *.sol-col-lg-push-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-push-9 {
    position: relative;
    left: 75%;
  }
  .sol-grid .sol-row *.sol-col-lg-10,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-10,
  .sol-grid .sv-row *.sol-col-lg-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-10 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 82%;
            flex: 1 0 82%;
    max-width: 82%;
  }
  .sol-grid .sol-row *.sol-col-lg-10.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-10.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-lg-10.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-10.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-lg-push-10,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-push-10,
  .sol-grid .sv-row *.sol-col-lg-push-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-push-10 {
    position: relative;
    left: 83.33333333%;
  }
  .sol-grid .sol-row *.sol-col-lg-11,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-11,
  .sol-grid .sv-row *.sol-col-lg-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-11 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 90%;
            flex: 1 0 90%;
    max-width: 90%;
  }
  .sol-grid .sol-row *.sol-col-lg-11.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-11.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-lg-11.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-11.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-lg-push-11,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-push-11,
  .sol-grid .sv-row *.sol-col-lg-push-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-push-11 {
    position: relative;
    left: 91.66666667%;
  }
  .sol-grid .sol-row *.sol-col-lg-12,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-12,
  .sol-grid .sv-row *.sol-col-lg-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-12 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 99%;
            flex: 1 0 99%;
    max-width: 99%;
  }
  .sol-grid .sol-row *.sol-col-lg-12.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-12.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-lg-12.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-12.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-lg-push-12,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-push-12,
  .sol-grid .sv-row *.sol-col-lg-push-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-push-12 {
    position: relative;
    left: 100%;
  }
  .sol-grid .sol-row,
  .sv-grid-main.sv-fluid-grid .sol-row,
  .sol-grid .sv-row,
  .sv-grid-main.sv-fluid-grid .sv-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sol-grid .sol-row.sol-row-reverse,
  .sv-grid-main.sv-fluid-grid .sol-row.sol-row-reverse,
  .sol-grid .sv-row.sol-row-reverse,
  .sv-grid-main.sv-fluid-grid .sv-row.sol-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sol-grid .sol-row.sol-row-center,
  .sv-grid-main.sv-fluid-grid .sol-row.sol-row-center,
  .sol-grid .sv-row.sol-row-center,
  .sv-grid-main.sv-fluid-grid .sv-row.sol-row-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sol-grid .sol-row *.sv-column-1,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-1,
  .sol-grid .sv-row *.sv-column-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-1 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 7%;
            flex: 1 0 7%;
    max-width: 7%;
  }
  .sol-grid .sol-row *.sv-column-1.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-1.sol-stacked-margin,
  .sol-grid .sv-row *.sv-column-1.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-1.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sv-column-push-1,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-1,
  .sol-grid .sv-row *.sv-column-push-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-1 {
    position: relative;
    left: 8.33333333%;
  }
  .sol-grid .sol-row *.sv-column-2,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-2,
  .sol-grid .sv-row *.sv-column-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-2 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 15%;
            flex: 1 0 15%;
    max-width: 15%;
  }
  .sol-grid .sol-row *.sv-column-2.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-2.sol-stacked-margin,
  .sol-grid .sv-row *.sv-column-2.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-2.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sv-column-push-2,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-2,
  .sol-grid .sv-row *.sv-column-push-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-2 {
    position: relative;
    left: 16.66666667%;
  }
  .sol-grid .sol-row *.sv-column-3,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-3,
  .sol-grid .sv-row *.sv-column-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-3 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 24%;
            flex: 1 0 24%;
    max-width: 24%;
  }
  .sol-grid .sol-row *.sv-column-3.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-3.sol-stacked-margin,
  .sol-grid .sv-row *.sv-column-3.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-3.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sv-column-push-3,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-3,
  .sol-grid .sv-row *.sv-column-push-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-3 {
    position: relative;
    left: 25%;
  }
  .sol-grid .sol-row *.sv-column-4,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-4,
  .sol-grid .sv-row *.sv-column-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-4 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 32%;
            flex: 1 0 32%;
    max-width: 32%;
  }
  .sol-grid .sol-row *.sv-column-4.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-4.sol-stacked-margin,
  .sol-grid .sv-row *.sv-column-4.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-4.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sv-column-push-4,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-4,
  .sol-grid .sv-row *.sv-column-push-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-4 {
    position: relative;
    left: 33.33333333%;
  }
  .sol-grid .sol-row *.sv-column-5,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-5,
  .sol-grid .sv-row *.sv-column-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-5 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    max-width: 40%;
  }
  .sol-grid .sol-row *.sv-column-5.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-5.sol-stacked-margin,
  .sol-grid .sv-row *.sv-column-5.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-5.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sv-column-push-5,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-5,
  .sol-grid .sv-row *.sv-column-push-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-5 {
    position: relative;
    left: 41.66666667%;
  }
  .sol-grid .sol-row *.sv-column-6,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-6,
  .sol-grid .sv-row *.sv-column-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-6 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 49%;
            flex: 1 0 49%;
    max-width: 49%;
  }
  .sol-grid .sol-row *.sv-column-6.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-6.sol-stacked-margin,
  .sol-grid .sv-row *.sv-column-6.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-6.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sv-column-push-6,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-6,
  .sol-grid .sv-row *.sv-column-push-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-6 {
    position: relative;
    left: 50%;
  }
  .sol-grid .sol-row *.sv-column-7,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-7,
  .sol-grid .sv-row *.sv-column-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-7 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 57%;
            flex: 1 0 57%;
    max-width: 57%;
  }
  .sol-grid .sol-row *.sv-column-7.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-7.sol-stacked-margin,
  .sol-grid .sv-row *.sv-column-7.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-7.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sv-column-push-7,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-7,
  .sol-grid .sv-row *.sv-column-push-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-7 {
    position: relative;
    left: 58.33333333%;
  }
  .sol-grid .sol-row *.sv-column-8,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-8,
  .sol-grid .sv-row *.sv-column-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-8 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 65%;
            flex: 1 0 65%;
    max-width: 65%;
  }
  .sol-grid .sol-row *.sv-column-8.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-8.sol-stacked-margin,
  .sol-grid .sv-row *.sv-column-8.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-8.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sv-column-push-8,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-8,
  .sol-grid .sv-row *.sv-column-push-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-8 {
    position: relative;
    left: 66.66666667%;
  }
  .sol-grid .sol-row *.sv-column-9,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-9,
  .sol-grid .sv-row *.sv-column-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-9 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 74%;
            flex: 1 0 74%;
    max-width: 74%;
  }
  .sol-grid .sol-row *.sv-column-9.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-9.sol-stacked-margin,
  .sol-grid .sv-row *.sv-column-9.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-9.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sv-column-push-9,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-9,
  .sol-grid .sv-row *.sv-column-push-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-9 {
    position: relative;
    left: 75%;
  }
  .sol-grid .sol-row *.sv-column-10,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-10,
  .sol-grid .sv-row *.sv-column-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-10 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 82%;
            flex: 1 0 82%;
    max-width: 82%;
  }
  .sol-grid .sol-row *.sv-column-10.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-10.sol-stacked-margin,
  .sol-grid .sv-row *.sv-column-10.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-10.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sv-column-push-10,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-10,
  .sol-grid .sv-row *.sv-column-push-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-10 {
    position: relative;
    left: 83.33333333%;
  }
  .sol-grid .sol-row *.sv-column-11,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-11,
  .sol-grid .sv-row *.sv-column-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-11 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 90%;
            flex: 1 0 90%;
    max-width: 90%;
  }
  .sol-grid .sol-row *.sv-column-11.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-11.sol-stacked-margin,
  .sol-grid .sv-row *.sv-column-11.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-11.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sv-column-push-11,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-11,
  .sol-grid .sv-row *.sv-column-push-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-11 {
    position: relative;
    left: 91.66666667%;
  }
  .sol-grid .sol-row *.sv-column-12,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-12,
  .sol-grid .sv-row *.sv-column-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-12 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 99%;
            flex: 1 0 99%;
    max-width: 99%;
  }
  .sol-grid .sol-row *.sv-column-12.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-12.sol-stacked-margin,
  .sol-grid .sv-row *.sv-column-12.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-12.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sv-column-push-12,
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-12,
  .sol-grid .sv-row *.sv-column-push-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-12 {
    position: relative;
    left: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1279px) and (max-width: 767px) {
  .sol-grid .sol-row,
  .sv-grid-main.sv-fluid-grid .sol-row,
  .sol-grid .sv-row,
  .sv-grid-main.sv-fluid-grid .sv-row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) and (max-width: 767px) {
  .sol-grid .sol-row,
  .sv-grid-main.sv-fluid-grid .sol-row,
  .sol-grid .sv-row,
  .sv-grid-main.sv-fluid-grid .sv-row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-grid .sol-row,
  .sv-grid-main.sv-fluid-grid .sol-row,
  .sol-grid .sv-row,
  .sv-grid-main.sv-fluid-grid .sv-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sol-grid .sol-row.sol-row-reverse,
  .sv-grid-main.sv-fluid-grid .sol-row.sol-row-reverse,
  .sol-grid .sv-row.sol-row-reverse,
  .sv-grid-main.sv-fluid-grid .sv-row.sol-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sol-grid .sol-row.sol-row-center,
  .sv-grid-main.sv-fluid-grid .sol-row.sol-row-center,
  .sol-grid .sv-row.sol-row-center,
  .sv-grid-main.sv-fluid-grid .sv-row.sol-row-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sol-grid .sol-row *.sol-col-md-1,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-1,
  .sol-grid .sv-row *.sol-col-md-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-1 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 7%;
            flex: 1 0 7%;
    max-width: 7%;
  }
  .sol-grid .sol-row *.sol-col-md-1.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-1.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-md-1.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-1.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-md-push-1,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-push-1,
  .sol-grid .sv-row *.sol-col-md-push-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-push-1 {
    position: relative;
    left: 8.33333333%;
  }
  .sol-grid .sol-row *.sol-col-md-2,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-2,
  .sol-grid .sv-row *.sol-col-md-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-2 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 15%;
            flex: 1 0 15%;
    max-width: 15%;
  }
  .sol-grid .sol-row *.sol-col-md-2.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-2.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-md-2.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-2.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-md-push-2,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-push-2,
  .sol-grid .sv-row *.sol-col-md-push-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-push-2 {
    position: relative;
    left: 16.66666667%;
  }
  .sol-grid .sol-row *.sol-col-md-3,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-3,
  .sol-grid .sv-row *.sol-col-md-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-3 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 24%;
            flex: 1 0 24%;
    max-width: 24%;
  }
  .sol-grid .sol-row *.sol-col-md-3.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-3.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-md-3.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-3.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-md-push-3,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-push-3,
  .sol-grid .sv-row *.sol-col-md-push-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-push-3 {
    position: relative;
    left: 25%;
  }
  .sol-grid .sol-row *.sol-col-md-4,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-4,
  .sol-grid .sv-row *.sol-col-md-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-4 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 32%;
            flex: 1 0 32%;
    max-width: 32%;
  }
  .sol-grid .sol-row *.sol-col-md-4.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-4.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-md-4.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-4.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-md-push-4,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-push-4,
  .sol-grid .sv-row *.sol-col-md-push-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-push-4 {
    position: relative;
    left: 33.33333333%;
  }
  .sol-grid .sol-row *.sol-col-md-5,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-5,
  .sol-grid .sv-row *.sol-col-md-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-5 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    max-width: 40%;
  }
  .sol-grid .sol-row *.sol-col-md-5.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-5.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-md-5.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-5.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-md-push-5,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-push-5,
  .sol-grid .sv-row *.sol-col-md-push-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-push-5 {
    position: relative;
    left: 41.66666667%;
  }
  .sol-grid .sol-row *.sol-col-md-6,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-6,
  .sol-grid .sv-row *.sol-col-md-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-6 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 49%;
            flex: 1 0 49%;
    max-width: 49%;
  }
  .sol-grid .sol-row *.sol-col-md-6.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-6.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-md-6.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-6.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-md-push-6,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-push-6,
  .sol-grid .sv-row *.sol-col-md-push-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-push-6 {
    position: relative;
    left: 50%;
  }
  .sol-grid .sol-row *.sol-col-md-7,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-7,
  .sol-grid .sv-row *.sol-col-md-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-7 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 57%;
            flex: 1 0 57%;
    max-width: 57%;
  }
  .sol-grid .sol-row *.sol-col-md-7.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-7.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-md-7.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-7.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-md-push-7,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-push-7,
  .sol-grid .sv-row *.sol-col-md-push-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-push-7 {
    position: relative;
    left: 58.33333333%;
  }
  .sol-grid .sol-row *.sol-col-md-8,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-8,
  .sol-grid .sv-row *.sol-col-md-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-8 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 65%;
            flex: 1 0 65%;
    max-width: 65%;
  }
  .sol-grid .sol-row *.sol-col-md-8.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-8.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-md-8.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-8.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-md-push-8,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-push-8,
  .sol-grid .sv-row *.sol-col-md-push-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-push-8 {
    position: relative;
    left: 66.66666667%;
  }
  .sol-grid .sol-row *.sol-col-md-9,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-9,
  .sol-grid .sv-row *.sol-col-md-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-9 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 74%;
            flex: 1 0 74%;
    max-width: 74%;
  }
  .sol-grid .sol-row *.sol-col-md-9.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-9.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-md-9.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-9.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-md-push-9,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-push-9,
  .sol-grid .sv-row *.sol-col-md-push-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-push-9 {
    position: relative;
    left: 75%;
  }
  .sol-grid .sol-row *.sol-col-md-10,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-10,
  .sol-grid .sv-row *.sol-col-md-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-10 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 82%;
            flex: 1 0 82%;
    max-width: 82%;
  }
  .sol-grid .sol-row *.sol-col-md-10.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-10.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-md-10.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-10.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-md-push-10,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-push-10,
  .sol-grid .sv-row *.sol-col-md-push-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-push-10 {
    position: relative;
    left: 83.33333333%;
  }
  .sol-grid .sol-row *.sol-col-md-11,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-11,
  .sol-grid .sv-row *.sol-col-md-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-11 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 90%;
            flex: 1 0 90%;
    max-width: 90%;
  }
  .sol-grid .sol-row *.sol-col-md-11.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-11.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-md-11.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-11.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-md-push-11,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-push-11,
  .sol-grid .sv-row *.sol-col-md-push-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-push-11 {
    position: relative;
    left: 91.66666667%;
  }
  .sol-grid .sol-row *.sol-col-md-12,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-12,
  .sol-grid .sv-row *.sol-col-md-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-12 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 99%;
            flex: 1 0 99%;
    max-width: 99%;
  }
  .sol-grid .sol-row *.sol-col-md-12.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-12.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-md-12.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-12.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-md-push-12,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-push-12,
  .sol-grid .sv-row *.sol-col-md-push-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-push-12 {
    position: relative;
    left: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (max-width: 767px) {
  .sol-grid .sol-row,
  .sv-grid-main.sv-fluid-grid .sol-row,
  .sol-grid .sv-row,
  .sv-grid-main.sv-fluid-grid .sv-row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sol-grid .sol-row,
  .sv-grid-main.sv-fluid-grid .sol-row,
  .sol-grid .sv-row,
  .sv-grid-main.sv-fluid-grid .sv-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sol-grid .sol-row.sol-row-reverse,
  .sv-grid-main.sv-fluid-grid .sol-row.sol-row-reverse,
  .sol-grid .sv-row.sol-row-reverse,
  .sv-grid-main.sv-fluid-grid .sv-row.sol-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sol-grid .sol-row.sol-row-center,
  .sv-grid-main.sv-fluid-grid .sol-row.sol-row-center,
  .sol-grid .sv-row.sol-row-center,
  .sv-grid-main.sv-fluid-grid .sv-row.sol-row-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sol-grid .sol-row *.sol-col-sm-1,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-1,
  .sol-grid .sv-row *.sol-col-sm-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-1 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 7%;
            flex: 1 0 7%;
    max-width: 7%;
  }
  .sol-grid .sol-row *.sol-col-sm-1.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-1.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-sm-1.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-1.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-sm-push-1,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-push-1,
  .sol-grid .sv-row *.sol-col-sm-push-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-push-1 {
    position: relative;
    left: 8.33333333%;
  }
  .sol-grid .sol-row *.sol-col-sm-2,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-2,
  .sol-grid .sv-row *.sol-col-sm-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-2 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 15%;
            flex: 1 0 15%;
    max-width: 15%;
  }
  .sol-grid .sol-row *.sol-col-sm-2.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-2.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-sm-2.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-2.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-sm-push-2,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-push-2,
  .sol-grid .sv-row *.sol-col-sm-push-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-push-2 {
    position: relative;
    left: 16.66666667%;
  }
  .sol-grid .sol-row *.sol-col-sm-3,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-3,
  .sol-grid .sv-row *.sol-col-sm-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-3 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 24%;
            flex: 1 0 24%;
    max-width: 24%;
  }
  .sol-grid .sol-row *.sol-col-sm-3.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-3.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-sm-3.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-3.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-sm-push-3,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-push-3,
  .sol-grid .sv-row *.sol-col-sm-push-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-push-3 {
    position: relative;
    left: 25%;
  }
  .sol-grid .sol-row *.sol-col-sm-4,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-4,
  .sol-grid .sv-row *.sol-col-sm-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-4 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 32%;
            flex: 1 0 32%;
    max-width: 32%;
  }
  .sol-grid .sol-row *.sol-col-sm-4.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-4.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-sm-4.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-4.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-sm-push-4,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-push-4,
  .sol-grid .sv-row *.sol-col-sm-push-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-push-4 {
    position: relative;
    left: 33.33333333%;
  }
  .sol-grid .sol-row *.sol-col-sm-5,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-5,
  .sol-grid .sv-row *.sol-col-sm-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-5 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    max-width: 40%;
  }
  .sol-grid .sol-row *.sol-col-sm-5.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-5.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-sm-5.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-5.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-sm-push-5,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-push-5,
  .sol-grid .sv-row *.sol-col-sm-push-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-push-5 {
    position: relative;
    left: 41.66666667%;
  }
  .sol-grid .sol-row *.sol-col-sm-6,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-6,
  .sol-grid .sv-row *.sol-col-sm-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-6 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 49%;
            flex: 1 0 49%;
    max-width: 49%;
  }
  .sol-grid .sol-row *.sol-col-sm-6.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-6.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-sm-6.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-6.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-sm-push-6,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-push-6,
  .sol-grid .sv-row *.sol-col-sm-push-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-push-6 {
    position: relative;
    left: 50%;
  }
  .sol-grid .sol-row *.sol-col-sm-7,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-7,
  .sol-grid .sv-row *.sol-col-sm-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-7 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 57%;
            flex: 1 0 57%;
    max-width: 57%;
  }
  .sol-grid .sol-row *.sol-col-sm-7.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-7.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-sm-7.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-7.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-sm-push-7,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-push-7,
  .sol-grid .sv-row *.sol-col-sm-push-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-push-7 {
    position: relative;
    left: 58.33333333%;
  }
  .sol-grid .sol-row *.sol-col-sm-8,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-8,
  .sol-grid .sv-row *.sol-col-sm-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-8 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 65%;
            flex: 1 0 65%;
    max-width: 65%;
  }
  .sol-grid .sol-row *.sol-col-sm-8.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-8.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-sm-8.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-8.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-sm-push-8,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-push-8,
  .sol-grid .sv-row *.sol-col-sm-push-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-push-8 {
    position: relative;
    left: 66.66666667%;
  }
  .sol-grid .sol-row *.sol-col-sm-9,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-9,
  .sol-grid .sv-row *.sol-col-sm-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-9 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 74%;
            flex: 1 0 74%;
    max-width: 74%;
  }
  .sol-grid .sol-row *.sol-col-sm-9.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-9.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-sm-9.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-9.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-sm-push-9,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-push-9,
  .sol-grid .sv-row *.sol-col-sm-push-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-push-9 {
    position: relative;
    left: 75%;
  }
  .sol-grid .sol-row *.sol-col-sm-10,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-10,
  .sol-grid .sv-row *.sol-col-sm-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-10 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 82%;
            flex: 1 0 82%;
    max-width: 82%;
  }
  .sol-grid .sol-row *.sol-col-sm-10.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-10.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-sm-10.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-10.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-sm-push-10,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-push-10,
  .sol-grid .sv-row *.sol-col-sm-push-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-push-10 {
    position: relative;
    left: 83.33333333%;
  }
  .sol-grid .sol-row *.sol-col-sm-11,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-11,
  .sol-grid .sv-row *.sol-col-sm-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-11 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 90%;
            flex: 1 0 90%;
    max-width: 90%;
  }
  .sol-grid .sol-row *.sol-col-sm-11.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-11.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-sm-11.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-11.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-sm-push-11,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-push-11,
  .sol-grid .sv-row *.sol-col-sm-push-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-push-11 {
    position: relative;
    left: 91.66666667%;
  }
  .sol-grid .sol-row *.sol-col-sm-12,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-12,
  .sol-grid .sv-row *.sol-col-sm-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-12 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 99%;
            flex: 1 0 99%;
    max-width: 99%;
  }
  .sol-grid .sol-row *.sol-col-sm-12.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-12.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-sm-12.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-12.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-sm-push-12,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-push-12,
  .sol-grid .sv-row *.sol-col-sm-push-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-push-12 {
    position: relative;
    left: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) and (max-width: 767px) {
  .sol-grid .sol-row,
  .sv-grid-main.sv-fluid-grid .sol-row,
  .sol-grid .sv-row,
  .sv-grid-main.sv-fluid-grid .sv-row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 479px) {
  .sol-grid .sol-row,
  .sv-grid-main.sv-fluid-grid .sol-row,
  .sol-grid .sv-row,
  .sv-grid-main.sv-fluid-grid .sv-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sol-grid .sol-row.sol-row-reverse,
  .sv-grid-main.sv-fluid-grid .sol-row.sol-row-reverse,
  .sol-grid .sv-row.sol-row-reverse,
  .sv-grid-main.sv-fluid-grid .sv-row.sol-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .sol-grid .sol-row.sol-row-center,
  .sv-grid-main.sv-fluid-grid .sol-row.sol-row-center,
  .sol-grid .sv-row.sol-row-center,
  .sv-grid-main.sv-fluid-grid .sv-row.sol-row-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sol-grid .sol-row *.sol-col-xs-1,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-1,
  .sol-grid .sv-row *.sol-col-xs-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-1 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 7%;
            flex: 1 0 7%;
    max-width: 7%;
  }
  .sol-grid .sol-row *.sol-col-xs-1.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-1.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-xs-1.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-1.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-xs-push-1,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-push-1,
  .sol-grid .sv-row *.sol-col-xs-push-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-push-1 {
    position: relative;
    left: 8.33333333%;
  }
  .sol-grid .sol-row *.sol-col-xs-2,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-2,
  .sol-grid .sv-row *.sol-col-xs-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-2 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 15%;
            flex: 1 0 15%;
    max-width: 15%;
  }
  .sol-grid .sol-row *.sol-col-xs-2.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-2.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-xs-2.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-2.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-xs-push-2,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-push-2,
  .sol-grid .sv-row *.sol-col-xs-push-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-push-2 {
    position: relative;
    left: 16.66666667%;
  }
  .sol-grid .sol-row *.sol-col-xs-3,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-3,
  .sol-grid .sv-row *.sol-col-xs-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-3 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 24%;
            flex: 1 0 24%;
    max-width: 24%;
  }
  .sol-grid .sol-row *.sol-col-xs-3.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-3.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-xs-3.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-3.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-xs-push-3,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-push-3,
  .sol-grid .sv-row *.sol-col-xs-push-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-push-3 {
    position: relative;
    left: 25%;
  }
  .sol-grid .sol-row *.sol-col-xs-4,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-4,
  .sol-grid .sv-row *.sol-col-xs-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-4 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 32%;
            flex: 1 0 32%;
    max-width: 32%;
  }
  .sol-grid .sol-row *.sol-col-xs-4.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-4.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-xs-4.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-4.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-xs-push-4,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-push-4,
  .sol-grid .sv-row *.sol-col-xs-push-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-push-4 {
    position: relative;
    left: 33.33333333%;
  }
  .sol-grid .sol-row *.sol-col-xs-5,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-5,
  .sol-grid .sv-row *.sol-col-xs-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-5 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 40%;
            flex: 1 0 40%;
    max-width: 40%;
  }
  .sol-grid .sol-row *.sol-col-xs-5.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-5.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-xs-5.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-5.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-xs-push-5,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-push-5,
  .sol-grid .sv-row *.sol-col-xs-push-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-push-5 {
    position: relative;
    left: 41.66666667%;
  }
  .sol-grid .sol-row *.sol-col-xs-6,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-6,
  .sol-grid .sv-row *.sol-col-xs-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-6 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 49%;
            flex: 1 0 49%;
    max-width: 49%;
  }
  .sol-grid .sol-row *.sol-col-xs-6.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-6.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-xs-6.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-6.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-xs-push-6,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-push-6,
  .sol-grid .sv-row *.sol-col-xs-push-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-push-6 {
    position: relative;
    left: 50%;
  }
  .sol-grid .sol-row *.sol-col-xs-7,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-7,
  .sol-grid .sv-row *.sol-col-xs-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-7 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 57%;
            flex: 1 0 57%;
    max-width: 57%;
  }
  .sol-grid .sol-row *.sol-col-xs-7.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-7.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-xs-7.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-7.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-xs-push-7,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-push-7,
  .sol-grid .sv-row *.sol-col-xs-push-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-push-7 {
    position: relative;
    left: 58.33333333%;
  }
  .sol-grid .sol-row *.sol-col-xs-8,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-8,
  .sol-grid .sv-row *.sol-col-xs-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-8 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 65%;
            flex: 1 0 65%;
    max-width: 65%;
  }
  .sol-grid .sol-row *.sol-col-xs-8.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-8.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-xs-8.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-8.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-xs-push-8,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-push-8,
  .sol-grid .sv-row *.sol-col-xs-push-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-push-8 {
    position: relative;
    left: 66.66666667%;
  }
  .sol-grid .sol-row *.sol-col-xs-9,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-9,
  .sol-grid .sv-row *.sol-col-xs-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-9 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 74%;
            flex: 1 0 74%;
    max-width: 74%;
  }
  .sol-grid .sol-row *.sol-col-xs-9.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-9.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-xs-9.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-9.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-xs-push-9,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-push-9,
  .sol-grid .sv-row *.sol-col-xs-push-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-push-9 {
    position: relative;
    left: 75%;
  }
  .sol-grid .sol-row *.sol-col-xs-10,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-10,
  .sol-grid .sv-row *.sol-col-xs-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-10 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 82%;
            flex: 1 0 82%;
    max-width: 82%;
  }
  .sol-grid .sol-row *.sol-col-xs-10.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-10.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-xs-10.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-10.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-xs-push-10,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-push-10,
  .sol-grid .sv-row *.sol-col-xs-push-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-push-10 {
    position: relative;
    left: 83.33333333%;
  }
  .sol-grid .sol-row *.sol-col-xs-11,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-11,
  .sol-grid .sv-row *.sol-col-xs-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-11 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 90%;
            flex: 1 0 90%;
    max-width: 90%;
  }
  .sol-grid .sol-row *.sol-col-xs-11.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-11.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-xs-11.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-11.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-xs-push-11,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-push-11,
  .sol-grid .sv-row *.sol-col-xs-push-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-push-11 {
    position: relative;
    left: 91.66666667%;
  }
  .sol-grid .sol-row *.sol-col-xs-12,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-12,
  .sol-grid .sv-row *.sol-col-xs-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-12 {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 99%;
            flex: 1 0 99%;
    max-width: 99%;
  }
  .sol-grid .sol-row *.sol-col-xs-12.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-12.sol-stacked-margin,
  .sol-grid .sv-row *.sol-col-xs-12.sol-stacked-margin,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-12.sol-stacked-margin {
    margin-bottom: 0;
  }
  .sol-grid .sol-row *.sol-col-xs-push-12,
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xs-push-12,
  .sol-grid .sv-row *.sol-col-xs-push-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xs-push-12 {
    position: relative;
    left: 100%;
  }
}
@media (max-width: 479px) and (max-width: 767px) {
  .sol-grid .sol-row,
  .sv-grid-main.sv-fluid-grid .sol-row,
  .sol-grid .sv-row,
  .sv-grid-main.sv-fluid-grid .sv-row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.sol-grid *[class*='sol-col-'],
.sv-grid-main.sv-fluid-grid *[class*='sol-col-'],
.sol-grid *[class*='sv-column-'],
.sv-grid-main.sv-fluid-grid *[class*='sv-column-'] {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.sol-grid *[class*='sol-col-'].sol-stacked-margin,
.sv-grid-main.sv-fluid-grid *[class*='sol-col-'].sol-stacked-margin,
.sol-grid *[class*='sv-column-'].sol-stacked-margin,
.sv-grid-main.sv-fluid-grid *[class*='sv-column-'].sol-stacked-margin {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sol-grid *[class*='sol-col-'],
  .sv-grid-main.sv-fluid-grid *[class*='sol-col-'],
  .sol-grid *[class*='sv-column-'],
  .sv-grid-main.sv-fluid-grid *[class*='sv-column-'] {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.sol-show-lg,
.sol-show-md,
.sol-show-sm,
.sol-show-xl,
.sol-show-xs {
  display: none;
}
.sol-hide-sm {
  display: inherit;
}
@media (min-width: 1280px) {
  .sol-hide-xl {
    display: none;
  }
  .sol-show-xl {
    display: inherit;
  }
}
@media (max-width: 1279px) {
  .sol-hide-lg {
    display: none;
  }
  .sol-show-lg {
    display: inherit;
  }
}
.sol-show-md--strict {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-show-md--strict {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 1024px) {
  .sol-hide-md {
    display: none;
  }
  .sol-show-md {
    display: inherit;
  }
}
@media (max-width: 767px) {
  .sol-hide-sm {
    display: none;
  }
  .sol-show-sm {
    display: inherit;
  }
}
@media (max-width: 479px) {
  .sol-hide-xs {
    display: none;
  }
  .sol-show-xs {
    display: inherit;
  }
}
/* elements/buttons.less */
/* elements/input.less */
.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: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.input-text:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.input-text:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.input-text::-ms-clear,
.input-text::-webkit-search-cancel-button,
.input-text::-webkit-search-decoration,
.input-text::-webkit-search-results-button,
.input-text::-webkit-search-results-decoration {
  display: none;
}
.input-text-small {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.input-text-small:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.input-text-small:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.input-text-small::-ms-clear,
.input-text-small::-webkit-search-cancel-button,
.input-text-small::-webkit-search-decoration,
.input-text-small::-webkit-search-results-button,
.input-text-small::-webkit-search-results-decoration {
  display: none;
}
.input-select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  cursor: pointer;
  background-image: url('/webdav/files/System/resources/graphics/icons/forms/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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.input-select:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.input-select:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.input-select::-ms-clear,
.input-select::-webkit-search-cancel-button,
.input-select::-webkit-search-decoration,
.input-select::-webkit-search-results-button,
.input-select::-webkit-search-results-decoration {
  display: none;
}
.input-select-small {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  cursor: pointer;
  background-image: url('/webdav/files/System/resources/graphics/icons/forms/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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.input-select-small:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.input-select-small:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.input-select-small::-ms-clear,
.input-select-small::-webkit-search-cancel-button,
.input-select-small::-webkit-search-decoration,
.input-select-small::-webkit-search-results-button,
.input-select-small::-webkit-search-results-decoration {
  display: none;
}
.input-text-invalid {
  border-color: #de404e;
  background-image: url('/webdav/files/System/resources/graphics/icons/forms/times-invalid.svg');
}
.input-text-valid {
  border-color: #8acf96;
  background-image: url('/webdav/files/System/resources/graphics/icons/forms/check-valid.svg');
}
.input-textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  min-height: 120px;
  height: auto;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.input-textarea:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.input-textarea:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.input-textarea::-ms-clear,
.input-textarea::-webkit-search-cancel-button,
.input-textarea::-webkit-search-decoration,
.input-textarea::-webkit-search-results-button,
.input-textarea::-webkit-search-results-decoration {
  display: none;
}
.input-divider {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e7e7e7;
}
.input-checkbox,
.input-radio {
  display: block;
  height: 0;
  opacity: 0;
}
.input-checkbox + label::before,
.input-radio + label::before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #6ecde9;
  border-radius: 2px;
  position: relative;
  top: -1px;
  margin-right: 10px;
  float: left;
  text-align: center;
  -webkit-transition-property: color, background-color, border-color, border-width;
  transition-property: color, background-color, border-color, border-width;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.input-checkbox + label,
.input-radio + label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
.input-checkbox + label:hover::before,
.input-radio + label:hover::before {
  border-color: rgba(110, 205, 233, 0.4);
}
.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 16px/1 FontAwesome;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline-block;
  font-size: 12px;
  content: "\f00c";
  padding-top: 2px;
  background-color: #204560;
  border-color: #204560;
  color: #fff;
}
.input-checkbox:checked + label:before.fa-pull-left {
  margin-right: .3em;
}
.input-checkbox:checked + label:before.fa-pull-right {
  margin-left: .3em;
}
.input-checkbox:checked + label:before.pull-left {
  margin-right: .3em;
}
.input-checkbox:checked + label:before.pull-right {
  margin-left: .3em;
}
.input-checkbox:checked + label:before.fa-pull-left {
  margin-right: .3em;
}
.input-checkbox:checked + label:before.fa-pull-right {
  margin-left: .3em;
}
.input-radio + label:before {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 1px;
}
.input-radio:checked + label:before {
  border-width: 3px;
  border-color: #204560;
  background-color: #204560;
}
.input-btn {
  position: relative;
  display: inline-block;
  line-height: 22px;
  min-height: 40px;
  padding: 8px 25px;
  color: #313131;
  background-color: #c1e4c7;
  border-radius: 3px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
}
.input-btn:focus,
[data-whatinput="keyboard"] .input-btn:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .input-btn:focus,
[data-whatinput="mouse"] .input-btn:focus,
[data-whatinput="touch"] .input-btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.input-btn:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.input-btn:active {
  background-color: #6DAB78;
}
.input-btn i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.input-btn:focus,
[data-whatinput="keyboard"] .input-btn:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .input-btn:focus,
[data-whatinput="mouse"] .input-btn:focus,
[data-whatinput="touch"] .input-btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.input-btn:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.input-btn:active {
  background-color: #6DAB78;
}
.input-btn i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.input-btn-small {
  position: relative;
  display: inline-block;
  line-height: 22px;
  min-height: 40px;
  padding: 8px 25px;
  color: #313131;
  background-color: #c1e4c7;
  border-radius: 3px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
  font-size: 14px;
  padding: 5px 15px 6px;
}
.input-btn-small:focus,
[data-whatinput="keyboard"] .input-btn-small:focus {
  outline: 2px 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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.input-btn-small:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.input-btn-small:active {
  background-color: #6DAB78;
}
.input-btn-small i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.input-btn-small:focus,
[data-whatinput="keyboard"] .input-btn-small:focus {
  outline: 2px 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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.input-btn-small:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.input-btn-small:active {
  background-color: #6DAB78;
}
.input-btn-small i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-startsida__puff__wrapper {
  margin-top: 195px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-startsida__puff__wrapper {
    margin-top: 165px;
  }
}
@media (max-width: 767px) {
  .sol-startsida__puff__wrapper {
    margin-top: 23px;
  }
}
.sol-puff__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-puff__container {
    max-width: 94%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .sol-puff__container {
    max-width: 92%;
  }
}
.sol-puff__container > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 32%;
          flex: 1 1 32%;
  max-width: 32%;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .sol-puff__container > div {
    min-height: 130px;
  }
}
.sol-puff__container > div:nth-child(3n+2) {
  margin-left: 2%;
  margin-right: 2%;
}
@media (max-width: 1024px) {
  .sol-puff__container > div:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-puff__container > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.sol-puff__container > div:nth-child(odd) {
  /*@media @md-strict {
          margin-right: 2%;
        }*/
}
@media (max-width: 767px) {
  .sol-puff__container > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}
.sol-puff__img {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: relative;
}
.sol-puff__img svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-puff__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 27.5%;
            flex: 0 0 27.5%;
    max-width: 27.5%;
    height: 100%;
  }
}
.sol-puff__content {
  padding: 15px 29px 20px 25px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.08);
          box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.08);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.sol-puff__content__title {
  font-size: 21px;
  font-weight: bold;
  color: #204560;
}
@media (max-width: 767px) {
  .sol-puff__content__title {
    font-size: 19px;
    font-weight: bold;
  }
}
.sol-puff__content__text {
  font-size: 21px;
  font-weight: 300;
  text-align: left;
  color: #313131;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-puff__content__text {
    font-size: 16px;
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  .sol-puff__content__text {
    font-size: 16px;
    font-weight: 300;
  }
}
.sol-puff__content__text::after {
  display: none!important;
}
.sol-puff__link {
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-puff__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 130px;
  }
}
.sol-puff__link:hover .sol-puff__content__text {
  text-decoration: none;
}
.sol-puff__link:hover .sol-puff__content__title {
  text-decoration: underline;
}
/* elements/boxes.less */
body {
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  background-color: #fff;
  overflow-x: hidden;
  letter-spacing: 0.01em;
}
.font-description,
.font-normal,
p,
p.font-description,
p.font-normal {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PFDINTextStd-Light, sans-serif;
  color: #313131;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .font-description,
  .font-normal,
  p,
  p.font-description,
  p.font-normal {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .font-description,
  .font-normal,
  p,
  p.font-description,
  p.font-normal {
    font-size: 15px;
  }
}
p.font-normal a {
  position: relative;
  z-index: 1;
  text-decoration: none;
  background-size: 200% 200%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(110, 205, 233, 0.6)), color-stop(50%, transparent));
  background-image: linear-gradient(to top, rgba(110, 205, 233, 0.6) 50%, transparent 50%);
  -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  padding-left: 1px;
  padding-right: 1px;
  border-bottom: 1px solid rgba(110, 205, 233, 0.6);
  padding: 2px;
}
p.font-normal a:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(51%, rgba(110, 205, 233, 0.6)), color-stop(50%, transparent));
  background-image: linear-gradient(to top, rgba(110, 205, 233, 0.6) 51%, transparent 50%);
  background-position: 0 100%;
  -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}
@media (min-width: 768px) and (max-width: 1024px) {
  p.font-normal {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  p.font-normal {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  ul.font-normal {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
p.font-description {
  font-size: 23px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  p.font-description {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 27px;
  }
}
p.font-description a,
a p.font-description {
  color: rgba(110, 205, 233, 0.6);
}
p.font-description a:hover,
a p.font-description:hover {
  color: rgba(110, 205, 233, 0.6);
}
h1.font-heading-1 {
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #204560;
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 13px;
  font-size: 36px;
  line-height: 1;
  font-weight: normal;
  text-align: left;
  position: relative;
}
h1.font-heading-1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: rgba(110, 205, 233, 0.45);
}
@media (max-width: 1024px) {
  h1.font-heading-1 {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  h1.font-heading-1 {
    font-size: 25px;
    margin-bottom: 14px;
  }
}
.font-heading-1-smaller,
h1.font-heading-1-smaller {
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #204560;
  display: block;
  margin-bottom: 15px;
  font-size: 33px;
  line-height: 1.15;
  font-weight: normal;
  position: relative;
}
.font-heading-2,
h2,
h2.font-heading-2 {
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #204560;
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.38;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .font-heading-2,
  h2,
  h2.font-heading-2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .font-heading-2,
  h2,
  h2.font-heading-2 {
    margin-top: 22px;
    font-size: 20px;
  }
}
.font-heading-3,
h3,
h3.font-heading-3 {
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #204560;
  margin-top: 21px;
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 479px) {
  .font-heading-3,
  h3,
  h3.font-heading-3 {
    font-size: 14px;
  }
}
.font-heading-4,
h4,
h4.font-heading-4 {
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #204560;
  margin-top: 19px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1.65;
}
@media (max-width: 479px) {
  .font-heading-4,
  h4,
  h4.font-heading-4 {
    font-size: 12px;
  }
}
.font-quote,
p.font-quote {
  position: relative;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #204560;
  font-size: 22px;
  line-height: 29px;
  font-weight: 100;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 55px;
}
@media (max-width: 1024px) {
  .font-quote,
  p.font-quote {
    padding-left: 35px;
    font-size: 20px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .font-quote,
  p.font-quote {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 479px) {
  .font-quote,
  p.font-quote {
    padding-left: 30px;
  }
}
.font-quote::before,
p.font-quote::before {
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline-block;
  font-size: 20px;
  content: "\f10e";
  position: absolute;
  left: 20px;
  top: 0;
  opacity: 0.3;
  line-height: 35px;
}
.font-quote::before.fa-pull-left,
p.font-quote::before.fa-pull-left {
  margin-right: .3em;
}
.font-quote::before.fa-pull-right,
p.font-quote::before.fa-pull-right {
  margin-left: .3em;
}
.font-quote::before.pull-left,
p.font-quote::before.pull-left {
  margin-right: .3em;
}
.font-quote::before.pull-right,
p.font-quote::before.pull-right {
  margin-left: .3em;
}
.font-quote::before.fa-pull-left,
p.font-quote::before.fa-pull-left {
  margin-right: .3em;
}
.font-quote::before.fa-pull-right,
p.font-quote::before.fa-pull-right {
  margin-left: .3em;
}
@media (max-width: 1024px) {
  .font-quote::before,
  p.font-quote::before {
    left: 5px;
    line-height: 33px;
  }
}
@media (max-width: 479px) {
  .font-quote::before,
  p.font-quote::before {
    left: 5px;
    line-height: 31px;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
a:focus,
button:focus,
[data-whatinput="keyboard"] a:focus,
[data-whatinput="keyboard"] button:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] a:focus,
[data-whatinput="initial"] button:focus,
[data-whatinput="mouse"] a:focus,
[data-whatinput="mouse"] button:focus,
[data-whatinput="touch"] a:focus,
[data-whatinput="touch"] button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
.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-clearfix:after,
.sol-clearfix:before {
  content: '';
  display: table;
}
.sol-clearfix:after {
  clear: both;
}
.sol-relative {
  position: relative;
}
.sol-no-anim * {
  -webkit-transition: none !important;
  transition: none !important;
}
.sol-external-link-icon {
  margin-left: 6px;
  font-size: 17px !important;
}
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}
.sv-portlet p {
  margin-top: 0;
}
.sol-focus-outline-show,
[data-whatinput='keyboard'] .sol-focus-outline-show {
  outline: 2px solid #257cc3;
  z-index: 10;
}
.sol-focus-outline-show.sol-clickable-element a,
.sol-focus-outline-show[data-clickable-element] a,
[data-whatinput='initial'] .sol-focus-outline-show,
[data-whatinput='mouse'] .sol-focus-outline-show,
[data-whatinput='touch'] .sol-focus-outline-show {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  z-index: 0;
}
.sol-social-container {
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.modal input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
.sol-icon {
  display: inline-block;
}
.sol-icon::after {
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  height: 15px;
  width: 15px;
}
.sol-required-asterisk:after {
  display: inline-block;
  content: "\002a";
  color: red;
  font-size: 14px;
}
.sol-icon__arrow::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/arrow.svg');
}
.sol-icon__arrow--black::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/arrow--black.svg');
}
.sol-icon__arrow--blue::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/arrow--blue.svg');
}
.sol-icon__arrow--2::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/arrow--2.svg');
}
.sol-icon__arrow--white::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/arrow--white.svg');
}
.sol-icon__books::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/books.svg');
}
.sol-icon__briefcase::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/briefcase.svg');
}
.sol-icon__chat::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/chat.svg');
}
.sol-icon__clock::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/clock.svg');
}
.sol-icon__clock-small::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/clock-small.svg');
}
.sol-icon__clock-small--white::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/clock-small--white.svg');
}
.sol-icon__commenting::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/commenting.svg');
}
.sol-icon__compare::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/compare.svg');
}
.sol-icon__computer::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/computer.svg');
}
.sol-icon__e-services::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/e-services.svg');
}
.sol-icon__english::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/english.svg');
}
.sol-icon__eye::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/eye.svg');
}
.sol-icon__eye--light::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/eye--light.svg');
}
.sol-icon__fax::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/fax.svg');
}
.sol-icon__globe::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/globe.svg');
}
.sol-icon__globe--black::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/globe--black.svg');
}
.sol-icon__globe--white::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/globe-white.svg');
}
.sol-icon__info::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/info.svg');
}
.sol-icon__info-plain::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/info-plain.svg');
}
.sol-icon__legible::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/legible.svg');
}
.sol-icon__legible--black::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/legible--black.svg');
}
.sol-icon__legible--white::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/legible-white.svg');
}
.sol-icon__link::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/link.svg');
}
.sol-icon__listen::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/listen.svg');
}
.sol-icon__listen--white::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/listen-white.svg');
}
.sol-icon__listen--black::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/listen--black.svg');
}
.sol-icon__lock::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/lock.svg');
}
.sol-icon__lock--black::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/lock--black.svg');
}
.sol-icon__lock--white::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/lock-white.svg');
}
.sol-icon__mail::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/mail-blue.svg');
}
.sol-icon__mail-white::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/mail.svg');
}
.sol-icon__phone::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/phone.svg');
}
.sol-icon__phone--black::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/phone--black.svg');
}
.sol-icon__phone--white::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/phone-white.svg');
}
.sol-icon__print::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/print.svg');
}
.sol-icon__search::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/search.svg');
}
.sol-icon__search--green::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/search-green.svg');
}
.sol-icon__search--pink::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/search-pink.svg');
}
.sol-icon__share::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/share.svg');
}
.sol-icon__signlanguage::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/teckensprak.svg');
}
.sol-icon__tickets::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/tickets.svg');
}
.sol-icon__tipsa::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/tipsa.svg');
}
.sol-icon__warning::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/warning.svg');
}
.sol-icon__work::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/work.svg');
}
.sol-icon__x::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/x.svg');
}
.sol-icon__gear::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/gear.svg');
}
.sol-icon__aktuella-arbeten--blå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/blå/aktuella-arbeten.svg');
}
.sol-icon__bibliotek--blå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/blå/bibliotek.svg');
}
.sol-icon__elev--blå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/blå/elev.svg');
}
.sol-icon__e-tjanster-1--blå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/blå/e-tjanster-1.svg');
}
.sol-icon__e-tjanster-2--blå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/blå/e-tjanster-2.svg');
}
.sol-icon__evenemang--blå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/blå/evenemang.svg');
}
.sol-icon__felanmalan--blå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/blå/felanmalan.svg');
}
.sol-icon__foreningsregister--blå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/blå/foreningsregister.svg');
}
.sol-icon__framtidsyrken-1--blå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/blå/framtidsyrken-1.svg');
}
.sol-icon__framtidsyrken-2--blå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/blå/framtidsyrken-2.svg');
}
.sol-icon__hitta-hit--blå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/blå/hitta-hit.svg');
}
.sol-icon__insyn-i-politiken--blå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/blå/insyn-i-politiken.svg');
}
.sol-icon__jamforelseguiden--blå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/blå/jamforelseguiden.svg');
}
.sol-icon__lediga-jobb--blå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/blå/lediga-jobb.svg');
}
.sol-icon__servicecenter--blå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/blå/servicecenter.svg');
}
.sol-icon__stadsbyggnadsportalen-2--blå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/blå/stadsbyggnadsportalen-2.svg');
}
.sol-icon__utbildningar--blå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/blå/utbildningar.svg');
}
.sol-icon__vi-erbjuder--blå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/blå/vi-erbjuder.svg');
}
.sol-icon__foreningsnytt--rosa::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/rosa/foreningsnytt.svg');
}
.sol-icon__aktuella-arbeten--rosa::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/rosa/aktuella-arbeten.svg');
}
.sol-icon__tankar--rosa::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/rosa/tankar.svg');
}
.sol-icon__bibliotek--rosa::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/rosa/bibliotek.svg');
}
.sol-icon__elev--rosa::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/rosa/elev.svg');
}
.sol-icon__e-tjanster-1--rosa::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/rosa/e-tjanster-1.svg');
}
.sol-icon__e-tjanster-2--rosa::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/rosa/e-tjanster-2.svg');
}
.sol-icon__evenemang--rosa::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/rosa/evenemang.svg');
}
.sol-icon__felanmalan--rosa::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/rosa/felanmalan.svg');
}
.sol-icon__foreningsregister--rosa::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/rosa/foreningsregister.svg');
}
.sol-icon__framtidsyrken-1--rosa::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/rosa/framtidsyrken-1.svg');
}
.sol-icon__framtidsyrken-2--rosa::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/rosa/framtidsyrken-2.svg');
}
.sol-icon__hitta-hit--rosa::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/rosa/hitta-hit.svg');
}
.sol-icon__insyn-i-politiken--rosa::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/rosa/insyn-i-politiken.svg');
}
.sol-icon__jamforelseguiden--rosa::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/rosa/jamforelseguiden.svg');
}
.sol-icon__lediga-jobb--rosa::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/rosa/lediga-jobb.svg');
}
.sol-icon__servicecenter--rosa::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/rosa/servicecenter.svg');
}
.sol-icon__stadsbyggnadsportalen-2--rosa::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/rosa/stadsbyggnadsportalen-2.svg');
}
.sol-icon__utbildningar--rosa::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/rosa/utbildningar.svg');
}
.sol-icon__vi-erbjuder--rosa::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/rosa/vi-erbjuder.svg');
}
.sol-icon__boka-lokal--rosa::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/rosa/boka-lokal.svg');
}
.sol-icon__boka-lokal--grön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/grön/boka-lokal.svg');
}
.sol-icon__tankar--grön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/grön/tankar.svg');
}
.sol-icon__aktuella-arbeten--grön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/grön/aktuella-arbeten.svg');
}
.sol-icon__bibliotek--grön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/grön/bibliotek.svg');
}
.sol-icon__elev--grön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/grön/elev.svg');
}
.sol-icon__e-tjanster-1--grön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/grön/e-tjanster-1.svg');
}
.sol-icon__e-tjanster-2--grön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/grön/e-tjanster-2.svg');
}
.sol-icon__evenemang--grön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/grön/evenemang.svg');
}
.sol-icon__felanmalan--grön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/grön/felanmalan.svg');
}
.sol-icon__foreningsregister--grön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/grön/foreningsregister.svg');
}
.sol-icon__framtidsyrken-1--grön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/grön/framtidsyrken-1.svg');
}
.sol-icon__framtidsyrken-2--grön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/grön/framtidsyrken-2.svg');
}
.sol-icon__hitta-hit--grön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/grön/hitta-hit.svg');
}
.sol-icon__insyn-i-politiken--grön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/grön/insyn-i-politiken.svg');
}
.sol-icon__jamforelseguiden--grön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/grön/jamforelseguiden.svg');
}
.sol-icon__lediga-jobb--grön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/grön/lediga-jobb.svg');
}
.sol-icon__servicecenter--grön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/grön/servicecenter.svg');
}
.sol-icon__stadsbyggnadsportalen-2-grön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/grön/stadsbyggnadsportalen-2.svg');
}
.sol-icon__utbildningar--grön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/grön/utbildningar.svg');
}
.sol-icon__vi-erbjuder--grön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/grön/vi-erbjuder.svg');
}
.sol-icon__foreningsnytt--grön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/grön/foreningsnytt.svg');
}
.sol-icon__foreningsnytt--blå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/blå/foreningsnytt.svg');
}
.sol-icon__boka-lokal--blå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/blå/boka-lokal.svg');
}
.sol-icon__tankar--blå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/blå/tankar.svg');
}
.sol-icon__aktuella-arbeten--ljusblå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusblå/aktuella-arbeten.svg');
}
.sol-icon__bibliotek--ljusblå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusblå/bibliotek.svg');
}
.sol-icon__elev--ljusblå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusblå/elev.svg');
}
.sol-icon__e-tjanster-1--ljusblå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusblå/e-tjanster-1.svg');
}
.sol-icon__e-tjanster-2--ljusblå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusblå/e-tjanster-2.svg');
}
.sol-icon__evenemang--ljusblå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusblå/evenemang.svg');
}
.sol-icon__felanmalan--ljusblå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusblå/felanmalan.svg');
}
.sol-icon__foreningsregister--ljusblå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusblå/foreningsregister.svg');
}
.sol-icon__framtidsyrken-1--ljusblå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusblå/framtidsyrken-1.svg');
}
.sol-icon__framtidsyrken-2--ljusblå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusblå/framtidsyrken-2.svg');
}
.sol-icon__hitta-hit--ljusblå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusblå/hitta-hit.svg');
}
.sol-icon__insyn-i-politiken--ljusblå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusblå/insyn-i-politiken.svg');
}
.sol-icon__jamforelseguiden--ljusblå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusblå/jamforelseguiden.svg');
}
.sol-icon__lediga-jobb--ljusblå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusblå/lediga-jobb.svg');
}
.sol-icon__servicecenter--ljusblå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusblå/servicecenter.svg');
}
.sol-icon__stadsbyggnadsportalen-2--ljusblå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusblå/stadsbyggnadsportalen-2.svg');
}
.sol-icon__utbildningar--ljusblå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusblå/utbildningar.svg');
}
.sol-icon__vi-erbjuder--ljusblå::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusblå/vi-erbjuder.svg');
}
.sol-icon__aktuella-arbeten--ljusgrön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusgrön/aktuella-arbeten.svg');
}
.sol-icon__bibliotek--ljusgrön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusgrön/bibliotek.svg');
}
.sol-icon__elev--ljusgrön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusgrön/elev.svg');
}
.sol-icon__e-tjanster-1--ljusgrön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusgrön/e-tjanster-1.svg');
}
.sol-icon__e-tjanster-2--ljusgrön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusgrön/e-tjanster-2.svg');
}
.sol-icon__evenemang--ljusgrön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusgrön/evenemang.svg');
}
.sol-icon__felanmalan--ljusgrön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusgrön/felanmalan.svg');
}
.sol-icon__foreningsregister--ljusgrön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusgrön/foreningsregister.svg');
}
.sol-icon__framtidsyrken-1--ljusgrön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusgrön/framtidsyrken-1.svg');
}
.sol-icon__framtidsyrken-2--ljusgrön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusgrön/framtidsyrken-2.svg');
}
.sol-icon__hitta-hit--ljusgrön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusgrön/hitta-hit.svg');
}
.sol-icon__insyn-i-politiken--ljusgrön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusgrön/insyn-i-politiken.svg');
}
.sol-icon__jamforelseguiden--ljusgrön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusgrön/jamforelseguiden.svg');
}
.sol-icon__lediga-jobb--ljusgrön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusgrön/lediga-jobb.svg');
}
.sol-icon__servicecenter--ljusgrön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusgrön/servicecenter.svg');
}
.sol-icon__stadsbyggnadsportalen-2--ljusgrön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusgrön/stadsbyggnadsportalen-2.svg');
}
.sol-icon__utbildningar--ljusgrön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusgrön/utbildningar.svg');
}
.sol-icon__vi-erbjuder--ljusgrön::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/ljusgrön/vi-erbjuder.svg');
}
.sol-element-action {
  position: relative;
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 570px;
  height: 40px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #c1e4c7;
  border: solid 2px solid #c1e4c7;
  margin-bottom: 20px;
  border-radius: 100px;
  margin-top: -5px;
}
.sol-element-action:hover .sol-element-action__link {
  text-decoration: underline;
}
.sol-element-action .sol-element-action__icon--left {
  position: absolute;
  left: 27px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sol-element-action .sol-icon__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 6px;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sol-element-action .sol-icon__cnt .sol-icon {
  max-height: 15px;
}
.sol-element-action .sol-icon__cnt .sol-icon::after {
  height: 15px;
  width: 19px;
}
.sol-element-action .sol-icon__cnt .sol-icon.sol-icon-edge {
  height: 15px;
  width: 19px;
}
.sol-element-action .sol-icon__cnt .sol-icon.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 30px;
  width: 38px;
  margin-top: -7.5px;
  margin-left: -9.5px;
}
.sol-element-action .sol-icon__cnt .sol-icon::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/arrow--black.svg') !important;
}
.sol-element-action .sol-icon__cnt .sol-icon__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .sol-element-action {
    height: auto;
    width: auto;
    min-height: 50px;
  }
}
.sol-element-action__link {
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #313131;
  line-height: normal;
  font-size: 20px;
  text-align: left;
  color: #333333;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 69px;
  z-index: 2;
}
.sol-element-action__link:hover span {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .sol-element-action__link {
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
  }
}
.sol-element-action__text {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.0;
  text-decoration: none;
}
.sol-element-action__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  margin-left: -12px;
}
.sol-element-action__icon i.fa {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #333333;
}
.sol-link-tablet {
  width: 543px;
  height: 40px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #204560;
  border: solid 2px solid #204560;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .sol-link-tablet {
    max-width: 100%;
    height: auto;
    padding: 10px;
  }
}
.sol-link-tablet .sol-link-tablet__link {
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sol-link-tablet .sol-link-tablet__text {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  text-decoration: none;
}
@media (max-width: 767px) {
  .sol-link-tablet .sol-link-tablet__text {
    line-height: 1.1;
    max-width: 80%;
    font-size: 16px;
  }
}
.sol-link-tablet .sol-link-tablet__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 12px;
  background-color: #fff;
  border-radius: 50%;
  border: solid 2px rgba(255, 255, 255, 0.4);
}
.sol-link-tablet .sol-link-tablet__icon i.fa {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #204560;
}
.sol-arrow-circle__btn {
  background-color: rgba(110, 205, 233, 0.45);
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
}
.sol-arrow-circle__btn .sol-icon::after {
  width: 25px;
  height: 25px;
}
.sol-arrow-circle__cnt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sol-arrow-circle__cnt span {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: center;
  color: #525252;
  margin-top: 5px;
}
/* components/breadcrumbs.less */
.sol-breadcrumbs-wrapper {
  padding-top: 13px;
  padding-bottom: 13px;
}
@media (max-width: 1180px) {
  .sol-breadcrumbs-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.sol-breadcrumbs-wrapper .sol-breadcrumbs:after,
.sol-breadcrumbs-wrapper .sol-breadcrumbs:before {
  content: '';
  display: table;
}
.sol-breadcrumbs-wrapper .sol-breadcrumbs:after {
  clear: both;
}
@media (max-width: 767px) {
  .sol-breadcrumbs-wrapper .sol-breadcrumbs {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sol-breadcrumbs-wrapper .sol-breadcrumbs li {
  float: left;
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 1.2;
}
.sol-breadcrumbs-wrapper .sol-breadcrumbs li > a {
  text-decoration: none;
  color: #204560;
  position: relative;
}
.sol-breadcrumbs-wrapper .sol-breadcrumbs li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: rgba(110, 205, 233, 0.6);
}
.sol-breadcrumbs-wrapper .sol-breadcrumbs li > a:hover::after {
  background-color: #6ecde9;
}
.sol-breadcrumbs-wrapper .sol-breadcrumbs li > span.sol-divider {
  color: #313131;
  margin-right: 8px;
  margin-left: 8px;
  float: left;
}
@media (max-width: 767px) {
  .sol-breadcrumbs-wrapper {
    display: none;
  }
}
/* elements/buttons.less */
.sol-chat-btn {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 115px;
  height: 115px;
  border-radius: 50%;
  background-color: #C8496B;
  position: fixed;
  right: 16px;
  bottom: 55px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 70;
}
.sol-chat-btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-chat-btn__text {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  font-family: PFDINTextStd-Regular, sans-serif;
}
.sol-chat-btn .sol-icon__chat {
  margin-bottom: 6px;
  max-height: 25.4px;
}
.sol-chat-btn .sol-icon__chat::after {
  height: 25.4px;
  width: 28.8px;
}
.sol-chat-btn .sol-icon__chat.sol-icon-edge {
  height: 25.4px;
  width: 28.8px;
}
.sol-chat-btn .sol-icon__chat.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 50.8px;
  width: 57.6px;
  margin-top: -12.7px;
  margin-left: -14.4px;
}
@media (max-width: 1024px) {
  .sol-chat-btn {
    width: 102px;
    height: 102px;
    bottom: 75px;
  }
}
@media (max-width: 767px) {
  .sol-chat-btn {
    width: 75px;
    height: 75px;
    bottom: 110px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .sol-chat-btn__text {
    font-size: 15px;
  }
  .sol-chat-btn .sol-icon__chat {
    display: none;
  }
}
.sol-feedback button[type="submit"] {
  font-size: 17px;
  padding: 9px 18px 6px;
}
.sol-feedback__form {
  margin-top: 3px;
  padding: 13px 28px 26px 34px;
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-feedback__form textarea {
  font-family: PFDINTextStd-Regular, sans-serif;
  font-size: 15px;
  display: block;
  width: 100%;
  height: 140px;
  margin-bottom: 19px;
  border: 1px solid #c1e4c7;
  padding: 10px 15px;
}
.sol-feedback__form label {
  letter-spacing: 0.4px;
  text-align: left;
  color: #333333;
  margin-bottom: 13px;
  display: block;
  font-size: 17px;
  line-height: 1.4;
  font-family: PFDINTextStd-Light, sans-serif;
}
.sol-feedback__form span {
  font-size: 17px;
  line-height: 1.35;
  letter-spacing: 0.5px;
  text-align: left;
  color: #333333;
  font-weight: 600;
  margin-bottom: -15px;
  display: block;
}
.sol-feedback .sol-feedback__content {
  position: relative;
  font-size: 18px;
  line-height: 1.28;
  text-align: left;
  color: #333333;
  min-height: 50px;
  border-radius: 3px;
  background-color: rgba(193, 228, 199, 0.3);
  padding: 17px 29px 13px 25px;
  margin-top: 19px;
}
.sol-feedback .sol-feedback__content .sol-js-feedback-no,
.sol-feedback .sol-feedback__content .sol-js-feedback-yes {
  position: relative;
  display: inline-block;
  line-height: 22px;
  min-height: 40px;
  padding: 8px 25px;
  color: #313131;
  background-color: #c1e4c7;
  border-radius: 3px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
  font-size: 17px;
  min-height: 35px;
  max-height: 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sol-feedback .sol-feedback__content .sol-js-feedback-no:focus,
.sol-feedback .sol-feedback__content .sol-js-feedback-yes:focus,
[data-whatinput="keyboard"] .sol-feedback .sol-feedback__content .sol-js-feedback-no:focus,
[data-whatinput="keyboard"] .sol-feedback .sol-feedback__content .sol-js-feedback-yes:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-feedback .sol-feedback__content .sol-js-feedback-no:focus,
[data-whatinput="initial"] .sol-feedback .sol-feedback__content .sol-js-feedback-yes:focus,
[data-whatinput="mouse"] .sol-feedback .sol-feedback__content .sol-js-feedback-no:focus,
[data-whatinput="mouse"] .sol-feedback .sol-feedback__content .sol-js-feedback-yes:focus,
[data-whatinput="touch"] .sol-feedback .sol-feedback__content .sol-js-feedback-no:focus,
[data-whatinput="touch"] .sol-feedback .sol-feedback__content .sol-js-feedback-yes:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-feedback .sol-feedback__content .sol-js-feedback-no:hover,
.sol-feedback .sol-feedback__content .sol-js-feedback-yes:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-feedback .sol-feedback__content .sol-js-feedback-no:active,
.sol-feedback .sol-feedback__content .sol-js-feedback-yes:active {
  background-color: #6DAB78;
}
.sol-feedback .sol-feedback__content .sol-js-feedback-no i.fa,
.sol-feedback .sol-feedback__content .sol-js-feedback-yes i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-feedback .sol-feedback__content .sol-js-feedback-no:focus,
.sol-feedback .sol-feedback__content .sol-js-feedback-yes:focus,
[data-whatinput="keyboard"] .sol-feedback .sol-feedback__content .sol-js-feedback-no:focus,
[data-whatinput="keyboard"] .sol-feedback .sol-feedback__content .sol-js-feedback-yes:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-feedback .sol-feedback__content .sol-js-feedback-no:focus,
[data-whatinput="initial"] .sol-feedback .sol-feedback__content .sol-js-feedback-yes:focus,
[data-whatinput="mouse"] .sol-feedback .sol-feedback__content .sol-js-feedback-no:focus,
[data-whatinput="mouse"] .sol-feedback .sol-feedback__content .sol-js-feedback-yes:focus,
[data-whatinput="touch"] .sol-feedback .sol-feedback__content .sol-js-feedback-no:focus,
[data-whatinput="touch"] .sol-feedback .sol-feedback__content .sol-js-feedback-yes:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-feedback .sol-feedback__content .sol-js-feedback-no:hover,
.sol-feedback .sol-feedback__content .sol-js-feedback-yes:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-feedback .sol-feedback__content .sol-js-feedback-no:active,
.sol-feedback .sol-feedback__content .sol-js-feedback-yes:active {
  background-color: #6DAB78;
}
.sol-feedback .sol-feedback__content .sol-js-feedback-no i.fa,
.sol-feedback .sol-feedback__content .sol-js-feedback-yes i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-feedback .sol-feedback__content .sol-js-feedback-no.sol-active,
.sol-feedback .sol-feedback__content .sol-js-feedback-yes.sol-active,
.sol-feedback .sol-feedback__content .sol-js-feedback-no.sol-active[disabled="disabled"]:hover,
.sol-feedback .sol-feedback__content .sol-js-feedback-yes.sol-active[disabled="disabled"]:hover {
  background-color: #6dab78;
  color: #fff;
}
.sol-feedback .sol-feedback__content .sol-js-feedback-no[disabled="disabled"]:hover,
.sol-feedback .sol-feedback__content .sol-js-feedback-yes[disabled="disabled"]:hover {
  background-color: #c1e4c7;
  cursor: default;
}
@media (max-width: 767px) {
  .sol-feedback .sol-feedback__content .sol-js-feedback-no,
  .sol-feedback .sol-feedback__content .sol-js-feedback-yes {
    top: auto;
    -webkit-transform: none;
            transform: none;
    position: static;
    width: 74px;
    right: auto;
    left: auto;
  }
}
.sol-feedback .sol-feedback__content .sol-js-feedback-no {
  right: 29px;
}
.sol-feedback .sol-feedback__content .sol-js-feedback-yes {
  right: 116px;
}
@media (max-width: 767px) {
  .sol-feedback .sol-feedback__content .sol-js-feedback-yes {
    margin-right: 13px;
  }
}
@media (max-width: 479px) {
  .sol-feedback .sol-feedback__content {
    padding: 14px 23px 13px 23px;
  }
}
@media (max-width: 767px) {
  .sol-feedback .sol-feedback__answers {
    margin-top: 13px;
  }
}
.sol-feedback .sol-feedback__thanks {
  padding: 17px 39px 21px;
  background-color: rgba(193, 228, 199, 0.3);
  margin-top: 3px;
}
.sol-feedback .sol-feedback__thanks p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.53;
  letter-spacing: 0.4px;
  text-align: left;
  color: #333333;
}
.sol-feedback .sol-feedback__thanks p span {
  font-size: 19px;
  line-height: 1.35;
  letter-spacing: 0.5px;
  text-align: left;
  color: #333333;
  font-weight: 600;
}
.sol-file-uploader {
  margin-bottom: 20px;
}
.sol-file-uploader label,
.sol-file-uploader legend {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.sol-file-uploader label[required="required"]::after,
.sol-file-uploader legend[required="required"]::after {
  display: inline-block;
  content: "\002a";
  color: red;
  font-size: 14px;
}
.sol-file-uploader textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  min-height: 120px;
  height: auto;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sol-file-uploader textarea::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-file-uploader textarea:-moz-placeholder {
  color: #b4b4b4;
}
.sol-file-uploader textarea::-moz-placeholder {
  color: #b4b4b4;
}
.sol-file-uploader textarea:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-file-uploader textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-file-uploader textarea:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.sol-file-uploader textarea:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.sol-file-uploader textarea::-ms-clear,
.sol-file-uploader textarea::-webkit-search-cancel-button,
.sol-file-uploader textarea::-webkit-search-decoration,
.sol-file-uploader textarea::-webkit-search-results-button,
.sol-file-uploader textarea::-webkit-search-results-decoration {
  display: none;
}
.sol-file-uploader .sol-form-control[type="text"] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  padding-top: 10px;
}
.sol-file-uploader .sol-form-control[type="text"]::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-file-uploader .sol-form-control[type="text"]:-moz-placeholder {
  color: #b4b4b4;
}
.sol-file-uploader .sol-form-control[type="text"]::-moz-placeholder {
  color: #b4b4b4;
}
.sol-file-uploader .sol-form-control[type="text"]:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-file-uploader .sol-form-control[type="text"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-file-uploader .sol-form-control[type="text"]:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.sol-file-uploader .sol-form-control[type="text"]:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.sol-file-uploader .sol-form-control[type="text"]::-ms-clear,
.sol-file-uploader .sol-form-control[type="text"]::-webkit-search-cancel-button,
.sol-file-uploader .sol-form-control[type="text"]::-webkit-search-decoration,
.sol-file-uploader .sol-form-control[type="text"]::-webkit-search-results-button,
.sol-file-uploader .sol-form-control[type="text"]::-webkit-search-results-decoration {
  display: none;
}
.sol-file-uploader .sol-form-control[type="radio"] {
  display: block;
  height: 0;
  opacity: 0;
}
.sol-file-uploader .sol-form-control[type="radio"] + label::before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #6ecde9;
  border-radius: 2px;
  position: relative;
  top: -1px;
  margin-right: 10px;
  float: left;
  text-align: center;
  -webkit-transition-property: color, background-color, border-color, border-width;
  transition-property: color, background-color, border-color, border-width;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-file-uploader .sol-form-control[type="radio"] + label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
.sol-file-uploader .sol-form-control[type="radio"] + label:hover::before {
  border-color: rgba(110, 205, 233, 0.4);
}
.sol-file-uploader .sol-form-control[type="radio"]:focus + label::before,
.sol-file-uploader .sol-form-control[type="radio"]:focus:checked + label::before {
  border: 2px solid #257cc3;
}
.sol-file-uploader .sol-form-control[type="radio"] + label:before {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 1px;
}
.sol-file-uploader .sol-form-control[type="radio"]:checked + label:before {
  border-width: 3px;
  border-color: #204560;
  background-color: #204560;
}
.sol-file-uploader .sol-form-control[type="radio"] + label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
.sol-file-uploader label,
.sol-file-uploader legend {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.sol-file-uploader label[required="required"]::after,
.sol-file-uploader legend[required="required"]::after {
  display: inline-block;
  content: "\002a";
  color: red;
  font-size: 14px;
}
.sol-file-uploader textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  min-height: 120px;
  height: auto;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sol-file-uploader textarea::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-file-uploader textarea:-moz-placeholder {
  color: #b4b4b4;
}
.sol-file-uploader textarea::-moz-placeholder {
  color: #b4b4b4;
}
.sol-file-uploader textarea:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-file-uploader textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-file-uploader textarea:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.sol-file-uploader textarea:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.sol-file-uploader textarea::-ms-clear,
.sol-file-uploader textarea::-webkit-search-cancel-button,
.sol-file-uploader textarea::-webkit-search-decoration,
.sol-file-uploader textarea::-webkit-search-results-button,
.sol-file-uploader textarea::-webkit-search-results-decoration {
  display: none;
}
.sol-file-uploader .sol-form-control[type="text"] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  padding-top: 10px;
}
.sol-file-uploader .sol-form-control[type="text"]::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-file-uploader .sol-form-control[type="text"]:-moz-placeholder {
  color: #b4b4b4;
}
.sol-file-uploader .sol-form-control[type="text"]::-moz-placeholder {
  color: #b4b4b4;
}
.sol-file-uploader .sol-form-control[type="text"]:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-file-uploader .sol-form-control[type="text"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-file-uploader .sol-form-control[type="text"]:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.sol-file-uploader .sol-form-control[type="text"]:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.sol-file-uploader .sol-form-control[type="text"]::-ms-clear,
.sol-file-uploader .sol-form-control[type="text"]::-webkit-search-cancel-button,
.sol-file-uploader .sol-form-control[type="text"]::-webkit-search-decoration,
.sol-file-uploader .sol-form-control[type="text"]::-webkit-search-results-button,
.sol-file-uploader .sol-form-control[type="text"]::-webkit-search-results-decoration {
  display: none;
}
.sol-file-uploader .sol-form-control[type="radio"] {
  display: block;
  height: 0;
  opacity: 0;
}
.sol-file-uploader .sol-form-control[type="radio"] + label::before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #6ecde9;
  border-radius: 2px;
  position: relative;
  top: -1px;
  margin-right: 10px;
  float: left;
  text-align: center;
  -webkit-transition-property: color, background-color, border-color, border-width;
  transition-property: color, background-color, border-color, border-width;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-file-uploader .sol-form-control[type="radio"] + label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
.sol-file-uploader .sol-form-control[type="radio"] + label:hover::before {
  border-color: rgba(110, 205, 233, 0.4);
}
.sol-file-uploader .sol-form-control[type="radio"]:focus + label::before,
.sol-file-uploader .sol-form-control[type="radio"]:focus:checked + label::before {
  border: 2px solid #257cc3;
}
.sol-file-uploader .sol-form-control[type="radio"] + label:before {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 1px;
}
.sol-file-uploader .sol-form-control[type="radio"]:checked + label:before {
  border-width: 3px;
  border-color: #204560;
  background-color: #204560;
}
.sol-file-uploader .sol-form-control[type="radio"] + label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
.sol-file-uploader__error-message {
  color: red;
}
.sol-file-uploader input {
  height: 0;
  opacity: 0;
}
.sol-file-uploader__file-name {
  margin-left: 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 34px;
}
.sol-file-uploader__label {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
}
.sol-file-uploader__upload-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 22px;
  min-height: 40px;
  color: #313131;
  background-color: #c1e4c7;
  border-radius: 3px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
  padding: 5px 20px;
  margin-top: 2px;
  font-size: 13px;
}
.sol-form select {
  border-radius: 2px;
  border: solid 1px rgba(110, 205, 233, 0.4);
  padding: 10px 15px ;
  width: 100%;
}
.sol-form [class$="__error-message"] {
  color: red;
  font-weight: 400;
}
/** file: gismo.less **/
.gismoMap {
  position: relative;
}
.sol-gismo-map .gismoMap {
  height: 500px;
}
.sol-map-builder {
  font-size: 15px;
}
.sol-map-builder__step {
  font-weight: bold;
}
.sol-map-builder .sol-row {
  padding: 20px;
}
.sol-map-builder input {
  border-radius: 4px;
  display: inline;
  font-size: 15px;
  width: 100%;
}
.sol-map-builder select {
  width: 100%;
}
​ .sol-filtered-select__filter {
  padding-bottom: 5px;
}
.sol-iframe {
  width: 100%;
  border: none;
}
.sol-iframe.etjanst {
  height: 1000px;
}
.sol-iframe.dedu {
  height: 1050px;
}
/* components/legible-text.less */
.sol-legible-text {
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  padding: 10px;
  position: relative;
  top: -20px;
  margin-bottom: 30px;
}
.sol-legible-text p:last-child {
  margin-bottom: 0;
}
/* components/modals.less */
.sol-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.sol-overlay.sol-overlay-active {
  opacity: 1;
}
.sol-overlay .sol-overlay-close {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #d1d1d1;
  font-size: 33px;
  cursor: pointer;
}
.sol-overlay .sol-overlay-content {
  position: absolute;
  top: 33%;
  left: 50%;
}
@media (max-width: 1024px) {
  .sol-overlay .sol-overlay-content {
    top: 80px;
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  .sol-overlay .sol-overlay-content {
    width: auto !important;
    margin: 0 !important;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
  }
}
.sol-modal {
  display: block;
  background-color: #204560;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.19);
  padding: 33px 43px;
  color: #fff;
  position: relative;
  border-radius: 3px;
}
@media (max-width: 1279px) {
  .sol-modal {
    width: 95vw;
  }
}
@media (max-width: 767px) {
  .sol-modal {
    width: 100% !important;
    max-height: 100%;
    overflow: auto;
    padding: 20px;
  }
}
.sol-modal .sv-fluid-grid.sv-grid-main {
  padding: 0;
}
.sol-modal-close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  display: block;
  width: 44px;
  height: 44px;
  background-color: #204560;
  position: absolute;
  top: -14px;
  right: -14px;
  border-radius: 50%;
  cursor: pointer;
}
.sol-modal-close:focus,
[data-whatinput="keyboard"] .sol-modal-close:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-modal-close:focus,
[data-whatinput="mouse"] .sol-modal-close:focus,
[data-whatinput="touch"] .sol-modal-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
@media (max-width: 767px) {
  .sol-modal-close {
    position: fixed;
    top: 10px;
    right: 10px;
  }
}
.sol-modal-close::after,
.sol-modal-close::before {
  content: '';
  position: absolute;
  left: 9px;
  top: 20px;
  width: 26px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
}
.sol-modal-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sol-modal-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.sol-modal .sol-modal-h2 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #fff;
  font-family: PFDINTextStd-Regular, sans-serif;
  font-size: 19px;
}
.sol-modal h3,
.sol-modal h4 {
  color: #fff;
  font-family: PFDINTextStd-Regular, sans-serif;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px;
}
.sol-modal .sol-modal-text,
.sol-modal .sol-modal-text p {
  font-family: PFDINTextStd-Regular, sans-serif;
  font-size: 16px;
  line-height: 1.63;
  color: #fff;
  font-weight: 300;
  margin: 0;
}
.sol-modal .sol-modal-text a,
.sol-modal .sol-modal-text p a {
  color: #fff;
}
.sol-modal .sv-portlet-toolbar {
  display: none;
}
.sol-translate-modal {
  max-width: 710px;
  width: 710px;
}
.sol-translate-modal .sol-translate-container {
  background-color: #fff;
  position: absolute;
  top: 5px;
  bottom: 5px;
  right: 5px;
  width: calc(33.333% - 5px);
  text-align: center;
}
@media (max-width: 767px) {
  .sol-translate-modal .sol-translate-container {
    position: static;
    width: calc(100% + 20px);
    min-height: 100px;
    display: block;
    padding-top: 23px;
    margin: 20px -10px -10px;
  }
}
.sol-translate-modal .sol-translate-container > div {
  position: relative;
  top: 50%;
  margin-top: -25px;
}
@media (max-width: 767px) {
  .sol-translate-modal .sol-translate-container > div {
    position: static;
    margin-top: 0;
  }
}
.sol-translate-modal .sol-modal-text a {
  display: inline-block;
  margin-top: 20px;
}
.sol-page-tools__box {
  z-index: 20 !important;
}
.sol-page-listing-el {
  letter-spacing: 0.01em;
}
.sol-page-listing-el * {
  font-weight: 300;
}
.sol-page-listing-el__title {
  padding-left: 17px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0;
  background-color: #204560;
  color: white;
  font-size: 18px;
  border-radius: 3px 3px 0px 0px;
  line-height: 1.5;
  padding-right: 31px;
  padding-left: 29px;
  padding-top: 7px;
  padding-bottom: 4px;
}
@media (min-width: 768px) {
  .sol-page-listing-el__title {
    display: inline-block;
  }
}
.sol-page-listing-el a {
  text-decoration: none;
}
.sol-page-listing-el a:hover {
  text-decoration: underline;
}
.sol-page-listing-el ul {
  list-style: none;
  padding: 0;
  border: 1px solid #F9F9F9;
  margin: 0;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
}
.sol-page-listing-el-item {
  padding-left: 17px;
  padding-top: 11px;
  padding-bottom: 14px;
}
@media (min-width: 768px) {
  .sol-page-listing-el-item {
    padding-left: 28px;
    padding-top: 21px;
    padding-bottom: 24px;
  }
}
.sol-page-listing-el-item:nth-child(even) {
  background-color: rgba(110, 205, 233, 0.1);
}
.sol-page-listing-el-item__title {
  font-size: 19px;
  margin: 0;
  margin-bottom: 5px;
}
.sol-page-listing-el-item__title a {
  font-weight: 400;
  color: #204560;
}
@media (min-width: 992px) {
  .sol-page-listing-el-item__title {
    font-size: 21px;
  }
}
.sol-page-listing-el-item__desc {
  font-size: 19px;
  line-height: 1.3em;
  font-family: PFDINTextStd-Light, sans-serif;
}
/* components/page-listing.less */
.sol-page-listing ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sol-page-listing-item {
  display: block;
  padding: 38px 20px 27px;
  background-color: rgba(193, 228, 199, 0.3);
}
@media (max-width: 1024px) {
  .sol-page-listing-item {
    padding: 15px 0 17px;
  }
}
.sol-page-listing-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .sol-page-listing-item__wrapper {
    max-width: 100%;
    padding-left: 2.9%;
    padding-right: 2.9%;
  }
}
@media (max-width: 767px) {
  .sol-page-listing-item__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sol-page-listing-item:nth-child(even) {
  background-color: #fff;
}
.sol-page-listing-item__link {
  text-decoration: none;
}
.sol-page-listing-item__link:hover {
  text-decoration: underline;
}
.sol-page-listing-item__name {
  color: inherit;
  margin-bottom: 6px;
  margin-top: 0;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-page-listing-item__name {
    font-size: 21px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .sol-page-listing-item__name {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.sol-page-listing-item__icon {
  font-size: 17px;
  float: left;
  margin-right: 7px;
  height: 20px;
  width: 20px;
  color: #fff;
  background-color: #204560;
  border-radius: 50%;
  text-align: center;
  position: relative;
  top: 2px;
  padding-left: 1px;
  padding-top: 0;
  margin-left: -12px;
}
.sol-page-listing-item .sol-right {
  -ms-flex-preferred-size: 57%;
      flex-basis: 57%;
}
@media (max-width: 767px) {
  .sol-page-listing-item .sol-right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.sol-page-listing-item .sol-left {
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
  margin-right: 5%;
}
.sol-page-listing-item .sol-left p {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.2em;
  text-align: left;
  color: #333333;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-page-listing-item .sol-left p {
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  .sol-page-listing-item .sol-left p {
    margin-bottom: 16px;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .sol-page-listing-item .sol-left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
  }
}
.sol-page-listing-item .sol-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sol-page-listing-child__link {
  position: relative;
  display: inline-block;
  line-height: 22px;
  min-height: 40px;
  padding: 8px 25px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  font-size: 14px;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
  margin-bottom: 10px;
  font-size: 17px;
  background-color: #c1e4c7;
  padding: 12px 20px;
  color: #313131;
  display: block;
  border-radius: 3px;
  margin-left: 15px;
  line-height: 21px;
  text-decoration: none;
  margin-bottom: 15px;
}
.sol-page-listing-child__link:focus,
[data-whatinput="keyboard"] .sol-page-listing-child__link:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-page-listing-child__link:focus,
[data-whatinput="mouse"] .sol-page-listing-child__link:focus,
[data-whatinput="touch"] .sol-page-listing-child__link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-page-listing-child__link:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-page-listing-child__link:active {
  background-color: #6DAB78;
}
.sol-page-listing-child__link i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-page-listing-child__link:focus,
[data-whatinput="keyboard"] .sol-page-listing-child__link:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-page-listing-child__link:focus,
[data-whatinput="mouse"] .sol-page-listing-child__link:focus,
[data-whatinput="touch"] .sol-page-listing-child__link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-page-listing-child__link:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-page-listing-child__link:active {
  background-color: #6DAB78;
}
.sol-page-listing-child__link i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .sol-page-listing-child__link {
    margin-right: 20px;
    margin-left: 0;
    margin-bottom: 16px;
  }
}
.sol-page-listing-child__link:hover {
  text-decoration: underline;
}
.sol-page-listing-child__link i.fa-external-link {
  font-size: 11px;
  position: relative;
  top: -1px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .sol-page-listing-child__link {
    font-size: 15px;
    font-weight: normal;
  }
}
.sol-page-listing-child__icon {
  font-size: 18px;
  float: left;
  margin-right: 8px;
  color: #204560;
  position: relative;
  top: 2px;
  padding-left: 2px;
}
/* components/page-tools.less */
.sol-page-tools {
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 479px) {
  .sol-page-tools {
    margin-bottom: 20px;
  }
}
.sol-page-tools__item {
  position: relative;
  display: inline-block;
  margin-right: 40px;
  /*@media @xs {
      margin-right: 10px;
    }*/
}
.sol-page-tools__item:last-child {
  margin-right: 0;
}
.sol-page-tools__item:not(:first-child) {
  margin-left: 0;
}
.sol-page-tools__item button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  font-family: PFDINTextStd-Regular, sans-serif;
  padding-left: 0;
  padding-right: 0;
}
.sol-page-tools__item button:focus,
[data-whatinput="keyboard"] .sol-page-tools__item button:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-page-tools__item button:focus,
[data-whatinput="mouse"] .sol-page-tools__item button:focus,
[data-whatinput="touch"] .sol-page-tools__item button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-page-tools__item button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgba(110, 205, 233, 0.6);
  visibility: hidden;
}
.sol-page-tools__item button:hover::after {
  visibility: visible;
}
.sol-page-tools__item button.sol-contact__button:hover::after {
  visibility: hidden;
}
.sol-page-tools__item button[aria-expanded="true"] {
  background-color: rgba(110, 205, 233, 0.6);
  border-radius: 2px;
}
.sol-page-tools__item button[aria-expanded="true"]:hover::after {
  visibility: hidden;
}
@media (max-width: 479px) {
  .sol-page-tools__item button {
    font-size: 14px;
    /*&:not(.sol-contact__button) {
          height: 40px;
          position: relative;
          margin-right: 15px;
          i {
            width: 100%;
            text-align: center;
            position: absolute;
            top: 0;
            left: 0;
          }
          span {
            display: block;
            top: 10px;
            position: relative;
          }
        }*/
  }
}
.sol-page-tools__item .sol-icon {
  margin-right: 8px;
  float: left;
  max-height: 20px;
}
.sol-page-tools__item .sol-icon::after {
  height: 20px;
  width: 20px;
}
.sol-page-tools__item .sol-icon.sol-icon-edge {
  height: 20px;
  width: 20px;
}
.sol-page-tools__item .sol-icon.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 40px;
  width: 40px;
  margin-top: -10px;
  margin-left: -10px;
}
.sol-page-tools__item .sol-icon__listen {
  max-height: 18px;
}
.sol-page-tools__item .sol-icon__listen::after {
  height: 18px;
  width: 20px;
}
.sol-page-tools__item .sol-icon__listen.sol-icon-edge {
  height: 18px;
  width: 20px;
}
.sol-page-tools__item .sol-icon__listen.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 36px;
  width: 40px;
  margin-top: -9px;
  margin-left: -10px;
}
.sol-page-tools__item .sol-icon__share {
  max-height: 16px;
}
.sol-page-tools__item .sol-icon__share::after {
  height: 16px;
  width: 13px;
}
.sol-page-tools__item .sol-icon__share.sol-icon-edge {
  height: 16px;
  width: 13px;
}
.sol-page-tools__item .sol-icon__share.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 32px;
  width: 26px;
  margin-top: -8px;
  margin-left: -6.5px;
}
.sol-page-tools__item .sol-icon__legible {
  max-height: 17px;
}
.sol-page-tools__item .sol-icon__legible::after {
  height: 17px;
  width: 24px;
}
.sol-page-tools__item .sol-icon__legible.sol-icon-edge {
  height: 17px;
  width: 24px;
}
.sol-page-tools__item .sol-icon__legible.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 34px;
  width: 48px;
  margin-top: -8.5px;
  margin-left: -12px;
}
.sol-page-tools__item .sol-icon__signlanguage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 24px;
}
.sol-page-tools__item .sol-icon__signlanguage::after {
  height: 24px;
  width: 24px;
}
.sol-page-tools__item .sol-icon__signlanguage.sol-icon-edge {
  height: 24px;
  width: 24px;
}
.sol-page-tools__item .sol-icon__signlanguage.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 48px;
  width: 48px;
  margin-top: -12px;
  margin-left: -12px;
}
@media (max-width: 479px) {
  .sol-page-tools__item .sol-icon {
    max-height: 16px;
  }
  .sol-page-tools__item .sol-icon::after {
    height: 16px;
    width: 16px;
  }
  .sol-page-tools__item .sol-icon.sol-icon-edge {
    height: 16px;
    width: 16px;
  }
  .sol-page-tools__item .sol-icon.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 32px;
    width: 32px;
    margin-top: -8px;
    margin-left: -8px;
  }
  .sol-page-tools__item .sol-icon__listen {
    max-height: 16px;
  }
  .sol-page-tools__item .sol-icon__listen::after {
    height: 16px;
    width: 20px;
  }
  .sol-page-tools__item .sol-icon__listen.sol-icon-edge {
    height: 16px;
    width: 20px;
  }
  .sol-page-tools__item .sol-icon__listen.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 32px;
    width: 40px;
    margin-top: -8px;
    margin-left: -10px;
  }
  .sol-page-tools__item .sol-icon__share {
    max-height: 16px;
  }
  .sol-page-tools__item .sol-icon__share::after {
    height: 16px;
    width: 13px;
  }
  .sol-page-tools__item .sol-icon__share.sol-icon-edge {
    height: 16px;
    width: 13px;
  }
  .sol-page-tools__item .sol-icon__share.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 32px;
    width: 26px;
    margin-top: -8px;
    margin-left: -6.5px;
  }
  .sol-page-tools__item .sol-icon__legible {
    max-height: 17px;
  }
  .sol-page-tools__item .sol-icon__legible::after {
    height: 17px;
    width: 24px;
  }
  .sol-page-tools__item .sol-icon__legible.sol-icon-edge {
    height: 17px;
    width: 24px;
  }
  .sol-page-tools__item .sol-icon__legible.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 34px;
    width: 48px;
    margin-top: -8.5px;
    margin-left: -12px;
  }
  .sol-page-tools__item .sol-icon__signlanguage {
    max-height: 18px;
  }
  .sol-page-tools__item .sol-icon__signlanguage::after {
    height: 18px;
    width: 18px;
  }
  .sol-page-tools__item .sol-icon__signlanguage.sol-icon-edge {
    height: 18px;
    width: 18px;
  }
  .sol-page-tools__item .sol-icon__signlanguage.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 36px;
    width: 36px;
    margin-top: -9px;
    margin-left: -9px;
  }
}
.sol-page-tools__item.sol-contact__container {
  margin-right: auto;
}
.sol-page-tools__item.sol-contact__container button.sol-contact__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  color: #313131;
  background-color: rgba(110, 205, 233, 0.4);
  font-size: 17px;
  border-radius: 3px;
  padding: 7px 15px;
  min-width: 150px;
  cursor: pointer;
}
.sol-page-tools__item.sol-contact__container button.sol-contact__button i.fa-comments-o {
  margin-right: 7px;
  font-size: 16px;
  position: relative;
  top: -1px;
}
.sol-page-tools__item.sol-contact__container button.sol-contact__button i.fa-angle-down {
  margin-left: 20px;
}
.sol-page-tools__item.sol-contact__container button.sol-contact__button[aria-expanded="true"] {
  background-color: #6ecde9;
}
.sol-page-tools__item.sol-contact__container button.sol-contact__button[aria-expanded="true"] i.fa-comments-o:before {
  content: '';
}
.sol-page-tools__item.sol-contact__container button.sol-contact__button[aria-expanded="true"] i.fa-angle-down {
  margin-left: 50px;
}
.sol-page-tools__item.sol-contact__container button.sol-contact__button[aria-expanded="true"] i.fa-angle-down:before {
  content: '\f106';
}
@media (max-width: 767px) {
  .sol-page-tools__item.sol-contact__container {
    width: 100%;
    top: 10px;
  }
  .sol-page-tools__item.sol-contact__container button.sol-contact__button {
    width: 100%;
    text-align: left;
  }
  .sol-page-tools__item.sol-contact__container button.sol-contact__button i.fa-angle-down {
    float: right;
  }
}
@media (max-width: 479px) {
  .sol-page-tools__item.sol-contact__container {
    margin-top: 10px;
    margin-left: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    top: 0;
  }
  .sol-page-tools__item.sol-contact__container button.sol-contact__button {
    font-size: 14px;
  }
  .sol-page-tools__item.sol-contact__container button.sol-contact__button i.fa-comments-o {
    font-size: 13px;
  }
}
.sol-page-tools .sol-js-toggle-signlanguage {
  line-height: 24px;
}
.sol-page-tools__box {
  display: none;
  position: absolute;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 1;
  cursor: default;
  width: 258px;
  margin-top: 17px;
  margin-left: -106px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.15);
  padding: 0;
}
.sol-page-tools__box:after,
.sol-page-tools__box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.sol-page-tools__box:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
.sol-page-tools__box:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: rgba(110, 205, 233, 0.4);
  border-width: 16px;
  margin-left: -16px;
}
.sol-page-tools__box__item {
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  float: left;
  width: 64px;
  height: 60px;
  color: #204560;
  border: none;
  border-right: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 0;
  font-size: 22px;
  padding-top: 18px;
  text-align: center;
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 767px) {
  .sol-page-tools__box__item {
    width: 40px;
    height: 40px;
    font-size: 21px;
    padding-top: 0;
    line-height: 37px;
  }
}
.sol-page-tools__box__item i.fa.fa-facebook-f,
.sol-page-tools__box__item i.fa.fa-twitter {
  position: relative;
  top: 2px;
}
.sol-page-tools__box__item:hover {
  border-color: rgba(110, 205, 233, 0.4);
  opacity: 0.7;
}
.sol-page-tools__box__item:last-child {
  border-right: none;
}
.sol-page-tools__box__close {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #204560;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  padding: 0;
}
.sol-page-tools__box__close:focus,
[data-whatinput="keyboard"] .sol-page-tools__box__close:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-page-tools__box__close:focus,
[data-whatinput="mouse"] .sol-page-tools__box__close:focus,
[data-whatinput="touch"] .sol-page-tools__box__close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-page-tools__box__close i.fa {
  font-size: 11px;
}
@media (max-width: 767px) {
  .sol-page-tools__box {
    width: 162px;
    margin-left: -57px;
  }
}
.sol-readspeaker {
  position: relative;
}
.sol-readspeaker .sol-readspeaker__box {
  display: none;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 1;
  cursor: default;
  position: absolute;
  width: 246px !important;
  height: 50px !important;
  top: -30px;
}
.sol-pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-pagination__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 25px;
  }
}
@media (max-width: 1024px) {
  .sol-pagination__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sol-pagination__list-item > a {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sol-pagination__list-item,
.sol-pagination__list-item--previous,
.sol-pagination__list-item--next,
.sol-pagination__list-item--first,
.sol-pagination__list-item--last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}
.sol-pagination__list-item > a,
.sol-pagination__list-item--previous > a,
.sol-pagination__list-item--next > a,
.sol-pagination__list-item--first > a,
.sol-pagination__list-item--last > a {
  font-size: 19px;
  text-align: left;
  color: #313131;
  text-decoration: none;
  cursor: pointer;
}
.sol-pagination__list-item > a:hover,
.sol-pagination__list-item--previous > a:hover,
.sol-pagination__list-item--next > a:hover,
.sol-pagination__list-item--first > a:hover,
.sol-pagination__list-item--last > a:hover {
  text-decoration: none;
}
.sol-pagination__list-item > a:hover::after,
.sol-pagination__list-item--previous > a:hover::after,
.sol-pagination__list-item--next > a:hover::after,
.sol-pagination__list-item--first > a:hover::after,
.sol-pagination__list-item--last > a:hover::after {
  border-bottom-color: #6ecde9;
}
.sol-pagination__list-item.active > a,
.sol-pagination__list-item--previous.active > a,
.sol-pagination__list-item--next.active > a,
.sol-pagination__list-item--first.active > a,
.sol-pagination__list-item--last.active > a {
  border: solid 2px rgba(110, 205, 233, 0.6);
  border-radius: 50%;
}
.sol-pagination__list-item--previous > a,
.sol-pagination__list-item--next > a,
.sol-pagination__list-item--first > a,
.sol-pagination__list-item--last > a {
  font-size: 19px;
  font-weight: 300;
  text-align: left;
  color: #204560;
  text-decoration: none;
  position: relative;
}
.sol-pagination__list-item--previous > a::after,
.sol-pagination__list-item--next > a::after,
.sol-pagination__list-item--first > a::after,
.sol-pagination__list-item--last > a::after {
  content: '';
  border-bottom: 2px solid rgba(110, 205, 233, 0.6);
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 2px;
  z-index: -1;
}
.sol-suggest-political-event-page .fade-enter-active,
.sol-suggest-political-event-page .fade-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.sol-suggest-political-event-page .fade-enter,
.sol-suggest-political-event-page .fade-leave-to {
  opacity: 0;
}
.sol-suggest-political-event-page .messageFade-enter-active,
.sol-suggest-political-event-page .messageFade-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.sol-suggest-political-event-page .messageFade-enter,
.sol-suggest-political-event-page .messageFade-leave-to {
  opacity: 0;
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}
.sol-suggest-political-event-page .sol-thank-you-message,
.sol-suggest-political-event-page .sol-error-message {
  display: none;
}
.sv-edit-mode .sol-thank-you-message,
.sv-edit-mode .sol-error-message {
  display: block;
}
.sol-form-group {
  margin-bottom: 20px;
}
.sol-form-group label,
.sol-form-group legend {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.sol-form-group label[required="required"]::after,
.sol-form-group legend[required="required"]::after {
  display: inline-block;
  content: "\002a";
  color: red;
  font-size: 14px;
}
.sol-form-group textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  min-height: 120px;
  height: auto;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sol-form-group textarea::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-form-group textarea:-moz-placeholder {
  color: #b4b4b4;
}
.sol-form-group textarea::-moz-placeholder {
  color: #b4b4b4;
}
.sol-form-group textarea:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-form-group textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-form-group textarea:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.sol-form-group textarea:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.sol-form-group textarea::-ms-clear,
.sol-form-group textarea::-webkit-search-cancel-button,
.sol-form-group textarea::-webkit-search-decoration,
.sol-form-group textarea::-webkit-search-results-button,
.sol-form-group textarea::-webkit-search-results-decoration {
  display: none;
}
.sol-form-group .sol-form-control[type="text"] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  padding-top: 10px;
}
.sol-form-group .sol-form-control[type="text"]::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-form-group .sol-form-control[type="text"]:-moz-placeholder {
  color: #b4b4b4;
}
.sol-form-group .sol-form-control[type="text"]::-moz-placeholder {
  color: #b4b4b4;
}
.sol-form-group .sol-form-control[type="text"]:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-form-group .sol-form-control[type="text"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-form-group .sol-form-control[type="text"]:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.sol-form-group .sol-form-control[type="text"]:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.sol-form-group .sol-form-control[type="text"]::-ms-clear,
.sol-form-group .sol-form-control[type="text"]::-webkit-search-cancel-button,
.sol-form-group .sol-form-control[type="text"]::-webkit-search-decoration,
.sol-form-group .sol-form-control[type="text"]::-webkit-search-results-button,
.sol-form-group .sol-form-control[type="text"]::-webkit-search-results-decoration {
  display: none;
}
.sol-form-group .sol-form-control[type="radio"] {
  display: block;
  height: 0;
  opacity: 0;
}
.sol-form-group .sol-form-control[type="radio"] + label::before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #6ecde9;
  border-radius: 2px;
  position: relative;
  top: -1px;
  margin-right: 10px;
  float: left;
  text-align: center;
  -webkit-transition-property: color, background-color, border-color, border-width;
  transition-property: color, background-color, border-color, border-width;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-form-group .sol-form-control[type="radio"] + label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
.sol-form-group .sol-form-control[type="radio"] + label:hover::before {
  border-color: rgba(110, 205, 233, 0.4);
}
.sol-form-group .sol-form-control[type="radio"]:focus + label::before,
.sol-form-group .sol-form-control[type="radio"]:focus:checked + label::before {
  border: 2px solid #257cc3;
}
.sol-form-group .sol-form-control[type="radio"] + label:before {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 1px;
}
.sol-form-group .sol-form-control[type="radio"]:checked + label:before {
  border-width: 3px;
  border-color: #204560;
  background-color: #204560;
}
.sol-form-group .sol-form-control[type="radio"] + label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
.sol-political-event__ticket__link {
  margin-top: 20px;
}
.sol-political-event-form .fade-enter-active,
.sol-internal-events-registration__form .fade-enter-active,
.sol-political-event-form .fade-leave-active,
.sol-internal-events-registration__form .fade-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  color: red;
}
.sol-political-event-form [class$="__error-message"],
.sol-internal-events-registration__form [class$="__error-message"] {
  color: red;
  font-weight: 400;
}
.sol-political-event-form > div,
.sol-internal-events-registration__form > div {
  margin-bottom: 20px;
}
.sol-political-event-form > div label,
.sol-internal-events-registration__form > div label,
.sol-political-event-form > div legend,
.sol-internal-events-registration__form > div legend {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.sol-political-event-form > div label[required="required"]::after,
.sol-internal-events-registration__form > div label[required="required"]::after,
.sol-political-event-form > div legend[required="required"]::after,
.sol-internal-events-registration__form > div legend[required="required"]::after {
  display: inline-block;
  content: "\002a";
  color: red;
  font-size: 14px;
}
.sol-political-event-form > div textarea,
.sol-internal-events-registration__form > div textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  min-height: 120px;
  height: auto;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sol-political-event-form > div textarea::-webkit-input-placeholder,
.sol-internal-events-registration__form > div textarea::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form > div textarea:-moz-placeholder,
.sol-internal-events-registration__form > div textarea:-moz-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form > div textarea::-moz-placeholder,
.sol-internal-events-registration__form > div textarea::-moz-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form > div textarea:-ms-input-placeholder,
.sol-internal-events-registration__form > div textarea:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form > div textarea:focus,
.sol-internal-events-registration__form > div textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-political-event-form > div textarea:hover,
.sol-internal-events-registration__form > div textarea:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.sol-political-event-form > div textarea:focus,
.sol-internal-events-registration__form > div textarea:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.sol-political-event-form > div textarea::-ms-clear,
.sol-internal-events-registration__form > div textarea::-ms-clear,
.sol-political-event-form > div textarea::-webkit-search-cancel-button,
.sol-internal-events-registration__form > div textarea::-webkit-search-cancel-button,
.sol-political-event-form > div textarea::-webkit-search-decoration,
.sol-internal-events-registration__form > div textarea::-webkit-search-decoration,
.sol-political-event-form > div textarea::-webkit-search-results-button,
.sol-internal-events-registration__form > div textarea::-webkit-search-results-button,
.sol-political-event-form > div textarea::-webkit-search-results-decoration,
.sol-internal-events-registration__form > div textarea::-webkit-search-results-decoration {
  display: none;
}
.sol-political-event-form > div .sol-form-control[type="text"],
.sol-internal-events-registration__form > div .sol-form-control[type="text"] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  padding-top: 10px;
}
.sol-political-event-form > div .sol-form-control[type="text"]::-webkit-input-placeholder,
.sol-internal-events-registration__form > div .sol-form-control[type="text"]::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form > div .sol-form-control[type="text"]:-moz-placeholder,
.sol-internal-events-registration__form > div .sol-form-control[type="text"]:-moz-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form > div .sol-form-control[type="text"]::-moz-placeholder,
.sol-internal-events-registration__form > div .sol-form-control[type="text"]::-moz-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form > div .sol-form-control[type="text"]:-ms-input-placeholder,
.sol-internal-events-registration__form > div .sol-form-control[type="text"]:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form > div .sol-form-control[type="text"]:focus,
.sol-internal-events-registration__form > div .sol-form-control[type="text"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-political-event-form > div .sol-form-control[type="text"]:hover,
.sol-internal-events-registration__form > div .sol-form-control[type="text"]:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.sol-political-event-form > div .sol-form-control[type="text"]:focus,
.sol-internal-events-registration__form > div .sol-form-control[type="text"]:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.sol-political-event-form > div .sol-form-control[type="text"]::-ms-clear,
.sol-internal-events-registration__form > div .sol-form-control[type="text"]::-ms-clear,
.sol-political-event-form > div .sol-form-control[type="text"]::-webkit-search-cancel-button,
.sol-internal-events-registration__form > div .sol-form-control[type="text"]::-webkit-search-cancel-button,
.sol-political-event-form > div .sol-form-control[type="text"]::-webkit-search-decoration,
.sol-internal-events-registration__form > div .sol-form-control[type="text"]::-webkit-search-decoration,
.sol-political-event-form > div .sol-form-control[type="text"]::-webkit-search-results-button,
.sol-internal-events-registration__form > div .sol-form-control[type="text"]::-webkit-search-results-button,
.sol-political-event-form > div .sol-form-control[type="text"]::-webkit-search-results-decoration,
.sol-internal-events-registration__form > div .sol-form-control[type="text"]::-webkit-search-results-decoration {
  display: none;
}
.sol-political-event-form > div .sol-form-control[type="radio"],
.sol-internal-events-registration__form > div .sol-form-control[type="radio"] {
  display: block;
  height: 0;
  opacity: 0;
}
.sol-political-event-form > div .sol-form-control[type="radio"] + label::before,
.sol-internal-events-registration__form > div .sol-form-control[type="radio"] + label::before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #6ecde9;
  border-radius: 2px;
  position: relative;
  top: -1px;
  margin-right: 10px;
  float: left;
  text-align: center;
  -webkit-transition-property: color, background-color, border-color, border-width;
  transition-property: color, background-color, border-color, border-width;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-political-event-form > div .sol-form-control[type="radio"] + label,
.sol-internal-events-registration__form > div .sol-form-control[type="radio"] + label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
.sol-political-event-form > div .sol-form-control[type="radio"] + label:hover::before,
.sol-internal-events-registration__form > div .sol-form-control[type="radio"] + label:hover::before {
  border-color: rgba(110, 205, 233, 0.4);
}
.sol-political-event-form > div .sol-form-control[type="radio"]:focus + label::before,
.sol-internal-events-registration__form > div .sol-form-control[type="radio"]:focus + label::before,
.sol-political-event-form > div .sol-form-control[type="radio"]:focus:checked + label::before,
.sol-internal-events-registration__form > div .sol-form-control[type="radio"]:focus:checked + label::before {
  border: 2px solid #257cc3;
}
.sol-political-event-form > div .sol-form-control[type="radio"] + label:before,
.sol-internal-events-registration__form > div .sol-form-control[type="radio"] + label:before {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 1px;
}
.sol-political-event-form > div .sol-form-control[type="radio"]:checked + label:before,
.sol-internal-events-registration__form > div .sol-form-control[type="radio"]:checked + label:before {
  border-width: 3px;
  border-color: #204560;
  background-color: #204560;
}
.sol-political-event-form > div .sol-form-control[type="radio"] + label,
.sol-internal-events-registration__form > div .sol-form-control[type="radio"] + label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
.sol-political-event-form .sol-remove-date-time-btn,
.sol-internal-events-registration__form .sol-remove-date-time-btn {
  position: relative;
  display: inline-block;
  line-height: 22px;
  min-height: 40px;
  padding: 8px 25px;
  color: #313131;
  background-color: #c1e4c7;
  border-radius: 3px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
  height: 40px;
  margin-left: 1%;
}
.sol-political-event-form .sol-remove-date-time-btn .fa,
.sol-internal-events-registration__form .sol-remove-date-time-btn .fa {
  margin-left: auto;
  margin-right: auto;
}
.sol-political-event-form .sol-add-new-date-time,
.sol-internal-events-registration__form .sol-add-new-date-time {
  position: relative;
  display: inline-block;
  line-height: 22px;
  padding: 8px 25px;
  color: #313131;
  background-color: #c1e4c7;
  border-radius: 3px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
  margin-top: 17px;
  min-height: 35px!important;
}
.sol-political-event-form button[type="submit"],
.sol-internal-events-registration__form button[type="submit"] {
  position: relative;
  display: inline-block;
  line-height: 22px;
  min-height: 40px;
  padding: 8px 25px;
  color: #313131;
  background-color: #c1e4c7;
  border-radius: 3px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 110px;
}
.sol-political-event-form .sol-form-group__error-msg,
.sol-internal-events-registration__form .sol-form-group__error-msg {
  color: red;
}
.sol-political-event-form .application--wrap,
.sol-internal-events-registration__form .application--wrap {
  padding: 0;
}
.sol-political-event-form .application.theme--light,
.sol-internal-events-registration__form .application.theme--light {
  background: none;
}
.sol-political-event-form .sol-fieldset,
.sol-internal-events-registration__form .sol-fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.sol-political-event-form .sol-fieldset .flex-container,
.sol-internal-events-registration__form .sol-fieldset .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sol-political-event-form .sol-fieldset .flex-container .sol-form-group,
.sol-internal-events-registration__form .sol-fieldset .flex-container .sol-form-group {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 31%;
          flex: 1 0 31%;
  max-width: 31%;
}
.sol-political-event-form .sol-fieldset .flex-container .sol-form-group.full-width,
.sol-internal-events-registration__form .sol-fieldset .flex-container .sol-form-group.full-width {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
}
.sol-political-event-form .sol-fieldset legend,
.sol-internal-events-registration__form .sol-fieldset legend {
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #204560;
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.38;
}
.sol-political-event-form .sol-form-group,
.sol-internal-events-registration__form .sol-form-group {
  margin-bottom: 20px;
}
.sol-political-event-form .sol-form-group label,
.sol-internal-events-registration__form .sol-form-group label,
.sol-political-event-form .sol-form-group legend,
.sol-internal-events-registration__form .sol-form-group legend {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.sol-political-event-form .sol-form-group label[required="required"]::after,
.sol-internal-events-registration__form .sol-form-group label[required="required"]::after,
.sol-political-event-form .sol-form-group legend[required="required"]::after,
.sol-internal-events-registration__form .sol-form-group legend[required="required"]::after {
  display: inline-block;
  content: "\002a";
  color: red;
  font-size: 14px;
}
.sol-political-event-form .sol-form-group textarea,
.sol-internal-events-registration__form .sol-form-group textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  min-height: 120px;
  height: auto;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sol-political-event-form .sol-form-group textarea::-webkit-input-placeholder,
.sol-internal-events-registration__form .sol-form-group textarea::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form .sol-form-group textarea:-moz-placeholder,
.sol-internal-events-registration__form .sol-form-group textarea:-moz-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form .sol-form-group textarea::-moz-placeholder,
.sol-internal-events-registration__form .sol-form-group textarea::-moz-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form .sol-form-group textarea:-ms-input-placeholder,
.sol-internal-events-registration__form .sol-form-group textarea:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form .sol-form-group textarea:focus,
.sol-internal-events-registration__form .sol-form-group textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-political-event-form .sol-form-group textarea:hover,
.sol-internal-events-registration__form .sol-form-group textarea:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.sol-political-event-form .sol-form-group textarea:focus,
.sol-internal-events-registration__form .sol-form-group textarea:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.sol-political-event-form .sol-form-group textarea::-ms-clear,
.sol-internal-events-registration__form .sol-form-group textarea::-ms-clear,
.sol-political-event-form .sol-form-group textarea::-webkit-search-cancel-button,
.sol-internal-events-registration__form .sol-form-group textarea::-webkit-search-cancel-button,
.sol-political-event-form .sol-form-group textarea::-webkit-search-decoration,
.sol-internal-events-registration__form .sol-form-group textarea::-webkit-search-decoration,
.sol-political-event-form .sol-form-group textarea::-webkit-search-results-button,
.sol-internal-events-registration__form .sol-form-group textarea::-webkit-search-results-button,
.sol-political-event-form .sol-form-group textarea::-webkit-search-results-decoration,
.sol-internal-events-registration__form .sol-form-group textarea::-webkit-search-results-decoration {
  display: none;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="text"],
.sol-internal-events-registration__form .sol-form-group .sol-form-control[type="text"] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  padding-top: 10px;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="text"]::-webkit-input-placeholder,
.sol-internal-events-registration__form .sol-form-group .sol-form-control[type="text"]::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="text"]:-moz-placeholder,
.sol-internal-events-registration__form .sol-form-group .sol-form-control[type="text"]:-moz-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="text"]::-moz-placeholder,
.sol-internal-events-registration__form .sol-form-group .sol-form-control[type="text"]::-moz-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="text"]:-ms-input-placeholder,
.sol-internal-events-registration__form .sol-form-group .sol-form-control[type="text"]:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="text"]:focus,
.sol-internal-events-registration__form .sol-form-group .sol-form-control[type="text"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="text"]:hover,
.sol-internal-events-registration__form .sol-form-group .sol-form-control[type="text"]:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="text"]:focus,
.sol-internal-events-registration__form .sol-form-group .sol-form-control[type="text"]:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="text"]::-ms-clear,
.sol-internal-events-registration__form .sol-form-group .sol-form-control[type="text"]::-ms-clear,
.sol-political-event-form .sol-form-group .sol-form-control[type="text"]::-webkit-search-cancel-button,
.sol-internal-events-registration__form .sol-form-group .sol-form-control[type="text"]::-webkit-search-cancel-button,
.sol-political-event-form .sol-form-group .sol-form-control[type="text"]::-webkit-search-decoration,
.sol-internal-events-registration__form .sol-form-group .sol-form-control[type="text"]::-webkit-search-decoration,
.sol-political-event-form .sol-form-group .sol-form-control[type="text"]::-webkit-search-results-button,
.sol-internal-events-registration__form .sol-form-group .sol-form-control[type="text"]::-webkit-search-results-button,
.sol-political-event-form .sol-form-group .sol-form-control[type="text"]::-webkit-search-results-decoration,
.sol-internal-events-registration__form .sol-form-group .sol-form-control[type="text"]::-webkit-search-results-decoration {
  display: none;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="radio"],
.sol-internal-events-registration__form .sol-form-group .sol-form-control[type="radio"] {
  display: block;
  height: 0;
  opacity: 0;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="radio"] + label::before,
.sol-internal-events-registration__form .sol-form-group .sol-form-control[type="radio"] + label::before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #6ecde9;
  border-radius: 2px;
  position: relative;
  top: -1px;
  margin-right: 10px;
  float: left;
  text-align: center;
  -webkit-transition-property: color, background-color, border-color, border-width;
  transition-property: color, background-color, border-color, border-width;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="radio"] + label,
.sol-internal-events-registration__form .sol-form-group .sol-form-control[type="radio"] + label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="radio"] + label:hover::before,
.sol-internal-events-registration__form .sol-form-group .sol-form-control[type="radio"] + label:hover::before {
  border-color: rgba(110, 205, 233, 0.4);
}
.sol-political-event-form .sol-form-group .sol-form-control[type="radio"]:focus + label::before,
.sol-internal-events-registration__form .sol-form-group .sol-form-control[type="radio"]:focus + label::before,
.sol-political-event-form .sol-form-group .sol-form-control[type="radio"]:focus:checked + label::before,
.sol-internal-events-registration__form .sol-form-group .sol-form-control[type="radio"]:focus:checked + label::before {
  border: 2px solid #257cc3;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="radio"] + label:before,
.sol-internal-events-registration__form .sol-form-group .sol-form-control[type="radio"] + label:before {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 1px;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="radio"]:checked + label:before,
.sol-internal-events-registration__form .sol-form-group .sol-form-control[type="radio"]:checked + label:before {
  border-width: 3px;
  border-color: #204560;
  background-color: #204560;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="radio"] + label,
.sol-internal-events-registration__form .sol-form-group .sol-form-control[type="radio"] + label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
/* components/publish-info.less */
.sol-publish-info {
  background: rgba(110, 205, 233, 0.1);
  padding: 15px 32px 14px 24px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: PFDINTextStd-Light, sans-serif;
}
.sol-publish-info strong {
  font-weight: normal;
  font-family: PFDINTextStd-Regular, sans-serif;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-publish-info {
    margin-top: 15px;
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .sol-publish-info {
    padding: 13px 23px 14px;
    font-size: 16px;
  }
  .sol-publish-info a {
    font-size: 16px;
  }
}
.sol-publish-info > div:first-child {
  margin-bottom: 6px;
}
.sol-publish-info a {
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: #204560;
  font-family: PFDINTextStd-Light, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1;
  margin-left: 4px;
}
.sol-publish-info a::after {
  content: '';
  border-bottom: 2px solid rgba(110, 205, 233, 0.6);
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 1px;
  z-index: -1;
}
.sol-publish-info a:hover::after {
  border-bottom-color: #6ecde9;
}
.sol-vacancies-listing li {
  padding: 10px 20px;
  margin-bottom: 0;
}
.sol-vacancies-listing li:nth-child(even) {
  background-color: rgba(110, 205, 233, 0.1);
}
.sol-vacancies-listing .sol-icon__link {
  float: left;
  margin-top: 2px;
  margin-right: 15px;
  max-height: 0;
}
.sol-vacancies-listing .sol-icon__link::after {
  height: 0;
  width: 0;
}
.sol-vacancies-listing .sol-icon__link.sol-icon-edge {
  height: 0;
  width: 0;
}
.sol-vacancies-listing .sol-icon__link.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 0;
  width: 0;
  margin-top: 0;
  margin-left: 0;
}
.sol-vacancies-listing h2 {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}
.sol-vacancies-listing h2 a {
  position: relative;
}
.sol-vacancies-listing h2 a:after {
  content: '';
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 3px;
  z-index: -1;
}
.sol-vacancies-listing h2 a:hover:after {
  border-bottom: 2px solid #6ecde9;
}
.sol-vacancies-listing span.font-normal {
  float: right;
  font-size: 15px;
  margin-bottom: 0;
}
/* components/related.less */
@media (max-width: 767px) {
  .sol-related-info-wrapper {
    margin-left: -4%;
    margin-right: -4%;
  }
}
.sol-contact,
.sol-related {
  padding: 26px 44px 12px 24px;
  background-color: rgba(240, 236, 225, 0.4);
  border-radius: 3px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-contact,
  .sol-related {
    padding: 40px 80px 52px;
  }
}
.sol-contact__header,
.sol-related__header {
  color: #204560;
  font-size: 30px;
  font-weight: 600;
  line-height: 0.97;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
}
.sol-contact__header {
  letter-spacing: 0.01em;
}
.sol-related__item {
  margin-bottom: 5px;
  color: #204560;
  text-decoration: none;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 17px;
}
a .sol-related__item__name {
  position: relative;
  z-index: 1;
  text-decoration: none;
}
a .sol-related__item__name::after {
  content: '';
  border-bottom: 2px solid rgba(110, 205, 233, 0.6);
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 1px;
  z-index: -1;
}
a .sol-related__item__name:hover::after {
  border-bottom-color: #6ecde9;
}
.sol-related__item__size {
  display: inline-block;
  color: #204560;
  font-size: 12px;
  margin-left: 5px;
}
.sol-related__item i.fa {
  margin-right: 5px;
  color: #313131;
  font-size: 20px;
}
.sol-related__item i.fa.fa-external-link {
  margin-left: 5px;
  margin-right: 0;
  font-size: 13px;
  position: relative;
  top: -1px;
}
.sol-contact {
  display: none;
  background-color: #fff;
  border: 1px solid rgba(110, 205, 233, 0.4);
  padding: 0;
  margin-bottom: 20px;
  position: relative;
}
.sol-contact .sol-icon + a {
  position: relative;
  z-index: 1;
  text-decoration: none;
  background-size: 200% 200%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(110, 205, 233, 0.6)), color-stop(50%, transparent));
  background-image: linear-gradient(to top, rgba(110, 205, 233, 0.6) 50%, transparent 50%);
  -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  padding-left: 1px;
  padding-right: 1px;
  border-bottom: 1px solid rgba(110, 205, 233, 0.6);
  color: #204560;
  font-size: 19px;
}
.sol-contact .sol-icon + a:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(51%, rgba(110, 205, 233, 0.6)), color-stop(50%, transparent));
  background-image: linear-gradient(to top, rgba(110, 205, 233, 0.6) 51%, transparent 50%);
  background-position: 0 100%;
  -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}
@media (max-width: 767px) {
  .sol-contact .sol-icon + a {
    font-size: 18px;
  }
}
.sol-contact:before,
.sol-contact:after {
  bottom: 100%;
  left: 89%;
  border: 2px solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.sol-contact:before {
  border-color: rgba(197, 235, 246, 0);
  border-bottom-color: rgba(110, 205, 233, 0.4);
  border-width: 21px;
  margin-left: -21px;
}
.sol-contact:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 20px;
  margin-left: -20px;
}
.sol-contact__header {
  padding: 11px 27px 10px;
  border-bottom: 5px solid rgba(110, 205, 233, 0.4);
  font-size: 23px;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 0;
}
.sol-contact__header h2 {
  margin-bottom: 0;
  margin-top: 0;
}
.sol-contact .sv-row.sol-md-row {
  margin-right: 0;
  margin-left: 0;
}
.sol-contact__item__left.sv-column-5.sol-col-md-5,
.sol-contact__item__right.sv-column-7.sol-col-md-7,
.sol-contact__political-responsibility {
  padding-top: 15px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 25px;
}
.sol-contact__item__left.sv-column-5.sol-col-md-5 > *,
.sol-contact__item__right.sv-column-7.sol-col-md-7 > *,
.sol-contact__political-responsibility > * {
  margin-top: 0 !important;
}
.sol-contact__item__left.sv-column-5.sol-col-md-5 > div,
.sol-contact__item__right.sv-column-7.sol-col-md-7 > div,
.sol-contact__political-responsibility > div {
  margin-bottom: 15px;
}
.sol-contact__item__left.sv-column-5.sol-col-md-5 h3,
.sol-contact__item__right.sv-column-7.sol-col-md-7 h3,
.sol-contact__political-responsibility h3,
.sol-contact__item__left.sv-column-5.sol-col-md-5 h4,
.sol-contact__item__right.sv-column-7.sol-col-md-7 h4,
.sol-contact__political-responsibility h4,
.sol-contact__item__left.sv-column-5.sol-col-md-5 h5,
.sol-contact__item__right.sv-column-7.sol-col-md-7 h5,
.sol-contact__political-responsibility h5 {
  color: #313131;
  font-size: 19px;
  margin-top: 0;
  display: block;
  margin-bottom: 0;
  font-weight: 700;
}
.sol-contact__item__left.sv-column-5.sol-col-md-5 p,
.sol-contact__item__right.sv-column-7.sol-col-md-7 p,
.sol-contact__political-responsibility p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 1.26;
}
.sol-contact__item__left.sv-column-5.sol-col-md-5 p a,
.sol-contact__item__right.sv-column-7.sol-col-md-7 p a,
.sol-contact__political-responsibility p a {
  color: #204560;
  text-decoration: none;
  position: relative;
}
.sol-contact__item__left.sv-column-5.sol-col-md-5 p a::after,
.sol-contact__item__right.sv-column-7.sol-col-md-7 p a::after,
.sol-contact__political-responsibility p a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: rgba(110, 205, 233, 0.6);
  border-bottom: none;
}
.sol-contact__item__left.sv-column-5.sol-col-md-5 p a:hover::after,
.sol-contact__item__right.sv-column-7.sol-col-md-7 p a:hover::after,
.sol-contact__political-responsibility p a:hover::after {
  background-color: #6ecde9;
}
.sol-contact__item__left.sv-column-5.sol-col-md-5 .sol-external-link-icon,
.sol-contact__item__right.sv-column-7.sol-col-md-7 .sol-external-link-icon,
.sol-contact__political-responsibility .sol-external-link-icon {
  margin-left: 6px;
  font-size: 17px !important;
  position: absolute;
  top: 7px;
}
.sol-contact__item__left.sv-column-5.sol-col-md-5 {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .sol-contact__item__left.sv-column-5.sol-col-md-5 {
    margin-bottom: 0;
  }
}
.sol-contact__item__right.sv-column-7.sol-col-md-7 {
  background-color: rgba(110, 205, 233, 0.1);
  margin-right: -10px;
  max-width: 59% !important;
}
.sol-contact__item__right.sv-column-7.sol-col-md-7 table caption {
  height: 0;
}
.sol-contact__item__right.sv-column-7.sol-col-md-7 table thead tr th p {
  font-weight: 700;
  text-align: left;
}
.sol-contact__item__right.sv-column-7.sol-col-md-7 table tr td p {
  margin-bottom: -3px;
}
.sol-contact__item__right.sv-column-7.sol-col-md-7 table tr td:last-child p {
  text-align: right;
}
.sol-contact__item__right.sv-column-7.sol-col-md-7 > p {
  line-height: 25px;
  margin-bottom: 10px;
}
.sol-contact__item__right.sv-column-7.sol-col-md-7 i.sol-icon {
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.sol-contact__item__right.sv-column-7.sol-col-md-7 i.sol-icon.sol-icon-edge {
  top: 8px;
}
.sol-contact__item__right.sv-column-7.sol-col-md-7 i.sol-icon.sol-icon__phone {
  max-height: 18px;
}
.sol-contact__item__right.sv-column-7.sol-col-md-7 i.sol-icon.sol-icon__phone::after {
  height: 18px;
  width: 18px;
}
.sol-contact__item__right.sv-column-7.sol-col-md-7 i.sol-icon.sol-icon__phone.sol-icon-edge {
  height: 18px;
  width: 18px;
}
.sol-contact__item__right.sv-column-7.sol-col-md-7 i.sol-icon.sol-icon__phone.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 36px;
  width: 36px;
  margin-top: -9px;
  margin-left: -9px;
}
.sol-contact__item__right.sv-column-7.sol-col-md-7 i.sol-icon.sol-icon__mail {
  max-height: 18px;
}
.sol-contact__item__right.sv-column-7.sol-col-md-7 i.sol-icon.sol-icon__mail::after {
  height: 18px;
  width: 19px;
}
.sol-contact__item__right.sv-column-7.sol-col-md-7 i.sol-icon.sol-icon__mail.sol-icon-edge {
  height: 18px;
  width: 19px;
}
.sol-contact__item__right.sv-column-7.sol-col-md-7 i.sol-icon.sol-icon__mail.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 36px;
  width: 38px;
  margin-top: -9px;
  margin-left: -9.5px;
}
.sol-contact__item__right.sv-column-7.sol-col-md-7 i.sol-icon.sol-icon__fax {
  max-height: 18px;
}
.sol-contact__item__right.sv-column-7.sol-col-md-7 i.sol-icon.sol-icon__fax::after {
  height: 18px;
  width: 18px;
}
.sol-contact__item__right.sv-column-7.sol-col-md-7 i.sol-icon.sol-icon__fax.sol-icon-edge {
  height: 18px;
  width: 18px;
}
.sol-contact__item__right.sv-column-7.sol-col-md-7 i.sol-icon.sol-icon__fax.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 36px;
  width: 36px;
  margin-top: -9px;
  margin-left: -9px;
}
@media (max-width: 1024px) {
  .sol-contact__item__right.sv-column-7.sol-col-md-7 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .sol-contact__item__right.sv-column-7.sol-col-md-7 {
    max-width: 100% !important;
    padding-top: 20px;
  }
}
.sol-contact__political-responsibility {
  border-top: 1px solid rgba(110, 205, 233, 0.3);
  width: 100%;
}
@media (max-width: 767px) {
  .sol-contact {
    margin-top: 30px;
  }
}
.sol_signlanguage_link {
  display: none;
}
.sol_signlanguage_link iframe {
  width: 100%;
  height: 380px;
}
@media (max-width: 1024px) {
  .sol_signlanguage_link iframe {
    width: 100%;
    height: 320px;
  }
}
@media (max-width: 767px) {
  .sol_signlanguage_link iframe {
    width: 100%;
    height: 220px;
  }
}
/* components/submenu.less */
.sol-menu-container {
  margin-top: 48px;
  overflow: visible;
}
.sol-menu-container .sol-menu-list {
  display: none;
  width: 100%;
}
.sol-menu-container .sol-menu-list-expanded-init {
  display: block;
}
.sol-menu-container .sol-menu-item {
  position: relative;
}
.sol-menu-container .sol-menu-item[data-menu-level='1'] .sol-menu-item-link {
  position: relative;
  display: block;
  padding: 8px 34px 8px 20px;
  border-top: 1px solid #e7e7e7;
  color: #313131;
  text-decoration: none;
  -webkit-transition-property: color, background-color, border;
  transition-property: color, background-color, border;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-menu-container .sol-menu-item[data-menu-level='1'] .sol-menu-item-link:focus,
[data-whatinput="keyboard"] .sol-menu-container .sol-menu-item[data-menu-level='1'] .sol-menu-item-link:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-menu-container .sol-menu-item[data-menu-level='1'] .sol-menu-item-link:focus,
[data-whatinput="mouse"] .sol-menu-container .sol-menu-item[data-menu-level='1'] .sol-menu-item-link:focus,
[data-whatinput="touch"] .sol-menu-container .sol-menu-item[data-menu-level='1'] .sol-menu-item-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-menu-container .sol-menu-item[data-menu-level='3'] .sol-menu-item-link {
  padding-left: 35px;
  line-height: 14px;
}
.sol-menu-container .sol-menu-item[data-menu-level='3'] .sol-menu-button {
  height: 30px;
}
.sol-menu-container .sol-menu-item[data-menu-level='4'] .sol-menu-item-link {
  padding-left: 45px;
}
.sol-menu-container .sol-menu-item[data-menu-level='5'] .sol-menu-item-link {
  padding-left: 55px;
}
.sol-menu-container .sol-menu-item[data-expanded='true'][data-menu-level='1'] > .sol-menu-item-link,
.sol-menu-container .sol-menu-item[data-expanded='true'][data-menu-level='1'] > .sol-menu-item-link:hover {
  color: #fff;
  background-color: #6ecde9;
  border-top-color: #6ecde9;
}
.sol-menu-container .sol-menu-item[data-expanded='true'][data-menu-level='1'] > .sol-menu-button i.fa {
  color: #fff;
}
.sol-menu-container .sol-menu-item[data-expanded='true'][data-menu-level='1'] > .sol-menu-list > ul {
  border-left: 2px solid #6ecde9;
}
.sol-menu-container .sol-menu-item[data-expanded='true'] > .sol-menu-button i.fa {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.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: #6ecde9;
  background-color: #f0ece1;
  border-color: #e7e7e7;
  font-weight: 700;
}
.sol-menu-container .sol-menu-item[data-expanded='true'][data-has-children='false'] > .sol-menu-item-link i.fa {
  color: #fff;
}
.sol-menu-container .sol-menu-item[data-has-children='false'] > .sol-menu-item-link {
  padding-right: 5px;
}
.sol-menu-container .sol-menu-item > .sol-menu-item-link:hover {
  color: #204560;
  background-color: transparent;
}
.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;
  text-align: right;
  font-size: 17px;
  top: 0;
  height: 38px;
  padding-right: 20px;
  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: 2px 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 {
  -webkit-box-shadow: none;
  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: -9px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-menu-container .sol-menu-item[data-node-type='sv:folder'] > .sol-menu-button {
  width: 100%;
  left: 0;
}
.sol-table-of-content-wrapper {
  display: none;
  margin-bottom: 30px;
  background-color: rgba(110, 205, 233, 0.1);
  border-radius: 3px;
  width: 462px;
  padding: 18px 25px 30px 42px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-table-of-content-wrapper {
    margin-bottom: 42px;
  }
}
@media (max-width: 479px) {
  .sol-table-of-content-wrapper {
    width: 100%;
  }
}
.sol-table-of-content-wrapper > .sv-text-portlet > .sv-text-portlet-content > p {
  font-size: 17px!important;
  font-weight: bold;
  line-height: 1.28;
  letter-spacing: 0.04em;
  text-align: left;
  color: #204560;
  margin-bottom: 15px;
  text-transform: uppercase;
  position: relative;
  left: -18px;
  font-weight: 600;
  font-family: PFDINTextStd-Regular, sans-serif;
  margin-bottom: 12px!important;
}
.sv-toc-portlet ul > li:not(:last-child) {
  margin-bottom: 15px;
}
.sv-toc-portlet ul > li > a {
  position: relative;
  font-size: 19px;
  font-weight: 300;
  line-height: 1;
  text-align: left;
  color: #204560;
  font-family: PFDINTextStd-Light, sans-serif;
}
.sv-toc-portlet ul > li > a::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -5px;
  left: -20px;
  height: 29px;
  width: 13px;
  background-image: url('/webdav/files/System/resources/graphics/icons/arrow--blue.svg');
  background-size: 100% 100%;
}
.sv-toc-portlet ul > li > a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgba(110, 205, 233, 0.6);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.sv-toc-portlet ul > li > a:hover::after {
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
/** file:telia_chat.less */
cg-chat cg-chat-tab {
  top: 180px !important;
  background: #c8496b !important;
  -webkit-transition: none !important;
  transition: none !important;
}
cg-chat.cg-chat-tab-visible cg-chat-tab,
cg-chat.cg-chat-tab-hidden cg-chat-tab {
  border-radius: 50%;
  width: 115px !important;
  height: 115px !important;
  right: 15px !important;
  bottom: 55px !important;
  top: auto !important;
}
cg-chat.cg-chat-tab-visible cg-chat-tab .cg-chat-tab,
cg-chat.cg-chat-tab-hidden cg-chat-tab .cg-chat-tab {
  font-family: PFDINTextStd-Regular, sans-serif !important;
  font-weight: 300 !important;
  -webkit-transform: none !important;
          transform: none !important;
  width: 115px !important;
  position: absolute;
  bottom: 15px !important;
}
cg-chat.cg-chat-tab-visible cg-chat-tab .cg-chat-tab:before,
cg-chat.cg-chat-tab-hidden cg-chat-tab .cg-chat-tab:before {
  content: '';
  background-image: url('/webdav/files/System/resources/graphics/icons/chat.svg');
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  padding-right: 30px;
  position: absolute;
  top: -25px;
  left: 42px;
}
cg-chat cg-chat-offer {
  top: auto !important;
  bottom: 55px !important;
}
cg-chat cg-chat-offer:before {
  width: 0 !important;
}
@media (max-width: 991px) {
  cg-chat.cg-chat-tab-visible cg-chat-tab,
  cg-chat.cg-chat-tab-hidden cg-chat-tab {
    width: 102px !important;
    height: 102px !important;
    bottom: 75px !important;
  }
  cg-chat.cg-chat-tab-visible cg-chat-tab .cg-chat-tab,
  cg-chat.cg-chat-tab-hidden cg-chat-tab .cg-chat-tab {
    width: 102px !important;
    bottom: 10px !important;
  }
  cg-chat.cg-chat-tab-visible cg-chat-tab .cg-chat-tab:before,
  cg-chat.cg-chat-tab-hidden cg-chat-tab .cg-chat-tab:before {
    left: 36px !important;
  }
  cg-chat cg-chat-offer {
    top: 20px !important;
    bottom: auto !important;
  }
}
@media (max-width: 767px) {
  cg-chat.cg-chat-tab-visible cg-chat-tab,
  cg-chat.cg-chat-tab-hidden cg-chat-tab {
    width: 75px !important;
    height: 75px !important;
    bottom: 110px !important;
  }
  cg-chat.cg-chat-tab-visible cg-chat-tab .cg-chat-tab,
  cg-chat.cg-chat-tab-hidden cg-chat-tab .cg-chat-tab {
    font-size: 19px !important;
    width: 75px !important;
    bottom: 13px !important;
  }
  cg-chat.cg-chat-tab-visible cg-chat-tab .cg-chat-tab:before,
  cg-chat.cg-chat-tab-hidden cg-chat-tab .cg-chat-tab:before {
    display: none !important;
  }
}
/* components/top-image.less */
.sol-subpage__top-image .sv-mfpimage-portlet {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  height: 415px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sol-subpage__top-image .sv-mfpimage-portlet {
    height: 200px;
  }
}
.sol-subpage__top-image .sv-mfpimage-portlet img {
  max-height: unset;
  max-width: unset;
  min-height: 415px;
  position: absolute;
  margin: auto;
  top: -100%;
  bottom: -100%;
}
@media (max-width: 767px) {
  .sol-subpage__top-image .sv-mfpimage-portlet img {
    min-height: 200px;
  }
}
.sol-subpage__top-image .sol-grid {
  position: relative;
}
.sol-subpage__top-image .sol-top-image__text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 20px;
  bottom: 52px;
  width: 202px;
  height: 202px;
  background-color: rgba(200, 73, 107, 0.9);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 25px;
  line-height: 1.12;
  color: #fff;
  padding: 50px 22px;
  z-index: 2;
  text-decoration: none;
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.sol-subpage__top-image .sol-top-image__text::after {
  content: '';
  border: solid 2px rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}
@media (max-width: 767px) {
  .sol-subpage__top-image .sol-top-image__text::after {
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
  }
}
@media (max-width: 767px) {
  .sol-subpage__top-image .sol-top-image__text {
    width: 120px;
    height: 120px;
    bottom: 35px;
    padding: 23px 13px;
  }
}
.sol-subpage__top-image a.sol-top-image__text:hover {
  background-color: #C8496B;
}
/* decorations/search-form.less */
.sol-box-decoration {
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.sol-box-decoration:after,
.sol-box-decoration:before {
  content: '';
  display: table;
}
.sol-box-decoration:after {
  clear: both;
}
.sol-box-decoration-header {
  display: block;
  padding: 12px 15px;
  background-color: #C8496B;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  line-height: 13px;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
}
a .sol-box-decoration-header:focus,
[data-whatinput="keyboard"] a .sol-box-decoration-header:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] a .sol-box-decoration-header:focus,
[data-whatinput="mouse"] a .sol-box-decoration-header:focus,
[data-whatinput="touch"] a .sol-box-decoration-header:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-box-decoration .sv-text-portlet.sol-btn-small .font-btn {
  margin-bottom: 5px;
}
.sol-error-box,
.sol-warning-box {
  display: none;
  padding: 10px 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.sol-warning-box {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.sol-error-box {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* decorations/buttons.less */
.sol-btn {
  position: relative;
  display: inline-block;
  line-height: 22px;
  min-height: 40px;
  padding: 8px 25px;
  color: #313131;
  background-color: #c1e4c7;
  border-radius: 3px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
}
.sol-btn:focus,
[data-whatinput="keyboard"] .sol-btn:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-btn:focus,
[data-whatinput="mouse"] .sol-btn:focus,
[data-whatinput="touch"] .sol-btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-btn:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-btn:active {
  background-color: #6DAB78;
}
.sol-btn i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-btn:focus,
[data-whatinput="keyboard"] .sol-btn:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-btn:focus,
[data-whatinput="mouse"] .sol-btn:focus,
[data-whatinput="touch"] .sol-btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-btn:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-btn:active {
  background-color: #6DAB78;
}
.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;
  min-height: 40px;
  padding: 8px 25px;
  color: #313131;
  background-color: #c1e4c7;
  border-radius: 3px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
  display: inline;
  padding-bottom: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.font-btn > a:focus,
[data-whatinput="keyboard"] .font-btn > a:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .font-btn > a:focus,
[data-whatinput="mouse"] .font-btn > a:focus,
[data-whatinput="touch"] .font-btn > a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.font-btn > a:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.font-btn > a:active {
  background-color: #6DAB78;
}
.font-btn > a i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.font-btn > a:focus,
[data-whatinput="keyboard"] .font-btn > a:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .font-btn > a:focus,
[data-whatinput="mouse"] .font-btn > a:focus,
[data-whatinput="touch"] .font-btn > a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.font-btn > a:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.font-btn > a:active {
  background-color: #6DAB78;
}
.font-btn > a i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.font-btn > a::after {
  display: none;
}
.sol-btn-small {
  cursor: pointer;
  min-height: 35px;
  padding: 7px 25px 8px;
  color: #313131;
  background-color: #c1e4c7;
  font-size: 11px;
  line-height: 10px;
  font-weight: 600;
  text-transform: none;
  border: 0;
  border-radius: 3px;
}
.sol-btn-small:hover {
  background-color: rgba(193, 228, 199, 0.3);
  color: #fff;
}
.sol-btn-small:active {
  top: 0;
}
.sol-btn-small:hover {
  background-color: rgba(193, 228, 199, 0.3);
  color: #fff;
}
.sol-btn-small:active {
  top: 0;
}
.sv-text-portlet.sol-font-btn-small .font-btn {
  padding-top: 4px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.sv-text-portlet.sol-font-btn-small .font-btn > a {
  cursor: pointer;
  min-height: 35px;
  padding: 7px 25px 8px;
  color: #313131;
  background-color: #c1e4c7;
  font-size: 11px;
  line-height: 10px;
  font-weight: 600;
  text-transform: none;
  border: 0;
  border-radius: 3px;
}
.sv-text-portlet.sol-font-btn-small .font-btn > a:hover {
  background-color: rgba(193, 228, 199, 0.3);
  color: #fff;
}
.sv-text-portlet.sol-font-btn-small .font-btn > a:active {
  top: 0;
}
.sv-text-portlet.sol-font-btn-small .font-btn > a:hover {
  background-color: rgba(193, 228, 199, 0.3);
  color: #fff;
}
.sv-text-portlet.sol-font-btn-small .font-btn > a:active {
  top: 0;
}
.sol-reset-filter-btn {
  cursor: pointer;
  min-height: 35px;
  padding: 7px 25px 8px;
  color: #313131;
  background-color: #c1e4c7;
  font-size: 11px;
  line-height: 10px;
  font-weight: 600;
  text-transform: none;
  border: 0;
  border-radius: 3px;
  background-color: #C8496B;
  color: #fff;
}
.sol-reset-filter-btn:hover {
  background-color: rgba(193, 228, 199, 0.3);
  color: #fff;
}
.sol-reset-filter-btn:active {
  top: 0;
}
.sol-reset-filter-btn:hover {
  background-color: rgba(193, 228, 199, 0.3);
  color: #fff;
}
.sol-reset-filter-btn:active {
  top: 0;
}
.sol-reset-filter-btn:hover {
  background-color: rgba(200, 73, 107, 0.6);
}
.sol-decoration-btn a {
  position: relative;
  display: inline-block;
  line-height: 22px;
  min-height: 40px;
  color: #313131;
  background-color: #c1e4c7;
  border-radius: 3px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
  padding: 8px 25px;
  background-image: none !important;
}
.sol-decoration-btn a:focus,
[data-whatinput="keyboard"] .sol-decoration-btn a:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-decoration-btn a:focus,
[data-whatinput="mouse"] .sol-decoration-btn a:focus,
[data-whatinput="touch"] .sol-decoration-btn a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-decoration-btn a:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-decoration-btn a:active {
  background-color: #6DAB78;
}
.sol-decoration-btn a i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-decoration-btn a:focus,
[data-whatinput="keyboard"] .sol-decoration-btn a:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-decoration-btn a:focus,
[data-whatinput="mouse"] .sol-decoration-btn a:focus,
[data-whatinput="touch"] .sol-decoration-btn a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-decoration-btn a:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-decoration-btn a:active {
  background-color: #6DAB78;
}
.sol-decoration-btn a i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-decoration-btn a:hover {
  background-image: none !important;
}
.sol-decoration-btn a:after {
  display: none;
}
/* decorations/collapsible.less */
.sol-collapsible {
  max-width: 570px;
  margin-bottom: 20px;
}
.sol-collapsible__header {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  position: relative;
  display: block;
  width: 100%;
  padding: 7px 52px 7px 35px;
  background-color: #bee9f5;
  border-radius: 25px;
  color: #313131;
  text-align: left;
  text-decoration: none;
  line-height: 36px;
  font-size: 20px;
  font-family: PFDINTextStd-Regular, sans-serif;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-bottom: 20px;
  margin-top: -5px;
}
.sol-collapsible__header:focus,
[data-whatinput="keyboard"] .sol-collapsible__header:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-collapsible__header:focus,
[data-whatinput="mouse"] .sol-collapsible__header:focus,
[data-whatinput="touch"] .sol-collapsible__header:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-collapsible__header:hover:not(.sol-collapsible__header--active) {
  background-color: rgba(110, 205, 233, 0.3);
}
.sol-collapsible__header:hover:not(.sol-collapsible__header--active) .sol-collapsible__header__text {
  text-decoration: underline;
}
.sol-collapsible__header__text {
  color: #333333;
}
.sol-collapsible__header--active .sol-collapsible__header__text {
  color: #fff;
}
.sol-collapsible__header__icon {
  background-color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -20px;
  border-radius: 50%;
}
.sol-collapsible__header__icon::after,
.sol-collapsible__header__icon::before {
  content: '';
  display: block;
  background-color: #313131;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19px;
  height: 2px;
  margin-left: -9px;
  margin-top: -1px;
  border-radius: 2px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-collapsible__header__icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sol-collapsible__header--active {
  background-color: #204560;
  color: #fff;
}
.sol-collapsible__header--active .sol-collapsible__header__icon::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.sol-collapsible .sol-collapsible__content,
.sol-collapsible .sv-decoration-content {
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 25px 20px 5px;
  margin: -25px 20px 0;
  margin-bottom: 20px;
}
.sol-collapsible .sol-collapsible__content p.font-normal,
.sol-collapsible .sv-decoration-content p.font-normal {
  font-family: PFDINTextStd-Light, sans-serif;
  font-weight: 300;
  line-height: 1.57;
  text-align: left;
  color: #333333;
}
@media (max-width: 767px) {
  .sol-collapsible .sol-collapsible__content p.font-normal,
  .sol-collapsible .sv-decoration-content p.font-normal {
    font-size: 18px;
  }
}
.sol-collapsible .sol-collapsible__content > *:last-child,
.sol-collapsible .sv-decoration-content > *:last-child {
  margin-bottom: 0;
}
.sol-collapsible .sol-collapsible__content p:last-of-type,
.sol-collapsible .sv-decoration-content p:last-of-type {
  margin: 0;
}
.sv-editing-mode .sol-collapsible .sol-collapsible__content,
.sv-editing-mode .sol-collapsible .sv-decoration-content {
  display: block;
}
/* decorations/divider.less */
.sol-divider-decoration {
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #e7e7e7;
}
/* decorations/forms.less */
.sol-form,
.sol-form-decoration {
  padding: 20px 20px 40px;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .sol-form,
  .sol-form-decoration {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .sol-form,
  .sol-form-decoration {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.sol-form h2,
.sol-form-decoration h2 {
  margin-top: 0;
}
.sol-form form .font-normal,
.sol-form-decoration form .font-normal {
  margin-bottom: 0;
}
.sol-form form input[type='email'],
.sol-form-decoration form input[type='email'],
.sol-form form input[type='number'],
.sol-form-decoration form input[type='number'],
.sol-form form input[type='password'],
.sol-form-decoration form input[type='password'],
.sol-form form input[type='tel'],
.sol-form-decoration form input[type='tel'],
.sol-form form input[type='text'],
.sol-form-decoration form input[type='text'],
.sol-form form input[type='url'],
.sol-form-decoration form input[type='url'],
.sol-form form select,
.sol-form-decoration form select,
.sol-form form textarea,
.sol-form-decoration form textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  padding-top: 10px;
}
.sol-form form input[type='email']::-webkit-input-placeholder,
.sol-form-decoration form input[type='email']::-webkit-input-placeholder,
.sol-form form input[type='number']::-webkit-input-placeholder,
.sol-form-decoration form input[type='number']::-webkit-input-placeholder,
.sol-form form input[type='password']::-webkit-input-placeholder,
.sol-form-decoration form input[type='password']::-webkit-input-placeholder,
.sol-form form input[type='tel']::-webkit-input-placeholder,
.sol-form-decoration form input[type='tel']::-webkit-input-placeholder,
.sol-form form input[type='text']::-webkit-input-placeholder,
.sol-form-decoration form input[type='text']::-webkit-input-placeholder,
.sol-form form input[type='url']::-webkit-input-placeholder,
.sol-form-decoration form input[type='url']::-webkit-input-placeholder,
.sol-form form select::-webkit-input-placeholder,
.sol-form-decoration form select::-webkit-input-placeholder,
.sol-form form textarea::-webkit-input-placeholder,
.sol-form-decoration form textarea::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-form form input[type='email']:-moz-placeholder,
.sol-form-decoration form input[type='email']:-moz-placeholder,
.sol-form form input[type='number']:-moz-placeholder,
.sol-form-decoration form input[type='number']:-moz-placeholder,
.sol-form form input[type='password']:-moz-placeholder,
.sol-form-decoration form input[type='password']:-moz-placeholder,
.sol-form form input[type='tel']:-moz-placeholder,
.sol-form-decoration form input[type='tel']:-moz-placeholder,
.sol-form form input[type='text']:-moz-placeholder,
.sol-form-decoration form input[type='text']:-moz-placeholder,
.sol-form form input[type='url']:-moz-placeholder,
.sol-form-decoration form input[type='url']:-moz-placeholder,
.sol-form form select:-moz-placeholder,
.sol-form-decoration form select:-moz-placeholder,
.sol-form form textarea:-moz-placeholder,
.sol-form-decoration form textarea:-moz-placeholder {
  color: #b4b4b4;
}
.sol-form form input[type='email']::-moz-placeholder,
.sol-form-decoration form input[type='email']::-moz-placeholder,
.sol-form form input[type='number']::-moz-placeholder,
.sol-form-decoration form input[type='number']::-moz-placeholder,
.sol-form form input[type='password']::-moz-placeholder,
.sol-form-decoration form input[type='password']::-moz-placeholder,
.sol-form form input[type='tel']::-moz-placeholder,
.sol-form-decoration form input[type='tel']::-moz-placeholder,
.sol-form form input[type='text']::-moz-placeholder,
.sol-form-decoration form input[type='text']::-moz-placeholder,
.sol-form form input[type='url']::-moz-placeholder,
.sol-form-decoration form input[type='url']::-moz-placeholder,
.sol-form form select::-moz-placeholder,
.sol-form-decoration form select::-moz-placeholder,
.sol-form form textarea::-moz-placeholder,
.sol-form-decoration form textarea::-moz-placeholder {
  color: #b4b4b4;
}
.sol-form form input[type='email']:-ms-input-placeholder,
.sol-form-decoration form input[type='email']:-ms-input-placeholder,
.sol-form form input[type='number']:-ms-input-placeholder,
.sol-form-decoration form input[type='number']:-ms-input-placeholder,
.sol-form form input[type='password']:-ms-input-placeholder,
.sol-form-decoration form input[type='password']:-ms-input-placeholder,
.sol-form form input[type='tel']:-ms-input-placeholder,
.sol-form-decoration form input[type='tel']:-ms-input-placeholder,
.sol-form form input[type='text']:-ms-input-placeholder,
.sol-form-decoration form input[type='text']:-ms-input-placeholder,
.sol-form form input[type='url']:-ms-input-placeholder,
.sol-form-decoration form input[type='url']:-ms-input-placeholder,
.sol-form form select:-ms-input-placeholder,
.sol-form-decoration form select:-ms-input-placeholder,
.sol-form form textarea:-ms-input-placeholder,
.sol-form-decoration form textarea:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-form form input[type='email']:focus,
.sol-form-decoration form input[type='email']:focus,
.sol-form form input[type='number']:focus,
.sol-form-decoration form input[type='number']:focus,
.sol-form form input[type='password']:focus,
.sol-form-decoration form input[type='password']:focus,
.sol-form form input[type='tel']:focus,
.sol-form-decoration form input[type='tel']:focus,
.sol-form form input[type='text']:focus,
.sol-form-decoration form input[type='text']:focus,
.sol-form form input[type='url']:focus,
.sol-form-decoration form input[type='url']:focus,
.sol-form form select:focus,
.sol-form-decoration form select:focus,
.sol-form form textarea:focus,
.sol-form-decoration form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-form form input[type='email']:hover,
.sol-form-decoration form input[type='email']:hover,
.sol-form form input[type='number']:hover,
.sol-form-decoration form input[type='number']:hover,
.sol-form form input[type='password']:hover,
.sol-form-decoration form input[type='password']:hover,
.sol-form form input[type='tel']:hover,
.sol-form-decoration form input[type='tel']:hover,
.sol-form form input[type='text']:hover,
.sol-form-decoration form input[type='text']:hover,
.sol-form form input[type='url']:hover,
.sol-form-decoration form input[type='url']:hover,
.sol-form form select:hover,
.sol-form-decoration form select:hover,
.sol-form form textarea:hover,
.sol-form-decoration form textarea:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.sol-form form input[type='email']:focus,
.sol-form-decoration form input[type='email']:focus,
.sol-form form input[type='number']:focus,
.sol-form-decoration form input[type='number']:focus,
.sol-form form input[type='password']:focus,
.sol-form-decoration form input[type='password']:focus,
.sol-form form input[type='tel']:focus,
.sol-form-decoration form input[type='tel']:focus,
.sol-form form input[type='text']:focus,
.sol-form-decoration form input[type='text']:focus,
.sol-form form input[type='url']:focus,
.sol-form-decoration form input[type='url']:focus,
.sol-form form select:focus,
.sol-form-decoration form select:focus,
.sol-form form textarea:focus,
.sol-form-decoration form textarea:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.sol-form form input[type='email']::-ms-clear,
.sol-form-decoration form input[type='email']::-ms-clear,
.sol-form form input[type='number']::-ms-clear,
.sol-form-decoration form input[type='number']::-ms-clear,
.sol-form form input[type='password']::-ms-clear,
.sol-form-decoration form input[type='password']::-ms-clear,
.sol-form form input[type='tel']::-ms-clear,
.sol-form-decoration form input[type='tel']::-ms-clear,
.sol-form form input[type='text']::-ms-clear,
.sol-form-decoration form input[type='text']::-ms-clear,
.sol-form form input[type='url']::-ms-clear,
.sol-form-decoration form input[type='url']::-ms-clear,
.sol-form form select::-ms-clear,
.sol-form-decoration form select::-ms-clear,
.sol-form form textarea::-ms-clear,
.sol-form-decoration form textarea::-ms-clear,
.sol-form form input[type='email']::-webkit-search-cancel-button,
.sol-form-decoration form input[type='email']::-webkit-search-cancel-button,
.sol-form form input[type='number']::-webkit-search-cancel-button,
.sol-form-decoration form input[type='number']::-webkit-search-cancel-button,
.sol-form form input[type='password']::-webkit-search-cancel-button,
.sol-form-decoration form input[type='password']::-webkit-search-cancel-button,
.sol-form form input[type='tel']::-webkit-search-cancel-button,
.sol-form-decoration form input[type='tel']::-webkit-search-cancel-button,
.sol-form form input[type='text']::-webkit-search-cancel-button,
.sol-form-decoration form input[type='text']::-webkit-search-cancel-button,
.sol-form form input[type='url']::-webkit-search-cancel-button,
.sol-form-decoration form input[type='url']::-webkit-search-cancel-button,
.sol-form form select::-webkit-search-cancel-button,
.sol-form-decoration form select::-webkit-search-cancel-button,
.sol-form form textarea::-webkit-search-cancel-button,
.sol-form-decoration form textarea::-webkit-search-cancel-button,
.sol-form form input[type='email']::-webkit-search-decoration,
.sol-form-decoration form input[type='email']::-webkit-search-decoration,
.sol-form form input[type='number']::-webkit-search-decoration,
.sol-form-decoration form input[type='number']::-webkit-search-decoration,
.sol-form form input[type='password']::-webkit-search-decoration,
.sol-form-decoration form input[type='password']::-webkit-search-decoration,
.sol-form form input[type='tel']::-webkit-search-decoration,
.sol-form-decoration form input[type='tel']::-webkit-search-decoration,
.sol-form form input[type='text']::-webkit-search-decoration,
.sol-form-decoration form input[type='text']::-webkit-search-decoration,
.sol-form form input[type='url']::-webkit-search-decoration,
.sol-form-decoration form input[type='url']::-webkit-search-decoration,
.sol-form form select::-webkit-search-decoration,
.sol-form-decoration form select::-webkit-search-decoration,
.sol-form form textarea::-webkit-search-decoration,
.sol-form-decoration form textarea::-webkit-search-decoration,
.sol-form form input[type='email']::-webkit-search-results-button,
.sol-form-decoration form input[type='email']::-webkit-search-results-button,
.sol-form form input[type='number']::-webkit-search-results-button,
.sol-form-decoration form input[type='number']::-webkit-search-results-button,
.sol-form form input[type='password']::-webkit-search-results-button,
.sol-form-decoration form input[type='password']::-webkit-search-results-button,
.sol-form form input[type='tel']::-webkit-search-results-button,
.sol-form-decoration form input[type='tel']::-webkit-search-results-button,
.sol-form form input[type='text']::-webkit-search-results-button,
.sol-form-decoration form input[type='text']::-webkit-search-results-button,
.sol-form form input[type='url']::-webkit-search-results-button,
.sol-form-decoration form input[type='url']::-webkit-search-results-button,
.sol-form form select::-webkit-search-results-button,
.sol-form-decoration form select::-webkit-search-results-button,
.sol-form form textarea::-webkit-search-results-button,
.sol-form-decoration form textarea::-webkit-search-results-button,
.sol-form form input[type='email']::-webkit-search-results-decoration,
.sol-form-decoration form input[type='email']::-webkit-search-results-decoration,
.sol-form form input[type='number']::-webkit-search-results-decoration,
.sol-form-decoration form input[type='number']::-webkit-search-results-decoration,
.sol-form form input[type='password']::-webkit-search-results-decoration,
.sol-form-decoration form input[type='password']::-webkit-search-results-decoration,
.sol-form form input[type='tel']::-webkit-search-results-decoration,
.sol-form-decoration form input[type='tel']::-webkit-search-results-decoration,
.sol-form form input[type='text']::-webkit-search-results-decoration,
.sol-form-decoration form input[type='text']::-webkit-search-results-decoration,
.sol-form form input[type='url']::-webkit-search-results-decoration,
.sol-form-decoration form input[type='url']::-webkit-search-results-decoration,
.sol-form form select::-webkit-search-results-decoration,
.sol-form-decoration form select::-webkit-search-results-decoration,
.sol-form form textarea::-webkit-search-results-decoration,
.sol-form-decoration form textarea::-webkit-search-results-decoration {
  display: none;
}
.sol-form form input[type='email']:invalid,
.sol-form-decoration form input[type='email']:invalid,
.sol-form form input[type='number']:invalid,
.sol-form-decoration form input[type='number']:invalid,
.sol-form form input[type='password']:invalid,
.sol-form-decoration form input[type='password']:invalid,
.sol-form form input[type='tel']:invalid,
.sol-form-decoration form input[type='tel']:invalid,
.sol-form form input[type='text']:invalid,
.sol-form-decoration form input[type='text']:invalid,
.sol-form form input[type='url']:invalid,
.sol-form-decoration form input[type='url']:invalid,
.sol-form form select:invalid,
.sol-form-decoration form select:invalid,
.sol-form form textarea:invalid,
.sol-form-decoration form textarea:invalid {
  border-color: #de404e;
  background-image: url('/webdav/files/System/resources/graphics/icons/forms/times-invalid.svg');
}
.sol-form form input[type='email']:required:valid,
.sol-form-decoration form input[type='email']:required:valid,
.sol-form form input[type='number']:required:valid,
.sol-form-decoration form input[type='number']:required:valid,
.sol-form form input[type='password']:required:valid,
.sol-form-decoration form input[type='password']:required:valid,
.sol-form form input[type='tel']:required:valid,
.sol-form-decoration form input[type='tel']:required:valid,
.sol-form form input[type='text']:required:valid,
.sol-form-decoration form input[type='text']:required:valid,
.sol-form form input[type='url']:required:valid,
.sol-form-decoration form input[type='url']:required:valid,
.sol-form form select:required:valid,
.sol-form-decoration form select:required:valid,
.sol-form form textarea:required:valid,
.sol-form-decoration form textarea:required:valid {
  border-color: #8acf96;
  background-image: url('/webdav/files/System/resources/graphics/icons/forms/check-valid.svg');
}
.sol-form form input[type='email'] ~ span.font-normal,
.sol-form-decoration form input[type='email'] ~ span.font-normal,
.sol-form form input[type='number'] ~ span.font-normal,
.sol-form-decoration form input[type='number'] ~ span.font-normal,
.sol-form form input[type='password'] ~ span.font-normal,
.sol-form-decoration form input[type='password'] ~ span.font-normal,
.sol-form form input[type='tel'] ~ span.font-normal,
.sol-form-decoration form input[type='tel'] ~ span.font-normal,
.sol-form form input[type='text'] ~ span.font-normal,
.sol-form-decoration form input[type='text'] ~ span.font-normal,
.sol-form form input[type='url'] ~ span.font-normal,
.sol-form-decoration form input[type='url'] ~ span.font-normal,
.sol-form form select ~ span.font-normal,
.sol-form-decoration form select ~ span.font-normal,
.sol-form form textarea ~ span.font-normal,
.sol-form-decoration form textarea ~ span.font-normal {
  margin-top: 10px;
}
.sol-form form textarea,
.sol-form-decoration form textarea {
  height: auto;
  min-height: 150px;
}
.sol-form form select,
.sol-form-decoration form select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  cursor: pointer;
  background-image: url('/webdav/files/System/resources/graphics/icons/forms/chevron-down.svg');
  background-size: 13px;
  background-position: right 15px top 12px;
}
.sol-form form select::-webkit-input-placeholder,
.sol-form-decoration form select::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-form form select:-moz-placeholder,
.sol-form-decoration form select:-moz-placeholder {
  color: #b4b4b4;
}
.sol-form form select::-moz-placeholder,
.sol-form-decoration form select::-moz-placeholder {
  color: #b4b4b4;
}
.sol-form form select:-ms-input-placeholder,
.sol-form-decoration form select:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-form form select:focus,
.sol-form-decoration form select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-form form select:hover,
.sol-form-decoration form select:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.sol-form form select:focus,
.sol-form-decoration form select:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.sol-form form select::-ms-clear,
.sol-form-decoration form select::-ms-clear,
.sol-form form select::-webkit-search-cancel-button,
.sol-form-decoration form select::-webkit-search-cancel-button,
.sol-form form select::-webkit-search-decoration,
.sol-form-decoration form select::-webkit-search-decoration,
.sol-form form select::-webkit-search-results-button,
.sol-form-decoration form select::-webkit-search-results-button,
.sol-form form select::-webkit-search-results-decoration,
.sol-form-decoration form select::-webkit-search-results-decoration {
  display: none;
}
.sol-form form .sol-form-field,
.sol-form-decoration form .sol-form-field {
  margin-bottom: 10px;
}
.sol-form form .sv-form-subalternativefield > div,
.sol-form-decoration form .sv-form-subalternativefield > div {
  float: none!important;
}
.sol-form form .sv-form-textfield + span,
.sol-form-decoration form .sv-form-textfield + span {
  font-size: 14px;
}
.sol-form form .sol-label-container + .font-normal,
.sol-form-decoration form .sol-label-container + .font-normal,
.sol-form form .sv-field-title-container + .font-normal,
.sol-form-decoration form .sv-field-title-container + .font-normal,
.sol-form form .sv-login-input-group + .font-normal,
.sol-form-decoration form .sv-login-input-group + .font-normal {
  font-size: 14px;
}
.sol-form form .sol-label-container > label,
.sol-form-decoration form .sol-label-container > label,
.sol-form form .sv-field-title-container > label,
.sol-form-decoration form .sv-field-title-container > label,
.sol-form form .sv-login-input-group > label,
.sol-form-decoration form .sv-login-input-group > label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-bottom: 7px;
}
.sol-form form .sol-label-container > span,
.sol-form-decoration form .sol-label-container > span,
.sol-form form .sv-field-title-container > span,
.sol-form-decoration form .sv-field-title-container > span,
.sol-form form .sv-login-input-group > span,
.sol-form-decoration form .sv-login-input-group > span {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
}
.sol-form form .sv-form-datefield > div,
.sol-form-decoration form .sv-form-datefield > div {
  width: 50%;
  margin: 0 !important;
}
.sol-form form .sv-form-datefield > div:nth-of-type(1),
.sol-form-decoration form .sv-form-datefield > div:nth-of-type(1) {
  padding-right: 5px;
}
.sol-form form .sv-form-datefield > div:nth-of-type(2),
.sol-form-decoration form .sv-form-datefield > div:nth-of-type(2) {
  padding-left: 5px;
}
.sol-form form .sv-form-datefield > div select,
.sol-form-decoration form .sv-form-datefield > div select {
  min-width: 100%;
  margin-bottom: 10px;
}
.sol-form form br,
.sol-form-decoration form br {
  display: none;
}
.sol-form form .font-normal,
.sol-form-decoration form .font-normal {
  display: block;
}
.sol-form form .sv-formField,
.sol-form-decoration form .sv-formField {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .sol-form form .sv-formField,
  .sol-form-decoration form .sv-formField {
    width: 100%;
    padding: 0;
  }
}
.sol-form form input[type='checkbox'],
.sol-form-decoration form input[type='checkbox'] {
  display: block;
  height: 0;
  opacity: 0;
}
.sol-form form input[type='checkbox'] + label::before,
.sol-form-decoration form input[type='checkbox'] + label::before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #6ecde9;
  border-radius: 2px;
  position: relative;
  top: -1px;
  margin-right: 10px;
  float: left;
  text-align: center;
  -webkit-transition-property: color, background-color, border-color, border-width;
  transition-property: color, background-color, border-color, border-width;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-form form input[type='checkbox'] + label,
.sol-form-decoration form input[type='checkbox'] + label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
.sol-form form input[type='checkbox'] + label:hover::before,
.sol-form-decoration form input[type='checkbox'] + label:hover::before {
  border-color: rgba(110, 205, 233, 0.4);
}
.sol-form form input[type='checkbox']:focus + label::before,
.sol-form-decoration form input[type='checkbox']:focus + label::before,
.sol-form form input[type='checkbox']:focus:checked + label::before,
.sol-form-decoration form input[type='checkbox']:focus:checked + label::before {
  border: 2px solid #257cc3;
}
.sol-form form input[type='checkbox']:checked + label:before,
.sol-form-decoration form input[type='checkbox']:checked + label:before {
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline-block;
  font-size: 12px;
  content: "\f00c";
  padding-top: 2px;
  background-color: #204560;
  border-color: #204560;
  color: #fff;
}
.sol-form form input[type='checkbox']:checked + label:before.fa-pull-left,
.sol-form-decoration form input[type='checkbox']:checked + label:before.fa-pull-left {
  margin-right: .3em;
}
.sol-form form input[type='checkbox']:checked + label:before.fa-pull-right,
.sol-form-decoration form input[type='checkbox']:checked + label:before.fa-pull-right {
  margin-left: .3em;
}
.sol-form form input[type='checkbox']:checked + label:before.pull-left,
.sol-form-decoration form input[type='checkbox']:checked + label:before.pull-left {
  margin-right: .3em;
}
.sol-form form input[type='checkbox']:checked + label:before.pull-right,
.sol-form-decoration form input[type='checkbox']:checked + label:before.pull-right {
  margin-left: .3em;
}
.sol-form form input[type='checkbox']:checked + label:before.fa-pull-left,
.sol-form-decoration form input[type='checkbox']:checked + label:before.fa-pull-left {
  margin-right: .3em;
}
.sol-form form input[type='checkbox']:checked + label:before.fa-pull-right,
.sol-form-decoration form input[type='checkbox']:checked + label:before.fa-pull-right {
  margin-left: .3em;
}
.sol-form form input[type='radio'],
.sol-form-decoration form input[type='radio'] {
  display: block;
  height: 0;
  opacity: 0;
}
.sol-form form input[type='radio'] + label::before,
.sol-form-decoration form input[type='radio'] + label::before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #6ecde9;
  border-radius: 2px;
  position: relative;
  top: -1px;
  margin-right: 10px;
  float: left;
  text-align: center;
  -webkit-transition-property: color, background-color, border-color, border-width;
  transition-property: color, background-color, border-color, border-width;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-form form input[type='radio'] + label,
.sol-form-decoration form input[type='radio'] + label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
.sol-form form input[type='radio'] + label:hover::before,
.sol-form-decoration form input[type='radio'] + label:hover::before {
  border-color: rgba(110, 205, 233, 0.4);
}
.sol-form form input[type='radio']:focus + label::before,
.sol-form-decoration form input[type='radio']:focus + label::before,
.sol-form form input[type='radio']:focus:checked + label::before,
.sol-form-decoration form input[type='radio']:focus:checked + label::before {
  border: 2px solid #257cc3;
}
.sol-form form input[type='radio'] + label:before,
.sol-form-decoration form input[type='radio'] + label:before {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 1px;
}
.sol-form form input[type='radio']:checked + label:before,
.sol-form-decoration form input[type='radio']:checked + label:before {
  border-width: 3px;
  border-color: #204560;
  background-color: #204560;
}
.sol-form form button[type='submit'],
.sol-form-decoration form button[type='submit'],
.sol-form form input[type='submit'],
.sol-form-decoration form input[type='submit'] {
  position: relative;
  display: inline-block;
  line-height: 22px;
  min-height: 40px;
  padding: 8px 25px;
  color: #313131;
  background-color: #c1e4c7;
  border-radius: 3px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}
.sol-form form button[type='submit']:focus,
.sol-form-decoration form button[type='submit']:focus,
.sol-form form input[type='submit']:focus,
.sol-form-decoration form input[type='submit']:focus,
[data-whatinput="keyboard"] .sol-form form button[type='submit']:focus,
[data-whatinput="keyboard"] .sol-form-decoration form button[type='submit']:focus,
[data-whatinput="keyboard"] .sol-form form input[type='submit']:focus,
[data-whatinput="keyboard"] .sol-form-decoration form input[type='submit']:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-form form button[type='submit']:focus,
[data-whatinput="initial"] .sol-form-decoration form button[type='submit']:focus,
[data-whatinput="initial"] .sol-form form input[type='submit']:focus,
[data-whatinput="initial"] .sol-form-decoration form input[type='submit']:focus,
[data-whatinput="mouse"] .sol-form form button[type='submit']:focus,
[data-whatinput="mouse"] .sol-form-decoration form button[type='submit']:focus,
[data-whatinput="mouse"] .sol-form form input[type='submit']:focus,
[data-whatinput="mouse"] .sol-form-decoration form input[type='submit']:focus,
[data-whatinput="touch"] .sol-form form button[type='submit']:focus,
[data-whatinput="touch"] .sol-form-decoration form button[type='submit']:focus,
[data-whatinput="touch"] .sol-form form input[type='submit']:focus,
[data-whatinput="touch"] .sol-form-decoration form input[type='submit']:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-form form button[type='submit']:hover,
.sol-form-decoration form button[type='submit']:hover,
.sol-form form input[type='submit']:hover,
.sol-form-decoration form input[type='submit']:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-form form button[type='submit']:active,
.sol-form-decoration form button[type='submit']:active,
.sol-form form input[type='submit']:active,
.sol-form-decoration form input[type='submit']:active {
  background-color: #6DAB78;
}
.sol-form form button[type='submit'] i.fa,
.sol-form-decoration form button[type='submit'] i.fa,
.sol-form form input[type='submit'] i.fa,
.sol-form-decoration form input[type='submit'] i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-form form button[type='submit']:focus,
.sol-form-decoration form button[type='submit']:focus,
.sol-form form input[type='submit']:focus,
.sol-form-decoration form input[type='submit']:focus,
[data-whatinput="keyboard"] .sol-form form button[type='submit']:focus,
[data-whatinput="keyboard"] .sol-form-decoration form button[type='submit']:focus,
[data-whatinput="keyboard"] .sol-form form input[type='submit']:focus,
[data-whatinput="keyboard"] .sol-form-decoration form input[type='submit']:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-form form button[type='submit']:focus,
[data-whatinput="initial"] .sol-form-decoration form button[type='submit']:focus,
[data-whatinput="initial"] .sol-form form input[type='submit']:focus,
[data-whatinput="initial"] .sol-form-decoration form input[type='submit']:focus,
[data-whatinput="mouse"] .sol-form form button[type='submit']:focus,
[data-whatinput="mouse"] .sol-form-decoration form button[type='submit']:focus,
[data-whatinput="mouse"] .sol-form form input[type='submit']:focus,
[data-whatinput="mouse"] .sol-form-decoration form input[type='submit']:focus,
[data-whatinput="touch"] .sol-form form button[type='submit']:focus,
[data-whatinput="touch"] .sol-form-decoration form button[type='submit']:focus,
[data-whatinput="touch"] .sol-form form input[type='submit']:focus,
[data-whatinput="touch"] .sol-form-decoration form input[type='submit']:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-form form button[type='submit']:hover,
.sol-form-decoration form button[type='submit']:hover,
.sol-form form input[type='submit']:hover,
.sol-form-decoration form input[type='submit']:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-form form button[type='submit']:active,
.sol-form-decoration form button[type='submit']:active,
.sol-form form input[type='submit']:active,
.sol-form-decoration form input[type='submit']:active {
  background-color: #6DAB78;
}
.sol-form form button[type='submit'] i.fa,
.sol-form-decoration form button[type='submit'] i.fa,
.sol-form form input[type='submit'] i.fa,
.sol-form-decoration form input[type='submit'] i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-form form button[type='submit'] > i.fa,
.sol-form-decoration form button[type='submit'] > i.fa,
.sol-form form input[type='submit'] > i.fa,
.sol-form-decoration form input[type='submit'] > i.fa {
  margin-right: 11px;
  margin-left: -15px;
}
.sol-form form .sol-form-divider,
.sol-form-decoration form .sol-form-divider {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e7e7e7;
}
.sol-event-form__categories .sol-form-error-msg {
  color: #de404e;
  display: block;
}
.sol-remove-iframe-border iframe {
  max-width: 100%;
  border: 0!important;
}
/* decorations/lists.less */
ol.sol-bullet-list,
ul.sol-bullet-list,
ol.sol-numbered-list,
ul.sol-numbered-list {
  margin-top: 5px;
  margin-bottom: 20px;
  padding-left: 0;
  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: 20px;
}
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: 8px;
  display: inline-block;
  font-weight: 700;
}
ol.sol-bullet-list li::before,
ul.sol-bullet-list li::before {
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline-block;
  font-size: 22px;
  content: "\f105";
  color: #6ecde9;
  content: "\25CF";
  line-height: 0.5em;
}
ol.sol-bullet-list li::before.fa-pull-left,
ul.sol-bullet-list li::before.fa-pull-left {
  margin-right: .3em;
}
ol.sol-bullet-list li::before.fa-pull-right,
ul.sol-bullet-list li::before.fa-pull-right {
  margin-left: .3em;
}
ol.sol-bullet-list li::before.pull-left,
ul.sol-bullet-list li::before.pull-left {
  margin-right: .3em;
}
ol.sol-bullet-list li::before.pull-right,
ul.sol-bullet-list li::before.pull-right {
  margin-left: .3em;
}
ol.sol-bullet-list li::before.fa-pull-left,
ul.sol-bullet-list li::before.fa-pull-left {
  margin-right: .3em;
}
ol.sol-bullet-list li::before.fa-pull-right,
ul.sol-bullet-list li::before.fa-pull-right {
  margin-left: .3em;
}
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: #6ecde9;
  font-size: 18px;
  text-align: center;
  top: 2px;
}
/* decorations/simple-box.less */
.sol-simple-box-decoration {
  margin-top: 25px;
  padding: 8px 42px 34px;
  border: 1px solid rgba(122, 198, 134, 0.23);
  border-radius: 3px;
  background-color: rgba(110, 205, 233, 0.13);
}
.sol-simple-box-decoration.sol-simple-box-decoration-alt {
  background-color: rgba(110, 205, 233, 0.13);
  border: none;
}
.sol-simple-box-decoration.sol-simple-box-decoration-alt .font-heading-3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.28;
  letter-spacing: 0.5px;
  text-align: left;
  color: #204560;
  text-transform: uppercase;
}
.sol-simple-box-decoration > div {
  display: block;
  margin-bottom: 9px;
}
.sv-editing-mode .sol-error-box,
.sv-editing-mode .sol-warning-box {
  display: block;
}
/* decorations/tables.less */
.sv-text-portlet table.sol-table-decoration {
  border-collapse: collapse;
  border-radius: 3px;
  border-style: hidden;
  -webkit-box-shadow: 0 0 0 1px rgba(110, 205, 233, 0.4);
          box-shadow: 0 0 0 1px rgba(110, 205, 233, 0.4);
  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: #204560;
}
.sv-text-portlet table.sol-table-decoration thead th {
  padding: 11px 18px;
  border-right: 1px solid rgba(110, 205, 233, 0.4);
}
.sv-text-portlet table.sol-table-decoration thead th p {
  font-family: PFDINTextStd-Regular, sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  font-weight: 700;
  line-height: 1.15;
  text-align: left;
}
.sv-text-portlet table.sol-table-decoration thead th:last-child {
  border: none;
  border-top-right-radius: 3px;
}
.sv-text-portlet table.sol-table-decoration thead th:first-child {
  border-top-left-radius: 3px;
}
.sv-text-portlet table.sol-table-decoration tbody {
  background-color: #fff;
  border-color: rgba(110, 205, 233, 0.4);
}
.sv-text-portlet table.sol-table-decoration tbody tr:nth-child(even) {
  background-color: rgba(110, 205, 233, 0.1);
}
.sv-text-portlet table.sol-table-decoration tbody tr td {
  border-right: 1px solid rgba(110, 205, 233, 0.4);
  padding: 11px 18px;
}
.sv-text-portlet table.sol-table-decoration tbody tr td p {
  font-family: PFDINTextStd-Regular, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.62;
}
.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: #fff;
}
/*.sol-tabs {
  @border-bottom: fadeout(@primary-color, 60%);
  @border-bottom-active: @primary-color;
  &__button-container {
    .no-list-style;
    display: flex;
    border-bottom: 4px solid @border-bottom;
    @media @sm {
      display: block;
      border-bottom: none;
    }
    & > li {
      flex: 1;
    }
  }
  &__button {
    .outline-focus;
    display: block;
    font-family: @text-font;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    min-height: 44px;
    line-height: 44px;
    border-bottom: 4px solid transparent;
    margin-bottom: -4px;
    @media @sm {
      border-bottom-color: @border-bottom;
    }
    &--active {
      border-bottom-color: @border-bottom-active;
    }
  }
}*/
.sol-tabs-container {
  margin-bottom: 20px;
  margin-top: 40px;
}
.sol-tabs-container .sol-tab-button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 8px 25px 10px;
  min-height: 37px;
  margin-right: 0;
  margin-left: 1.3%;
  border-left-style: solid;
  border-left-width: 2px;
  border-top-style: solid;
  border-top-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-color: #fff;
  background-color: #fff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  float: left;
  -webkit-box-shadow: 2px -2px 4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 2px -2px 4px 0 rgba(0, 0, 0, 0.05);
}
.sol-tabs-container .sol-tab-button.sol-tab-button-active {
  background-color: #C8496B;
  border-color: #C8496B;
  color: #fff;
}
.sol-tabs-container .sol-tab-button.sol-tab-button-active:after,
.sol-tabs-container .sol-tab-button.sol-tab-button-active:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.sol-tabs-container .sol-tab-button.sol-tab-button-active:after {
  border-color: transparent;
  border-top-color: #C8496B;
  border-width: 6px;
  margin-left: -6px;
}
.sol-tabs-container .sol-tab-button.sol-tab-button-active:before {
  border-color: transparent;
  border-top-color: #C8496B;
  border-width: 9px;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .sol-tabs-container .sol-tab-button {
    padding: 8px 15px 10px;
  }
  .sol-tabs-container .sol-tab-button:first-child {
    margin-left: 0;
  }
  .sol-tabs-container .sol-tab-button:last-child {
    margin-left: 15px;
  }
}
.sol-tabs-container .sv-decoration-content {
  border-top-style: solid;
  border-top-width: 3px;
  border-color: #C8496B;
  padding-top: 13px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  background-color: #fff;
}
.sol-article-wrapper .sv-image-portlet {
  overflow: visible !important;
}
.sol-wide-image__cnt {
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  opacity: 0;
}
.sol-wide-image__cnt .sv-decoration-content {
  width: 100vw;
  /* <-- children as wide as the browser window (viewport) */
  margin-left: calc(0vw);
}
.sol-wide-image__cnt .sv-decoration-content img {
  max-width: 834px !important;
}
.sol-wide-image__cnt .sv-decoration-content .sv-portlet-image-caption {
  max-width: 834px;
  margin-left: auto;
  margin-right: auto;
}
/* decorations/widgets.less */
.sol-widget-decoration-wrapper a {
  text-decoration: none;
}
.sol-widget-decoration {
  overflow: hidden;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          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: 200px;
  margin-top: 0;
  margin-bottom: 0 !important;
}
@media (max-width: 1024px) {
  .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 .sv-text-portlet {
  position: relative;
  padding: 15px 20px;
  font-size: 13px;
  line-height: 20px;
}
.sol-widget-decoration:hover .font-widget-heading,
.sol-widget-decoration:hover .font-widget-heading a {
  text-decoration: underline;
  color: #313131;
}
.sol-widget-decoration .font-widget-heading,
.sol-widget-decoration .font-widget-heading a {
  display: block;
  margin-bottom: 3px;
  color: #313131;
  font-family: PFDINTextStd-Regular, sans-serif;
  font-size: 21px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-widget-decoration .font-normal {
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 300;
  color: #313131;
}
.sol-widget-decoration .font-normal a,
.sol-widget-decoration .font-normal a:hover {
  background-image: none;
  -webkit-transition: none;
  transition: none;
  color: #313131;
}
.sol-widget-decoration .font-normal a:after,
.sol-widget-decoration .font-normal a:hover:after {
  border-bottom: none;
}
.sol-widget-decoration:hover .font-normal,
.sol-widget-decoration:hover .font-normal a {
  text-decoration: none;
}
.sol-video-widget {
  cursor: pointer;
}
.sol-video-widget .sol-widget-decoration-img:before {
  content: '';
  background-image: url('/webdav/files/System/resources/graphics/icons/video-ikon-bla.svg');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.sol-cookie-message > div {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  background-color: #ebf4f7;
  color: #313131;
  padding: 8px 190px 8px 14px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.3px;
}
.sol-cookie-message > div:after,
.sol-cookie-message > div:before {
  content: '';
  display: table;
}
.sol-cookie-message > div:after {
  clear: both;
}
.sol-cookie-message > div a {
  color: #204560;
  text-decoration: none;
  margin-left: 5px;
  display: inline-block;
  position: relative;
}
.sol-cookie-message > div a::after {
  content: '';
  border-bottom: 2px solid rgba(110, 205, 233, 0.6);
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 3px;
  z-index: -1;
}
.sol-cookie-message > div a:hover::after {
  border-bottom-color: #6ecde9;
}
.sol-cookie-message > div .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: #fff;
  color: #204560;
  font-size: 10px;
  line-height: 20px;
  font-weight: 600;
  cursor: pointer;
  float: right;
  margin-top: 3px;
}
.sol-cookie-message > div .sol-cookie-ok:focus,
[data-whatinput="keyboard"] .sol-cookie-message > div .sol-cookie-ok:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-cookie-message > div .sol-cookie-ok:focus,
[data-whatinput="mouse"] .sol-cookie-message > div .sol-cookie-ok:focus,
[data-whatinput="touch"] .sol-cookie-message > div .sol-cookie-ok:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-cookie-message > div .sol-cookie-close-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  background-color: #204560;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.sol-cookie-message > div .sol-cookie-close-btn:focus,
[data-whatinput="keyboard"] .sol-cookie-message > div .sol-cookie-close-btn:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-cookie-message > div .sol-cookie-close-btn:focus,
[data-whatinput="mouse"] .sol-cookie-message > div .sol-cookie-close-btn:focus,
[data-whatinput="touch"] .sol-cookie-message > div .sol-cookie-close-btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-cookie-message > div .sol-cookie-close-btn__cnt {
  position: absolute;
  top: 50%;
  right: 95px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sol-cookie-message > div .sol-cookie-close-btn__cnt > span {
  margin-right: 18px;
}
.sol-cookie-message > div .sol-cookie-close-btn .sol-icon__x {
  max-height: 15px;
}
.sol-cookie-message > div .sol-cookie-close-btn .sol-icon__x::after {
  height: 15px;
  width: 15px;
}
.sol-cookie-message > div .sol-cookie-close-btn .sol-icon__x.sol-icon-edge {
  height: 15px;
  width: 15px;
}
.sol-cookie-message > div .sol-cookie-close-btn .sol-icon__x.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 30px;
  width: 30px;
  margin-top: -7.5px;
  margin-left: -7.5px;
}
@media (max-width: 1024px) {
  .sol-cookie-message > div {
    padding-right: 140px;
  }
  .sol-cookie-message > div .sol-cookie-close-btn__cnt {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .sol-cookie-message > div {
    padding-right: 70px;
  }
  .sol-cookie-message > div .sol-cookie-close-btn__cnt {
    right: 15px;
    top: 25px;
  }
  .sol-cookie-message > div .sol-cookie-close-btn__cnt span {
    position: absolute;
    right: -20px;
    top: 30px;
  }
}
.sol-editor-bottom {
  bottom: 60px !important;
}
footer .sol-bottom {
  padding: 38px 0 55px;
  background-color: #204560;
}
footer .sol-bottom .sv-grid-main.sv-fluid-grid {
  padding-left: 100px;
  padding-right: 100px;
}
footer .sol-bottom .sol-footer-contact__item,
footer .sol-bottom .sol-footer-links__item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  display: block;
  position: relative;
  margin-bottom: 16px;
}
footer .sol-bottom .sol-footer-contact__item a,
footer .sol-bottom .sol-footer-links__item a,
footer .sol-bottom .sol-footer-contact__item p,
footer .sol-bottom .sol-footer-links__item p,
footer .sol-bottom .sol-footer-contact__item h2,
footer .sol-bottom .sol-footer-links__item h2 {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.32;
  margin: 0;
}
footer .sol-bottom .sol-footer-contact__item p,
footer .sol-bottom .sol-footer-links__item p {
  font-size: 17px;
}
footer .sol-bottom .sol-footer-contact__item a,
footer .sol-bottom .sol-footer-links__item a {
  display: inline-block;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
footer .sol-bottom .sol-footer-contact__item a::after,
footer .sol-bottom .sol-footer-links__item a::after {
  content: '';
  border-bottom: 2px solid rgba(110, 205, 233, 0.6);
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 1px;
  z-index: -1;
}
footer .sol-bottom .sol-footer-contact__item a:hover::after,
footer .sol-bottom .sol-footer-links__item a:hover::after {
  border-bottom-color: #6ecde9;
}
footer .sol-bottom .sol-footer-contact__item a > span,
footer .sol-bottom .sol-footer-links__item a > span {
  position: relative;
  z-index: 1;
}
footer .sol-bottom .sol-footer-contact__item a .sol-external-link-icon,
footer .sol-bottom .sol-footer-links__item a .sol-external-link-icon {
  position: relative;
  top: -2px;
}
footer .sol-bottom .sol-footer-contact__item a[href^="mailto:"],
footer .sol-bottom .sol-footer-links__item a[href^="mailto:"] {
  position: relative;
  margin-left: 30px;
}
footer .sol-bottom .sol-footer-contact__item a[href^="mailto:"] > span,
footer .sol-bottom .sol-footer-links__item a[href^="mailto:"] > span {
  font-size: 19px;
  height: 19px;
  max-height: 16.5px;
}
footer .sol-bottom .sol-footer-contact__item a[href^="mailto:"] > span::after,
footer .sol-bottom .sol-footer-links__item a[href^="mailto:"] > span::after {
  height: 16.5px;
  width: 23px;
}
footer .sol-bottom .sol-footer-contact__item a[href^="mailto:"] > span.sol-icon-edge,
footer .sol-bottom .sol-footer-links__item a[href^="mailto:"] > span.sol-icon-edge {
  height: 16.5px;
  width: 23px;
}
footer .sol-bottom .sol-footer-contact__item a[href^="mailto:"] > span.sol-icon-edge::after,
footer .sol-bottom .sol-footer-links__item a[href^="mailto:"] > span.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 33px;
  width: 46px;
  margin-top: -8.25px;
  margin-left: -11.5px;
}
footer .sol-bottom .sol-footer-contact__item a[href^="mailto:"] > span::after,
footer .sol-bottom .sol-footer-links__item a[href^="mailto:"] > span::after {
  display: inline-block;
  content: "";
  background-image: url(/webdav/files/System/resources/graphics/icons/mail.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer .sol-bottom .sol-footer-contact__item a[href^="tel:"],
footer .sol-bottom .sol-footer-links__item a[href^="tel:"] {
  position: relative;
  margin-left: 30px;
}
footer .sol-bottom .sol-footer-contact__item a[href^="tel:"] > span,
footer .sol-bottom .sol-footer-links__item a[href^="tel:"] > span {
  font-size: 19px;
  height: 19px;
}
footer .sol-bottom .sol-footer-contact__item a[href^="tel:"] > span::before,
footer .sol-bottom .sol-footer-links__item a[href^="tel:"] > span::before {
  display: inline-block;
  content: "";
  width: 21px;
  height: 17px;
  background-image: url(/webdav/files/System/resources/graphics/icons/phone-white.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  height: 21px;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer .sol-bottom .sol-footer-contact__item h2,
footer .sol-bottom .sol-footer-links__item h2 {
  font-weight: normal;
}
footer .sol-bottom .sol-footer-links__item {
  margin-bottom: 8px;
}
footer .sol-bottom .sol-footer-links__item a span {
  font-family: PFDINTextStd-Light, sans-serif;
  line-height: 1.4;
}
footer .sol-bottom .sol-footer-links__item a i.sol-external-link-icon {
  font-size: 14px !important;
  top: 0;
}
footer .sol-bottom .sol-social-media:after,
footer .sol-bottom .sol-social-media:before {
  content: '';
  display: table;
}
footer .sol-bottom .sol-social-media:after {
  clear: both;
}
footer .sol-bottom .sol-social-media__item > a {
  width: 52px;
  height: 52px;
  margin-right: 33px;
  margin-bottom: 25px;
  float: left;
  border: 2px solid #6ecde9;
  border-radius: 50%;
  color: #6ecde9;
  font-size: 24px;
  text-align: center;
  padding-top: 11px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
footer .sol-bottom .sol-social-media__item > a:hover {
  opacity: 0.7;
}
@media (max-width: 479px) {
  footer .sol-bottom .sol-social-media__item > a {
    margin-right: 30px;
  }
}
footer .sol-bottom .sol-social-media__item:last-child > a {
  margin-right: 0;
}
footer h1.font-footer-header,
footer p.font-footer-header {
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #fff;
  font-size: 25px;
  margin-bottom: 26px;
  line-height: 32px;
  font-weight: 500;
}
footer p.font-footer-text {
  margin-bottom: 11px;
  font-size: 14px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #fff;
  line-height: 22px;
  font-weight: 700;
}
footer p.font-footer-text a:hover {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: underline;
}
@media (max-width: 1024px) {
  footer .sol-bottom {
    padding: 30px 0;
  }
  footer .sol-bottom .sv-grid-main.sv-fluid-grid {
    padding-left: 50px;
    padding-right: 50px;
  }
  footer .sol-bottom .sol-footer-contact__item a[href^="mailto:"] > span,
  footer .sol-bottom .sol-footer-links__item a[href^="mailto:"] > span {
    max-height: 18px;
  }
  footer .sol-bottom .sol-footer-contact__item a[href^="mailto:"] > span::after,
  footer .sol-bottom .sol-footer-links__item a[href^="mailto:"] > span::after {
    height: 18px;
    width: 23px;
  }
  footer .sol-bottom .sol-footer-contact__item a[href^="mailto:"] > span.sol-icon-edge,
  footer .sol-bottom .sol-footer-links__item a[href^="mailto:"] > span.sol-icon-edge {
    height: 18px;
    width: 23px;
  }
  footer .sol-bottom .sol-footer-contact__item a[href^="mailto:"] > span.sol-icon-edge::after,
  footer .sol-bottom .sol-footer-links__item a[href^="mailto:"] > span.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 36px;
    width: 46px;
    margin-top: -9px;
    margin-left: -11.5px;
  }
  footer .sol-bottom .sol-footer-contact__item a[href^="tel:"] > span::before,
  footer .sol-bottom .sol-footer-links__item a[href^="tel:"] > span::before {
    max-height: 18px;
    width: 18px;
    height: 18px;
  }
  footer .sol-bottom .sol-footer-contact__item a[href^="tel:"] > span::before::after,
  footer .sol-bottom .sol-footer-links__item a[href^="tel:"] > span::before::after {
    height: 18px;
    width: 18px;
  }
  footer .sol-bottom .sol-footer-contact__item a[href^="tel:"] > span::before.sol-icon-edge,
  footer .sol-bottom .sol-footer-links__item a[href^="tel:"] > span::before.sol-icon-edge {
    height: 18px;
    width: 18px;
  }
  footer .sol-bottom .sol-footer-contact__item a[href^="tel:"] > span::before.sol-icon-edge::after,
  footer .sol-bottom .sol-footer-links__item a[href^="tel:"] > span::before.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 36px;
    width: 36px;
    margin-top: -9px;
    margin-left: -9px;
  }
  footer h1.font-footer-header,
  footer p.font-footer-header {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  footer .sol-bottom {
    padding: 20px 0;
  }
  footer .sol-bottom .sv-grid-main.sv-fluid-grid {
    padding-left: 10px;
    padding-right: 10px;
  }
  footer .sol-bottom .sol-footer-contact__item a,
  footer .sol-bottom .sol-footer-links__item a,
  footer .sol-bottom .sol-footer-contact__item p,
  footer .sol-bottom .sol-footer-links__item p,
  footer .sol-bottom .sol-footer-contact__item h2,
  footer .sol-bottom .sol-footer-links__item h2 {
    font-size: 16px;
  }
  footer .sol-bottom .sol-footer-contact__item p,
  footer .sol-bottom .sol-footer-links__item p {
    font-weight: 300;
  }
  footer .sol-bottom .sol-footer-contact__item a[href^="mailto:"] > span,
  footer .sol-bottom .sol-footer-links__item a[href^="mailto:"] > span {
    font-size: 16px;
    height: 16px;
    max-height: 14px;
  }
  footer .sol-bottom .sol-footer-contact__item a[href^="mailto:"] > span::after,
  footer .sol-bottom .sol-footer-links__item a[href^="mailto:"] > span::after {
    height: 14px;
    width: 18px;
  }
  footer .sol-bottom .sol-footer-contact__item a[href^="mailto:"] > span.sol-icon-edge,
  footer .sol-bottom .sol-footer-links__item a[href^="mailto:"] > span.sol-icon-edge {
    height: 14px;
    width: 18px;
  }
  footer .sol-bottom .sol-footer-contact__item a[href^="mailto:"] > span.sol-icon-edge::after,
  footer .sol-bottom .sol-footer-links__item a[href^="mailto:"] > span.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 28px;
    width: 36px;
    margin-top: -7px;
    margin-left: -9px;
  }
  footer .sol-bottom .sol-footer-contact__item a[href^="tel:"] > span,
  footer .sol-bottom .sol-footer-links__item a[href^="tel:"] > span {
    font-size: 16px;
    height: 16px;
  }
  footer .sol-bottom .sol-footer-contact__item a[href^="tel:"] > span::before,
  footer .sol-bottom .sol-footer-links__item a[href^="tel:"] > span::before {
    max-height: 16px;
    width: 16px;
    height: 16px;
  }
  footer .sol-bottom .sol-footer-contact__item a[href^="tel:"] > span::before::after,
  footer .sol-bottom .sol-footer-links__item a[href^="tel:"] > span::before::after {
    height: 16px;
    width: 16px;
  }
  footer .sol-bottom .sol-footer-contact__item a[href^="tel:"] > span::before.sol-icon-edge,
  footer .sol-bottom .sol-footer-links__item a[href^="tel:"] > span::before.sol-icon-edge {
    height: 16px;
    width: 16px;
  }
  footer .sol-bottom .sol-footer-contact__item a[href^="tel:"] > span::before.sol-icon-edge::after,
  footer .sol-bottom .sol-footer-links__item a[href^="tel:"] > span::before.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 32px;
    width: 32px;
    margin-top: -8px;
    margin-left: -8px;
  }
  footer h1.font-footer-header,
  footer p.font-footer-header {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
  }
}
.sol-shortcut-container {
  background-color: #fff;
  padding: 0 0 35px;
}
.sol-shortcut {
  margin-left: -10px;
  margin-right: -10px;
}
.sol-shortcut:after,
.sol-shortcut:before {
  content: '';
  display: table;
}
.sol-shortcut:after {
  clear: both;
}
@media (max-width: 767px) {
  .sol-shortcut {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sol-shortcut__item {
  position: relative;
  display: inline-block;
  float: left;
  text-align: center;
  padding: 0 10px 47px;
  text-decoration: none;
  border-right: 1px solid #d3d3d3;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-shortcut__item:focus,
[data-whatinput="keyboard"] .sol-shortcut__item:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-shortcut__item:focus,
[data-whatinput="mouse"] .sol-shortcut__item:focus,
[data-whatinput="touch"] .sol-shortcut__item:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-shortcut__item:focus,
.sol-shortcut__item:hover {
  opacity: 1;
  background-color: #e5f6fb;
}
.sol-shortcut__item:last-child {
  border-right: 0;
}
.sol-shortcut__item::after {
  display: none;
}
@media (max-width: 767px) {
  .sol-shortcut__item {
    width: 33%!important;
  }
  .sol-shortcut__item:nth-child(4),
  .sol-shortcut__item:last-child {
    width: 49% !important;
    margin-top: 17px;
  }
  .sol-shortcut__item:nth-child(4):before,
  .sol-shortcut__item:last-child:before {
    content: '';
    background-color: #d3d3d3;
    margin-top: -10px;
    width: 101%;
    height: 1px;
    display: block;
  }
  .sol-shortcut__item:nth-child(4):before {
    margin-left: 20px;
  }
  .sol-shortcut__item:nth-child(4):before,
  .sol-shortcut__item:nth-child(5):before {
    margin-bottom: 35px;
  }
  .sol-shortcut__item:last-child:before {
    margin-right: 20px;
  }
}
.sol-shortcut__item .sol-icon {
  display: block;
  margin: 0 auto 25px;
  max-height: 76px;
}
.sol-shortcut__item .sol-icon::after {
  height: 76px;
  width: 99px;
}
.sol-shortcut__item .sol-icon.sol-icon-edge {
  height: 76px;
  width: 99px;
}
.sol-shortcut__item .sol-icon.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 152px;
  width: 198px;
  margin-top: -38px;
  margin-left: -49.5px;
}
@media (max-width: 1024px) {
  .sol-shortcut__item .sol-icon {
    max-height: 57px;
    margin-right: 0;
  }
  .sol-shortcut__item .sol-icon::after {
    height: 57px;
    width: 64px;
  }
  .sol-shortcut__item .sol-icon.sol-icon-edge {
    height: 57px;
    width: 64px;
  }
  .sol-shortcut__item .sol-icon.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 114px;
    width: 128px;
    margin-top: -28.5px;
    margin-left: -32px;
  }
}
@media (max-width: 767px) {
  .sol-shortcut__item .sol-icon {
    max-height: 40px;
  }
  .sol-shortcut__item .sol-icon::after {
    height: 40px;
    width: 50px;
  }
  .sol-shortcut__item .sol-icon.sol-icon-edge {
    height: 40px;
    width: 50px;
  }
  .sol-shortcut__item .sol-icon.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 80px;
    width: 100px;
    margin-top: -20px;
    margin-left: -25px;
  }
  .sol-shortcut__item .sol-icon [class*="sol-icon__akutella-arbeten"] {
    max-height: 40px;
  }
  .sol-shortcut__item .sol-icon [class*="sol-icon__akutella-arbeten"]::after {
    height: 40px;
    width: 50px;
  }
  .sol-shortcut__item .sol-icon [class*="sol-icon__akutella-arbeten"].sol-icon-edge {
    height: 40px;
    width: 50px;
  }
  .sol-shortcut__item .sol-icon [class*="sol-icon__akutella-arbeten"].sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 80px;
    width: 100px;
    margin-top: -20px;
    margin-left: -25px;
  }
  .sol-shortcut__item .sol-icon [class*="sol-icon__bibliotek"] {
    max-height: 40px;
  }
  .sol-shortcut__item .sol-icon [class*="sol-icon__bibliotek"]::after {
    height: 40px;
    width: 50px;
  }
  .sol-shortcut__item .sol-icon [class*="sol-icon__bibliotek"].sol-icon-edge {
    height: 40px;
    width: 50px;
  }
  .sol-shortcut__item .sol-icon [class*="sol-icon__bibliotek"].sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 80px;
    width: 100px;
    margin-top: -20px;
    margin-left: -25px;
  }
  .sol-shortcut__item .sol-icon [class*="sol-icon__elev"] {
    max-height: 45px;
  }
  .sol-shortcut__item .sol-icon [class*="sol-icon__elev"]::after {
    height: 45px;
    width: 50px;
  }
  .sol-shortcut__item .sol-icon [class*="sol-icon__elev"].sol-icon-edge {
    height: 45px;
    width: 50px;
  }
  .sol-shortcut__item .sol-icon [class*="sol-icon__elev"].sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 90px;
    width: 100px;
    margin-top: -22.5px;
    margin-left: -25px;
  }
}
.sol-shortcut__item .sol-icon__books {
  max-height: 64px;
  margin-top: 31px;
}
.sol-shortcut__item .sol-icon__books::after {
  height: 64px;
  width: 47px;
}
.sol-shortcut__item .sol-icon__books.sol-icon-edge {
  height: 64px;
  width: 47px;
}
.sol-shortcut__item .sol-icon__books.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 128px;
  width: 94px;
  margin-top: -32px;
  margin-left: -23.5px;
}
@media (max-width: 1024px) {
  .sol-shortcut__item .sol-icon__books {
    max-height: 37px;
  }
  .sol-shortcut__item .sol-icon__books::after {
    height: 37px;
    width: 33px;
  }
  .sol-shortcut__item .sol-icon__books.sol-icon-edge {
    height: 37px;
    width: 33px;
  }
  .sol-shortcut__item .sol-icon__books.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 74px;
    width: 66px;
    margin-top: -18.5px;
    margin-left: -16.5px;
  }
}
.sol-shortcut__item .sol-icon__info {
  max-height: 67px;
  margin-top: 28px;
}
.sol-shortcut__item .sol-icon__info::after {
  height: 67px;
  width: 67px;
}
.sol-shortcut__item .sol-icon__info.sol-icon-edge {
  height: 67px;
  width: 67px;
}
.sol-shortcut__item .sol-icon__info.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 134px;
  width: 134px;
  margin-top: -33.5px;
  margin-left: -33.5px;
}
@media (max-width: 1024px) {
  .sol-shortcut__item .sol-icon__info {
    max-height: 37px;
  }
  .sol-shortcut__item .sol-icon__info::after {
    height: 37px;
    width: 37px;
  }
  .sol-shortcut__item .sol-icon__info.sol-icon-edge {
    height: 37px;
    width: 37px;
  }
  .sol-shortcut__item .sol-icon__info.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 74px;
    width: 74px;
    margin-top: -18.5px;
    margin-left: -18.5px;
  }
}
.sol-shortcut__item .sol-icon__commenting {
  max-height: 71px;
  margin-top: 24px;
}
.sol-shortcut__item .sol-icon__commenting::after {
  height: 71px;
  width: 69px;
}
.sol-shortcut__item .sol-icon__commenting.sol-icon-edge {
  height: 71px;
  width: 69px;
}
.sol-shortcut__item .sol-icon__commenting.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 142px;
  width: 138px;
  margin-top: -35.5px;
  margin-left: -34.5px;
}
@media (max-width: 1024px) {
  .sol-shortcut__item .sol-icon__commenting {
    max-height: 41px;
  }
  .sol-shortcut__item .sol-icon__commenting::after {
    height: 41px;
    width: 39px;
  }
  .sol-shortcut__item .sol-icon__commenting.sol-icon-edge {
    height: 41px;
    width: 39px;
  }
  .sol-shortcut__item .sol-icon__commenting.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 82px;
    width: 78px;
    margin-top: -20.5px;
    margin-left: -19.5px;
  }
}
.sol-shortcut__item .sol-icon__work {
  max-height: 71px;
  margin-top: 24px;
}
.sol-shortcut__item .sol-icon__work::after {
  height: 71px;
  width: 69px;
}
.sol-shortcut__item .sol-icon__work.sol-icon-edge {
  height: 71px;
  width: 69px;
}
.sol-shortcut__item .sol-icon__work.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 142px;
  width: 138px;
  margin-top: -35.5px;
  margin-left: -34.5px;
}
@media (max-width: 1024px) {
  .sol-shortcut__item .sol-icon__work {
    max-height: 41px;
  }
  .sol-shortcut__item .sol-icon__work::after {
    height: 41px;
    width: 39px;
  }
  .sol-shortcut__item .sol-icon__work.sol-icon-edge {
    height: 41px;
    width: 39px;
  }
  .sol-shortcut__item .sol-icon__work.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 82px;
    width: 78px;
    margin-top: -20.5px;
    margin-left: -19.5px;
  }
}
.sol-shortcut__item .sol-icon__clock {
  max-height: 72px;
  margin-top: 23px;
}
.sol-shortcut__item .sol-icon__clock::after {
  height: 72px;
  width: 73px;
}
.sol-shortcut__item .sol-icon__clock.sol-icon-edge {
  height: 72px;
  width: 73px;
}
.sol-shortcut__item .sol-icon__clock.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 144px;
  width: 146px;
  margin-top: -36px;
  margin-left: -36.5px;
}
@media (max-width: 1024px) {
  .sol-shortcut__item .sol-icon__clock {
    max-height: 42px;
  }
  .sol-shortcut__item .sol-icon__clock::after {
    height: 42px;
    width: 43px;
  }
  .sol-shortcut__item .sol-icon__clock.sol-icon-edge {
    height: 42px;
    width: 43px;
  }
  .sol-shortcut__item .sol-icon__clock.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 84px;
    width: 86px;
    margin-top: -21px;
    margin-left: -21.5px;
  }
}
.sol-shortcut__item .sol-icon__compare {
  max-height: 68px;
  margin-top: 27px;
}
.sol-shortcut__item .sol-icon__compare::after {
  height: 68px;
  width: 75px;
}
.sol-shortcut__item .sol-icon__compare.sol-icon-edge {
  height: 68px;
  width: 75px;
}
.sol-shortcut__item .sol-icon__compare.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 136px;
  width: 150px;
  margin-top: -34px;
  margin-left: -37.5px;
}
@media (max-width: 1024px) {
  .sol-shortcut__item .sol-icon__compare {
    max-height: 38px;
  }
  .sol-shortcut__item .sol-icon__compare::after {
    height: 38px;
    width: 45px;
  }
  .sol-shortcut__item .sol-icon__compare.sol-icon-edge {
    height: 38px;
    width: 45px;
  }
  .sol-shortcut__item .sol-icon__compare.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 76px;
    width: 90px;
    margin-top: -19px;
    margin-left: -22.5px;
  }
}
.sol-shortcut__item > span {
  display: block;
  color: #204560;
  font-size: 21px;
  line-height: 27px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .sol-shortcut__item > span {
    font-size: 16px;
  }
}
@media (max-width: 479px) {
  .sol-shortcut__item > span {
    font-size: 13px;
    letter-spacing: 0.2px;
  }
}
header {
  position: relative;
  z-index: 50;
  background-color: #fff;
}
header .sol-top {
  padding: 18px 0 17px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  header .sol-top {
    text-align: center;
    background-color: #204560;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 1024px) {
  header .sol-top {
    padding-left: 7px;
    padding-right: 7px;
  }
}
header .sol-top .sol-top-logo > img {
  height: 50px;
  margin-left: -16px;
}
@media (max-width: 1279px) {
  header .sol-top .sol-top-logo {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  header .sol-top .sol-top-logo {
    display: none;
  }
}
header .sol-bottom {
  background-color: #204560;
  text-align: center;
}
@media (max-width: 1024px) {
  header .sol-bottom {
    display: none;
  }
}
/* messages.less */
.sol-crisis-container {
  background-color: #d83a48;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sol-crisis-container__content {
  max-width: 924px;
  margin: 0 auto;
  padding: 20px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sol-crisis-container i.sol-icon {
  margin-right: 30px;
}
.sol-crisis-container i.sol-icon__warning:after {
  height: 124px;
  width: 124px;
  line-height: 1;
}
.sol-crisis-container .sol-crisis-message:after,
.sol-crisis-container .sol-crisis-message:before {
  content: '';
  display: table;
}
.sol-crisis-container .sol-crisis-message:after {
  clear: both;
}
.sol-crisis-container .sol-crisis-message__published,
.sol-crisis-container .sol-crisis-message__updated {
  color: #fff;
  font-size: 17px;
  display: inline-block;
}
.sol-crisis-container .sol-crisis-message__published b,
.sol-crisis-container .sol-crisis-message__updated b {
  font-weight: 600;
}
.sol-crisis-container .sol-crisis-message__updated {
  margin-left: 100px;
}
.sol-crisis-container .sol-crisis-message__title {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 30px;
  line-height: 39px;
  font-weight: 600;
}
.sol-crisis-container .sol-crisis-message__desc {
  color: #fff;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.2;
  margin-right: 10px;
  display: inline;
}
.sol-crisis-container .sol-crisis-message__more {
  display: inline;
  font-size: 19px;
  font-weight: 300;
  line-height: 1;
  color: #fff;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.sol-crisis-container .sol-crisis-message__more::after {
  content: '';
  border-bottom: 2px solid rgba(110, 205, 233, 0.6);
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 1px;
  z-index: -1;
}
.sol-crisis-container .sol-crisis-message__more:hover::after {
  border-bottom-color: #6ecde9;
}
.sol-crisis-container .sol-crisis-message__more::after {
  border-bottom-width: 1px;
  border-color: rgba(255, 255, 255, 0.5);
}
.sol-crisis-container .sol-crisis-message__more:hover::after {
  border-bottom-color: #fff;
}
.sol-crisis-container .sol-crisis-message.sol-one-line .sol-crisis-message__title {
  display: inline-block;
}
.sol-crisis-container .sol-crisis-message.sol-one-line .sol-crisis-message__more {
  position: relative;
  top: -2px;
  left: 20px;
}
@media (max-width: 1024px) {
  .sol-crisis-container i.sol-icon__warning:after {
    max-height: 78px;
  }
  .sol-crisis-container i.sol-icon__warning:after::after {
    height: 78px;
    width: 87px;
  }
  .sol-crisis-container i.sol-icon__warning:after.sol-icon-edge {
    height: 78px;
    width: 87px;
  }
  .sol-crisis-container i.sol-icon__warning:after.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 156px;
    width: 174px;
    margin-top: -39px;
    margin-left: -43.5px;
  }
  .sol-crisis-container .sol-crisis-message__title {
    font-size: 26px;
  }
  .sol-crisis-container .sol-crisis-message__desc,
  .sol-crisis-container .sol-crisis-message__more {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .sol-crisis-container {
    position: relative;
  }
  .sol-crisis-container__content {
    padding-left: 81px;
  }
  .sol-crisis-container i.sol-icon__warning:after {
    width: 50px;
    left: 15px;
    top: 65px;
    max-height: 43px;
  }
  .sol-crisis-container i.sol-icon__warning:after::after {
    height: 43px;
    width: 48px;
  }
  .sol-crisis-container i.sol-icon__warning:after.sol-icon-edge {
    height: 43px;
    width: 48px;
  }
  .sol-crisis-container i.sol-icon__warning:after.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 86px;
    width: 96px;
    margin-top: -21.5px;
    margin-left: -24px;
  }
  .sol-crisis-container .sol-crisis-message__published {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 15px;
  }
  .sol-crisis-container .sol-crisis-message__updated {
    position: absolute;
    top: 30px;
    left: 15px;
    font-size: 15px;
    margin-left: 0;
  }
  .sol-crisis-container .sol-crisis-message__title {
    font-size: 20px;
    margin-top: 32px;
  }
  .sol-crisis-container .sol-crisis-message__desc,
  .sol-crisis-container .sol-crisis-message__more {
    font-size: 16px;
  }
}
.sol-info-container {
  background-color: #A8E1F2;
  color: #204560;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sol-info-container__content {
  max-width: 885px;
  margin: 0 auto;
  padding: 23px 20px 22px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sol-info-container i.fa {
  position: absolute;
  left: 10px;
  top: 28px;
  font-size: 65px;
  line-height: 1;
}
.sol-info-container .sol-icon {
  max-height: 65px;
  margin-right: 30px;
}
.sol-info-container .sol-icon::after {
  height: 65px;
  width: 65px;
}
.sol-info-container .sol-icon.sol-icon-edge {
  height: 65px;
  width: 65px;
}
.sol-info-container .sol-icon.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 130px;
  width: 130px;
  margin-top: -32.5px;
  margin-left: -32.5px;
}
.sol-info-container .sol-icon.sol-icon-edge {
  margin-right: 95px;
}
.sol-info-container .sol-info-message:after,
.sol-info-container .sol-info-message:before {
  content: '';
  display: table;
}
.sol-info-container .sol-info-message:after {
  clear: both;
}
.sol-info-container .sol-info-message__published,
.sol-info-container .sol-info-message__updated {
  color: #204560;
  font-size: 17px;
  display: inline-block;
}
.sol-info-container .sol-info-message__published b,
.sol-info-container .sol-info-message__updated b {
  font-weight: 600;
}
.sol-info-container .sol-info-message__updated {
  margin-left: 100px;
}
.sol-info-container .sol-info-message__title {
  display: block;
  color: #204560;
  font-size: 27px;
  line-height: 35px;
  font-weight: 600;
}
.sol-info-container .sol-info-message__desc {
  color: #204560;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.2;
  margin-right: 10px;
  display: inline;
}
.sol-info-container .sol-info-message__more {
  display: inline;
  font-size: 17px;
  font-weight: 300;
  line-height: 1;
  color: #204560;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.sol-info-container .sol-info-message__more::after {
  content: '';
  border-bottom: 2px solid rgba(110, 205, 233, 0.6);
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 1px;
  z-index: -1;
}
.sol-info-container .sol-info-message__more:hover::after {
  border-bottom-color: #6ecde9;
}
.sol-info-container .sol-info-message__more::after {
  border-bottom-width: 1px;
  border-color: rgba(32, 69, 96, 0.6);
}
.sol-info-container .sol-info-message__more:hover::after {
  border-bottom-color: #204560;
}
.sol-info-container .sol-info-message.sol-one-line .sol-info-message__title {
  display: inline-block;
}
.sol-info-container .sol-info-message.sol-one-line .sol-info-message__more {
  position: relative;
  top: -2px;
  left: 20px;
}
@media (max-width: 1024px) {
  .sol-info-container .sol-icon:after {
    max-height: 55px;
  }
  .sol-info-container .sol-icon:after::after {
    height: 55px;
    width: 55px;
  }
  .sol-info-container .sol-icon:after.sol-icon-edge {
    height: 55px;
    width: 55px;
  }
  .sol-info-container .sol-icon:after.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 110px;
    width: 110px;
    margin-top: -27.5px;
    margin-left: -27.5px;
  }
  .sol-info-container .sol-info-message__title {
    font-size: 26px;
  }
  .sol-info-container .sol-info-message__desc,
  .sol-info-container .sol-info-message__more {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .sol-info-container {
    position: relative;
  }
  .sol-info-container__content {
    padding-left: 50px;
  }
  .sol-info-container .sol-icon:after {
    max-height: 48px;
    position: absolute;
    left: 10px;
    width: 50px;
    top: 65px;
  }
  .sol-info-container .sol-icon:after::after {
    height: 48px;
    width: 48px;
  }
  .sol-info-container .sol-icon:after.sol-icon-edge {
    height: 48px;
    width: 48px;
  }
  .sol-info-container .sol-icon:after.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 96px;
    width: 96px;
    margin-top: -24px;
    margin-left: -24px;
  }
  .sol-info-container .sol-info-message__published {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 15px;
  }
  .sol-info-container .sol-info-message__updated {
    position: absolute;
    top: 30px;
    left: 15px;
    margin-left: 0;
    font-size: 15px;
  }
  .sol-info-container .sol-info-message__title {
    font-size: 20px;
    margin-top: 35px;
  }
  .sol-info-container .sol-info-message__desc,
  .sol-info-container .sol-info-message__more {
    font-size: 16px;
  }
}
.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-mobile-header {
  display: none;
  text-align: center;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  /*@media @md-strict {
    background-color: @header-menu-bg;
    .sol-mobile-logo {
      display: none;
    }
  }*/
}
.sol-mobile-header > div {
  position: relative;
  max-width: 991px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .sol-mobile-header {
    display: block;
  }
}
.sol-mobile-header .sol-mobile-logo {
  float: left;
  margin-left: 10px;
  margin-top: 11px;
  height: 35px;
}
@media (max-width: 767px) {
  .sol-mobile-header .sol-mobile-logo {
    height: 30px;
  }
}
.sol-mobile-header .sol-mobile-search-button {
  width: 55px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 60px;
  background-color: #fff;
  border: 0;
  cursor: pointer;
}
.sol-mobile-header .sol-mobile-search-button i.sol-icon {
  max-height: 25px;
}
.sol-mobile-header .sol-mobile-search-button i.sol-icon::after {
  height: 25px;
  width: 25px;
}
.sol-mobile-header .sol-mobile-search-button i.sol-icon.sol-icon-edge {
  height: 25px;
  width: 25px;
}
.sol-mobile-header .sol-mobile-search-button i.sol-icon.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 50px;
  width: 50px;
  margin-top: -12.5px;
  margin-left: -12.5px;
}
.sol-mobile-header .sol-mobile-search-button__text {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  color: #204560;
  font-family: PFDINTextStd-Regular, sans-serif;
}
.sol-mobile-header .sol-mobile-search-button .sol-mobile-search-close > span {
  display: none;
  width: 35px;
  height: 3px;
  border-radius: 2px;
  background-color: #204560;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}
.sol-mobile-header .sol-mobile-search-button[aria-expanded="true"] i.sol-icon:after {
  background-image: none;
}
.sol-mobile-header .sol-mobile-search-button[aria-expanded="true"] .sol-mobile-search-close__top {
  display: block;
  -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: 30px;
  position: relative;
  top: -24px;
  left: 5px;
}
.sol-mobile-header .sol-mobile-search-button[aria-expanded="true"] .sol-mobile-search-close__bottom {
  display: block;
  -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: 30px;
  position: relative;
  top: -9px;
  left: 5px;
}
.sol-mobile-header .sol-mobile-search-button[aria-expanded="true"] .sol-mobile-search-button__text {
  margin-top: -3px;
}
.sol-mobile-header .sol-hamburger-wrapper {
  width: 55px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  border: 0;
  text-align: center;
  padding-top: 32px;
  cursor: pointer;
}
.sol-mobile-header .sol-hamburger-wrapper:focus,
[data-whatinput="keyboard"] .sol-mobile-header .sol-hamburger-wrapper:focus {
  outline: 2px 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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-mobile-header .sol-hamburger-wrapper .sol-hamburger {
  width: 25px;
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -12px;
}
.sol-mobile-header .sol-hamburger-wrapper .sol-hamburger > span {
  display: block;
  width: 25px;
  height: 2px;
  border-radius: 2px;
  background-color: #204560;
  -webkit-transition: -webkit-transform 500ms;
  transition: -webkit-transform 500ms;
  transition: transform 500ms;
  transition: transform 500ms, -webkit-transform 500ms;
}
.sol-mobile-header .sol-hamburger-wrapper .sol-hamburger .sol-hamburger-middle {
  margin-top: 6px;
  margin-bottom: 6px;
  -webkit-transition: width 500ms;
  transition: width 500ms;
}
.sol-mobile-header .sol-hamburger-wrapper .sol-hamburger.sol-active {
  left: 57%;
}
.sol-mobile-header .sol-hamburger-wrapper .sol-hamburger.sol-active .sol-hamburger-top {
  -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(45deg) translateX(4.5px) translateY(7.5px) translateZ(0px);
          transform: rotateX(0deg) rotateY(0deg) rotateZ(45deg) translateX(4.5px) translateY(7.5px) translateZ(0px);
  width: 26px;
}
.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(3.5px) translateY(-7.5px) translateZ(0px);
          transform: rotateX(0deg) rotateY(0deg) rotateZ(-45deg) translateX(3.5px) translateY(-7.5px) translateZ(0px);
  width: 26px;
}
@media (max-width: 767px) {
  .sol-mobile-header .sol-hamburger-wrapper .sol-hamburger {
    right: 10px;
  }
}
.sol-mobile-header .sol-hamburger-wrapper .sol-hamburger-text {
  color: #204560;
  position: relative;
  top: -3px;
  font-size: 11px;
  font-family: PFDINTextStd-Regular, sans-serif;
}
.sol-mobile-menu-wrapper {
  position: relative;
}
.sol-mobile-menu-container {
  display: none;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 49;
  height: 0;
  min-height: 0;
  -webkit-transition-property: height, min-height;
  transition-property: height, min-height;
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.43);
          box-shadow: 0 3px 14px 0 rgba(0, 0, 0, 0.43);
}
@media (max-width: 1024px) {
  .sol-mobile-menu-container.sol-active {
    display: block;
  }
}
.sol-mobile-menu-container > ul {
  border-top: 2px solid rgba(110, 205, 233, 0.6);
}
.sol-mobile-menu-container .sol-menu-list {
  width: 100%;
}
.sol-mobile-menu-container .sol-menu-list-expanded-init {
  display: block;
}
.sol-mobile-menu-container .sol-menu-item {
  position: relative;
}
.sol-mobile-menu-container .sol-menu-item-link {
  display: block;
  position: relative;
  padding: 15px 49px 15px 19px;
  border-bottom: 2px solid rgba(110, 205, 233, 0.6);
  text-decoration: none;
  margin-left: 1px;
  margin-right: 1px;
  color: #313131;
}
.sol-mobile-menu-container .sol-menu-item-link:focus,
[data-whatinput="keyboard"] .sol-mobile-menu-container .sol-menu-item-link:focus {
  outline: 2px 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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-mobile-menu-container .sol-menu-item-link .sol-menu-item-display-name {
  font-size: 19px;
}
.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;
  height: 54.5px;
  right: 0;
  width: 55px;
  background-color: rgba(110, 205, 233, 0.1);
  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: 2px 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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-mobile-menu-container .sol-menu-item .sol-menu-button i.sol-icon {
  position: absolute;
  right: 18px;
  top: 50%;
  max-height: 15px;
  margin-top: -7px;
  text-align: center;
  padding-top: 3px;
  padding-left: 3px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.sol-mobile-menu-container .sol-menu-item .sol-menu-button i.sol-icon::after {
  height: 15px;
  width: 15px;
}
.sol-mobile-menu-container .sol-menu-item .sol-menu-button i.sol-icon.sol-icon-edge {
  height: 15px;
  width: 15px;
}
.sol-mobile-menu-container .sol-menu-item .sol-menu-button i.sol-icon.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 30px;
  width: 30px;
  margin-top: -7.5px;
  margin-left: -7.5px;
}
.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='1'] > .sol-menu-item-link > .sol-menu-item-display-name {
  font-weight: 700;
}
.sol-mobile-menu-container .sol-menu-item[data-menu-level='2'] .sol-menu-item-link {
  padding-left: 45px;
}
.sol-mobile-menu-container .sol-menu-item[data-menu-level='3'] .sol-menu-item-link {
  padding-left: 60px;
}
.sol-mobile-menu-container .sol-menu-item[data-menu-level='4'] .sol-menu-item-link {
  padding-left: 75px;
}
.sol-mobile-menu-container .sol-menu-item[data-expanded='true'] > .sol-menu-button i.sol-icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.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: #fff;
  background-color: #6ecde9;
}
.sol-mobile-menu-container .sol-menu-item[data-expanded='true'][data-has-children='false'] > .sol-menu-button i.fa,
.sol-mobile-menu-container .sol-menu-item[data-is-current='true'] > .sol-menu-button i.fa {
  color: white;
}
.sol-mobile-menu-container .sol-menu-item[data-node-type='sv:folder'] > .sol-menu-button {
  width: 100%;
  border-left: none;
}
.sol-mobile-search {
  position: relative;
  z-index: 9999;
}
@media (max-width: 1279px) {
  .sol-mobile-search form {
    display: none;
  }
}
@media (max-width: 1024px) {
  .sol-mobile-search .sv-searchform-portlet {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff;
  }
  .sol-mobile-search .sv-searchform-portlet form {
    margin-top: 5px;
    background-color: #204560;
  }
  .sol-mobile-search .sv-searchform-portlet form input[type="text"] {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 20px;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px solid #6ecde9;
    border-radius: 5px;
    height: 50px;
    padding-left: 18px;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 95%;
  }
  .sol-mobile-search .sv-searchform-portlet form input[type="submit"] {
    width: 27%;
    height: 50px;
    background-color: transparent;
    border-radius: 3px;
    border: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    cursor: pointer;
    font-size: 17px;
  }
  .sol-mobile-search .sv-searchform-portlet form input[type="submit"]:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  .sol-mobile-search .sv-searchform-portlet form:after {
    bottom: 100%;
    right: 77px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(32, 69, 96, 0);
    border-bottom-color: #204560;
    border-width: 10px;
    margin-bottom: -5px;
    margin-left: -10px;
  }
}
@media (max-width: 767px) {
  .sol-mobile-search .sv-searchform-portlet form > div {
    padding: 5px;
    height: 70px;
    position: relative;
  }
  .sol-mobile-search .sv-searchform-portlet form input[type="text"] {
    margin-left: 10px;
    margin: 0 !important;
  }
  .sol-mobile-search .sv-searchform-portlet form input[type="submit"] {
    right: 10px;
    margin: 0 !important;
    background-image: url('/webdav/files/System/resources/graphics/icons/search.svg');
    background-repeat: no-repeat;
    background-position: center;
  }
}
.sol-tool-nav {
  float: right;
  margin-top: 1px;
  position: relative;
}
@media (max-width: 1024px) {
  .sol-tool-nav {
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .sol-tool-nav {
    float: none;
  }
}
.sol-tool-nav__item {
  display: inline-block;
  float: left;
  margin-left: 25px;
}
@media (min-width: 992px) and (max-width: 1279px) {
  .sol-tool-nav__item {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .sol-tool-nav__item {
    margin-left: 15px;
  }
}
@media (max-width: 479px) {
  .sol-tool-nav__item {
    margin-left: 7px;
  }
}
.sol-tool-nav__item__icon {
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 9px;
}
.sol-tool-nav__item__icon i.sol-icon__lock {
  max-height: 22px;
}
.sol-tool-nav__item__icon i.sol-icon__lock::after {
  height: 22px;
  width: 22px;
}
.sol-tool-nav__item__icon i.sol-icon__lock.sol-icon-edge {
  height: 22px;
  width: 22px;
}
.sol-tool-nav__item__icon i.sol-icon__lock.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 44px;
  width: 44px;
  margin-top: -11px;
  margin-left: -11px;
}
.sol-tool-nav__item__icon i.sol-icon__phone {
  max-height: 20px;
}
.sol-tool-nav__item__icon i.sol-icon__phone::after {
  height: 20px;
  width: 20px;
}
.sol-tool-nav__item__icon i.sol-icon__phone.sol-icon-edge {
  height: 20px;
  width: 20px;
}
.sol-tool-nav__item__icon i.sol-icon__phone.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 40px;
  width: 40px;
  margin-top: -10px;
  margin-left: -10px;
}
.sol-tool-nav__item__icon i.sol-icon__search {
  max-height: 20px;
}
.sol-tool-nav__item__icon i.sol-icon__search::after {
  height: 20px;
  width: 20px;
}
.sol-tool-nav__item__icon i.sol-icon__search.sol-icon-edge {
  height: 20px;
  width: 20px;
}
.sol-tool-nav__item__icon i.sol-icon__search.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 40px;
  width: 40px;
  margin-top: -10px;
  margin-left: -10px;
}
.sol-tool-nav__item__icon i.sol-icon__globe {
  max-height: 21px;
}
.sol-tool-nav__item__icon i.sol-icon__globe::after {
  height: 21px;
  width: 21px;
}
.sol-tool-nav__item__icon i.sol-icon__globe.sol-icon-edge {
  height: 21px;
  width: 21px;
}
.sol-tool-nav__item__icon i.sol-icon__globe.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 42px;
  width: 42px;
  margin-top: -10.5px;
  margin-left: -10.5px;
}
.sol-tool-nav__item__icon i.sol-icon__legible {
  max-height: 19px;
}
.sol-tool-nav__item__icon i.sol-icon__legible::after {
  height: 19px;
  width: 29px;
}
.sol-tool-nav__item__icon i.sol-icon__legible.sol-icon-edge {
  height: 19px;
  width: 29px;
}
.sol-tool-nav__item__icon i.sol-icon__legible.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 38px;
  width: 58px;
  margin-top: -9.5px;
  margin-left: -14.5px;
}
.sol-tool-nav__item__icon i.sol-icon__listen {
  max-height: 17px;
}
.sol-tool-nav__item__icon i.sol-icon__listen::after {
  height: 17px;
  width: 23px;
}
.sol-tool-nav__item__icon i.sol-icon__listen.sol-icon-edge {
  height: 17px;
  width: 23px;
}
.sol-tool-nav__item__icon i.sol-icon__listen.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 34px;
  width: 46px;
  margin-top: -8.5px;
  margin-left: -11.5px;
}
@media (max-width: 1024px) {
  .sol-tool-nav__item__icon {
    margin-bottom: 0;
  }
  .sol-tool-nav__item__icon i.sol-icon__lock {
    max-height: 18px;
  }
  .sol-tool-nav__item__icon i.sol-icon__lock::after {
    background-image: url('/webdav/files/System/resources/graphics/icons/lock-white.svg');
  }
  .sol-tool-nav__item__icon i.sol-icon__lock::after {
    height: 18px;
    width: 18px;
  }
  .sol-tool-nav__item__icon i.sol-icon__lock.sol-icon-edge {
    height: 18px;
    width: 18px;
  }
  .sol-tool-nav__item__icon i.sol-icon__lock.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 36px;
    width: 36px;
    margin-top: -9px;
    margin-left: -9px;
  }
  .sol-tool-nav__item__icon i.sol-icon__phone {
    max-height: 16px;
  }
  .sol-tool-nav__item__icon i.sol-icon__phone::after {
    background-image: url('/webdav/files/System/resources/graphics/icons/phone-white.svg');
  }
  .sol-tool-nav__item__icon i.sol-icon__phone::after {
    height: 16px;
    width: 16px;
  }
  .sol-tool-nav__item__icon i.sol-icon__phone.sol-icon-edge {
    height: 16px;
    width: 16px;
  }
  .sol-tool-nav__item__icon i.sol-icon__phone.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 32px;
    width: 32px;
    margin-top: -8px;
    margin-left: -8px;
  }
  .sol-tool-nav__item__icon i.sol-icon__globe {
    max-height: 15px;
  }
  .sol-tool-nav__item__icon i.sol-icon__globe::after {
    background-image: url('/webdav/files/System/resources/graphics/icons/globe-white.svg');
  }
  .sol-tool-nav__item__icon i.sol-icon__globe::after {
    height: 15px;
    width: 15px;
  }
  .sol-tool-nav__item__icon i.sol-icon__globe.sol-icon-edge {
    height: 15px;
    width: 15px;
  }
  .sol-tool-nav__item__icon i.sol-icon__globe.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 30px;
    width: 30px;
    margin-top: -7.5px;
    margin-left: -7.5px;
  }
  .sol-tool-nav__item__icon i.sol-icon__legible {
    max-height: 16px;
  }
  .sol-tool-nav__item__icon i.sol-icon__legible::after {
    background-image: url('/webdav/files/System/resources/graphics/icons/legible-white.svg');
  }
  .sol-tool-nav__item__icon i.sol-icon__legible::after {
    height: 16px;
    width: 12px;
  }
  .sol-tool-nav__item__icon i.sol-icon__legible.sol-icon-edge {
    height: 16px;
    width: 12px;
  }
  .sol-tool-nav__item__icon i.sol-icon__legible.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 32px;
    width: 24px;
    margin-top: -8px;
    margin-left: -6px;
  }
  .sol-tool-nav__item__icon i.sol-icon__listen {
    max-height: 14px;
  }
  .sol-tool-nav__item__icon i.sol-icon__listen::after {
    background-image: url('/webdav/files/System/resources/graphics/icons/listen-white.svg');
  }
  .sol-tool-nav__item__icon i.sol-icon__listen::after {
    height: 14px;
    width: 19px;
  }
  .sol-tool-nav__item__icon i.sol-icon__listen.sol-icon-edge {
    height: 14px;
    width: 19px;
  }
  .sol-tool-nav__item__icon i.sol-icon__listen.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 28px;
    width: 38px;
    margin-top: -7px;
    margin-left: -9.5px;
  }
}
.sol-tool-nav__item > a,
.sol-tool-nav__item > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  display: block;
  color: #333333;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.4px;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-family: PFDINTextStd-Regular, sans-serif;
  padding: 0 5px;
}
.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: 2px 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 {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
@media (max-width: 1024px) {
  .sol-tool-nav__item > a,
  .sol-tool-nav__item > button {
    color: #fff;
    margin: 0 9px;
    font-size: 10px;
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  .sol-tool-nav__item > a,
  .sol-tool-nav__item > button {
    font-family: PFDINTextStd-Light, sans-serif;
  }
}
@media (max-width: 479px) {
  .sol-tool-nav__item > a,
  .sol-tool-nav__item > button {
    padding: 0;
    margin: 0 7px;
  }
}
.sol-tool-nav .sol-to-content {
  position: absolute;
  right: -5000px;
  top: 7px;
  width: 135px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  background-color: #204560;
  font-size: 14px;
  color: #fff;
}
.sol-tool-nav .sol-to-content:focus {
  right: 100%;
}
@media (max-width: 1024px) {
  .sol-tool-nav .sol-to-content:focus {
    position: static;
    width: 100%;
    margin-bottom: 10px;
  }
}
.sol-top-nav {
  display: inline-block;
  vertical-align: top;
  margin-left: -20px;
  margin-right: -20px;
}
.sol-top-nav:after,
.sol-top-nav:before {
  content: '';
  display: table;
}
.sol-top-nav:after {
  clear: both;
}
@media (max-width: 1279px) {
  .sol-top-nav {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.sol-top-nav .sol-top-nav__item {
  position: relative;
  font-weight: 600;
  font-family: PFDINTextStd-Regular, sans-serif;
  font-size: 16px;
  letter-spacing: 0.6px;
  text-align: center;
  float: left;
  padding: 16px 17px 11px 17px;
  margin-top: 2px;
  margin-bottom: 3px;
  color: #fff;
  line-height: 21px;
  cursor: pointer;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  text-decoration: none;
}
.sol-top-nav .sol-top-nav__item:focus,
[data-whatinput="keyboard"] .sol-top-nav .sol-top-nav__item:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-top-nav .sol-top-nav__item:focus,
[data-whatinput="mouse"] .sol-top-nav .sol-top-nav__item:focus,
[data-whatinput="touch"] .sol-top-nav .sol-top-nav__item:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
@media (max-width: 1279px) {
  .sol-top-nav .sol-top-nav__item {
    padding: 13px 8px 15px;
    font-size: 15px;
  }
}
.sol-top-nav .sol-top-nav__item::after {
  content: '';
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  width: 2px;
  position: absolute;
  right: -1px;
  top: 10px;
  bottom: 10px;
}
.sol-top-nav .sol-top-nav__item:last-child::after {
  border-right: 0;
}
.sol-top-nav .sol-top-nav__item:hover {
  text-decoration: underline;
}
.sol-top-nav .sol-top-nav__item--active {
  border-radius: 3px;
  background-color: #fff;
  color: #204560;
  margin-top: 7px;
  position: relative;
  left: -1px;
  padding: 11px 11px 9px 13px ;
}
.sol-top-nav .sol-top-nav__item--active::after {
  border-color: transparent;
}
.sol-top-search {
  position: relative;
}
.sol-top-search__form {
  position: absolute;
  left: 325px;
  top: 2px;
  width: 406px;
}
.sol-top-search__form input[type='search'] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  border-color: rgba(110, 205, 233, 0.45);
  background-color: #fff;
  color: #204560;
  padding: 2px 50px 0 28px;
  height: 44px;
  line-height: 44px;
}
.sol-top-search__form input[type='search']::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-top-search__form input[type='search']:-moz-placeholder {
  color: #b4b4b4;
}
.sol-top-search__form input[type='search']::-moz-placeholder {
  color: #b4b4b4;
}
.sol-top-search__form input[type='search']:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-top-search__form input[type='search']:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-top-search__form input[type='search']:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.sol-top-search__form input[type='search']:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.sol-top-search__form input[type='search']::-ms-clear,
.sol-top-search__form input[type='search']::-webkit-search-cancel-button,
.sol-top-search__form input[type='search']::-webkit-search-decoration,
.sol-top-search__form input[type='search']::-webkit-search-results-button,
.sol-top-search__form input[type='search']::-webkit-search-results-decoration {
  display: none;
}
.sol-top-search__form input[type='search']:hover {
  border-color: #6ecde9;
}
.sol-top-search__form input[type='search']::-webkit-input-placeholder {
  color: #204560;
}
.sol-top-search__form input[type='search']:-moz-placeholder {
  color: #204560;
}
.sol-top-search__form input[type='search']::-moz-placeholder {
  color: #204560;
}
.sol-top-search__form input[type='search']:-ms-input-placeholder {
  color: #204560;
}
.sol-top-search__form button[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  text-align: center;
  cursor: pointer;
}
.sol-top-search__form button[type='submit']:focus,
[data-whatinput="keyboard"] .sol-top-search__form button[type='submit']:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-top-search__form button[type='submit']:focus,
[data-whatinput="mouse"] .sol-top-search__form button[type='submit']:focus,
[data-whatinput="touch"] .sol-top-search__form button[type='submit']:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-top-search__form button[type='submit'] .sol-icon__search {
  max-height: 23px;
}
.sol-top-search__form button[type='submit'] .sol-icon__search::after {
  height: 23px;
  width: 22px;
}
.sol-top-search__form button[type='submit'] .sol-icon__search.sol-icon-edge {
  height: 23px;
  width: 22px;
}
.sol-top-search__form button[type='submit'] .sol-icon__search.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 46px;
  width: 44px;
  margin-top: -11.5px;
  margin-left: -11px;
}
.sol-top-search__form button[type='submit'] .sol-icon__search.sol-icon-edge {
  padding-top: 9px;
}
/* news-item.less */
.sol-news-item {
  cursor: pointer;
}
@media (max-width: 767px) {
  .sol-news-item {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.sol-news-item .sol-news-item__content {
  position: relative;
  padding: 18px 10px 25px 21px;
  border-bottom: 1px solid rgba(110, 205, 233, 0.3);
}
@media (max-width: 767px) {
  .sol-news-item .sol-news-item__content {
    padding-right: 0;
    padding-left: 0;
  }
}
.sol-news-item .sol-news-item__img {
  min-height: 262px;
  background-size: cover;
  background-position: 50%;
}
.sol-news-item .sol-news-item__date {
  display: block;
  font-family: PFDINTextStd-Light, sans-serif;
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
  color: #313131;
  margin-bottom: 4px;
}
.sol-news-item .sol-news-item__date .sol-icon {
  max-height: 18px;
  margin-right: 7px;
  margin-top: 1px;
  float: left;
  position: relative;
  top: -2px;
}
.sol-news-item .sol-news-item__date .sol-icon::after {
  height: 18px;
  width: 17px;
}
.sol-news-item .sol-news-item__date .sol-icon.sol-icon-edge {
  height: 18px;
  width: 17px;
}
.sol-news-item .sol-news-item__date .sol-icon.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 36px;
  width: 34px;
  margin-top: -9px;
  margin-left: -8.5px;
}
@media (max-width: 1024px) {
  .sol-news-item .sol-news-item__date {
    font-size: 14px;
    margin-bottom: 0;
  }
  .sol-news-item .sol-news-item__date .sol-icon {
    max-height: 14px;
  }
  .sol-news-item .sol-news-item__date .sol-icon::after {
    height: 14px;
    width: 14px;
  }
  .sol-news-item .sol-news-item__date .sol-icon.sol-icon-edge {
    height: 14px;
    width: 14px;
  }
  .sol-news-item .sol-news-item__date .sol-icon.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 28px;
    width: 28px;
    margin-top: -7px;
    margin-left: -7px;
  }
}
.sol-news-item .sol-news-item__header {
  display: block;
  font-size: 21px;
  line-height: 27px;
  color: #204560;
  margin-top: 0;
  margin-bottom: 4px;
}
.sol-news-item .sol-news-item__header a {
  text-decoration: none;
  color: #204560;
}
@media (max-width: 1024px) {
  .sol-news-item .sol-news-item__header {
    font-size: 19px;
    line-height: normal;
    margin-bottom: 0;
  }
}
.sol-news-item:hover .sol-news-item__header {
  text-decoration: underline;
}
.sol-news-item .sol-news-item__desc {
  display: block;
  font-size: 19px;
  line-height: 27px;
  color: #313131;
  font-weight: 300;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .sol-news-item .sol-news-item__desc {
    font-size: 16px;
    line-height: normal;
    font-weight: 300;
  }
}
.sol-news-item--large {
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 26px 0 rgba(51, 51, 51, 0.4);
          box-shadow: 0 0 26px 0 rgba(51, 51, 51, 0.4);
}
@media (max-width: 1024px) {
  .sol-news-item--large {
    margin-bottom: 30px;
  }
}
.sol-news-item--large .sol-news-item__content {
  background-color: #204560;
  padding: 18px 45px 29px 34px;
}
.sol-news-item--large .sol-news-item__content > .sol-icon__arrow--white {
  max-height: 19px;
  position: absolute;
  bottom: 14px;
  right: 14px;
}
.sol-news-item--large .sol-news-item__content > .sol-icon__arrow--white::after {
  height: 19px;
  width: 19px;
}
.sol-news-item--large .sol-news-item__content > .sol-icon__arrow--white.sol-icon-edge {
  height: 19px;
  width: 19px;
}
.sol-news-item--large .sol-news-item__content > .sol-icon__arrow--white.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 38px;
  width: 38px;
  margin-top: -9.5px;
  margin-left: -9.5px;
}
@media (max-width: 1024px) {
  .sol-news-item--large .sol-news-item__content {
    padding: 5px 18px 20px;
  }
  .sol-news-item--large .sol-news-item__content .sol-news-item__header {
    margin-top: 10px;
  }
}
.sol-news-item--large .sol-news-item__date,
.sol-news-item--large .sol-news-item__header,
.sol-news-item--large .sol-news-item__desc {
  color: #fff;
}
.sol-news-item--large .sol-news-item__date a,
.sol-news-item--large .sol-news-item__header a,
.sol-news-item--large .sol-news-item__desc a {
  color: #fff;
}
.sol-news-item--large .sol-news-item__date {
  font-family: PFDINTextStd-Light, sans-serif;
}
.sol-startpage-news a.sol-news-archive-link {
  position: relative;
  z-index: 1;
  text-decoration: none;
  font-size: 19px;
  font-weight: 300;
  line-height: 24px;
  color: #204560;
  margin-top: 15px;
  float: right;
  margin-right: 8px;
}
.sol-startpage-news a.sol-news-archive-link::after {
  content: '';
  border-bottom: 2px solid rgba(110, 205, 233, 0.6);
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 1px;
  z-index: -1;
}
.sol-startpage-news a.sol-news-archive-link:hover::after {
  border-bottom-color: #6ecde9;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-startpage-news a.sol-news-archive-link {
    float: none;
    left: 80px;
    top: 10px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sol-startpage-news a.sol-news-archive-link {
    margin-right: 15px;
    font-size: 16px;
  }
}
.sol-startpage-news__left ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-startpage-news__left ul {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .sol-startpage-news__left ul {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sol-startpage-news__left ul .sol-news-item--large {
  width: 48%;
  float: left;
}
@media (max-width: 767px) {
  .sol-startpage-news__left ul .sol-news-item--large {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.sol-startpage-news__left ul .sol-news-item--large:first-child {
  margin-right: 34px;
}
@media (max-width: 1024px) {
  .sol-startpage-news__left ul .sol-news-item--large:first-child {
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .sol-startpage-news__left ul .sol-news-item--large:first-child {
    margin-right: 15px;
  }
}
.sol-startpage-news__left ul .sol-news-item--large .sol-news-item__img {
  min-height: 200px;
}
@media (max-width: 1024px) {
  .sol-startpage-news__left ul .sol-news-item--large .sol-news-item__img {
    min-height: 191px;
  }
}
@media (max-width: 767px) {
  .sol-startpage-news__left ul .sol-news-item--large .sol-news-item__img {
    min-height: 180px;
  }
}
.sol-startpage-news__left ul .sol-news-item--large .sol-news-item__content {
  height: 100%;
}
@media (max-width: 767px) {
  .sol-startpage-news__left ul .sol-news-item--large .sol-news-item__content .sol-news-item__date {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .sol-startpage-news__left ul .sol-news-item--large .sol-news-item__content .sol-news-item__header {
    margin-top: 3px;
    margin-bottom: 2px;
  }
}
.sol-startpage-news__left.sol-col-xl-6 ul.sol-ul {
  padding-right: 0;
}
.sol-startpage-news__left.sol-col-xl-6 ul.sol-ul .sol-news-item--large {
  width: 100%;
  margin-right: 0;
}
@media (max-width: 767px) {
  .sol-startpage-news__left.sol-col-xl-6 ul.sol-ul {
    padding-right: 15px;
  }
}
.sol-startpage-news__right {
  padding-right: 0 !important;
}
.sol-startpage-news__right ul {
  padding-left: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-startpage-news__right ul {
    padding-right: 80px;
    padding-left: 80px;
  }
  .sol-startpage-news__right ul .sol-news-item__content {
    padding-right: 0;
    padding-left: 0;
  }
}
.sol-article-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-article-wrapper {
    width: 79%;
  }
}
@media (max-width: 767px) {
  .sol-article-wrapper {
    width: 92%;
  }
}
.sol-article-wrapper .sv-image-portlet {
  position: relative;
  overflow: hidden;
}
.sol-article-wrapper .sv-image-portlet .sol-article-date {
  position: absolute;
  left: -45px;
  top: -45px;
  width: 100px;
  height: 100px;
  padding-top: 47px;
  padding-left: 31px;
  border-radius: 100%;
  background-color: rgba(32, 69, 96, 0.8);
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .sol-article-wrapper .sv-image-portlet .sol-article-date {
    left: -40px;
    top: -40px;
    width: 90px;
    height: 90px;
    padding-top: 40px;
  }
}
.sol-article-wrapper .sv-image-portlet .sol-article-date-day {
  display: block;
  font-size: 16px;
  line-height: 11px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .sol-article-wrapper .sv-image-portlet .sol-article-date-day {
    font-size: 14px;
    line-height: 7px;
  }
}
.sol-article-wrapper .sv-image-portlet .sol-article-date-month {
  font-size: 12px;
  line-height: 22px;
  display: block;
}
.sol-article-wrapper .pagecontent:after,
.sol-article-wrapper .pagecontent:before {
  content: '';
  display: table;
}
.sol-article-wrapper .pagecontent:after {
  clear: both;
}
.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;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #313131;
  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: #9cd5cc;
}
.sv-linklist-portlet > div > div:nth-child(3) span,
.sv-linklist-portlet > div > div:nth-child(3) span {
  background-color: #204560;
  color: #fff;
}
.sv-linklist-portlet > div > div:nth-child(3) span strong,
.sv-linklist-portlet > div > div:nth-child(3) span strong {
  font-weight: 300;
}
.sv-sitemap-portlet {
  margin-top: 50px;
}
.sv-sitemap-portlet .font-normal {
  margin-bottom: 5px;
}
.sv-mfpimage-portlet {
  margin-top: 25px;
  margin-bottom: 30px;
}
.sol-subpage-wrapper:after,
.sol-subpage-wrapper:before {
  content: '';
  display: table;
}
.sol-subpage-wrapper:after {
  clear: both;
}
.sol-subpage-wrapper > .sol-left {
  width: 65%;
  float: left;
}
@media (max-width: 1024px) {
  .sol-subpage-wrapper > .sol-left {
    float: none;
    width: 100%;
  }
}
.sol-subpage-wrapper > .sol-right {
  width: 30%;
  float: right;
}
@media (max-width: 1024px) {
  .sol-subpage-wrapper > .sol-right {
    float: none;
    width: 100%;
  }
}
.sol-subpage-wrapper .pagecontent:after,
.sol-subpage-wrapper .pagecontent:before {
  content: '';
  display: table;
}
.sol-subpage-wrapper .pagecontent:after {
  clear: both;
}
/* part/wrapper.less */
.sol-section {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .sol-section {
    padding-top: 20px;
    padding-bottom: 95px;
  }
}
@media (max-width: 767px) {
  .sol-section {
    padding-top: 25px;
    padding-bottom: 54px;
  }
}
.sol-content-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  /*& .sv-image-portlet {
    margin-left: -67px;
    margin-right: -67px;
    @media @sm {
      margin-left: -4.5%;
      margin-right: -4.5%;
    }
  }*/
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-content-wrapper {
    max-width: 79.9%;
  }
}
@media (max-width: 767px) {
  .sol-content-wrapper {
    width: 92%;
  }
}
.sol-content-wrapper .sv-language-portlet {
  float: left;
  margin-right: 20px;
}
.sol-content-wrapper .sv-language-portlet a {
  text-decoration: none;
  font-size: 15px;
}
.sol-content-wrapper .sv-language-portlet .sol-icon {
  max-height: 18px;
  margin-right: 7px;
  margin-top: 1px;
  float: left;
}
.sol-content-wrapper .sv-language-portlet .sol-icon::after {
  height: 18px;
  width: 17px;
}
.sol-content-wrapper .sv-language-portlet .sol-icon.sol-icon-edge {
  height: 18px;
  width: 17px;
}
.sol-content-wrapper .sv-language-portlet .sol-icon.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 36px;
  width: 34px;
  margin-top: -9px;
  margin-left: -8.5px;
}
.sol-content-wrapper .sv-language-portlet .sol-icon__globe {
  margin-right: 10px;
  vertical-align: middle;
}
.sol-content-wrapper .sv-language-portlet .sol-icon__english {
  margin-right: 10px;
  vertical-align: middle;
}
.sol-wide-content-wrapper {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.pagecontent .sv-mfpimage-portlet,
.pagecontent .sv-image-portlet {
  margin-bottom: 20px;
}
.pagecontent .sv-portlet-image-caption {
  margin-top: 0;
  padding: 8px 0px;
  background-color: #fff;
  color: #313131;
  font-size: 17px;
  line-height: 15px;
  text-align: left;
  font-family: PFDINTextStd-Regular, sans-serif;
  font-weight: 300;
}
.pagecontent .sv-linkicon {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-puff__link {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-puff__img {
    min-height: 200px;
    max-height: 200px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.sol-puff__container {
  margin-top: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-puff__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.sol-puff__container > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 48%;
          flex: 1 1 48%;
  max-width: 48%;
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-puff__container > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 49.5%;
            flex: 1 1 49.5%;
    max-width: 49.5%;
  }
}
@media (max-width: 767px) {
  .sol-puff__container > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
.sol-puff__container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sol-puff__container > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 48%;
          flex: 1 1 48%;
  max-width: 48%;
}
.sol-puff__content {
  padding-bottom: 63px;
}
.sol-puff__content__title {
  color: #c8496b;
  margin-bottom: 8px;
}
.sol-puff__content__text {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.28;
  text-align: left;
  color: #323232;
}
.sol-template-area--intranet {
  width: calc(100% - 110px);
  margin-left: auto;
}
.sol-template-area--intranet .sol-startpage__bottom {
  margin-top: 50px;
}
.sol-template-area--intranet .sol-startpage__bottom > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sol-template-area--intranet .sol-startpage__bottom > div:first-child > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}
.sol-template-area--intranet .sol-startpage__top {
  position: relative;
}
.sol-template-area--intranet .sol-startpage__top__image {
  height: 326px;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
}
.sol-template-area--intranet .sol-startpage__top__image::after,
.sol-template-area--intranet .sol-startpage__top__image::before {
  content: '';
  display: block;
  position: absolute;
  height: 40px;
  background-color: #FCFBF9;
  z-index: 1;
  bottom: -25px;
  width: 340px;
}
@media (min-width: 1900px) {
  .sol-template-area--intranet .sol-startpage__top__image::after,
  .sol-template-area--intranet .sol-startpage__top__image::before {
    width: 700px;
  }
}
.sol-template-area--intranet .sol-startpage__top__image::before {
  content: '';
  left: -1px;
  -webkit-transform: rotate(5deg) skewx(5deg);
          transform: rotate(5deg) skewx(5deg);
}
@media (min-width: 1900px) {
  .sol-template-area--intranet .sol-startpage__top__image::before {
    -webkit-transform: rotate(3deg) skewx(3deg);
            transform: rotate(3deg) skewx(3deg);
  }
}
.sol-template-area--intranet .sol-startpage__top__image::after {
  right: -1px;
  -webkit-transform: rotate(-5deg) skewx(-5deg);
          transform: rotate(-5deg) skewx(-5deg);
}
@media (min-width: 1900px) {
  .sol-template-area--intranet .sol-startpage__top__image::after {
    -webkit-transform: rotate(-3deg) skewx(-3deg);
            transform: rotate(-3deg) skewx(-3deg);
  }
}
@media (max-width: 1024px) {
  .sol-template-area--intranet .sol-startpage__top__image {
    height: 368px;
  }
}
@media (max-width: 767px) {
  .sol-template-area--intranet .sol-startpage__top__image {
    display: none;
  }
}
.sol-template-area--intranet .sol-top-shortcut {
  background: #fff;
  width: 90%;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
  z-index: 2;
}
.sol-template-area--intranet .sol-startpage__top__content {
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 2;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-template-area--intranet .sol-startpage__top__content {
    bottom: -200px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sol-template-area--intranet .sol-startpage__top__content .sol-top-shortcut__item {
  min-height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sol-template-area--intranet .sol-startpage__top__content .sol-icon__briefcase {
  max-height: 63px;
}
.sol-template-area--intranet .sol-startpage__top__content .sol-icon__briefcase::after {
  height: 63px;
  width: 69px;
}
.sol-template-area--intranet .sol-startpage__top__content .sol-icon__briefcase.sol-icon-edge {
  height: 63px;
  width: 69px;
}
.sol-template-area--intranet .sol-startpage__top__content .sol-icon__briefcase.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 126px;
  width: 138px;
  margin-top: -31.5px;
  margin-left: -34.5px;
}
.sol-template-area--intranet .sol-startpage__top__content .sol-icon__e-services {
  max-height: 66px;
}
.sol-template-area--intranet .sol-startpage__top__content .sol-icon__e-services::after {
  height: 66px;
  width: 70px;
}
.sol-template-area--intranet .sol-startpage__top__content .sol-icon__e-services.sol-icon-edge {
  height: 66px;
  width: 70px;
}
.sol-template-area--intranet .sol-startpage__top__content .sol-icon__e-services.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 132px;
  width: 140px;
  margin-top: -33px;
  margin-left: -35px;
}
.sol-template-area--intranet .sol-startpage__top__content .sol-icon__compare {
  max-height: 64px;
}
.sol-template-area--intranet .sol-startpage__top__content .sol-icon__compare::after {
  height: 64px;
  width: 68px;
}
.sol-template-area--intranet .sol-startpage__top__content .sol-icon__compare.sol-icon-edge {
  height: 64px;
  width: 68px;
}
.sol-template-area--intranet .sol-startpage__top__content .sol-icon__compare.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 128px;
  width: 136px;
  margin-top: -32px;
  margin-left: -34px;
}
.sol-template-area--intranet .sol-homepage__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sol-template-area--intranet .sol-homepage__bottom > div:first-child > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
}
.sol-template-area--intranet .sol-homepage__bottom .sol-right {
  width: 48%;
}
@media (max-width: 1024px) {
  .sol-template-area--intranet {
    width: 100%;
  }
}
.sol-startpage__content__top {
  padding: 95px 0 35px;
}
.sol-startpage__content__bottom {
  padding: 0 auto 35px;
  background-color: #fff;
}
.sol-startpage__content__bottom > .sv-fluid-grid.sv-grid-main {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  .sol-startpage__content__top {
    padding-top: 160px;
  }
  .sol-startpage__content__bottom {
    padding: 0 20px 35px;
  }
}
@media (max-width: 767px) {
  .sol-startpage__content__top {
    padding-top: 30px;
  }
  .sol-startpage__content__bottom {
    padding: 0 15px 35px;
  }
}
.sol-startpage-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  margin-bottom: 45px;
}
.sol-startpage-events__header {
  background-color: #c1e4c7;
  padding: 23px 38px;
  margin: 0;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
}
.sol-startpage-events__header__text {
  font-size: 19px;
  text-align: left;
  color: #333333;
  margin-top: 5px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.sol-startpage-events__header .sol-icon__tickets::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/tickets--black.svg');
  width: 55px;
  height: 44.4px;
}
.sol-startpage-events-list-wrapper {
  width: 100%;
  padding-left: 33px;
  padding-right: 18px;
  position: relative;
}
.sol-startpage-events-list-wrapper .sol-events-archive-link {
  font-family: PFDINTextStd-Light, sans-serif;
  display: inline-block;
  width: auto;
  text-align: right;
  text-decoration: none;
  position: absolute;
  bottom: 4px;
  right: 19px;
}
.sol-startpage-events-list-wrapper .sol-events-archive-link span {
  font-size: 19px;
  font-weight: 300;
  line-height: 1;
  text-align: left;
  color: #204560;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.sol-startpage-events-list-wrapper .sol-events-archive-link span::after {
  content: '';
  border-bottom: 2px solid rgba(110, 205, 233, 0.6);
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 1px;
  z-index: -1;
}
.sol-startpage-events-list-wrapper .sol-events-archive-link span:hover::after {
  border-bottom-color: #6ecde9;
}
.sol-startpage-events-list-wrapper .sol-events-archive-link span:hover::after {
  border-bottom-color: #6ecde9;
}
.sol-startpage-events .sol-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sol-startpage-events .sol-ul .sol-event-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  margin-top: 17px;
}
.sol-startpage-events .sol-ul .sol-event-item:first-child {
  margin-left: 0;
}
.sol-startpage-events .sol-ul .sol-event-item__date {
  background-color: #c1e4c7;
  font-family: PFDINTextStd-Regular, sans-serif;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 18px;
}
.sol-startpage-events .sol-ul .sol-event-item__date__day {
  font-size: 21.6px;
  line-height: 1;
  margin-bottom: 3px;
  font-weight: bold;
}
.sol-startpage-events .sol-ul .sol-event-item__date__month {
  font-size: 12px;
  line-height: 0.93;
  text-transform: uppercase;
}
.sol-startpage-events .sol-ul .sol-event-item__header {
  -ms-flex-preferred-size: 78%;
      flex-basis: 78%;
  margin: 0;
  font-size: 18px;
  line-height: 1.17;
  text-align: left;
}
.sol-startpage-events .sol-ul .sol-event-item__header .sol-event-item__date__weekday {
  font-family: PFDINTextStd-Light, sans-serif;
  font-size: 13px;
  font-weight: 300;
  display: block;
  line-height: 1.08;
  text-align: left;
  color: #333333;
  text-transform: capitalize;
}
.sol-startpage-events .sol-ul .sol-event-item__header > a {
  position: relative;
  text-decoration: none;
  color: #204560;
}
.sol-startpage-events .sol-ul .sol-event-item__header > a:active {
  color: #333333;
  text-decoration: underline;
}
.sol-startpage-events .sol-ul .sol-event-item:hover .sol-event-item__header a {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .sol-startpage-events__header .sol-icon__tickets {
    position: relative;
    top: 50%;
    margin-top: -45px;
  }
  .sol-startpage-events__header__text {
    position: relative;
    top: 50%;
    margin-top: 5px;
  }
  .sol-startpage-events-list-wrapper .sol-ul {
    display: block;
  }
  .sol-startpage-events-list-wrapper .sol-ul .sol-event-item {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .sol-startpage-events-list-wrapper .sol-ul .sol-event-item__header {
    font-size: 16px;
    line-height: 1.19;
  }
  .sol-startpage-events-list-wrapper .sol-events-archive-link span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sol-startpage-events {
    display: block;
    padding-top: 5px;
    padding-left: 5px;
  }
  .sol-startpage-events__header {
    display: block;
    padding: 5px 13px;
    margin-right: 5px;
  }
  .sol-startpage-events__header .sol-icon__tickets {
    position: relative;
    top: 4px;
    margin-top: 0;
  }
  .sol-startpage-events__header .sol-icon__tickets::after {
    max-height: 33px;
  }
  .sol-startpage-events__header .sol-icon__tickets::after::after {
    height: 33px;
    width: 40px;
  }
  .sol-startpage-events__header .sol-icon__tickets::after.sol-icon-edge {
    height: 33px;
    width: 40px;
  }
  .sol-startpage-events__header .sol-icon__tickets::after.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 66px;
    width: 80px;
    margin-top: -16.5px;
    margin-left: -20px;
  }
  .sol-startpage-events__header__text {
    display: inline-block;
    font-size: 17px;
    position: relative;
    top: -7px;
    margin-top: 0;
  }
  .sol-startpage-events-list-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .sol-startpage-events-list-wrapper .sol-ul .sol-event-item {
    margin-bottom: 20px;
  }
  .sol-startpage-events-list-wrapper .sol-ul .sol-event-item__date {
    width: 45px;
    height: 45px;
  }
  .sol-startpage-events-list-wrapper .sol-ul .sol-event-item__date__day {
    font-size: 18px;
    line-height: 0.85;
  }
  .sol-startpage-events-list-wrapper .sol-ul .sol-event-item__date__month {
    font-size: 11px;
    line-height: 1.02;
  }
  .sol-startpage-events-list-wrapper .sol-events-archive-link {
    bottom: -22px;
  }
}
.sol-popular-pages {
  background-color: #ECF6EE;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sol-popular-pages:after,
.sol-popular-pages:before {
  content: '';
  display: table;
}
.sol-popular-pages:after {
  clear: both;
}
.sol-popular-pages__header {
  line-height: 19px;
  letter-spacing: 0.4px;
  color: #313131;
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.sol-popular-pages__link {
  position: relative;
  display: inline-block;
  line-height: 22px;
  min-height: 40px;
  padding: 8px 25px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
  text-transform: initial;
  background-color: #c1e4c7;
  padding: 12px 15px;
  color: #313131;
  display: block;
  border-radius: 3px;
  margin-left: 18px;
  font-size: 17px;
  line-height: 21px;
}
.sol-popular-pages__link:focus,
[data-whatinput="keyboard"] .sol-popular-pages__link:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-popular-pages__link:focus,
[data-whatinput="mouse"] .sol-popular-pages__link:focus,
[data-whatinput="touch"] .sol-popular-pages__link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-popular-pages__link:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-popular-pages__link:active {
  background-color: #6DAB78;
}
.sol-popular-pages__link i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-popular-pages__link:focus,
[data-whatinput="keyboard"] .sol-popular-pages__link:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-popular-pages__link:focus,
[data-whatinput="mouse"] .sol-popular-pages__link:focus,
[data-whatinput="touch"] .sol-popular-pages__link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-popular-pages__link:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-popular-pages__link:active {
  background-color: #6DAB78;
}
.sol-popular-pages__link i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-popular-pages__link .sol-icon {
  max-height: 13px;
  margin-right: 8px;
  margin-top: 3px;
  float: left;
}
.sol-popular-pages__link .sol-icon::after {
  height: 13px;
  width: 15px;
}
.sol-popular-pages__link .sol-icon.sol-icon-edge {
  height: 13px;
  width: 15px;
}
.sol-popular-pages__link .sol-icon.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 26px;
  width: 30px;
  margin-top: -6.5px;
  margin-left: -7.5px;
}
.sol-popular-pages__link .sol-icon::after {
  float: left;
}
@media (max-width: 1024px) {
  .sol-popular-pages {
    display: block;
    padding: 13px 22px 13px 120px;
    position: relative;
  }
  .sol-popular-pages__header {
    font-size: 18px;
    position: absolute;
    top: 13px;
    left: 22px;
  }
  .sol-popular-pages__link {
    display: inline-block;
    font-size: 17px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 6px 20px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .sol-popular-pages {
    display: block;
    padding: 13px 16px;
  }
  .sol-popular-pages__header {
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
    top: auto;
    left: auto;
  }
  .sol-popular-pages__link {
    font-size: 15px;
    min-height: 35px;
    padding: 8px 20px 4px;
  }
}
.sol-startpage-news .sol-news-archive-link {
  font-family: PFDINTextStd-Light, sans-serif;
  margin-right: 0;
}
.sol-startpage-news__header {
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 30px;
  line-height: 39px;
  text-align: center;
}
@media (min-width: 1280px) {
  .sol-startpage-news__left > ul {
    padding-right: 35px;
  }
}
.sol-startpage-news__right {
  margin-top: -20px;
}
@media (min-width: 1280px) {
  .sol-startpage-news__right > ul {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .sol-startpage-news__right {
    margin-top: 0;
  }
}
.sol-startpage__top {
  position: relative;
}
.sol-startpage__top__image {
  position: relative;
  height: 530px;
  background-position: 50% 50%;
  background-size: cover;
}
.sol-startpage__top__image::after,
.sol-startpage__top__image::before {
  content: '';
  display: block;
  position: absolute;
  height: 40px;
  background-color: #fff;
  z-index: 1;
  bottom: -25px;
  width: 340px;
}
@media (min-width: 1900px) {
  .sol-startpage__top__image::after,
  .sol-startpage__top__image::before {
    width: 700px;
  }
}
.sol-startpage__top__image::before {
  content: '';
  left: -1px;
  -webkit-transform: rotate(5deg) skewx(5deg);
          transform: rotate(5deg) skewx(5deg);
}
@media (min-width: 1900px) {
  .sol-startpage__top__image::before {
    -webkit-transform: rotate(3deg) skewx(3deg);
            transform: rotate(3deg) skewx(3deg);
  }
}
.sol-startpage__top__image::after {
  right: -1px;
  -webkit-transform: rotate(-5deg) skewx(-5deg);
          transform: rotate(-5deg) skewx(-5deg);
}
@media (min-width: 1900px) {
  .sol-startpage__top__image::after {
    -webkit-transform: rotate(-3deg) skewx(-3deg);
            transform: rotate(-3deg) skewx(-3deg);
  }
}
@media (max-width: 1024px) {
  .sol-startpage__top__image {
    height: 368px;
  }
}
@media (max-width: 767px) {
  .sol-startpage__top__image {
    display: none;
  }
}
.sol-startpage__top__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  z-index: 2;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.16);
  min-height: 215px;
  left: 0;
  right: 0;
  bottom: -40px;
}
.sol-startpage__top__content > .sv-script-portlet:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .sol-startpage__top__content {
    margin-right: 0;
    margin-left: 0;
    height: auto;
    bottom: -130px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media (max-width: 767px) {
  .sol-startpage__top__content {
    position: relative;
    top: 0;
    bottom: auto;
  }
}
.sol-top-shortcut {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1263px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 15px 0;
}
.sol-top-shortcut__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 33.3333%;
          flex: 1 33.3333%;
  text-align: center;
  padding: 0 10px;
  min-height: 112px;
  text-decoration: none;
  border-right: 2px solid #E5F6FB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sol-top-shortcut__item:hover {
  background-color: #e5f6fb;
}
.sol-top-shortcut__item:first-child {
  padding-left: 0;
}
.sol-top-shortcut__item:last-child {
  border-right: none;
  padding-right: 0;
}
.sol-top-shortcut__item__name {
  display: inline-block;
  font-size: 21px;
  line-height: 27px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-top: 4px;
}
.sol-top-shortcut__item .sol-icon {
  position: relative;
  max-height: 87px;
}
.sol-top-shortcut__item .sol-icon::after {
  height: 87px;
  width: 100px;
}
.sol-top-shortcut__item .sol-icon.sol-icon-edge {
  height: 87px;
  width: 100px;
}
.sol-top-shortcut__item .sol-icon.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 174px;
  width: 200px;
  margin-top: -43.5px;
  margin-left: -50px;
}
.sol-top-shortcut__item .sol-icon__briefcase {
  max-height: 87px;
  margin-right: 30px;
}
.sol-top-shortcut__item .sol-icon__briefcase::after {
  height: 87px;
  width: 100px;
}
.sol-top-shortcut__item .sol-icon__briefcase.sol-icon-edge {
  height: 87px;
  width: 100px;
}
.sol-top-shortcut__item .sol-icon__briefcase.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 174px;
  width: 200px;
  margin-top: -43.5px;
  margin-left: -50px;
}
.sol-top-shortcut__item .sol-icon__e-services {
  max-height: 90px;
  margin-right: 35px;
}
.sol-top-shortcut__item .sol-icon__e-services::after {
  height: 90px;
  width: 80px;
}
.sol-top-shortcut__item .sol-icon__e-services.sol-icon-edge {
  height: 90px;
  width: 80px;
}
.sol-top-shortcut__item .sol-icon__e-services.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 180px;
  width: 160px;
  margin-top: -45px;
  margin-left: -40px;
}
.sol-top-shortcut__item .sol-icon__compare {
  max-height: 88px;
  margin-right: 23px;
}
.sol-top-shortcut__item .sol-icon__compare::after {
  height: 88px;
  width: 99px;
}
.sol-top-shortcut__item .sol-icon__compare.sol-icon-edge {
  height: 88px;
  width: 99px;
}
.sol-top-shortcut__item .sol-icon__compare.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 176px;
  width: 198px;
  margin-top: -44px;
  margin-left: -49.5px;
}
.sol-top-shortcut__item [class*="sol-icon"] {
  margin-right: 20px;
}
.sol-top-shortcut__item [class*="framtidsyrken-1"] {
  margin-right: 20px;
}
.sol-top-shortcut__item [class*="framtidsyrken-2"] {
  margin-right: 20px;
}
.sol-top-shortcut__item [class*="sol-icon__hitta-hit"] {
  margin-right: 15px;
}
.sol-top-shortcut__item [class*="sol-icon__e-tjanster-1"] {
  margin-right: 25px;
}
.sol-top-shortcut__item [class*="sol-icon__e-tjanster-2"] {
  margin-right: 15px;
}
.sol-top-shortcut__item [class*="sol-icon__akutella-arbeten"] {
  margin-right: 15px;
}
.sol-top-shortcut__item [class*="felanmalan"] {
  margin-right: 25px;
}
.sol-top-shortcut__item [class*="sol-icon__bibliotek"] {
  margin-right: 25px;
}
.sol-top-shortcut__item [class*="sol-icon__foreningsregister"] {
  margin-right: 15px;
}
.sol-top-shortcut__item [class*="sol-icon__evenemang"] {
  margin-right: 25px;
}
.sol-top-shortcut__item [class*="sol-icon__felanmalan--blå"] {
  margin-right: 23px;
}
.sol-top-shortcut__item [class*="insyn-i-politiken"] {
  margin-right: 30px;
}
.sol-top-shortcut__item [class*="jamforelseguiden"] {
  margin-right: 25px;
}
.sol-top-shortcut__item [class*="lediga-jobb"] {
  margin-right: 20px;
}
.sol-top-shortcut__item [class*="servicecenter"] {
  margin-right: 25px;
}
.sol-top-shortcut__item [class*="stadsbyggnadsportalen-2"] {
  margin-right: 25px;
}
.sol-top-shortcut__item [class*="utbildningar"] {
  margin-right: 25px;
}
.sol-top-shortcut__item [class*="vi-erbjuder"] {
  margin-right: 25px;
}
.sol-top-shortcut__item [class*="elev"] {
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .sol-top-shortcut__item .sol-icon {
    max-height: 57px;
    margin-right: 0;
  }
  .sol-top-shortcut__item .sol-icon::after {
    height: 57px;
    width: 64px;
  }
  .sol-top-shortcut__item .sol-icon.sol-icon-edge {
    height: 57px;
    width: 64px;
  }
  .sol-top-shortcut__item .sol-icon.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 114px;
    width: 128px;
    margin-top: -28.5px;
    margin-left: -32px;
  }
}
@media (max-width: 767px) {
  .sol-top-shortcut__item .sol-icon {
    max-height: 40px;
  }
  .sol-top-shortcut__item .sol-icon::after {
    height: 40px;
    width: 50px;
  }
  .sol-top-shortcut__item .sol-icon.sol-icon-edge {
    height: 40px;
    width: 50px;
  }
  .sol-top-shortcut__item .sol-icon.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 80px;
    width: 100px;
    margin-top: -20px;
    margin-left: -25px;
  }
  .sol-top-shortcut__item .sol-icon [class*="sol-icon__akutella-arbeten"] {
    max-height: 40px;
  }
  .sol-top-shortcut__item .sol-icon [class*="sol-icon__akutella-arbeten"]::after {
    height: 40px;
    width: 50px;
  }
  .sol-top-shortcut__item .sol-icon [class*="sol-icon__akutella-arbeten"].sol-icon-edge {
    height: 40px;
    width: 50px;
  }
  .sol-top-shortcut__item .sol-icon [class*="sol-icon__akutella-arbeten"].sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 80px;
    width: 100px;
    margin-top: -20px;
    margin-left: -25px;
  }
  .sol-top-shortcut__item .sol-icon [class*="sol-icon__bibliotek"] {
    max-height: 40px;
  }
  .sol-top-shortcut__item .sol-icon [class*="sol-icon__bibliotek"]::after {
    height: 40px;
    width: 50px;
  }
  .sol-top-shortcut__item .sol-icon [class*="sol-icon__bibliotek"].sol-icon-edge {
    height: 40px;
    width: 50px;
  }
  .sol-top-shortcut__item .sol-icon [class*="sol-icon__bibliotek"].sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 80px;
    width: 100px;
    margin-top: -20px;
    margin-left: -25px;
  }
  .sol-top-shortcut__item .sol-icon [class*="sol-icon__elev"] {
    max-height: 45px;
  }
  .sol-top-shortcut__item .sol-icon [class*="sol-icon__elev"]::after {
    height: 45px;
    width: 50px;
  }
  .sol-top-shortcut__item .sol-icon [class*="sol-icon__elev"].sol-icon-edge {
    height: 45px;
    width: 50px;
  }
  .sol-top-shortcut__item .sol-icon [class*="sol-icon__elev"].sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 90px;
    width: 100px;
    margin-top: -22.5px;
    margin-left: -25px;
  }
}
@media (max-width: 1024px) {
  .sol-top-shortcut__item {
    display: block;
    padding-top: 5px;
    min-height: 100px;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
  }
  .sol-top-shortcut__item:first-child,
  .sol-top-shortcut__item:last-child {
    padding-left: 0;
  }
  .sol-top-shortcut__item__name {
    display: block;
    font-size: 18px;
    position: absolute;
    bottom: 2px;
    -ms-flex-item-align: center;
        align-self: center;
    left: 0;
    right: 0;
  }
  .sol-top-shortcut__item .sol-icon__briefcase {
    max-height: 58px;
    margin-right: 0;
  }
  .sol-top-shortcut__item .sol-icon__briefcase::after {
    height: 58px;
    width: 67px;
  }
  .sol-top-shortcut__item .sol-icon__briefcase.sol-icon-edge {
    height: 58px;
    width: 67px;
  }
  .sol-top-shortcut__item .sol-icon__briefcase.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 116px;
    width: 134px;
    margin-top: -29px;
    margin-left: -33.5px;
  }
  .sol-top-shortcut__item .sol-icon__e-services {
    max-height: 61px;
    margin-right: 0;
  }
  .sol-top-shortcut__item .sol-icon__e-services::after {
    height: 61px;
    width: 70px;
  }
  .sol-top-shortcut__item .sol-icon__e-services.sol-icon-edge {
    height: 61px;
    width: 70px;
  }
  .sol-top-shortcut__item .sol-icon__e-services.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 122px;
    width: 140px;
    margin-top: -30.5px;
    margin-left: -35px;
  }
  .sol-top-shortcut__item .sol-icon__compare {
    max-height: 57px;
    margin-right: 0;
  }
  .sol-top-shortcut__item .sol-icon__compare::after {
    height: 57px;
    width: 64px;
  }
  .sol-top-shortcut__item .sol-icon__compare.sol-icon-edge {
    height: 57px;
    width: 64px;
  }
  .sol-top-shortcut__item .sol-icon__compare.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 114px;
    width: 128px;
    margin-top: -28.5px;
    margin-left: -32px;
  }
}
@media (max-width: 767px) {
  .sol-top-shortcut__item {
    padding-top: 10px;
    min-height: 85px;
  }
  .sol-top-shortcut__item:first-child {
    margin-left: 5px;
  }
  .sol-top-shortcut__item:nth-child(2) {
    padding-right: 23px;
    padding-left: 23px;
  }
  .sol-top-shortcut__item:last-child {
    margin-right: 5px;
  }
  .sol-top-shortcut__item__name {
    font-size: 13px;
  }
  .sol-top-shortcut__item .sol-icon__briefcase {
    max-height: 40px;
  }
  .sol-top-shortcut__item .sol-icon__briefcase::after {
    height: 40px;
    width: 46px;
  }
  .sol-top-shortcut__item .sol-icon__briefcase.sol-icon-edge {
    height: 40px;
    width: 46px;
  }
  .sol-top-shortcut__item .sol-icon__briefcase.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 80px;
    width: 92px;
    margin-top: -20px;
    margin-left: -23px;
  }
  .sol-top-shortcut__item .sol-icon__e-services {
    max-height: 41px;
  }
  .sol-top-shortcut__item .sol-icon__e-services::after {
    height: 41px;
    width: 46px;
  }
  .sol-top-shortcut__item .sol-icon__e-services.sol-icon-edge {
    height: 41px;
    width: 46px;
  }
  .sol-top-shortcut__item .sol-icon__e-services.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 82px;
    width: 92px;
    margin-top: -20.5px;
    margin-left: -23px;
  }
  .sol-top-shortcut__item .sol-icon__compare {
    max-height: 44px;
  }
  .sol-top-shortcut__item .sol-icon__compare::after {
    height: 44px;
    width: 50px;
  }
  .sol-top-shortcut__item .sol-icon__compare.sol-icon-edge {
    height: 44px;
    width: 50px;
  }
  .sol-top-shortcut__item .sol-icon__compare.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 88px;
    width: 100px;
    margin-top: -22px;
    margin-left: -25px;
  }
}
.sol-a-z-icon {
  display: none;
  font-size: 20px;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
.sol-letters {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.sol-letters:after,
.sol-letters:before {
  content: '';
  display: table;
}
.sol-letters:after {
  clear: both;
}
.sol-letters a {
  padding: 6px 0;
  text-align: center;
  height: 24px;
  width: 24px;
  color: #fff;
  background-color: #9e9e9e;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
  text-transform: none;
  text-decoration: none;
  border-radius: 3px;
  margin-right: 1px;
  margin-left: 1px;
  margin-bottom: 10px;
  display: inline-block;
}
.sol-letters a.sol-active,
.sol-letters a:hover {
  background-color: #204560;
  color: #fff;
}
.sol-contact-card {
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  padding: 20px 20px 10px;
}
.sol-contact-card .sv-text-portlet {
  border-bottom: 1px solid #9e9e9e;
  margin-bottom: 10px;
  min-height: 51px;
}
.sol-contact-card .sv-text-portlet .sv-portlet-toolbar {
  font-weight: 600;
}
.sol-contact-card h1.font-heading-1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PFDINTextStd-Light, sans-serif;
  color: #313131;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  font-weight: normal;
  padding: 0;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-contact-card h1.font-heading-1 {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .sol-contact-card h1.font-heading-1 {
    font-size: 15px;
  }
}
.sol-contact-card h1.font-heading-1::after {
  display: none;
}
.sol-contact-card h2.font-heading-2 {
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #204560;
  margin-top: 19px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1.65;
}
@media (max-width: 479px) {
  .sol-contact-card h2.font-heading-2 {
    font-size: 12px;
  }
}
.sol-contact-card h1.font-heading-1,
.sol-contact-card h2.font-heading-2,
.sol-contact-card h3.font-heading-3,
.sol-contact-card h4.font-heading-4,
.sol-contact-card p.font-normal {
  margin: 0;
}
.sol-contact-card .sv-html-portlet {
  display: none;
}
.sol-contact-card .sv-html-portlet p b {
  font-weight: 700;
}
.sv-editing-mode .sol-contact-card .sv-html-portlet {
  display: block;
}
/* special/error-page.less */
.sol-error-page {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.sol-error-page-text-big {
  font-size: 255px;
  line-height: 220px;
  font-weight: 700;
}
.sol-error-page-text-small {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
}
.sol-error-page .sol-btn {
  margin-top: 20px;
}
.sol-error-page .sol-btn:first-child {
  margin-right: 10px;
}
.sv-login-portlet.sol-form-decoration {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sv-login-portlet.sol-form-decoration .sv-login-input-group {
  margin-bottom: 0;
}
.sv-login-portlet.sol-form-decoration input[type='submit'] {
  margin-top: 0;
}
.sv-login-portlet.sol-form-decoration fieldset {
  margin: 0;
  padding: 0;
}
/* special/search.less */
.search-hit__path {
  margin-bottom: 0 !important;
}
.search-hit__path a {
  font-size: 16px;
}
.search-hit__path a::after {
  bottom: -1px !important;
}
@media (max-width: 767px) {
  .sol-search-page__form {
    max-width: 90% !important;
    margin-right: auto;
    margin-left: auto;
  }
}
.sol-search-page__wrapper {
  padding-top: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-search-page__wrapper {
    padding-top: 49px;
  }
}
@media (max-width: 767px) {
  .sol-search-page__wrapper {
    width: 100%;
  }
}
.sol-search-page__wrapper .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .sol-search-page__wrapper .pagination {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sol-search-page__wrapper .pagination span {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 19px;
  text-align: left;
  color: #313131;
  text-decoration: none;
  border-radius: 50%;
  background-color: transparent;
}
.sol-search-page__wrapper .pagination span.current {
  border: solid 2px rgba(110, 205, 233, 0.6);
}
.sol-search-page__wrapper .pagination span.current.prev,
.sol-search-page__wrapper .pagination span.current.next {
  border: none;
  width: auto;
  height: auto;
}
.sol-search-page__wrapper .pagination a {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 19px;
  text-align: left;
  color: #313131;
  text-decoration: none;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.sol-search-page__wrapper .pagination a::after {
  display: none;
}
.sol-search-page__wrapper .pagination a.prev,
.sol-search-page__wrapper .pagination a.next {
  width: auto;
  height: auto;
  border: none;
  font-size: 19px;
  font-weight: 300;
  text-align: left;
  color: #204560;
  line-height: 1;
  position: relative;
  padding: 0;
}
.sol-search-page__wrapper .pagination a.prev::after,
.sol-search-page__wrapper .pagination a.next::after {
  display: block;
  content: '';
  border-bottom: 2px solid rgba(110, 205, 233, 0.6);
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -2px;
  z-index: -1;
}
.sol-search-page__wrapper .pagination .current {
  color: #204560;
}
.sol-search-page__wrapper > div.pagecontent {
  width: 100%;
}
.sol-search-page__wrapper .sol-search-page + div > p {
  font-size: 15px;
  font-weight: 300;
  text-align: left;
  color: #333333;
  margin-left: 28px;
  margin-top: 13px;
}
.sol-search-page__wrapper .sol-search-page + div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .sol-search-page__wrapper .sol-search-page + div > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sol-search-page__wrapper .sv-search-facet {
  margin-bottom: 1em;
}
.sol-search-page__wrapper .sv-search-facets {
  float: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 30%;
  padding: 0 !important;
}
@media (max-width: 1024px) {
  .sol-search-page__wrapper .sv-search-facets {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    max-width: 620px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .sol-search-page__wrapper .sv-search-facets {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .sol-search-page__wrapper .sv-search-facets > .sv-search-facet {
    width: 45%;
    position: relative;
  }
  .sol-search-page__wrapper .sv-search-facets > .sv-search-facet:nth-child(1) {
    z-index: 5;
  }
  .sol-search-page__wrapper .sv-search-facets > .sv-search-facet:nth-child(2) {
    z-index: 4;
  }
  .sol-search-page__wrapper .sv-search-facets > .sv-search-facet:nth-child(3) {
    z-index: 3;
  }
}
@media (max-width: 767px) {
  .sol-search-page__wrapper .sv-search-facets > .sv-search-facet {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-search-page__wrapper .sv-search-facets > .sv-search-facet > p {
    display: none;
  }
}
.sol-search-page__wrapper .sv-search-facets > .sv-search-facet > button {
  display: none;
}
@media (max-width: 1024px) {
  .sol-search-page__wrapper .sv-search-facets > .sv-search-facet > button {
    height: 50px;
    border-radius: 100px;
    background-color: #c1e4c7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    border: none;
    font-size: 17px;
    position: relative;
  }
  .sol-search-page__wrapper .sv-search-facets > .sv-search-facet > button .sv-search-facet__button {
    background-color: #fff;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .sol-search-page__wrapper .sv-search-facets > .sv-search-facet > button .sv-search-facet__button::after,
  .sol-search-page__wrapper .sv-search-facets > .sv-search-facet > button .sv-search-facet__button::before {
    content: '';
    display: block;
    background-color: #313131;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 4px;
    margin-left: -11px;
    margin-top: -2px;
    border-radius: 2px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }
  .sol-search-page__wrapper .sv-search-facets > .sv-search-facet > button .sv-search-facet__button::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .sol-search-page__wrapper .sv-search-facets > .sv-search-facet > button.sol-active {
    background-color: #204560;
    color: #fff;
  }
  .sol-search-page__wrapper .sv-search-facets > .sv-search-facet > button.sol-active .sv-search-facet__button::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@media (max-width: 1024px) {
  .sol-search-page__wrapper .sv-search-facets > .sv-search-facet > ul {
    display: none;
    margin: 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    padding: 14px 19px 24px 19px;
    position: absolute;
    top: 44px;
    left: 5%;
    background-color: #fff;
    width: 90%;
    z-index: -1;
    border-radius: 3px;
  }
  .sol-search-page__wrapper .sv-search-facets > .sv-search-facet > ul > li {
    margin: 0 0 10px !important;
  }
  .sol-search-page__wrapper .sv-search-facets > .sv-search-facet > ul > li a {
    position: relative;
  }
  .sol-search-page__wrapper .sv-search-facets > .sv-search-facet > ul > li a::after {
    content: '';
    border-bottom: 2px solid rgba(110, 205, 233, 0.6);
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: 3px;
    z-index: -1;
  }
  .sol-search-page__wrapper .sv-search-facets > .sv-search-facet > ul > li a:hover::after {
    border-bottom-color: #6ecde9;
  }
}
.sol-search-page__wrapper .sv-search-facet-name {
  font-size: 17px;
  line-height: 2.12;
  font-weight: 600;
  margin-bottom: 4px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .sol-search-page__wrapper .sv-search-facet-name {
    display: none;
  }
}
.sol-search-page__wrapper .sv-search-facet-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 17px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 8px;
}
.sol-search-page__wrapper .sv-search-facet-item a {
  font-size: 17px;
  color: #333333;
}
.sol-search-page__wrapper .sv-search-facet-item--has-matches a {
  font-size: 17px;
  text-align: left;
  color: #204560;
}
.sol-search-page__wrapper .sv-search-facet-item-selected a::after {
  display: block;
  content: '';
  border-bottom: 2px solid rgba(110, 205, 233, 0.6);
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 3px;
  z-index: -1;
}
.sol-search-page__left {
  width: 60%;
}
.sol-search-page__form {
  max-width: 620px;
  position: relative;
}
.sol-search-page__form input[type='search'] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  border-color: rgba(110, 205, 233, 0.45);
  background-color: #fff;
  color: #204560;
  padding: 2px 50px 0 28px;
  height: 44px;
  line-height: 44px;
  height: 60px;
  font-size: 21px;
}
.sol-search-page__form input[type='search']::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-search-page__form input[type='search']:-moz-placeholder {
  color: #b4b4b4;
}
.sol-search-page__form input[type='search']::-moz-placeholder {
  color: #b4b4b4;
}
.sol-search-page__form input[type='search']:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-search-page__form input[type='search']:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-search-page__form input[type='search']:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.sol-search-page__form input[type='search']:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.sol-search-page__form input[type='search']::-ms-clear,
.sol-search-page__form input[type='search']::-webkit-search-cancel-button,
.sol-search-page__form input[type='search']::-webkit-search-decoration,
.sol-search-page__form input[type='search']::-webkit-search-results-button,
.sol-search-page__form input[type='search']::-webkit-search-results-decoration {
  display: none;
}
.sol-search-page__form input[type='search']:hover {
  border-color: #6ecde9;
}
.sol-search-page__form input[type='search']::-webkit-input-placeholder {
  color: #204560;
}
.sol-search-page__form input[type='search']:-moz-placeholder {
  color: #204560;
}
.sol-search-page__form input[type='search']::-moz-placeholder {
  color: #204560;
}
.sol-search-page__form input[type='search']:-ms-input-placeholder {
  color: #204560;
}
.sol-search-page__form button[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  text-align: center;
  cursor: pointer;
}
.sol-search-page__form button[type='submit']:focus,
[data-whatinput="keyboard"] .sol-search-page__form button[type='submit']:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-search-page__form button[type='submit']:focus,
[data-whatinput="mouse"] .sol-search-page__form button[type='submit']:focus,
[data-whatinput="touch"] .sol-search-page__form button[type='submit']:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-search-page__form button[type='submit'] .sol-icon__search {
  max-height: 23px;
}
.sol-search-page__form button[type='submit'] .sol-icon__search::after {
  height: 23px;
  width: 22px;
}
.sol-search-page__form button[type='submit'] .sol-icon__search.sol-icon-edge {
  height: 23px;
  width: 22px;
}
.sol-search-page__form button[type='submit'] .sol-icon__search.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 46px;
  width: 44px;
  margin-top: -11.5px;
  margin-left: -11px;
}
.sol-search-page__form button[type='submit'] .sol-icon__search.sol-icon-edge {
  padding-top: 9px;
}
.sol-search-page__form button[type='submit'] i.sol-icon {
  margin-right: 20px;
  max-height: 28px;
}
.sol-search-page__form button[type='submit'] i.sol-icon::after {
  height: 28px;
  width: 33px;
}
.sol-search-page__form button[type='submit'] i.sol-icon.sol-icon-edge {
  height: 28px;
  width: 33px;
}
.sol-search-page__form button[type='submit'] i.sol-icon.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 56px;
  width: 66px;
  margin-top: -14px;
  margin-left: -16.5px;
}
.sv-facetedsearch-portlet p.font-normal strong {
  font-weight: bold;
}
.sv-facetedsearch-portlet .sol-pagination {
  max-width: 620px;
  width: 100%;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
}
.sv-facetedsearch-portlet .sol-pagination a {
  color: #204560;
  font-size: 19px;
  font-weight: 300;
  border: none;
  text-decoration: none;
  line-height: normal;
}
.sv-search-result {
  max-width: 620px;
  width: 100%;
}
.sv-search-result .sv-search-hit {
  padding: 18px 20px 19px 24px !important;
  font-size: 17px;
}
.sv-search-result .sv-search-hit img {
  width: 20px;
  height: auto;
}
.sv-search-result .sv-search-hit img[src*="fa-file-o"] {
  display: none;
}
.sv-search-result .sv-search-hit > p {
  font-size: 21px;
  font-weight: 300;
  text-align: left;
  color: #333333;
}
.sv-search-result .sv-search-hit > div > a {
  font-size: 21px;
  text-align: left;
  color: #204560;
}
.sv-search-result .sv-search-hit {
  border-bottom: solid 1px rgba(110, 205, 233, 0.4);
}
.sv-search-result .sv-search-hit:first-child {
  border-top: solid 1px rgba(110, 205, 233, 0.4);
}
.sv-search-result .sv-search-hit__last-modified {
  font-size: 17px;
  text-align: left;
  font-weight: bold;
  color: #333333;
}
.sv-standardsearch-portlet .sol-did-you-mean,
.sv-standardsearch-portlet .sol-num-hits {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 12px;
}
.sv-standardsearch-portlet .sv-search-hit {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 20px 50px 20px 40px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
          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: #313131;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}
.sv-standardsearch-portlet .sv-search-hit .font-heading-3:hover {
  text-decoration: underline;
  color: #204560;
}
.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: #204560;
  margin-right: 5px;
  margin-left: 10px;
}
.sv-standardsearch-portlet .sv-search-hit .sol-hit-info-text i.fa:first-child {
  margin-left: 0;
}
.sv-standardsearch-portlet .sv-search-hit .sol-hit-info-text > strong {
  margin-left: 10px;
}
.sv-standardsearch-portlet .sv-search-hit .sol-hit-info-text > strong:first-of-type {
  margin-left: 0;
}
.sv-standardsearch-portlet .sv-search-hit .sol-hit-path-text {
  font-size: 12px;
}
.sv-standardsearch-portlet .sv-search-hit .sol-hit-path-text a {
  color: #204560;
  text-decoration: none;
}
.sv-standardsearch-portlet .sv-search-hit .sol-hit-path-text a:hover {
  color: #313131;
  text-decoration: underline;
}
/*
Skattekollen Stockholm - template css for resultspage.
*/
#skattekollenwidget {
  font-family: PFDINTextStd-Regular, sans-serif;
  line-height: 18px;
  color: #333333;
  display: block;
  height: 100%;
  max-width: 100%;
}
#skattekollenwidget .skattekollenholder {
  display: block;
  max-width: 100%;
}
#skattekollenwidget .skattekollenchecker {
  display: block;
  max-width: 100%;
}
#skattekollenwidget .disclaimer {
  margin-top: 30px;
  font-size: 10px;
  display: block;
}
#skattekollenwidget .outerContainer {
  font-size: 13px;
  background: transparent;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
#skattekollenwidget .innerContainer {
  background: transparent;
  width: 100%;
  max-width: 100%;
  margin: 0;
  display: block;
}
/* Detailed fÃ¶rdelning title */
#skattekollenwidget .fordelning {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: bold;
}
#skattekollenwidget .detailsList {
  width: 100%;
  background: #fff;
  display: block;
}
#skattekollenwidget .zummationcontainer {
  width: 450px;
  margin-top: 30px;
}
#skattekollenwidget .zummation {
  display: inline-block;
  width: 222px;
  min-height: 50px;
  margin-bottom: 15px;
}
#skattekollenwidget .zummation img {
  display: inline-block;
  width: 60px;
  height: 50px;
}
#skattekollenwidget .zummationText {
  font-size: 13px;
  display: inline-block;
  float: right;
  width: 154px;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: normal;
  padding: 5px 0 0 2px;
}
/* Explanation and  nr of swedish to infoboxes - main categories */
#skattekollenwidget .zummationText span {
  font-weight: normal;
  font-size: 13px;
}
#skattekollenwidget #diagramholder {
  width: 450px;
  height: 332px;
  background: transparent;
  position: relative;
}
/* Commun tax title (inside circle) */
#skattekollenwidget .center {
  display: inline-block;
  font-size: 18px;
}
/* swedish kr and procent (sindei circle) */
#skattekollenwidget .amount,
#skattekollenwidget .percentage {
  font-size: 24px;
}
#skattekollenwidget .spacer {
  width: 1px;
  height: 110px;
}
/* Salary in kr */
#skattekollenwidget .salary {
  font-size: 24px;
  font-family: PFDINTextStd-Regular, sans-serif;
  line-height: 36px;
}
/* Resultpage: Your salary-text */
#skattekollenwidget .changeDiv {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  font-size: 15px;
}
/*  */
#skattekollenwidget .changeDiv img {
  float: left;
}
#skattekollenwidget .changeDiv a {
  text-decoration: none;
  color: #006ebf;
  font-size: 12px;
  padding-top: 2px;
  display: block;
}
#skattekollenwidget .dLHeader {
  width: 100%;
  height: 46px;
  display: inline-block;
  color: #fff;
  background-color: #000;
  margin-top: 30px;
}
/* title on category-blocks */
#skattekollenwidget .dLHeader span {
  margin-left: 15px;
  margin-top: 10px;
  display: inline-block;
  font-size: 15px;
  font-family: PFDINTextStd-Regular, sans-serif;
}
#skattekollenwidget .headerImage {
  float: right;
  margin-right: 3px;
}
#skattekollenwidget .dLItem {
  width: 100%;
  min-height: 28px;
  display: inline-block;
  cursor: pointer;
}
#skattekollenwidget .dLTitle:hover {
  text-decoration: underline;
}
/* description/title for each subcategory in block */
#skattekollenwidget .dLTitle {
  margin-top: 5px;
  margin-left: 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
}
/* ... and swedish kr */
#skattekollenwidget .dLAmount {
  margin-top: 5px;
  float: right;
  margin-right: 10px;
  display: inline-block;
  font-size: 12px;
}
#skattekollenwidget .dLDescription {
  display: none;
  margin-left: 35px;
  font-size: 11px;
  color: #333;
  width: 340px;
  padding-bottom: 15px;
}
/* detailed escription for each subcategory in block */
#skattekollenwidget .communalinfo {
  width: 150px;
  position: absolute;
  top: 120px;
  left: 145px;
  /* Adjust so text fits into circle */
  z-index: 1000;
  text-align: center;
  font-size: 13px;
}
#skattekollenwidget .spacerbottom {
  width: 1px;
  height: 25px;
}
#skattekollenwidget .dept-1,
#skattekollenwidget #zumm-0 img {
  background-color: #204560;
  margin-top: 0;
}
#skattekollenwidget .dept-2,
#skattekollenwidget #zumm-1 img {
  background-color: #4E745B;
}
#skattekollenwidget .dept-3,
#skattekollenwidget #zumm-2 img {
  background-color: #BA9E60;
}
#skattekollenwidget .dept-4,
#skattekollenwidget #zumm-3 img {
  background-color: #767676;
}
#skattekollenwidget .dept-5,
#skattekollenwidget #zumm-4 img {
  background-color: #A04040;
}
#skattekollenwidget .dept-6,
#skattekollenwidget #zumm-5 img {
  background-color: #000000;
}
#skattekollenwidget .even {
  background: #BBBBBB;
}
/* Title */
#skattekollenwidget h1 {
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
}
/*
    FIRST PAGE css
*/
#skattekollenchecker {
  font-family: PFDINTextStd-Regular, sans-serif;
  font-size: 24px;
}
#skattekollenwidget .text {
  outline: none;
  border: 3px solid #2a4c65;
  /* where does my money go? - button same colour  */
  width: 120px;
  background: #fff;
  display: inline-block;
  line-height: 36px;
  height: 36px;
  font-weight: 600;
  padding-left: 10px;
  font-family: PFDINTextStd-Regular, sans-serif;
  font-size: 20px;
  /* where does my money go?  */
  border-radius: 10px;
}
#skattekollenwidget .inputLabel {
  /* kr */
  display: inline-block;
  margin-left: 5px;
  font-size: 15px;
  color: #666666;
}
#skattekollenwidget .button {
  font-family: PFDINTextStd-Regular, sans-serif;
  font-size: 15px;
  margin-top: 20px;
  display: block;
  font-weight: normal;
  cursor: pointer;
  color: #fff;
  text-shadow: none;
  background: #2a4c65;
  /* same colour as textlabel input */
  border: 0 none;
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 7px;
  padding-bottom: 8px;
  height: 36px;
  text-align: center;
}
/* How much do you earn? */
#skattekollenwidget h2 {
  font-size: 26px;
  font-weight: normal;
  display: block;
}
#skattekollenwidget h3 {
  font-size: 24px;
  font-weight: normal;
  display: block;
}
/* under picture */
#skattekollenwidget p {
  font-size: 23px;
  margin-top: 10px;
  font-weight: 300;
  display: inline-block;
}
/* different right margins on icons - SPECIAL FOR THIS WIDGET*/
#skattekollenwidget .dLHeader.dept-1 .headerImage {
  margin-right: 1px;
}
#skattekollenwidget .dLHeader.dept-2 .headerImage {
  margin-right: -1px;
}
#skattekollenwidget .dLHeader.dept-3 .headerImage {
  margin-right: 5px;
}
#skattekollenwidget .dLHeader.dept-4 .headerImage {
  margin-right: 4px;
}
#skattekollenwidget .dLHeader.dept-5 .headerImage {
  margin-right: -8px;
}
#skattekollenwidget .dLHeader.dept-6 .headerImage {
  margin-right: -4px;
}
@media only screen and (max-width: 500px) {
  #skattekollenwidget .dLDescription {
    width: 335px;
  }
  #skattekollenwidget {
    width: 400px;
    min-width: 375px;
    max-width: 375px;
  }
  #skattekollenholder {
    width: 360px;
    min-width: 365px;
  }
  #skattekollenwidget .zummationcontainer {
    width: 375px;
  }
  #skattekollenwidget .zummation {
    display: block;
  }
  #skattekollenwidget {
    min-width: 375xp;
    max-width: 375px;
  }
  #skattekollenwidget .outerContainer {
    max-width: 375px;
  }
  #skattekollenwidget #diagramholder {
    width: 375px;
  }
  #diagramholder svg {
    left: -50px !important;
  }
  #skattekollenwidget .communalinfo {
    left: 100px;
  }
  #skattekollenwidget .dLTitle {
    width: 305px;
  }
}
.sol-icon__clock-small {
  margin-right: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 2px;
}
.sol-event-item--img,
.sol-event-item--no-img {
  display: block;
  text-decoration: none;
  padding: 5px 10px 21px 12px;
  position: relative;
  border-bottom: 1px solid rgba(110, 205, 233, 0.3);
  margin-top: 16px;
  margin-bottom: 20px;
  min-height: 131px;
}
.sol-event-item--img:hover .sol-event-item__title,
.sol-event-item--no-img:hover .sol-event-item__title {
  text-decoration: underline;
}
.sol-event-item--img {
  padding: 5px 10px 21px 217px;
}
@media (max-width: 1024px) {
  .sol-event-item--img {
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .sol-event-item--img {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 10px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .sol-event-item--no-img {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 4%;
  }
}
.sol-event-item__img {
  left: 12px;
  height: 115px;
  min-height: 0;
  width: 180px;
  position: absolute;
  background-size: cover;
  background-position: 50%;
  top: 0;
  margin-right: auto;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .sol-event-item__img {
    position: static;
    left: auto;
    height: 140px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sol-event-item__content {
    padding-top: 16px;
  }
}
.sol-event-item__date-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
  color: #313131;
  margin-bottom: 4px;
  font-family: PFDINTextStd-Light, sans-serif;
}
.sol-event-item__date-info .sol-event-item__date__weekday {
  text-transform: capitalize;
  margin-bottom: 5px;
  display: inline-block;
}
.sol-event-item__title {
  font-size: 21px;
  line-height: 1.1;
  text-align: left;
  color: #204560;
}
.sol-event-item__description {
  font-weight: 300;
  text-align: left;
  color: #333;
  font-size: 19px;
  font-family: PFDINTextStd-Light, sans-serif;
  margin-top: 5px;
}
.sol-event-search__filter-n-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .sol-event-search__filter-n-categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sol-event-search__filter-n-categories > div {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-event-search__filter-n-categories > div {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
  }
}
@media (max-width: 767px) {
  .sol-event-search__filter-n-categories > div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    margin-bottom: 15px;
  }
}
.sol-event-search__filter-n-categories .sol-event-search__filter,
.sol-event-search__filter-n-categories .sol-event-search__categories {
  position: relative;
}
@media (max-width: 1024px) {
  .sol-event-search__filter-n-categories .sol-event-search__filter,
  .sol-event-search__filter-n-categories .sol-event-search__categories {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sol-event-search__filter-n-categories .sol-event-search__filter,
  .sol-event-search__filter-n-categories .sol-event-search__categories {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.sol-event-search__filter-n-categories .sol-event-search__filter__header,
.sol-event-search__filter-n-categories .sol-event-search__categories__header {
  border-radius: 100px;
  webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  background: 0;
  border: 0;
  background-color: #c1e4c7;
  padding: 8px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  text-align: left;
  position: relative;
  cursor: pointer;
  line-height: normal;
  overflow: visible;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  z-index: 4;
}
.sol-event-search__filter-n-categories .sol-event-search__filter__header__text,
.sol-event-search__filter-n-categories .sol-event-search__categories__header__text {
  font-size: 20px;
}
.sol-event-search__filter-n-categories .sol-event-search__filter__header__btn,
.sol-event-search__filter-n-categories .sol-event-search__categories__header__btn {
  background-color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 4px;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sol-event-search__filter-n-categories .sol-event-search__filter__header__btn::before,
.sol-event-search__filter-n-categories .sol-event-search__categories__header__btn::before,
.sol-event-search__filter-n-categories .sol-event-search__filter__header__btn::after,
.sol-event-search__filter-n-categories .sol-event-search__categories__header__btn::after {
  content: '';
  display: block;
  background-color: #313131;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 4px;
  margin-left: -11px;
  margin-top: -2px;
  border-radius: 2px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.sol-event-search__filter-n-categories .sol-event-search__filter__header__btn::after,
.sol-event-search__filter-n-categories .sol-event-search__categories__header__btn::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sol-event-search__filter-n-categories .sol-event-search__filter__content,
.sol-event-search__filter-n-categories .sol-event-search__categories__content {
  background-color: #fff;
  width: 95%;
  position: absolute;
  top: 40px;
  padding: 0 13px;
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
  max-height: 0;
  overflow: hidden;
  -webkit-transition-property: padding, max-height;
  transition-property: padding, max-height;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .sol-event-search__filter-n-categories .sol-event-search__filter__content,
  .sol-event-search__filter-n-categories .sol-event-search__categories__content {
    width: 90%;
  }
}
.sol-event-search__filter-n-categories .sol-event-search__filter__content form,
.sol-event-search__filter-n-categories .sol-event-search__categories__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sol-event-search__filter-n-categories .sol-event-search__filter__content form .sol-form-row,
.sol-event-search__filter-n-categories .sol-event-search__categories__content form .sol-form-row {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 15px;
}
.sol-event-search__filter-n-categories .sol-event-search__filter__content form .sol-form-row label,
.sol-event-search__filter-n-categories .sol-event-search__categories__content form .sol-form-row label {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #313131;
  margin-bottom: 11px;
}
.sol-event-search__filter-n-categories .sol-event-search__filter__content form .sol-form-row input,
.sol-event-search__filter-n-categories .sol-event-search__categories__content form .sol-form-row input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #ececec;
  border-radius: 2px;
  min-height: 40px;
  font-size: 15px;
  height: auto;
  padding: 5px 15px;
}
.sol-event-search__filter-n-categories .sol-event-search__filter__content form .sol-form-row input#filterStartDate,
.sol-event-search__filter-n-categories .sol-event-search__categories__content form .sol-form-row input#filterStartDate,
.sol-event-search__filter-n-categories .sol-event-search__filter__content form .sol-form-row input #filterEndDate,
.sol-event-search__filter-n-categories .sol-event-search__categories__content form .sol-form-row input #filterEndDate {
  position: relative;
}
.sol-event-search__filter-n-categories .sol-event-search__filter__content form .sol-form-row:first-child,
.sol-event-search__filter-n-categories .sol-event-search__categories__content form .sol-form-row:first-child {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
.sol-event-search__filter-n-categories .sol-event-search__filter__content form .sol-form-btn__container,
.sol-event-search__filter-n-categories .sol-event-search__categories__content form .sol-form-btn__container {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
}
.sol-event-search__filter-n-categories .sol-event-search__filter__content form .sol-form-btn__container .sol-btn,
.sol-event-search__filter-n-categories .sol-event-search__categories__content form .sol-form-btn__container .sol-btn {
  width: 100%;
}
.sol-event-search__filter-n-categories .sol-event-search__filter__content__dates,
.sol-event-search__filter-n-categories .sol-event-search__categories__content__dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}
.sol-event-search__filter-n-categories .sol-event-search__filter__content__dates > div,
.sol-event-search__filter-n-categories .sol-event-search__categories__content__dates > div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-preferred-size: 47%;
      flex-basis: 47%;
  max-width: 47%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sol-event-search__filter-n-categories .sol-event-search__filter--collapsed .sol-event-search__filter__content,
.sol-event-search__filter-n-categories .sol-event-search__categories--collapsed .sol-event-search__filter__content,
.sol-event-search__filter-n-categories .sol-event-search__filter--collapsed .sol-event-search__categories__content,
.sol-event-search__filter-n-categories .sol-event-search__categories--collapsed .sol-event-search__categories__content {
  max-height: 1000px;
  z-index: 2;
  overflow: visible;
  padding: 31px 13px 22px;
}
.sol-event-search__filter-n-categories .sol-event-search__filter--collapsed .sol-event-search__filter__header,
.sol-event-search__filter-n-categories .sol-event-search__categories--collapsed .sol-event-search__filter__header,
.sol-event-search__filter-n-categories .sol-event-search__filter--collapsed .sol-event-search__categories__header,
.sol-event-search__filter-n-categories .sol-event-search__categories--collapsed .sol-event-search__categories__header {
  background-color: #204560;
  color: #fff;
}
.sol-event-search__filter-n-categories .sol-event-search__filter--collapsed .sol-event-search__filter__header__btn,
.sol-event-search__filter-n-categories .sol-event-search__categories--collapsed .sol-event-search__filter__header__btn,
.sol-event-search__filter-n-categories .sol-event-search__filter--collapsed .sol-event-search__categories__header__btn,
.sol-event-search__filter-n-categories .sol-event-search__categories--collapsed .sol-event-search__categories__header__btn {
  background-color: #fff;
}
.sol-event-search__filter-n-categories .sol-event-search__filter--collapsed .sol-event-search__filter__header__btn::after,
.sol-event-search__filter-n-categories .sol-event-search__categories--collapsed .sol-event-search__filter__header__btn::after,
.sol-event-search__filter-n-categories .sol-event-search__filter--collapsed .sol-event-search__categories__header__btn::after,
.sol-event-search__filter-n-categories .sol-event-search__categories--collapsed .sol-event-search__categories__header__btn::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (max-width: 767px) {
  .sol-event-search__filter {
    z-index: 10;
  }
}
.sol-event-search__categories__content > ul {
  padding-left: 12px !important;
}
.sol-event-search__categories__content input[type=checkbox],
.sol-event-search__categories__content input[type=radio] {
  display: none;
}
.sol-event-search__categories__content input[type=checkbox] + label:before,
.sol-event-search__categories__content input[type=radio] + label:before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #6ecde9;
  border-radius: 3px;
  position: relative;
  top: -1px;
  margin-right: 10px;
  float: left;
  text-align: center;
  -webkit-transition-property: color, background-color, border-color, border-width;
  transition-property: color, background-color, border-color, border-width;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-event-search__categories__content input[type=checkbox] + label,
.sol-event-search__categories__content input[type=radio] + label {
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.38;
  color: #3b3b3b;
}
.sol-event-search__categories__content input[type=checkbox] + label span,
.sol-event-search__categories__content input[type=radio] + label span {
  font-size: 16px;
  line-height: 1.38;
  color: #969696;
}
.sol-event-search__categories__content input[type=checkbox]:checked + label:before {
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline-block;
  font-size: 12px;
  content: "\f00c";
  padding-top: 2px;
  background-color: #204560;
  border-color: #204560;
  color: #fff;
}
.sol-event-search__categories__content input[type=checkbox]:checked + label:before.fa-pull-left {
  margin-right: .3em;
}
.sol-event-search__categories__content input[type=checkbox]:checked + label:before.fa-pull-right {
  margin-left: .3em;
}
.sol-event-search__categories__content input[type=checkbox]:checked + label:before.pull-left {
  margin-right: .3em;
}
.sol-event-search__categories__content input[type=checkbox]:checked + label:before.pull-right {
  margin-left: .3em;
}
.sol-event-search__categories__content input[type=checkbox]:checked + label:before.fa-pull-left {
  margin-right: .3em;
}
.sol-event-search__categories__content input[type=checkbox]:checked + label:before.fa-pull-right {
  margin-left: .3em;
}
.sol-event-search__categories__content input[type=checkbox] + label:hover::before {
  border-color: rgba(110, 205, 233, 0.4);
}
.sol-event-search__categories__content input[type=radio] + label:before {
  border-radius: 50%;
}
.sol-event-search__categories__content input[type=radio]:checked + label:before {
  background-color: #204560;
  border-color: #204560;
}
.sol-event-search__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 103px;
  border-bottom: 3px solid #204560;
  margin-top: 25px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-event-search__tabs {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .sol-event-search__tabs {
    padding-left: 4%;
    padding-right: 4%;
    margin-top: 40px;
  }
}
.sol-event-search__tabs > .sol-event-search__tab {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 185px;
  height: 45px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border: solid 1px rgba(51, 51, 51, 0.11);
  text-decoration: none;
  font-size: 18px;
}
.sol-event-search__tabs > .sol-event-search__tab span {
  margin-left: 5px;
}
.sol-event-search__tabs > .sol-event-search__tab:first-child {
  margin-right: 9px;
}
.sol-event-search__tabs > .sol-event-search__tab--active {
  background-color: #0e3c5d;
  color: #fff;
}
.sol-event-listing-page__event-list {
  list-style: none;
  margin-top: 0;
  padding: 0;
}
.sol-event-listing-page__event-list__wrapper {
  padding: 35px 103px 66px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-event-listing-page__event-list__wrapper {
    padding: 3px 26px 17px 0;
  }
}
@media (max-width: 767px) {
  .sol-event-listing-page__event-list__wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }
}
.sol-event-listing-page .sol-event-search {
  width: 89%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .sol-event-listing-page .sol-event-search {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sol-event-listing-page .sol-event-search .sol-top .sol-flex-row {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.sol-event-listing-page .sol-event-search .sol-event-listing-page__create-event-btn {
  margin-top: 38px;
  max-width: 570px;
  border-radius: 100px;
  webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: #c1e4c7;
  padding: 8px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  text-align: left;
  position: relative;
  cursor: pointer;
  line-height: normal;
  overflow: visible;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-size: 20px;
  line-height: 1.8;
  text-decoration: none;
  margin-left: 103px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-event-listing-page .sol-event-search .sol-event-listing-page__create-event-btn {
    margin-left: 0;
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 767px) {
  .sol-event-listing-page .sol-event-search .sol-event-listing-page__create-event-btn {
    width: auto;
    max-width: none;
    margin-left: 4%;
    margin-right: 4%;
  }
}
.sol-event-listing-page .sol-event-search .sol-event-listing-page__create-event-btn:hover {
  text-decoration: underline;
  background-color: #d3ecd7;
}
.sol-event-listing-page .sol-event-search .sol-event-listing-page__create-event-btn .sol-icon__tipsa {
  margin-right: 12px;
  max-height: 27.6px;
}
.sol-event-listing-page .sol-event-search .sol-event-listing-page__create-event-btn .sol-icon__tipsa::after {
  height: 27.6px;
  width: 29.5px;
}
.sol-event-listing-page .sol-event-search .sol-event-listing-page__create-event-btn .sol-icon__tipsa.sol-icon-edge {
  height: 27.6px;
  width: 29.5px;
}
.sol-event-listing-page .sol-event-search .sol-event-listing-page__create-event-btn .sol-icon__tipsa.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 55.2px;
  width: 59px;
  margin-top: -13.8px;
  margin-left: -14.75px;
}
.sol-event-listing-page .sol-event-search .sol-event-listing-page__create-event-btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 4px;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sol-event-listing-page .sol-event-search .sol-event-listing-page__create-event-btn__icon .sol-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 17px;
}
.sol-event-listing-page .sol-event-search .sol-event-listing-page__create-event-btn__icon .sol-icon::after {
  height: 17px;
  width: 19px;
}
.sol-event-listing-page .sol-event-search .sol-event-listing-page__create-event-btn__icon .sol-icon.sol-icon-edge {
  height: 17px;
  width: 19px;
}
.sol-event-listing-page .sol-event-search .sol-event-listing-page__create-event-btn__icon .sol-icon.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 34px;
  width: 38px;
  margin-top: -8.5px;
  margin-left: -9.5px;
}
.sol-icon__tipsa {
  margin-right: 12px;
  max-height: 27.6px;
}
.sol-icon__tipsa::after {
  height: 27.6px;
  width: 29.5px;
}
.sol-event-page .font-heading-1::after {
  display: none;
}
.sol-event-page__create-event-btn {
  margin-top: 25px;
  max-width: 570px;
  border-radius: 100px;
  webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: #c1e4c7;
  padding: 8px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  text-align: left;
  position: relative;
  cursor: pointer;
  line-height: normal;
  overflow: visible;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-size: 20px;
  line-height: 1.8;
  text-decoration: none;
}
.sol-event-page__create-event-btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 4px;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sol-event-page .sol-other-dates ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sol-event-page .sol-flex-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sol-event-page .sol-event__show-all-dates {
  color: #204560;
  position: relative;
  z-index: 1;
  text-decoration: none;
  background-size: 200% 200%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(110, 205, 233, 0.6)), color-stop(50%, transparent));
  background-image: linear-gradient(to top, rgba(110, 205, 233, 0.6) 50%, transparent 50%);
  -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  padding-left: 1px;
  padding-right: 1px;
  border-bottom: 1px solid rgba(110, 205, 233, 0.6);
  font-size: 17px;
  font-weight: normal;
}
.sol-event-page .sol-event__show-all-dates:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(51%, rgba(110, 205, 233, 0.6)), color-stop(50%, transparent));
  background-image: linear-gradient(to top, rgba(110, 205, 233, 0.6) 51%, transparent 50%);
  background-position: 0 100%;
  -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}
@media (max-width: 767px) {
  .sol-event-page {
    margin-right: 15px;
    margin-left: 15px;
  }
  .sol-event-page .sv-image-portlet,
  .sol-event-page .sol-event-info {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.sol-event-page h1.font-heading-1 {
  padding-bottom: 0;
  margin-bottom: 22px;
}
.sol-event-page h1.font-heading-1::after {
  display: none;
}
.sol-icon__tipsa {
  margin-right: 12px;
  max-height: 27.6px;
}
.sol-icon__tipsa::after {
  height: 27.6px;
  width: 29.5px;
}
.sol-event-page__create-event-btn {
  margin: 25px 0;
  max-width: 570px;
  border-radius: 100px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: #c1e4c7;
  padding: 8px 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
  text-align: left;
  position: relative;
  cursor: pointer;
  overflow: visible;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  font-size: 20px;
  line-height: 1.8;
  text-decoration: none;
}
.sol-event-page__create-event-btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 4px;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* events/event-info.less */
.sol-event-info .sol-simple-box-decoration {
  margin-top: 0;
}
.sol-event-info-field {
  display: inline-block;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 5px;
}
.sol-event-info-field .sol-other-dates {
  margin-left: 5px;
}
.sol-event-info-field .sol-date[date-has-passed="true"] {
  color: red;
}
.sol-event-info-field > a {
  color: rgba(110, 205, 233, 0.59);
}
.sol-event-info-field > a > span {
  color: #0e3c5d;
}
.sol-event-info-field > a[href^=tel] {
  color: #313131 !important;
  text-decoration: none !important;
}
.sol-event-info-field > a:hover {
  color: #6ecde9;
}
.sol-event-info-field > span:first-child {
  margin-right: 2px;
  font-size: 17px;
  font-weight: 700;
}
.sol-event-info-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 32px;
  position: relative;
}
.sol-event-info-small:after,
.sol-event-info-small:before {
  content: '';
  display: table;
}
.sol-event-info-small:after {
  clear: both;
}
.sol-event-info-small::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  height: 5px;
  width: 100%;
  background-color: rgba(110, 205, 233, 0.45);
}
.sol-event-info-small-item {
  margin-right: 15px;
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  color: #333333;
  border-right: 1px solid #d8d8d8;
  padding-right: 15px;
}
.sol-event-info-small-item:last-child {
  border-right: none;
}
.sol-event-info-small-item.date:first-letter {
  text-transform: capitalize;
}
.sol-event-info-small-item i {
  margin-right: 6px;
  color: #204560;
}
@media (max-width: 767px) {
  .sol-event-info-small-item {
    font-size: 14px;
    margin-right: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 479px) {
  .sol-event-info-small-item {
    margin-right: 5px;
    padding-right: 5px;
  }
}
/* events/event-item.less */
.sol-event-item {
  display: block;
  margin: 12px;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-event-item:hover {
  opacity: 0.9;
}
.sol-event-item-content {
  padding: 4px 10px;
  background-color: #204560;
  color: #fff;
  text-align: left;
}
.sol-event-item-heading {
  display: block;
  font-size: 13px;
  font-weight: 700;
}
.sol-event-item-desc {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  line-height: 1.4em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sol-event-item-info {
  font-size: 11px;
  background-color: rgba(32, 69, 96, 0.15);
  color: #313131;
  line-height: 19px;
  padding: 4px 10px;
}
.sol-event-item-info:after,
.sol-event-item-info:before {
  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: #204560;
}
/* events/event-registration.less */
.sol-event-form-n-more-info-wrapper {
  padding: 22px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.03);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.03);
}
@media (max-width: 767px) {
  .sol-event-form-n-more-info-wrapper {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.sol-event-form-n-more-info-wrapper .sol-collapsible {
  max-width: none;
}
.sol-event-form {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .sol-event-form .sol-event-form__buttons {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .sol-event-form .sol-event-form__buttons > button[type="submit"] {
    width: 100%;
  }
}
.sol-event-form .sol-remove-time {
  position: relative;
  display: inline-block;
  line-height: 22px;
  min-height: 40px;
  padding: 8px 25px;
  color: #313131;
  background-color: #c1e4c7;
  border-radius: 3px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
  height: 40px;
  margin-left: 1%;
}
.sol-event-form .sol-remove-time:focus,
[data-whatinput="keyboard"] .sol-event-form .sol-remove-time:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-event-form .sol-remove-time:focus,
[data-whatinput="mouse"] .sol-event-form .sol-remove-time:focus,
[data-whatinput="touch"] .sol-event-form .sol-remove-time:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-event-form .sol-remove-time:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-event-form .sol-remove-time:active {
  background-color: #6DAB78;
}
.sol-event-form .sol-remove-time i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-event-form .sol-remove-time:focus,
[data-whatinput="keyboard"] .sol-event-form .sol-remove-time:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-event-form .sol-remove-time:focus,
[data-whatinput="mouse"] .sol-event-form .sol-remove-time:focus,
[data-whatinput="touch"] .sol-event-form .sol-remove-time:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-event-form .sol-remove-time:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-event-form .sol-remove-time:active {
  background-color: #6DAB78;
}
.sol-event-form .sol-remove-time i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .sol-event-form .sol-remove-time {
    margin-bottom: 15px;
  }
}
.sol-event-form .sol-remove-time i.fa {
  margin-left: auto;
  margin-right: auto;
}
.sol-event-form .sol-datetime-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sol-event-form .sol-datetime-input-container:not(:first-child) > div {
  width: 47%;
}
@media (max-width: 767px) {
  .sol-event-form .sol-datetime-input-container:not(:first-child) > div {
    width: 100%;
  }
}
.sol-event-form .sol-datetime-input-container:not(:first-child) > div:first-child {
  margin-right: 2%;
}
.sol-event-form .sol-datetime-input-container > div {
  width: 47%;
}
@media (max-width: 767px) {
  .sol-event-form .sol-datetime-input-container > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.sol-event-form__categories > div {
  display: inline-block;
}
.sol-event-form__categories > div:first-child {
  margin-right: 45px;
}
.sol-event-form__content {
  position: relative;
}
.sol-event-form__content h2 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .sol-event-form__content h2 {
    font-size: 19px;
  }
}
.sol-event-form__content .sol-row > div {
  margin-bottom: 20px;
}
.sol-event-form__content .sol-form-row > div {
  margin-bottom: 20px;
}
.sol-event-form__content--loading::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.sol-event-form__divider {
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .sol-event-form__divider {
    padding-bottom: 0;
  }
}
.sol-event-form__buttons {
  padding-top: 18px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sol-event-form__buttons:after,
.sol-event-form__buttons:before {
  content: '';
  display: table;
}
.sol-event-form__buttons:after {
  clear: both;
}
.sol-event-form__error-msg {
  display: block;
  color: #d53636;
  margin-bottom: 15px;
  font-weight: 500;
  margin-top: 5px;
}
.sol-event-form__error-msg:after {
  content: '';
  height: 19px;
  width: 19px;
  display: inline-block;
  background-image: url('/webdav/files/System/resources/graphics/icons/forms/times-invalid.svg');
  background-size: cover;
  margin-left: 2px;
  position: relative;
  top: 4px;
  margin-top: -4px;
}
.sol-event-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.sol-event-form label,
.sol-event-form legend {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.sol-event-form input[type="text"],
.sol-event-form input[type="tel"],
.sol-event-form input[type="email"],
.sol-event-form input[type="url"] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
}
.sol-event-form input[type="text"]::-webkit-input-placeholder,
.sol-event-form input[type="tel"]::-webkit-input-placeholder,
.sol-event-form input[type="email"]::-webkit-input-placeholder,
.sol-event-form input[type="url"]::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-event-form input[type="text"]:-moz-placeholder,
.sol-event-form input[type="tel"]:-moz-placeholder,
.sol-event-form input[type="email"]:-moz-placeholder,
.sol-event-form input[type="url"]:-moz-placeholder {
  color: #b4b4b4;
}
.sol-event-form input[type="text"]::-moz-placeholder,
.sol-event-form input[type="tel"]::-moz-placeholder,
.sol-event-form input[type="email"]::-moz-placeholder,
.sol-event-form input[type="url"]::-moz-placeholder {
  color: #b4b4b4;
}
.sol-event-form input[type="text"]:-ms-input-placeholder,
.sol-event-form input[type="tel"]:-ms-input-placeholder,
.sol-event-form input[type="email"]:-ms-input-placeholder,
.sol-event-form input[type="url"]:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-event-form input[type="text"]:focus,
.sol-event-form input[type="tel"]:focus,
.sol-event-form input[type="email"]:focus,
.sol-event-form input[type="url"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-event-form input[type="text"]:hover,
.sol-event-form input[type="tel"]:hover,
.sol-event-form input[type="email"]:hover,
.sol-event-form input[type="url"]:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.sol-event-form input[type="text"]:focus,
.sol-event-form input[type="tel"]:focus,
.sol-event-form input[type="email"]:focus,
.sol-event-form input[type="url"]:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.sol-event-form input[type="text"]::-ms-clear,
.sol-event-form input[type="tel"]::-ms-clear,
.sol-event-form input[type="email"]::-ms-clear,
.sol-event-form input[type="url"]::-ms-clear,
.sol-event-form input[type="text"]::-webkit-search-cancel-button,
.sol-event-form input[type="tel"]::-webkit-search-cancel-button,
.sol-event-form input[type="email"]::-webkit-search-cancel-button,
.sol-event-form input[type="url"]::-webkit-search-cancel-button,
.sol-event-form input[type="text"]::-webkit-search-decoration,
.sol-event-form input[type="tel"]::-webkit-search-decoration,
.sol-event-form input[type="email"]::-webkit-search-decoration,
.sol-event-form input[type="url"]::-webkit-search-decoration,
.sol-event-form input[type="text"]::-webkit-search-results-button,
.sol-event-form input[type="tel"]::-webkit-search-results-button,
.sol-event-form input[type="email"]::-webkit-search-results-button,
.sol-event-form input[type="url"]::-webkit-search-results-button,
.sol-event-form input[type="text"]::-webkit-search-results-decoration,
.sol-event-form input[type="tel"]::-webkit-search-results-decoration,
.sol-event-form input[type="email"]::-webkit-search-results-decoration,
.sol-event-form input[type="url"]::-webkit-search-results-decoration {
  display: none;
}
.sol-event-form input[type="text"].ng-invalid.ng-touched,
.sol-event-form input[type="tel"].ng-invalid.ng-touched,
.sol-event-form input[type="email"].ng-invalid.ng-touched,
.sol-event-form input[type="url"].ng-invalid.ng-touched,
.ng-submitted.sol-event-form input[type="text"].ng-invalid,
.ng-submitted.sol-event-form input[type="tel"].ng-invalid,
.ng-submitted.sol-event-form input[type="email"].ng-invalid,
.ng-submitted.sol-event-form input[type="url"].ng-invalid {
  border-color: #de404e;
  background-image: url('/webdav/files/System/resources/graphics/icons/forms/times-invalid.svg');
}
.sol-event-form textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  min-height: 120px;
  height: auto;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sol-event-form textarea::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-event-form textarea:-moz-placeholder {
  color: #b4b4b4;
}
.sol-event-form textarea::-moz-placeholder {
  color: #b4b4b4;
}
.sol-event-form textarea:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-event-form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-event-form textarea:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.sol-event-form textarea:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.sol-event-form textarea::-ms-clear,
.sol-event-form textarea::-webkit-search-cancel-button,
.sol-event-form textarea::-webkit-search-decoration,
.sol-event-form textarea::-webkit-search-results-button,
.sol-event-form textarea::-webkit-search-results-decoration {
  display: none;
}
.sol-event-form textarea.ng-invalid.ng-touched,
.ng-submitted.sol-event-form textarea.ng-invalid {
  border-color: #de404e;
  background-image: url('/webdav/files/System/resources/graphics/icons/forms/times-invalid.svg');
}
.sol-event-form input[type="checkbox"] {
  display: block;
  height: 0;
  opacity: 0;
}
.sol-event-form input[type="checkbox"] + label::before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #6ecde9;
  border-radius: 2px;
  position: relative;
  top: -1px;
  margin-right: 10px;
  float: left;
  text-align: center;
  -webkit-transition-property: color, background-color, border-color, border-width;
  transition-property: color, background-color, border-color, border-width;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-event-form input[type="checkbox"] + label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
.sol-event-form input[type="checkbox"] + label:hover::before {
  border-color: rgba(110, 205, 233, 0.4);
}
.sol-event-form input[type="checkbox"]:focus + label::before,
.sol-event-form input[type="checkbox"]:focus:checked + label::before {
  border: 2px solid #257cc3;
}
.sol-event-form input[type="checkbox"]:checked + label:before {
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline-block;
  font-size: 12px;
  content: "\f00c";
  padding-top: 2px;
  background-color: #204560;
  border-color: #204560;
  color: #fff;
}
.sol-event-form input[type="checkbox"]:checked + label:before.fa-pull-left {
  margin-right: .3em;
}
.sol-event-form input[type="checkbox"]:checked + label:before.fa-pull-right {
  margin-left: .3em;
}
.sol-event-form input[type="checkbox"]:checked + label:before.pull-left {
  margin-right: .3em;
}
.sol-event-form input[type="checkbox"]:checked + label:before.pull-right {
  margin-left: .3em;
}
.sol-event-form input[type="checkbox"]:checked + label:before.fa-pull-left {
  margin-right: .3em;
}
.sol-event-form input[type="checkbox"]:checked + label:before.fa-pull-right {
  margin-left: .3em;
}
.sol-event-form input[type="radio"] {
  display: block;
  height: 0;
  opacity: 0;
}
.sol-event-form input[type="radio"] + label::before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #6ecde9;
  border-radius: 2px;
  position: relative;
  top: -1px;
  margin-right: 10px;
  float: left;
  text-align: center;
  -webkit-transition-property: color, background-color, border-color, border-width;
  transition-property: color, background-color, border-color, border-width;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-event-form input[type="radio"] + label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
.sol-event-form input[type="radio"] + label:hover::before {
  border-color: rgba(110, 205, 233, 0.4);
}
.sol-event-form input[type="radio"]:focus + label::before,
.sol-event-form input[type="radio"]:focus:checked + label::before {
  border: 2px solid #257cc3;
}
.sol-event-form input[type="radio"] + label:before {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 1px;
}
.sol-event-form input[type="radio"]:checked + label:before {
  border-width: 3px;
  border-color: #204560;
  background-color: #204560;
}
.sol-event-form input[type="radio"]:checked {
  display: none;
}
.sol-event-form input[type="radio"]:checked + label::before {
  background-color: #204560;
  border-color: #204560;
}
.sol-event-form .sol-event-form__file {
  display: block;
  height: 0;
  opacity: 0;
}
.sol-event-form .sol-event-form__file + label {
  margin-bottom: 20px;
}
.sol-event-form .sol-event-form__file + label:after,
.sol-event-form .sol-event-form__file + label:before {
  content: '';
  display: table;
}
.sol-event-form .sol-event-form__file + label:after {
  clear: both;
}
.sol-event-form .sol-event-form__file__label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-bottom: 8px;
}
.sol-event-form .sol-event-form__file__btn {
  position: relative;
  display: inline-block;
  line-height: 22px;
  min-height: 40px;
  padding: 8px 25px;
  color: #313131;
  background-color: #c1e4c7;
  border-radius: 3px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
  padding: 5px 20px;
  margin-left: 10px;
  margin-top: 2px;
  font-size: 13px;
}
.sol-event-form .sol-event-form__file__btn:focus,
[data-whatinput="keyboard"] .sol-event-form .sol-event-form__file__btn:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-event-form .sol-event-form__file__btn:focus,
[data-whatinput="mouse"] .sol-event-form .sol-event-form__file__btn:focus,
[data-whatinput="touch"] .sol-event-form .sol-event-form__file__btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-event-form .sol-event-form__file__btn:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-event-form .sol-event-form__file__btn:active {
  background-color: #6DAB78;
}
.sol-event-form .sol-event-form__file__btn i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-event-form .sol-event-form__file__btn:focus,
[data-whatinput="keyboard"] .sol-event-form .sol-event-form__file__btn:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-event-form .sol-event-form__file__btn:focus,
[data-whatinput="mouse"] .sol-event-form .sol-event-form__file__btn:focus,
[data-whatinput="touch"] .sol-event-form .sol-event-form__file__btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-event-form .sol-event-form__file__btn:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-event-form .sol-event-form__file__btn:active {
  background-color: #6DAB78;
}
.sol-event-form .sol-event-form__file__btn i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-event-form .sol-event-form__file__text {
  float: left;
  margin-left: 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 34px;
}
.sol-event-form .sol-event-form__file__remove {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  min-height: 32px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  top: 1px;
  cursor: pointer;
}
.sol-event-form .sol-event-form__file__remove i {
  font-size: 18px;
  color: #204560;
}
.sol-event-form .sol-event-form__file__btn {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0!important;
  min-height: 35px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .sol-event-form .sol-event-form__file__btn {
    min-width: 110px;
    min-height: 50px;
  }
}
.sol-event-form .sol-event-form__file__text {
  float: none !important;
}
.sol-event-form .sol-event-form__file + label {
  margin-bottom: 0;
}
.sol-event-form button[type="submit"] {
  position: relative;
  display: inline-block;
  line-height: 22px;
  min-height: 40px;
  padding: 8px 25px;
  color: #313131;
  background-color: #c1e4c7;
  border-radius: 3px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 110px;
}
.sol-event-form button[type="submit"]:focus,
[data-whatinput="keyboard"] .sol-event-form button[type="submit"]:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-event-form button[type="submit"]:focus,
[data-whatinput="mouse"] .sol-event-form button[type="submit"]:focus,
[data-whatinput="touch"] .sol-event-form button[type="submit"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-event-form button[type="submit"]:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-event-form button[type="submit"]:active {
  background-color: #6DAB78;
}
.sol-event-form button[type="submit"] i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-event-form button[type="submit"]:focus,
[data-whatinput="keyboard"] .sol-event-form button[type="submit"]:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-event-form button[type="submit"]:focus,
[data-whatinput="mouse"] .sol-event-form button[type="submit"]:focus,
[data-whatinput="touch"] .sol-event-form button[type="submit"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-event-form button[type="submit"]:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-event-form button[type="submit"]:active {
  background-color: #6DAB78;
}
.sol-event-form button[type="submit"] i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-event-form button[type="submit"] {
    min-width: 140px;
    min-height: 50px;
  }
}
.sol-event-form .sol-add-time {
  position: relative;
  display: inline-block;
  line-height: 22px;
  min-height: 40px;
  padding: 8px 25px;
  color: #313131;
  background-color: #c1e4c7;
  border-radius: 3px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
  margin-top: 17px;
  margin-bottom: 37px;
  min-height: 35px !important;
}
.sol-event-form .sol-add-time:focus,
[data-whatinput="keyboard"] .sol-event-form .sol-add-time:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-event-form .sol-add-time:focus,
[data-whatinput="mouse"] .sol-event-form .sol-add-time:focus,
[data-whatinput="touch"] .sol-event-form .sol-add-time:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-event-form .sol-add-time:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-event-form .sol-add-time:active {
  background-color: #6DAB78;
}
.sol-event-form .sol-add-time i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-event-form .sol-add-time:focus,
[data-whatinput="keyboard"] .sol-event-form .sol-add-time:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-event-form .sol-add-time:focus,
[data-whatinput="mouse"] .sol-event-form .sol-add-time:focus,
[data-whatinput="touch"] .sol-event-form .sol-add-time:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-event-form .sol-add-time:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-event-form .sol-add-time:active {
  background-color: #6DAB78;
}
.sol-event-form .sol-add-time i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .sol-event-form .sol-add-time {
    min-height: 50px !important;
  }
}
@media (max-width: 767px) {
  .sol-event-form .sol-add-time {
    width: 100%;
  }
}
.sol-event-form .sol-loading {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -50px;
  z-index: 1;
}
.sol-event-form .sol-loading svg {
  width: 100px;
  height: 100px;
}
.sol-event-form .sol-loading svg path {
  fill: #204560;
}
.sol-event-listing-page {
  max-width: 1258px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-event-listing-page {
    width: 79%;
  }
}
@media (max-width: 767px) {
  .sol-event-listing-page {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .sol-event-listing-page .font-heading-1 {
    margin-left: 4%;
    margin-right: 4%;
  }
}
.sol-event-listing-page__highlighted-event__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .sol-event-listing-page__highlighted-event__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .sol-event-listing-page__highlighted-event__list {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.sol-event-listing-page__highlighted-event__item {
  text-decoration: none;
  -ms-flex-preferred-size: 32%;
      flex-basis: 32%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 25px;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .sol-event-listing-page__highlighted-event__item {
    max-height: 130px;
  }
}
@media (max-width: 767px) {
  .sol-event-listing-page__highlighted-event__item {
    max-height: 100%;
  }
}
.sol-event-listing-page__highlighted-event__item:hover,
.sol-event-listing-page__highlighted-event__item:active {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.sol-event-listing-page__highlighted-event__item:hover .sol-event-listing-page__highlighted-event__item__content__title,
.sol-event-listing-page__highlighted-event__item:active .sol-event-listing-page__highlighted-event__item__content__title {
  text-decoration: underline;
}
.sol-event-listing-page__highlighted-event__item:nth-child(3n+2) {
  margin-left: 1.5%;
  margin-right: 1.5%;
}
@media (max-width: 1024px) {
  .sol-event-listing-page__highlighted-event__item:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
}
.sol-event-listing-page__highlighted-event__item__image {
  height: 200px;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 1024px) {
  .sol-event-listing-page__highlighted-event__item__image {
    height: 130px;
    width: 33%;
    float: left;
  }
}
@media (max-width: 767px) {
  .sol-event-listing-page__highlighted-event__item__image {
    height: 200px;
    width: 100%;
    float: none;
  }
}
.sol-event-listing-page__highlighted-event__item__content {
  background-color: #fff;
  padding: 17px 25px 31px 21px;
  min-height: 155px;
}
@media (max-width: 1024px) {
  .sol-event-listing-page__highlighted-event__item__content {
    width: 67%;
    float: left;
  }
}
@media (max-width: 767px) {
  .sol-event-listing-page__highlighted-event__item__content {
    width: 100%;
    padding-top: 16px;
    float: none;
  }
}
.sol-event-listing-page__highlighted-event__item__content__date > span {
  font-family: PFDINTextStd-Light, sans-serif;
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
  color: #313131;
  margin-bottom: 4px;
}
.sol-event-listing-page__highlighted-event__item__content__title {
  font-size: 21px;
  text-align: left;
  color: #204560;
}
/* events/moment-picker-modified.less */
.moment-picker-input {
  cursor: pointer;
}
.moment-picker {
  position: absolute;
  z-index: 1000;
}
.moment-picker-container {
  color: #313131;
  min-width: 20em;
  background: #fff;
  padding: 4px;
  border: 1px solid #e7e7e7;
  position: absolute;
  margin-top: 4px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.moment-picker.inline {
  display: block;
  position: relative;
}
.moment-picker.inline .moment-picker-container {
  position: relative;
  margin: 0;
}
.moment-picker.top .moment-picker-container {
  bottom: 100%;
  margin-top: auto;
  margin-bottom: 4px;
}
.moment-picker .right .moment-picker-container {
  right: 0;
  margin-left: auto;
  margin-right: -0.5em;
}
.moment-picker table {
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 100%;
  table-layout: fixed;
}
.moment-picker th {
  font-weight: bold;
}
.moment-picker th:first-child,
.moment-picker th:last-child {
  width: 2em;
}
.moment-picker th,
.moment-picker td {
  padding: 0;
  text-align: center;
  min-width: 2em;
  height: 2em;
  cursor: pointer;
  border-radius: 2px;
}
.moment-picker th:hover,
.moment-picker td:hover {
  background-color: #f0ece1;
}
.moment-picker th.disabled,
.moment-picker td.disabled,
.moment-picker th.disabled:hover,
.moment-picker td.disabled:hover {
  color: #9e9e9e;
  background: none;
  cursor: default;
}
.moment-picker th.today,
.moment-picker td.today {
  background: #d3d3d3;
  color: #313131;
}
.moment-picker th.selected,
.moment-picker td.selected {
  color: #fff;
  border-color: #204560;
  background-color: #204560;
}
.moment-picker th.highlighted,
.moment-picker td.highlighted {
  background-color: #204560;
  color: #fff;
}
.moment-picker .decade-view td,
.moment-picker .year-view td {
  height: 3.4em;
}
.moment-picker .month-view .moment-picker-specific-views th {
  background: none;
  cursor: default;
}
.moment-picker .month-view td {
  width: 1.4285714286em;
}
.moment-picker .day-view td,
.moment-picker .hour-view td {
  height: 2.3333333333em;
}
.moment-picker .minute-view td {
  height: 1.8em;
}
.moment-picker i.fa-angle-right,
.moment-picker i.fa-angle-left {
  font-size: 17px;
  position: relative;
  top: 1px;
}
@media (min-width: 991px) {
  .sol-landing-page__highlighted-news {
    margin-bottom: 59px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-landing-page__highlighted-news {
    padding-left: 2.9%;
    padding-right: 2.9%;
    margin-bottom: 49px;
  }
}
@media (max-width: 767px) {
  .sol-landing-page__highlighted-news {
    padding-left: 0;
    padding-right: 0;
  }
}
.sol-landing-page__highlighted-news__header {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background-color: #204560;
  color: #fff;
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 36px;
  padding-right: 51px;
  font-family: PFDINTextStd-Regular, sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
  margin: 0;
  margin-left: 2px;
}
@media (max-width: 767px) {
  .sol-landing-page__highlighted-news__header {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 26px;
    border-radius: 0;
    margin-left: 0;
  }
}
.sol-landing-page__highlighted-news__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  padding: 26px 44px 69px 38px;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 768px) {
  .sol-landing-page__highlighted-news__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 28.5px 61px 49px;
  }
}
@media (max-width: 767px) {
  .sol-landing-page__highlighted-news__list {
    padding: 21px 3.1% 75px;
  }
}
.sol-landing-page__highlighted-news__list > li {
  -ms-flex-preferred-size: 29.6%;
      flex-basis: 29.6%;
}
@media (max-width: 768px) {
  .sol-landing-page__highlighted-news__list > li {
    padding-bottom: 16.5px;
    margin-bottom: 15px;
    border-bottom: solid 1px rgba(110, 205, 233, 0.4);
  }
}
.sol-landing-page__highlighted-news__list > li:nth-child(3n+2) {
  margin-left: 5.5%;
  margin-right: 5.5%;
}
@media (max-width: 768px) {
  .sol-landing-page__highlighted-news__list > li:nth-child(3n+2) {
    margin-left: 0;
    margin-right: 0;
  }
}
.sol-landing-page__highlighted-news__list > li:last-child {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
.sol-landing-page__highlighted-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
.sol-landing-page__highlighted-news__item:hover .sol-landing-page__highlighted-news__item__preamble {
  /*text-decoration: underline !important;*/
}
.sol-landing-page__highlighted-news__item:hover .sol-landing-page__highlighted-news__item__title {
  text-decoration: underline !important;
}
@media (max-width: 767px) {
  .sol-landing-page__highlighted-news__item i.sol-icon.sol-icon__clock-small {
    max-height: 13px;
  }
  .sol-landing-page__highlighted-news__item i.sol-icon.sol-icon__clock-small::after {
    height: 13px;
    width: 13px;
  }
  .sol-landing-page__highlighted-news__item i.sol-icon.sol-icon__clock-small.sol-icon-edge {
    height: 13px;
    width: 13px;
  }
  .sol-landing-page__highlighted-news__item i.sol-icon.sol-icon__clock-small.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 26px;
    width: 26px;
    margin-top: -6.5px;
    margin-left: -6.5px;
  }
}
.sol-landing-page__highlighted-news__item__date {
  margin-bottom: 3px;
}
.sol-landing-page__highlighted-news__item__date__day,
.sol-landing-page__highlighted-news__item__date__month,
.sol-landing-page__highlighted-news__item__date__year {
  font-family: PFDINTextStd-Light, sans-serif;
  font-size: 17px;
  font-weight: 300;
  text-align: left;
  color: #333333;
}
@media (max-width: 767px) {
  .sol-landing-page__highlighted-news__item__date__day,
  .sol-landing-page__highlighted-news__item__date__month,
  .sol-landing-page__highlighted-news__item__date__year {
    font-size: 14px;
  }
}
.sol-landing-page__highlighted-news__item__title {
  font-size: 21px;
  color: #204560;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .sol-landing-page__highlighted-news__item__title {
    font-size: 19px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.sol-landing-page__highlighted-news__item__preamble {
  font-family: PFDINTextStd-Light, sans-serif;
  font-size: 19px;
  font-weight: 300;
  color: #333333;
}
@media (max-width: 767px) {
  .sol-landing-page__highlighted-news__item__preamble {
    font-size: 16px;
  }
}
.sol-landing-page__highlighted-news__more-news-btn {
  position: absolute;
  right: 44px;
  bottom: 22px;
  font-family: PFDINTextStd-Light, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  color: #204560;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-landing-page__highlighted-news__more-news-btn {
    right: 64px;
    bottom: 19px;
  }
}
@media (max-width: 767px) {
  .sol-landing-page__highlighted-news__more-news-btn {
    right: 15px;
    bottom: 55px;
  }
}
.sol-landing-page__highlighted-news__more-news-btn::after {
  content: '';
  border-bottom: 2px solid rgba(110, 205, 233, 0.6);
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -3px;
}
.sol-landing-page__highlighted-news__more-news-btn:hover::after {
  border-bottom-color: #6ecde9;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-landing-page-wrapper {
    padding-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .sol-landing-page-wrapper {
    padding-bottom: 33px;
  }
}
.underlined-text,
.sol-landing-page__top a .sol-text {
  text-decoration: none;
  position: relative;
}
.underlined-text::after,
.sol-landing-page__top a .sol-text::after {
  content: '';
  border-bottom: 2px solid rgba(110, 205, 233, 0.6);
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 3px;
  z-index: -1;
}
.underlined-text:hover .underlined-text::after {
  border-bottom-color: #6ecde9;
}
.sol-landing-page__top {
  padding-bottom: 33.5px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-landing-page__top {
    padding: 0 2.9% 28px;
  }
}
@media (max-width: 767px) {
  .sol-landing-page__top {
    padding: 0 1.8% 24px 2.9%;
  }
}
.sol-landing-page__top h1 {
  font-size: 36px;
  line-height: 1.1em;
  text-align: left;
  color: #204560;
  padding: 0;
  margin-bottom: 27px;
}
.sol-landing-page__top h1::after {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-landing-page__top h1 {
    font-size: 29px;
    margin-bottom: 28px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .sol-landing-page__top h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.sol-landing-page__top a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sol-landing-page__top a .sol-text {
  font-family: PFDINTextStd-Light, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1;
  text-align: left;
  color: #204560;
}
@media (max-width: 767px) {
  .sol-landing-page__top a .sol-text {
    font-size: 17px;
    font-weight: 300;
  }
}
.sol-landing-page__top a .sol-text::after {
  bottom: 0;
}
.sol-landing-page__top a .sol-text:hover::after {
  border-bottom-color: #6ecde9;
}
.sol-landing-page__top a .sol-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6.3px;
  max-height: 11px;
}
.sol-landing-page__top a .sol-icon::after {
  height: 11px;
  width: 10.7px;
}
.sol-landing-page__top a .sol-icon.sol-icon-edge {
  height: 11px;
  width: 10.7px;
}
.sol-landing-page__top a .sol-icon.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 22px;
  width: 21.4px;
  margin-top: -5.5px;
  margin-left: -5.35px;
}
.sol-article-filter .sol-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.sol-article-filter__reset-btn {
  position: relative;
  display: inline-block;
  line-height: 22px;
  min-height: 40px;
  padding: 8px 25px;
  color: #313131;
  background-color: #c1e4c7;
  border-radius: 3px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
  margin-bottom: 20px;
  font-size: 17px;
}
.sol-article-filter__reset-btn:focus,
[data-whatinput="keyboard"] .sol-article-filter__reset-btn:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-article-filter__reset-btn:focus,
[data-whatinput="mouse"] .sol-article-filter__reset-btn:focus,
[data-whatinput="touch"] .sol-article-filter__reset-btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-article-filter__reset-btn:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-article-filter__reset-btn:active {
  background-color: #6DAB78;
}
.sol-article-filter__reset-btn i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-article-filter__reset-btn:focus,
[data-whatinput="keyboard"] .sol-article-filter__reset-btn:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-article-filter__reset-btn:focus,
[data-whatinput="mouse"] .sol-article-filter__reset-btn:focus,
[data-whatinput="touch"] .sol-article-filter__reset-btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-article-filter__reset-btn:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-article-filter__reset-btn:active {
  background-color: #6DAB78;
}
.sol-article-filter__reset-btn i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .sol-article-filter__reset-btn {
    margin-right: 15px;
  }
}
.sol-article-filter__cnt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(110, 205, 233, 0.3);
}
@media (max-width: 767px) {
  .sol-article-filter__cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 31px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sol-article-filter--year,
.sol-article-filter--month,
.sol-article-filter--category {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  max-width: 400px;
  position: relative;
}
.sol-article-filter--year__header,
.sol-article-filter--month__header,
.sol-article-filter--category__header {
  z-index: 12;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  position: relative;
  display: block;
  width: 100%;
  padding: 7px 52px 7px 35px;
  background-color: #bee9f5;
  border-radius: 25px;
  color: #313131;
  text-align: left;
  text-decoration: none;
  line-height: 36px;
  font-size: 20px;
  font-family: PFDINTextStd-Regular, sans-serif;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sol-article-filter--year__header:focus,
.sol-article-filter--month__header:focus,
.sol-article-filter--category__header:focus,
[data-whatinput="keyboard"] .sol-article-filter--year__header:focus,
[data-whatinput="keyboard"] .sol-article-filter--month__header:focus,
[data-whatinput="keyboard"] .sol-article-filter--category__header:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-article-filter--year__header:focus,
[data-whatinput="initial"] .sol-article-filter--month__header:focus,
[data-whatinput="initial"] .sol-article-filter--category__header:focus,
[data-whatinput="mouse"] .sol-article-filter--year__header:focus,
[data-whatinput="mouse"] .sol-article-filter--month__header:focus,
[data-whatinput="mouse"] .sol-article-filter--category__header:focus,
[data-whatinput="touch"] .sol-article-filter--year__header:focus,
[data-whatinput="touch"] .sol-article-filter--month__header:focus,
[data-whatinput="touch"] .sol-article-filter--category__header:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-article-filter--year__header[disabled="disabled"],
.sol-article-filter--month__header[disabled="disabled"],
.sol-article-filter--category__header[disabled="disabled"] {
  background-color: #eaf8fc;
  cursor: not-allowed;
}
.sol-article-filter--year__header__icon,
.sol-article-filter--month__header__icon,
.sol-article-filter--category__header__icon {
  background-color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 4px;
  top: 50%;
  margin-top: -20px;
  border-radius: 50%;
}
.sol-article-filter--year__header__icon::after,
.sol-article-filter--month__header__icon::after,
.sol-article-filter--category__header__icon::after,
.sol-article-filter--year__header__icon::before,
.sol-article-filter--month__header__icon::before,
.sol-article-filter--category__header__icon::before {
  content: '';
  display: block;
  background-color: #313131;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 4px;
  margin-left: -11px;
  margin-top: -2px;
  border-radius: 2px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-article-filter--year__header__icon::after,
.sol-article-filter--month__header__icon::after,
.sol-article-filter--category__header__icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .sol-article-filter--year__header__text,
  .sol-article-filter--month__header__text,
  .sol-article-filter--category__header__text {
    font-size: 16px;
    line-height: 1.25;
  }
}
.sol-article-filter--year__list,
.sol-article-filter--month__list,
.sol-article-filter--category__list {
  list-style: none;
  position: absolute;
  top: 44px;
  left: 5%;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 3px;
  width: 90%;
  z-index: 2;
  background-color: #fff;
}
.sol-article-filter--year__list > li > button,
.sol-article-filter--month__list > li > button,
.sol-article-filter--category__list > li > button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.sol-article-filter--year__list > li > button:hover,
.sol-article-filter--month__list > li > button:hover,
.sol-article-filter--category__list > li > button:hover {
  background-color: #bee9f5;
}
.sol-article-filter--year.expanded .sol-article-filter--year__header__icon::after,
.sol-article-filter--month.expanded .sol-article-filter--year__header__icon::after,
.sol-article-filter--category.expanded .sol-article-filter--year__header__icon::after,
.sol-article-filter--year.expanded .sol-article-filter--month__header__icon::after,
.sol-article-filter--month.expanded .sol-article-filter--month__header__icon::after,
.sol-article-filter--category.expanded .sol-article-filter--month__header__icon::after,
.sol-article-filter--year.expanded .sol-article-filter--category__header__icon::after,
.sol-article-filter--month.expanded .sol-article-filter--category__header__icon::after,
.sol-article-filter--category.expanded .sol-article-filter--category__header__icon::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.sol-article-filter--year.expanded > ul,
.sol-article-filter--month.expanded > ul,
.sol-article-filter--category.expanded > ul {
  max-height: 1000px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .sol-article-filter--year {
    z-index: 9;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.sol-article-filter--year__list {
  z-index: 9;
}
.sol-article-filter--month {
  margin-right: 3.8%;
  margin-left: 3.8%;
}
@media (max-width: 767px) {
  .sol-article-filter--month {
    z-index: 8;
    margin: 0 0 25px;
  }
}
.sol-article-filter--month__list {
  z-index: 8;
}
@media (max-width: 767px) {
  .sol-article-filter--category {
    z-index: 7;
  }
}
.sol-portal--blue .sol-article-filter--year,
.sol-portal--rose .sol-article-filter--year,
.sol-portal--green .sol-article-filter--year,
.sol-portal--blue .sol-article-filter--month,
.sol-portal--rose .sol-article-filter--month,
.sol-portal--green .sol-article-filter--month {
  -ms-flex-preferred-size: 49%;
      flex-basis: 49%;
}
.sol-portal--blue .sol-article-filter--category,
.sol-portal--rose .sol-article-filter--category,
.sol-portal--green .sol-article-filter--category {
  display: none;
}
.sol-listing-page--news {
  max-width: 833px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-listing-page--news {
    max-width: 81%;
  }
}
.sol-listing-page--news__header--special {
  display: none;
}
.sol-listing-page--news__header--special.sol-visible {
  display: block;
}
@media (max-width: 767px) {
  .sol-listing-page--news .sol-page-title__cnt {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .sol-listing-page--news .sol-page-tools {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sol-listing-page--news .sol-no-hits {
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sol-listing-page--news .sol-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
}
.sol-listing-page--news {
  /* news-item.less */
}
.sol-listing-page--news__header--special {
  display: none;
}
.sol-listing-page--news .sol-news-item__content {
  position: relative;
  border-bottom: 1px solid rgba(110, 205, 233, 0.3);
}
@media (max-width: 767px) {
  .sol-listing-page--news .sol-news-item__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1024px) {
  .sol-listing-page--news .sol-news-item__date {
    font-size: 14px;
    font-weight: 300;
  }
}
@media (max-width: 1024px) {
  .sol-listing-page--news .sol-news-item__header {
    font-size: 19px;
  }
}
@media (max-width: 1024px) {
  .sol-listing-page--news .sol-news-item__desc {
    font-size: 16px;
    font-weight: 300;
  }
}
.sol-listing-page--news .sol-news-item__img {
  left: 25px;
  height: 115px;
  min-height: 0;
  width: 180px;
  position: absolute;
  background-size: cover;
  background-position: 50%;
  top: 0;
  margin-right: auto;
}
@media (max-width: 767px) {
  .sol-listing-page--news .sol-news-item__img {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    margin-bottom: 16px;
    min-height: 140px;
  }
}
.sol-listing-page--news .sol-news-item .sol-listing-page--news .sol-news-item__date {
  display: block;
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
  color: #313131;
  margin-bottom: 4px;
}
.sol-listing-page--news .sol-news-item .sol-listing-page--news .sol-news-item__date .sol-icon {
  max-height: 18px;
  margin-right: 7px;
  margin-top: 1px;
  float: left;
}
.sol-listing-page--news .sol-news-item .sol-listing-page--news .sol-news-item__date .sol-icon::after {
  height: 18px;
  width: 17px;
}
.sol-listing-page--news .sol-news-item .sol-listing-page--news .sol-news-item__date .sol-icon.sol-icon-edge {
  height: 18px;
  width: 17px;
}
.sol-listing-page--news .sol-news-item .sol-listing-page--news .sol-news-item__date .sol-icon.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 36px;
  width: 34px;
  margin-top: -9px;
  margin-left: -8.5px;
}
.sol-listing-page--news .sol-news-item .sol-listing-page--news .sol-news-item__header {
  display: block;
  font-size: 21px;
  line-height: 27px;
  color: #204560;
  margin-top: 0;
  margin-bottom: 4px;
}
.sol-listing-page--news .sol-news-item .sol-listing-page--news .sol-news-item__header a {
  text-decoration: none;
  color: #204560;
}
.sol-listing-page--news .sol-news-item:hover .sol-listing-page--news .sol-news-item__header {
  text-decoration: underline;
}
.sol-listing-page--news .sol-news-item .sol-listing-page--news .sol-news-item__desc {
  display: block;
  font-size: 21px;
  line-height: 27px;
  color: #313131;
  font-weight: 300;
  margin-top: 0;
}
.sol-listing-page--news .sol-news-item--large {
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.08);
          box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.08);
}
.sol-listing-page--news .sol-news-item--large .sol-listing-page--news .sol-news-item__content {
  background-color: #204560;
  padding: 0 45px 29px 21px;
}
.sol-listing-page--news .sol-news-item--large .sol-listing-page--news .sol-news-item__content > .sol-icon__arrow--white {
  max-height: 19px;
  position: absolute;
  bottom: 14px;
  right: 14px;
}
.sol-listing-page--news .sol-news-item--large .sol-listing-page--news .sol-news-item__content > .sol-icon__arrow--white::after {
  height: 19px;
  width: 19px;
}
.sol-listing-page--news .sol-news-item--large .sol-listing-page--news .sol-news-item__content > .sol-icon__arrow--white.sol-icon-edge {
  height: 19px;
  width: 19px;
}
.sol-listing-page--news .sol-news-item--large .sol-listing-page--news .sol-news-item__content > .sol-icon__arrow--white.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 38px;
  width: 38px;
  margin-top: -9.5px;
  margin-left: -9.5px;
}
.sol-listing-page--news .sol-news-item--large .sol-listing-page--news .sol-news-item__date,
.sol-listing-page--news .sol-news-item--large .sol-listing-page--news .sol-news-item__header,
.sol-listing-page--news .sol-news-item--large .sol-listing-page--news .sol-news-item__desc {
  color: #fff;
}
.sol-listing-page--news .sol-news-item--large .sol-listing-page--news .sol-news-item__date a,
.sol-listing-page--news .sol-news-item--large .sol-listing-page--news .sol-news-item__header a,
.sol-listing-page--news .sol-news-item--large .sol-listing-page--news .sol-news-item__desc a {
  color: #fff;
}
.sol-listing-page--news .sol-news-archive-link {
  position: relative;
  z-index: 1;
  text-decoration: none;
  font-size: 19px;
  font-weight: 300;
  line-height: 24px;
  color: #204560;
  margin-top: 15px;
  float: right;
}
.sol-listing-page--news .sol-news-archive-link::after {
  content: '';
  border-bottom: 2px solid rgba(110, 205, 233, 0.6);
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 1px;
  z-index: -1;
}
.sol-listing-page--news .sol-news-archive-link:hover::after {
  border-bottom-color: #6ecde9;
}
.sol-listing-page--news .sol-col-md-7.sol-startpage-news__left ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.sol-listing-page--news .sol-col-md-7.sol-startpage-news__left ul .sol-news-item--large {
  width: 48%;
  float: left;
}
.sol-listing-page--news .sol-col-md-7.sol-startpage-news__left ul .sol-news-item--large:first-child {
  margin-right: 34px;
}
.sol-listing-page--news .sol-col-md-7.sol-startpage-news__left ul .sol-news-item--large .sol-news-item__img {
  min-height: 200px;
}
.sol-listing-page--news .sol-col-md-7.sol-startpage-news__left ul .sol-news-item--large .sol-news-item__content {
  height: 100%;
}
.sol-listing-page--news .sol-col-md-5.sol-startpage-news__right ul {
  padding-left: 0;
}
.sol-listing-page--news .sol-news-item--no-img .sol-news-item__content {
  min-height: 0;
  padding-left: 25px;
}
.sol-pagination__list {
  padding-left: 0;
}
@media (max-width: 1024px) {
  .sol-pagination__list {
    padding-left: 17px;
    padding-right: 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .sol-pagination__list {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .sol-pagination__list-item--previous,
  .sol-pagination__list-item--next {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .sol-pagination__list-item--previous {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
    margin-right: auto;
  }
}
.sol-pagination__list-item--next {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.sol-news-page__wrapper .sol-news-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.sol-news-page__wrapper .sol-news-date__text {
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
  color: #313131;
}
.sol-news-page__wrapper .sol-news-date__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 7px;
  position: relative;
  top: -0.6px;
}
.sol-portal--blue .sol-icon__reserve {
  max-height: 87px;
  margin-right: 30px;
}
.sol-portal--blue .sol-icon__reserve::after {
  height: 87px;
  width: 100px;
}
.sol-portal--blue .sol-icon__reserve.sol-icon-edge {
  height: 87px;
  width: 100px;
}
.sol-portal--blue .sol-icon__reserve.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 174px;
  width: 200px;
  margin-top: -43.5px;
  margin-left: -50px;
}
.sol-portal--blue .sol-icon__reserve::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/boka-lokal-bla.svg');
}
.sol-portal--blue .sol-icon__subscribe {
  max-height: 87px;
  margin-right: 23px;
}
.sol-portal--blue .sol-icon__subscribe::after {
  height: 87px;
  width: 100px;
}
.sol-portal--blue .sol-icon__subscribe.sol-icon-edge {
  height: 87px;
  width: 100px;
}
.sol-portal--blue .sol-icon__subscribe.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 174px;
  width: 200px;
  margin-top: -43.5px;
  margin-left: -50px;
}
.sol-portal--blue .sol-icon__subscribe::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/foreningsnytt-bla.svg');
}
.sol-portal--blue .sol-icon__cloud {
  max-height: 87px;
  margin-right: 23px;
}
.sol-portal--blue .sol-icon__cloud::after {
  height: 87px;
  width: 100px;
}
.sol-portal--blue .sol-icon__cloud.sol-icon-edge {
  height: 87px;
  width: 100px;
}
.sol-portal--blue .sol-icon__cloud.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 174px;
  width: 200px;
  margin-top: -43.5px;
  margin-left: -50px;
}
.sol-portal--blue .sol-icon__cloud::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/tankar-bla.svg');
}
.sol-portal--blue .sol-top-logo {
  text-decoration: none;
  position: absolute;
  top: 22px;
}
.sol-portal--blue .sol-top-logo > span {
  display: block;
  font-size: 36px;
  text-align: left;
  color: #0094bf;
  font-weight: 600;
}
.sol-portal--blue .sol-top-search__form input[type="search"] {
  border-color: #204560;
}
.sol-portal--blue header .sol-top {
  padding: 0 !important;
  height: 120px;
}
@media (max-width: 1024px) {
  .sol-portal--blue header .sol-top {
    height: 46px;
    background-color: rgba(110, 205, 233, 0.25);
  }
}
.sol-portal--blue header .sol-top .sol-back-to-main-site-btn {
  display: inline-block;
  line-height: 22px;
  min-height: 40px;
  padding: 8px 25px;
  color: #313131;
  background-color: #c1e4c7;
  border-radius: 3px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -1px;
  min-height: 30px !important;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(110, 205, 233, 0.25);
}
.sol-portal--blue header .sol-top .sol-back-to-main-site-btn:focus,
[data-whatinput="keyboard"] .sol-portal--blue header .sol-top .sol-back-to-main-site-btn:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-portal--blue header .sol-top .sol-back-to-main-site-btn:focus,
[data-whatinput="mouse"] .sol-portal--blue header .sol-top .sol-back-to-main-site-btn:focus,
[data-whatinput="touch"] .sol-portal--blue header .sol-top .sol-back-to-main-site-btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-portal--blue header .sol-top .sol-back-to-main-site-btn:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-portal--blue header .sol-top .sol-back-to-main-site-btn:active {
  background-color: #6DAB78;
}
.sol-portal--blue header .sol-top .sol-back-to-main-site-btn i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-portal--blue header .sol-top .sol-back-to-main-site-btn:focus,
[data-whatinput="keyboard"] .sol-portal--blue header .sol-top .sol-back-to-main-site-btn:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-portal--blue header .sol-top .sol-back-to-main-site-btn:focus,
[data-whatinput="mouse"] .sol-portal--blue header .sol-top .sol-back-to-main-site-btn:focus,
[data-whatinput="touch"] .sol-portal--blue header .sol-top .sol-back-to-main-site-btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-portal--blue header .sol-top .sol-back-to-main-site-btn:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-portal--blue header .sol-top .sol-back-to-main-site-btn:active {
  background-color: #6DAB78;
}
.sol-portal--blue header .sol-top .sol-back-to-main-site-btn i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-portal--blue header .sol-top .sol-back-to-main-site-btn:hover {
  background-color: rgba(110, 205, 233, 0.15);
}
.sol-portal--blue header .sol-top .sol-back-to-main-site-btn:active {
  background-color: #6ecde9;
}
@media (max-width: 1024px) {
  .sol-portal--blue header .sol-top .sol-back-to-main-site-btn {
    border: solid 1px rgba(110, 205, 233, 0.6);
  }
}
.sol-portal--blue header .sol-top .sol-back-to-main-site-btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 26px;
}
@media (max-width: 1024px) {
  .sol-portal--blue header .sol-top .sol-back-to-main-site-btn__wrapper {
    display: none;
  }
}
.sol-portal--blue header .sol-bottom {
  background-color: #0094bf;
}
.sol-portal--blue header .sol-bottom .sol-top-nav__item {
  font-size: 19px;
}
@media (max-width: 1024px) {
  .sol-portal--blue header .sol-mobile-header > div > a > span {
    color: #0094bf;
  }
}
@media (max-width: 1024px) {
  .sol-portal--blue header .sol-mobile-header .sol-hamburger > span {
    background-color: #0094bf;
  }
}
.sol-portal--blue .sol-landing-page__highlighted-news__header {
  background-color: #0094bf !important;
}
.sol-portal--blue .sol-landing-page-wrapper .sol-page-listing-item:nth-child(odd) {
  background-color: rgba(110, 205, 233, 0.15) !important;
}
.sol-portal--blue .sol-landing-page-wrapper .sol-page-listing-child__link {
  font-size: 19px;
  background-color: #0094bf !important;
  color: #fff !important;
}
.sol-portal--blue .sol-landing-page-wrapper .sol-page-listing-child__link:hover {
  background-color: #006683 !important;
}
.sol-portal--blue .sol-landing-page-wrapper .sol-page-listing-child__link:active {
  background-color: #0094bf !important;
  border: 2px solid #006683 !important;
}
.sol-portal--blue .sol-landing-page-wrapper .sol-page-listing-child__link:active {
  border: none !important;
}
.sol-portal--blue .sol-landing-page-wrapper .sol-landing-page__top .font-heading-1 {
  color: #0094bf;
}
.sol-portal--blue .sol-content-n-popular-pages-wrapper {
  background-color: #cceaf2;
  padding-top: 23px;
  padding-bottom: 28px;
}
.sol-portal--blue .sol-content-n-popular-pages-wrapper .sv-font-startsida1f {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 1.21;
  text-align: left;
}
@media (max-width: 1024px) {
  .sol-portal--blue .sol-content-n-popular-pages-wrapper .sv-font-startsida1f {
    font-size: 19px;
  }
}
.sol-portal--blue .sol-content-n-popular-pages-wrapper .sol-popular-pages {
  background-color: #cceaf2;
  width: 85%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
}
.sol-portal--blue .sol-content-n-popular-pages-wrapper .sol-popular-pages__link {
  background-color: #0094bf !important;
  color: #fff !important;
  font-size: 19px;
}
.sol-portal--blue .sol-content-n-popular-pages-wrapper .sol-popular-pages__link:hover {
  background-color: #006683 !important;
}
.sol-portal--blue .sol-content-n-popular-pages-wrapper .sol-popular-pages__link:active {
  background-color: #0094bf !important;
  border: 2px solid #006683 !important;
}
.sol-portal--blue .sol-puff__content__title {
  color: #0094bf;
}
.sol-portal--blue .sol-widget-decoration .font-widget-heading,
.sol-portal--blue .sol-widget-decoration .font-widget-heading a {
  color: #0094bf;
}
.sol-portal--blue .sol-video-widget .sol-widget-decoration-img:before {
  background-image: url('/webdav/files/System/resources/graphics/icons/video-ikon-bla.svg');
}
.sol-portal--blue .sol-startpage-news__right .sol-news-item__content {
  border-bottom-color: rgba(0, 148, 191, 0.4);
}
.sol-portal--blue .sol-page-tools__item button.sol-contact__button:hover {
  background-color: #006c8c !important;
  color: #fff;
}
.sol-portal--blue .sol-page-tools__item button.sol-contact__button[aria-expanded="true"] {
  background-color: #0094bf;
  color: #fff;
}
.sol-portal--blue .sol-content-wrapper .sol-contact {
  border-color: rgba(110, 205, 233, 0.8);
}
.sol-portal--blue .sol-content-wrapper .sol-contact:before {
  border-bottom-color: rgba(110, 205, 233, 0.8);
}
.sol-portal--blue .sol-content-wrapper .sol-contact__header {
  border-bottom-color: rgba(110, 205, 233, 0.25);
}
.sol-portal--blue .sol-content-wrapper .sol-contact__header h2 {
  color: #0094bf;
}
.sol-portal--blue .sol-content-wrapper .sol-contact__item__left.sv-column-5.sol-col-md-5 h4.font-heading-2 {
  color: #313131 !important;
}
.sol-portal--blue .sol-content-wrapper .sol-contact__item__right.sv-column-7.sol-col-md-7 {
  background-color: rgba(110, 205, 233, 0.25);
}
.sol-portal--blue .sol-content-wrapper .sol-contact__political-responsibility {
  border-top-color: rgba(110, 205, 233, 0.8);
}
@media (max-width: 1024px) {
  .sol-portal--green .sol-mobile-header > div > a > span {
    color: #2ca16c;
  }
}
@media (max-width: 1024px) {
  .sol-portal--green .sol-mobile-header .sol-hamburger-wrapper .sol-hamburger > span {
    background-color: #2ca16c;
  }
}
.sol-portal--green .sol-icon__reserve {
  max-height: 87px;
  margin-right: 30px;
}
.sol-portal--green .sol-icon__reserve::after {
  height: 87px;
  width: 100px;
}
.sol-portal--green .sol-icon__reserve.sol-icon-edge {
  height: 87px;
  width: 100px;
}
.sol-portal--green .sol-icon__reserve.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 174px;
  width: 200px;
  margin-top: -43.5px;
  margin-left: -50px;
}
.sol-portal--green .sol-icon__reserve::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/boka-lokal-gron.svg');
}
.sol-portal--green .sol-icon__subscribe {
  max-height: 87px;
  margin-right: 23px;
}
.sol-portal--green .sol-icon__subscribe::after {
  height: 87px;
  width: 100px;
}
.sol-portal--green .sol-icon__subscribe.sol-icon-edge {
  height: 87px;
  width: 100px;
}
.sol-portal--green .sol-icon__subscribe.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 174px;
  width: 200px;
  margin-top: -43.5px;
  margin-left: -50px;
}
.sol-portal--green .sol-icon__subscribe::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/foreningsnytt-gron.svg');
}
.sol-portal--green .sol-icon__cloud {
  max-height: 87px;
  margin-right: 23px;
}
.sol-portal--green .sol-icon__cloud::after {
  height: 87px;
  width: 100px;
}
.sol-portal--green .sol-icon__cloud.sol-icon-edge {
  height: 87px;
  width: 100px;
}
.sol-portal--green .sol-icon__cloud.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 174px;
  width: 200px;
  margin-top: -43.5px;
  margin-left: -50px;
}
.sol-portal--green .sol-icon__cloud::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/tankar-gron.svg');
}
.sol-portal--green .sol-top-logo {
  text-decoration: none;
  position: absolute;
  top: 22px;
}
.sol-portal--green .sol-top-logo > span {
  display: block;
  font-size: 36px;
  text-align: left;
  color: #2ca16c;
  font-weight: 600;
}
.sol-portal--green .sol-top-search__form input[type="search"] {
  border-color: #2ca16c;
}
.sol-portal--green .sol-top-search__form button[type="submit"] i.sol-icon:after {
  background-image: url('/webdav/files/System/resources/graphics/icons/search-green.svg');
}
.sol-portal--green .sol-mobile-header .sol-mobile-search-button i.sol-icon:after {
  background-image: url('/webdav/files/System/resources/graphics/icons/search-green.svg');
}
.sol-portal--green .sol-back-to-main-site-btn {
  display: inline-block;
  line-height: 22px;
  min-height: 40px;
  padding: 8px 25px;
  color: #313131;
  border-radius: 3px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -1px;
  min-height: 30px !important;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #c1e4c7;
}
.sol-portal--green .sol-back-to-main-site-btn:focus,
[data-whatinput="keyboard"] .sol-portal--green .sol-back-to-main-site-btn:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-portal--green .sol-back-to-main-site-btn:focus,
[data-whatinput="mouse"] .sol-portal--green .sol-back-to-main-site-btn:focus,
[data-whatinput="touch"] .sol-portal--green .sol-back-to-main-site-btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-portal--green .sol-back-to-main-site-btn:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-portal--green .sol-back-to-main-site-btn:active {
  background-color: #6DAB78;
}
.sol-portal--green .sol-back-to-main-site-btn i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-portal--green .sol-back-to-main-site-btn:focus,
[data-whatinput="keyboard"] .sol-portal--green .sol-back-to-main-site-btn:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-portal--green .sol-back-to-main-site-btn:focus,
[data-whatinput="mouse"] .sol-portal--green .sol-back-to-main-site-btn:focus,
[data-whatinput="touch"] .sol-portal--green .sol-back-to-main-site-btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-portal--green .sol-back-to-main-site-btn:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-portal--green .sol-back-to-main-site-btn:active {
  background-color: #6DAB78;
}
.sol-portal--green .sol-back-to-main-site-btn i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-portal--green .sol-back-to-main-site-btn:hover {
  background-color: rgba(193, 228, 199, 0.4);
}
.sol-portal--green .sol-back-to-main-site-btn:active {
  background-color: #6dab78;
}
@media (max-width: 1024px) {
  .sol-portal--green .sol-back-to-main-site-btn {
    border: solid 1px #c1e4c7;
  }
}
.sol-portal--green .sol-back-to-main-site-btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 26px;
}
@media (max-width: 1024px) {
  .sol-portal--green .sol-back-to-main-site-btn__wrapper {
    display: none;
  }
}
.sol-portal--green .sol-top-shortcut__item {
  border-right-color: #c1e4c7;
}
.sol-portal--green .sol-top-shortcut__item:hover {
  background-color: rgba(44, 161, 108, 0.05);
}
.sol-portal--green header .sol-top {
  padding: 0 !important;
  height: 120px;
}
@media (max-width: 1024px) {
  .sol-portal--green header .sol-top {
    height: 46px;
    background-color: rgba(193, 228, 199, 0.3);
  }
}
.sol-portal--green header .sol-bottom {
  background-color: #2ca16c;
}
.sol-portal--green header .sol-bottom .sol-top-nav__item {
  font-size: 19px;
}
.sol-portal--green .sol-landing-page__highlighted-news__header {
  background-color: #2ca16c !important;
}
.sol-portal--green .sol-landing-page-wrapper .sol-page-listing-child__link {
  font-size: 19px;
  background-color: #2ca16c !important;
  color: #fff !important;
}
.sol-portal--green .sol-landing-page-wrapper .sol-page-listing-child__link:hover {
  background-color: #19774c !important;
}
.sol-portal--green .sol-landing-page-wrapper .sol-page-listing-child__link:active {
  background-color: #2ca16c !important;
  border: 2px solid #19774c !important;
}
.sol-portal--green .sol-landing-page-wrapper .sol-page-listing-child__link:active {
  border: none !important;
}
.sol-portal--green .sol-landing-page-wrapper .sol-landing-page__top .font-heading-1 {
  color: #2ca16c;
}
.sol-portal--green .sol-content-n-popular-pages-wrapper {
  background-color: #d5ece2;
  padding-top: 23px;
  padding-bottom: 28px;
}
.sol-portal--green .sol-content-n-popular-pages-wrapper .sv-font-startsida1f {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 1.21;
  text-align: left;
}
@media (max-width: 1024px) {
  .sol-portal--green .sol-content-n-popular-pages-wrapper .sv-font-startsida1f {
    font-size: 19px;
  }
}
.sol-portal--green .sol-content-n-popular-pages-wrapper .sol-popular-pages {
  background-color: #d5ece2;
  width: 85%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
}
.sol-portal--green .sol-content-n-popular-pages-wrapper .sol-popular-pages__link {
  background-color: #2ca16c !important;
  color: #fff !important;
  font-size: 19px;
}
.sol-portal--green .sol-content-n-popular-pages-wrapper .sol-popular-pages__link:hover {
  background-color: #19774c !important;
}
.sol-portal--green .sol-content-n-popular-pages-wrapper .sol-popular-pages__link:active {
  background-color: #2ca16c !important;
  border: 2px solid #19774c !important;
}
.sol-portal--green .sol-puff__content__title {
  color: #2ca16c;
}
.sol-portal--green .sol-widget-decoration .font-widget-heading,
.sol-portal--green .sol-widget-decoration .font-widget-heading a {
  color: #2ca16c;
}
.sol-portal--green .sol-video-widget .sol-widget-decoration-img:before {
  background-image: url('/webdav/files/System/resources/graphics/icons/video-ikon-gron.svg');
}
.sol-portal--green .sol-startpage-news__right .sol-news-item__content {
  border-bottom-color: rgba(44, 161, 108, 0.4);
}
.sol-portal--green .sol-page-tools__item button.sol-contact__button {
  background-color: #c1e4c7 !important;
  color: #313131 !important;
}
.sol-portal--green .sol-page-tools__item button.sol-contact__button:hover {
  background-color: #217951 !important;
}
.sol-portal--green .sol-page-tools__item button.sol-contact__button:hover span,
.sol-portal--green .sol-page-tools__item button.sol-contact__button:hover .fa {
  color: #fff;
}
.sol-portal--green .sol-page-tools__item button.sol-contact__button[aria-expanded="true"] {
  background-color: #2ca16c !important;
}
.sol-portal--green .sol-page-tools__item button.sol-contact__button[aria-expanded="true"] span,
.sol-portal--green .sol-page-tools__item button.sol-contact__button[aria-expanded="true"] .fa {
  color: #fff;
}
.sol-portal--green .sol-content-wrapper .sol-contact {
  border-color: #c1e4c7;
}
.sol-portal--green .sol-content-wrapper .sol-contact:before {
  border-bottom-color: #c1e4c7;
}
.sol-portal--green .sol-content-wrapper .sol-contact__header {
  border-bottom-color: rgba(193, 228, 199, 0.4);
}
.sol-portal--green .sol-content-wrapper .sol-contact__header h2 {
  color: #2ca16c;
}
.sol-portal--green .sol-content-wrapper .sol-contact__item__left.sv-column-5.sol-col-md-5 h4.font-heading-2 {
  color: #313131 !important;
}
.sol-portal--green .sol-content-wrapper .sol-contact__item__right.sv-column-7.sol-col-md-7 {
  background-color: rgba(193, 228, 199, 0.2);
}
.sol-portal--green .sol-content-wrapper .sol-contact__political-responsibility {
  border-top-color: #c1e4c7;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body[class*="sol-portal"] .sol-widget-decoration-wrapper .sv-decoration-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body[class*="sol-portal"] .sol-widget-decoration-wrapper .sv-decoration-content .sol-widget-decoration-img {
    width: 27%;
    height: auto;
    min-height: 140px;
  }
  body[class*="sol-portal"] .sol-widget-decoration-wrapper .sv-decoration-content > div:not(.sol-widget-decoration-img) {
    width: 73%;
  }
}
body[class*="sol-portal"] .sol-tool-nav .sol-tool-nav__item:nth-child(2) {
  display: none;
}
body[class*="sol-portal"] .sol-startpage__top__image::after {
  background-color: #FAF9F6;
}
body[class*="sol-portal"] .sol-startpage__top__image::before {
  background-color: #FAF9F6;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body[class*="sol-portal"] .sol-startpage__top__image {
    bottom: -190px;
  }
}
@media (max-width: 1024px) {
  body[class*="sol-portal"] .sol-startpage__top__image {
    width: 100%;
    position: static;
  }
}
@media (max-width: 767px) {
  body[class*="sol-portal"] .sol-startpage__top__image {
    display: block;
    height: 135px;
  }
}
body[class*="sol-portal"] .sol-puff__container > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 32% ;
          flex: 1 0 32% ;
  max-width: 32%;
}
@media (max-width: 1024px) {
  body[class*="sol-portal"] .sol-puff__container > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100% ;
            flex: 1 0 100% ;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body[class*="sol-portal"] {
    margin-top: 230px;
  }
}
@media (max-width: 767px) {
  body[class*="sol-portal"] {
    margin-top: 40px;
  }
}
body[class*="sol-portal"] header > .sol-top > .sv-grid-main {
  position: relative;
  padding-top: 56px;
}
body[class*="sol-portal"] header > .sol-top > .sv-grid-main .sol-back-to-main-site-btn__wrapper {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 479px) {
  body[class*="sol-portal"] header > .sol-top > .sv-grid-main .sol-back-to-main-site-btn__wrapper {
    margin-left: 15px !important;
  }
}
@media (max-width: 479px) {
  body[class*="sol-portal"] header > .sol-top > .sv-grid-main .sol-back-to-main-site-btn__wrapper a.sol-back-to-main-site-btn {
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  body[class*="sol-portal"] header > .sol-top > .sv-grid-main {
    padding-top: 0;
  }
  body[class*="sol-portal"] header > .sol-top > .sv-grid-main .sol-back-to-main-site-btn__wrapper.sol-show-md--strict {
    position: unset;
    top: auto;
    right: auto;
    display: inline-block !important;
    float: left;
    margin-left: 25px;
  }
}
@media (max-width: 1024px) {
  body[class*="sol-portal"] .sol-mobile-header {
    min-height: 92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 19px;
  }
}
@media (max-width: 1024px) {
  body[class*="sol-portal"] .sol-mobile-header > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  body[class*="sol-portal"] .sol-mobile-header > div .sol-hamburger-text {
    top: 0;
  }
}
@media (max-width: 1024px) {
  body[class*="sol-portal"] .sol-mobile-header > div > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-decoration: none;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  body[class*="sol-portal"] .sol-mobile-header > div > a .sol-mobile-logo {
    margin: 0 0 6px 0;
    max-width: 137px;
    float: none;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  body[class*="sol-portal"] .sol-mobile-header > div > a > span {
    text-decoration: none;
    font-size: 30px;
    text-align: left;
  }
}
@media (max-width: 1024px) and (max-width: 767px) {
  body[class*="sol-portal"] .sol-mobile-header > div > a > span {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  body[class*="sol-portal"] .sol-tool-nav {
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 19px;
  }
  body[class*="sol-portal"] .sol-tool-nav .sol-back-to-main-site-btn {
    font-size: 12px;
    text-align: center;
    color: #333333;
    border-radius: 3px;
    background-color: #ffffff;
  }
  body[class*="sol-portal"] .sol-tool-nav .sol-back-to-main-site-btn__wrapper {
    margin: 0 0 0 30px;
  }
}
@media (max-width: 1024px) {
  body[class*="sol-portal"] .sol-tool-nav__item > a,
  body[class*="sol-portal"] .sol-tool-nav__item button {
    color: #333333;
  }
}
@media (max-width: 479px) {
  body[class*="sol-portal"] .sol-tool-nav__item > a,
  body[class*="sol-portal"] .sol-tool-nav__item button {
    margin: 0 5px;
    padding: 0;
  }
}
body[class*="sol-portal"] .sol-tool-nav__item .sol-icon__listen::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/listen--black.svg');
}
@media (max-width: 1024px) {
  body[class*="sol-portal"] .sol-tool-nav__item .sol-icon__globe::after {
    background-image: url('/webdav/files/System/resources/graphics/icons/globe--black.svg');
  }
}
@media (max-width: 1024px) {
  body[class*="sol-portal"] .sol-tool-nav__item .sol-icon__legible::after {
    background-image: url('/webdav/files/System/resources/graphics/icons/legible--black.svg');
  }
}
@media (max-width: 1024px) {
  body[class*="sol-portal"] .sol-tool-nav__item .sol-icon__phone::after {
    background-image: url('/webdav/files/System/resources/graphics/icons/phone--black.svg');
  }
}
@media (max-width: 1024px) {
  body[class*="sol-portal"] .sol-tool-nav__item .sol-icon__lock::after {
    background-image: url('/webdav/files/System/resources/graphics/icons/lock--black.svg');
  }
}
@media (max-width: 479px) {
  body[class*="sol-portal"] .sol-tool-nav__item {
    margin-left: 3%;
  }
}
body[class*="sol-portal"] .sol-startpage-news__right {
  width: 100%;
}
body[class*="sol-portal"] .sol-top-logo {
  margin-left: -3px;
}
body[class*="sol-portal"] .sol-top-logo > img {
  height: 34px;
  margin-top: -5px;
  margin-bottom: 15px;
  margin-left: -7px;
}
body[class*="sol-portal"] .sol-top-search form {
  left: 525px;
}
body[class*="sol-portal"] .sol-top-search form input {
  border-radius: 3px;
}
@media (max-width: 767px) {
  body[class*="sol-portal"] .sol-top-shortcut__item {
    min-height: 106px;
  }
}
@media (max-width: 767px) {
  body[class*="sol-portal"] .sol-top-shortcut__item__name {
    line-height: normal;
    position: relative;
  }
}
@media (max-width: 1024px) {
  body[class*="sol-portal"] .sol-top-shortcut__item i.sol-icon {
    max-height: 38px;
    margin-right: 0;
  }
  body[class*="sol-portal"] .sol-top-shortcut__item i.sol-icon::after {
    height: 38px;
    width: 38px;
  }
  body[class*="sol-portal"] .sol-top-shortcut__item i.sol-icon.sol-icon-edge {
    height: 38px;
    width: 38px;
  }
  body[class*="sol-portal"] .sol-top-shortcut__item i.sol-icon.sol-icon-edge::after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 76px;
    width: 76px;
    margin-top: -19px;
    margin-left: -19px;
  }
}
@media (max-width: 767px) {
  body[class*="sol-portal"] .sol-popular-pages {
    width: 92% !important;
    padding-left: 0;
    padding-right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  body[class*="sol-portal"] .sol-popular-pages__link {
    display: inline-block;
    width: auto;
  }
}
body[class*="sol-portal"] .sol-popular-pages__header {
  font-size: 21px;
}
@media (max-width: 767px) {
  body[class*="sol-portal"] .sol-startpage-news {
    margin-bottom: 30px;
  }
}
body[class*="sol-portal"] .sol-news-n-puffar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  body[class*="sol-portal"] .sol-news-n-puffar-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body[class*="sol-portal"] .sol-news-n-puffar-wrapper > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47%;
          flex: 0 1 47%;
  max-width: 47%;
}
@media (max-width: 1024px) {
  body[class*="sol-portal"] .sol-news-n-puffar-wrapper > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body[class*="sol-portal"] .sol-news-n-puffar-wrapper .sol-startpage-news__right {
    max-width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8%;
    margin-bottom: 45px;
  }
  body[class*="sol-portal"] .sol-news-n-puffar-wrapper .sol-startpage-news__right .sol-news-archive-link {
    left: 0;
  }
}
@media (max-width: 767px) {
  body[class*="sol-portal"] .sol-news-n-puffar-wrapper .sol-startpage-news__right {
    padding-right: 25px;
    padding-left: 25px;
  }
  body[class*="sol-portal"] .sol-news-n-puffar-wrapper .sol-startpage-news__right .sol-news-item {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body[class*="sol-portal"] .sol-news-n-puffar-wrapper .sol-puff__link {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body[class*="sol-portal"] .sol-news-n-puffar-wrapper .sol-puff__img {
    min-height: 200px;
    max-height: 200px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
body[class*="sol-portal"] .sol-news-n-puffar-wrapper .sol-puff__container {
  margin-top: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body[class*="sol-portal"] .sol-news-n-puffar-wrapper .sol-puff__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
body[class*="sol-portal"] .sol-news-n-puffar-wrapper .sol-puff__container > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 48%;
          flex: 1 1 48%;
  max-width: 48%;
  margin-right: 0;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body[class*="sol-portal"] .sol-news-n-puffar-wrapper .sol-puff__container > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 49.5%;
            flex: 1 1 49.5%;
    max-width: 49.5%;
  }
}
@media (max-width: 767px) {
  body[class*="sol-portal"] .sol-news-n-puffar-wrapper .sol-puff__container > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}
body[class*="sol-portal"] .sol-startpage-news .sol-ul {
  padding-left: 0;
}
body[class*="sol-portal"] .sol-startpage-news__left {
  margin-top: -20px;
}
body[class*="sol-portal"] .sol-startpage-news__left .sol-news-item__date {
  display: none;
}
body[class*="sol-portal"] .sol-startpage-news__left .sol-news-item__content {
  background-color: #fff;
}
body[class*="sol-portal"] .sol-startpage-news__right {
  margin-top: 0;
}
body[class*="sol-portal"] .sol-startpage {
  background-color: rgba(240, 236, 225, 0.3);
}
body[class*="sol-portal"] .sol-startpage .sol-news-item__header > a {
  color: #204560;
}
body[class*="sol-portal"] .sol-startpage .sol-news-item__desc {
  color: #313131;
}
body[class*="sol-portal"] .sol-startpage__content__top {
  padding-top: 0;
  padding-bottom: 0;
}
body[class*="sol-portal"] .sol-startpage__top__content {
  bottom: -140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1024px) {
  body[class*="sol-portal"] .sol-startpage__top__content {
    bottom: -200px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.sol-back-to-main-site-btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .sol-back-to-main-site-btn__wrapper {
    display: none;
  }
}
.sol-back-to-main-site-btn--green,
.sol-back-to-main-site-btn--blue,
.sol-back-to-main-site-btn--rosa {
  position: relative;
  display: inline-block;
  line-height: 22px;
  min-height: 40px;
  padding: 8px 25px;
  color: #313131;
  background-color: #c1e4c7;
  border-radius: 3px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
}
.sol-back-to-main-site-btn--green:focus,
.sol-back-to-main-site-btn--blue:focus,
.sol-back-to-main-site-btn--rosa:focus,
[data-whatinput="keyboard"] .sol-back-to-main-site-btn--green:focus,
[data-whatinput="keyboard"] .sol-back-to-main-site-btn--blue:focus,
[data-whatinput="keyboard"] .sol-back-to-main-site-btn--rosa:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-back-to-main-site-btn--green:focus,
[data-whatinput="initial"] .sol-back-to-main-site-btn--blue:focus,
[data-whatinput="initial"] .sol-back-to-main-site-btn--rosa:focus,
[data-whatinput="mouse"] .sol-back-to-main-site-btn--green:focus,
[data-whatinput="mouse"] .sol-back-to-main-site-btn--blue:focus,
[data-whatinput="mouse"] .sol-back-to-main-site-btn--rosa:focus,
[data-whatinput="touch"] .sol-back-to-main-site-btn--green:focus,
[data-whatinput="touch"] .sol-back-to-main-site-btn--blue:focus,
[data-whatinput="touch"] .sol-back-to-main-site-btn--rosa:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-back-to-main-site-btn--green:hover,
.sol-back-to-main-site-btn--blue:hover,
.sol-back-to-main-site-btn--rosa:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-back-to-main-site-btn--green:active,
.sol-back-to-main-site-btn--blue:active,
.sol-back-to-main-site-btn--rosa:active {
  background-color: #6DAB78;
}
.sol-back-to-main-site-btn--green i.fa,
.sol-back-to-main-site-btn--blue i.fa,
.sol-back-to-main-site-btn--rosa i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-back-to-main-site-btn--green:focus,
.sol-back-to-main-site-btn--blue:focus,
.sol-back-to-main-site-btn--rosa:focus,
[data-whatinput="keyboard"] .sol-back-to-main-site-btn--green:focus,
[data-whatinput="keyboard"] .sol-back-to-main-site-btn--blue:focus,
[data-whatinput="keyboard"] .sol-back-to-main-site-btn--rosa:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-back-to-main-site-btn--green:focus,
[data-whatinput="initial"] .sol-back-to-main-site-btn--blue:focus,
[data-whatinput="initial"] .sol-back-to-main-site-btn--rosa:focus,
[data-whatinput="mouse"] .sol-back-to-main-site-btn--green:focus,
[data-whatinput="mouse"] .sol-back-to-main-site-btn--blue:focus,
[data-whatinput="mouse"] .sol-back-to-main-site-btn--rosa:focus,
[data-whatinput="touch"] .sol-back-to-main-site-btn--green:focus,
[data-whatinput="touch"] .sol-back-to-main-site-btn--blue:focus,
[data-whatinput="touch"] .sol-back-to-main-site-btn--rosa:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-back-to-main-site-btn--green:hover,
.sol-back-to-main-site-btn--blue:hover,
.sol-back-to-main-site-btn--rosa:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-back-to-main-site-btn--green:active,
.sol-back-to-main-site-btn--blue:active,
.sol-back-to-main-site-btn--rosa:active {
  background-color: #6DAB78;
}
.sol-back-to-main-site-btn--green i.fa,
.sol-back-to-main-site-btn--blue i.fa,
.sol-back-to-main-site-btn--rosa i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-content-n-popular-pages-wrapper .sv-font-startsida1f {
  font-family: PFDINTextStd-Regular, sans-serif;
  font-weight: bold;
  line-height: 1.38;
}
@media (max-width: 767px) {
  .sol-content-n-popular-pages-wrapper .sv-font-startsida1f {
    width: 92% !important;
  }
}
.sol-content-wrapper .sol-contact .sol-contact__item__right {
  margin-top: -5px;
  padding-top: 25px;
}
.sol-portal--rose {
  /*.font-heading-1, .font-heading-2, .font-heading-3, .font-heading-4, .font-heading-5, .font-heading-6,
  .font-heading-1-smaller {
    color: @theme-color !important;
  }*/
  /*.sol-news-item {
    &__header {
      > a {
        color: @theme-color !important;
      }
    }
  }*/
}
@media (max-width: 1024px) {
  .sol-portal--rose .sol-mobile-header > div > a > span {
    color: #c8496b;
  }
}
@media (max-width: 1024px) {
  .sol-portal--rose .sol-hamburger-wrapper .sol-hamburger > span {
    background-color: #c8496b;
  }
}
.sol-portal--rose .sol-icon__reserve {
  max-height: 87px;
  margin-right: 30px;
}
.sol-portal--rose .sol-icon__reserve::after {
  height: 87px;
  width: 100px;
}
.sol-portal--rose .sol-icon__reserve.sol-icon-edge {
  height: 87px;
  width: 100px;
}
.sol-portal--rose .sol-icon__reserve.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 174px;
  width: 200px;
  margin-top: -43.5px;
  margin-left: -50px;
}
.sol-portal--rose .sol-icon__reserve::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/boka-lokal-rosa.svg');
}
.sol-portal--rose .sol-icon__subscribe {
  max-height: 87px;
  margin-right: 23px;
}
.sol-portal--rose .sol-icon__subscribe::after {
  height: 87px;
  width: 100px;
}
.sol-portal--rose .sol-icon__subscribe.sol-icon-edge {
  height: 87px;
  width: 100px;
}
.sol-portal--rose .sol-icon__subscribe.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 174px;
  width: 200px;
  margin-top: -43.5px;
  margin-left: -50px;
}
.sol-portal--rose .sol-icon__subscribe::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/foreningsnytt-rosa.svg');
}
.sol-portal--rose .sol-icon__cloud {
  max-height: 87px;
  margin-right: 23px;
}
.sol-portal--rose .sol-icon__cloud::after {
  height: 87px;
  width: 100px;
}
.sol-portal--rose .sol-icon__cloud.sol-icon-edge {
  height: 87px;
  width: 100px;
}
.sol-portal--rose .sol-icon__cloud.sol-icon-edge::after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  height: 174px;
  width: 200px;
  margin-top: -43.5px;
  margin-left: -50px;
}
.sol-portal--rose .sol-icon__cloud::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/tankar-rosa.svg');
}
.sol-portal--rose .sol-top-logo {
  text-decoration: none;
  position: absolute;
  top: 22px;
}
.sol-portal--rose .sol-top-logo > span {
  display: block;
  font-size: 36px;
  text-align: left;
  color: #c8496b;
  font-weight: 600;
}
.sol-portal--rose .sol-top-search__form input[type="search"] {
  border-color: #c8496b;
}
.sol-portal--rose .sol-top-search__form button[type="submit"] i.sol-icon:after {
  background-image: url('/webdav/files/System/resources/graphics/icons/search-pink.svg');
}
.sol-portal--rose .sol-mobile-header .sol-mobile-search-button i.sol-icon:after {
  background-image: url('/webdav/files/System/resources/graphics/icons/search-pink.svg');
}
.sol-portal--rose .sol-back-to-main-site-btn {
  display: inline-block;
  line-height: 22px;
  min-height: 40px;
  padding: 8px 25px;
  color: #313131;
  background-color: #c1e4c7;
  border-radius: 3px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -1px;
  min-height: 30px !important;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(200, 73, 107, 0.2);
}
.sol-portal--rose .sol-back-to-main-site-btn:focus,
[data-whatinput="keyboard"] .sol-portal--rose .sol-back-to-main-site-btn:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-portal--rose .sol-back-to-main-site-btn:focus,
[data-whatinput="mouse"] .sol-portal--rose .sol-back-to-main-site-btn:focus,
[data-whatinput="touch"] .sol-portal--rose .sol-back-to-main-site-btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-portal--rose .sol-back-to-main-site-btn:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-portal--rose .sol-back-to-main-site-btn:active {
  background-color: #6DAB78;
}
.sol-portal--rose .sol-back-to-main-site-btn i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-portal--rose .sol-back-to-main-site-btn:focus,
[data-whatinput="keyboard"] .sol-portal--rose .sol-back-to-main-site-btn:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-portal--rose .sol-back-to-main-site-btn:focus,
[data-whatinput="mouse"] .sol-portal--rose .sol-back-to-main-site-btn:focus,
[data-whatinput="touch"] .sol-portal--rose .sol-back-to-main-site-btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-portal--rose .sol-back-to-main-site-btn:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-portal--rose .sol-back-to-main-site-btn:active {
  background-color: #6DAB78;
}
.sol-portal--rose .sol-back-to-main-site-btn i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-portal--rose .sol-back-to-main-site-btn:hover {
  background-color: rgba(200, 73, 107, 0.1);
}
.sol-portal--rose .sol-back-to-main-site-btn:active {
  background-color: rgba(200, 73, 107, 0.7);
}
@media (max-width: 1024px) {
  .sol-portal--rose .sol-back-to-main-site-btn {
    border: solid 1px rgba(200, 73, 107, 0.5);
  }
}
.sol-portal--rose .sol-back-to-main-site-btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 26px;
}
@media (max-width: 1024px) {
  .sol-portal--rose .sol-back-to-main-site-btn__wrapper {
    display: none;
  }
}
.sol-portal--rose .sol-top-shortcut__item {
  border-right-color: rgba(200, 73, 107, 0.2);
}
.sol-portal--rose .sol-top-shortcut__item:hover {
  background-color: rgba(200, 73, 107, 0.05);
}
.sol-portal--rose .sol-page-tools__item button.sol-contact__button {
  background-color: rgba(200, 73, 107, 0.2) !important;
  color: #313131 !important;
}
.sol-portal--rose .sol-page-tools__item button.sol-contact__button:hover {
  background-color: #aa3453 !important;
}
.sol-portal--rose .sol-page-tools__item button.sol-contact__button:hover span,
.sol-portal--rose .sol-page-tools__item button.sol-contact__button:hover .fa {
  color: #fff;
}
.sol-portal--rose .sol-page-tools__item button.sol-contact__button:active {
  border: none !important;
}
.sol-portal--rose .sol-page-tools__item button.sol-contact__button[aria-expanded="true"] {
  background-color: #c8496b !important;
}
.sol-portal--rose .sol-page-tools__item button.sol-contact__button[aria-expanded="true"] span,
.sol-portal--rose .sol-page-tools__item button.sol-contact__button[aria-expanded="true"] .fa {
  color: #fff;
}
.sol-portal--rose .sol-feedback__content {
  background-color: #f4dbe1;
}
.sol-portal--rose .sol-feedback__answers button {
  background-color: #c8496b !important;
  color: #fff !important;
}
.sol-portal--rose .sol-feedback__answers button:hover {
  background-color: #aa3453 !important;
}
.sol-portal--rose .sol-collapsible__header {
  background-color: #f4dbe1;
}
.sol-portal--rose .sol-collapsible__header__text {
  color: #313131 !important;
}
.sol-portal--rose header .sol-top {
  padding: 0 !important;
  height: 120px;
}
@media (max-width: 1024px) {
  .sol-portal--rose header .sol-top {
    height: 46px;
    background-color: rgba(200, 73, 107, 0.2);
  }
}
.sol-portal--rose header .sol-bottom {
  background-color: #c8496b;
}
.sol-portal--rose header .sol-bottom .sol-top-nav__item {
  font-size: 19px;
}
.sol-portal--rose .sol-landing-page__highlighted-news__header {
  background-color: #c8496b !important;
}
.sol-portal--rose .sol-landing-page-wrapper .sol-page-listing-item:nth-child(odd) {
  background-color: rgba(200, 73, 107, 0.1);
}
.sol-portal--rose .sol-landing-page-wrapper .sol-page-listing-child__link {
  font-size: 19px;
  background-color: #c8496b !important;
  color: #fff !important;
}
.sol-portal--rose .sol-landing-page-wrapper .sol-page-listing-child__link:hover {
  background-color: #992141 !important;
}
.sol-portal--rose .sol-landing-page-wrapper .sol-page-listing-child__link:active {
  background-color: #c8496b !important;
  border: 2px solid #992141 !important;
}
.sol-portal--rose .sol-landing-page-wrapper .sol-page-listing-child__link:active {
  border: none !important;
}
.sol-portal--rose .sol-landing-page-wrapper .sol-landing-page__top .font-heading-1 {
  color: #c8496b;
}
.sol-portal--rose .sol-content-n-popular-pages-wrapper {
  background-color: #f4dbe1;
  padding-top: 23px;
  padding-bottom: 28px;
}
.sol-portal--rose .sol-content-n-popular-pages-wrapper .sv-font-startsida1f {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 1.21;
  text-align: left;
}
@media (max-width: 1024px) {
  .sol-portal--rose .sol-content-n-popular-pages-wrapper .sv-font-startsida1f {
    font-size: 19px;
  }
}
.sol-portal--rose .sol-content-n-popular-pages-wrapper .sol-popular-pages {
  background-color: #f4dbe1;
  width: 85%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
}
.sol-portal--rose .sol-content-n-popular-pages-wrapper .sol-popular-pages__link {
  background-color: #c8496b !important;
  color: #fff !important;
  font-size: 19px;
}
.sol-portal--rose .sol-content-n-popular-pages-wrapper .sol-popular-pages__link:hover {
  background-color: #992141 !important;
}
.sol-portal--rose .sol-content-n-popular-pages-wrapper .sol-popular-pages__link:active {
  background-color: #c8496b !important;
  border: 2px solid #992141 !important;
}
.sol-portal--rose .sol-puff__content__title {
  color: #c8496b;
}
.sol-portal--rose .sol-widget-decoration .font-widget-heading,
.sol-portal--rose .sol-widget-decoration .font-widget-heading a {
  color: #c8496b;
}
.sol-portal--rose .sol-video-widget .sol-widget-decoration-img:before {
  background-image: url('/webdav/files/System/resources/graphics/icons/video-ikon-rosa.svg');
}
.sol-portal--rose .sol-startpage-news__right .sol-news-item__content {
  border-bottom-color: rgba(200, 73, 107, 0.4);
}
.sol-portal--rose .sol-content-wrapper .sol-contact {
  border-color: rgba(200, 73, 107, 0.4);
}
.sol-portal--rose .sol-content-wrapper .sol-contact:before {
  border-bottom-color: rgba(200, 73, 107, 0.4);
}
.sol-portal--rose .sol-content-wrapper .sol-contact__header {
  border-bottom-color: rgba(200, 73, 107, 0.2);
}
.sol-portal--rose .sol-content-wrapper .sol-contact__header h2 {
  color: #c8496b;
}
.sol-portal--rose .sol-content-wrapper .sol-contact__item__left.sv-column-5.sol-col-md-5 h4.font-heading-2 {
  color: #313131 !important;
}
.sol-portal--rose .sol-content-wrapper .sol-contact__item__right.sv-column-7.sol-col-md-7 {
  background-color: rgba(200, 73, 107, 0.1);
}
.sol-portal--rose .sol-content-wrapper .sol-contact__political-responsibility {
  border-top-color: rgba(200, 73, 107, 0.4);
}
.sol-error-page-wrapper {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .sol-error-page-wrapper .sv-font-404-rubrik {
    font-size: 100px;
  }
}
@media (max-width: 1024px) {
  .sol-error-page-wrapper .sv-font-404-ingress {
    font-size: 25px;
  }
}
.sol-404-btn__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sol-404-btn__cnt .sol-decoration-btn {
  margin-right: 15px;
}
.sol-suggest-political-event-page .fade-enter-active,
.sol-suggest-political-event-page .fade-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.sol-suggest-political-event-page .fade-enter,
.sol-suggest-political-event-page .fade-leave-to {
  opacity: 0;
}
.sol-suggest-political-event-page .messageFade-enter-active,
.sol-suggest-political-event-page .messageFade-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.sol-suggest-political-event-page .messageFade-enter,
.sol-suggest-political-event-page .messageFade-leave-to {
  opacity: 0;
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}
.sol-suggest-political-event-page .sol-thank-you-message,
.sol-suggest-political-event-page .sol-error-message {
  display: none;
}
.sv-edit-mode .sol-thank-you-message,
.sv-edit-mode .sol-error-message {
  display: block;
}
.sol-form-group {
  margin-bottom: 20px;
}
.sol-form-group label,
.sol-form-group legend {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.sol-form-group label[required="required"]::after,
.sol-form-group legend[required="required"]::after {
  display: inline-block;
  content: "\002a";
  color: red;
  font-size: 14px;
}
.sol-form-group textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  min-height: 120px;
  height: auto;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sol-form-group textarea::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-form-group textarea:-moz-placeholder {
  color: #b4b4b4;
}
.sol-form-group textarea::-moz-placeholder {
  color: #b4b4b4;
}
.sol-form-group textarea:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-form-group textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-form-group textarea:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.sol-form-group textarea:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.sol-form-group textarea::-ms-clear,
.sol-form-group textarea::-webkit-search-cancel-button,
.sol-form-group textarea::-webkit-search-decoration,
.sol-form-group textarea::-webkit-search-results-button,
.sol-form-group textarea::-webkit-search-results-decoration {
  display: none;
}
.sol-form-group .sol-form-control[type="text"] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  padding-top: 10px;
}
.sol-form-group .sol-form-control[type="text"]::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-form-group .sol-form-control[type="text"]:-moz-placeholder {
  color: #b4b4b4;
}
.sol-form-group .sol-form-control[type="text"]::-moz-placeholder {
  color: #b4b4b4;
}
.sol-form-group .sol-form-control[type="text"]:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-form-group .sol-form-control[type="text"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-form-group .sol-form-control[type="text"]:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.sol-form-group .sol-form-control[type="text"]:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.sol-form-group .sol-form-control[type="text"]::-ms-clear,
.sol-form-group .sol-form-control[type="text"]::-webkit-search-cancel-button,
.sol-form-group .sol-form-control[type="text"]::-webkit-search-decoration,
.sol-form-group .sol-form-control[type="text"]::-webkit-search-results-button,
.sol-form-group .sol-form-control[type="text"]::-webkit-search-results-decoration {
  display: none;
}
.sol-form-group .sol-form-control[type="radio"] {
  display: block;
  height: 0;
  opacity: 0;
}
.sol-form-group .sol-form-control[type="radio"] + label::before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #6ecde9;
  border-radius: 2px;
  position: relative;
  top: -1px;
  margin-right: 10px;
  float: left;
  text-align: center;
  -webkit-transition-property: color, background-color, border-color, border-width;
  transition-property: color, background-color, border-color, border-width;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-form-group .sol-form-control[type="radio"] + label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
.sol-form-group .sol-form-control[type="radio"] + label:hover::before {
  border-color: rgba(110, 205, 233, 0.4);
}
.sol-form-group .sol-form-control[type="radio"]:focus + label::before,
.sol-form-group .sol-form-control[type="radio"]:focus:checked + label::before {
  border: 2px solid #257cc3;
}
.sol-form-group .sol-form-control[type="radio"] + label:before {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 1px;
}
.sol-form-group .sol-form-control[type="radio"]:checked + label:before {
  border-width: 3px;
  border-color: #204560;
  background-color: #204560;
}
.sol-form-group .sol-form-control[type="radio"] + label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
.sol-political-event__ticket__link {
  margin-top: 20px;
}
.sol-political-event-form .fade-enter-active,
.sol-political-event-form .fade-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  color: red;
}
.sol-political-event-form [class$="__error-message"] {
  color: red;
  font-weight: 400;
}
.sol-political-event-form > div {
  margin-bottom: 20px;
}
.sol-political-event-form > div label,
.sol-political-event-form > div legend {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.sol-political-event-form > div label[required="required"]::after,
.sol-political-event-form > div legend[required="required"]::after {
  display: inline-block;
  content: "\002a";
  color: red;
  font-size: 14px;
}
.sol-political-event-form > div textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  min-height: 120px;
  height: auto;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sol-political-event-form > div textarea::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form > div textarea:-moz-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form > div textarea::-moz-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form > div textarea:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form > div textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-political-event-form > div textarea:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.sol-political-event-form > div textarea:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.sol-political-event-form > div textarea::-ms-clear,
.sol-political-event-form > div textarea::-webkit-search-cancel-button,
.sol-political-event-form > div textarea::-webkit-search-decoration,
.sol-political-event-form > div textarea::-webkit-search-results-button,
.sol-political-event-form > div textarea::-webkit-search-results-decoration {
  display: none;
}
.sol-political-event-form > div .sol-form-control[type="text"] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  padding-top: 10px;
}
.sol-political-event-form > div .sol-form-control[type="text"]::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form > div .sol-form-control[type="text"]:-moz-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form > div .sol-form-control[type="text"]::-moz-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form > div .sol-form-control[type="text"]:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form > div .sol-form-control[type="text"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-political-event-form > div .sol-form-control[type="text"]:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.sol-political-event-form > div .sol-form-control[type="text"]:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.sol-political-event-form > div .sol-form-control[type="text"]::-ms-clear,
.sol-political-event-form > div .sol-form-control[type="text"]::-webkit-search-cancel-button,
.sol-political-event-form > div .sol-form-control[type="text"]::-webkit-search-decoration,
.sol-political-event-form > div .sol-form-control[type="text"]::-webkit-search-results-button,
.sol-political-event-form > div .sol-form-control[type="text"]::-webkit-search-results-decoration {
  display: none;
}
.sol-political-event-form > div .sol-form-control[type="radio"] {
  display: block;
  height: 0;
  opacity: 0;
}
.sol-political-event-form > div .sol-form-control[type="radio"] + label::before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #6ecde9;
  border-radius: 2px;
  position: relative;
  top: -1px;
  margin-right: 10px;
  float: left;
  text-align: center;
  -webkit-transition-property: color, background-color, border-color, border-width;
  transition-property: color, background-color, border-color, border-width;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-political-event-form > div .sol-form-control[type="radio"] + label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
.sol-political-event-form > div .sol-form-control[type="radio"] + label:hover::before {
  border-color: rgba(110, 205, 233, 0.4);
}
.sol-political-event-form > div .sol-form-control[type="radio"]:focus + label::before,
.sol-political-event-form > div .sol-form-control[type="radio"]:focus:checked + label::before {
  border: 2px solid #257cc3;
}
.sol-political-event-form > div .sol-form-control[type="radio"] + label:before {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 1px;
}
.sol-political-event-form > div .sol-form-control[type="radio"]:checked + label:before {
  border-width: 3px;
  border-color: #204560;
  background-color: #204560;
}
.sol-political-event-form > div .sol-form-control[type="radio"] + label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
.sol-political-event-form .sol-remove-date-time-btn {
  position: relative;
  display: inline-block;
  line-height: 22px;
  min-height: 40px;
  padding: 8px 25px;
  color: #313131;
  background-color: #c1e4c7;
  border-radius: 3px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
  height: 40px;
  margin-left: 1%;
}
.sol-political-event-form .sol-remove-date-time-btn .fa {
  margin-left: auto;
  margin-right: auto;
}
.sol-political-event-form .sol-add-new-date-time {
  position: relative;
  display: inline-block;
  line-height: 22px;
  padding: 8px 25px;
  color: #313131;
  background-color: #c1e4c7;
  border-radius: 3px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
  margin-top: 17px;
  min-height: 35px!important;
}
.sol-political-event-form button[type="submit"] {
  position: relative;
  display: inline-block;
  line-height: 22px;
  min-height: 40px;
  padding: 8px 25px;
  color: #313131;
  background-color: #c1e4c7;
  border-radius: 3px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 110px;
}
.sol-political-event-form .sol-form-group__error-msg {
  color: red;
}
.sol-political-event-form .application--wrap {
  padding: 0;
}
.sol-political-event-form .application.theme--light {
  background: none;
}
.sol-political-event-form .sol-fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
.sol-political-event-form .sol-fieldset .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sol-political-event-form .sol-fieldset .flex-container .sol-form-group {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 31%;
          flex: 1 0 31%;
  max-width: 31%;
}
.sol-political-event-form .sol-fieldset .flex-container .sol-form-group.full-width {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
}
.sol-political-event-form .sol-fieldset legend {
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #204560;
  margin-top: 30px;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.38;
}
.sol-political-event-form .sol-form-group {
  margin-bottom: 20px;
}
.sol-political-event-form .sol-form-group label,
.sol-political-event-form .sol-form-group legend {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.sol-political-event-form .sol-form-group label[required="required"]::after,
.sol-political-event-form .sol-form-group legend[required="required"]::after {
  display: inline-block;
  content: "\002a";
  color: red;
  font-size: 14px;
}
.sol-political-event-form .sol-form-group textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  min-height: 120px;
  height: auto;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sol-political-event-form .sol-form-group textarea::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form .sol-form-group textarea:-moz-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form .sol-form-group textarea::-moz-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form .sol-form-group textarea:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form .sol-form-group textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-political-event-form .sol-form-group textarea:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.sol-political-event-form .sol-form-group textarea:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.sol-political-event-form .sol-form-group textarea::-ms-clear,
.sol-political-event-form .sol-form-group textarea::-webkit-search-cancel-button,
.sol-political-event-form .sol-form-group textarea::-webkit-search-decoration,
.sol-political-event-form .sol-form-group textarea::-webkit-search-results-button,
.sol-political-event-form .sol-form-group textarea::-webkit-search-results-decoration {
  display: none;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="text"] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  padding-top: 10px;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="text"]::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="text"]:-moz-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="text"]::-moz-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="text"]:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="text"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="text"]:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="text"]:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="text"]::-ms-clear,
.sol-political-event-form .sol-form-group .sol-form-control[type="text"]::-webkit-search-cancel-button,
.sol-political-event-form .sol-form-group .sol-form-control[type="text"]::-webkit-search-decoration,
.sol-political-event-form .sol-form-group .sol-form-control[type="text"]::-webkit-search-results-button,
.sol-political-event-form .sol-form-group .sol-form-control[type="text"]::-webkit-search-results-decoration {
  display: none;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="radio"] {
  display: block;
  height: 0;
  opacity: 0;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="radio"] + label::before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #6ecde9;
  border-radius: 2px;
  position: relative;
  top: -1px;
  margin-right: 10px;
  float: left;
  text-align: center;
  -webkit-transition-property: color, background-color, border-color, border-width;
  transition-property: color, background-color, border-color, border-width;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="radio"] + label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="radio"] + label:hover::before {
  border-color: rgba(110, 205, 233, 0.4);
}
.sol-political-event-form .sol-form-group .sol-form-control[type="radio"]:focus + label::before,
.sol-political-event-form .sol-form-group .sol-form-control[type="radio"]:focus:checked + label::before {
  border: 2px solid #257cc3;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="radio"] + label:before {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 1px;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="radio"]:checked + label:before {
  border-width: 3px;
  border-color: #204560;
  background-color: #204560;
}
.sol-political-event-form .sol-form-group .sol-form-control[type="radio"] + label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
.sol-political-events-listing-page .sol-event-search__tabs > a:nth-child(2) {
  display: none;
}
.sol-pinboard-creator__registration-form {
  padding: 20px 20px 40px;
  border-radius: 3px;
  background-color: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin-top: 30px;
}
.sol-pinboard-creator__registration-form .input-group--text-field label {
  font-size: 16px !important;
}
.sol-pinboard-creator__registration-form select {
  -webkit-appearance: menulist;
}
.sol-pinboard-creator__registration-form .input-group--text-field label {
  top: 25px;
  left: 50px !important;
  font-size: 12px;
}
.sol-pinboard-creator__registration-form .menu__activator--active label {
  top: 18px;
}
.sol-pinboard-creator__registration-form select {
  border-radius: 2px;
  border: solid 1px rgba(110, 205, 233, 0.4);
  padding: 10px 15px ;
  width: 100%;
}
.sol-pinboard-creator__registration-form [class$="__error-message"] {
  color: red;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .sol-pinboard-creator__registration-form {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .sol-pinboard-creator__registration-form {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.sol-pinboard-creator__registration-form h2 {
  margin-top: 0;
}
.sol-pinboard-creator__registration-form form .font-normal {
  margin-bottom: 0;
}
.sol-pinboard-creator__registration-form form input[type='email'],
.sol-pinboard-creator__registration-form form input[type='number'],
.sol-pinboard-creator__registration-form form input[type='password'],
.sol-pinboard-creator__registration-form form input[type='tel'],
.sol-pinboard-creator__registration-form form input[type='text'],
.sol-pinboard-creator__registration-form form input[type='url'],
.sol-pinboard-creator__registration-form form select,
.sol-pinboard-creator__registration-form form textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  padding-top: 10px;
}
.sol-pinboard-creator__registration-form form input[type='email']::-webkit-input-placeholder,
.sol-pinboard-creator__registration-form form input[type='number']::-webkit-input-placeholder,
.sol-pinboard-creator__registration-form form input[type='password']::-webkit-input-placeholder,
.sol-pinboard-creator__registration-form form input[type='tel']::-webkit-input-placeholder,
.sol-pinboard-creator__registration-form form input[type='text']::-webkit-input-placeholder,
.sol-pinboard-creator__registration-form form input[type='url']::-webkit-input-placeholder,
.sol-pinboard-creator__registration-form form select::-webkit-input-placeholder,
.sol-pinboard-creator__registration-form form textarea::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-pinboard-creator__registration-form form input[type='email']:-moz-placeholder,
.sol-pinboard-creator__registration-form form input[type='number']:-moz-placeholder,
.sol-pinboard-creator__registration-form form input[type='password']:-moz-placeholder,
.sol-pinboard-creator__registration-form form input[type='tel']:-moz-placeholder,
.sol-pinboard-creator__registration-form form input[type='text']:-moz-placeholder,
.sol-pinboard-creator__registration-form form input[type='url']:-moz-placeholder,
.sol-pinboard-creator__registration-form form select:-moz-placeholder,
.sol-pinboard-creator__registration-form form textarea:-moz-placeholder {
  color: #b4b4b4;
}
.sol-pinboard-creator__registration-form form input[type='email']::-moz-placeholder,
.sol-pinboard-creator__registration-form form input[type='number']::-moz-placeholder,
.sol-pinboard-creator__registration-form form input[type='password']::-moz-placeholder,
.sol-pinboard-creator__registration-form form input[type='tel']::-moz-placeholder,
.sol-pinboard-creator__registration-form form input[type='text']::-moz-placeholder,
.sol-pinboard-creator__registration-form form input[type='url']::-moz-placeholder,
.sol-pinboard-creator__registration-form form select::-moz-placeholder,
.sol-pinboard-creator__registration-form form textarea::-moz-placeholder {
  color: #b4b4b4;
}
.sol-pinboard-creator__registration-form form input[type='email']:-ms-input-placeholder,
.sol-pinboard-creator__registration-form form input[type='number']:-ms-input-placeholder,
.sol-pinboard-creator__registration-form form input[type='password']:-ms-input-placeholder,
.sol-pinboard-creator__registration-form form input[type='tel']:-ms-input-placeholder,
.sol-pinboard-creator__registration-form form input[type='text']:-ms-input-placeholder,
.sol-pinboard-creator__registration-form form input[type='url']:-ms-input-placeholder,
.sol-pinboard-creator__registration-form form select:-ms-input-placeholder,
.sol-pinboard-creator__registration-form form textarea:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-pinboard-creator__registration-form form input[type='email']:focus,
.sol-pinboard-creator__registration-form form input[type='number']:focus,
.sol-pinboard-creator__registration-form form input[type='password']:focus,
.sol-pinboard-creator__registration-form form input[type='tel']:focus,
.sol-pinboard-creator__registration-form form input[type='text']:focus,
.sol-pinboard-creator__registration-form form input[type='url']:focus,
.sol-pinboard-creator__registration-form form select:focus,
.sol-pinboard-creator__registration-form form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-pinboard-creator__registration-form form input[type='email']:hover,
.sol-pinboard-creator__registration-form form input[type='number']:hover,
.sol-pinboard-creator__registration-form form input[type='password']:hover,
.sol-pinboard-creator__registration-form form input[type='tel']:hover,
.sol-pinboard-creator__registration-form form input[type='text']:hover,
.sol-pinboard-creator__registration-form form input[type='url']:hover,
.sol-pinboard-creator__registration-form form select:hover,
.sol-pinboard-creator__registration-form form textarea:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.sol-pinboard-creator__registration-form form input[type='email']:focus,
.sol-pinboard-creator__registration-form form input[type='number']:focus,
.sol-pinboard-creator__registration-form form input[type='password']:focus,
.sol-pinboard-creator__registration-form form input[type='tel']:focus,
.sol-pinboard-creator__registration-form form input[type='text']:focus,
.sol-pinboard-creator__registration-form form input[type='url']:focus,
.sol-pinboard-creator__registration-form form select:focus,
.sol-pinboard-creator__registration-form form textarea:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.sol-pinboard-creator__registration-form form input[type='email']::-ms-clear,
.sol-pinboard-creator__registration-form form input[type='number']::-ms-clear,
.sol-pinboard-creator__registration-form form input[type='password']::-ms-clear,
.sol-pinboard-creator__registration-form form input[type='tel']::-ms-clear,
.sol-pinboard-creator__registration-form form input[type='text']::-ms-clear,
.sol-pinboard-creator__registration-form form input[type='url']::-ms-clear,
.sol-pinboard-creator__registration-form form select::-ms-clear,
.sol-pinboard-creator__registration-form form textarea::-ms-clear,
.sol-pinboard-creator__registration-form form input[type='email']::-webkit-search-cancel-button,
.sol-pinboard-creator__registration-form form input[type='number']::-webkit-search-cancel-button,
.sol-pinboard-creator__registration-form form input[type='password']::-webkit-search-cancel-button,
.sol-pinboard-creator__registration-form form input[type='tel']::-webkit-search-cancel-button,
.sol-pinboard-creator__registration-form form input[type='text']::-webkit-search-cancel-button,
.sol-pinboard-creator__registration-form form input[type='url']::-webkit-search-cancel-button,
.sol-pinboard-creator__registration-form form select::-webkit-search-cancel-button,
.sol-pinboard-creator__registration-form form textarea::-webkit-search-cancel-button,
.sol-pinboard-creator__registration-form form input[type='email']::-webkit-search-decoration,
.sol-pinboard-creator__registration-form form input[type='number']::-webkit-search-decoration,
.sol-pinboard-creator__registration-form form input[type='password']::-webkit-search-decoration,
.sol-pinboard-creator__registration-form form input[type='tel']::-webkit-search-decoration,
.sol-pinboard-creator__registration-form form input[type='text']::-webkit-search-decoration,
.sol-pinboard-creator__registration-form form input[type='url']::-webkit-search-decoration,
.sol-pinboard-creator__registration-form form select::-webkit-search-decoration,
.sol-pinboard-creator__registration-form form textarea::-webkit-search-decoration,
.sol-pinboard-creator__registration-form form input[type='email']::-webkit-search-results-button,
.sol-pinboard-creator__registration-form form input[type='number']::-webkit-search-results-button,
.sol-pinboard-creator__registration-form form input[type='password']::-webkit-search-results-button,
.sol-pinboard-creator__registration-form form input[type='tel']::-webkit-search-results-button,
.sol-pinboard-creator__registration-form form input[type='text']::-webkit-search-results-button,
.sol-pinboard-creator__registration-form form input[type='url']::-webkit-search-results-button,
.sol-pinboard-creator__registration-form form select::-webkit-search-results-button,
.sol-pinboard-creator__registration-form form textarea::-webkit-search-results-button,
.sol-pinboard-creator__registration-form form input[type='email']::-webkit-search-results-decoration,
.sol-pinboard-creator__registration-form form input[type='number']::-webkit-search-results-decoration,
.sol-pinboard-creator__registration-form form input[type='password']::-webkit-search-results-decoration,
.sol-pinboard-creator__registration-form form input[type='tel']::-webkit-search-results-decoration,
.sol-pinboard-creator__registration-form form input[type='text']::-webkit-search-results-decoration,
.sol-pinboard-creator__registration-form form input[type='url']::-webkit-search-results-decoration,
.sol-pinboard-creator__registration-form form select::-webkit-search-results-decoration,
.sol-pinboard-creator__registration-form form textarea::-webkit-search-results-decoration {
  display: none;
}
.sol-pinboard-creator__registration-form form input[type='email']:invalid,
.sol-pinboard-creator__registration-form form input[type='number']:invalid,
.sol-pinboard-creator__registration-form form input[type='password']:invalid,
.sol-pinboard-creator__registration-form form input[type='tel']:invalid,
.sol-pinboard-creator__registration-form form input[type='text']:invalid,
.sol-pinboard-creator__registration-form form input[type='url']:invalid,
.sol-pinboard-creator__registration-form form select:invalid,
.sol-pinboard-creator__registration-form form textarea:invalid {
  border-color: #de404e;
  background-image: url('/webdav/files/System/resources/graphics/icons/forms/times-invalid.svg');
}
.sol-pinboard-creator__registration-form form input[type='email']:required:valid,
.sol-pinboard-creator__registration-form form input[type='number']:required:valid,
.sol-pinboard-creator__registration-form form input[type='password']:required:valid,
.sol-pinboard-creator__registration-form form input[type='tel']:required:valid,
.sol-pinboard-creator__registration-form form input[type='text']:required:valid,
.sol-pinboard-creator__registration-form form input[type='url']:required:valid,
.sol-pinboard-creator__registration-form form select:required:valid,
.sol-pinboard-creator__registration-form form textarea:required:valid {
  border-color: #8acf96;
  background-image: url('/webdav/files/System/resources/graphics/icons/forms/check-valid.svg');
}
.sol-pinboard-creator__registration-form form input[type='email'] ~ span.font-normal,
.sol-pinboard-creator__registration-form form input[type='number'] ~ span.font-normal,
.sol-pinboard-creator__registration-form form input[type='password'] ~ span.font-normal,
.sol-pinboard-creator__registration-form form input[type='tel'] ~ span.font-normal,
.sol-pinboard-creator__registration-form form input[type='text'] ~ span.font-normal,
.sol-pinboard-creator__registration-form form input[type='url'] ~ span.font-normal,
.sol-pinboard-creator__registration-form form select ~ span.font-normal,
.sol-pinboard-creator__registration-form form textarea ~ span.font-normal {
  margin-top: 10px;
}
.sol-pinboard-creator__registration-form form textarea {
  height: auto;
  min-height: 150px;
}
.sol-pinboard-creator__registration-form form select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  cursor: pointer;
  background-image: url('/webdav/files/System/resources/graphics/icons/forms/chevron-down.svg');
  background-size: 13px;
  background-position: right 15px top 12px;
}
.sol-pinboard-creator__registration-form form select::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-pinboard-creator__registration-form form select:-moz-placeholder {
  color: #b4b4b4;
}
.sol-pinboard-creator__registration-form form select::-moz-placeholder {
  color: #b4b4b4;
}
.sol-pinboard-creator__registration-form form select:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-pinboard-creator__registration-form form select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-pinboard-creator__registration-form form select:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.sol-pinboard-creator__registration-form form select:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.sol-pinboard-creator__registration-form form select::-ms-clear,
.sol-pinboard-creator__registration-form form select::-webkit-search-cancel-button,
.sol-pinboard-creator__registration-form form select::-webkit-search-decoration,
.sol-pinboard-creator__registration-form form select::-webkit-search-results-button,
.sol-pinboard-creator__registration-form form select::-webkit-search-results-decoration {
  display: none;
}
.sol-pinboard-creator__registration-form form .sol-form-field {
  margin-bottom: 10px;
}
.sol-pinboard-creator__registration-form form .sv-form-subalternativefield > div {
  float: none!important;
}
.sol-pinboard-creator__registration-form form .sv-form-textfield + span {
  font-size: 14px;
}
.sol-pinboard-creator__registration-form form .sol-label-container + .font-normal,
.sol-pinboard-creator__registration-form form .sv-field-title-container + .font-normal,
.sol-pinboard-creator__registration-form form .sv-login-input-group + .font-normal {
  font-size: 14px;
}
.sol-pinboard-creator__registration-form form .sol-label-container > label,
.sol-pinboard-creator__registration-form form .sv-field-title-container > label,
.sol-pinboard-creator__registration-form form .sv-login-input-group > label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-bottom: 7px;
}
.sol-pinboard-creator__registration-form form .sol-label-container > span,
.sol-pinboard-creator__registration-form form .sv-field-title-container > span,
.sol-pinboard-creator__registration-form form .sv-login-input-group > span {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
}
.sol-pinboard-creator__registration-form form .sv-form-datefield > div {
  width: 50%;
  margin: 0 !important;
}
.sol-pinboard-creator__registration-form form .sv-form-datefield > div:nth-of-type(1) {
  padding-right: 5px;
}
.sol-pinboard-creator__registration-form form .sv-form-datefield > div:nth-of-type(2) {
  padding-left: 5px;
}
.sol-pinboard-creator__registration-form form .sv-form-datefield > div select {
  min-width: 100%;
  margin-bottom: 10px;
}
.sol-pinboard-creator__registration-form form br {
  display: none;
}
.sol-pinboard-creator__registration-form form .font-normal {
  display: block;
}
.sol-pinboard-creator__registration-form form .sv-formField {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .sol-pinboard-creator__registration-form form .sv-formField {
    width: 100%;
    padding: 0;
  }
}
.sol-pinboard-creator__registration-form form input[type='checkbox'] {
  display: block;
  height: 0;
  opacity: 0;
}
.sol-pinboard-creator__registration-form form input[type='checkbox'] + label::before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #6ecde9;
  border-radius: 2px;
  position: relative;
  top: -1px;
  margin-right: 10px;
  float: left;
  text-align: center;
  -webkit-transition-property: color, background-color, border-color, border-width;
  transition-property: color, background-color, border-color, border-width;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-pinboard-creator__registration-form form input[type='checkbox'] + label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
.sol-pinboard-creator__registration-form form input[type='checkbox'] + label:hover::before {
  border-color: rgba(110, 205, 233, 0.4);
}
.sol-pinboard-creator__registration-form form input[type='checkbox']:focus + label::before,
.sol-pinboard-creator__registration-form form input[type='checkbox']:focus:checked + label::before {
  border: 2px solid #257cc3;
}
.sol-pinboard-creator__registration-form form input[type='checkbox']:checked + label:before {
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline-block;
  font-size: 12px;
  content: "\f00c";
  padding-top: 2px;
  background-color: #204560;
  border-color: #204560;
  color: #fff;
}
.sol-pinboard-creator__registration-form form input[type='checkbox']:checked + label:before.fa-pull-left {
  margin-right: .3em;
}
.sol-pinboard-creator__registration-form form input[type='checkbox']:checked + label:before.fa-pull-right {
  margin-left: .3em;
}
.sol-pinboard-creator__registration-form form input[type='checkbox']:checked + label:before.pull-left {
  margin-right: .3em;
}
.sol-pinboard-creator__registration-form form input[type='checkbox']:checked + label:before.pull-right {
  margin-left: .3em;
}
.sol-pinboard-creator__registration-form form input[type='checkbox']:checked + label:before.fa-pull-left {
  margin-right: .3em;
}
.sol-pinboard-creator__registration-form form input[type='checkbox']:checked + label:before.fa-pull-right {
  margin-left: .3em;
}
.sol-pinboard-creator__registration-form form input[type='radio'] {
  display: block;
  height: 0;
  opacity: 0;
}
.sol-pinboard-creator__registration-form form input[type='radio'] + label::before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #6ecde9;
  border-radius: 2px;
  position: relative;
  top: -1px;
  margin-right: 10px;
  float: left;
  text-align: center;
  -webkit-transition-property: color, background-color, border-color, border-width;
  transition-property: color, background-color, border-color, border-width;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-pinboard-creator__registration-form form input[type='radio'] + label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
.sol-pinboard-creator__registration-form form input[type='radio'] + label:hover::before {
  border-color: rgba(110, 205, 233, 0.4);
}
.sol-pinboard-creator__registration-form form input[type='radio']:focus + label::before,
.sol-pinboard-creator__registration-form form input[type='radio']:focus:checked + label::before {
  border: 2px solid #257cc3;
}
.sol-pinboard-creator__registration-form form input[type='radio'] + label:before {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 1px;
}
.sol-pinboard-creator__registration-form form input[type='radio']:checked + label:before {
  border-width: 3px;
  border-color: #204560;
  background-color: #204560;
}
.sol-pinboard-creator__registration-form form button[type='submit'],
.sol-pinboard-creator__registration-form form input[type='submit'] {
  position: relative;
  display: inline-block;
  line-height: 22px;
  min-height: 40px;
  padding: 8px 25px;
  color: #313131;
  background-color: #c1e4c7;
  border-radius: 3px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}
.sol-pinboard-creator__registration-form form button[type='submit']:focus,
.sol-pinboard-creator__registration-form form input[type='submit']:focus,
[data-whatinput="keyboard"] .sol-pinboard-creator__registration-form form button[type='submit']:focus,
[data-whatinput="keyboard"] .sol-pinboard-creator__registration-form form input[type='submit']:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-pinboard-creator__registration-form form button[type='submit']:focus,
[data-whatinput="initial"] .sol-pinboard-creator__registration-form form input[type='submit']:focus,
[data-whatinput="mouse"] .sol-pinboard-creator__registration-form form button[type='submit']:focus,
[data-whatinput="mouse"] .sol-pinboard-creator__registration-form form input[type='submit']:focus,
[data-whatinput="touch"] .sol-pinboard-creator__registration-form form button[type='submit']:focus,
[data-whatinput="touch"] .sol-pinboard-creator__registration-form form input[type='submit']:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-pinboard-creator__registration-form form button[type='submit']:hover,
.sol-pinboard-creator__registration-form form input[type='submit']:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-pinboard-creator__registration-form form button[type='submit']:active,
.sol-pinboard-creator__registration-form form input[type='submit']:active {
  background-color: #6DAB78;
}
.sol-pinboard-creator__registration-form form button[type='submit'] i.fa,
.sol-pinboard-creator__registration-form form input[type='submit'] i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-pinboard-creator__registration-form form button[type='submit']:focus,
.sol-pinboard-creator__registration-form form input[type='submit']:focus,
[data-whatinput="keyboard"] .sol-pinboard-creator__registration-form form button[type='submit']:focus,
[data-whatinput="keyboard"] .sol-pinboard-creator__registration-form form input[type='submit']:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-pinboard-creator__registration-form form button[type='submit']:focus,
[data-whatinput="initial"] .sol-pinboard-creator__registration-form form input[type='submit']:focus,
[data-whatinput="mouse"] .sol-pinboard-creator__registration-form form button[type='submit']:focus,
[data-whatinput="mouse"] .sol-pinboard-creator__registration-form form input[type='submit']:focus,
[data-whatinput="touch"] .sol-pinboard-creator__registration-form form button[type='submit']:focus,
[data-whatinput="touch"] .sol-pinboard-creator__registration-form form input[type='submit']:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-pinboard-creator__registration-form form button[type='submit']:hover,
.sol-pinboard-creator__registration-form form input[type='submit']:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-pinboard-creator__registration-form form button[type='submit']:active,
.sol-pinboard-creator__registration-form form input[type='submit']:active {
  background-color: #6DAB78;
}
.sol-pinboard-creator__registration-form form button[type='submit'] i.fa,
.sol-pinboard-creator__registration-form form input[type='submit'] i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-pinboard-creator__registration-form form button[type='submit'] > i.fa,
.sol-pinboard-creator__registration-form form input[type='submit'] > i.fa {
  margin-right: 11px;
  margin-left: -15px;
}
.sol-pinboard-creator__registration-form form .sol-form-divider {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #e7e7e7;
}
@media (max-width: 767px) {
  .sol-pinboard-creator__registration-form .sol-event-form__buttons {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .sol-pinboard-creator__registration-form .sol-event-form__buttons > button[type="submit"] {
    width: 100%;
  }
}
.sol-pinboard-creator__registration-form .sol-remove-time {
  position: relative;
  display: inline-block;
  line-height: 22px;
  min-height: 40px;
  padding: 8px 25px;
  color: #313131;
  background-color: #c1e4c7;
  border-radius: 3px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
  height: 40px;
  margin-left: 1%;
}
.sol-pinboard-creator__registration-form .sol-remove-time:focus,
[data-whatinput="keyboard"] .sol-pinboard-creator__registration-form .sol-remove-time:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-pinboard-creator__registration-form .sol-remove-time:focus,
[data-whatinput="mouse"] .sol-pinboard-creator__registration-form .sol-remove-time:focus,
[data-whatinput="touch"] .sol-pinboard-creator__registration-form .sol-remove-time:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-pinboard-creator__registration-form .sol-remove-time:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-pinboard-creator__registration-form .sol-remove-time:active {
  background-color: #6DAB78;
}
.sol-pinboard-creator__registration-form .sol-remove-time i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-pinboard-creator__registration-form .sol-remove-time:focus,
[data-whatinput="keyboard"] .sol-pinboard-creator__registration-form .sol-remove-time:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-pinboard-creator__registration-form .sol-remove-time:focus,
[data-whatinput="mouse"] .sol-pinboard-creator__registration-form .sol-remove-time:focus,
[data-whatinput="touch"] .sol-pinboard-creator__registration-form .sol-remove-time:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-pinboard-creator__registration-form .sol-remove-time:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-pinboard-creator__registration-form .sol-remove-time:active {
  background-color: #6DAB78;
}
.sol-pinboard-creator__registration-form .sol-remove-time i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .sol-pinboard-creator__registration-form .sol-remove-time {
    margin-bottom: 15px;
  }
}
.sol-pinboard-creator__registration-form .sol-remove-time i.fa {
  margin-left: auto;
  margin-right: auto;
}
.sol-pinboard-creator__registration-form .sol-datetime-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sol-pinboard-creator__registration-form .sol-datetime-input-container:not(:first-child) > div {
  width: 47%;
}
@media (max-width: 767px) {
  .sol-pinboard-creator__registration-form .sol-datetime-input-container:not(:first-child) > div {
    width: 100%;
  }
}
.sol-pinboard-creator__registration-form .sol-datetime-input-container:not(:first-child) > div:first-child {
  margin-right: 2%;
}
.sol-pinboard-creator__registration-form .sol-datetime-input-container > div {
  width: 47%;
}
@media (max-width: 767px) {
  .sol-pinboard-creator__registration-form .sol-datetime-input-container > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.sol-pinboard-creator__registration-form__categories > div {
  display: inline-block;
}
.sol-pinboard-creator__registration-form__categories > div:first-child {
  margin-right: 45px;
}
.sol-pinboard-creator__registration-form__content {
  position: relative;
}
.sol-pinboard-creator__registration-form__content h2 {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .sol-pinboard-creator__registration-form__content h2 {
    font-size: 19px;
  }
}
.sol-pinboard-creator__registration-form__content .sol-row > div {
  margin-bottom: 20px;
}
.sol-pinboard-creator__registration-form__content .sol-form-row > div {
  margin-bottom: 20px;
}
.sol-pinboard-creator__registration-form__content--loading::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.sol-pinboard-creator__registration-form__divider {
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .sol-pinboard-creator__registration-form__divider {
    padding-bottom: 0;
  }
}
.sol-pinboard-creator__registration-form__buttons {
  padding-top: 18px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.sol-pinboard-creator__registration-form__buttons:after,
.sol-pinboard-creator__registration-form__buttons:before {
  content: '';
  display: table;
}
.sol-pinboard-creator__registration-form__buttons:after {
  clear: both;
}
.sol-pinboard-creator__registration-form__error-msg {
  display: block;
  color: #d53636;
  margin-bottom: 15px;
  font-weight: 500;
  margin-top: 5px;
}
.sol-pinboard-creator__registration-form__error-msg:after {
  content: '';
  height: 19px;
  width: 19px;
  display: inline-block;
  background-image: url('/webdav/files/System/resources/graphics/icons/forms/times-invalid.svg');
  background-size: cover;
  margin-left: 2px;
  position: relative;
  top: 4px;
  margin-top: -4px;
}
.sol-pinboard-creator__registration-form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.sol-pinboard-creator__registration-form label,
.sol-pinboard-creator__registration-form legend {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.sol-pinboard-creator__registration-form input[type="text"],
.sol-pinboard-creator__registration-form input[type="tel"],
.sol-pinboard-creator__registration-form input[type="email"],
.sol-pinboard-creator__registration-form input[type="url"] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
}
.sol-pinboard-creator__registration-form input[type="text"]::-webkit-input-placeholder,
.sol-pinboard-creator__registration-form input[type="tel"]::-webkit-input-placeholder,
.sol-pinboard-creator__registration-form input[type="email"]::-webkit-input-placeholder,
.sol-pinboard-creator__registration-form input[type="url"]::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-pinboard-creator__registration-form input[type="text"]:-moz-placeholder,
.sol-pinboard-creator__registration-form input[type="tel"]:-moz-placeholder,
.sol-pinboard-creator__registration-form input[type="email"]:-moz-placeholder,
.sol-pinboard-creator__registration-form input[type="url"]:-moz-placeholder {
  color: #b4b4b4;
}
.sol-pinboard-creator__registration-form input[type="text"]::-moz-placeholder,
.sol-pinboard-creator__registration-form input[type="tel"]::-moz-placeholder,
.sol-pinboard-creator__registration-form input[type="email"]::-moz-placeholder,
.sol-pinboard-creator__registration-form input[type="url"]::-moz-placeholder {
  color: #b4b4b4;
}
.sol-pinboard-creator__registration-form input[type="text"]:-ms-input-placeholder,
.sol-pinboard-creator__registration-form input[type="tel"]:-ms-input-placeholder,
.sol-pinboard-creator__registration-form input[type="email"]:-ms-input-placeholder,
.sol-pinboard-creator__registration-form input[type="url"]:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-pinboard-creator__registration-form input[type="text"]:focus,
.sol-pinboard-creator__registration-form input[type="tel"]:focus,
.sol-pinboard-creator__registration-form input[type="email"]:focus,
.sol-pinboard-creator__registration-form input[type="url"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-pinboard-creator__registration-form input[type="text"]:hover,
.sol-pinboard-creator__registration-form input[type="tel"]:hover,
.sol-pinboard-creator__registration-form input[type="email"]:hover,
.sol-pinboard-creator__registration-form input[type="url"]:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.sol-pinboard-creator__registration-form input[type="text"]:focus,
.sol-pinboard-creator__registration-form input[type="tel"]:focus,
.sol-pinboard-creator__registration-form input[type="email"]:focus,
.sol-pinboard-creator__registration-form input[type="url"]:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.sol-pinboard-creator__registration-form input[type="text"]::-ms-clear,
.sol-pinboard-creator__registration-form input[type="tel"]::-ms-clear,
.sol-pinboard-creator__registration-form input[type="email"]::-ms-clear,
.sol-pinboard-creator__registration-form input[type="url"]::-ms-clear,
.sol-pinboard-creator__registration-form input[type="text"]::-webkit-search-cancel-button,
.sol-pinboard-creator__registration-form input[type="tel"]::-webkit-search-cancel-button,
.sol-pinboard-creator__registration-form input[type="email"]::-webkit-search-cancel-button,
.sol-pinboard-creator__registration-form input[type="url"]::-webkit-search-cancel-button,
.sol-pinboard-creator__registration-form input[type="text"]::-webkit-search-decoration,
.sol-pinboard-creator__registration-form input[type="tel"]::-webkit-search-decoration,
.sol-pinboard-creator__registration-form input[type="email"]::-webkit-search-decoration,
.sol-pinboard-creator__registration-form input[type="url"]::-webkit-search-decoration,
.sol-pinboard-creator__registration-form input[type="text"]::-webkit-search-results-button,
.sol-pinboard-creator__registration-form input[type="tel"]::-webkit-search-results-button,
.sol-pinboard-creator__registration-form input[type="email"]::-webkit-search-results-button,
.sol-pinboard-creator__registration-form input[type="url"]::-webkit-search-results-button,
.sol-pinboard-creator__registration-form input[type="text"]::-webkit-search-results-decoration,
.sol-pinboard-creator__registration-form input[type="tel"]::-webkit-search-results-decoration,
.sol-pinboard-creator__registration-form input[type="email"]::-webkit-search-results-decoration,
.sol-pinboard-creator__registration-form input[type="url"]::-webkit-search-results-decoration {
  display: none;
}
.sol-pinboard-creator__registration-form input[type="text"].ng-invalid.ng-touched,
.sol-pinboard-creator__registration-form input[type="tel"].ng-invalid.ng-touched,
.sol-pinboard-creator__registration-form input[type="email"].ng-invalid.ng-touched,
.sol-pinboard-creator__registration-form input[type="url"].ng-invalid.ng-touched,
.ng-submitted.sol-pinboard-creator__registration-form input[type="text"].ng-invalid,
.ng-submitted.sol-pinboard-creator__registration-form input[type="tel"].ng-invalid,
.ng-submitted.sol-pinboard-creator__registration-form input[type="email"].ng-invalid,
.ng-submitted.sol-pinboard-creator__registration-form input[type="url"].ng-invalid {
  border-color: #de404e;
  background-image: url('/webdav/files/System/resources/graphics/icons/forms/times-invalid.svg');
}
.sol-pinboard-creator__registration-form textarea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  font-family: PFDINTextStd-Regular, sans-serif;
  color: #313131;
  vertical-align: middle;
  height: 40px;
  border: 1px solid rgba(110, 205, 233, 0.4);
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition-property: border, background-color, box-shadow;
  -webkit-transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, -webkit-box-shadow;
  transition-property: border, background-color, box-shadow;
  transition-property: border, background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px top 8px;
  min-height: 120px;
  height: auto;
  max-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sol-pinboard-creator__registration-form textarea::-webkit-input-placeholder {
  color: #b4b4b4;
}
.sol-pinboard-creator__registration-form textarea:-moz-placeholder {
  color: #b4b4b4;
}
.sol-pinboard-creator__registration-form textarea::-moz-placeholder {
  color: #b4b4b4;
}
.sol-pinboard-creator__registration-form textarea:-ms-input-placeholder {
  color: #b4b4b4;
}
.sol-pinboard-creator__registration-form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-pinboard-creator__registration-form textarea:hover {
  border-color: rgba(110, 205, 233, 0.4);
  background-color: #fff;
}
.sol-pinboard-creator__registration-form textarea:focus {
  background-color: #fff;
  border-color: #257cc3;
}
.sol-pinboard-creator__registration-form textarea::-ms-clear,
.sol-pinboard-creator__registration-form textarea::-webkit-search-cancel-button,
.sol-pinboard-creator__registration-form textarea::-webkit-search-decoration,
.sol-pinboard-creator__registration-form textarea::-webkit-search-results-button,
.sol-pinboard-creator__registration-form textarea::-webkit-search-results-decoration {
  display: none;
}
.sol-pinboard-creator__registration-form textarea.ng-invalid.ng-touched,
.ng-submitted.sol-pinboard-creator__registration-form textarea.ng-invalid {
  border-color: #de404e;
  background-image: url('/webdav/files/System/resources/graphics/icons/forms/times-invalid.svg');
}
.sol-pinboard-creator__registration-form input[type="checkbox"] {
  display: block;
  height: 0;
  opacity: 0;
}
.sol-pinboard-creator__registration-form input[type="checkbox"] + label::before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #6ecde9;
  border-radius: 2px;
  position: relative;
  top: -1px;
  margin-right: 10px;
  float: left;
  text-align: center;
  -webkit-transition-property: color, background-color, border-color, border-width;
  transition-property: color, background-color, border-color, border-width;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-pinboard-creator__registration-form input[type="checkbox"] + label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
.sol-pinboard-creator__registration-form input[type="checkbox"] + label:hover::before {
  border-color: rgba(110, 205, 233, 0.4);
}
.sol-pinboard-creator__registration-form input[type="checkbox"]:focus + label::before,
.sol-pinboard-creator__registration-form input[type="checkbox"]:focus:checked + label::before {
  border: 2px solid #257cc3;
}
.sol-pinboard-creator__registration-form input[type="checkbox"]:checked + label:before {
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: inline-block;
  font-size: 12px;
  content: "\f00c";
  padding-top: 2px;
  background-color: #204560;
  border-color: #204560;
  color: #fff;
}
.sol-pinboard-creator__registration-form input[type="checkbox"]:checked + label:before.fa-pull-left {
  margin-right: .3em;
}
.sol-pinboard-creator__registration-form input[type="checkbox"]:checked + label:before.fa-pull-right {
  margin-left: .3em;
}
.sol-pinboard-creator__registration-form input[type="checkbox"]:checked + label:before.pull-left {
  margin-right: .3em;
}
.sol-pinboard-creator__registration-form input[type="checkbox"]:checked + label:before.pull-right {
  margin-left: .3em;
}
.sol-pinboard-creator__registration-form input[type="checkbox"]:checked + label:before.fa-pull-left {
  margin-right: .3em;
}
.sol-pinboard-creator__registration-form input[type="checkbox"]:checked + label:before.fa-pull-right {
  margin-left: .3em;
}
.sol-pinboard-creator__registration-form input[type="radio"] {
  display: block;
  height: 0;
  opacity: 0;
}
.sol-pinboard-creator__registration-form input[type="radio"] + label::before {
  content: '';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #6ecde9;
  border-radius: 2px;
  position: relative;
  top: -1px;
  margin-right: 10px;
  float: left;
  text-align: center;
  -webkit-transition-property: color, background-color, border-color, border-width;
  transition-property: color, background-color, border-color, border-width;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.sol-pinboard-creator__registration-form input[type="radio"] + label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  cursor: pointer;
}
.sol-pinboard-creator__registration-form input[type="radio"] + label:hover::before {
  border-color: rgba(110, 205, 233, 0.4);
}
.sol-pinboard-creator__registration-form input[type="radio"]:focus + label::before,
.sol-pinboard-creator__registration-form input[type="radio"]:focus:checked + label::before {
  border: 2px solid #257cc3;
}
.sol-pinboard-creator__registration-form input[type="radio"] + label:before {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 1px;
}
.sol-pinboard-creator__registration-form input[type="radio"]:checked + label:before {
  border-width: 3px;
  border-color: #204560;
  background-color: #204560;
}
.sol-pinboard-creator__registration-form input[type="radio"]:checked {
  display: none;
}
.sol-pinboard-creator__registration-form input[type="radio"]:checked + label::before {
  background-color: #204560;
  border-color: #204560;
}
.sol-pinboard-creator__registration-form .sol-event-form__file {
  display: block;
  height: 0;
  opacity: 0;
}
.sol-pinboard-creator__registration-form .sol-event-form__file + label {
  margin-bottom: 20px;
}
.sol-pinboard-creator__registration-form .sol-event-form__file + label:after,
.sol-pinboard-creator__registration-form .sol-event-form__file + label:before {
  content: '';
  display: table;
}
.sol-pinboard-creator__registration-form .sol-event-form__file + label:after {
  clear: both;
}
.sol-pinboard-creator__registration-form .sol-event-form__file__label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-bottom: 8px;
}
.sol-pinboard-creator__registration-form .sol-event-form__file__btn {
  position: relative;
  display: inline-block;
  line-height: 22px;
  min-height: 40px;
  padding: 8px 25px;
  color: #313131;
  background-color: #c1e4c7;
  border-radius: 3px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
  padding: 5px 20px;
  margin-left: 10px;
  margin-top: 2px;
  font-size: 13px;
}
.sol-pinboard-creator__registration-form .sol-event-form__file__btn:focus,
[data-whatinput="keyboard"] .sol-pinboard-creator__registration-form .sol-event-form__file__btn:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-pinboard-creator__registration-form .sol-event-form__file__btn:focus,
[data-whatinput="mouse"] .sol-pinboard-creator__registration-form .sol-event-form__file__btn:focus,
[data-whatinput="touch"] .sol-pinboard-creator__registration-form .sol-event-form__file__btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-pinboard-creator__registration-form .sol-event-form__file__btn:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-pinboard-creator__registration-form .sol-event-form__file__btn:active {
  background-color: #6DAB78;
}
.sol-pinboard-creator__registration-form .sol-event-form__file__btn i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-pinboard-creator__registration-form .sol-event-form__file__btn:focus,
[data-whatinput="keyboard"] .sol-pinboard-creator__registration-form .sol-event-form__file__btn:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-pinboard-creator__registration-form .sol-event-form__file__btn:focus,
[data-whatinput="mouse"] .sol-pinboard-creator__registration-form .sol-event-form__file__btn:focus,
[data-whatinput="touch"] .sol-pinboard-creator__registration-form .sol-event-form__file__btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-pinboard-creator__registration-form .sol-event-form__file__btn:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-pinboard-creator__registration-form .sol-event-form__file__btn:active {
  background-color: #6DAB78;
}
.sol-pinboard-creator__registration-form .sol-event-form__file__btn i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-pinboard-creator__registration-form .sol-event-form__file__text {
  float: left;
  margin-left: 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 34px;
}
.sol-pinboard-creator__registration-form .sol-event-form__file__remove {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  min-height: 32px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  top: 1px;
  cursor: pointer;
}
.sol-pinboard-creator__registration-form .sol-event-form__file__remove i {
  font-size: 18px;
  color: #204560;
}
.sol-pinboard-creator__registration-form .sol-event-form__file__btn {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0!important;
  min-height: 35px;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .sol-pinboard-creator__registration-form .sol-event-form__file__btn {
    min-width: 110px;
    min-height: 50px;
  }
}
.sol-pinboard-creator__registration-form .sol-event-form__file__text {
  float: none !important;
}
.sol-pinboard-creator__registration-form .sol-event-form__file + label {
  margin-bottom: 0;
}
.sol-pinboard-creator__registration-form button[type="submit"] {
  position: relative;
  display: inline-block;
  line-height: 22px;
  min-height: 40px;
  padding: 8px 25px;
  color: #313131;
  background-color: #c1e4c7;
  border-radius: 3px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 110px;
}
.sol-pinboard-creator__registration-form button[type="submit"]:focus,
[data-whatinput="keyboard"] .sol-pinboard-creator__registration-form button[type="submit"]:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-pinboard-creator__registration-form button[type="submit"]:focus,
[data-whatinput="mouse"] .sol-pinboard-creator__registration-form button[type="submit"]:focus,
[data-whatinput="touch"] .sol-pinboard-creator__registration-form button[type="submit"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-pinboard-creator__registration-form button[type="submit"]:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-pinboard-creator__registration-form button[type="submit"]:active {
  background-color: #6DAB78;
}
.sol-pinboard-creator__registration-form button[type="submit"] i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-pinboard-creator__registration-form button[type="submit"]:focus,
[data-whatinput="keyboard"] .sol-pinboard-creator__registration-form button[type="submit"]:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-pinboard-creator__registration-form button[type="submit"]:focus,
[data-whatinput="mouse"] .sol-pinboard-creator__registration-form button[type="submit"]:focus,
[data-whatinput="touch"] .sol-pinboard-creator__registration-form button[type="submit"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-pinboard-creator__registration-form button[type="submit"]:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-pinboard-creator__registration-form button[type="submit"]:active {
  background-color: #6DAB78;
}
.sol-pinboard-creator__registration-form button[type="submit"] i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sol-pinboard-creator__registration-form button[type="submit"] {
    min-width: 140px;
    min-height: 50px;
  }
}
.sol-pinboard-creator__registration-form .sol-add-time {
  position: relative;
  display: inline-block;
  line-height: 22px;
  min-height: 40px;
  padding: 8px 25px;
  color: #313131;
  background-color: #c1e4c7;
  border-radius: 3px;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-family: PFDINTextStd-Regular, sans-serif;
  border: 0;
  margin-top: 17px;
  margin-bottom: 37px;
  min-height: 35px !important;
}
.sol-pinboard-creator__registration-form .sol-add-time:focus,
[data-whatinput="keyboard"] .sol-pinboard-creator__registration-form .sol-add-time:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-pinboard-creator__registration-form .sol-add-time:focus,
[data-whatinput="mouse"] .sol-pinboard-creator__registration-form .sol-add-time:focus,
[data-whatinput="touch"] .sol-pinboard-creator__registration-form .sol-add-time:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-pinboard-creator__registration-form .sol-add-time:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-pinboard-creator__registration-form .sol-add-time:active {
  background-color: #6DAB78;
}
.sol-pinboard-creator__registration-form .sol-add-time i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
.sol-pinboard-creator__registration-form .sol-add-time:focus,
[data-whatinput="keyboard"] .sol-pinboard-creator__registration-form .sol-add-time:focus {
  outline: 2px solid #257cc3;
  z-index: 10;
}
[data-whatinput="initial"] .sol-pinboard-creator__registration-form .sol-add-time:focus,
[data-whatinput="mouse"] .sol-pinboard-creator__registration-form .sol-add-time:focus,
[data-whatinput="touch"] .sol-pinboard-creator__registration-form .sol-add-time:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}
.sol-pinboard-creator__registration-form .sol-add-time:hover {
  background-color: rgba(193, 228, 199, 0.3);
}
.sol-pinboard-creator__registration-form .sol-add-time:active {
  background-color: #6DAB78;
}
.sol-pinboard-creator__registration-form .sol-add-time i.fa {
  margin-right: 10px;
  margin-left: -5px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .sol-pinboard-creator__registration-form .sol-add-time {
    min-height: 50px !important;
  }
}
@media (max-width: 767px) {
  .sol-pinboard-creator__registration-form .sol-add-time {
    width: 100%;
  }
}
.sol-pinboard-creator__registration-form .sol-loading {
  position: absolute;
  top: 60px;
  left: 50%;
  margin-left: -50px;
  z-index: 1;
}
.sol-pinboard-creator__registration-form .sol-loading svg {
  width: 100px;
  height: 100px;
}
.sol-pinboard-creator__registration-form .sol-loading svg path {
  fill: #204560;
}
.sol-pinboard-creator__registration-form label {
  font-size: 16px;
  font-weight: 400;
}
.sol-pinboard-creator__registration-form .sol-notice__dates .application--wrap {
  background-color: #fff;
  padding: 0;
}
.sol-pinboard-creator__registration-form .sol-files-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sol-pinboard-creator__registration-form .sol-files-list li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.sol-pinboard-creator__registration-form .sol-remove-file-btn {
  background-color: #bee9f5;
  padding: 5px;
  border-radius: 3px;
}
.sol-authority__list-item {
  margin-bottom: 25px;
}
.sol-authority__list-item .fa-file-pdf-o {
  margin-right: 5px;
}
.sol-authority__list-item .sol-collapsible__header--active {
  background-color: #204560;
  color: #fff;
}
.sol-authority__list-item .font-normal {
  margin-bottom: 5px;
}
.sol-authority__list-item .sol-collapsible__header {
  margin-bottom: 0;
}
.sol-authority__list-item .sol-notice__list {
  padding: 15px;
}
.sol-authority__list-item .sol-notice__publish-date,
.sol-authority__list-item .sol-notice__unpublish-date {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  font-size: 17px;
}
.sol-authority__list-item .sol-notice__list-item {
  margin-bottom: 20px;
}
.sol-authority__list-item .sol-notice__file-list {
  margin-top: 5px;
}
.sol-authority__list-item .sol-notice__file-list-item > a {
  position: relative;
  z-index: 1;
  text-decoration: none;
  background-size: 200% 200%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(110, 205, 233, 0.6)), color-stop(50%, transparent));
  background-image: linear-gradient(to top, rgba(110, 205, 233, 0.6) 50%, transparent 50%);
  -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  padding-left: 1px;
  padding-right: 1px;
  border-bottom: 1px solid rgba(110, 205, 233, 0.6);
  font-size: 16px;
}
.sol-authority__list-item .sol-notice__file-list-item > a:hover {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(51%, rgba(110, 205, 233, 0.6)), color-stop(50%, transparent));
  background-image: linear-gradient(to top, rgba(110, 205, 233, 0.6) 51%, transparent 50%);
  background-position: 0 100%;
  -webkit-transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
  transition: background-position 300ms, color 300ms ease, border-color 300ms ease;
}
.sol-authority__list-item .sol-collapsible__body {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin: 0 20px;
}
.sol-authority__list-item .sol-collapsible__body > span {
  padding: 15px;
}
