/* här kan du ändra som du vill */

/* den röda färgen på SLL dokument bakgrund till klassificeringsvärde */

.sll-doc__heading-value-3 {
    background: #f74242;
}

/* den gröna färgen på SLL dokument bakgrund till klassificeringsvärde */

.sll-doc__heading-value-1 {
    background: #41D732;
   
   /*Den gula linnjen under boxen, Evidensgul */
}

.sol-decoration-text-box--orange .sol-decoration-text-box__header {
  background-color: #e99023;
  border-bottom-color: #ffee80;

   /*Färgen på klasssicificerings värden */
}

.sll-doc__heading-value-1,
.sll-doc__heading-value-A {
  background: #41D732;

   /*Janusinfo logotypen på Nationellt införande, storlek */
}

.sll-header .sv-html-portlet .sol-icon__januslogoText::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/JanusInfoBaraText.svg');
   height: 35px;
   margin-top: 20px;
}

 /*ytan runt klassifikationer på kunskapsstöden */
.sll_doc__classification {
  padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-left: 4px;
}

/*gula färgen på länkknappen - evidens */
      .sv-custom-module > .sv-portlet .sll-link-button--yellow {
    background-color: #ffd400;
         }
/*Mer luft kring rubriker så som inte går in i klassificeringen */
.sll-doc__heading {
    position: relative;
    padding: 5px;
    padding-top: 40px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}


/* CSS-regeln "Visa endast i redigeringsläge */

.sol-only-edit-mode {
   display: none !important;
}

.sv-editing-mode .sol-only-edit-mode {
 	display: block !important;
}
/* CSS-regeln "plus och minus tecken vid fäll ut text */


.halflings-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 50px;
       vertical-align: text-center;
   }

/* CSS-regeln "MTP */

.sll-decoration-top-border--mpt-yellow {
border-top-color: #ebae52;
}
.sll-decoration-top-border--mpt-green {
border-top-color: #387d7a;
}
.sll-decoration-top-border--mpt-blue {
border-top-color: #213670;
}
.sll-decoration-top-border--bg-lightgray {
    background-color: #f1f0ee !important;
}
    


    

@media print {@media print{.sv-layout{display:block!important;margin-top:10px!important;padding-top:0!important}.hide-on-print,script,.sol-cookie-message,.sol-divider,#sv-editor-menu{display:none!important}.show-on-print{display:block!important}.show-on-print img{margin-bottom:20px;margin-top:10px}h1{font-size:24px!important}h2{font-size:17px!important}strong,ul,a{display:inline-block!important}p{font-size:15px!important}@page{size:A4;margin-top:2cm;margin-bottom:2cm}head>*,header{display:none!important}.sol-breadcrumbs li,.sol-breadcrumbs li a,ul{display:inline-block!important}.sol-breadcrumbs li::after{content:'/'}.sol-breadcrumbs li:last-child:after{content:''}.sll-doc__heading-pbt{display:flex!important;position:initial}table *{border-color:black!important;border-radius:0!important;padding:0!important}table th p{color:black!important}li{display:list-item!important;font-size:15px!important}tbody{display:table-row-group!important}table{display:table!important;width:90%!important;border:1px solid black}thead{display:table-header-group!important}tr{display:table-row!important;border-bottom:1px solid black}th,td{display:table-cell!important}}}
*{box-sizing:border-box}.sll-flex-row>.sv-layout>*{background-color:#fff;box-sizing:border-box;height:100%}.sll-content-padding{padding:20px}.sv-row{padding-bottom:20px;padding-top:20px}strong{font-weight:700}.sol-cookie-message{background-color:#3d3d3d;border-top-left-radius:3px;bottom:0;color:#fff;display:none;font-size:.8125rem;padding:8px 10px 8px 14px;position:fixed;right:0;width:270px;z-index:9999}.sol-cookie-message a{color:#fff;text-decoration:underline}.sol-cookie-message .sol-cookie-ok{background-color:#fff;border-radius:2px;color:#58aac8;cursor:pointer;display:inline-block;float:right;font-size:.625rem;font-weight:600;line-height:1.25rem;margin-top:3px;padding:0 7px}table.sv-table-type-testgbblatabell li{font-size:.8em}
 * Soleil AB
 * Author: Ricky Törnqvist
 * Date: Wed Dec 21 2022 11:56:46 GMT+0100 (centraleuropeisk normaltid)
 * Build script version: 2.2.4
 */
/* file: main.less */
* {
  box-sizing: border-box;
}
.sll-flex-row > .sv-layout > * {
  height: 100%;
  box-sizing: border-box;
  background-color: white;
}
.sll-content-padding {
  padding: 20px;
}
.sv-row {
  padding-top: 20px;
  padding-bottom: 20px;
}
strong {
  font-weight: bold;
}
.sol-cookie-message {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 270px;
  border-top-left-radius: 3px;
  background-color: #3d3d3d;
  color: #fff;
  padding: 8px 10px 8px 14px;
  font-size: 13px;
}
.sol-cookie-message a {
  color: #fff;
  text-decoration: underline;
}
.sol-cookie-message .sol-cookie-ok {
  display: inline-block;
  padding: 0 7px;
  border-radius: 2px;
  background-color: #fff;
  color: #58aac8;
  font-size: 10px;
  line-height: 20px;
  font-weight: 600;
  cursor: pointer;
  float: right;
  margin-top: 3px;
}
/*!
 *  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=4.7.0');
  src: url('/webdav/files/System/resources/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/webdav/files/System/resources/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/webdav/files/System/resources/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/webdav/files/System/resources/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/webdav/files/System/resources/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.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: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -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 {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.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: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  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;
}
/* lessfile: variables.less */
/* lessfile: responsive.less */
.sv-grid-main.sv-fluid-grid,
.sol-grid {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .sv-grid-main.sv-fluid-grid,
  .sol-grid {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1200px) {
  .sv-grid-main.sv-fluid-grid .sol-row,
  .sol-grid .sol-row,
  .sv-grid-main.sv-fluid-grid .sv-row,
  .sol-grid .sv-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -17px;
    margin-right: -17px;
    justify-content: flex-start;
  }
  .sv-grid-main.sv-fluid-grid .sol-row.sol-row-reverse,
  .sol-grid .sol-row.sol-row-reverse,
  .sv-grid-main.sv-fluid-grid .sv-row.sol-row-reverse,
  .sol-grid .sv-row.sol-row-reverse {
    flex-direction: row-reverse;
  }
  .sv-grid-main.sv-fluid-grid .sol-row.sol-row-center,
  .sol-grid .sol-row.sol-row-center,
  .sv-grid-main.sv-fluid-grid .sv-row.sol-row-center,
  .sol-grid .sv-row.sol-row-center {
    justify-content: center;
  }
  .sv-grid-main.sv-fluid-grid .sol-row::before,
  .sol-grid .sol-row::before,
  .sv-grid-main.sv-fluid-grid .sv-row::before,
  .sol-grid .sv-row::before,
  .sv-grid-main.sv-fluid-grid .sol-row::after,
  .sol-grid .sol-row::after,
  .sv-grid-main.sv-fluid-grid .sv-row::after,
  .sol-grid .sv-row::after {
    display: none;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-1,
  .sol-grid .sol-row *.sv-column-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-1,
  .sol-grid .sv-row *.sv-column-1 {
    flex: 1 0 8.33333333%;
    max-width: 8.33333333%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-1,
  .sol-grid .sol-row *.sv-column-push-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-1,
  .sol-grid .sv-row *.sv-column-push-1 {
    position: relative;
    left: 8.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-pull-1,
  .sol-grid .sol-row *.sv-column-pull-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-pull-1,
  .sol-grid .sv-row *.sv-column-pull-1 {
    position: relative;
    left: -8.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-2,
  .sol-grid .sol-row *.sv-column-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-2,
  .sol-grid .sv-row *.sv-column-2 {
    flex: 1 0 16.66666667%;
    max-width: 16.66666667%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-2,
  .sol-grid .sol-row *.sv-column-push-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-2,
  .sol-grid .sv-row *.sv-column-push-2 {
    position: relative;
    left: 16.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-pull-2,
  .sol-grid .sol-row *.sv-column-pull-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-pull-2,
  .sol-grid .sv-row *.sv-column-pull-2 {
    position: relative;
    left: -16.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-3,
  .sol-grid .sol-row *.sv-column-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-3,
  .sol-grid .sv-row *.sv-column-3 {
    flex: 1 0 25%;
    max-width: 25%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-3,
  .sol-grid .sol-row *.sv-column-push-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-3,
  .sol-grid .sv-row *.sv-column-push-3 {
    position: relative;
    left: 25%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-pull-3,
  .sol-grid .sol-row *.sv-column-pull-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-pull-3,
  .sol-grid .sv-row *.sv-column-pull-3 {
    position: relative;
    left: -25%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-4,
  .sol-grid .sol-row *.sv-column-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-4,
  .sol-grid .sv-row *.sv-column-4 {
    flex: 1 0 33.33333333%;
    max-width: 33.33333333%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-4,
  .sol-grid .sol-row *.sv-column-push-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-4,
  .sol-grid .sv-row *.sv-column-push-4 {
    position: relative;
    left: 33.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-pull-4,
  .sol-grid .sol-row *.sv-column-pull-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-pull-4,
  .sol-grid .sv-row *.sv-column-pull-4 {
    position: relative;
    left: -33.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-5,
  .sol-grid .sol-row *.sv-column-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-5,
  .sol-grid .sv-row *.sv-column-5 {
    flex: 1 0 41.66666667%;
    max-width: 41.66666667%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-5,
  .sol-grid .sol-row *.sv-column-push-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-5,
  .sol-grid .sv-row *.sv-column-push-5 {
    position: relative;
    left: 41.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-pull-5,
  .sol-grid .sol-row *.sv-column-pull-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-pull-5,
  .sol-grid .sv-row *.sv-column-pull-5 {
    position: relative;
    left: -41.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-6,
  .sol-grid .sol-row *.sv-column-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-6,
  .sol-grid .sv-row *.sv-column-6 {
    flex: 1 0 50%;
    max-width: 50%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-6,
  .sol-grid .sol-row *.sv-column-push-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-6,
  .sol-grid .sv-row *.sv-column-push-6 {
    position: relative;
    left: 50%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-pull-6,
  .sol-grid .sol-row *.sv-column-pull-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-pull-6,
  .sol-grid .sv-row *.sv-column-pull-6 {
    position: relative;
    left: -50%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-7,
  .sol-grid .sol-row *.sv-column-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-7,
  .sol-grid .sv-row *.sv-column-7 {
    flex: 1 0 58.33333333%;
    max-width: 58.33333333%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-7,
  .sol-grid .sol-row *.sv-column-push-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-7,
  .sol-grid .sv-row *.sv-column-push-7 {
    position: relative;
    left: 58.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-pull-7,
  .sol-grid .sol-row *.sv-column-pull-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-pull-7,
  .sol-grid .sv-row *.sv-column-pull-7 {
    position: relative;
    left: -58.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-8,
  .sol-grid .sol-row *.sv-column-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-8,
  .sol-grid .sv-row *.sv-column-8 {
    flex: 1 0 66.66666667%;
    max-width: 66.66666667%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-8,
  .sol-grid .sol-row *.sv-column-push-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-8,
  .sol-grid .sv-row *.sv-column-push-8 {
    position: relative;
    left: 66.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-pull-8,
  .sol-grid .sol-row *.sv-column-pull-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-pull-8,
  .sol-grid .sv-row *.sv-column-pull-8 {
    position: relative;
    left: -66.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-9,
  .sol-grid .sol-row *.sv-column-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-9,
  .sol-grid .sv-row *.sv-column-9 {
    flex: 1 0 75%;
    max-width: 75%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-9,
  .sol-grid .sol-row *.sv-column-push-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-9,
  .sol-grid .sv-row *.sv-column-push-9 {
    position: relative;
    left: 75%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-pull-9,
  .sol-grid .sol-row *.sv-column-pull-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-pull-9,
  .sol-grid .sv-row *.sv-column-pull-9 {
    position: relative;
    left: -75%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-10,
  .sol-grid .sol-row *.sv-column-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-10,
  .sol-grid .sv-row *.sv-column-10 {
    flex: 1 0 83.33333333%;
    max-width: 83.33333333%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-10,
  .sol-grid .sol-row *.sv-column-push-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-10,
  .sol-grid .sv-row *.sv-column-push-10 {
    position: relative;
    left: 83.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-pull-10,
  .sol-grid .sol-row *.sv-column-pull-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-pull-10,
  .sol-grid .sv-row *.sv-column-pull-10 {
    position: relative;
    left: -83.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-11,
  .sol-grid .sol-row *.sv-column-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-11,
  .sol-grid .sv-row *.sv-column-11 {
    flex: 1 0 91.66666667%;
    max-width: 91.66666667%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-11,
  .sol-grid .sol-row *.sv-column-push-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-11,
  .sol-grid .sv-row *.sv-column-push-11 {
    position: relative;
    left: 91.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-pull-11,
  .sol-grid .sol-row *.sv-column-pull-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-pull-11,
  .sol-grid .sv-row *.sv-column-pull-11 {
    position: relative;
    left: -91.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-12,
  .sol-grid .sol-row *.sv-column-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-12,
  .sol-grid .sv-row *.sv-column-12 {
    flex: 1 0 100%;
    max-width: 100%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-12,
  .sol-grid .sol-row *.sv-column-push-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-12,
  .sol-grid .sv-row *.sv-column-push-12 {
    position: relative;
    left: 100%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-pull-12,
  .sol-grid .sol-row *.sv-column-pull-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-pull-12,
  .sol-grid .sv-row *.sv-column-pull-12 {
    position: relative;
    left: -100%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row,
  .sol-grid .sol-row,
  .sv-grid-main.sv-fluid-grid .sv-row,
  .sol-grid .sv-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -17px;
    margin-right: -17px;
    justify-content: flex-start;
  }
  .sv-grid-main.sv-fluid-grid .sol-row.sol-row-reverse,
  .sol-grid .sol-row.sol-row-reverse,
  .sv-grid-main.sv-fluid-grid .sv-row.sol-row-reverse,
  .sol-grid .sv-row.sol-row-reverse {
    flex-direction: row-reverse;
  }
  .sv-grid-main.sv-fluid-grid .sol-row.sol-row-center,
  .sol-grid .sol-row.sol-row-center,
  .sv-grid-main.sv-fluid-grid .sv-row.sol-row-center,
  .sol-grid .sv-row.sol-row-center {
    justify-content: center;
  }
  .sv-grid-main.sv-fluid-grid .sol-row::before,
  .sol-grid .sol-row::before,
  .sv-grid-main.sv-fluid-grid .sv-row::before,
  .sol-grid .sv-row::before,
  .sv-grid-main.sv-fluid-grid .sol-row::after,
  .sol-grid .sol-row::after,
  .sv-grid-main.sv-fluid-grid .sv-row::after,
  .sol-grid .sv-row::after {
    display: none;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-1,
  .sol-grid .sol-row *.sol-col-xl-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-1,
  .sol-grid .sv-row *.sol-col-xl-1 {
    flex: 1 0 8.33333333%;
    max-width: 8.33333333%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-push-1,
  .sol-grid .sol-row *.sol-col-xl-push-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-push-1,
  .sol-grid .sv-row *.sol-col-xl-push-1 {
    position: relative;
    left: 8.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-pull-1,
  .sol-grid .sol-row *.sol-col-xl-pull-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-pull-1,
  .sol-grid .sv-row *.sol-col-xl-pull-1 {
    position: relative;
    left: -8.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-2,
  .sol-grid .sol-row *.sol-col-xl-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-2,
  .sol-grid .sv-row *.sol-col-xl-2 {
    flex: 1 0 16.66666667%;
    max-width: 16.66666667%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-push-2,
  .sol-grid .sol-row *.sol-col-xl-push-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-push-2,
  .sol-grid .sv-row *.sol-col-xl-push-2 {
    position: relative;
    left: 16.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-pull-2,
  .sol-grid .sol-row *.sol-col-xl-pull-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-pull-2,
  .sol-grid .sv-row *.sol-col-xl-pull-2 {
    position: relative;
    left: -16.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-3,
  .sol-grid .sol-row *.sol-col-xl-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-3,
  .sol-grid .sv-row *.sol-col-xl-3 {
    flex: 1 0 25%;
    max-width: 25%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-push-3,
  .sol-grid .sol-row *.sol-col-xl-push-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-push-3,
  .sol-grid .sv-row *.sol-col-xl-push-3 {
    position: relative;
    left: 25%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-pull-3,
  .sol-grid .sol-row *.sol-col-xl-pull-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-pull-3,
  .sol-grid .sv-row *.sol-col-xl-pull-3 {
    position: relative;
    left: -25%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-4,
  .sol-grid .sol-row *.sol-col-xl-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-4,
  .sol-grid .sv-row *.sol-col-xl-4 {
    flex: 1 0 33.33333333%;
    max-width: 33.33333333%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-push-4,
  .sol-grid .sol-row *.sol-col-xl-push-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-push-4,
  .sol-grid .sv-row *.sol-col-xl-push-4 {
    position: relative;
    left: 33.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-pull-4,
  .sol-grid .sol-row *.sol-col-xl-pull-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-pull-4,
  .sol-grid .sv-row *.sol-col-xl-pull-4 {
    position: relative;
    left: -33.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-5,
  .sol-grid .sol-row *.sol-col-xl-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-5,
  .sol-grid .sv-row *.sol-col-xl-5 {
    flex: 1 0 41.66666667%;
    max-width: 41.66666667%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-push-5,
  .sol-grid .sol-row *.sol-col-xl-push-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-push-5,
  .sol-grid .sv-row *.sol-col-xl-push-5 {
    position: relative;
    left: 41.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-pull-5,
  .sol-grid .sol-row *.sol-col-xl-pull-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-pull-5,
  .sol-grid .sv-row *.sol-col-xl-pull-5 {
    position: relative;
    left: -41.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-6,
  .sol-grid .sol-row *.sol-col-xl-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-6,
  .sol-grid .sv-row *.sol-col-xl-6 {
    flex: 1 0 50%;
    max-width: 50%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-push-6,
  .sol-grid .sol-row *.sol-col-xl-push-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-push-6,
  .sol-grid .sv-row *.sol-col-xl-push-6 {
    position: relative;
    left: 50%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-pull-6,
  .sol-grid .sol-row *.sol-col-xl-pull-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-pull-6,
  .sol-grid .sv-row *.sol-col-xl-pull-6 {
    position: relative;
    left: -50%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-7,
  .sol-grid .sol-row *.sol-col-xl-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-7,
  .sol-grid .sv-row *.sol-col-xl-7 {
    flex: 1 0 58.33333333%;
    max-width: 58.33333333%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-push-7,
  .sol-grid .sol-row *.sol-col-xl-push-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-push-7,
  .sol-grid .sv-row *.sol-col-xl-push-7 {
    position: relative;
    left: 58.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-pull-7,
  .sol-grid .sol-row *.sol-col-xl-pull-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-pull-7,
  .sol-grid .sv-row *.sol-col-xl-pull-7 {
    position: relative;
    left: -58.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-8,
  .sol-grid .sol-row *.sol-col-xl-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-8,
  .sol-grid .sv-row *.sol-col-xl-8 {
    flex: 1 0 66.66666667%;
    max-width: 66.66666667%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-push-8,
  .sol-grid .sol-row *.sol-col-xl-push-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-push-8,
  .sol-grid .sv-row *.sol-col-xl-push-8 {
    position: relative;
    left: 66.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-pull-8,
  .sol-grid .sol-row *.sol-col-xl-pull-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-pull-8,
  .sol-grid .sv-row *.sol-col-xl-pull-8 {
    position: relative;
    left: -66.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-9,
  .sol-grid .sol-row *.sol-col-xl-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-9,
  .sol-grid .sv-row *.sol-col-xl-9 {
    flex: 1 0 75%;
    max-width: 75%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-push-9,
  .sol-grid .sol-row *.sol-col-xl-push-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-push-9,
  .sol-grid .sv-row *.sol-col-xl-push-9 {
    position: relative;
    left: 75%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-pull-9,
  .sol-grid .sol-row *.sol-col-xl-pull-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-pull-9,
  .sol-grid .sv-row *.sol-col-xl-pull-9 {
    position: relative;
    left: -75%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-10,
  .sol-grid .sol-row *.sol-col-xl-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-10,
  .sol-grid .sv-row *.sol-col-xl-10 {
    flex: 1 0 83.33333333%;
    max-width: 83.33333333%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-push-10,
  .sol-grid .sol-row *.sol-col-xl-push-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-push-10,
  .sol-grid .sv-row *.sol-col-xl-push-10 {
    position: relative;
    left: 83.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-pull-10,
  .sol-grid .sol-row *.sol-col-xl-pull-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-pull-10,
  .sol-grid .sv-row *.sol-col-xl-pull-10 {
    position: relative;
    left: -83.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-11,
  .sol-grid .sol-row *.sol-col-xl-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-11,
  .sol-grid .sv-row *.sol-col-xl-11 {
    flex: 1 0 91.66666667%;
    max-width: 91.66666667%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-push-11,
  .sol-grid .sol-row *.sol-col-xl-push-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-push-11,
  .sol-grid .sv-row *.sol-col-xl-push-11 {
    position: relative;
    left: 91.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-pull-11,
  .sol-grid .sol-row *.sol-col-xl-pull-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-pull-11,
  .sol-grid .sv-row *.sol-col-xl-pull-11 {
    position: relative;
    left: -91.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-12,
  .sol-grid .sol-row *.sol-col-xl-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-12,
  .sol-grid .sv-row *.sol-col-xl-12 {
    flex: 1 0 100%;
    max-width: 100%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-push-12,
  .sol-grid .sol-row *.sol-col-xl-push-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-push-12,
  .sol-grid .sv-row *.sol-col-xl-push-12 {
    position: relative;
    left: 100%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-xl-pull-12,
  .sol-grid .sol-row *.sol-col-xl-pull-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-xl-pull-12,
  .sol-grid .sv-row *.sol-col-xl-pull-12 {
    position: relative;
    left: -100%;
  }
}
@media (min-width: 1200px) and (max-width: 991px) {
  .sv-grid-main.sv-fluid-grid .sol-row,
  .sol-grid .sol-row,
  .sv-grid-main.sv-fluid-grid .sv-row,
  .sol-grid .sv-row {
    margin-left: -8.5px;
    margin-right: -8.5px;
  }
}
@media (min-width: 1200px) and (max-width: 991px) {
  .sv-grid-main.sv-fluid-grid .sol-row,
  .sol-grid .sol-row,
  .sv-grid-main.sv-fluid-grid .sv-row,
  .sol-grid .sv-row {
    margin-left: -8.5px;
    margin-right: -8.5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sv-grid-main.sv-fluid-grid .sol-row,
  .sol-grid .sol-row,
  .sv-grid-main.sv-fluid-grid .sv-row,
  .sol-grid .sv-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -17px;
    margin-right: -17px;
    justify-content: flex-start;
  }
  .sv-grid-main.sv-fluid-grid .sol-row.sol-row-reverse,
  .sol-grid .sol-row.sol-row-reverse,
  .sv-grid-main.sv-fluid-grid .sv-row.sol-row-reverse,
  .sol-grid .sv-row.sol-row-reverse {
    flex-direction: row-reverse;
  }
  .sv-grid-main.sv-fluid-grid .sol-row.sol-row-center,
  .sol-grid .sol-row.sol-row-center,
  .sv-grid-main.sv-fluid-grid .sv-row.sol-row-center,
  .sol-grid .sv-row.sol-row-center {
    justify-content: center;
  }
  .sv-grid-main.sv-fluid-grid .sol-row::before,
  .sol-grid .sol-row::before,
  .sv-grid-main.sv-fluid-grid .sv-row::before,
  .sol-grid .sv-row::before,
  .sv-grid-main.sv-fluid-grid .sol-row::after,
  .sol-grid .sol-row::after,
  .sv-grid-main.sv-fluid-grid .sv-row::after,
  .sol-grid .sv-row::after {
    display: none;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-1,
  .sol-grid .sol-row *.sv-column-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-1,
  .sol-grid .sv-row *.sv-column-1 {
    flex: 1 0 8.33333333%;
    max-width: 8.33333333%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-1,
  .sol-grid .sol-row *.sv-column-push-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-1,
  .sol-grid .sv-row *.sv-column-push-1 {
    position: relative;
    left: 8.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-pull-1,
  .sol-grid .sol-row *.sv-column-pull-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-pull-1,
  .sol-grid .sv-row *.sv-column-pull-1 {
    position: relative;
    left: -8.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-2,
  .sol-grid .sol-row *.sv-column-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-2,
  .sol-grid .sv-row *.sv-column-2 {
    flex: 1 0 16.66666667%;
    max-width: 16.66666667%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-2,
  .sol-grid .sol-row *.sv-column-push-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-2,
  .sol-grid .sv-row *.sv-column-push-2 {
    position: relative;
    left: 16.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-pull-2,
  .sol-grid .sol-row *.sv-column-pull-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-pull-2,
  .sol-grid .sv-row *.sv-column-pull-2 {
    position: relative;
    left: -16.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-3,
  .sol-grid .sol-row *.sv-column-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-3,
  .sol-grid .sv-row *.sv-column-3 {
    flex: 1 0 25%;
    max-width: 25%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-3,
  .sol-grid .sol-row *.sv-column-push-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-3,
  .sol-grid .sv-row *.sv-column-push-3 {
    position: relative;
    left: 25%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-pull-3,
  .sol-grid .sol-row *.sv-column-pull-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-pull-3,
  .sol-grid .sv-row *.sv-column-pull-3 {
    position: relative;
    left: -25%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-4,
  .sol-grid .sol-row *.sv-column-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-4,
  .sol-grid .sv-row *.sv-column-4 {
    flex: 1 0 33.33333333%;
    max-width: 33.33333333%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-4,
  .sol-grid .sol-row *.sv-column-push-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-4,
  .sol-grid .sv-row *.sv-column-push-4 {
    position: relative;
    left: 33.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-pull-4,
  .sol-grid .sol-row *.sv-column-pull-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-pull-4,
  .sol-grid .sv-row *.sv-column-pull-4 {
    position: relative;
    left: -33.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-5,
  .sol-grid .sol-row *.sv-column-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-5,
  .sol-grid .sv-row *.sv-column-5 {
    flex: 1 0 41.66666667%;
    max-width: 41.66666667%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-5,
  .sol-grid .sol-row *.sv-column-push-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-5,
  .sol-grid .sv-row *.sv-column-push-5 {
    position: relative;
    left: 41.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-pull-5,
  .sol-grid .sol-row *.sv-column-pull-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-pull-5,
  .sol-grid .sv-row *.sv-column-pull-5 {
    position: relative;
    left: -41.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-6,
  .sol-grid .sol-row *.sv-column-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-6,
  .sol-grid .sv-row *.sv-column-6 {
    flex: 1 0 50%;
    max-width: 50%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-6,
  .sol-grid .sol-row *.sv-column-push-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-6,
  .sol-grid .sv-row *.sv-column-push-6 {
    position: relative;
    left: 50%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-pull-6,
  .sol-grid .sol-row *.sv-column-pull-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-pull-6,
  .sol-grid .sv-row *.sv-column-pull-6 {
    position: relative;
    left: -50%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-7,
  .sol-grid .sol-row *.sv-column-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-7,
  .sol-grid .sv-row *.sv-column-7 {
    flex: 1 0 58.33333333%;
    max-width: 58.33333333%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-7,
  .sol-grid .sol-row *.sv-column-push-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-7,
  .sol-grid .sv-row *.sv-column-push-7 {
    position: relative;
    left: 58.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-pull-7,
  .sol-grid .sol-row *.sv-column-pull-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-pull-7,
  .sol-grid .sv-row *.sv-column-pull-7 {
    position: relative;
    left: -58.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-8,
  .sol-grid .sol-row *.sv-column-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-8,
  .sol-grid .sv-row *.sv-column-8 {
    flex: 1 0 66.66666667%;
    max-width: 66.66666667%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-8,
  .sol-grid .sol-row *.sv-column-push-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-8,
  .sol-grid .sv-row *.sv-column-push-8 {
    position: relative;
    left: 66.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-pull-8,
  .sol-grid .sol-row *.sv-column-pull-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-pull-8,
  .sol-grid .sv-row *.sv-column-pull-8 {
    position: relative;
    left: -66.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-9,
  .sol-grid .sol-row *.sv-column-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-9,
  .sol-grid .sv-row *.sv-column-9 {
    flex: 1 0 75%;
    max-width: 75%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-9,
  .sol-grid .sol-row *.sv-column-push-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-9,
  .sol-grid .sv-row *.sv-column-push-9 {
    position: relative;
    left: 75%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-pull-9,
  .sol-grid .sol-row *.sv-column-pull-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-pull-9,
  .sol-grid .sv-row *.sv-column-pull-9 {
    position: relative;
    left: -75%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-10,
  .sol-grid .sol-row *.sv-column-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-10,
  .sol-grid .sv-row *.sv-column-10 {
    flex: 1 0 83.33333333%;
    max-width: 83.33333333%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-10,
  .sol-grid .sol-row *.sv-column-push-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-10,
  .sol-grid .sv-row *.sv-column-push-10 {
    position: relative;
    left: 83.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-pull-10,
  .sol-grid .sol-row *.sv-column-pull-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-pull-10,
  .sol-grid .sv-row *.sv-column-pull-10 {
    position: relative;
    left: -83.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-11,
  .sol-grid .sol-row *.sv-column-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-11,
  .sol-grid .sv-row *.sv-column-11 {
    flex: 1 0 91.66666667%;
    max-width: 91.66666667%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-11,
  .sol-grid .sol-row *.sv-column-push-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-11,
  .sol-grid .sv-row *.sv-column-push-11 {
    position: relative;
    left: 91.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-pull-11,
  .sol-grid .sol-row *.sv-column-pull-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-pull-11,
  .sol-grid .sv-row *.sv-column-pull-11 {
    position: relative;
    left: -91.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-12,
  .sol-grid .sol-row *.sv-column-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-12,
  .sol-grid .sv-row *.sv-column-12 {
    flex: 1 0 100%;
    max-width: 100%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-push-12,
  .sol-grid .sol-row *.sv-column-push-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-push-12,
  .sol-grid .sv-row *.sv-column-push-12 {
    position: relative;
    left: 100%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sv-column-pull-12,
  .sol-grid .sol-row *.sv-column-pull-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sv-column-pull-12,
  .sol-grid .sv-row *.sv-column-pull-12 {
    position: relative;
    left: -100%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row,
  .sol-grid .sol-row,
  .sv-grid-main.sv-fluid-grid .sv-row,
  .sol-grid .sv-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -17px;
    margin-right: -17px;
    justify-content: flex-start;
  }
  .sv-grid-main.sv-fluid-grid .sol-row.sol-row-reverse,
  .sol-grid .sol-row.sol-row-reverse,
  .sv-grid-main.sv-fluid-grid .sv-row.sol-row-reverse,
  .sol-grid .sv-row.sol-row-reverse {
    flex-direction: row-reverse;
  }
  .sv-grid-main.sv-fluid-grid .sol-row.sol-row-center,
  .sol-grid .sol-row.sol-row-center,
  .sv-grid-main.sv-fluid-grid .sv-row.sol-row-center,
  .sol-grid .sv-row.sol-row-center {
    justify-content: center;
  }
  .sv-grid-main.sv-fluid-grid .sol-row::before,
  .sol-grid .sol-row::before,
  .sv-grid-main.sv-fluid-grid .sv-row::before,
  .sol-grid .sv-row::before,
  .sv-grid-main.sv-fluid-grid .sol-row::after,
  .sol-grid .sol-row::after,
  .sv-grid-main.sv-fluid-grid .sv-row::after,
  .sol-grid .sv-row::after {
    display: none;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-1,
  .sol-grid .sol-row *.sol-col-lg-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-1,
  .sol-grid .sv-row *.sol-col-lg-1 {
    flex: 1 0 8.33333333%;
    max-width: 8.33333333%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-push-1,
  .sol-grid .sol-row *.sol-col-lg-push-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-push-1,
  .sol-grid .sv-row *.sol-col-lg-push-1 {
    position: relative;
    left: 8.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-pull-1,
  .sol-grid .sol-row *.sol-col-lg-pull-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-pull-1,
  .sol-grid .sv-row *.sol-col-lg-pull-1 {
    position: relative;
    left: -8.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-2,
  .sol-grid .sol-row *.sol-col-lg-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-2,
  .sol-grid .sv-row *.sol-col-lg-2 {
    flex: 1 0 16.66666667%;
    max-width: 16.66666667%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-push-2,
  .sol-grid .sol-row *.sol-col-lg-push-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-push-2,
  .sol-grid .sv-row *.sol-col-lg-push-2 {
    position: relative;
    left: 16.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-pull-2,
  .sol-grid .sol-row *.sol-col-lg-pull-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-pull-2,
  .sol-grid .sv-row *.sol-col-lg-pull-2 {
    position: relative;
    left: -16.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-3,
  .sol-grid .sol-row *.sol-col-lg-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-3,
  .sol-grid .sv-row *.sol-col-lg-3 {
    flex: 1 0 25%;
    max-width: 25%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-push-3,
  .sol-grid .sol-row *.sol-col-lg-push-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-push-3,
  .sol-grid .sv-row *.sol-col-lg-push-3 {
    position: relative;
    left: 25%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-pull-3,
  .sol-grid .sol-row *.sol-col-lg-pull-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-pull-3,
  .sol-grid .sv-row *.sol-col-lg-pull-3 {
    position: relative;
    left: -25%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-4,
  .sol-grid .sol-row *.sol-col-lg-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-4,
  .sol-grid .sv-row *.sol-col-lg-4 {
    flex: 1 0 33.33333333%;
    max-width: 33.33333333%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-push-4,
  .sol-grid .sol-row *.sol-col-lg-push-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-push-4,
  .sol-grid .sv-row *.sol-col-lg-push-4 {
    position: relative;
    left: 33.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-pull-4,
  .sol-grid .sol-row *.sol-col-lg-pull-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-pull-4,
  .sol-grid .sv-row *.sol-col-lg-pull-4 {
    position: relative;
    left: -33.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-5,
  .sol-grid .sol-row *.sol-col-lg-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-5,
  .sol-grid .sv-row *.sol-col-lg-5 {
    flex: 1 0 41.66666667%;
    max-width: 41.66666667%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-push-5,
  .sol-grid .sol-row *.sol-col-lg-push-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-push-5,
  .sol-grid .sv-row *.sol-col-lg-push-5 {
    position: relative;
    left: 41.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-pull-5,
  .sol-grid .sol-row *.sol-col-lg-pull-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-pull-5,
  .sol-grid .sv-row *.sol-col-lg-pull-5 {
    position: relative;
    left: -41.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-6,
  .sol-grid .sol-row *.sol-col-lg-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-6,
  .sol-grid .sv-row *.sol-col-lg-6 {
    flex: 1 0 50%;
    max-width: 50%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-push-6,
  .sol-grid .sol-row *.sol-col-lg-push-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-push-6,
  .sol-grid .sv-row *.sol-col-lg-push-6 {
    position: relative;
    left: 50%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-pull-6,
  .sol-grid .sol-row *.sol-col-lg-pull-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-pull-6,
  .sol-grid .sv-row *.sol-col-lg-pull-6 {
    position: relative;
    left: -50%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-7,
  .sol-grid .sol-row *.sol-col-lg-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-7,
  .sol-grid .sv-row *.sol-col-lg-7 {
    flex: 1 0 58.33333333%;
    max-width: 58.33333333%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-push-7,
  .sol-grid .sol-row *.sol-col-lg-push-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-push-7,
  .sol-grid .sv-row *.sol-col-lg-push-7 {
    position: relative;
    left: 58.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-pull-7,
  .sol-grid .sol-row *.sol-col-lg-pull-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-pull-7,
  .sol-grid .sv-row *.sol-col-lg-pull-7 {
    position: relative;
    left: -58.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-8,
  .sol-grid .sol-row *.sol-col-lg-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-8,
  .sol-grid .sv-row *.sol-col-lg-8 {
    flex: 1 0 66.66666667%;
    max-width: 66.66666667%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-push-8,
  .sol-grid .sol-row *.sol-col-lg-push-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-push-8,
  .sol-grid .sv-row *.sol-col-lg-push-8 {
    position: relative;
    left: 66.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-pull-8,
  .sol-grid .sol-row *.sol-col-lg-pull-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-pull-8,
  .sol-grid .sv-row *.sol-col-lg-pull-8 {
    position: relative;
    left: -66.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-9,
  .sol-grid .sol-row *.sol-col-lg-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-9,
  .sol-grid .sv-row *.sol-col-lg-9 {
    flex: 1 0 75%;
    max-width: 75%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-push-9,
  .sol-grid .sol-row *.sol-col-lg-push-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-push-9,
  .sol-grid .sv-row *.sol-col-lg-push-9 {
    position: relative;
    left: 75%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-pull-9,
  .sol-grid .sol-row *.sol-col-lg-pull-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-pull-9,
  .sol-grid .sv-row *.sol-col-lg-pull-9 {
    position: relative;
    left: -75%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-10,
  .sol-grid .sol-row *.sol-col-lg-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-10,
  .sol-grid .sv-row *.sol-col-lg-10 {
    flex: 1 0 83.33333333%;
    max-width: 83.33333333%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-push-10,
  .sol-grid .sol-row *.sol-col-lg-push-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-push-10,
  .sol-grid .sv-row *.sol-col-lg-push-10 {
    position: relative;
    left: 83.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-pull-10,
  .sol-grid .sol-row *.sol-col-lg-pull-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-pull-10,
  .sol-grid .sv-row *.sol-col-lg-pull-10 {
    position: relative;
    left: -83.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-11,
  .sol-grid .sol-row *.sol-col-lg-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-11,
  .sol-grid .sv-row *.sol-col-lg-11 {
    flex: 1 0 91.66666667%;
    max-width: 91.66666667%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-push-11,
  .sol-grid .sol-row *.sol-col-lg-push-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-push-11,
  .sol-grid .sv-row *.sol-col-lg-push-11 {
    position: relative;
    left: 91.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-pull-11,
  .sol-grid .sol-row *.sol-col-lg-pull-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-pull-11,
  .sol-grid .sv-row *.sol-col-lg-pull-11 {
    position: relative;
    left: -91.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-12,
  .sol-grid .sol-row *.sol-col-lg-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-12,
  .sol-grid .sv-row *.sol-col-lg-12 {
    flex: 1 0 100%;
    max-width: 100%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-push-12,
  .sol-grid .sol-row *.sol-col-lg-push-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-push-12,
  .sol-grid .sv-row *.sol-col-lg-push-12 {
    position: relative;
    left: 100%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-lg-pull-12,
  .sol-grid .sol-row *.sol-col-lg-pull-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-lg-pull-12,
  .sol-grid .sv-row *.sol-col-lg-pull-12 {
    position: relative;
    left: -100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 991px) {
  .sv-grid-main.sv-fluid-grid .sol-row,
  .sol-grid .sol-row,
  .sv-grid-main.sv-fluid-grid .sv-row,
  .sol-grid .sv-row {
    margin-left: -8.5px;
    margin-right: -8.5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (max-width: 991px) {
  .sv-grid-main.sv-fluid-grid .sol-row,
  .sol-grid .sol-row,
  .sv-grid-main.sv-fluid-grid .sv-row,
  .sol-grid .sv-row {
    margin-left: -8.5px;
    margin-right: -8.5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sv-grid-main.sv-fluid-grid .sol-row,
  .sol-grid .sol-row,
  .sv-grid-main.sv-fluid-grid .sv-row,
  .sol-grid .sv-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -17px;
    margin-right: -17px;
    justify-content: flex-start;
  }
  .sv-grid-main.sv-fluid-grid .sol-row.sol-row-reverse,
  .sol-grid .sol-row.sol-row-reverse,
  .sv-grid-main.sv-fluid-grid .sv-row.sol-row-reverse,
  .sol-grid .sv-row.sol-row-reverse {
    flex-direction: row-reverse;
  }
  .sv-grid-main.sv-fluid-grid .sol-row.sol-row-center,
  .sol-grid .sol-row.sol-row-center,
  .sv-grid-main.sv-fluid-grid .sv-row.sol-row-center,
  .sol-grid .sv-row.sol-row-center {
    justify-content: center;
  }
  .sv-grid-main.sv-fluid-grid .sol-row::before,
  .sol-grid .sol-row::before,
  .sv-grid-main.sv-fluid-grid .sv-row::before,
  .sol-grid .sv-row::before,
  .sv-grid-main.sv-fluid-grid .sol-row::after,
  .sol-grid .sol-row::after,
  .sv-grid-main.sv-fluid-grid .sv-row::after,
  .sol-grid .sv-row::after {
    display: none;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-1,
  .sol-grid .sol-row *.sol-col-md-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-1,
  .sol-grid .sv-row *.sol-col-md-1 {
    flex: 1 0 8.33333333%;
    max-width: 8.33333333%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-push-1,
  .sol-grid .sol-row *.sol-col-md-push-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-push-1,
  .sol-grid .sv-row *.sol-col-md-push-1 {
    position: relative;
    left: 8.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-pull-1,
  .sol-grid .sol-row *.sol-col-md-pull-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-pull-1,
  .sol-grid .sv-row *.sol-col-md-pull-1 {
    position: relative;
    left: -8.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-2,
  .sol-grid .sol-row *.sol-col-md-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-2,
  .sol-grid .sv-row *.sol-col-md-2 {
    flex: 1 0 16.66666667%;
    max-width: 16.66666667%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-push-2,
  .sol-grid .sol-row *.sol-col-md-push-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-push-2,
  .sol-grid .sv-row *.sol-col-md-push-2 {
    position: relative;
    left: 16.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-pull-2,
  .sol-grid .sol-row *.sol-col-md-pull-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-pull-2,
  .sol-grid .sv-row *.sol-col-md-pull-2 {
    position: relative;
    left: -16.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-3,
  .sol-grid .sol-row *.sol-col-md-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-3,
  .sol-grid .sv-row *.sol-col-md-3 {
    flex: 1 0 25%;
    max-width: 25%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-push-3,
  .sol-grid .sol-row *.sol-col-md-push-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-push-3,
  .sol-grid .sv-row *.sol-col-md-push-3 {
    position: relative;
    left: 25%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-pull-3,
  .sol-grid .sol-row *.sol-col-md-pull-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-pull-3,
  .sol-grid .sv-row *.sol-col-md-pull-3 {
    position: relative;
    left: -25%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-4,
  .sol-grid .sol-row *.sol-col-md-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-4,
  .sol-grid .sv-row *.sol-col-md-4 {
    flex: 1 0 33.33333333%;
    max-width: 33.33333333%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-push-4,
  .sol-grid .sol-row *.sol-col-md-push-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-push-4,
  .sol-grid .sv-row *.sol-col-md-push-4 {
    position: relative;
    left: 33.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-pull-4,
  .sol-grid .sol-row *.sol-col-md-pull-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-pull-4,
  .sol-grid .sv-row *.sol-col-md-pull-4 {
    position: relative;
    left: -33.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-5,
  .sol-grid .sol-row *.sol-col-md-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-5,
  .sol-grid .sv-row *.sol-col-md-5 {
    flex: 1 0 41.66666667%;
    max-width: 41.66666667%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-push-5,
  .sol-grid .sol-row *.sol-col-md-push-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-push-5,
  .sol-grid .sv-row *.sol-col-md-push-5 {
    position: relative;
    left: 41.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-pull-5,
  .sol-grid .sol-row *.sol-col-md-pull-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-pull-5,
  .sol-grid .sv-row *.sol-col-md-pull-5 {
    position: relative;
    left: -41.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-6,
  .sol-grid .sol-row *.sol-col-md-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-6,
  .sol-grid .sv-row *.sol-col-md-6 {
    flex: 1 0 50%;
    max-width: 50%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-push-6,
  .sol-grid .sol-row *.sol-col-md-push-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-push-6,
  .sol-grid .sv-row *.sol-col-md-push-6 {
    position: relative;
    left: 50%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-pull-6,
  .sol-grid .sol-row *.sol-col-md-pull-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-pull-6,
  .sol-grid .sv-row *.sol-col-md-pull-6 {
    position: relative;
    left: -50%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-7,
  .sol-grid .sol-row *.sol-col-md-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-7,
  .sol-grid .sv-row *.sol-col-md-7 {
    flex: 1 0 58.33333333%;
    max-width: 58.33333333%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-push-7,
  .sol-grid .sol-row *.sol-col-md-push-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-push-7,
  .sol-grid .sv-row *.sol-col-md-push-7 {
    position: relative;
    left: 58.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-pull-7,
  .sol-grid .sol-row *.sol-col-md-pull-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-pull-7,
  .sol-grid .sv-row *.sol-col-md-pull-7 {
    position: relative;
    left: -58.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-8,
  .sol-grid .sol-row *.sol-col-md-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-8,
  .sol-grid .sv-row *.sol-col-md-8 {
    flex: 1 0 66.66666667%;
    max-width: 66.66666667%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-push-8,
  .sol-grid .sol-row *.sol-col-md-push-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-push-8,
  .sol-grid .sv-row *.sol-col-md-push-8 {
    position: relative;
    left: 66.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-pull-8,
  .sol-grid .sol-row *.sol-col-md-pull-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-pull-8,
  .sol-grid .sv-row *.sol-col-md-pull-8 {
    position: relative;
    left: -66.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-9,
  .sol-grid .sol-row *.sol-col-md-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-9,
  .sol-grid .sv-row *.sol-col-md-9 {
    flex: 1 0 75%;
    max-width: 75%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-push-9,
  .sol-grid .sol-row *.sol-col-md-push-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-push-9,
  .sol-grid .sv-row *.sol-col-md-push-9 {
    position: relative;
    left: 75%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-pull-9,
  .sol-grid .sol-row *.sol-col-md-pull-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-pull-9,
  .sol-grid .sv-row *.sol-col-md-pull-9 {
    position: relative;
    left: -75%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-10,
  .sol-grid .sol-row *.sol-col-md-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-10,
  .sol-grid .sv-row *.sol-col-md-10 {
    flex: 1 0 83.33333333%;
    max-width: 83.33333333%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-push-10,
  .sol-grid .sol-row *.sol-col-md-push-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-push-10,
  .sol-grid .sv-row *.sol-col-md-push-10 {
    position: relative;
    left: 83.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-pull-10,
  .sol-grid .sol-row *.sol-col-md-pull-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-pull-10,
  .sol-grid .sv-row *.sol-col-md-pull-10 {
    position: relative;
    left: -83.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-11,
  .sol-grid .sol-row *.sol-col-md-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-11,
  .sol-grid .sv-row *.sol-col-md-11 {
    flex: 1 0 91.66666667%;
    max-width: 91.66666667%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-push-11,
  .sol-grid .sol-row *.sol-col-md-push-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-push-11,
  .sol-grid .sv-row *.sol-col-md-push-11 {
    position: relative;
    left: 91.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-pull-11,
  .sol-grid .sol-row *.sol-col-md-pull-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-pull-11,
  .sol-grid .sv-row *.sol-col-md-pull-11 {
    position: relative;
    left: -91.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-12,
  .sol-grid .sol-row *.sol-col-md-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-12,
  .sol-grid .sv-row *.sol-col-md-12 {
    flex: 1 0 100%;
    max-width: 100%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-push-12,
  .sol-grid .sol-row *.sol-col-md-push-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-push-12,
  .sol-grid .sv-row *.sol-col-md-push-12 {
    position: relative;
    left: 100%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-md-pull-12,
  .sol-grid .sol-row *.sol-col-md-pull-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-md-pull-12,
  .sol-grid .sv-row *.sol-col-md-pull-12 {
    position: relative;
    left: -100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (max-width: 991px) {
  .sv-grid-main.sv-fluid-grid .sol-row,
  .sol-grid .sol-row,
  .sv-grid-main.sv-fluid-grid .sv-row,
  .sol-grid .sv-row {
    margin-left: -8.5px;
    margin-right: -8.5px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sv-grid-main.sv-fluid-grid .sol-row,
  .sol-grid .sol-row,
  .sv-grid-main.sv-fluid-grid .sv-row,
  .sol-grid .sv-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -17px;
    margin-right: -17px;
    justify-content: flex-start;
  }
  .sv-grid-main.sv-fluid-grid .sol-row.sol-row-reverse,
  .sol-grid .sol-row.sol-row-reverse,
  .sv-grid-main.sv-fluid-grid .sv-row.sol-row-reverse,
  .sol-grid .sv-row.sol-row-reverse {
    flex-direction: row-reverse;
  }
  .sv-grid-main.sv-fluid-grid .sol-row.sol-row-center,
  .sol-grid .sol-row.sol-row-center,
  .sv-grid-main.sv-fluid-grid .sv-row.sol-row-center,
  .sol-grid .sv-row.sol-row-center {
    justify-content: center;
  }
  .sv-grid-main.sv-fluid-grid .sol-row::before,
  .sol-grid .sol-row::before,
  .sv-grid-main.sv-fluid-grid .sv-row::before,
  .sol-grid .sv-row::before,
  .sv-grid-main.sv-fluid-grid .sol-row::after,
  .sol-grid .sol-row::after,
  .sv-grid-main.sv-fluid-grid .sv-row::after,
  .sol-grid .sv-row::after {
    display: none;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-1,
  .sol-grid .sol-row *.sol-col-sm-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-1,
  .sol-grid .sv-row *.sol-col-sm-1 {
    flex: 1 0 8.33333333%;
    max-width: 8.33333333%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-push-1,
  .sol-grid .sol-row *.sol-col-sm-push-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-push-1,
  .sol-grid .sv-row *.sol-col-sm-push-1 {
    position: relative;
    left: 8.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-pull-1,
  .sol-grid .sol-row *.sol-col-sm-pull-1,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-pull-1,
  .sol-grid .sv-row *.sol-col-sm-pull-1 {
    position: relative;
    left: -8.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-2,
  .sol-grid .sol-row *.sol-col-sm-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-2,
  .sol-grid .sv-row *.sol-col-sm-2 {
    flex: 1 0 16.66666667%;
    max-width: 16.66666667%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-push-2,
  .sol-grid .sol-row *.sol-col-sm-push-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-push-2,
  .sol-grid .sv-row *.sol-col-sm-push-2 {
    position: relative;
    left: 16.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-pull-2,
  .sol-grid .sol-row *.sol-col-sm-pull-2,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-pull-2,
  .sol-grid .sv-row *.sol-col-sm-pull-2 {
    position: relative;
    left: -16.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-3,
  .sol-grid .sol-row *.sol-col-sm-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-3,
  .sol-grid .sv-row *.sol-col-sm-3 {
    flex: 1 0 25%;
    max-width: 25%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-push-3,
  .sol-grid .sol-row *.sol-col-sm-push-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-push-3,
  .sol-grid .sv-row *.sol-col-sm-push-3 {
    position: relative;
    left: 25%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-pull-3,
  .sol-grid .sol-row *.sol-col-sm-pull-3,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-pull-3,
  .sol-grid .sv-row *.sol-col-sm-pull-3 {
    position: relative;
    left: -25%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-4,
  .sol-grid .sol-row *.sol-col-sm-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-4,
  .sol-grid .sv-row *.sol-col-sm-4 {
    flex: 1 0 33.33333333%;
    max-width: 33.33333333%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-push-4,
  .sol-grid .sol-row *.sol-col-sm-push-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-push-4,
  .sol-grid .sv-row *.sol-col-sm-push-4 {
    position: relative;
    left: 33.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-pull-4,
  .sol-grid .sol-row *.sol-col-sm-pull-4,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-pull-4,
  .sol-grid .sv-row *.sol-col-sm-pull-4 {
    position: relative;
    left: -33.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-5,
  .sol-grid .sol-row *.sol-col-sm-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-5,
  .sol-grid .sv-row *.sol-col-sm-5 {
    flex: 1 0 41.66666667%;
    max-width: 41.66666667%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-push-5,
  .sol-grid .sol-row *.sol-col-sm-push-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-push-5,
  .sol-grid .sv-row *.sol-col-sm-push-5 {
    position: relative;
    left: 41.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-pull-5,
  .sol-grid .sol-row *.sol-col-sm-pull-5,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-pull-5,
  .sol-grid .sv-row *.sol-col-sm-pull-5 {
    position: relative;
    left: -41.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-6,
  .sol-grid .sol-row *.sol-col-sm-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-6,
  .sol-grid .sv-row *.sol-col-sm-6 {
    flex: 1 0 50%;
    max-width: 50%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-push-6,
  .sol-grid .sol-row *.sol-col-sm-push-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-push-6,
  .sol-grid .sv-row *.sol-col-sm-push-6 {
    position: relative;
    left: 50%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-pull-6,
  .sol-grid .sol-row *.sol-col-sm-pull-6,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-pull-6,
  .sol-grid .sv-row *.sol-col-sm-pull-6 {
    position: relative;
    left: -50%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-7,
  .sol-grid .sol-row *.sol-col-sm-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-7,
  .sol-grid .sv-row *.sol-col-sm-7 {
    flex: 1 0 58.33333333%;
    max-width: 58.33333333%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-push-7,
  .sol-grid .sol-row *.sol-col-sm-push-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-push-7,
  .sol-grid .sv-row *.sol-col-sm-push-7 {
    position: relative;
    left: 58.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-pull-7,
  .sol-grid .sol-row *.sol-col-sm-pull-7,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-pull-7,
  .sol-grid .sv-row *.sol-col-sm-pull-7 {
    position: relative;
    left: -58.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-8,
  .sol-grid .sol-row *.sol-col-sm-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-8,
  .sol-grid .sv-row *.sol-col-sm-8 {
    flex: 1 0 66.66666667%;
    max-width: 66.66666667%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-push-8,
  .sol-grid .sol-row *.sol-col-sm-push-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-push-8,
  .sol-grid .sv-row *.sol-col-sm-push-8 {
    position: relative;
    left: 66.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-pull-8,
  .sol-grid .sol-row *.sol-col-sm-pull-8,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-pull-8,
  .sol-grid .sv-row *.sol-col-sm-pull-8 {
    position: relative;
    left: -66.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-9,
  .sol-grid .sol-row *.sol-col-sm-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-9,
  .sol-grid .sv-row *.sol-col-sm-9 {
    flex: 1 0 75%;
    max-width: 75%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-push-9,
  .sol-grid .sol-row *.sol-col-sm-push-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-push-9,
  .sol-grid .sv-row *.sol-col-sm-push-9 {
    position: relative;
    left: 75%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-pull-9,
  .sol-grid .sol-row *.sol-col-sm-pull-9,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-pull-9,
  .sol-grid .sv-row *.sol-col-sm-pull-9 {
    position: relative;
    left: -75%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-10,
  .sol-grid .sol-row *.sol-col-sm-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-10,
  .sol-grid .sv-row *.sol-col-sm-10 {
    flex: 1 0 83.33333333%;
    max-width: 83.33333333%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-push-10,
  .sol-grid .sol-row *.sol-col-sm-push-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-push-10,
  .sol-grid .sv-row *.sol-col-sm-push-10 {
    position: relative;
    left: 83.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-pull-10,
  .sol-grid .sol-row *.sol-col-sm-pull-10,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-pull-10,
  .sol-grid .sv-row *.sol-col-sm-pull-10 {
    position: relative;
    left: -83.33333333%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-11,
  .sol-grid .sol-row *.sol-col-sm-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-11,
  .sol-grid .sv-row *.sol-col-sm-11 {
    flex: 1 0 91.66666667%;
    max-width: 91.66666667%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-push-11,
  .sol-grid .sol-row *.sol-col-sm-push-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-push-11,
  .sol-grid .sv-row *.sol-col-sm-push-11 {
    position: relative;
    left: 91.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-pull-11,
  .sol-grid .sol-row *.sol-col-sm-pull-11,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-pull-11,
  .sol-grid .sv-row *.sol-col-sm-pull-11 {
    position: relative;
    left: -91.66666667%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-12,
  .sol-grid .sol-row *.sol-col-sm-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-12,
  .sol-grid .sv-row *.sol-col-sm-12 {
    flex: 1 0 100%;
    max-width: 100%;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-push-12,
  .sol-grid .sol-row *.sol-col-sm-push-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-push-12,
  .sol-grid .sv-row *.sol-col-sm-push-12 {
    position: relative;
    left: 100%;
  }
  .sv-grid-main.sv-fluid-grid .sol-row *.sol-col-sm-pull-12,
  .sol-grid .sol-row *.sol-col-sm-pull-12,
  .sv-grid-main.sv-fluid-grid .sv-row *.sol-col-sm-pull-12,
  .sol-grid .sv-row *.sol-col-sm-pull-12 {
    position: relative;
    left: -100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) and (max-width: 991px) {
  .sv-grid-main.sv-fluid-grid .sol-row,
  .sol-grid .sol-row,
  .sv-grid-main.sv-fluid-grid .sv-row,
  .sol-grid .sv-row {
    margin-left: -8.5px;
    margin-right: -8.5px;
  }
}
.sv-grid-main.sv-fluid-grid *[class*=sol-col-],
.sol-grid *[class*=sol-col-],
.sv-grid-main.sv-fluid-grid *[class*=sv-column-],
.sol-grid *[class*=sv-column-] {
  flex: 1 0 100%;
  max-width: 100%;
  width: auto;
  float: none !important;
  display: block;
  padding-left: 17px;
  padding-right: 17px;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .sv-grid-main.sv-fluid-grid *[class*=sol-col-],
  .sol-grid *[class*=sol-col-],
  .sv-grid-main.sv-fluid-grid *[class*=sv-column-],
  .sol-grid *[class*=sv-column-] {
    padding-left: 8.5px;
    padding-right: 8.5px;
  }
}
.sol-show-lg,
.sol-show-md,
.sol-show-sm,
.sol-show-xl,
.sol-show-xs {
  display: none !important;
}
@media (min-width: 1200px) {
  .sol-hide-xl {
    display: none !important;
  }
  .sol-show-xl {
    display: inherit !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sol-hide-lg {
    display: none !important;
  }
  .sol-show-lg {
    display: inherit !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sol-hide-md {
    display: none !important;
  }
  .sol-show-md {
    display: inherit !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sol-hide-sm {
    display: none !important;
  }
  .sol-show-sm {
    display: inherit !important;
  }
}
@media (max-width: 479px) {
  .sol-hide-xs {
    display: none !important;
  }
  .sol-show-xs {
    display: inherit !important;
  }
}
/* NOTE: ska det ligga här? */
.sv-row > .sv-layout {
  padding-top: 10px;
}
.sv-row > .sv-layout:first-child {
  padding-top: 0;
}
@media (min-width: 992px) {
  .sv-row > .sv-layout {
    padding: 0;
  }
}
/* lessfile: mixins.less */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.no-appearance-sc {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  text-shadow: none;
  background-image: none;
  box-shadow: none;
  padding: 0;
  line-height: 1.5;
}
.no-appearance-sc:hover {
  background: none;
  border: none;
}
.no-appearance-sc:active {
  background: none;
  box-shadow: none;
}
.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-icon__row1col1 {
  max-height: 100px;
}
.sol-icon__row1col1::after {
  height: 100px;
  width: 50px;
}
.sol-icon__row1col1.sol-icon-edge {
  height: 100px;
  width: 50px;
}
.sol-icon__row1col1.sol-icon-edge::after {
  transform: scale(0.5);
  height: 200px;
  width: 100px;
  margin-top: -50px;
  margin-left: -25px;
}
.sol-icon__row1col1::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/row1col1.svg');
}
.sol-icon__row1col2 {
  max-height: 100px;
}
.sol-icon__row1col2::after {
  height: 100px;
  width: 50px;
}
.sol-icon__row1col2.sol-icon-edge {
  height: 100px;
  width: 50px;
}
.sol-icon__row1col2.sol-icon-edge::after {
  transform: scale(0.5);
  height: 200px;
  width: 100px;
  margin-top: -50px;
  margin-left: -25px;
}
.sol-icon__row1col2::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/row1col2.svg');
}
.sol-icon__row1col3 {
  max-height: 100px;
}
.sol-icon__row1col3::after {
  height: 100px;
  width: 50px;
}
.sol-icon__row1col3.sol-icon-edge {
  height: 100px;
  width: 50px;
}
.sol-icon__row1col3.sol-icon-edge::after {
  transform: scale(0.5);
  height: 200px;
  width: 100px;
  margin-top: -50px;
  margin-left: -25px;
}
.sol-icon__row1col3::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/row1col3.svg');
}
.sol-icon__row1col4 {
  max-height: 100px;
}
.sol-icon__row1col4::after {
  height: 100px;
  width: 50px;
}
.sol-icon__row1col4.sol-icon-edge {
  height: 100px;
  width: 50px;
}
.sol-icon__row1col4.sol-icon-edge::after {
  transform: scale(0.5);
  height: 200px;
  width: 100px;
  margin-top: -50px;
  margin-left: -25px;
}
.sol-icon__row1col4::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/row1col4.svg');
}
.sol-icon__row1col5 {
  max-height: 100px;
}
.sol-icon__row1col5::after {
  height: 100px;
  width: 50px;
}
.sol-icon__row1col5.sol-icon-edge {
  height: 100px;
  width: 50px;
}
.sol-icon__row1col5.sol-icon-edge::after {
  transform: scale(0.5);
  height: 200px;
  width: 100px;
  margin-top: -50px;
  margin-left: -25px;
}
.sol-icon__row1col5::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/row1col5.svg');
}
.sol-icon__row1col6 {
  max-height: 100px;
}
.sol-icon__row1col6::after {
  height: 100px;
  width: 50px;
}
.sol-icon__row1col6.sol-icon-edge {
  height: 100px;
  width: 50px;
}
.sol-icon__row1col6.sol-icon-edge::after {
  transform: scale(0.5);
  height: 200px;
  width: 100px;
  margin-top: -50px;
  margin-left: -25px;
}
.sol-icon__row1col6::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/row1col6.svg');
}
.sol-icon__row2col1 {
  max-height: 100px;
}
.sol-icon__row2col1::after {
  height: 100px;
  width: 50px;
}
.sol-icon__row2col1.sol-icon-edge {
  height: 100px;
  width: 50px;
}
.sol-icon__row2col1.sol-icon-edge::after {
  transform: scale(0.5);
  height: 200px;
  width: 100px;
  margin-top: -50px;
  margin-left: -25px;
}
.sol-icon__row2col1::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/row2col1.svg');
}
.sol-icon__row2col2 {
  max-height: 100px;
}
.sol-icon__row2col2::after {
  height: 100px;
  width: 50px;
}
.sol-icon__row2col2.sol-icon-edge {
  height: 100px;
  width: 50px;
}
.sol-icon__row2col2.sol-icon-edge::after {
  transform: scale(0.5);
  height: 200px;
  width: 100px;
  margin-top: -50px;
  margin-left: -25px;
}
.sol-icon__row2col2::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/row2col2.svg');
}
.sol-icon__row2col3 {
  max-height: 100px;
}
.sol-icon__row2col3::after {
  height: 100px;
  width: 50px;
}
.sol-icon__row2col3.sol-icon-edge {
  height: 100px;
  width: 50px;
}
.sol-icon__row2col3.sol-icon-edge::after {
  transform: scale(0.5);
  height: 200px;
  width: 100px;
  margin-top: -50px;
  margin-left: -25px;
}
.sol-icon__row2col3::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/row2col3.svg');
}
.sol-icon__row2col4 {
  max-height: 100px;
}
.sol-icon__row2col4::after {
  height: 100px;
  width: 50px;
}
.sol-icon__row2col4.sol-icon-edge {
  height: 100px;
  width: 50px;
}
.sol-icon__row2col4.sol-icon-edge::after {
  transform: scale(0.5);
  height: 200px;
  width: 100px;
  margin-top: -50px;
  margin-left: -25px;
}
.sol-icon__row2col4::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/row2col4.svg');
}
.sol-icon__row2col5 {
  max-height: 100px;
}
.sol-icon__row2col5::after {
  height: 100px;
  width: 50px;
}
.sol-icon__row2col5.sol-icon-edge {
  height: 100px;
  width: 50px;
}
.sol-icon__row2col5.sol-icon-edge::after {
  transform: scale(0.5);
  height: 200px;
  width: 100px;
  margin-top: -50px;
  margin-left: -25px;
}
.sol-icon__row2col5::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/row2col5.svg');
}
.sol-icon__row2col6 {
  max-height: 100px;
}
.sol-icon__row2col6::after {
  height: 100px;
  width: 50px;
}
.sol-icon__row2col6.sol-icon-edge {
  height: 100px;
  width: 50px;
}
.sol-icon__row2col6.sol-icon-edge::after {
  transform: scale(0.5);
  height: 200px;
  width: 100px;
  margin-top: -50px;
  margin-left: -25px;
}
.sol-icon__row2col6::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/row2col6.svg');
}
.sol-icon__arrow {
  max-height: 100px;
}
.sol-icon__arrow::after {
  height: 100px;
  width: 50px;
}
.sol-icon__arrow.sol-icon-edge {
  height: 100px;
  width: 50px;
}
.sol-icon__arrow.sol-icon-edge::after {
  transform: scale(0.5);
  height: 200px;
  width: 100px;
  margin-top: -50px;
  margin-left: -25px;
}
.sol-icon__arrow::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/arrows.svg');
}
.sol-icon__owl {
  max-height: 100px;
}
.sol-icon__owl::after {
  height: 100px;
  width: 50px;
}
.sol-icon__owl.sol-icon-edge {
  height: 100px;
  width: 50px;
}
.sol-icon__owl.sol-icon-edge::after {
  transform: scale(0.5);
  height: 200px;
  width: 100px;
  margin-top: -50px;
  margin-left: -25px;
}
.sol-icon__owl::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/owl.svg');
}
.sol-icon__gender {
  max-height: 100px;
}
.sol-icon__gender::after {
  height: 100px;
  width: 50px;
}
.sol-icon__gender.sol-icon-edge {
  height: 100px;
  width: 50px;
}
.sol-icon__gender.sol-icon-edge::after {
  transform: scale(0.5);
  height: 200px;
  width: 100px;
  margin-top: -50px;
  margin-left: -25px;
}
.sol-icon__gender::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/gender.svg');
}
.sol-icon__environment {
  max-height: 100px;
}
.sol-icon__environment::after {
  height: 100px;
  width: 50px;
}
.sol-icon__environment.sol-icon-edge {
  height: 100px;
  width: 50px;
}
.sol-icon__environment.sol-icon-edge::after {
  transform: scale(0.5);
  height: 200px;
  width: 100px;
  margin-top: -50px;
  margin-left: -25px;
}
.sol-icon__environment::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/environment.svg');
}
.sol-icon__national {
  max-height: 100px;
}
.sol-icon__national::after {
  height: 100px;
  width: 50px;
}
.sol-icon__national.sol-icon-edge {
  height: 100px;
  width: 50px;
}
.sol-icon__national.sol-icon-edge::after {
  transform: scale(0.5);
  height: 200px;
  width: 100px;
  margin-top: -50px;
  margin-left: -25px;
}
.sol-icon__national::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/national.svg');
}
.sol-icon__kidney {
  max-height: 100px;
}
.sol-icon__kidney::after {
  height: 100px;
  width: 50px;
}
.sol-icon__kidney.sol-icon-edge {
  height: 100px;
  width: 50px;
}
.sol-icon__kidney.sol-icon-edge::after {
  transform: scale(0.5);
  height: 200px;
  width: 100px;
  margin-top: -50px;
  margin-left: -25px;
}
.sol-icon__kidney::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/kidney.svg');
}
.sol-icon__head {
  max-height: 100px;
}
.sol-icon__head::after {
  height: 100px;
  width: 50px;
}
.sol-icon__head.sol-icon-edge {
  height: 100px;
  width: 50px;
}
.sol-icon__head.sol-icon-edge::after {
  transform: scale(0.5);
  height: 200px;
  width: 100px;
  margin-top: -50px;
  margin-left: -25px;
}
.sol-icon__head::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/head.svg');
}
.sol-icon__graphs {
  max-height: 100px;
}
.sol-icon__graphs::after {
  height: 100px;
  width: 50px;
}
.sol-icon__graphs.sol-icon-edge {
  height: 100px;
  width: 50px;
}
.sol-icon__graphs.sol-icon-edge::after {
  transform: scale(0.5);
  height: 200px;
  width: 100px;
  margin-top: -50px;
  margin-left: -25px;
}
.sol-icon__graphs::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/graphs.svg');
}
.sol-icon__strama {
  max-height: 100px;
}
.sol-icon__strama::after {
  height: 100px;
  width: 50px;
}
.sol-icon__strama.sol-icon-edge {
  height: 100px;
  width: 50px;
}
.sol-icon__strama.sol-icon-edge::after {
  transform: scale(0.5);
  height: 200px;
  width: 100px;
  margin-top: -50px;
  margin-left: -25px;
}
.sol-icon__strama::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/strama.svg');
}
.sol-icon__heart {
  max-height: 100px;
}
.sol-icon__heart::after {
  height: 100px;
  width: 50px;
}
.sol-icon__heart.sol-icon-edge {
  height: 100px;
  width: 50px;
}
.sol-icon__heart.sol-icon-edge::after {
  transform: scale(0.5);
  height: 200px;
  width: 100px;
  margin-top: -50px;
  margin-left: -25px;
}
.sol-icon__heart::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/heart.svg');
}
.sol-icon__breast-feeding {
  max-height: 100px;
}
.sol-icon__breast-feeding::after {
  height: 100px;
  width: 50px;
}
.sol-icon__breast-feeding.sol-icon-edge {
  height: 100px;
  width: 50px;
}
.sol-icon__breast-feeding.sol-icon-edge::after {
  transform: scale(0.5);
  height: 200px;
  width: 100px;
  margin-top: -50px;
  margin-left: -25px;
}
.sol-icon__breast-feeding::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/breast-feeding.svg');
}
.sol-icon__baby {
  max-height: 100px;
}
.sol-icon__baby::after {
  height: 100px;
  width: 50px;
}
.sol-icon__baby.sol-icon-edge {
  height: 100px;
  width: 50px;
}
.sol-icon__baby.sol-icon-edge::after {
  transform: scale(0.5);
  height: 200px;
  width: 100px;
  margin-top: -50px;
  margin-left: -25px;
}
.sol-icon__baby::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/baby.svg');
}
.sol-icon__interactions {
  max-height: 100px;
}
.sol-icon__interactions::after {
  height: 100px;
  width: 50px;
}
.sol-icon__interactions.sol-icon-edge {
  height: 100px;
  width: 50px;
}
.sol-icon__interactions.sol-icon-edge::after {
  transform: scale(0.5);
  height: 200px;
  width: 100px;
  margin-top: -50px;
  margin-left: -25px;
}
.sol-icon__interactions::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/interactions.svg');
}
.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--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__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');
}
/* CSS för menyn ligger i "menu.less" */
.sll-header {
  background-color: #002d5a;
  /* Sökrutan */
  /* Sök-knappen */
  /* Label-texten i sökrutan */
}
.sll-header *,
.sll-header .font-normal {
  color: white;
}
.sll-header .sv-row {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .sll-header .sv-row {
    margin-left: -8.5px;
    margin-right: -8.5px;
  }
}
.sll-header .sv-html-portlet {
  width: 49%;
}
@media (max-width: 767px) {
  .sll-header .sv-html-portlet {
    width: 91%;
  }
}
@media only screen and (device-width: 360px) and (device-height: 740px) {
}
.sll-header .sv-html-portlet .sol-icon__januslogo {
  background-repeat: no-repeat;
  height: 50px;
  width: 100%;
}
.sll-header .sv-html-portlet .sol-icon__januslogo::after {
  content: '';
  background-image: url('/webdav/files/System/resources/graphics/icons/Janusinfo_Vit.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: left;
  height: 75px;
  width: 100%;
  width: 310px;
  float: left;
  margin-top: -15px;
}
@media screen and (max-width: 767px) and (min-width: 327px) {
  .sll-header .sv-html-portlet .sol-icon__januslogo::after {
    width: 240px;
    margin-top: -10px;
  }
}
@media screen and (max-width: 327px) and (min-width: 287px) {
  .sll-header .sv-html-portlet .sol-icon__januslogo::after {
    width: 200px;
    margin-top: -3px;
  }
}
@media screen and (max-width: 287px) and (min-width: 267px) {
  .sll-header .sv-html-portlet .sol-icon__januslogo::after {
    width: 170px;
    margin-top: -1px;
  }
}
@media screen and (max-width: 267px) and (min-width: 200px) {
  .sll-header .sv-html-portlet .sol-icon__januslogo::after {
    width: 150px;
    margin-top: -1px;
  }
}
.sll-header .sv-html-portlet .sol-icon__januslogoText::after {
  background-image: url('/webdav/files/System/resources/graphics/icons/JanusInfoBaraText.svg');
}
.sll-header input[type="text"] {
  padding-left: 1em;
  color: black;
  width: 99.25%;
  border-radius: 50px;
  margin-top: 2em;
  height: 2em;
  border: none;
  outline: none;
}
@media screen and (max-width: 1100px) and (min-width: 767px) {
  .sll-header input[type="text"] {
    width: 99%;
  }
}
@media screen and (max-width: 767px) and (min-width: 720px) {
  .sll-header input[type="text"] {
    width: 98.5%;
  }
}
@media screen and (max-width: 720px) and (min-width: 677px) {
  .sll-header input[type="text"] {
    width: 98.4%;
  }
}
@media screen and (max-width: 677px) and (min-width: 650px) {
  .sll-header input[type="text"] {
    width: 98.2%;
  }
}
@media screen and (max-width: 650px) and (min-width: 604px) {
  .sll-header input[type="text"] {
    width: 98.2%;
  }
}
@media screen and (max-width: 604px) and (min-width: 595px) {
  .sll-header input[type="text"] {
    width: 98%;
  }
}
@media screen and (max-width: 595px) and (min-width: 540px) {
  .sll-header input[type="text"] {
    width: 97.8%;
  }
}
@media screen and (max-width: 540px) and (min-width: 498px) {
  .sll-header input[type="text"] {
    width: 97.8%;
  }
}
@media screen and (max-width: 498px) and (min-width: 480px) {
  .sll-header input[type="text"] {
    width: 97.4%;
  }
}
@media screen and (max-width: 480px) and (min-width: 430px) {
  .sll-header input[type="text"] {
    width: 97.4%;
  }
}
@media screen and (max-width: 430px) and (min-width: 396px) {
  .sll-header input[type="text"] {
    width: 97.2%;
  }
}
@media screen and (max-width: 396px) and (min-width: 370px) {
  .sll-header input[type="text"] {
    width: 97%;
  }
}
@media screen and (max-width: 370px) and (min-width: 349px) {
  .sll-header input[type="text"] {
    width: 96.8%;
  }
}
@media screen and (max-width: 349px) and (min-width: 329px) {
  .sll-header input[type="text"] {
    width: 96.6%;
  }
}
@media screen and (max-width: 329px) and (min-width: 312px) {
  .sll-header input[type="text"] {
    width: 96.4%;
  }
}
@media screen and (max-width: 312px) and (min-width: 297px) {
  .sll-header input[type="text"] {
    width: 96.2%;
  }
}
@media screen and (max-width: 297px) {
  .sll-header input[type="text"] {
    width: 96%;
  }
}
.sll-header input[type="text"]:focus {
  outline-width: 1px;
  outline-style: auto;
  outline-color: -webkit-focus-ring-color;
}
.sll-header button[type="submit"] {
  background-color: #002d5a;
  border-radius: 50px !important;
  border-color: #002d5a;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-style: solid;
  display: block;
  width: 1.8em;
  height: 1.8em;
  outline: none;
  float: right;
  margin-top: -1.9em;
  position: relative;
  margin-right: 0.76em;
  color: #002d5a;
  cursor: pointer;
}
.sll-header button[type="submit"] svg {
  margin-top: 2px;
  margin-left: -3px;
}
.sll-header button[type="submit"]:focus {
  outline-width: 2px;
  outline-style: auto;
  outline-color: #cf7b14;
}
.sll-header .sv-vamiddle::placeholder {
  color: black;
}
.sll-header .sv-searchform-portlet {
  margin-top: -1.5em;
  font-size: initial;
}
.sll-header__bottom {
  display: flex;
  align-items: flex-end;
  padding-bottom: 12px;
  padding-top: 1.5em;
  position: relative;
}
@media (max-width: 767px) {
  .sll-header__bottom {
    padding-top: 0.5em;
  }
}
.sll-header__bottom > .sv-image-portlet {
  margin-right: auto;
}
.sll-header__bottom .sv-text-portlet {
  /* Mobil-läge */
}
@media (max-width: 767px) {
  .sll-header__bottom .sv-text-portlet {
    display: none;
  }
}
.sll-header__bottom .sv-text-portlet p.font-normal {
  margin-top: 0;
  margin-bottom: -5px;
  font-size: 16px;
}
@media screen and (max-width: 1350px) {
  .sll-header__bottom .sv-text-portlet p.font-normal {
    max-width: 577px;
  }
}
.sll-header__bottom .sv-script-portlet {
  position: absolute;
  right: 0;
}
@media only screen and (min-width: 767px) {
  .sll-header__bottom .sv-script-portlet {
    margin-left: 4em;
  }
}
.sol-footer-wrapper {
  background-color: #e1ddda;
  border-top: 0 !important;
  /* Nyheter, beslutsstöd, behandling m.m */
  /* Delaknappar */
  /* Logotyp */
}
.sol-footer-wrapper .sv-text-portlet-content .font-normal {
  line-height: 28px;
  font-size: 14px;
  margin-top: 1.1em;
  color: #685c53;
}
@media only screen and (max-width: 991px) and (min-width: 479px) {
  .sol-footer-wrapper .sv-text-portlet {
    padding-left: 8.5px;
  }
}
@media only screen and (max-width: 350px) {
  .sol-footer-wrapper .sv-text-portlet {
    float: none;
  }
}
.sol-footer-wrapper .sv-text-portlet a {
  color: #685c53;
  line-height: 28px;
  font-size: 14px;
}
.sol-footer-wrapper .sv-text-portlet a:hover {
  color: #126998;
}
.sol-footer-wrapper .sv-script-portlet {
  left: 0 !important;
  /* Desktop-läge */
}
@media (min-width: 992px) {
  .sol-footer-wrapper .sv-script-portlet {
    margin-top: -2em;
    left: 3% !important;
  }
}
.sol-footer-wrapper strong {
  font-weight: bold;
}
.sol-footer-wrapper .sharebutton {
  display: inline-block;
  height: 30px;
  margin: 0 1em 0.5em 0;
  padding: 0 16px;
  background-color: #ccc;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
  text-decoration: none;
  background-size: 18px auto;
  background-position: 12px 50%;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
}
.sol-footer-wrapper .sharebuttonlist {
  list-style-type: none;
  margin: 2em;
  margin-left: -5px;
  margin-bottom: -1em;
  padding: 0;
}
.sol-footer-wrapper .sharebuttonlist__item {
  display: inline;
}
@media only screen and (max-width: 991px) and (min-width: 350px) {
  .sol-footer-wrapper .sharebuttonlist {
    margin-left: 7px;
    margin-top: 6px;
    float: left;
  }
}
@media only screen and (max-width: 350px) {
  .sol-footer-wrapper .sharebuttonlist {
    margin-left: -2px;
    margin-top: -15px;
  }
}
.sol-footer-wrapper .sharebutton--facebook {
  background-color: #3b5998;
}
.sol-footer-wrapper .sharebutton--twitter {
  background-color: #00aced;
}
.sol-footer-wrapper .sharebutton--linkedin {
  background-color: #007bb6;
}
.sol-footer-wrapper .sharebutton--email,
.sol-footer-wrapper .sharebutton--print {
  background-color: #e1056d;
}
.sol-footer-wrapper .sharebutton--icon-facebook {
  padding: 0 16px 0 32px;
  background-size: 8px auto;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4IDE3IiB3aWR0aD0iOCIgaGVpZ2h0PSIxOCI+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTggOS4yaC0yLjd2Ny44aC0zLjN2LTcuOGgtMnYtMi43aDJ2LTIuOGMwLTEuOSAxLjMtMy43IDQuMS0zLjcgMS4yIDAgMS45LjEgMS45LjF2Mi43aC0xLjdjLTEgMC0xLjIuNS0xLjIgMS4zdjIuNGgyLjl2Mi43eiIvPjwvc3ZnPg==');
}
.sol-footer-wrapper .sharebutton--icon-twitter {
  padding: 0 16px 0 37px;
  background-size: 16px auto;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNyAxMy43IiB3aWR0aD0iMTYiIGhlaWdodD0iMTMiPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xNyAxLjZjLS42LjMtMS4zLjUtMiAuNS43LS40IDEuMy0xLjEgMS41LTEuOS0uNy40LTEuNC43LTIuMi44LS42LS42LTEuNS0xLTIuNS0xLTIgMC0zLjUgMS42LTMuNSAzLjUgMCAuMyAwIC41LjEuOC0yLjktLjItNS41LTEuNi03LjItMy43LS4zLjUtLjUgMS4xLS41IDEuOCAwIDEuMi42IDIuMyAxLjUgMi45LS42IDAtMS4xLS4yLTEuNi0uNCAwIDEuNyAxLjIgMy4xIDIuOCAzLjQtLjIgMC0uNS4xLS44LjEtLjIgMC0uNCAwLS43LS4xLjQgMS40IDEuNyAyLjQgMy4zIDIuNC0xLjIuOS0yLjcgMS41LTQuMyAxLjVoLS44YzEuNSAxIDMuNCAxLjYgNS4zIDEuNiA2LjQgMCA5LjktNS4zIDkuOS05Ljl2LS40Yy42LS42IDEuMi0xLjIgMS43LTEuOXoiLz48L3N2Zz4=');
}
.sol-footer-wrapper .sharebutton--icon-linkedin {
  padding: 0 16px 0 37px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NDAiIGhlaWdodD0iNjQwIiB2aWV3Qm94PSIwIDAgNjQwIDY0MCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTMyMCAxMi44Yy0xNjkuNjY0IDAtMzA3LjIgMTM3LjUzNi0zMDcuMiAzMDcuMnMxMzcuNTM2IDMwNy4yIDMwNy4yIDMwNy4yIDMwNy4yLTEzNy41MzYgMzA3LjItMzA3LjItMTM3LjUzNi0zMDcuMi0zMDcuMi0zMDcuMnptLTc1LjIgNDM0LjUyOGgtNjIuMjA4di0yMDAuMTkyaDYyLjIwOHYyMDAuMTkyem0tMzEuNDg4LTIyNC43NjhjLTE5LjY0OCAwLTMyLjM1Mi0xMy45Mi0zMi4zNTItMzEuMTM2IDAtMTcuNTY4IDEzLjA4OC0zMS4wNzIgMzMuMTUyLTMxLjA3MnMzMi4zNTIgMTMuNTA0IDMyLjczNiAzMS4wNzJjMCAxNy4yMTYtMTIuNjcyIDMxLjEzNi0zMy41MzYgMzEuMTM2em0yNTguNjg4IDIyNC43NjhoLTYyLjIwOHYtMTEwLjk0NGMwLTI1LjgyNC05LjAyNC00My4zNi0zMS41Mi00My4zNi0xNy4xODQgMC0yNy4zOTIgMTEuODcyLTMxLjkwNCAyMy4yOTYtMS42NjQgNC4wNjQtMi4wOCA5LjgyNC0yLjA4IDE1LjU1MnYxMTUuNDI0aC02Mi4yNHYtMTM2LjMyYzAtMjQuOTkyLS44LTQ1Ljg4OC0xLjYzMi02My44NzJoNTQuMDQ4bDIuODQ4IDI3LjgwOGgxLjI0OGM4LjE5Mi0xMy4wNTYgMjguMjU2LTMyLjMyIDYxLjgyNC0zMi4zMiA0MC45MjggMCA3MS42MTYgMjcuNDI0IDcxLjYxNiA4Ni4zNjh2MTE4LjM2OHoiLz48L3N2Zz4=');
}
.sol-footer-wrapper .sharebutton--icon-email {
  padding-left: 40px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMiAxNCIgd2lkdGg9IjIyIiBoZWlnaHQ9IjE0Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjAgMGgtMjB2MTRoMjJ2LTE0aC0yem0tMS43IDJsLTcuMyAzLjctNy4zLTMuN2gxNC42em0xLjcgMTBoLTE4di05LjFsOSA0LjcgOS00Ljd2OS4xeiIvPjwvc3ZnPg==');
}
.sol-footer-wrapper .sharebutton--icon-print {
  background-image: url('/webdav/files/System/resources/graphics/icons/printer.svg');
}
.sol-footer-wrapper .sharebutton--hide-text {
  width: 30px;
  height: 30px;
  margin: 0 0.125em;
  padding: 0;
  background-position: 50% 50%;
  border-radius: 15px;
}
.sol-footer-wrapper .sharebutton--hide-text .sharebutton__text {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.sol-footer-wrapper .sv-html-portlet {
  /* Desktop-läge */
}
@media (min-width: 992px) {
  .sol-footer-wrapper .sv-html-portlet {
    float: right;
  }
}
.sol-footer-wrapper .sv-html-portlet .sol-icon__januslogo {
  background-repeat: no-repeat;
  height: 50px;
  width: 50%;
}
.sol-footer-wrapper .sv-html-portlet .sol-icon__januslogo::after {
  content: '';
  background-image: url('/webdav/files/System/resources/graphics/icons/Janusinfo_RGB.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: left;
  height: 75px;
  width: 100%;
  width: 310px;
  float: left;
  margin-top: -15px;
}
@media only screen and (max-width: 991px) and (min-width: 310px) {
  .sol-footer-wrapper .sv-html-portlet .sol-icon__januslogo::after {
    margin-left: -5px;
    width: 280px;
  }
}
@media only screen and (max-width: 310px) and (min-width: 280px) {
  .sol-footer-wrapper .sv-html-portlet .sol-icon__januslogo::after {
    margin-left: -5px;
    width: 250px;
  }
}
@media only screen and (max-width: 280px) and (min-width: 250px) {
  .sol-footer-wrapper .sv-html-portlet .sol-icon__januslogo::after {
    margin-left: -5px;
    width: 220px;
  }
}
@media only screen and (max-width: 250px) {
  .sol-footer-wrapper .sv-html-portlet .sol-icon__januslogo::after {
    margin-left: -5px;
    width: 190px;
  }
}
@media (min-width: 992px) {
  .sol-footer-wrapper .sv-row:nth-child(2),
  .sol-footer-wrapper .sv-row:nth-child(3) {
    border-top: solid 1px black;
  }
}
.sol-footer-wrapper .sv-jcrmenu-portlet p,
.sol-footer-wrapper .sv-jcrmenu-portlet li,
.sol-footer-wrapper .sv-jcrmenu-portlet a {
  color: #685c53;
  line-height: 28px;
  font-size: 14px;
}
/* lessfile: font.less */
@font-face {
  font-family: "FrutigerLTW01-55Roman";
  src: url("/webdav/files/System/resources/fonts/frutiger/af97a512-f55a-4f61-b2ce-659c883930fc.eot?#iefix");
  src: url("/webdav/files/System/resources/fonts/frutiger/af97a512-f55a-4f61-b2ce-659c883930fc.eot?#iefix") format("eot"), url("/webdav/files/System/resources/fonts/frutiger/3fbbd6b1-cfa7-4ff0-97ea-af1b2c489f15.woff") format("woff"), url("/webdav/files/System/resources/fonts/frutiger/076311f8-a01b-4389-a5eb-334a62e62d45.ttf") format("truetype"), url("/webdav/files/System/resources/fonts/frutiger/c59a36ab-4ef8-4ee1-a2f8-48aa79d4f877.svg#c59a36ab-4ef8-4ee1-a2f8-48aa79d4f877") format("svg");
}
@font-face {
  font-family: "Frutiger";
  font-weight: 300;
  src: url("/webdav/files/System/resources/fonts/frutiger/7d3671fc-8c26-459c-98e1-997c4f6c8c93.eot?#iefix");
  src: url("/webdav/files/System/resources/fonts/frutiger/7d3671fc-8c26-459c-98e1-997c4f6c8c93.eot?#iefix") format("eot"), url("/webdav/files/System/resources/fonts/frutiger/2a004a53-ac5c-43b3-9eeb-9f74ae4c1609.woff") format("woff"), url("/webdav/files/System/resources/fonts/frutiger/74d53f3b-1683-4d5a-a556-e13f6553cdf0.ttf") format("truetype"), url("/webdav/files/System/resources/fonts/frutiger/3f5a5b87-e71e-4544-be0c-da4daa132710.svg#3f5a5b87-e71e-4544-be0c-da4daa132710") format("svg");
}
@font-face {
  font-family: "Frutiger";
  font-weight: 300;
  font-stretch: condensed;
  src: url("/webdav/files/System/resources/fonts/frutiger/e5b1a25e-0d2b-4aec-8672-da21553f205d.eot?#iefix");
  src: url("/webdav/files/System/resources/fonts/frutiger/e5b1a25e-0d2b-4aec-8672-da21553f205d.eot?#iefix") format("eot"), url("/webdav/files/System/resources/fonts/frutiger/e59898b4-93a8-4df7-885a-7806f9f0604d.woff") format("woff"), url("/webdav/files/System/resources/fonts/frutiger/85928e7e-2ace-4f1d-be54-b11c333a8d97.ttf") format("truetype"), url("/webdav/files/System/resources/fonts/frutiger/89390d0d-7a62-493d-9e77-9c162a709520.svg#89390d0d-7a62-493d-9e77-9c162a709520") format("svg");
}
@font-face {
  font-family: "FrutigerLTW01-48LightCn";
  src: url("/webdav/files/System/resources/fonts/frutiger/ce25b811-79b7-4f2a-ad26-da9dcd6f1040.eot?#iefix");
  src: url("/webdav/files/System/resources/fonts/frutiger/ce25b811-79b7-4f2a-ad26-da9dcd6f1040.eot?#iefix") format("eot"), url("/webdav/files/System/resources/fonts/frutiger/a40a90de-6c25-4a07-aef6-fbaa818362ab.woff") format("woff"), url("/webdav/files/System/resources/fonts/frutiger/f366ec53-c110-4521-bfbd-1a605bfaf6ac.ttf") format("truetype"), url("/webdav/files/System/resources/fonts/frutiger/4140fb7e-33dc-47c2-ab18-f8e3a59cf351.svg#4140fb7e-33dc-47c2-ab18-f8e3a59cf351") format("svg");
}
@font-face {
  font-family: "Frutiger";
  font-weight: normal;
  font-style: italic;
  src: url("/webdav/files/System/resources/fonts/frutiger/fcbab1a3-9659-4b39-8479-cc1f50d18f55.eot?#iefix");
  src: url("/webdav/files/System/resources/fonts/frutiger/fcbab1a3-9659-4b39-8479-cc1f50d18f55.eot?#iefix") format("eot"), url("/webdav/files/System/resources/fonts/frutiger/e2ade8a9-bd48-45e7-95e6-9dc917ba4f74.woff") format("woff"), url("/webdav/files/System/resources/fonts/frutiger/19fe9614-8825-4e7d-b8c3-230d2561e0e2.ttf") format("truetype"), url("/webdav/files/System/resources/fonts/frutiger/c2f8e3aa-1c1a-49ee-9ec7-30f61a5e96d3.svg#c2f8e3aa-1c1a-49ee-9ec7-30f61a5e96d3") format("svg");
}
@font-face {
  font-family: "Frutiger";
  font-weight: 300;
  font-style: italic;
  src: url("/webdav/files/System/resources/fonts/frutiger/072713ba-cb3a-4522-8f3b-b120f8eae10f.eot?#iefix");
  src: url("/webdav/files/System/resources/fonts/frutiger/072713ba-cb3a-4522-8f3b-b120f8eae10f.eot?#iefix") format("eot"), url("/webdav/files/System/resources/fonts/frutiger/8259f047-a5d2-40a0-a98c-1c24f0316b08.woff") format("woff"), url("/webdav/files/System/resources/fonts/frutiger/1078a920-3def-4194-ba69-46751fb9af38.ttf") format("truetype"), url("/webdav/files/System/resources/fonts/frutiger/4c72fb1e-e1b0-4a18-91cc-5dbe2faaf2a3.svg#4c72fb1e-e1b0-4a18-91cc-5dbe2faaf2a3") format("svg");
}
@font-face {
  font-family: "Frutiger";
  font-weight: 700;
  font-style: italic;
  src: url("/webdav/files/System/resources/fonts/frutiger/07eaadd3-cc57-4268-9d65-928ebdef6252.eot?#iefix");
  src: url("/webdav/files/System/resources/fonts/frutiger/07eaadd3-cc57-4268-9d65-928ebdef6252.eot?#iefix") format("eot"), url("/webdav/files/System/resources/fonts/frutiger/9b22c211-0e4b-49c7-9db2-291f86d13d28.woff") format("woff"), url("/webdav/files/System/resources/fonts/frutiger/e8d3db5c-44e6-464d-9b01-9b51f3516494.ttf") format("truetype"), url("/webdav/files/System/resources/fonts/frutiger/c8f7ec2e-7f97-4bf6-b526-ebb38ca7b3c7.svg#c8f7ec2e-7f97-4bf6-b526-ebb38ca7b3c7") format("svg");
}
@font-face {
  font-family: "FrutigerLTW01-76BlackIt";
  src: url("/webdav/files/System/resources/fonts/frutiger/e7f1c490-48bc-447b-ad11-6e85dd1429be.eot?#iefix");
  src: url("/webdav/files/System/resources/fonts/frutiger/e7f1c490-48bc-447b-ad11-6e85dd1429be.eot?#iefix") format("eot"), url("/webdav/files/System/resources/fonts/frutiger/eb21cbbe-83da-4d1d-bf54-e60fa03381e2.woff") format("woff"), url("/webdav/files/System/resources/fonts/frutiger/0a0bb96a-4e52-4940-9120-1cbfe63deb29.ttf") format("truetype"), url("/webdav/files/System/resources/fonts/frutiger/6ce161bf-e26e-4c38-b3d9-0abfcbfc2c6d.svg#6ce161bf-e26e-4c38-b3d9-0abfcbfc2c6d") format("svg");
}
@font-face {
  font-family: "Frutiger";
  font-stretch: condensed;
  font-weight: 700;
  src: url("/webdav/files/System/resources/fonts/frutiger/a3a15351-8e3c-4c29-82e6-15b106c2181f.eot?#iefix");
  src: url("/webdav/files/System/resources/fonts/frutiger/a3a15351-8e3c-4c29-82e6-15b106c2181f.eot?#iefix") format("eot"), url("/webdav/files/System/resources/fonts/frutiger/f1f95a55-f0c6-4fb5-8939-b93160b7a751.woff") format("woff"), url("/webdav/files/System/resources/fonts/frutiger/032fd83c-fe79-47fa-9dda-0a3f03bd0506.ttf") format("truetype"), url("/webdav/files/System/resources/fonts/frutiger/17f04727-b70e-460f-8b5c-c8cd21771240.svg#17f04727-b70e-460f-8b5c-c8cd21771240") format("svg");
}
@font-face {
  font-family: "FrutigerLTW01-87ExtraBk";
  src: url("/webdav/files/System/resources/fonts/frutiger/7ee7e6db-f32b-4199-ae77-73ffbf62e6ec.eot?#iefix");
  src: url("/webdav/files/System/resources/fonts/frutiger/7ee7e6db-f32b-4199-ae77-73ffbf62e6ec.eot?#iefix") format("eot"), url("/webdav/files/System/resources/fonts/frutiger/6fb42ae0-a24e-4927-930d-47b462560e78.woff") format("woff"), url("/webdav/files/System/resources/fonts/frutiger/7522a4a8-1787-4cc6-a72a-3c56c39c2abe.ttf") format("truetype"), url("/webdav/files/System/resources/fonts/frutiger/ba4991ce-c7b2-48ad-b711-8403662ff6d7.svg#ba4991ce-c7b2-48ad-b711-8403662ff6d7") format("svg");
}
@font-face {
  font-family: "Frutiger";
  font-weight: 300;
  font-stretch: condensed;
  font-style: italic;
  src: url("/webdav/files/System/resources/fonts/frutiger/77f678fd-1072-47dd-9625-022444e2e0f9.eot?#iefix");
  src: url("/webdav/files/System/resources/fonts/frutiger/77f678fd-1072-47dd-9625-022444e2e0f9.eot?#iefix") format("eot"), url("/webdav/files/System/resources/fonts/frutiger/71bdb8cd-f4e8-45e2-a79f-b9c65623efb5.woff") format("woff"), url("/webdav/files/System/resources/fonts/frutiger/08b2ef93-56e2-48a3-a319-51393412e291.ttf") format("truetype"), url("/webdav/files/System/resources/fonts/frutiger/df88893a-3709-49cc-a45d-b051349b5974.svg#df88893a-3709-49cc-a45d-b051349b5974") format("svg");
}
@font-face {
  font-family: "FrutigerLTW01-95UltraBl";
  src: url("/webdav/files/System/resources/fonts/frutiger/47e272a5-5523-490a-a689-1e4660531849.eot?#iefix");
  src: url("/webdav/files/System/resources/fonts/frutiger/47e272a5-5523-490a-a689-1e4660531849.eot?#iefix") format("eot"), url("/webdav/files/System/resources/fonts/frutiger/3a6c4a0a-2e4b-472c-a995-1a2e93bd1da2.woff") format("woff"), url("/webdav/files/System/resources/fonts/frutiger/4a66b185-1957-4863-86a8-db4f99ff626e.ttf") format("truetype"), url("/webdav/files/System/resources/fonts/frutiger/e8e7f894-9084-43e9-b08a-5dcd346ea067.svg#e8e7f894-9084-43e9-b08a-5dcd346ea067") format("svg");
}
@font-face {
  font-family: "Frutiger LT W01 65 Bold";
  src: url("/webdav/files/System/resources/fonts/frutiger/fbd7c0fb-f004-4e83-81d2-1d400413a873.eot?#iefix");
  src: url("/webdav/files/System/resources/fonts/frutiger/fbd7c0fb-f004-4e83-81d2-1d400413a873.eot?#iefix") format("eot"), url("/webdav/files/System/resources/fonts/frutiger/9aa32a81-1124-4c43-b3db-15bfb1f7aed2.woff") format("woff"), url("/webdav/files/System/resources/fonts/frutiger/6faffbf4-f8e8-4817-b24b-a390e166be7e.ttf") format("truetype"), url("/webdav/files/System/resources/fonts/frutiger/fc09de64-de25-425e-90dc-a0cae29b02c4.svg#fc09de64-de25-425e-90dc-a0cae29b02c4") format("svg");
}
@font-face {
  font-family: "FrutigerLTW01-66BoldIta";
  src: url("/webdav/files/System/resources/fonts/frutiger/f334dc11-1de8-4ae2-9c2a-a1cfa665263b.eot?#iefix");
  src: url("/webdav/files/System/resources/fonts/frutiger/f334dc11-1de8-4ae2-9c2a-a1cfa665263b.eot?#iefix") format("eot"), url("/webdav/files/System/resources/fonts/frutiger/f74530f5-a39c-47e3-97d9-6821fc4df8c0.woff") format("woff"), url("/webdav/files/System/resources/fonts/frutiger/aa626e7f-57dd-4084-9486-3eeb921333c0.ttf") format("truetype"), url("/webdav/files/System/resources/fonts/frutiger/8f91ebb0-2b00-4a50-baa9-865a6502384e.svg#8f91ebb0-2b00-4a50-baa9-865a6502384e") format("svg");
}
@font-face {
  font-family: "FrutigerLTW01-75Black";
  src: url("/webdav/files/System/resources/fonts/frutiger/9b0d3be7-4ec5-4a72-8cc6-89b8b0f0b193.eot?#iefix");
  src: url("/webdav/files/System/resources/fonts/frutiger/9b0d3be7-4ec5-4a72-8cc6-89b8b0f0b193.eot?#iefix") format("eot"), url("/webdav/files/System/resources/fonts/frutiger/70ad2f15-9e1e-4a42-8fdc-30327ef510c3.woff") format("woff"), url("/webdav/files/System/resources/fonts/frutiger/ed897ec7-c1b8-4bd4-9d2a-0a7b09661bdc.ttf") format("truetype"), url("/webdav/files/System/resources/fonts/frutiger/63e3258b-8e81-4153-ba11-ab8f4b2aa7a3.svg#63e3258b-8e81-4153-ba11-ab8f4b2aa7a3") format("svg");
}
@font-face {
  font-family: "Frutiger";
  src: url("/webdav/files/System/resources/fonts/frutiger/af97a512-f55a-4f61-b2ce-659c883930fc.eot?#iefix");
  src: url("/webdav/files/System/resources/fonts/frutiger/af97a512-f55a-4f61-b2ce-659c883930fc.eot?#iefix") format("eot"), url("/webdav/files/System/resources/fonts/frutiger/3fbbd6b1-cfa7-4ff0-97ea-af1b2c489f15.woff") format("woff"), url("/webdav/files/System/resources/fonts/frutiger/076311f8-a01b-4389-a5eb-334a62e62d45.ttf") format("truetype"), url("/webdav/files/System/resources/fonts/frutiger/c59a36ab-4ef8-4ee1-a2f8-48aa79d4f877.svg#c59a36ab-4ef8-4ee1-a2f8-48aa79d4f877") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Frutiger";
  src: url("/webdav/files/System/resources/fonts/frutiger/fbd7c0fb-f004-4e83-81d2-1d400413a873.eot?#iefix");
  src: url("/webdav/files/System/resources/fonts/frutiger/fbd7c0fb-f004-4e83-81d2-1d400413a873.eot?#iefix") format("eot"), url("/webdav/files/System/resources/fonts/frutiger/9aa32a81-1124-4c43-b3db-15bfb1f7aed2.woff") format("woff"), url("/webdav/files/System/resources/fonts/frutiger/6faffbf4-f8e8-4817-b24b-a390e166be7e.ttf") format("truetype"), url("/webdav/files/System/resources/fonts/frutiger/fc09de64-de25-425e-90dc-a0cae29b02c4.svg#fc09de64-de25-425e-90dc-a0cae29b02c4") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Frutiger";
  src: url("/webdav/files/System/resources/fonts/frutiger/fcbab1a3-9659-4b39-8479-cc1f50d18f55.eot?#iefix");
  src: url("/webdav/files/System/resources/fonts/frutiger/fcbab1a3-9659-4b39-8479-cc1f50d18f55.eot?#iefix") format("eot"), url("/webdav/files/System/resources/fonts/frutiger/e2ade8a9-bd48-45e7-95e6-9dc917ba4f74.woff") format("woff"), url("/webdav/files/System/resources/fonts/frutiger/19fe9614-8825-4e7d-b8c3-230d2561e0e2.ttf") format("truetype"), url("/webdav/files/System/resources/fonts/frutiger/c2f8e3aa-1c1a-49ee-9ec7-30f61a5e96d3.svg#c2f8e3aa-1c1a-49ee-9ec7-30f61a5e96d3") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Frutiger";
  src: url("/webdav/files/System/resources/fonts/frutiger/7d3671fc-8c26-459c-98e1-997c4f6c8c93.eot?#iefix");
  src: url("/webdav/files/System/resources/fonts/frutiger/7d3671fc-8c26-459c-98e1-997c4f6c8c93.eot?#iefix") format("eot"), url("/webdav/files/System/resources/fonts/frutiger/2a004a53-ac5c-43b3-9eeb-9f74ae4c1609.woff") format("woff"), url("/webdav/files/System/resources/fonts/frutiger/74d53f3b-1683-4d5a-a556-e13f6553cdf0.ttf") format("truetype"), url("/webdav/files/System/resources/fonts/frutiger/3f5a5b87-e71e-4544-be0c-da4daa132710.svg#3f5a5b87-e71e-4544-be0c-da4daa132710") format("svg");
  font-weight: 200;
  font-style: normal;
}
/** file: article.less */
.sll-article-wrapper {
  background-color: #f1f0ee;
}
@media (max-width: 767px) {
  .sll-article-wrapper {
    margin-top: 10px;
  }
}
.sll-article-wrapper .sv-grid-main {
  background-color: white;
}
.sll-article-wrapper .sll-decoration-top-border {
  margin-bottom: 2em;
}
.sll-article-wrapper .sv-portlet-image-caption {
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .sll-article-wrapper > .sv-grid-main > .sv-row > .sv-layout:nth-child(1) {
    padding-left: 8.3333% !important;
    padding-right: 8.3333% !important;
  }
  .sll-article-wrapper > .sv-grid-main > .sv-row > .sv-layout:nth-child(2) {
    padding-right: 8.3333% !important;
  }
}
@media screen and (max-width: 991px) {
  .sll-article-tableofcontents {
    display: none;
  }
}
.sll-article-tableofcontents .sv-toc-portlet {
  max-height: 600px;
  overflow-y: auto;
  width: 104%;
}
@media screen and (min-height: 1300px) {
  .sll-article-tableofcontents .sv-toc-portlet {
    max-height: 900px;
  }
}
@media screen and (max-height: 890px) {
  .sll-article-tableofcontents .sv-toc-portlet {
    max-height: 500px;
  }
}
@media screen and (max-height: 790px) {
  .sll-article-tableofcontents .sv-toc-portlet {
    max-height: 400px;
  }
}
@media screen and (max-height: 790px) {
  .sll-article-tableofcontents .sv-toc-portlet {
    max-height: 300px;
  }
}
.sll-article-tableofcontents ul li {
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .sll-article-tableofcontents ul li {
    width: 102%;
  }
}
.sll-article-tableofcontents ul li a {
  color: #034ea2;
  font-weight: 300;
}
.sll-article-tableofcontents ul li .font-heading-2 {
  font-size: 24px;
  display: inline-block;
  margin-top: 15px;
}
.sll-article-tableofcontents ul li .font-heading-3 {
  font-size: 20px;
  display: inline-block;
  margin-top: 15px;
}
.sll-article-tableofcontents ul li:last-child {
  padding-bottom: 15px;
}
.sll-article-tableofcontents .sv-text-portlet-content {
  width: 104%;
}
@media screen and (max-width: 991px) {
  .sll-article-tableofcontents .sv-text-portlet-content {
    width: 102%;
  }
}
.sll-article-tableofcontents-plus {
  margin-top: -1.3em !important;
  float: right;
  position: relative;
}
.sll-article-tableofcontents-plus::before {
  font-family: "courier";
  content: '+';
  font-weight: 900;
  color: #034ea2;
  font-size: 38px;
}
.sll-article-tableofcontents-plus2 {
  font-weight: 300 !important;
  float: right;
  position: relative;
}
.sll-article-tableofcontents-plus2::before {
  font-family: "courier";
  content: '-';
  font-weight: 900;
  font-size: 38px;
  color: #034ea2;
}
.sll-article-tableofcontents-minus {
  margin-top: -1.3em !important;
  float: right;
  position: relative;
}
.sll-article-tableofcontents-minus::before {
  font-family: "courier";
  content: '-';
  font-weight: 900;
  font-size: 38px;
  color: #034ea2;
}
.sll-article-tableofcontents-minus2 {
  font-weight: 300 !important;
  float: right;
  position: relative;
}
.sll-article-tableofcontents-minus2::before {
  font-family: "courier";
  content: '+';
  font-weight: 900;
  font-size: 38px;
  color: #034ea2;
}
.sll-article__item .font-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
}
.sol-article-tableofcontents-script {
  background-color: red;
}
.sll-janusmed {
  background-color: white;
}
.sll-janusmed .sll-banner {
  display: none;
}
.sll-janusmed .deco_square1,
.sll-janusmed .deco_square2,
.sll-janusmed .deco_square3,
.sll-janusmed .deco_square4 {
  display: none;
}
div.modal.fade.ng-scope.ng-isolate-scope.in {
  margin: auto;
  width: initial;
  background-color: transparent;
  top: 0 !important;
}
div.modal.fade.ng-scope.ng-isolate-scope.in .modal-dialog {
  width: auto !important;
  top: 0 !important;
}
div.modal.fade.ng-scope.ng-isolate-scope.in .modal-dialog .modal-content .modal-body {
  max-height: initial;
}
div.modal.fade.ng-scope.ng-isolate-scope.in .modal-dialog .modal-content .fa-times:before {
  content: "X";
}
.sll-page-wrapper {
  background-color: #f1f0ee;
  /* Första raden har en text-modul som ska ha padding, värsta hacket */
}
.sll-page-wrapper > div > .sv-layout:nth-child(odd) {
  background-color: #e1ddda;
}
.sll-page-wrapper > .pagecontent > div:nth-child(2) > .sv-grid-main > .sv-row:first-child .sv-text-portlet-content {
  padding: 20px;
}
.sll-page-wrapper > .pagecontent > div:nth-child(2) > .sv-grid-main > .sv-row:first-child .sv-text-portlet-content h2 {
  margin: 0;
}
.sll-search-page {
  background-color: #f1f0ee;
  /* Sökrutan */
}
.sll-search-page .sv-search-result li {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important;
  border-bottom: solid 1px #000000;
  border-radius: 0;
}
.sll-search-page .sv-search-result li .pathText {
  font-size: 18px;
}
.sll-search-page .sv-search-result li .pathText a:first-child {
  display: none;
}
.sll-search-page .sv-search-result li .pathText a + a:not(:nth-child(2)):before {
  content: ' / ';
}
.sll-search-page .sv-search-result li:first-child {
  border-top: solid 1px #000000;
}
.sll-search-page .sv-search-result li .typeOf {
  font-style: italic;
}
.sll-search-page .sv-search-result .sv-search-hit a:last-child {
  color: #034ea2;
}
.sll-search-page .sv-facetedsearch-portlet {
  background-color: white;
  border-top: solid 10px #1daeec;
  padding: 2em;
}
.sll-search-page .sv-search-facets {
  display: none;
}
.sll-search-page .sv-decoration-content .sv-search-facets {
  display: block;
}
.sll-search-page .searchHit {
  font-size: 35px;
}
.sll-search-page form {
  display: none;
}
.sll-search-page .sol-news-list-container ol,
.sll-search-page .sol-education-list-container ol {
  margin-top: 0;
}
.sll-search-page .sol-news-list-container li,
.sll-search-page .sol-education-list-container li {
  border-top: none !important;
  border: none;
  padding-top: 15px !important;
  padding-bottom: 0 !important;
}
.sll-h1--invisible {
  position: absolute;
  top: -10000px;
}
.sll-margin {
  padding-bottom: 0;
  margin-bottom: 0;
}
.sll-margin h1 {
  margin-top: -7px !important;
}
.sll-margin h2 {
  margin-top: 3px !important;
}
.sll-margin h3 {
  margin-top: 13px !important;
}
.sll-margin h4 {
  margin-top: 12px !important;
}
@media (min-width: 992px) {
  .sll-margin .sv-row .sv-text-portlet p {
    margin-top: 0.6em !important;
    padding-left: 17px;
  }
}
.sll-margin .sv-layout + .sv-layout .sv-text-portlet p {
  /* Desktop-läge */
}
@media (min-width: 992px) {
  .sll-margin .sv-layout + .sv-layout .sv-text-portlet p {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .sll-margin .sv-layout + .sv-layout .sv-text-portlet p {
    text-align: left !important;
  }
}
.sll-abc {
  /* Bokstäver */
}
.sll-abc .sv-abc-portlet {
  background-color: white;
}
.sll-abc .sv-abc-portlet div + div {
  border-bottom: solid 5px #1daeec;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.sll-abc .sv-abc-portlet div + div a {
  margin-right: 1.1em;
  text-decoration: none;
  font-weight: bold;
  margin-left: 1em;
}
.sll-abc .sv-abc-portlet div + div a:first-child {
  margin-left: 1em;
}
.sll-abc .sv-abc-portlet div + div a:last-child {
  margin-right: 0;
}
.sll-abc .sv-abc-portlet .sol-active::before {
  content: '\f0d8 ';
  font-family: FontAwesome;
  margin-top: 0.6em;
  position: absolute;
  margin-left: 0px;
  color: #1daeec;
  font-size: 24px;
}
.sll-abc li {
  display: inline-block;
  width: 37%;
}
@media (min-width: 992px) {
  .sll-abc li {
    padding-left: 1em !important;
  }
}
@media (max-width: 991px) {
  .sll-abc li {
    width: 100%;
    padding-left: 1em;
  }
}
@media (min-width: 992px) {
  .sll-abc li:nth-child(3n) {
    width: 25%;
  }
}
.sll-abc li a {
  color: black !important;
  font-weight: bold;
}
.sll-start-page-icon-row .sol-top-shortcut {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 992px) {
  .sll-start-page-icon-row .sol-top-shortcut {
    flex-wrap: wrap;
  }
}
.sll-start-page-icon-row .sol-top-shortcut__item {
  background-color: #ffffff;
  height: 8.5em;
  padding-bottom: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Frutiger', sans-serif;
  text-decoration: none;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #efefef;
  border-right: 1px solid #ebebeb;
}
@media (max-width: 767px) {
  .sll-start-page-icon-row .sol-top-shortcut__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .sll-start-page-icon-row .sol-top-shortcut__item {
    height: 150px;
  }
}
@media (max-width: 992px) {
  .sll-start-page-icon-row .sol-top-shortcut__item {
    width: 33.3%;
  }
}
.sll-start-page-icon-row .sol-top-shortcut__item .sol-hover-text {
  visibility: hidden;
}
.sll-start-page-icon-row .sol-top-shortcut__item:hover {
  background-color: lightgrey;
}
.sll-start-page-icon-row .sol-top-shortcut__item:hover span {
  display: none;
}
@media only screen and (max-width: 563px) {
  .sll-start-page-icon-row .sol-top-shortcut__item:hover span {
    display: block;
  }
}
.sll-start-page-icon-row .sol-top-shortcut__item:hover .sol-hover-text {
  visibility: visible;
  margin-top: -0.5em;
  font-size: 15px;
  color: black;
}
@media only screen and (max-width: 1070px) and (min-width: 768px) {
  .sll-start-page-icon-row .sol-top-shortcut__item:hover .sol-hover-text {
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 563px) {
  .sll-start-page-icon-row .sol-top-shortcut__item:hover .sol-hover-text {
    font-size: 11px;
  }
}
@media only screen and (max-width: 563px) {
  .sll-start-page-icon-row .sol-top-shortcut__item:hover .sol-hover-text {
    visibility: hidden;
  }
}
.sll-start-page-icon-row .sol-top-shortcut__item .sol-icon {
  font-size: 90px;
  color: #8b8b8b;
  display: block;
  margin-bottom: 10px;
  max-height: 70px;
}
.sll-start-page-icon-row .sol-top-shortcut__item .sol-icon::after {
  height: 95px;
  width: 75px;
}
.sll-start-page-icon-row .sol-top-shortcut__item__name {
  text-decoration: none;
  text-align: center;
}
.sll-start-page-icon-row .second-level {
  padding-bottom: 30px;
}
.sll-start-page-icon-row .second-level .sol-top-shortcut__item {
  background-color: #E3EEF2;
  border-right: 1px solid #bebebe;
}
.sll-start-page-icon-row .second-level .sol-top-shortcut__item:last-child {
  border-right: none;
}
@media (max-width: 992px) {
  .sll-start-page-icon-row .second-level .sol-top-shortcut__item {
    border-bottom: 1px solid #bebebe;
  }
  .sll-start-page-icon-row .second-level .sol-top-shortcut__item:nth-child(3n) {
    border-right: none;
  }
}
.sll-start-page-icon-row .second-level .sol-top-shortcut__item:hover {
  background-color: lightgray;
}
.sll-start-page-icon-row p.font-normal {
  margin-top: 30px;
  background-color: #012D5A;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Frutiger', sans-serif;
  padding: 3px 0px 3px 20px;
  margin-bottom: 0;
}
.sll-subpage-wrapper {
  background-color: #f1f0ee;
}
.sll-wiseList {
  background-color: white;
}
.sll-wiseList #breadcrumbsContainer {
  display: none;
}
.sll-wiseList .sol-breadcrumbs {
  padding-left: 10px;
}
.sll-wiseList #column-one {
  margin-top: 15px;
  border-top: 8px solid #042e59;
  background-color: #f1f0ee;
}
@media only screen and (min-width: 1260px) {
  .sll-wiseList #column-one {
    position: absolute;
    margin-left: -120px;
    margin-top: 20px;
    width: 341px;
  }
}
@media only screen and (max-width: 990px) {
  .sll-wiseList #column-one {
    margin-left: 20px;
  }
}
.sll-wiseList #column-one .content ul li.hidden-phone a {
  font-size: 14px;
}
.sll-wiseList #column-one .content ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.sll-wiseList #column-one .content ul li a {
  font-size: 15px;
}
@media only screen and (max-width: 1260px) {
}
.sll-wiseList #column-two-three {
  margin-top: 15px;
}
@media only screen and (min-width: 1260px) {
  .sll-wiseList #column-two-three {
    margin-left: 245px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sll-wiseList #column-two-three {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 795px) and (min-width: 768px) {
  .sll-wiseList #column-two-three {
    width: 445px;
  }
}
.sll-wiseList #container {
  background-color: white;
}
.sll-wiseList #main {
  margin-bottom: 0;
}
@media only screen and (min-width: 767px) {
  .sll-wiseList #main {
    min-height: 1370px;
  }
}
.sll-wiseList #column-four {
  margin-top: 15px;
}
@media only screen and (min-width: 1260px) {
  .sll-wiseList #column-four {
    position: absolute;
    margin-left: 740px;
    margin-top: 20px;
  }
}
.sll-wiseList #column-four > ul {
  font-size: 12px;
}
@media only screen and (min-width: 1260px) {
  .sll-wiseList .container-orange-top {
    width: 341px;
  }
}
@media only screen and (max-width: 962px) {
  .sll-wiseList .container-orange-top {
    border-top: 20px solid white;
  }
}
.sll-wiseList .container-orange-top .header {
  background: #f1f0ee !important;
  border-top: 8px solid #042e59 !important;
  border-radius: 0 !important;
}
.sll-wiseList .container-orange-top .header h2 {
  color: black;
  margin-top: 7px;
}
@media only screen and (max-width: 1260px) {
}
.sll-wiseList .container-orange-top .content {
  background: #f1f0ee;
  border-radius: 0;
  border: none;
}
@media only screen and (max-width: 767px) {
  .sll-wiseList .container-round-left li {
    padding-bottom: 10px !important;
    padding-top: 10px;
  }
  .sll-wiseList .container-round-left li:not(:last-child) {
    border-bottom: 1px solid lightgray;
  }
}
.sll-wiseList #header {
  display: none;
}
.sll-wiseList #footer_container {
  display: none !important;
}
.sll-wiseList .footer-mobile-container {
  padding-top: 15px;
}
.sll-wiseList .footer-mobile-container .footer-mobile-logo-klokalistan {
  display: none !important;
}
.sll-wiseList .footer-mobile-container .footer-mobile-logo-janus {
  display: none !important;
}
.sll-wiseList .static-footer-container,
.sll-wiseList .static-header {
  display: none;
}
/* lessfile: typography.less */
body {
  font-family: 'Frutiger', sans-serif;
  font-size: 16px;
  color: #3d464d;
  font-weight: 300;
  background-color: #fff;
}
body > div.sv-layout,
body > div.sv-layout > div {
  overflow-x: hidden;
}
/*p,
p.font-normal,
.font-normal, */
li {
  margin-top: 0;
  margin-bottom: 0;
  font-family: 'Frutiger', sans-serif;
  color: #3d464d;
  line-height: 1.6em;
  font-weight: 300;
}
li a.font-normal,
li a {
  color: #034ea2;
  text-decoration: none;
}
li a.font-normal:hover,
li a:hover {
  color: #034ea2;
}
p.font-small,
.font-small {
  margin-top: 0;
  margin-bottom: 3px;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  font-family: 'Frutiger', sans-serif;
}
.font-description,
p.font-description {
  color: #3d464d;
  font-family: 'Frutiger', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5em;
  margin-top: 7px;
  margin-bottom: 25px;
}
.font-description a.font-description,
p.font-description a.font-description,
.font-description a,
p.font-description a {
  color: #034ea2;
}
.font-description a.font-description:hover,
p.font-description a.font-description:hover,
.font-description a:hover,
p.font-description a:hover {
  color: #034ea2;
}
p.font-quote,
.font-quote {
  position: relative;
  font-family: 'Frutiger', sans-serif;
  color: #126998;
  font-size: 20px;
  line-height: 1.7em;
  font-weight: normal;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
}
ol.sol-bullet-list,
ul.sol-bullet-list,
ol.sol-numbered-list,
ul.sol-numbered-list {
  margin-bottom: 35px;
  padding-left: 0px;
  list-style: none !important;
}
ol.sol-bullet-list li,
ul.sol-bullet-list li,
ol.sol-numbered-list li,
ul.sol-numbered-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}
ol.sol-bullet-list li::before,
ul.sol-bullet-list li::before,
ol.sol-numbered-list li::before,
ul.sol-numbered-list li::before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: #126998;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-sizing: border-box;
}
ol.sol-numbered-list li,
ul.sol-numbered-list li {
  counter-increment: step-counter;
}
ol.sol-numbered-list li::before,
ul.sol-numbered-list li::before {
  content: counter(step-counter);
  color: #ffffff;
  font-size: 15px;
  top: 3px;
  font-weight: bold;
}
/* Nyhetssida */
.sv-font-redaktion-artikel {
  border-bottom: solid 1px black;
  border-top: solid 1px black;
}
.sll-publish-date {
  color: #034ea2;
}
.sv-font-kalla-artikel {
  font-size: 19px;
  line-height: 27px;
  padding-top: 1em;
}
.sv-font-kalla-artikel a {
  text-decoration: none;
  color: #034ea2;
}
a {
  text-decoration: underline !important;
}
/** file: breadcrumbs.less */
.sol-breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  margin-top: 10px;
  font-size: initial;
}
@media (max-width: 767px) {
  .sol-breadcrumbs {
    margin-top: 0px;
  }
}
.sol-breadcrumbs li {
  float: left;
}
/* file: diagnosis.less */
.sll_diagnosis {
  padding-left: 0;
}
.sll_diagnosis__item {
  width: 100%;
  text-align: left;
  padding: 10px;
}
.sll_diagnosis__item button {
  width: 100%;
  text-align: left;
}
.sll_diagnosis__item--collapsed button::before,
.sll_diagnosis__item--expanded button::before {
  font-family: 'courier new';
  position: relative;
  padding-right: 2px;
  font-weight: bold;
  float: right;
  cursor: pointer;
}
.sll_diagnosis__item--collapsed button::before {
  content: "+";
  font-size: 1.15em;
}
.sll_diagnosis__item--expanded button::before {
  content: "-";
  font-size: 1.15em;
}
.sll_diagnosis button {
  cursor: pointer;
  background-color: transparent;
  border: 0;
}

.sll_diagnosis li {
  list-style: none;
}
.sll_diagnosis > li:nth-child(odd) .sll_diagnosis__item--button {
  background-color: rgba(167, 157, 150, 0.35);
}
.sll_doc_fass_text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sll_doc_fass_text ul li {
  white-space: nowrap;
}
.sll_doc_fass_text button {
  border: none;
  font-size: 0.8rem;
  text-decoration: underline;
}
.sv-custom-module > .sv-portlet {
  width: 100%;
  height: 100%;
  display: flex;
}
.sv-custom-module > .sv-portlet .sll-link-button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
  color: white;
  text-decoration: none;
  min-height: 100px;
}
.sv-custom-module > .sv-portlet .sll-link-button--blue {
  background-color: #002d5a;
}
.sv-custom-module > .sv-portlet .sll-link-button--red {
  background-color: #970e34;
}
.sv-custom-module > .sv-portlet .sll-link-button--orange {
  background-color: #cf7b14;
}
.sv-custom-module > .sv-portlet .sll-link-button--turquoise {
  background-color: #1daeec;
}
.sv-custom-module > .sv-portlet .sll-link-button--brown {
  background-color: #695c53;
}
.sv-custom-module > .sv-portlet .sll-link-button--yellow {
  background-color: #FFB81C;
}
.sll-productinfo ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sll-productinfo ul li {
  padding-bottom: 20px;
}
.sll-productinfo--indication {
  font-weight: bold;
}
/* file: menu.less */
.sll-menu-wrapper {
  cursor: pointer;
  z-index: 1000;
}
.sll-menu-wrapper nav {
  margin-top: -11px;
  width: 350px;
}
@media (max-width: 767px) {
  .sll-menu-wrapper nav {
    margin-top: -11px;
  }
}
@media (max-width: 767px) {
  .sll-menu-wrapper {
    right: -10px !important;
  }
}
/* Menyn */
.sll-menu {
  border: solid 1px #aba29b;
  border-top: none;
  /* Knappen i listan */
  /* Tar bort prickarna i listan och inskjutningen */
  /* De tre sista items i listan får grå färg */
}
@media (max-width: 767px) {
  .sll-menu {
    width: 100vw !important;
  }
}
.sll-menu-wrapper {
  display: none;
  position: absolute;
  margin-top: 79px;
  right: 0;
}
.sll-menu__button {
  padding-right: 11px;
  margin-top: 8px;
  float: right;
  height: 25px;
  background-color: transparent;
  border: transparent;
  border-left: solid 1px black !important;
  padding-left: 10px;
  outline: none;
  cursor: pointer;
}
.sll-menu__button:focus {
  outline-width: 1px;
  outline-style: auto;
  outline-color: Highlight;
  outline-color: -webkit-focus-ring-color;
}
.sll-menu__button .fa {
  font-size: 16px;
}
.sll-menu__button .fa-plusMeny {
  display: block;
}
.sll-menu__button .fa-plusMeny::before {
  font-family: "courier";
  content: '+';
  font-weight: 900;
  font-size: 27px;
}
.sll-menu__button .fa-minusMeny {
  display: block;
}
.sll-menu__button .fa-minusMeny::before {
  font-family: "courier";
  content: '-';
  font-weight: 900;
  font-size: 27px;
}
.sll-menu__item {
  cursor: pointer;
  /* Ett snäpp ner i listan */
  /* Två snäpp ner i listan */
  /* Tre snäpp ner i listan */
  background-color: #ffd819;
  border-top: solid 1px black;
  line-height: 40px;
}
.sll-menu__item[data-menu-level="2"] {
  background-color: #ffe981 !important;
  border-top: solid 1px black !important;
}
.sll-menu__item[data-menu-level="2"] a {
  margin-left: 35px;
}
.sll-menu__item[data-menu-level="2"]:hover {
  background-color: #fbe468 !important;
}
.sll-menu__item[data-menu-level="3"] {
  background-color: #fff6cb !important;
  border-top: solid 1px black !important;
}
.sll-menu__item[data-menu-level="3"] a {
  margin-left: 55px;
}
.sll-menu__item[data-menu-level="3"]:hover {
  background-color: #fcf1af !important;
}
.sll-menu__item[data-menu-level="4"] {
  background-color: #fff6cb !important;
  border-top: solid 1px black !important;
}
.sll-menu__item[data-menu-level="4"] a {
  margin-left: 75px;
}
.sll-menu__item[data-menu-level="4"]:hover {
  background-color: #fcf1af !important;
}
.sll-menu__item * {
  color: black;
}
.sll-menu__item span:first-child {
  padding-left: 10px;
}
@media screen and (max-width: 992px) {
}
.sll-menu__item a {
  /* Texten i varje item */
  text-decoration: none;
  font-size: 18px;
}
.sll-menu__item:hover {
  background-color: #f7e063;
}
.sll-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sll-menu ul > li:first-child {
  border-top: none;
}
.sll-menu li.sll-menu__item:nth-last-of-type(-n+4) {
  background-color: #d3cecb;
}
.sll-menu li.sll-menu__item:nth-last-of-type(-n+4):hover {
  background-color: #dcd8d6;
}
/* Knappen som öppnar listan */
.sll-hamburger-button {
  width: 4.6em;
  height: 5.1em;
  float: right;
  margin-left: 6px;
  outline: none;
  border: solid 1px #002d5a;
  background-color: #002d5a;
  margin-bottom: -0.95em;
  cursor: pointer;
}
.sll-hamburger-button:focus {
  outline-width: 1px;
  outline-style: auto;
  outline-color: Highlight;
  outline-color: -webkit-focus-ring-color;
}
.sll-hamburger-button .sll-hamburger-text {
  color: white;
}
.sll-hamburger-button .sll-hamburger > span {
  display: block;
  width: 33px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  transition: transform 500ms;
  margin-left: auto;
  margin-right: auto;
}
.sll-hamburger-button .sll-hamburger__middle {
  margin-top: 6px;
  margin-bottom: 6px;
  transition: width 500ms;
}
.sll-hamburger-button .sll-hamburger__bottom {
  margin-top: 6px;
  margin-bottom: 6px;
  transition: width 500ms;
}
.sll-hamburger-button--active {
  background-color: #ffd819;
  border-bottom: #ffd819;
}
.sll-hamburger-button--active .sll-hamburger > span {
  background-color: black;
}
.sll-hamburger-button--active .sll-hamburger-text {
  color: black;
}
.sll-hamburger-button--active .sll-hamburger__middle {
  background-color: black;
}
.sll-hamburger-button--active .sll-hamburger__bottom {
  background-color: black;
}
/* file:news_listing.less */
.sll-news {
  padding-bottom: 2em;
}
.sll-news .sll-article-listing {
  width: 100%;
}
.sll-news .sll-article__item .sll-content-padding {
  padding-top: 5px;
}
.sll-news .sll-article__title {
  margin: 0;
  margin-top: 10px;
  font-size: 30pt;
  line-height: 34pt;
}
.sll-news .sll-article__title a {
  color: #000000;
}
.sll-news .sll-article__category {
  margin-top: 0;
  margin-bottom: 5px !important;
  margin-top: 5px !important;
  font-weight: bold;
}
.sll-news .sll-article__img img {
  min-width: 100%;
  max-width: 100%;
}
.sll-news .sll-article__preamble {
  font-size: 16px;
  line-height: 1em;
}
.sll-news .sll-article__link {
  margin-top: 5px;
}
.sll-news .sll-article__link a {
  margin-left: 0.2em;
}
.sll-news .sll-article__link a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.sll-news .sll-article__link a::before {
  content: '\f105';
  font-family: FontAwesome;
  font-weight: bold;
  padding-right: 5px;
}
.sll-news .font-heading-2 {
  font-weight: normal;
}
.sll-news li {
  width: 31.8%;
  margin-right: 2.5em;
  background-color: white;
  /* Mobil */
}
.sll-news li:nth-child(3) {
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  .sll-news li {
    width: 96%;
    margin-right: 0;
    margin-bottom: 1em;
    margin-left: 8px;
  }
}
.sll-news ul {
  display: inline-flex;
  width: 100%;
  /* Mobil */
}
@media (max-width: 767px) {
  .sll-news ul {
    display: block;
  }
}
.sll-doc__heading {
  position: relative;
  padding: 5px;
}
.sll-doc__heading h1,
.sll-doc__heading h2 {
  margin: 0;
}
.sll-doc__heading h1 {
  margin-bottom: 15px;
}
.sll-doc__heading-label {
  position: absolute;
  right: 50px;
  top: 15px;
}
@media (max-width: 767px) {
  .sll-doc__heading-label {
    position: initial;
    display: inline-block;
    margin-bottom: 10px;
  }
}
.sll-doc__heading-value {
  background: white;
  position: absolute;
  right: 15px;
  top: 10px;
  border: solid 2px;
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .sll-doc__heading-value {
    position: initial;
  }
}
.sll-doc__heading-value-1,
.sll-doc__heading-value-A {
  background: green;
}
.sll-doc__heading-value-2,
.sll-doc__heading-value-C,
.sll-doc__heading-value-CC {
  background: yellow;
}
.sll-doc__heading-value-3 {
  background: red;
}
.sll-doc__heading-value-B {
  background: white;
}
.sll-doc__references {
  margin-top: 20px;
}
.sll-doc__heading-pbt {
  display: flex;
  position: absolute;
  right: 10px;
  top: -22px;
}
@media (max-width: 767px) {
  .sll-doc__heading-pbt {
    position: initial;
  }
}
.sll-doc__pbt-item {
  padding: 5px;
}
.sll-doc__pbt-item span:nth-child(1) {
  font-weight: bold;
}
.sll-doc__pbt-item span:nth-child(2) {
  display: block;
  text-align: center;
  padding-top: 5px;
}
.sll-doc__pbt-index-value {
  background: #1275b9;
  color: white;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
.sll-doc__reference-link a {
  color: #034ea2;
  font-weight: 400;
}
.sll-doc--font-bold {
  font-weight: bold;
}
.sll-doc__expand-text-button {
  border: none;
  font-size: 0.8rem;
  text-decoration: underline;
}
.sll-doc__expand-text-button:hover {
  cursor: pointer;
}
.sll-doc__bg--lightgrey {
  background-color: rgba(237, 237, 237, 0.8);
}
.sll-doc__content {
  padding: 5px;
}
.sll_doc__classification {
  padding: 5px;
  border: 1px solid;
}
.sll_doc__classification-1,
.sll_doc__classification-A {
  background: green;
  color: white;
}
.sll_doc__classification-2,
.sll_doc__classification-C,
.sll_doc__classification-CC {
  background: yellow;
}
.sll_doc__classification-3 {
  background: red;
}
.sll_doc__classification-B {
  background: white;
}
.sll-doc-search-result {
  position: relative;
}
.sll-doc-search-result li {
  padding: 10px;
}
.sll-doc-search-result li:nth-child(even) {
  background: #f1f0ee;
}
.sll-doc-search-result .sll-doc-search-hit-target {
  float: right;
}
.sll-highlight {
  background: yellow;
}
.sll-subtance-indication table {
  width: 100%;
}
@media (max-width: 767px) {
  .sll-subtance-indication table {
    display: block;
    overflow-x: auto;
  }
}
.sll-subtance-indication thead {
  background: #259ae8;
  color: white;
}
.sll-subtance-indication thead th {
  padding: 15px;
  text-align: left;
}
.sll-subtance-indication thead .tablesorter-header-inner {
  display: inline;
}
.sll-subtance-indication tbody tr:nth-child(even) {
  background: rgba(167, 157, 150, 0.35);
}
.sll-subtance-indication tbody tr:last-child {
  white-space: nowrap;
}
.sll-subtance-indication tbody tr td {
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .sll-subtance-indication tbody tr td {
    padding: 5px;
  }
}
.sll-subtance-indication tbody tr td p {
  margin: 0px;
}
thead th .tablesorter-header-inner {
  display: inline-block;
}
#sll_substance_table th {
  background-color: #034ea2;
}
#sll_substance_table th.tablesorter-header::after {
  font-family: "fontawesome";
  padding-left: 5px;
  color: white;
}
#sll_substance_table th.tablesorter-headerAsc::after {
  content: "\f107";
}
#sll_substance_table th.tablesorter-headerDesc::after {
  content: "\f106";
}
.sll_doc_related_links ul {
  padding: 0;
  list-style: none;
}
.sll_doc_related_links ul li {
  padding-bottom: 5px;
  border-bottom: 1px dotted;
}
.sll-decoration-button--blue {
  background-color: #002d5a;
  color: #fff;
}
.sll-decoration-button--blue .font-normal a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
.sll-decoration-button--blue .font-normal a:hover {
  color: #dbdbdb;
}
.sll-decoration-button--blue .font-normal a::after {
  position: absolute;
  right: -1em;
  line-height: 1;
  font-family: FontAwesome;
  content: "\f054";
  font-size: 1em;
  line-height: 1.7;
}
.btn-decoration {
  padding: 20px;
  color: #fff;
}
.btn-decoration .font-normal {
  color: #fff;
  margin-bottom: 0;
}
.btn-decoration .font-normal a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
.btn-decoration .font-normal a:hover {
  color: #dbdbdb;
}
.btn-decoration .font-normal a::after {
  position: absolute;
  right: -1em;
  line-height: 1;
  font-family: FontAwesome;
  content: "\f054";
  font-size: 1em;
  line-height: 1.7;
}
.sll-decoration-button--orange,
.sll-decoration-button--dark-gray {
  padding: 20px;
  color: #fff;
}
.sll-decoration-button--orange .font-normal,
.sll-decoration-button--dark-gray .font-normal {
  color: #fff;
  margin-bottom: 0;
}
.sll-decoration-button--orange .font-normal a,
.sll-decoration-button--dark-gray .font-normal a {
  color: #fff;
  text-decoration: none;
  position: relative;
}
.sll-decoration-button--orange .font-normal a:hover,
.sll-decoration-button--dark-gray .font-normal a:hover {
  color: #dbdbdb;
}
.sll-decoration-button--orange .font-normal a::after,
.sll-decoration-button--dark-gray .font-normal a::after {
  position: absolute;
  right: -1em;
  line-height: 1;
  font-family: FontAwesome;
  content: "\f054";
  font-size: 1em;
  line-height: 1.7;
}
.sll-decoration-button--orange {
  background-color: #eb9100;
}
.sll-decoration-button--dark-gray {
  background-color: #685c53;
}
/** file:top_border.less */
.sll-decoration-top-border {
  background-color: white;
  border-top: 8px solid;
}
.sll-decoration-top-border .sv-search-result {
  margin-top: 0;
}
.sll-decoration-top-border .sv-search-result li:first-child {
  padding-top: 0;
}
.sll-decoration-top-border h1,
.sll-decoration-top-border h2,
.sll-decoration-top-border h3 {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}
.sll-decoration-top-border .sv-row {
  padding-top: 0;
  padding-bottom: 0;
}
.sll-decoration-top-border--blue {
  border-top-color: #042e59;
}
.sll-decoration-top-border--blue-light {
  border-top-color: #1daeec;
}
.sll-decoration-top-border--orange {
  border-top-color: #e99023;
}
.sll-decoration-top-border--red {
  border-top-color: #970e34;
}
.sll-decoration-top-border--gray {
  border-top-color: #a89e98;
}
.sll-decoration-top-border--bg-lightgray {
  background-color: #f1f0ee;
}
.sv-decoration-content {
  padding: 20px;
}
.sv-decoration-content .sv-text-portlet-content > p {
  margin: 0px;
}
.sll-puff-decoration--grey,
.sll-puff-decoration--blue,
.sll-puff-decoration--white {
  padding: 20px;
}
.sll-puff-decoration--grey .sv-row,
.sll-puff-decoration--blue .sv-row,
.sll-puff-decoration--white .sv-row {
  padding-top: 0;
}
.sll-puff-decoration--grey h1.font-heading-1,
.sll-puff-decoration--blue h1.font-heading-1,
.sll-puff-decoration--white h1.font-heading-1 {
  margin-bottom: 8px;
}
.sll-puff-decoration--grey h1.font-heading-1,
.sll-puff-decoration--blue h1.font-heading-1,
.sll-puff-decoration--white h1.font-heading-1,
.sll-puff-decoration--grey h2.font-heading-2,
.sll-puff-decoration--blue h2.font-heading-2,
.sll-puff-decoration--white h2.font-heading-2,
.sll-puff-decoration--grey h2.font-heading-3,
.sll-puff-decoration--blue h2.font-heading-3,
.sll-puff-decoration--white h2.font-heading-3,
.sll-puff-decoration--grey h4.font-heading-4,
.sll-puff-decoration--blue h4.font-heading-4,
.sll-puff-decoration--white h4.font-heading-4 {
  margin-top: 0;
}
.sll-puff-decoration--grey p.font-normal,
.sll-puff-decoration--blue p.font-normal,
.sll-puff-decoration--white p.font-normal {
  margin-bottom: 6px;
}
.sll-puff-decoration--grey .font-normal a,
.sll-puff-decoration--blue .font-normal a,
.sll-puff-decoration--white .font-normal a {
  margin-bottom: 6px;
  text-decoration: none;
}
.sll-puff-decoration--grey .font-normal a:hover,
.sll-puff-decoration--blue .font-normal a:hover,
.sll-puff-decoration--white .font-normal a:hover {
  text-decoration: underline;
}
.sll-puff-decoration--grey {
  background-color: #e0ded9 !important;
}
.sll-puff-decoration--blue {
  background-color: #e0eaef !important;
}
.sll-puff-decoration--white {
  background-color: #fff !important;
}
/** file:text_box.less */
.sol-decoration-text-box {
  background-color: white;
  margin-bottom: 20px;
}
.sol-decoration-text-box .sv-search-result {
  margin-top: 0;
}
.sol-decoration-text-box .sv-search-result li:first-child {
  padding-top: 0;
}
.sol-decoration-text-box .sv-row {
  padding-top: 0;
  padding-bottom: 0;
}
.sol-decoration-text-box .sv-font-publiceringsdatum {
  padding-top: 5px;
}
.sol-decoration-text-box__header {
  border-bottom: 8px solid;
}
.sol-decoration-text-box__header h2 {
  margin: 0;
  padding: 20px;
  color: white;
  line-height: 34pt;
}
.sol-decoration-text-box--blue .sol-decoration-text-box__header {
  background-color: #042e59;
  border-bottom-color: #1daeec;
}
.sol-decoration-text-box--orange .sol-decoration-text-box__header {
  background-color: #cf7b14;
  border-bottom-color: #fed230;
}
.sol-decoration-text-box--red .sol-decoration-text-box__header {
  background-color: #970e34;
  border-bottom-color: #df156f;
}
.sol-decoration-text-box--gray .sol-decoration-text-box__header {
  background-color: #685c53;
  border-bottom-color: #a79d96;
}
.sll-fortbildning-search .sv-row:first-child {
  background-color: #e1ddda;
  width: 101.2%;
}
.sll-fortbildning-search .sv-row .sv-text-portlet {
  margin-left: 2em;
}
.sll-fortbildning-search .sv-row .sv-proxy-portlet + .sv-script-portlet {
  margin-left: 0;
}
.sll-fortbildning-search .sol-news-selector-education {
  margin-left: 3em;
}
@media (max-width: 767px) {
  .sll-fortbildning-search .sol-news-selector-education {
    margin-left: 2em;
  }
}
@media (max-width: 767px) {
  .sll-fortbildning-search .sol-news-selector-education {
    margin-top: 0;
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
.sll-fortbildning-search .sol-news-selector-education select {
  cursor: pointer;
}
@media (max-width: 767px) {
  .sll-fortbildning-search .sol-news-selector-education select {
    margin-bottom: 10px;
  }
}
.sll-fortbildning-search .sll-news-list {
  list-style: none;
  padding-left: 0;
}
.sll-fortbildning-search .sll-news-list-item {
  background-color: white;
  padding: 1.5em;
  padding-bottom: 0;
  padding-top: 0.5em;
  display: inline-block;
  margin-right: 0.9em;
  margin-bottom: 1em;
  height: 9em;
  width: 19em;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sll-fortbildning-search .sll-news-list-item {
    width: 100%;
    height: 100%;
  }
}
.sll-fortbildning-search .sll-news-list-item:nth-child(odd) {
  border-top: solid 8px #042e59;
}
.sll-fortbildning-search .sll-news-list-item:nth-child(even) {
  border-top: solid 8px #e99023;
}
.sll-fortbildning-search .sll-news-list-item:nth-child(3n) {
  margin-right: 0;
}
.sll-fortbildning-search .sll-news-list-item__date {
  font-size: 18px;
  font-weight: bold;
}
.sll-fortbildning-search .sll-news-list-item__header {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 5px;
}
.sll-fortbildning-search .sll-news-list-item__summary {
  font-style: italic;
  font-size: 16px;
  line-height: 1;
  padding-top: 10px;
  margin-bottom: -5px;
}
.sll-fortbildning-search .sll-news-list-item__link {
  font-size: 16px;
}
.sll-fortbildning-search .sll-news-list-item__link:hover {
  opacity: 0.7;
}
.sll-fortbildning-search .sll-news-list-item__link::before {
  content: '\f105';
  font-family: FontAwesome;
  font-weight: bold;
  padding-right: 5px;
}
.sll-fortbildning-search select {
  height: 40px;
  padding-left: 15px;
  width: 20em;
}
@media (max-width: 767px) {
  .sll-fortbildning-search select {
    width: 95%;
  }
}
.sll-fortbildning-search .MonthDropdown {
  margin-left: 3em;
}
.sll-fortbildning-search .fortbildning-search-button {
  cursor: pointer;
  border-radius: 50%;
  width: 3em;
  height: 3em;
  background: saddlebrown;
  border: none;
  vertical-align: top;
}
@media (max-width: 767px) {
  .sll-fortbildning-search .fortbildning-search-button {
    margin-top: 2em;
  }
}
.sll-fortbildning-search .fortbildning-search-button .fa-search {
  color: white;
  padding: 0;
  margin-right: 2px;
  margin-bottom: 3px;
}
.sll-fortbildning-search .fortbildning-search-button svg {
  margin-top: 4px;
}
@media only screen and (device-width: 360px) and (device-height: 740px) {
  .sll-fortbildning-search .fortbildning-search-button svg {
    margin-left: 0px !important;
    margin-top: 4px !important;
  }
}
@media (max-width: 767px) {
  .sll-fortbildning-search .fortbildning-search-button svg {
    margin-left: -3px;
    margin-top: 6px;
  }
}
.sll-fortbildning-xml {
  width: 99.4%;
}
.sll-fortbildning-xml .listitem {
  background-color: white;
  padding: 1.5em;
  padding-bottom: 0;
  padding-top: 0.5em;
  display: inline-block;
  margin-right: 0.9em;
  margin-bottom: 1em;
  height: 250px;
  width: 32.3%;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) and (min-width: 806px) {
  .sll-fortbildning-xml .listitem {
    width: 48.5%;
  }
  .sll-fortbildning-xml .listitem:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 806px) {
  .sll-fortbildning-xml .listitem {
    width: 48.1%;
  }
}
@media (max-width: 767px) {
  .sll-fortbildning-xml .listitem {
    width: 100%;
    height: 100%;
  }
}
.sll-fortbildning-xml .listitem:nth-child(odd) {
  border-top: solid 8px #042e59;
}
.sll-fortbildning-xml .listitem:nth-child(even) {
  border-top: solid 8px #e99023;
}
@media only screen and (max-width: 1200px) and (min-width: 806px) {
  .sll-fortbildning-xml .listitem:nth-child(3n) {
    margin-right: 0.9em;
  }
}
@media (min-width: 1200px) {
  .sll-fortbildning-xml .listitem:nth-child(3n) {
    margin-right: 0;
  }
}
.sll-fortbildning-xml #proxyerror {
  margin-left: 2em;
}
.sll-fortbildning-xml .sol-Date {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 5px;
}
.sll-fortbildning-xml .sol-EventName {
  display: inline-block;
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 0;
}
.sll-fortbildning-xml .sol-TargetAudience {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  font-style: italic;
  margin-top: 0;
}
.sll-fortbildning-xml .sol-lastDate {
  padding-top: 10px;
  padding-bottom: 10px;
  font-style: italic;
  margin-top: 0;
  padding-bottom: 5px;
}
.sll-fortbildning-xml .sol-readmore {
  margin-top: 0;
}
.sll-fortbildning-xml .sol-readmore a {
  color: #126998 !important;
  text-decoration: none !important;
  font-size: 16px;
}
.sll-fortbildning-xml .sol-readmore a:hover {
  opacity: 0.7;
}
.sll-fortbildning-xml .sol-readmore a::before {
  content: '\f105';
  font-family: FontAwesome;
  font-weight: bold;
  padding-right: 5px;
}
.sll-fortbildning-xml .sol-fortbildning-detail h1 {
  margin-top: 24px;
}
.sll-fortbildning-xml .sol-fortbildning-detail table {
  width: 100%;
}
.sll-fortbildning-xml .sol-fortbildning-detail .title {
  font-size: 30px;
  padding-left: 0;
}
.sll-fortbildning-xml .sol-fortbildning-detail p {
  display: inline-block;
  width: 100%;
}
.sll-fortbildning-xml .sol-fortbildning-detail td:nth-child(odd),
.sll-fortbildning-xml .sol-fortbildning-detail td .information {
  width: 10em;
  vertical-align: top;
}
@media (max-width: 767px) {
  .sll-fortbildning-xml .sol-fortbildning-detail td:nth-child(odd),
  .sll-fortbildning-xml .sol-fortbildning-detail td .information {
    width: 30%;
  }
}
.sll-fortbildning-xml .sol-fortbildning-detail .sol-fortbildning-row {
  display: block;
  padding: 10px;
  overflow: hidden;
}
.sll-fortbildning-xml .sol-fortbildning-detail .sol-fortbildning-row span {
  float: right;
  width: 73%;
}
.sll-fortbildning-xml .sol-fortbildning-detail .sol-fortbildning-row:nth-child(odd) {
  background-color: #d8d8d8;
}
@media (max-width: 767px) {
  .sll-fortbildning-xml .sol-fortbildning-detail .sol-fortbildning-row {
    display: block;
  }
}
.sll-fortbildning-xml .sol-fortbildning-detail .sol-fortbildning-organizer {
  display: block;
  width: auto !important;
  margin-left: 10.2em;
  margin-top: -1.8em;
  padding-bottom: 2em;
}
.sll-fortbildning-xml .sol-fortbildning-detail .sol-fortbildning-organizer:first {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .sll-fortbildning-xml .sol-fortbildning-detail .sol-fortbildning-organizer {
    margin-left: 0;
    margin-top: 0;
  }
}
.sll-fortbildning-xml .sol-fortbildning-detail #sol-fortbildning-startdate,
.sll-fortbildning-xml .sol-fortbildning-detail #sol-fortbildning-enddate {
  display: none;
}
.sll-fortbildning-xml .sv-text-portlet {
  margin-bottom: 2em;
  margin-top: 2em;
}
.sll-fortbildning-xml label {
  width: 40%;
  padding-right: 30px;
  line-height: normal;
}
@media (max-width: 767px) {
  .sll-fortbildning-xml label {
    width: 100%;
    margin-bottom: 10px;
  }
}
.sll-fortbildning-xml input,
.sll-fortbildning-xml select {
  height: 1.8em;
  width: 60%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 25px 0 20px;
}
@media (max-width: 767px) {
  .sll-fortbildning-xml input,
  .sll-fortbildning-xml select {
    width: 100%;
  }
}
.sll-fortbildning-xml select {
  padding: 0 25px 0 5px;
}
.sll-fortbildning-xml .sol-fortbildning-signup,
.sll-fortbildning-xml .sol-fortbildning-load-more {
  background-color: #002d5a;
  padding: 10px;
  color: white;
  border: none;
  cursor: pointer;
}
.sll-fortbildning-xml .sol-fortbildning-signup {
  display: block;
  margin: 20px 0;
}
.sll-fortbildning-xml .sol-fortbildning-thankyou {
  border: 1px solid green;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
}
.sll-fortbildning-xml table {
  width: 100%;
}
#h-Aktuellfortbildning {
  display: none;
}
.sol-fortbildning-table {
  margin-bottom: 20px;
}
.sol-fortbildning-form {
  display: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #353333;
}
.sol-fortbildning-form-group {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin: 0 0 25px 0;
}
@media (max-width: 767px) {
  .sol-fortbildning-form-group {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 20px 0;
  }
}
.sol-fortbildning-top-label {
  display: block;
  position: static !important;
  margin: 0 0 20px 0;
}
.sol-fortbildning-confirm {
  background-color: #126998;
  padding: 10px;
  color: white;
  border: none;
  cursor: pointer;
}
.sol-fortbildning-message {
  padding: 10px 0 0 0;
  background-color: transparent;
  color: red;
  display: none;
}
.sll-nationellt-inforande-links {
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  padding-top: 20px;
}
.sll-news-archive .sv-row:first-child {
  background-color: #e1ddda;
  margin-right: auto;
}
.sll-news-archive .sv-row h2,
.sll-news-archive .sv-row p {
  margin-left: 1em;
}
.sll-news-archive .sol-news-selector {
  margin-left: 16px;
}
@media (max-width: 767px) {
  .sll-news-archive .sol-news-selector {
    margin-top: 0;
    margin-left: 15px;
  }
}
.sll-news-archive .sol-news-selector__archive-toggle,
.sll-news-archive .sol-news-selector__date,
.sll-news-archive .sol-news-selector__text {
  width: 180px;
  height: 40px;
  font-size: 15px;
  font-weight: normal;
  color: #222222;
  padding-left: 16px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .sll-news-archive .sol-news-selector__archive-toggle,
  .sll-news-archive .sol-news-selector__date,
  .sll-news-archive .sol-news-selector__text {
    margin-bottom: 10px;
    width: 92%;
  }
}
.sll-news-archive .sll-news-list {
  list-style: none;
  padding-left: 0;
}
.sll-news-archive .sll-news-list-item {
  background-color: white;
  padding: 1.5em;
  padding-bottom: 0;
  padding-top: 0.5em;
  display: inline-block;
  margin-right: 0.9em;
  margin-bottom: 1em;
  height: 9em;
  width: 19em;
  font-size: 24px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sll-news-archive .sll-news-list-item {
    width: 100%;
    height: 100%;
  }
}
.sll-news-archive .sll-news-list-item:nth-child(odd) {
  border-top: solid 8px #042e59;
}
.sll-news-archive .sll-news-list-item:nth-child(even) {
  border-top: solid 8px #e99023;
}
@media (min-width: 992px) {
  .sll-news-archive .sll-news-list-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1426px) and (min-width: 992px) {
  .sll-news-archive .sll-news-list-item:nth-child(3n) {
    margin-right: 0.9em;
  }
}
.sll-news-archive .sll-news-list-item__date {
  font-size: 18px;
  font-weight: bold;
}
.sll-news-archive .sll-news-list-item__header {
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: 5px;
}
.sll-news-archive .sll-news-list-item__summary {
  font-style: italic;
  font-size: 16px;
  line-height: 1;
  padding-top: 10px;
  margin-bottom: -5px;
}
.sll-news-archive .sll-news-list-item__link {
  font-size: 16px;
}
.sll-news-archive .sll-news-list-item__link:hover {
  opacity: 0.7;
}
.sll-news-archive .sll-news-list-item__link::before {
  content: '\f105';
  font-family: FontAwesome;
  font-weight: bold;
  padding-right: 5px;
}
.sll-doc__env-pbt-item {
  padding-right: 10px;
}
.sll-doc__env-pbt-index-value {
  background: #1275b9;
  color: white;
  border-radius: 50%;
  padding: 3px;
  display: inline-block;
  width: 25px;
  height: 25px;
  text-align: center;
}
.sll-doc__env-pbt-heading {
  font-weight: bold;
}
* {
  box-sizing: border-box;
}
.sol-latest-movies-list > ul,
.sll-news--list > ul {
  list-style: none;
  padding: 0;
  display: inline-flex;
  width: 100%;
}
.sol-latest-movies-list .sv-channel-item,
.sll-news--list .sv-channel-item {
  width: calc(100% * (1/3) - 10px - 1px);
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 16px;
}
.sol-latest-movies-list .sv-channel-item:nth-child(3n),
.sll-news--list .sv-channel-item:nth-child(3n) {
  margin-right: auto;
}
@media (max-width: 767px) {
  .sol-latest-movies-list .sv-channel-item:nth-child(3n),
  .sll-news--list .sv-channel-item:nth-child(3n) {
    margin-right: 8px !important;
  }
}
@media (max-width: 767px) {
  .sol-latest-movies-list .sv-channel-item,
  .sll-news--list .sv-channel-item {
    width: 100%;
    margin-right: 8px;
  }
}
.sol-latest-movies-list .sv-channel-item h1,
.sll-news--list .sv-channel-item h1,
.sol-latest-movies-list .sv-channel-item h2,
.sll-news--list .sv-channel-item h2,
.sol-latest-movies-list .sv-channel-item h3,
.sll-news--list .sv-channel-item h3,
.sol-latest-movies-list .sv-channel-item h4,
.sll-news--list .sv-channel-item h4,
.sol-latest-movies-list .sv-channel-item h5,
.sll-news--list .sv-channel-item h5,
.sol-latest-movies-list .sv-channel-item h6,
.sll-news--list .sv-channel-item h6 {
  margin: 0;
}
.sol-latest-movies-list .sv-channel-item .sol-movie-list-item__img,
.sll-news--list .sv-channel-item .sol-movie-list-item__img {
  height: 230px;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.sol-latest-movies-list .sv-channel-item .sol-movie-list-item__text,
.sll-news--list .sv-channel-item .sol-movie-list-item__text {
  padding: 20px 10px;
  background-color: #fff;
  height: 180px;
  display: flex;
  flex-direction: column;
}
.sol-latest-movies-list .sv-channel-item .sol-movie-list-item__text h3,
.sll-news--list .sv-channel-item .sol-movie-list-item__text h3 {
  font-weight: lighter;
  font-size: 18pt;
  line-height: 28pt;
  font-weight: bold;
}
.sol-latest-movies-list .sv-channel-item .sol-movie-list-item__text h2,
.sll-news--list .sv-channel-item .sol-movie-list-item__text h2 {
  font-weight: lighter;
  font-size: 30pt;
  line-height: 34pt;
}
.sol-latest-movies-list .sv-channel-item .sol-read-more-link,
.sll-news--list .sv-channel-item .sol-read-more-link {
  margin-top: auto;
  font-size: 18px;
  line-height: 28px;
  color: #034ea2;
  position: relative;
}
.sol-latest-movies-list .sv-channel-item .sol-read-more-link::before,
.sll-news--list .sv-channel-item .sol-read-more-link::before {
  line-height: 1;
  font-family: FontAwesome;
  content: "\f054";
  font-size: 1em;
  line-height: 1.7;
  margin-right: 5px;
  display: inline-block;
  text-decoration: none;
}
.sll-news--list > ul {
  flex-wrap: wrap;
}
.sll-movie-load-more {
  background-color: transparent;
  border: none;
  font-weight: bold;
  position: relative;
  left: 50%;
  padding-bottom: 4em;
}
.sll-movie-load-more .circle-icon {
  background-color: #eb9100;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  margin-left: -0.5em;
  margin-top: 0.5em;
}
.sll-movie-load-more .fa-angle-down {
  color: white;
  font-size: 2.5em;
  left: 50%;
}
.sll-movie-modal {
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  top: 10% !important;
  width: auto;
  border: none;
  box-shadow: none;
  padding-left: 0 !important;
}
.sll-movie-modal .modal-dialog {
  max-width: 640px;
}
.modal-backdrop {
  background-color: black !important;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.8 !important;
}

/*# sourceMappingURL=/webdav/files/System/css/main.css.map */

