@charset "UTF-8";
/*!
 *  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
 * -------------------------- */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap");
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/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.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.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; }

/* Padding */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Padding */
.footer.coop-footer .coop-footer__contact p {
  margin-bottom: 0; }

.obscure {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100; }

/* Padding */
.column-right .componentSlider .coop-slider .content-slide {
  padding-right: 60px; }

.column-right .componentSlider .coop-slider .slick-prev {
  visibility: hidden; }

.column-left .componentSlider .coop-slider .content-slide {
  padding-left: 60px; }

.coop-slider {
  height: auto;
  max-width: 100%; }
  .coop-slider .slick-track {
    display: flex; }
  .coop-slider .slide section {
    height: 100%; }
  .coop-slider .slide {
    display: none; }
    .coop-slider .slide:first-of-type {
      display: block !important; }
  .coop-slider.slick-slider .slide {
    display: block !important;
    height: inherit !important; }
    .coop-slider.slick-slider .slide .ribbon {
      height: 100%; }
      .coop-slider.slick-slider .slide .ribbon .column-wrapper {
        height: inherit; }
  .coop-slider.slick-dotted {
    margin-bottom: 0 !important; }
  .coop-slider.theme-dark .slick-dots li button {
    background-color: #000; }
  .coop-slider.theme-dark .slick-arrow {
    color: #000; }
    .coop-slider.theme-dark .slick-arrow[disabled] {
      opacity: 0.65; }
    .coop-slider.theme-dark .slick-arrow:before {
      border-color: #000; }
  .coop-slider .slick-dots {
    bottom: 19px;
    padding: 0 30px; }
    .coop-slider .slick-dots.alternativ {
      bottom: -35px; }
    .coop-slider .slick-dots li {
      width: 46px;
      height: 6px; }
      .coop-slider .slick-dots li.slick-active button {
        opacity: 1; }
      .coop-slider .slick-dots li button {
        background-color: #fff;
        opacity: 0.2;
        width: 100%;
        height: 100%;
        transition-property: background-color;
        transition-duration: 0.5s;
        padding: 0; }
        .coop-slider .slick-dots li button:before {
          display: none; }
  .coop-slider .slick-arrow {
    color: #fff;
    opacity: 1;
    z-index: 5;
    height: 34px;
    width: 22px;
    background: none;
    border: 0; }
    .coop-slider .slick-arrow:before {
      border-style: solid;
      border-width: 5px 5px 0 0;
      content: '';
      display: inline-block;
      left: 0;
      top: 0;
      position: relative;
      transform: rotate(-45deg);
      vertical-align: top;
      width: 22px;
      height: 22px;
      opacity: 1;
      transition-property: border-color;
      transition-duration: 0.5s;
      color: #ffffff; }
    .coop-slider .slick-arrow.slick-prev {
      margin: 0;
      left: 30px; }
      .coop-slider .slick-arrow.slick-prev:before {
        transform: rotate(-135deg);
        left: -11px; }
    .coop-slider .slick-arrow.slick-next {
      margin: 0;
      right: 30px; }
      .coop-slider .slick-arrow.slick-next:before {
        transform: rotate(45deg);
        left: 11px; }
    .coop-slider .slick-arrow.slick-disabled {
      opacity: .5;
      cursor: default; }
  .coop-slider .centerImage img {
    margin: auto; }

/* WHEN THE SLIDER IS CONFINED TO A CONTAINER */
.container .coop-slider .slick-arrow.slick-prev {
  left: -40px; }

.container .coop-slider .slick-arrow.slick-next {
  right: -40px; }

@media (max-width: 991.98px) {
  .coop-slider .slick-dots {
    bottom: 2px; }
  .coop-slider .slick-arrow.slick-prev:before {
    left: 11px; }
  .coop-slider .slick-arrow.slick-next:before {
    left: -11px; } }

@media (max-width: 767.98px) {
  /* WHEN THE SLIDER IS CONFINED TO A CONTAINER */
  .container .coop-slider .slick-arrow.slick-prev {
    left: 15px; }
  .container .coop-slider .slick-arrow.slick-next {
    right: 15px; }
  /*.coop-slider {
    .slick-arrow {
      &.slick-prev {
        &:before { left: -11px; }
      }
      &.slick-next {
        &:before { left: 11px; }
      }
    }
  }*/ }

@media (max-width: 575.98px) {
  .coop-slider .slick-arrow {
    bottom: 0 !important;
    height: 22px;
    width: 16px; }
    .coop-slider .slick-arrow:before {
      border-width: 3px 3px 0 0;
      width: 16px;
      height: 16px; }
    .coop-slider .slick-arrow.slick-prev {
      margin-left: -20px !important; }
    .coop-slider .slick-arrow.slick-next {
      margin-right: -20px !important; }
  .coop-slider .slick-dots li {
    width: 20px;
    height: 5px;
    margin: 0 3px; } }

/* Padding */
.umbraco-forms-form .col-md-12 {
  padding: 0; }

/* Padding */
.ajax-form-wrapper {
  position: relative; }
  .ajax-form-wrapper .coop-label {
    display: none; }
  .ajax-form-wrapper.sending .ajax-form-spinner {
    display: inline; }
  .ajax-form-wrapper.success .thank-you-message {
    display: block; }
  .ajax-form-wrapper.success .ajax-form-content {
    display: none !important; }
  .ajax-form-wrapper .thank-you-message {
    display: none;
    font-size: 42px;
    font-weight: 700; }
  .ajax-form-wrapper .ajax-form-spinner {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 30;
    background: rgba(255, 255, 255, 0.4); }
    .ajax-form-wrapper .ajax-form-spinner .spinner {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -35px;
      margin-top: -13px; }

/* Padding */
/*.checkbox { position: relative; padding-left: 55px; user-select: none;
  input { position: absolute; opacity: 0; cursor: pointer; top: 2px; left: 0; height: 40px; width: 40px;
    &:checked ~ label::after { content: '\2713'; }
  }
  label { font-size: 10px; line-height: 16px; cursor: pointer; margin-bottom: 0;
    &::after { content: ' '; background: #fff; color: #000; font-weight: bold; font-size: 30px; text-align: center; line-height: 47px; position: absolute; display: block; height: 40px; width: 40px; left: 0; top: 2px; }
  }
}*/
/* Padding */
#Shoppinglist-app-root {
  color: #333333 !important; }

/* Padding */
.content-padding {
  padding: 100px 80px; }

@media (max-width: 767.98px) {
  .content-padding {
    padding: 80px 30px; } }

@media (max-width: 575.98px) {
  .content-padding {
    padding: 80px 15px; } }

/*PADDING TOP*/
.normal-padding-top .padding-default-top,
.padding-default-top {
  padding-top: 60px; }

.no-padding-top .padding-default-top,
.no-padding-top.padding-default-top {
  padding-top: 0; }

.normal-padding-top > .padding-default-top,
.normal-padding-top.padding-default-top {
  padding-top: 60px; }

@media (max-width: 991.98px) {
  .normal-padding-top-mobile .padding-default-top,
  .padding-default-top {
    padding-top: 40px; }
  .no-padding-top-mobile .padding-default-top,
  .no-padding-top-mobile.padding-default-top {
    padding-top: 0; }
  .normal-padding-top-mobile > .padding-default-top,
  .normal-padding-top-mobile.padding-default-top {
    padding-top: 40px; } }

.normal-padding-bottom .padding-default-bottom,
.padding-default-bottom {
  padding-bottom: 60px; }

.no-padding-bottom .padding-default-bottom,
.no-padding-bottom.padding-default-bottom {
  padding-bottom: 0; }

.normal-padding-bottom > .padding-default-bottom,
.normal-padding-bottom.padding-default-bottom {
  padding-bottom: 60px; }

@media (max-width: 991.98px) {
  .normal-padding-bottom-mobile .padding-default-bottom,
  .padding-default-bottom {
    padding-bottom: 40px; }
  .no-padding-bottom-mobile .padding-default-bottom,
  .no-padding-bottom-mobile.padding-default-bottom {
    padding-bottom: 0; }
  .normal-padding-bottom-mobile > .padding-default-bottom,
  .normal-padding-bottom-mobile.padding-default-bottom {
    padding-bottom: 40px; } }

/* Padding */
.pagination {
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: default; }
  .pagination li {
    display: inline-block;
    border: 1px solid #8E8E8E; }
    .pagination li span, .pagination li a {
      display: block;
      width: 40px;
      height: 40px;
      text-align: center;
      line-height: 45px; }
    .pagination li span {
      color: #8E8E8E; }
    .pagination li.disabled {
      color: #dee2e6;
      cursor: default; }
    .pagination li.active {
      background-color: #C31414;
      border: 1px solid #C31414; }
      .pagination li.active span, .pagination li.active a {
        color: #fff; }

/* Padding */
.foldout-wrapper {
  position: relative; }
  .foldout-wrapper .foldout-content {
    overflow: hidden;
    margin-top: 70px; }

.toggle-foldout {
  cursor: pointer; }

.toggle-foldout-plus {
  transform: rotate(45deg);
  margin-top: -60px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid #333333;
  top: 0px;
  width: 52px;
  height: 52px;
  position: absolute;
  left: 50%;
  margin-left: -26px;
  z-index: 5;
  transition: transform 0.5s; }
  .toggle-foldout-plus:after {
    content: " ";
    position: absolute;
    display: block;
    background-color: #333333;
    height: 4px;
    margin-top: -2px;
    top: 50%;
    left: 4px;
    right: 4px;
    z-index: 9; }
  .toggle-foldout-plus:before {
    content: " ";
    position: absolute;
    display: block;
    background-color: #333333;
    width: 4px;
    margin-left: -2px;
    left: 50%;
    top: 4px;
    bottom: 4px;
    z-index: 9; }

.collapsed .toggle-foldout-plus {
  transform: rotate(0); }

@media (max-width: 991.98px) {
  .toggle-foldout-plus {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    top: 0px;
    margin-top: -40px; }
  .foldout-wrapper .foldout-content {
    margin-top: 50px; } }

@font-face {
  font-family: "COOP";
  src: url("https://cdn.jsdelivr.net/gh/coop-digital/coop-cvi/dist/fonts/WOFF-2/COOPWeb-Light.woff2") format("woff2"), url("https://cdn.jsdelivr.net/gh/coop-digital/coop-cvi/dist/fonts/WOFF/COOPWeb-Light.woff") format("woff");
  font-weight: 300;
  font-style: lighter;
  font-display: swap; }

@font-face {
  font-family: "COOP";
  src: url("https://cdn.jsdelivr.net/gh/coop-digital/coop-cvi/dist/fonts/WOFF-2/COOPWeb-Regular.woff2") format("woff2"), url("https://cdn.jsdelivr.net/gh/coop-digital/coop-cvi/dist/fonts/WOFF/COOPWeb-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "COOP";
  src: url("https://cdn.jsdelivr.net/gh/coop-digital/coop-cvi/dist/fonts/WOFF-2/COOPWeb-Medium.woff2") format("woff2"), url("https://cdn.jsdelivr.net/gh/coop-digital/coop-cvi/dist/fonts/WOFF/COOPWeb-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "COOP";
  src: url("https://cdn.jsdelivr.net/gh/coop-digital/coop-cvi/dist/fonts/WOFF-2/COOPWeb-SemiBold.woff2") format("woff2"), url("https://cdn.jsdelivr.net/gh/coop-digital/coop-cvi/dist/fonts/WOFF/COOPWeb-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "COOP";
  src: url("https://cdn.jsdelivr.net/gh/coop-digital/coop-cvi/dist/fonts/WOFF-2/COOPWeb-Bold.woff2") format("woff2"), url("https://cdn.jsdelivr.net/gh/coop-digital/coop-cvi/dist/fonts/WOFF/COOPWeb-Bold.woff") format("woff");
  font-weight: 700;
  font-style: bold;
  font-display: swap; }

.xsmall, span.xsmall {
  font-size: -3rem; }

.small, span.small {
  font-size: -1rem; }

.large, span.large {
  font-size: 3rem; }

h1, .h1, .h1-standin {
  font-size: 48px; }
  h1.large, h1 span.large, .h1.large, .h1 span.large, .h1-standin.large, .h1-standin span.large {
    font-size: 50px; }
  h1.small, h1 span.small, .h1.small, .h1 span.small, .h1-standin.small, .h1-standin span.small {
    font-size: 46px; }
  h1.xsmall, h1 span.xsmall, .h1.xsmall, .h1 span.xsmall, .h1-standin.xsmall, .h1-standin span.xsmall {
    font-size: 44px; }
  @media (max-width: 991.98px) {
    h1, .h1, .h1-standin {
      font-size: 36px; }
      h1.large, h1 span.large, .h1.large, .h1 span.large, .h1-standin.large, .h1-standin span.large {
        font-size: 38px; }
      h1.small, h1 span.small, .h1.small, .h1 span.small, .h1-standin.small, .h1-standin span.small {
        font-size: 34px; }
      h1.xsmall, h1 span.xsmall, .h1.xsmall, .h1 span.xsmall, .h1-standin.xsmall, .h1-standin span.xsmall {
        font-size: 32px; } }
  @media (max-width: 767.98px) {
    h1, .h1, .h1-standin {
      font-size: 30px; }
      h1.large, h1 span.large, .h1.large, .h1 span.large, .h1-standin.large, .h1-standin span.large {
        font-size: 32px; }
      h1.small, h1 span.small, .h1.small, .h1 span.small, .h1-standin.small, .h1-standin span.small {
        font-size: 28px; }
      h1.xsmall, h1 span.xsmall, .h1.xsmall, .h1 span.xsmall, .h1-standin.xsmall, .h1-standin span.xsmall {
        font-size: 26px; } }

h2, .h2, .h2-standin {
  font-size: 42px; }
  h2.large, h2 span.large, .h2.large, .h2 span.large, .h2-standin.large, .h2-standin span.large {
    font-size: 44px; }
  h2.small, h2 span.small, .h2.small, .h2 span.small, .h2-standin.small, .h2-standin span.small {
    font-size: 40px; }
  h2.xsmall, h2 span.xsmall, .h2.xsmall, .h2 span.xsmall, .h2-standin.xsmall, .h2-standin span.xsmall {
    font-size: 38px; }
  @media (max-width: 991.98px) {
    h2, .h2, .h2-standin {
      font-size: 30px; }
      h2.large, h2 span.large, .h2.large, .h2 span.large, .h2-standin.large, .h2-standin span.large {
        font-size: 32px; }
      h2.small, h2 span.small, .h2.small, .h2 span.small, .h2-standin.small, .h2-standin span.small {
        font-size: 28px; }
      h2.xsmall, h2 span.xsmall, .h2.xsmall, .h2 span.xsmall, .h2-standin.xsmall, .h2-standin span.xsmall {
        font-size: 26px; } }
  @media (max-width: 767.98px) {
    h2, .h2, .h2-standin {
      font-size: 24px; }
      h2.large, h2 span.large, .h2.large, .h2 span.large, .h2-standin.large, .h2-standin span.large {
        font-size: 26px; }
      h2.small, h2 span.small, .h2.small, .h2 span.small, .h2-standin.small, .h2-standin span.small {
        font-size: 22px; }
      h2.xsmall, h2 span.xsmall, .h2.xsmall, .h2 span.xsmall, .h2-standin.xsmall, .h2-standin span.xsmall {
        font-size: 20px; } }

h3, .h3, .h3-standin {
  font-size: 36px; }
  h3.large, h3 span.large, .h3.large, .h3 span.large, .h3-standin.large, .h3-standin span.large {
    font-size: 38px; }
  h3.small, h3 span.small, .h3.small, .h3 span.small, .h3-standin.small, .h3-standin span.small {
    font-size: 34px; }
  h3.xsmall, h3 span.xsmall, .h3.xsmall, .h3 span.xsmall, .h3-standin.xsmall, .h3-standin span.xsmall {
    font-size: 32px; }
  @media (max-width: 991.98px) {
    h3, .h3, .h3-standin {
      font-size: 24px; }
      h3.large, h3 span.large, .h3.large, .h3 span.large, .h3-standin.large, .h3-standin span.large {
        font-size: 26px; }
      h3.small, h3 span.small, .h3.small, .h3 span.small, .h3-standin.small, .h3-standin span.small {
        font-size: 22px; }
      h3.xsmall, h3 span.xsmall, .h3.xsmall, .h3 span.xsmall, .h3-standin.xsmall, .h3-standin span.xsmall {
        font-size: 20px; } }
  @media (max-width: 767.98px) {
    h3, .h3, .h3-standin {
      font-size: 20px; }
      h3.large, h3 span.large, .h3.large, .h3 span.large, .h3-standin.large, .h3-standin span.large {
        font-size: 22px; }
      h3.small, h3 span.small, .h3.small, .h3 span.small, .h3-standin.small, .h3-standin span.small {
        font-size: 18px; }
      h3.xsmall, h3 span.xsmall, .h3.xsmall, .h3 span.xsmall, .h3-standin.xsmall, .h3-standin span.xsmall {
        font-size: 16px; } }

h4, .h4, .h4-standin {
  font-size: 24px; }
  h4.large, h4 span.large, .h4.large, .h4 span.large, .h4-standin.large, .h4-standin span.large {
    font-size: 26px; }
  h4.small, h4 span.small, .h4.small, .h4 span.small, .h4-standin.small, .h4-standin span.small {
    font-size: 22px; }
  h4.xsmall, h4 span.xsmall, .h4.xsmall, .h4 span.xsmall, .h4-standin.xsmall, .h4-standin span.xsmall {
    font-size: 20px; }
  @media (max-width: 991.98px) {
    h4, .h4, .h4-standin {
      font-size: 20px; }
      h4.large, h4 span.large, .h4.large, .h4 span.large, .h4-standin.large, .h4-standin span.large {
        font-size: 22px; }
      h4.small, h4 span.small, .h4.small, .h4 span.small, .h4-standin.small, .h4-standin span.small {
        font-size: 18px; }
      h4.xsmall, h4 span.xsmall, .h4.xsmall, .h4 span.xsmall, .h4-standin.xsmall, .h4-standin span.xsmall {
        font-size: 16px; } }
  @media (max-width: 767.98px) {
    h4, .h4, .h4-standin {
      font-size: 18px; }
      h4.large, h4 span.large, .h4.large, .h4 span.large, .h4-standin.large, .h4-standin span.large {
        font-size: 20px; }
      h4.small, h4 span.small, .h4.small, .h4 span.small, .h4-standin.small, .h4-standin span.small {
        font-size: 16px; }
      h4.xsmall, h4 span.xsmall, .h4.xsmall, .h4 span.xsmall, .h4-standin.xsmall, .h4-standin span.xsmall {
        font-size: 14px; } }

h5, .h5, .h5-standin {
  font-size: 20px; }
  h5.large, h5 span.large, .h5.large, .h5 span.large, .h5-standin.large, .h5-standin span.large {
    font-size: 22px; }
  h5.small, h5 span.small, .h5.small, .h5 span.small, .h5-standin.small, .h5-standin span.small {
    font-size: 18px; }
  h5.xsmall, h5 span.xsmall, .h5.xsmall, .h5 span.xsmall, .h5-standin.xsmall, .h5-standin span.xsmall {
    font-size: 16px; }
  @media (max-width: 991.98px) {
    h5, .h5, .h5-standin {
      font-size: 18px; }
      h5.large, h5 span.large, .h5.large, .h5 span.large, .h5-standin.large, .h5-standin span.large {
        font-size: 20px; }
      h5.small, h5 span.small, .h5.small, .h5 span.small, .h5-standin.small, .h5-standin span.small {
        font-size: 16px; }
      h5.xsmall, h5 span.xsmall, .h5.xsmall, .h5 span.xsmall, .h5-standin.xsmall, .h5-standin span.xsmall {
        font-size: 14px; } }
  @media (max-width: 767.98px) {
    h5, .h5, .h5-standin {
      font-size: 16px; }
      h5.large, h5 span.large, .h5.large, .h5 span.large, .h5-standin.large, .h5-standin span.large {
        font-size: 18px; }
      h5.small, h5 span.small, .h5.small, .h5 span.small, .h5-standin.small, .h5-standin span.small {
        font-size: 14px; }
      h5.xsmall, h5 span.xsmall, .h5.xsmall, .h5 span.xsmall, .h5-standin.xsmall, .h5-standin span.xsmall {
        font-size: 12px; } }

h6, .h6, .h6-standin {
  font-size: 1rem; }
  h6.large, h6 span.large, .h6.large, .h6 span.large, .h6-standin.large, .h6-standin span.large {
    font-size: 3rem; }
  h6.small, h6 span.small, .h6.small, .h6 span.small, .h6-standin.small, .h6-standin span.small {
    font-size: -1rem; }
  h6.xsmall, h6 span.xsmall, .h6.xsmall, .h6 span.xsmall, .h6-standin.xsmall, .h6-standin span.xsmall {
    font-size: -3rem; }
  @media (max-width: 991.98px) {
    h6, .h6, .h6-standin {
      font-size: 16px; }
      h6.large, h6 span.large, .h6.large, .h6 span.large, .h6-standin.large, .h6-standin span.large {
        font-size: 18px; }
      h6.small, h6 span.small, .h6.small, .h6 span.small, .h6-standin.small, .h6-standin span.small {
        font-size: 14px; }
      h6.xsmall, h6 span.xsmall, .h6.xsmall, .h6 span.xsmall, .h6-standin.xsmall, .h6-standin span.xsmall {
        font-size: 12px; } }
  @media (max-width: 767.98px) {
    h6, .h6, .h6-standin {
      font-size: 14px; }
      h6.large, h6 span.large, .h6.large, .h6 span.large, .h6-standin.large, .h6-standin span.large {
        font-size: 16px; }
      h6.small, h6 span.small, .h6.small, .h6 span.small, .h6-standin.small, .h6-standin span.small {
        font-size: 12px; }
      h6.xsmall, h6 span.xsmall, .h6.xsmall, .h6 span.xsmall, .h6-standin.xsmall, .h6-standin span.xsmall {
        font-size: 10px; } }

@media (max-width: 767.98px) {
  p {
    font-size: 14px; }
    p.large, p span.large {
      font-size: 16px; }
    p.small, p span.small {
      font-size: 12px; }
    p.xsmall, p span.xsmall {
      font-size: 10px; } }

/* Padding */
.ribbon {
  position: relative; }
  .ribbon > section {
    width: 100%; }
  .ribbon .scroll-target {
    position: absolute;
    top: -62px; }
  .ribbon .ribbon-border-wrapper {
    position: relative; }
    .ribbon .ribbon-border-wrapper .ribbon-border {
      position: absolute;
      border-width: 8px;
      border-style: solid;
      top: 40px;
      right: 48px;
      bottom: 40px;
      left: 48px;
      pointer-events: none; }
    .ribbon .ribbon-border-wrapper .padding-default-top {
      padding-top: 83px; }
    .ribbon .ribbon-border-wrapper .padding-default-bottom {
      padding-bottom: 83px; }
  .ribbon .basic-menu .ribbon .scroll-target {
    top: -100px; }
  @media (max-width: 1300px) and (min-width: 1200px), (max-width: 1090px) and (min-width: 992px) {
    .ribbon .ribbon-border-wrapper {
      padding: 0; }
      .ribbon .ribbon-border-wrapper .ribbon-border {
        display: none; } }
  @media (max-width: 992px) {
    .ribbon .ribbon-border-wrapper .ribbon-border {
      display: block;
      top: 22px;
      right: 16px;
      bottom: 22px;
      left: 16px; }
    .ribbon .ribbon-border-wrapper .padding-default-top {
      padding-top: 63px; }
    .ribbon .ribbon-border-wrapper .padding-default-bottom {
      padding-bottom: 63px; }
    .ribbon .ribbon-border-wrapper .container,
    .ribbon .ribbon-border-wrapper .ribbon-split-container {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 575px) {
    .ribbon .ribbon-border-wrapper {
      padding: 0; }
      .ribbon .ribbon-border-wrapper .ribbon-border {
        display: none; } }

/* Padding */
.ribbonText.hasBorderStyle .text-wrapper {
  padding: 0 45px; }

@media (max-width: 575.98px) {
  .ribbonText.hasBorderStyle .text-wrapper {
    padding: 0 15px; } }

/* Padding */
.ribbonCatalog {
  overflow: hidden; }
  .ribbonCatalog .column-catalog {
    padding-right: 75px;
    margin-left: auto;
    position: relative; }
    .ribbonCatalog .column-catalog .ribbon-split-container {
      width: 570px;
      min-height: 400px;
      display: flex;
      margin: 0;
      position: relative;
      height: 100%; }
  .ribbonCatalog .column-text {
    padding-left: 75px;
    margin-right: auto; }
  .ribbonCatalog .ribbon-split-container {
    width: 570px;
    display: block;
    margin: auto; }
    .ribbonCatalog .ribbon-split-container .text-wrapper {
      padding: 66px 0; }
  .ribbonCatalog .catalog {
    max-width: 55%;
    display: block;
    margin-left: auto; }
    .ribbonCatalog .catalog img {
      max-width: 100%; }

@media (max-width: 1199.98px) {
  .ribbonCatalog .column-catalog {
    padding-right: 60px; }
  .ribbonCatalog .column-text {
    padding-left: 60px; }
  .ribbonCatalog .ribbon-split-container {
    width: 470px; } }

@media (max-width: 991.98px) {
  .ribbonCatalog {
    display: flex;
    flex-direction: column; }
    .ribbonCatalog .row {
      flex-direction: column-reverse; }
    .ribbonCatalog .catalog {
      max-width: 90%;
      text-align: center;
      margin: auto; }
      .ribbonCatalog .catalog img {
        max-width: 57%; }
    .ribbonCatalog .column-catalog {
      padding-right: 0;
      padding-left: 0;
      align-self: center; }
    .ribbonCatalog .column-text {
      padding-right: 15px;
      padding-left: 15px;
      align-self: center; }
      .ribbonCatalog .column-text .ribbon-split-container {
        padding-bottom: 0;
        padding-top: 52px; }
    .ribbonCatalog .column-text, .ribbonCatalog .column-catalog {
      width: 100%;
      max-width: none;
      flex-basis: auto;
      display: block; }
    .ribbonCatalog .ribbon-split-container {
      width: auto;
      margin: 0 auto;
      display: block;
      padding-top: 40px;
      padding-bottom: 40px; }
      .ribbonCatalog .ribbon-split-container .text-wrapper {
        padding: 0;
        text-align: center; } }

@media (max-width: 575.98px) {
  .ribbonCatalog .column-catalog .ribbon-split-container {
    min-height: 250px; } }

/* Padding */
﻿.ribbon.ribbonSplit .ribbon-split-section .column-wrapper {
  display: flex; }
  ﻿.ribbon.ribbonSplit .ribbon-split-section .column-wrapper .column {
    flex-basis: 50%;
    max-width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center; }
    ﻿.ribbon.ribbonSplit .ribbon-split-section .column-wrapper .column.column-left .ribbon-split-container {
      padding-right: 80px;
      margin-left: auto;
      padding-left: 15px; }
    ﻿.ribbon.ribbonSplit .ribbon-split-section .column-wrapper .column.column-right .ribbon-split-container {
      padding-left: 80px;
      padding-right: 15px; }
    ﻿.ribbon.ribbonSplit .ribbon-split-section .column-wrapper .column .ribbon-split-container {
      max-width: 570px;
      width: 100%;
      min-height: 1px;
      display: block; }

@media (max-width: 1199.98px) {
  .ribbon.ribbonSplit .ribbon-split-section .column-wrapper .column.column-left .ribbon-split-container {
    padding-right: 60px; }
  .ribbon.ribbonSplit .ribbon-split-section .column-wrapper .column.column-right .ribbon-split-container {
    padding-left: 60px; }
  .ribbon.ribbonSplit .ribbon-split-section .column-wrapper .column .ribbon-split-container {
    max-width: 470px;
    width: 100%; } }

@media (max-width: 991.98px) {
  .ribbon.ribbonSplit .ribbon-split-section .column-wrapper {
    flex-direction: column; }
  .ribbon.ribbonSplit .ribbon-split-section.no-container-responsive .column .ribbon-split-container {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .ribbon.ribbonSplit .ribbon-split-section.reverse-responsive .column-wrapper {
    flex-direction: column-reverse; }
  .ribbon.ribbonSplit .ribbon-split-section .column-wrapper .column {
    width: 100%;
    max-width: none;
    flex-basis: auto; }
    .ribbon.ribbonSplit .ribbon-split-section .column-wrapper .column.has-background-image {
      min-height: 250px; }
    .ribbon.ribbonSplit .ribbon-split-section .column-wrapper .column.column-left .ribbon-split-container {
      padding-right: 15px;
      padding-left: 15px;
      align-self: center; }
    .ribbon.ribbonSplit .ribbon-split-section .column-wrapper .column.column-right .ribbon-split-container {
      padding-right: 15px;
      padding-left: 15px;
      align-self: center; }
    .ribbon.ribbonSplit .ribbon-split-section .column-wrapper .column .ribbon-split-container {
      width: 100%;
      margin: 0 auto;
      display: block;
      max-width: 959px; } }

@media (max-width: 767.98px) {
  .ribbon.ribbonSplit .ribbon-split-section .column-wrapper .column .ribbon-split-container {
    max-width: 958px; } }

@media (max-width: 575.98px) {
  .ribbon.ribbonSplit .ribbon-split-section .column-wrapper .column {
    width: 100%;
    max-width: 100%;
    flex-basis: auto; }
    .ribbon.ribbonSplit .ribbon-split-section .column-wrapper .column .ribbon-split-container {
      width: 100%;
      padding-left: 15px !important;
      padding-right: 15px !important; } }

/* Padding */
﻿.shoplocator.kardex {
  padding-top: 100px;
  padding-bottom: 100px; }

﻿.shoplocator .shoplocator-top {
  padding: 0px; }
  ﻿.shoplocator .shoplocator-top.dark-theme .button-wrapper .zoom-in, ﻿.shoplocator .shoplocator-top.dark-theme .button-wrapper .zoom-out {
    background-color: #000; }
  ﻿.shoplocator .shoplocator-top .button-wrapper {
    bottom: 40px !important;
    width: 38px;
    background-color: transparent;
    cursor: pointer;
    margin-right: 30px; }
    ﻿.shoplocator .shoplocator-top .button-wrapper .button-style {
      width: 38px;
      height: 38px; }
    ﻿.shoplocator .shoplocator-top .button-wrapper .zoom-in {
      margin-bottom: 10px;
      background-color: #C31414;
      position: relative; }
      ﻿.shoplocator .shoplocator-top .button-wrapper .zoom-in::before, ﻿.shoplocator .shoplocator-top .button-wrapper .zoom-in::after {
        position: absolute;
        left: 17px;
        content: ' ';
        height: 19px;
        width: 2px;
        top: 9px;
        background-color: #fff; }
      ﻿.shoplocator .shoplocator-top .button-wrapper .zoom-in::before {
        transform: rotate(90deg); }
    ﻿.shoplocator .shoplocator-top .button-wrapper .zoom-out {
      background-color: #C31414;
      position: relative; }
      ﻿.shoplocator .shoplocator-top .button-wrapper .zoom-out:after {
        transform: rotate(90deg);
        position: absolute;
        left: 18px;
        content: ' ';
        height: 19px;
        top: 10px;
        width: 2px;
        background-color: #fff; }
  ﻿.shoplocator .shoplocator-top.shoplocator-main.dark-theme .search-container {
    background: #000; }
  ﻿.shoplocator .shoplocator-top.shoplocator-main.dark-theme .map-holder .map-box .map .infoBox {
    background-color: #000; }
  ﻿.shoplocator .shoplocator-top.shoplocator-main.dark-theme .map-holder .store-info .ribbonSplit .column.column-left .opening-hours-address .button-container .buttons a {
    background: #000; }
  ﻿.shoplocator .shoplocator-top.shoplocator-main.dark-theme .map-holder .store-info .ribbonSplit .column.column-right {
    background-color: #000; }
  ﻿.shoplocator .shoplocator-top.shoplocator-main.dark-theme .map-holder .store-facebook a {
    background: #000; }
  ﻿.shoplocator .shoplocator-top.shoplocator-main .search-container {
    padding: 12px 30px; }
    ﻿.shoplocator .shoplocator-top.shoplocator-main .search-container .search-store {
      max-width: 355px;
      width: 100%;
      background-color: #fff;
      border: 1px solid #CCCCCC; }
      ﻿.shoplocator .shoplocator-top.shoplocator-main .search-container .search-store .form-control {
        background-color: #fff;
        border: 0;
        font-size: 14px;
        padding: 0 20px;
        height: 50px;
        line-height: 1;
        position: relative;
        color: #333333; }
        ﻿.shoplocator .shoplocator-top.shoplocator-main .search-container .search-store .form-control:active, ﻿.shoplocator .shoplocator-top.shoplocator-main .search-container .search-store .form-control:focus, ﻿.shoplocator .shoplocator-top.shoplocator-main .search-container .search-store .form-control:focus-within {
          outline: none; }
      ﻿.shoplocator .shoplocator-top.shoplocator-main .search-container .search-store .btn-search {
        text-align: center;
        background-color: #fff;
        padding: 17px;
        cursor: pointer;
        border: none;
        color: #CCCCCC; }
      ﻿.shoplocator .shoplocator-top.shoplocator-main .search-container .search-store input:-ms-input-placeholder,
      ﻿.shoplocator .shoplocator-top.shoplocator-main .search-container .search-store input:-webkit-input-placeholder,
      ﻿.shoplocator .shoplocator-top.shoplocator-main .search-container .search-store input:-moz-placeholder,
      ﻿.shoplocator .shoplocator-top.shoplocator-main .search-container .search-store input::-moz-placeholder {
        color: #333333;
        outline: none; }
  ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .store-info .ribbonSplit .column.column-left {
    background-color: #fff;
    color: #000; }
    ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .store-info .ribbonSplit .column.column-left .opening-hours-address {
      background: #fff; }
      ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .store-info .ribbonSplit .column.column-left .opening-hours-address .streetAddress {
        margin-bottom: 20px; }
      ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .store-info .ribbonSplit .column.column-left .opening-hours-address .button-container {
        margin-top: 25px; }
        ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .store-info .ribbonSplit .column.column-left .opening-hours-address .button-container .buttons {
          margin: 0px -6px; }
          ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .store-info .ribbonSplit .column.column-left .opening-hours-address .button-container .buttons a {
            color: #fff;
            font-weight: bolder; }
            ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .store-info .ribbonSplit .column.column-left .opening-hours-address .button-container .buttons a.btn {
              background-color: #C31414;
              margin: 6px 10px; }
  ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .store-info .ribbonSplit .column.column-right {
    color: #fff;
    background-color: #C31414; }
    ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .store-info .ribbonSplit .column.column-right .opening-hours-table .pageName {
      text-align: center;
      margin-bottom: 5px;
      font-size: 42px; }
    ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .store-info .ribbonSplit .column.column-right .opening-hours-table .tablePagination .departmentname {
      display: none; }
  ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .store-facebook {
    background-color: #333333;
    color: #fff; }
    ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .store-facebook .column.column-left .buttons a.btn {
      color: #fff;
      background-color: #C31414;
      font-weight: bolder; }
    ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .store-facebook .column.column-right .facebook-side {
      width: 570px;
      min-height: 1px;
      display: block; }
  ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .store-offers .slick-arrow {
    color: #333333;
    opacity: 1;
    z-index: 5;
    height: 34px;
    width: 22px; }
    ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .store-offers .slick-arrow:before {
      border-style: solid;
      border-width: 5px 5px 0 0;
      content: '';
      display: inline-block;
      left: 0;
      top: 0;
      position: relative;
      transform: rotate(-45deg);
      vertical-align: top;
      width: 22px;
      height: 22px;
      opacity: 1;
      transition-property: border-color;
      transition-duration: 0.5s; }
    ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .store-offers .slick-arrow.slick-prev {
      margin: 0;
      left: 30px; }
      ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .store-offers .slick-arrow.slick-prev:before {
        transform: rotate(-135deg);
        left: 5px;
        color: #333333; }
    ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .store-offers .slick-arrow.slick-next {
      margin: 0;
      right: 30px; }
      ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .store-offers .slick-arrow.slick-next:before {
        transform: rotate(45deg);
        left: -5px;
        color: #333333; }
  ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .map-box {
    height: 600px;
    position: relative; }
    ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .map-box .map {
      height: 600px; }
      ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .map-box .map .infoBox {
        border-radius: 0px;
        background-color: #C31414;
        color: #fff;
        width: 375px;
        overflow: visible !important; }
        ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .map-box .map .infoBox .close-box {
          text-align: right;
          margin: 10px 15px -10px;
          cursor: pointer; }
          ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .map-box .map .infoBox .close-box:before {
            content: url(/assets/images/map/CloseInfo.png); }
        ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .map-box .map .infoBox p {
          margin-bottom: 0 !important; }
        ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .map-box .map .infoBox .box {
          padding: 15px; }
          ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .map-box .map .infoBox .box address span {
            font-size: 14px;
            font-family: 'Coop', Verdana, sans-serif;
            line-height: 1.43; }
        ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .map-box .map .infoBox .btn.btn-appendix {
          background-color: #C31414;
          font-weight: bolder;
          font-size: 24px;
          padding: 17px;
          width: 100%; }
          ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .map-box .map .infoBox .btn.btn-appendix.local-offers {
            background-color: #000;
            margin-bottom: 0; }
        ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .map-box .map .infoBox .openinghourslink {
          color: #fff;
          text-align: center;
          margin: auto;
          width: 100%;
          background: #333333; }
          ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .map-box .map .infoBox .openinghourslink:hover {
            opacity: 1; }
        ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .map-box .map .infoBox .opening-hours {
          z-index: 10;
          display: flex;
          flex-direction: row;
          margin: 30px 20px 0;
          font-family: 'Coop', Verdana, sans-serif; }
          ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .map-box .map .infoBox .opening-hours .details {
            font-size: 1rem;
            flex-direction: column;
            align-items: flex-start;
            flex: 1; }
            ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .map-box .map .infoBox .opening-hours .details p {
              display: flex; }
              ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .map-box .map .infoBox .opening-hours .details p.hours {
                margin-top: 10px;
                font-size: 25px;
                font-weight: bold; }
          ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .map-box .map .infoBox .opening-hours .buttons {
            margin: 0;
            display: flex;
            flex-direction: column;
            flex: 1;
            align-items: flex-end; }
            ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .map-box .map .infoBox .opening-hours .buttons a {
              font-weight: bolder;
              font-size: 14px;
              line-height: 1.71;
              color: #fff; }

@media (max-width: 1199.98px) {
  .shoplocator .shoplocator-top.shoplocator-main .map-holder .store-info .ribbonSplit .column.column-right .opening-hours-table .pageName {
    font-size: 36px; } }

@media (max-width: 991.98px) {
  ﻿.shoplocator .shoplocator-top {
    padding: 0px; }
    ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .map-box .map .infoBox {
      width: 300px; }
      ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .map-box .map .infoBox .opening-hours {
        margin-left: 15px;
        margin-right: 15px; }
        ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .map-box .map .infoBox .opening-hours .details p.hours {
          font-size: 20px;
          text-align: left; }
        ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .map-box .map .infoBox .opening-hours .buttons a {
          font-size: 12px; }
    ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .store-info .coop-slider .slick-arrow.slick-prev:before {
      left: -11px; }
    ﻿.shoplocator .shoplocator-top.shoplocator-main .map-holder .store-info .coop-slider .slick-arrow.slick-next:before {
      left: 11px; } }

@media (max-width: 767.98px) {
  ﻿.shoplocator .button-wrapper {
    bottom: 25px !important;
    margin-right: 15px; }
    ﻿.shoplocator .button-wrapper .button-style {
      width: 40px;
      height: 40px;
      background-size: cover; }
      ﻿.shoplocator .button-wrapper .button-style.zoom-in, ﻿.shoplocator .button-wrapper .button-style.zoom-out {
        display: none; } }

/* Padding */
﻿.ribbon.ribbonVideo > section .video-shower {
  position: relative; }
  ﻿.ribbon.ribbonVideo > section .video-shower.playing .close-btn {
    display: block; }
  ﻿.ribbon.ribbonVideo > section .video-shower.playing .video .play-btn {
    display: none; }
  ﻿.ribbon.ribbonVideo > section .video-shower.playing .video .youtube-iframe-container {
    display: block; }
  ﻿.ribbon.ribbonVideo > section .video-shower .video {
    position: relative; }
    ﻿.ribbon.ribbonVideo > section .video-shower .video img {
      width: 100%;
      background-size: cover; }
    ﻿.ribbon.ribbonVideo > section .video-shower .video .play-btn {
      width: 100%;
      height: 100%;
      background: url(/img/main/video-play-button.png) no-repeat center center;
      cursor: pointer;
      position: absolute;
      top: 0px; }
      ﻿.ribbon.ribbonVideo > section .video-shower .video .play-btn:hover {
        background: url(/img/main/video-play-bottom-hover.png) no-repeat center center; }
    ﻿.ribbon.ribbonVideo > section .video-shower .video .youtube-iframe-container {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: none;
      text-align: center; }
      ﻿.ribbon.ribbonVideo > section .video-shower .video .youtube-iframe-container iframe {
        border: none;
        height: 100%;
        max-width: 100%;
        width: 100%; }
    ﻿.ribbon.ribbonVideo > section .video-shower .video .topPlayer {
      display: none; }
  ﻿.ribbon.ribbonVideo > section .video-shower .close-btn {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
    color: #fff;
    display: none;
    background: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 6px; }
    ﻿.ribbon.ribbonVideo > section .video-shower .close-btn:before {
      content: "\e605";
      font-family: 'iconset-sb';
      line-height: 31px;
      color: #fff;
      font-size: 20px; }

﻿.ribbon.ribbonVideo > section .text-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  z-index: 5; }
  ﻿.ribbon.ribbonVideo > section .text-wrapper.off {
    opacity: 0; }
  ﻿.ribbon.ribbonVideo > section .text-wrapper .ribbon {
    height: 100%; }
    ﻿.ribbon.ribbonVideo > section .text-wrapper .ribbon section {
      height: 100%; }
      ﻿.ribbon.ribbonVideo > section .text-wrapper .ribbon section .column-wrapper {
        height: 100%; }
  ﻿.ribbon.ribbonVideo > section .text-wrapper .col {
    flex-basis: 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    ﻿.ribbon.ribbonVideo > section .text-wrapper .col .ribbon-split-container {
      align-self: flex-end;
      display: flex;
      padding-right: 80px;
      margin-left: auto;
      width: 570px;
      max-width: 100%; }
      ﻿.ribbon.ribbonVideo > section .text-wrapper .col .ribbon-split-container .text.container {
        padding-left: 15px;
        padding-right: 15px; }
      ﻿.ribbon.ribbonVideo > section .text-wrapper .col .ribbon-split-container .text-container {
        align-self: center; }
        ﻿.ribbon.ribbonVideo > section .text-wrapper .col .ribbon-split-container .text-container .buttons {
          margin: -6px; }
          ﻿.ribbon.ribbonVideo > section .text-wrapper .col .ribbon-split-container .text-container .buttons a {
            pointer-events: auto; }
            ﻿.ribbon.ribbonVideo > section .text-wrapper .col .ribbon-split-container .text-container .buttons a.btn {
              color: #fff;
              background: #80bd01;
              margin: 6px;
              display: inline-block;
              max-width: 320px;
              min-width: 320px;
              font-size: 24px;
              padding: 13px 0;
              border-radius: 0;
              line-height: 1.2; }
              ﻿.ribbon.ribbonVideo > section .text-wrapper .col .ribbon-split-container .text-container .buttons a.btn:hover {
                background: #639200; }
  ﻿.ribbon.ribbonVideo > section .text-wrapper .container:not(.text) {
    width: auto;
    padding-left: 0px;
    padding-right: 0px; }

﻿.ribbon.ribbonVideo > section .video-text {
  margin-top: 30px;
  font-family: 'Coop Bold', Verdana, sans-serif;
  letter-spacing: 1px; }

﻿.ribbon.ribbonVideo > section.ribbon-background-video .text-wrapper {
  pointer-events: all; }

﻿.ribbon.ribbonVideo > section.ribbon-background-video .text-above-video {
  padding: 50px 50px 0px; }

@media (max-width: 1199.98px) {
  ﻿.ribbon.ribbonVideo > section .video-wrapper .video-wrapper-inner {
    padding: 0 40px; } }

@media (max-width: 991.98px) {
  ﻿.ribbon.ribbonVideo > section {
    padding-top: 50px;
    padding-bottom: 50px; }
    ﻿.ribbon.ribbonVideo > section .video-wrapper .video-wrapper-inner {
      padding: 0; }
    ﻿.ribbon.ribbonVideo > section.ribbon-background-video .text-above-video {
      padding: 25px 25px 0px; } }

@media (max-width: 767.98px) {
  ﻿.ribbon.ribbonVideo > section {
    padding-bottom: 0; }
    ﻿.ribbon.ribbonVideo > section .video-wrapper {
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center; }
    ﻿.ribbon.ribbonVideo > section .text-wrapper {
      position: unset;
      display: none; }
      ﻿.ribbon.ribbonVideo > section .text-wrapper.off {
        display: block; }
      ﻿.ribbon.ribbonVideo > section .text-wrapper .col.right, ﻿.ribbon.ribbonVideo > section .text-wrapper .col.left {
        margin-left: 0;
        display: block;
        flex-basis: unset;
        max-width: 100%; }
        ﻿.ribbon.ribbonVideo > section .text-wrapper .col.right.hidden-sm, ﻿.ribbon.ribbonVideo > section .text-wrapper .col.left.hidden-sm {
          display: none; }
        ﻿.ribbon.ribbonVideo > section .text-wrapper .col.right .ribbon-split-container, ﻿.ribbon.ribbonVideo > section .text-wrapper .col.left .ribbon-split-container {
          display: block;
          padding: 30px 0;
          width: unset; }
          ﻿.ribbon.ribbonVideo > section .text-wrapper .col.right .ribbon-split-container .text-container, ﻿.ribbon.ribbonVideo > section .text-wrapper .col.left .ribbon-split-container .text-container {
            color: #fff !important; }
            ﻿.ribbon.ribbonVideo > section .text-wrapper .col.right .ribbon-split-container .text-container .buttons a.btn, ﻿.ribbon.ribbonVideo > section .text-wrapper .col.left .ribbon-split-container .text-container .buttons a.btn {
              max-width: 100%;
              min-width: unset;
              padding-left: 40px;
              padding-right: 40px; } }

@media (max-width: 575.98px) {
  ﻿.ribbon.ribbonVideo > section {
    padding-top: 40px;
    padding-bottom: 0; } }

/* Padding */
﻿.ribbon.ribbonSlider .sub-slider .slide {
  display: none; }
  ﻿.ribbon.ribbonSlider .sub-slider .slide.on {
    display: block; }

﻿.ribbon.ribbonSlider .sub-slider .ribbon-split-container {
  padding-top: 50px !important; }

@media (max-width: 991.98px) {
  ﻿.ribbon.ribbonSlider .ribbon-slider .slick-track .slick-slide .ribbon.ribbonVideo > section {
    padding-bottom: 100px; }
  ﻿.ribbon.ribbonSlider .slick-arrow {
    display: none !important; } }

@media (max-width: 767.98px) {
  ﻿.ribbon.ribbonSlider .ribbon-slider .slick-track .slick-slide .ribbon.ribbonVideo > section {
    padding-bottom: 0; } }

/* Padding */
.ribbons-foldout.foldout-wrapper.collapsed .toggle-foldout-plus {
  top: -10px; }

.ribbons-foldout.foldout-wrapper.collapsed .foldout-content {
  margin-top: 0px; }

.ribbons-foldout.foldout-wrapper:not(.no-transition) .foldout-content {
  transition: margin-top 0.5s; }

.ribbons-foldout.foldout-wrapper .foldout-content {
  margin-top: -45px; }

.ribbons-foldout.foldout-wrapper .toggle-foldout-plus {
  top: 65px;
  transition: transform 0.9s, top 0.9s; }

@media (max-width: 991.98px) {
  .ribbons-foldout.foldout-wrapper.collapsed .toggle-foldout-plus {
    top: 0px; }
  .ribbons-foldout.foldout-wrapper .foldout-content {
    margin-top: -25px; }
  .ribbons-foldout.foldout-wrapper .toggle-foldout-plus {
    top: 45px; } }

/* Padding */
﻿.ribbon.ribbonSubmenu > section.submenu-fixed {
  padding-top: 63px; }
  ﻿.ribbon.ribbonSubmenu > section.submenu-fixed .scroll-fix-container {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 15;
    transition: padding-top 0.4s; }

﻿.ribbon.ribbonSubmenu > section .scroll-fix-container {
  background-color: #fff; }

﻿.ribbon.ribbonSubmenu > section .menu {
  display: flex;
  justify-content: space-between; }
  ﻿.ribbon.ribbonSubmenu > section .menu .menu-item {
    display: inline-block;
    text-align: center;
    flex-grow: 1; }
    ﻿.ribbon.ribbonSubmenu > section .menu .menu-item a.menu-link {
      display: flex;
      justify-content: center;
      height: 100%;
      align-items: center;
      padding: 14px 15px 12px; }

@media (max-width: 1199.98px) {
  .ribbonSubmenu .menu .menu-item {
    width: 100%; }
    .ribbonSubmenu .menu .menu-item a.menu-link {
      padding: 20px; }
    .ribbonSubmenu .menu .menu-item:not(:first-child) {
      margin-left: 0px; }
    .ribbonSubmenu .menu .menu-item:last-child {
      margin-left: 0px; }
  .ribbonSubmenu .menu.submenu-scrolled {
    padding-top: 63px; }
  .ribbonSubmenu .RibbonSubmenuContent .menu .menu-item:last-child {
    margin-left: 0px; }
  .scroll-follow .ribbonSubmenu .menu.submenu-scrolled {
    padding-top: 63px;
    transition: padding-top 0s; }
  .scroll-follow .ribbonSubmenu .menu .menu-item a.menu-link {
    margin-bottom: 11px !important; } }

/* Padding */
﻿.ribbon.ribbonIFrame > section .iframe-container .overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 15px; }

﻿.ribbon.ribbonIFrame > section .iframe-container iframe {
  z-index: 1; }

@media screen and (max-width: 500px) {
  ﻿.ribbon.ribbonIFrame > section .container {
    position: relative; }
  ﻿.ribbon.ribbonIFrame > section .iframe-container .overlay {
    display: flex; } }

/* Padding */
.ribbonGrid .container .grid {
  margin: -15px; }

.ribbonGrid .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .ribbonGrid .grid .content {
    padding: 15px; }
    .ribbonGrid .grid .content .component {
      margin-top: 30px; }
      .ribbonGrid .grid .content .component:first-child {
        margin-top: 0; }

.ribbonGrid.remove-padding-between-items .grid {
  margin: 0 -15px; }
  .ribbonGrid.remove-padding-between-items .grid .content {
    padding: 0; }
    .ribbonGrid.remove-padding-between-items .grid .content .component {
      margin-top: 0; }

.ribbonGrid .grid .gridLineBreak {
  padding: 0; }

.ribbonGrid.remove-top-bottom-padding {
  padding-bottom: 0; }
  .ribbonGrid.remove-top-bottom-padding:not(.has-pre-text) {
    padding-top: 0; }
  .ribbonGrid.remove-top-bottom-padding:not(.remove-padding-between-items) .grid {
    margin-bottom: -10px; }

@media (min-width: 992px) {
  .ribbonGrid .grid .content.column-width-20 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 100%; }
  .ribbonGrid .grid .content.column-width-25 {
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%; }
  .ribbonGrid .grid .content.column-width-33 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%; }
  .ribbonGrid .grid .content.column-width-50 {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%; }
  .ribbonGrid .grid .content.column-width-66 {
    flex: 0 0 66.66666%;
    max-width: 66.66666%;
    width: 100%; }
  .ribbonGrid .grid .content.column-width-75 {
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%; }
  .ribbonGrid .grid .content.column-width-80 {
    flex: 0 0 80%;
    max-width: 80%;
    width: 100%; }
  .ribbonGrid .grid .content.column-width-100 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; } }

@media (max-width: 991.98px) {
  .ribbonGrid .grid .content {
    width: 100%; } }

/* Padding */
.buttons .coop-button:last-child {
  margin-right: 0; }

/* Padding */
.component-image {
  position: relative; }
  .component-image .image-container {
    width: 100%;
    text-align: center; }
  .component-image.offer-container {
    padding-top: 80px;
    padding-right: 80px;
    padding-left: 80px; }
  .component-image.isNormal .price-splash .price-splash-img {
    border-radius: 26px; }
    .component-image.isNormal .price-splash .price-splash-img img.offer {
      display: none; }
  .component-image:not(.isNormal) .price-splash-img .price-pr-item {
    color: #333333; }
  .component-image:not(.isNormal) .price-splash-img .offer-price {
    color: #333333; }
  .component-image:not(.isNormal) .price-splash-img .line-separator {
    color: #C31414; }
  .component-image:not(.isNormal) .price-splash-img .offer-expires {
    color: #333333; }
  .component-image .product-description {
    font-size: 14px;
    margin-top: 20px; }
    .component-image .product-description.hidden {
      display: none; }
  .component-image .price-splash .price-splash-img {
    display: inline-block;
    width: 170px;
    height: 170px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    z-index: 2; }
    .component-image .price-splash .price-splash-img .price-pr-item {
      position: absolute;
      top: 23%;
      right: 0;
      left: 0;
      font-size: 1rem;
      display: block;
      z-index: 11;
      margin-bottom: 0; }
    .component-image .price-splash .price-splash-img .offer-price {
      display: block;
      position: absolute;
      top: 60px;
      width: 100%;
      z-index: 10;
      margin: 0 auto; }
    .component-image .price-splash .price-splash-img .line-separator {
      top: 51.5%;
      padding-left: 22px;
      display: block;
      position: absolute;
      letter-spacing: 3px;
      font-size: 20px;
      z-index: 3;
      max-width: 137px;
      margin: 0 auto 0 12px;
      overflow: hidden; }
    .component-image .price-splash .price-splash-img .offer-expires {
      top: 65.9%;
      font-size: 12px;
      z-index: 3;
      position: absolute;
      margin: 0 auto;
      left: 0;
      right: 0; }
    .component-image .price-splash .price-splash-img .offer-testwinner-icon {
      position: absolute;
      top: 0;
      right: 0px;
      z-index: 4;
      max-width: 50px; }

@media (max-width: 991.98px) {
  .component-image .price-splash .price-splash-img .offer-price {
    top: 66px; } }

@media (max-width: 767.98px) {
  .component-image.offer-container {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px; }
  .component-image.isNormal .price-splash .price-splash-img .offer-expires {
    top: 73.5%; } }

@media (max-width: 575.98px) {
  .component-image.offer-container {
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px; }
  .component-image .price-splash .price-splash-img {
    width: 140px;
    height: 140px; }
    .component-image .price-splash .price-splash-img .offer-testwinner-icon {
      max-width: 45px; }
    .component-image .price-splash .price-splash-img .price-pr-item {
      font-size: 12px;
      top: 28%; }
    .component-image .price-splash .price-splash-img .offer-price {
      top: 55px; }
    .component-image .price-splash .price-splash-img .line-separator {
      top: 50%;
      padding-left: 15px;
      max-width: 105px; }
    .component-image .price-splash .price-splash-img .offer-expires {
      font-size: 12px;
      top: 68.2%; } }

/* Padding */
.component-text .buttons {
  margin-top: 15px; }

.hasBorderStyle .componentText {
  padding: 0 45px; }

@media (max-width: 575.98px) {
  .hasBorderStyle .componentText {
    padding: 0 15px; } }

/* Padding */
.custom-dropdown-arrow {
  color: #fff;
  background-color: #C31414; }

.nicescroll-rails {
  background-color: #C31414; }

.stores-wrapper {
  background-color: #fff; }

.componentForm {
  max-width: 320px; }

.select-store {
  margin: auto; }

.localstore .store-info .find-store .input-placeholder-wrapper {
  margin-bottom: 10px; }

.localstore .store-info .find-store .stores {
  max-height: 217px; }
  .localstore .store-info .find-store .stores.custom-dropdown {
    width: 100%;
    height: 46px;
    position: relative;
    min-width: 200px; }
    .localstore .store-info .find-store .stores.custom-dropdown.one-store.active .dropdown-arrow {
      display: none; }
    .localstore .store-info .find-store .stores.custom-dropdown.one-store .dropdown-arrow {
      display: none; }
    .localstore .store-info .find-store .stores.custom-dropdown.one-store:not([disabled]) {
      cursor: inherit; }
    .localstore .store-info .find-store .stores.custom-dropdown[disabled] {
      opacity: .5; }
    .localstore .store-info .find-store .stores.custom-dropdown:not([disabled]) {
      cursor: pointer; }
    .localstore .store-info .find-store .stores.custom-dropdown.active .dropdown-arrow {
      transform: rotate(180deg); }
    .localstore .store-info .find-store .stores.custom-dropdown.active .stores-wrapper {
      border: 1px solid #ebebeb;
      position: absolute;
      width: auto;
      left: -1px;
      right: -1px;
      top: 57px;
      display: flex;
      border-radius: .5rem;
      max-height: 230px;
      margin-top: 0px;
      z-index: 50; }
      .localstore .store-info .find-store .stores.custom-dropdown.active .stores-wrapper .nicescroll-rails {
        margin-left: -8px;
        border-radius: 5px; }
      .localstore .store-info .find-store .stores.custom-dropdown.active .stores-wrapper ol {
        margin: 0;
        padding: 0;
        border-radius: 0;
        display: flex;
        list-style: none;
        width: 100%;
        border: none;
        flex-direction: column;
        position: static;
        box-shadow: none; }
        .localstore .store-info .find-store .stores.custom-dropdown.active .stores-wrapper ol li {
          line-height: 1;
          cursor: pointer;
          font-size: 1rem;
          padding: 10px 15px; }
          .localstore .store-info .find-store .stores.custom-dropdown.active .stores-wrapper ol li:hover {
            background: #F8F7F4;
            border-radius: 4px; }
    .localstore .store-info .find-store .stores.custom-dropdown .dropdown-arrow {
      font-size: 18px;
      border-radius: 5px;
      margin-right: 7px;
      margin-top: 6px;
      width: 30px;
      height: 30px;
      position: absolute;
      display: block;
      z-index: 88;
      top: 0;
      right: 0;
      pointer-events: none;
      display: flex;
      align-items: center;
      justify-content: center; }
      .localstore .store-info .find-store .stores.custom-dropdown .dropdown-arrow .coop-icon {
        margin-top: 5px; }
    .localstore .store-info .find-store .stores.custom-dropdown .dropdown-menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      display: none;
      min-width: 160px;
      padding: 5px 0;
      margin: 2px 0 0;
      list-style: none;
      font-size: 14px;
      text-align: left;
      border: 1px solid #646464;
      border: 1px solid rgba(0, 0, 0, 0.15);
      border-radius: 4px;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      background-clip: padding-box; }
    .localstore .store-info .find-store .stores.custom-dropdown .dropdown-click {
      position: absolute;
      display: block;
      height: 26px;
      text-align: center;
      line-height: 26px; }

.localstore .store-info .find-store .new-zipcode {
  display: none;
  text-align: left; }
  .localstore .store-info .find-store .new-zipcode.on {
    display: block; }

.cancel {
  margin-top: 5px; }
  .cancel label {
    display: none; }
  .cancel .hide {
    display: none; }
  .cancel .check {
    padding-top: 150px; }
  .cancel .success {
    padding-top: 150px; }
  .cancel .cancel-subscription {
    padding-left: 15px;
    max-width: 320px;
    text-align: center; }
  .cancel .cancel-btn {
    width: 100%; }
  .cancel input[type="button"].cancel-sub {
    border: none !important;
    background-color: transparent;
    outline: 0;
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline;
    font-weight: 700; }

@media (max-width: 991.98px) {
  .componentForm {
    max-width: 100%; } }

/* Padding */
.arrow::before {
  margin-right: 10px;
  z-index: 5;
  height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: baseline;
  opacity: 1;
  transition-property: border-color;
  transform: rotate(45deg);
  left: -5px;
  margin-top: 10px;
  border-color: #fff;
  border-style: solid;
  border-width: 5px 5px 0 0;
  content: '';
  top: 0;
  position: relative;
  transition-duration: .5s; }

/* Padding */
.reading-list {
  background: #C31414;
  padding: 30px;
  position: fixed;
  bottom: 0;
  right: 100px;
  width: 500px;
  transform: translateY(100%);
  transition: transform .5s;
  color: #fff;
  font-size: 20px;
  z-index: 5; }
  .reading-list.on {
    transform: translateY(0%); }
  .reading-list.disabled {
    transform: translateY(calc(100% + 60px)); }
  .reading-list .reading-list-icon {
    background: #C31414;
    width: 60px;
    height: 60px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: -60px;
    cursor: pointer; }
  .reading-list .articles {
    padding: 0;
    list-style: none;
    margin-bottom: 30px; }
    .reading-list .articles li {
      margin-bottom: 5px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
      .reading-list .articles li:last-child {
        margin-bottom: 0; }
      .reading-list .articles li .remove-article {
        height: 20px;
        margin-top: -3px;
        margin-right: 5px;
        cursor: pointer; }
  .reading-list .buttons .btn {
    background: #000;
    color: #fff; }

@media (max-width: 767.98px) {
  .reading-list {
    width: 510px;
    right: 50%;
    margin-right: -255px;
    padding: 15px; }
    .reading-list .articles {
      margin-bottom: 15px; } }

@media (max-width: 575.98px) {
  .reading-list {
    width: auto;
    right: 15px;
    left: 15px;
    margin-right: 0; }
    .reading-list .reading-list-icon {
      left: 0;
      right: auto; }
    .reading-list .articles {
      font-size: 18px; } }

body {
  font-family: COOP;
  line-height: 1.2; }

header {
  background-color: #535353;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
  min-height: 45px;
  margin-bottom: 20px;
  display: table;
  width: 100%; }
  header a {
    display: table-cell;
    vertical-align: middle;
    width: 41px; }
  header img {
    float: left;
    margin: 5px; }
  header h1 {
    display: table-cell;
    vertical-align: middle;
    line-height: 22px;
    font-size: 16px;
    font-weight: 600;
    font-family: COOP; }

footer p {
  text-align: center;
  font-size: 12px; }
  footer p a, footer p a:hover {
    color: #d10a11;
    text-decoration: none !important; }

small.grey {
  color: #8A898A; }

.rectangle {
  background: white;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  display: block;
  height: 100%; }
  .rectangle img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    max-height: 125px;
    margin-bottom: 15px;
    max-width: 100%;
    height: auto; }
  .rectangle p {
    color: #3a3a3b;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0px; }
    .rectangle p.header {
      font-weight: bold;
      font-size: 16px; }
    .rectangle p.description {
      margin: 20px; }

.title {
  color: #3a3a3b;
  font-size: 14px;
  font-weight: 700;
  font-family: COOP;
  text-align: center;
  letter-spacing: 0px;
  line-height: 26px; }

div.section-container {
  margin: 15px; }

.editprofile {
  text-align: right;
  padding-top: 10px; }
  .editprofile img {
    margin-left: 5px; }

.group-text {
  padding: 10px;
  color: #212529; }
  .group-text.last {
    text-align: right; }

.list-item-accordion {
  border-left: none;
  border-right: none;
  border-bottom: none;
  cursor: pointer; }

.list-item-accordion-content {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  padding: 0px; }

.shop-image {
  width: 75px; }

strong.extended-width {
  min-width: 80px; }

.consent-small {
  padding: 0 20px; }

li.high {
  min-height: 48px;
  padding-top: 3px;
  padding-bottom: 3px; }

.height-set {
  line-height: 1.0; }

.consent-loader {
  position: absolute;
  left: -2rem;
  top: .25rem;
  display: none; }

#accordion li.list-item-accordion img {
  margin-left: 10px; }

.accordion-holder {
  margin-bottom: 15px; }

.root-chain {
  color: green;
  margin-right: 10px !important; }

.consent-text-wrapper {
  padding-left: 0 !important;
  flex-basis: 100%; }

.list-group {
  padding-right: 0px; }

@media (max-width: 768px) {
  #accordion li.list-item-accordion, .header-text {
    font-size: 14px; }
  .root-chain {
    font-size: 13px; } }

.consent-text-wrapper > .flex-grow-1 {
  width: 100%; }

@media (min-width: 576px) {
  .consent-text-wrapper > .flex-grow-1 {
    width: auto; } }

.profile-list-item {
  cursor: pointer; }

.custom-control-input.toggle:focus ~ .custom-control-label::before {
  box-shadow: none; }

.custom-control-input.toggle:focus:not(:checked) ~ .custom-control-label::before {
  border-color: white; }

.custom-control-input.toggle:not(:disabled):active ~ .custom-control-label::before {
  color: white;
  background-color: #e5e5e5;
  border-color: white;
  box-shadow: none; }

.custom-control-input:checked ~ .custom-control-label.green::before {
  box-shadow: none; }

.custom-control-input:not(:disabled):active ~ .custom-control-label.green::before {
  background-color: white; }

.custom-control-input.toggle ~ .custom-control-label.green-toggle::before {
  transform: scale(1.5);
  background-color: #e5e5e5;
  border-color: white; }

.custom-control-input.toggle ~ .custom-control-label.green-toggle::after {
  transform: scale(1.5);
  background-color: white;
  left: calc(-2.25rem - 1px); }

.custom-control-input.toggle:checked ~ .custom-control-label.green-toggle::before {
  transform: scale(1.5);
  background-color: #12872a;
  border-color: white; }

.custom-control-input.toggle:checked ~ .custom-control-label.green-toggle::after {
  transform: scale(1.5);
  background-color: white;
  border-color: white;
  left: calc(-1.25rem + 1px); }

.custom-control-input.toggle:checked ~ .custom-control-label.green-toggle.rootChainLabel::before {
  transform: scale(1.5);
  background-color: #4da55f;
  border-color: white; }

.custom-control-input.toggle:checked ~ .custom-control-label.green-toggle.rootChainLabel::after {
  transform: scale(1.5);
  background-color: #a6d2af;
  border-color: white;
  left: calc(-1.25rem + 1px); }

.m16accountbox {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 20px 0 20px 0;
  margin: 0;
  clear: both; }

.mbubble {
  margin: 0 auto;
  padding-top: 90px;
  text-align: center;
  border-radius: 50%;
  width: 240px;
  height: 240px;
  background-color: #D10A11;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  cursor: pointer; }

.chart {
  margin-right: 14px;
  float: left;
  clear: left; }

.box6col {
  height: 313px;
  width: 472px;
  border: #ddd solid 1px;
  border-radius: 4px;
  float: left;
  margin: 0 0 15px 0;
  padding: 20px 30px;
  position: relative; }
  .box6col.leftcol {
    margin: 0 12px 15px 0; }

.box6col a {
  text-decoration: none; }

.box6col .help-overlay.hidden {
  display: none; }

.box6col .help-overlay {
  position: absolute;
  float: left;
  z-index: 10;
  background: #fff;
  width: 460px;
  height: 305px;
  text-align: left;
  margin: -19px 0 0 -20px; }

.box6col .help {
  height: 22px;
  width: 22px;
  background-image: url("../../assets/images/medlem/ico_help_question.png");
  float: right;
  margin: -10px -20px; }

.box6col .help-overlay .close {
  height: 22px;
  width: 22px;
  background-image: url("../../assets/images/medlem/ico_help_close.png");
  float: right;
  margin: 9px 10px; }

.box6col .help-overlay h3 {
  margin: 20px 10px; }

.box6col .help-overlay p {
  margin: 20px 10px;
  font-family: Arial, sans-serif;
  border: none;
  font-size: 12px;
  line-height: 15px;
  padding: 0 0; }

.m-btn.btn-wide {
  -moz-min-width: 280px;
  -ms-min-width: 280px;
  -o-min-width: 280px;
  -webkit-min-width: 280px;
  min-width: 280px; }

.m-btn.m-btn-white {
  color: #d10a11;
  border: solid 1px #d10a11;
  background-color: #fff; }

.m-btn.m-btn-gray98 {
  color: #d10a11;
  border: solid 1px #d10a11;
  background-color: #fafafa; }

.m-btn {
  /* margin-top: 5px; */
  display: inline-block;
  padding: 7px 42px 8px 42px;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: arial;
  text-align: center;
  white-space: nowrap;
  /* vertical-align: middle; */
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-image: none;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.box6col h3 {
  text-align: center;
  margin-bottom: 0;
  font-size: 24px; }

.highlight {
  text-decoration: underline; }

.consent-tooltip .consent-tooltiptext {
  display: none;
  color: #3a3a3b;
  font-family: ArialMT;
  font-size: 14px;
  height: auto;
  letter-spacing: 0px;
  line-height: 20px;
  width: 250px;
  border-radius: 6px 6px 6px 6px;
  padding: 20px 10px;
  position: absolute;
  z-index: 1;
  right: auto;
  top: auto;
  background-color: #e5e5e5; }

@media (max-width: 425px) {
  .consent-holder {
    padding-right: 0px !important;
    padding-left: 0px !important; } }

.consent-center {
  text-align: center; }

a, a:hover {
  color: #d10a11;
  text-decoration: underline; }

.other-consents {
  vertical-align: middle;
  text-align: center;
  line-height: 22px;
  font-size: 16px;
  font-weight: 600;
  font-family: COOP; }

.hiddenFormField {
  display: none; }

.button {
  background-color: #c31414;
  border: 1px solid #c31414;
  margin-bottom: 10px;
  width: 100%;
  padding: 12px;
  color: #fff;
  font-size: 14px;
  font-family: COOP;
  text-align: center;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer; }

.button-profile-page {
  max-height: 32px;
  max-width: 200px;
  padding: 7px; }

.button:hover {
  text-decoration: none;
  font-weight: 500;
  outline: none;
  opacity: .7;
  color: #fff !important; }

.button:focus {
  --box-shadow-color: #C31414;
  outline: 0;
  box-shadow: 0 0 10px var(--box-shadow-color);
  text-decoration: none;
  color: #fff !important; }

.button--inverted {
  background-color: transparent; }

.button--inverted, .button--inverted:focus, .button--inverted:hover {
  color: #c31414 !important; }

.button--spaced {
  margin-top: 32px; }

.button--spaced-not {
  margin-bottom: 0 !important; }

.button--footer {
  margin-bottom: 24px; }

.button--border-not {
  border: hidden; }

.form__label {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.67; }

.form__group {
  position: relative;
  width: 100%;
  margin-bottom: 8px; }

.form__group label {
  font-family: COOP;
  font-size: 12px; }

.form__input {
  width: 100%;
  background-color: #ffffff;
  padding: 10px 15px;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  font-family: COOP;
  letter-spacing: .04em;
  outline: none;
  -webkit-appearance: none; }

.form__input:-moz-placeholder, .form__input:-ms-input-placeholder, .form__input::-moz-placeholder, .form__input::-webkit-input-placeholder {
  color: #bababa;
  font-weight: normal; }

.form__input.input-validation-error, .form__checkbox.input-validation-error {
  border-color: #ef0d0d;
  -webkit-animation: borderFadein 1.5s;
  animation: borderFadein 1.5s; }

.form__input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-weight: normal;
  color: #bababa;
  opacity: 1;
  /* Firefox */ }

.form__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: normal;
  color: #bababa; }

.form__input::-ms-input-placeholder {
  /* Microsoft Edge */
  font-weight: normal;
  color: red; }

.title__profile {
  font-family: SohoStd,sans-serif;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 500;
  letter-spacing: .03em;
  margin-bottom: 15px;
  text-align: center; }

.title__profile--bold {
  font-family: COOP;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  margin-top: 10px; }

.subtitle__profile {
  font-family: COOP;
  margin: 0px 0px 15px 0px;
  text-align: center;
  font-weight: normal; }

.modal-body {
  position: relative;
  padding: 10px 16px 16px 16px; }

.modal-body h1, .modal-body h2, .modal-body h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 26px;
  font-weight: 500;
  font-size: inherit; }

.loading {
  height: 150px; }

.modal-body .delete-profile-title {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0; }

.modal-body .delete-profile-description {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0; }

/*classes form green and little larger radio input*/
.custom-control-input ~ .custom-control-label.green::before {
  top: .35rem;
  transform: scale(1.5); }

.custom-control-input ~ .custom-control-label.green::after {
  top: .35rem;
  transform: scale(1.5); }

.custom-control-input:checked ~ .custom-control-label.green::before {
  border-color: #12872a;
  background-color: #12872a; }

.map {
  margin-bottom: 20px;
  position: relative;
  overflow: visible;
  width: auto;
  height: 450px;
  top: 10px; }

.map-sidebar-shops label {
  display: block !important;
  cursor: pointer; }

.edit-body .form .search-txt {
  background: #ffffff url(../images/site/shop-search-txt.png) no-repeat 5px 10px;
  border-radius: 3px;
  margin-right: 90px;
  width: 100%;
  height: 40px;
  border: none;
  font-family: ITCAvantGarde, sans-serif;
  color: #515052;
  font-size: 100%;
  padding: 0 20px 0 35px; }

.edit-body .form {
  background: #dddedf;
  padding: 19px 19px;
  margin: 20px 0; }

div.butikboks .note {
  color: red; }

.map-sidebar-header {
  margin: 12px 0; }

.map-sidebar-header.no-top {
  margin-top: 0; }

.edit-body section {
  width: 100%;
  font-family: Arial, sans-serif;
  padding: 20px 20px;
  overflow: hidden; }

.x-button {
  background: none;
  display: block;
  border: 0px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 6px;
  right: 5px;
  width: 30px;
  height: 30px; }

.regler-card {
  padding: 10px 10px;
  overflow: hidden; }

.open-down {
  /*float: left;*/
  clear: both;
  font-size: 90%;
  margin-bottom: 10px; }

.open-down dt {
  margin-bottom: 10px; }

.open-down a {
  background-color: transparent;
  width: 100%;
  padding: 12px;
  color: #c31414;
  font-family: COOP;
  font-weight: 500;
  letter-spacing: .05em; }

.open-down dd {
  float: left;
  clear: both;
  display: none;
  color: #666;
  font-family: Arial, sans-serif; }

.kort-image {
  margin-bottom: 20px;
  width: 100%;
  max-width: 183px; }

.card-center {
  text-align: center; }

.disable-button {
  pointer-events: none;
  background-color: #666;
  border: 1px solid #666; }

.error-message {
  display: none;
  color: #dc3545;
  text-align: center; }

.success-message {
  display: none;
  color: #0c8c29;
  text-align: center;
  width: auto;
  height: auto;
  background: #e8f4eb;
  border-radius: 5px;
  padding: 10px; }

.success-message-text {
  color: #12872a;
  font-size: 12px;
  font-family: COOP;
  font-weight: 400; }

.extraCardRadios {
  display: none; }

.extraCardRadiosSeparator {
  display: none; }

@media (min-width: 768px) {
  .extraCardRadiosSeparator {
    display: block; } }

#city {
  position: relative;
  left: 35%;
  top: -30px;
  height: 0px; }

.centerImage {
  height: 50px;
  width: 134px; }

.profile-data-section {
  line-height: 1.1;
  max-width: 100%;
  min-width: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding-right: 16px; }

.profile-data {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.profile-edit {
  flex-grow: 0;
  flex-shrink: 0; }

.list-group-arrow {
  width: 7px;
  height: 12px; }

.list-group-external-link {
  width: 25px;
  position: absolute;
  height: 20px; }

.icon-wrapper {
  width: 17px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

h3 {
  font-weight: 600;
  font-family: COOP;
  margin-top: 0px;
  font-size: 14px; }

header {
  background-color: transparent; }

header h1.pl-sm-0 {
  color: #333; }

header h1.pr-sm-0 {
  color: #333; }

li.profile-height {
  height: 56px; }

a.profile-in-app {
  height: 48px; }

.profile-in-app img.mitid-icon {
  width: 71px;
  max-height: 100%; }

.navigation-close-button-x {
  width: 0;
  height: 0;
  padding: 31px 0 0 28px;
  background: url("/assets/images/site/close-black.png") no-repeat 0 0;
  background-size: 50% 50%;
  background-position-x: center;
  background-position-y: 3px; }

.navigation-arrow-left {
  width: 0;
  height: 0;
  padding: 31px 0 0 28px;
  background: url("/assets/images/site/arrow-left-blackline.png") no-repeat 0 0;
  background-size: 10px 18px;
  background-position-x: center;
  background-position-y: 3px; }

@media (max-width: 575px) {
  .title__profile--bold {
    font-weight: 600;
    font-size: 16px; }
  .list-group a {
    font-size: 14px; }
  .list-group-item {
    padding: 8px 8px; }
  #passwordModal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0; }
  #passwordModal .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0; }
  .modal.fade.modal-right .modal-dialog {
    transform: translate(125%, 0px); }
  .modal.show.modal-right .modal-dialog {
    transform: none; }
  .passwordModal-arrow {
    display: block;
    position: absolute;
    z-index: 5;
    background: none;
    border: 0; }
  .container-lg {
    padding-right: 0px;
    padding-left: 0px; }
  div.section-container {
    margin-left: 0px;
    margin-right: 0px; } }

#CustomData_UpdatePersonalInformationMember_BirthDate {
  z-index: -50;
  height: 0; }

#CustomData_UpdatePersonalInformationMember_BirthDate-ageError {
  visibility: hidden;
  height: 0;
  text-align: center; }

.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  padding: 5px 0;
  margin: 2px 0 0;
  z-index: 5000;
  font-size: 14px;
  background-color: white;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  position: absolute;
  box-shadow: 0 0 black; }
  .ui-autocomplete li {
    list-style: none; }
    .ui-autocomplete li .ui-state-active {
      background: #ccc; }
    .ui-autocomplete li .ui-menu-item-wrapper {
      padding: 5px; }

.ui-helper-hidden-accessible {
  display: none; }

.pdf-download-area, .print-area {
  width: 56px;
  height: 24px;
  background: #e5e5e5;
  border-radius: 4px;
  text-align: center;
  cursor: pointer; }

.print-area {
  margin-left: 5px; }

.pdf-download-text, .print-text {
  color: #d10a11;
  font-size: 14px; }

.pdf-print-area {
  padding-right: 0px !important; }

.not-account-holder {
  color: red; }

.pl-2 {
  width: 24px;
  height: 16px; }

.navigation-close-button-x {
  width: 31px;
  height: 28px; }

.container {
  margin-left: 20%; }

.receiptDetail {
  border: none; }

.receiptDetail td {
  padding: 0px; }

.loggedOut {
  width: 25%;
  margin-left: 37%;
  margin-bottom: 6%; }

.loggedOutTex {
  margin-top: 6%; }

#consent_loggedout_error_message {
  text-align: center; }

.modal-footer.delete-profile {
  border-top: none; }

.your-account {
  margin: 0; }

.bonus-limit-message {
  position: relative;
  left: 10px;
  top: 250px;
  height: 150px;
  margin-top: -150px;
  width: 330px; }

.bonus-limit-message p {
  font-size: 80%; }

.mbubble .mbubble-currency {
  font-size: 20px; }

.mbubble .mbubble-integral-part {
  font-size: 40px; }

.mbubble .mbubble-decimal-part {
  line-height: 20px;
  font-size: 20px;
  position: relative;
  top: -13px; }

.download-app-div {
  float: right;
  margin-top: -272px;
  height: 292px;
  background-image: url("../../assets/images/medlem/app_hand_phone.png");
  background-repeat: no-repeat;
  background-position: bottom right; }

.download-app-div div {
  margin: 237px 10px 0 0; }

.member-account-table {
  width: 407px;
  margin-top: 20px; }

.member-account-table-margin-large {
  margin-top: 60px; }

.member-account-table .member-account-tr {
  height: 40px;
  border-bottom: 2px dotted #e5e5e5; }

.member-account-table .member-account-tr-with-pointer {
  height: 40px;
  border-bottom: 2px dotted #e5e5e5;
  cursor: pointer;
  cursor: hand; }

.member-account-table .member-account-tr .ico-coins {
  height: 30px;
  padding-top: 5px; }

.member-account-table .member-account-tr .member-account-td-title {
  padding-top: 10px; }

.member-account-table .member-account-tr .member-account-td-value {
  text-align: right;
  padding-top: 10px; }

.member-account-table .member-account-tr td span.span-default {
  font-size: 14px; }

.member-account-table .member-account-tr td span.span-small {
  font-size: 11px;
  color: #666666; }

.box6col .link-button {
  position: absolute;
  bottom: 0px;
  left: 95px; }

.bonus-chart-message {
  text-align: center;
  display: block; }

#chartdiv {
  width: 400px;
  height: 250px;
  overflow: hidden;
  text-align: left; }

#chartdiv-child-1 {
  position: relative;
  width: 400px;
  height: 250px; }

#chartdiv-child-2 {
  overflow: hidden;
  position: absolute;
  text-align: left;
  width: 0px;
  height: 250px; }

#chartsvg {
  position: absolute;
  width: 400px;
  height: 250px;
  left: 0.5px; }

#chartdiv-child-3 {
  overflow: hidden;
  position: relative;
  text-align: left;
  left: 0px;
  top: 125px; }

.error-page-button {
  max-width: 350px; }

.error-logo--spaced-bottom {
  width: 172px;
  margin-bottom: 50px; }

.error-view {
  max-width: 400px;
  padding: 16px !important;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-flow: column;
  -webkit-box-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal; }

.error-description {
  margin-bottom: 100px;
  text-align: center;
  width: 100%; }

.error-title {
  font-size: 16px; }

.nemid-iframe {
  width: 300px;
  height: 350px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  overflow: hidden; }

.button-anchor {
  width: 400px;
  text-decoration: none; }

.age-validation-modal {
  margin: 19px 16px 11px 16px;
  text-align: center; }

.age-validation-button-holder {
  height: 16px; }

.age-validation-button {
  width: 200px;
  text-decoration: none;
  height: 32px;
  padding: 7px; }

.age-validation-anchor {
  text-decoration: none;
  display: block; }

.age-validation-container {
  margin-top: 10px; }

.age-validation-text {
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 300; }

.age-validation-checkmark {
  max-height: 70px;
  margin: 20px; }

.age-validation-checkmark.mitid-checkmark {
  margin: 25px; }

.validated-div {
  height: 25px;
  line-height: 25px; }

.age-validation-white-container {
  background-color: #fff;
  margin-top: -10px;
  margin-bottom: 21px;
  padding-top: 10px;
  padding-bottom: 10px; }

.age-validation-anchor-container {
  margin-top: 53px; }

.age-validation-text-container {
  min-height: 44px; }

.delete-profile-success-container {
  height: 100vh;
  background: #f8f7f4;
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.4;
  overflow: scroll; }

.delete-profile-success-content {
  margin: 0; }

.delete-profile-success-anchor {
  text-decoration: none;
  display: block;
  margin-bottom: 38px; }

.delete-profile-success-checkmark {
  max-height: 103px;
  margin: 20px; }

.delete-profile-success-title {
  margin-top: 5px;
  margin-bottom: 13px;
  color: #3b3b3c;
  font-size: 18px;
  font-weight: 700;
  font-family: COOP;
  text-align: center;
  letter-spacing: 0px;
  line-height: 24px; }
