﻿/* colors */
/* font stacks */
/* font sizes */
/*grid*/
:root {
  --scale-20: calc( 0.2px + (1 - 0.2) * ((100vw - 375px) / (1086 - 375)));
  --scale-30: calc( 0.3px + (1 - 0.3) * ((100vw - 375px) / (1086 - 375)));
  --scale-40: calc( 0.4px + (1 - 0.4) * ((100vw - 375px) / (1086 - 375)));
  --scale-50: calc( 0.5px + (1 - 0.5) * ((100vw - 375px) / (1086 - 375)));
  --scale-60: calc( 0.6px + (1 - 0.6) * ((100vw - 375px) / (1086 - 375)));
  --scale-70: calc( 0.7px + (1 - 0.7) * ((100vw - 375px) / (1086 - 375)));
  --scale-80: calc( 0.8px + (1 - 0.8) * ((100vw - 375px) / (1086 - 375)));
  --scale-90: calc( 0.9px + (1 - 0.9) * ((100vw - 375px) / (1086 - 375))); }

@media only screen and (min-width: 1086px) {
  :root {
    --scale-20: 1px;
    --scale-30: 1px;
    --scale-40: 1px;
    --scale-50: 1px;
    --scale-60: 1px;
    --scale-70: 1px;
    --scale-80: 1px;
    --scale-90: 1px; } }

/**
 * Colors
 */
.skin-logo {
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  background-size: contain !important; }

.share-buttons .btn-circle {
  width: 32px !important;
  height: 32px !important; }
  .share-buttons .btn-circle span:before {
    padding-top: 2px;
    font-size: 1.1rem !important; }

.LandingPage .bg___primary, .ArticlePage .bg___primary, .EmptyPage .bg___primary {
  background: none; }

.LandingPage .skin-primary-bg, .ArticlePage .skin-primary-bg, .EmptyPage .skin-primary-bg {
  color: #fff; }

.LandingPage .skin-secondary-bg, .ArticlePage .skin-secondary-bg, .EmptyPage .skin-secondary-bg {
  color: #fff; }
  .LandingPage .skin-secondary-bg.is-active, .ArticlePage .skin-secondary-bg.is-active, .EmptyPage .skin-secondary-bg.is-active {
    background-color: #71679d !important; }

.LandingPage .skin-primary-text, .ArticlePage .skin-primary-text, .EmptyPage .skin-primary-text {
  color: #352673;
  font: normal normal normal 40px/54px Caslon;
  letter-spacing: 0px; }

.LandingPage .skin-secondary-text, .ArticlePage .skin-secondary-text, .EmptyPage .skin-secondary-text {
  color: #71679d;
  font-family: "Caslon" !important;
  font-size: 40px; }

.LandingPage .skin-logo, .ArticlePage .skin-logo, .EmptyPage .skin-logo {
  background-image: url("/img/themes/Lingongrova.png");
  background-size: contain; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .LandingPage .skin-logo, .ArticlePage .skin-logo, .EmptyPage .skin-logo {
      background-image: url("/img/themes/Lingongrova@2x.png");
      -webkit-background-size: 157px 90px;
      -moz-background-size: 157px 90px;
      -o-background-size: 157px 90px;
      background-size: 157px 90px; } }

.LandingPage .top-hero-large.hero-background-30 section, .ArticlePage .top-hero-large.hero-background-30 section, .EmptyPage .top-hero-large.hero-background-30 section {
  background-position: center 30% !important; }

.LandingPage .top-hero-large.hero-background-70 section, .ArticlePage .top-hero-large.hero-background-70 section, .EmptyPage .top-hero-large.hero-background-70 section {
  background-position: center 70% !important; }

.LandingPage .top-hero-large.hero-background-bottom section, .ArticlePage .top-hero-large.hero-background-bottom section, .EmptyPage .top-hero-large.hero-background-bottom section {
  background-position: center bottom !important; }

.LandingPage .top-hero-large section, .ArticlePage .top-hero-large section, .EmptyPage .top-hero-large section {
  position: static; }

.LandingPage .top-hero-large .hero-border, .ArticlePage .top-hero-large .hero-border, .EmptyPage .top-hero-large .hero-border {
  min-height: 15vh;
  background: linear-gradient(to bottom, #00095f, rgba(53, 38, 115, 0)); }

.LandingPage .top-hero-large .banner, .ArticlePage .top-hero-large .banner, .EmptyPage .top-hero-large .banner {
  height: 90vh; }
  .LandingPage .top-hero-large .banner .inner, .ArticlePage .top-hero-large .banner .inner, .EmptyPage .top-hero-large .banner .inner {
    padding: 0; }

.LandingPage .top-hero-large .image-block, .ArticlePage .top-hero-large .image-block, .EmptyPage .top-hero-large .image-block {
  background-size: cover;
  height: 45vh;
  background-attachment: unset; }
  .LandingPage .top-hero-large .image-block img, .ArticlePage .top-hero-large .image-block img, .EmptyPage .top-hero-large .image-block img {
    width: calc(800 * var(--scale-40)); }

.LandingPage .top-hero-large .valign-center, .ArticlePage .top-hero-large .valign-center, .EmptyPage .top-hero-large .valign-center {
  min-height: unset;
  height: 85vh;
  top: 0;
  left: 0; }

.LandingPage .top-hero-large video, .ArticlePage .top-hero-large video, .EmptyPage .top-hero-large video {
  position: relative;
  display: block; }

.LandingPage .top-hero-large .fittext, .ArticlePage .top-hero-large .fittext, .EmptyPage .top-hero-large .fittext {
  margin: 0; }

.LandingPage ._subbrand-nav, .ArticlePage ._subbrand-nav, .EmptyPage ._subbrand-nav {
  margin-left: 44px;
  height: 10px;
  background: none; }
  .LandingPage ._subbrand-nav .subbrand-nav-menu-close, .ArticlePage ._subbrand-nav .subbrand-nav-menu-close, .EmptyPage ._subbrand-nav .subbrand-nav-menu-close {
    display: none; }
  .LandingPage ._subbrand-nav .subbrand-nav-menu-toggle, .ArticlePage ._subbrand-nav .subbrand-nav-menu-toggle, .EmptyPage ._subbrand-nav .subbrand-nav-menu-toggle {
    display: none; }
  .LandingPage ._subbrand-nav .page-wrapper, .ArticlePage ._subbrand-nav .page-wrapper, .EmptyPage ._subbrand-nav .page-wrapper {
    max-width: 710px; }
  .LandingPage ._subbrand-nav .subbrand-nav-menu, .ArticlePage ._subbrand-nav .subbrand-nav-menu, .EmptyPage ._subbrand-nav .subbrand-nav-menu {
    display: block;
    background: none;
    padding: 0;
    float: none;
    height: unset !important; }
  .LandingPage ._subbrand-nav .subbrand-nav-logo, .ArticlePage ._subbrand-nav .subbrand-nav-logo, .EmptyPage ._subbrand-nav .subbrand-nav-logo {
    left: 0; }
  .LandingPage ._subbrand-nav ul, .ArticlePage ._subbrand-nav ul, .EmptyPage ._subbrand-nav ul {
    padding-top: 140px;
    display: flex;
    flex-direction: column; }
  .LandingPage ._subbrand-nav .subbrand-nav-menu-item, .ArticlePage ._subbrand-nav .subbrand-nav-menu-item, .EmptyPage ._subbrand-nav .subbrand-nav-menu-item {
    height: unset;
    padding: 0;
    max-width: 250px; }
    .LandingPage ._subbrand-nav .subbrand-nav-menu-item a, .ArticlePage ._subbrand-nav .subbrand-nav-menu-item a, .EmptyPage ._subbrand-nav .subbrand-nav-menu-item a {
      text-align: left;
      margin: 0;
      padding: 0; }
      .LandingPage ._subbrand-nav .subbrand-nav-menu-item a.active > span, .LandingPage ._subbrand-nav .subbrand-nav-menu-item a:hover > span, .ArticlePage ._subbrand-nav .subbrand-nav-menu-item a.active > span, .ArticlePage ._subbrand-nav .subbrand-nav-menu-item a:hover > span, .EmptyPage ._subbrand-nav .subbrand-nav-menu-item a.active > span, .EmptyPage ._subbrand-nav .subbrand-nav-menu-item a:hover > span {
        border-bottom: none;
        background-image: url("/img/underline.svg");
        background-repeat: no-repeat;
        background-position: bottom;
        padding-bottom: 8px; }
      .LandingPage ._subbrand-nav .subbrand-nav-menu-item a span, .ArticlePage ._subbrand-nav .subbrand-nav-menu-item a span, .EmptyPage ._subbrand-nav .subbrand-nav-menu-item a span {
        font: normal normal 900 11px/35px avenir-roman;
        letter-spacing: 0.4px;
        color: #FFFFFF;
        text-transform: uppercase; }

.LandingPage .page-intro, .ArticlePage .page-intro, .EmptyPage .page-intro {
  text-align: center;
  display: flex;
  justify-content: center;
  background: none;
  margin: 40px 20px;
  padding: 0; }
  .LandingPage .page-intro .page-intro-body p, .ArticlePage .page-intro .page-intro-body p, .EmptyPage .page-intro .page-intro-body p {
    font-family: "avenir-roman", "Avenir 55 Roman", sans-serif;
    font-size: 16px;
    letter-spacing: 0px;
    color: #FFFFFF; }
  .LandingPage .page-intro .page-wrapper, .ArticlePage .page-intro .page-wrapper, .EmptyPage .page-intro .page-wrapper {
    max-width: 500px;
    padding: 0;
    margin: 0; }

.LandingPage .page-intro-heading, .ArticlePage .page-intro-heading, .EmptyPage .page-intro-heading {
  font: normal normal normal 45px/54px Caslon;
  letter-spacing: 0px;
  color: #FFFFFF; }
  .LandingPage .page-intro-heading span, .ArticlePage .page-intro-heading span, .EmptyPage .page-intro-heading span {
    color: #FFFFFF; }
  .LandingPage .page-intro-heading p, .ArticlePage .page-intro-heading p, .EmptyPage .page-intro-heading p {
    color: #FFFFFF; }
  .LandingPage .page-intro-heading em, .ArticlePage .page-intro-heading em, .EmptyPage .page-intro-heading em {
    color: #FFFFFF;
    margin-bottom: 0; }
    .LandingPage .page-intro-heading em.skin-secondary-text, .ArticlePage .page-intro-heading em.skin-secondary-text, .EmptyPage .page-intro-heading em.skin-secondary-text {
      color: #DABE8C;
      font: normal normal normal 45px/54px Caslon;
      letter-spacing: 0px; }
      .LandingPage .page-intro-heading em.skin-secondary-text p, .ArticlePage .page-intro-heading em.skin-secondary-text p, .EmptyPage .page-intro-heading em.skin-secondary-text p {
        color: #DABE8C; }

.LandingPage .image-grid .grid, .ArticlePage .image-grid .grid, .EmptyPage .image-grid .grid {
  display: flex;
  justify-content: center; }
  .LandingPage .image-grid .grid .image-grid-item, .ArticlePage .image-grid .grid .image-grid-item, .EmptyPage .image-grid .grid .image-grid-item {
    flex: 1;
    margin-bottom: 20px;
    max-width: 620px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .LandingPage .image-grid .grid .image-grid-item img, .ArticlePage .image-grid .grid .image-grid-item img, .EmptyPage .image-grid .grid .image-grid-item img {
      width: 100%; }

.LandingPage .product-grid, .ArticlePage .product-grid, .EmptyPage .product-grid {
  display: flex;
  background: none; }
  .LandingPage .product-grid .grid, .ArticlePage .product-grid .grid, .EmptyPage .product-grid .grid {
    display: flex;
    flex-direction: column; }
  .LandingPage .product-grid .product-spotlight, .ArticlePage .product-grid .product-spotlight, .EmptyPage .product-grid .product-spotlight {
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.29);
    border-radius: 40px;
    background-color: #352673;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
    -webkit-transform: translate3d(0, 0, 0);
    min-height: 618px; }
    .LandingPage .product-grid .product-spotlight:hover .product-spotlight-title, .ArticlePage .product-grid .product-spotlight:hover .product-spotlight-title, .EmptyPage .product-grid .product-spotlight:hover .product-spotlight-title {
      color: #9F7147; }
    .LandingPage .product-grid .product-spotlight:hover .product-spotlight-image, .ArticlePage .product-grid .product-spotlight:hover .product-spotlight-image, .EmptyPage .product-grid .product-spotlight:hover .product-spotlight-image {
      transform: scale(1.02, 1.02);
      -webkit-transition: all 200ms ease-in; }
    .LandingPage .product-grid .product-spotlight:hover .product-spotlight-button, .ArticlePage .product-grid .product-spotlight:hover .product-spotlight-button, .EmptyPage .product-grid .product-spotlight:hover .product-spotlight-button {
      opacity: 1;
      transition: opacity 200ms ease-out;
      -webkit-transition: opacity 200ms ease-out; }
  .LandingPage .product-grid .col-one-third:hover .block-spotlight-title, .ArticlePage .product-grid .col-one-third:hover .block-spotlight-title, .EmptyPage .product-grid .col-one-third:hover .block-spotlight-title {
    color: #FFFFFF; }
  .LandingPage .product-grid .product-spotlight-container, .ArticlePage .product-grid .product-spotlight-container, .EmptyPage .product-grid .product-spotlight-container {
    display: flex;
    flex-direction: column;
    padding: 40px;
    padding-top: 0;
    align-items: center; }
  .LandingPage .product-grid .product-spotlight-image, .ArticlePage .product-grid .product-spotlight-image, .EmptyPage .product-grid .product-spotlight-image {
    width: 100%;
    border: none;
    margin: 0;
    transform: scale(1, 1);
    -webkit-transition: all 200ms ease-out;
    min-width: 323px; }
  .LandingPage .product-grid .product-spotlight-title, .ArticlePage .product-grid .product-spotlight-title, .EmptyPage .product-grid .product-spotlight-title {
    text-align: center;
    font: normal normal normal 35px/42px Caslon;
    font-size: 35px;
    letter-spacing: 0px;
    text-transform: capitalize;
    margin-top: 20px;
    min-height: 2.4em;
    /* line-height * 2 */ }
    .LandingPage .product-grid .product-spotlight-title p, .ArticlePage .product-grid .product-spotlight-title p, .EmptyPage .product-grid .product-spotlight-title p {
      line-height: inherit;
      margin-bottom: 0; }
      .LandingPage .product-grid .product-spotlight-title p span, .ArticlePage .product-grid .product-spotlight-title p span, .EmptyPage .product-grid .product-spotlight-title p span {
        background-color: unset !important; }
  .LandingPage .product-grid .product-spotlight-description, .ArticlePage .product-grid .product-spotlight-description, .EmptyPage .product-grid .product-spotlight-description {
    display: block;
    text-align: center;
    font-size: 0.85em;
    font-family: "avenir-roman", "Avenir 55 Roman", sans-serif;
    letter-spacing: 0;
    color: #FFFFFF;
    /*margin-top: 20px;*/
    padding: 0;
    min-height: 4.5em;
    /* line-height * 3 */ }
  .LandingPage .product-grid .product-spotlight-button, .ArticlePage .product-grid .product-spotlight-button, .EmptyPage .product-grid .product-spotlight-button {
    display: block;
    border-bottom: none;
    background-image: url("/img/underline.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 20px;
    padding-bottom: 8px;
    color: #FFFFFF;
    opacity: 0.6;
    font-size: 15px;
    font-family: "avenir-black", "Avenir 95 Roman", sans-serif; }
  .LandingPage .product-grid .tag-wrapper, .ArticlePage .product-grid .tag-wrapper, .EmptyPage .product-grid .tag-wrapper {
    overflow: hidden; }

.LandingPage .media-link .media-link-body p, .ArticlePage .media-link .media-link-body p, .EmptyPage .media-link .media-link-body p {
  padding: 40px; }

.LandingPage .spotlight-grid.intro, .ArticlePage .spotlight-grid.intro, .EmptyPage .spotlight-grid.intro {
  background: none; }

.LandingPage .spotlight-grid.relative .col-one-third, .ArticlePage .spotlight-grid.relative .col-one-third, .EmptyPage .spotlight-grid.relative .col-one-third {
  position: relative; }

.LandingPage .spotlight-grid.padding-top-0, .ArticlePage .spotlight-grid.padding-top-0, .EmptyPage .spotlight-grid.padding-top-0 {
  padding-top: 0; }

.LandingPage .spotlight-grid .row, .ArticlePage .spotlight-grid .row, .EmptyPage .spotlight-grid .row {
  display: flex;
  width: unset;
  margin: 0;
  justify-content: center;
  flex-direction: column; }

.LandingPage .spotlight-grid .col-one-third, .ArticlePage .spotlight-grid .col-one-third, .EmptyPage .spotlight-grid .col-one-third {
  display: flex;
  width: unset;
  margin: 0;
  padding: 10px; }

.LandingPage .spotlight-grid .block-spotlight, .ArticlePage .spotlight-grid .block-spotlight, .EmptyPage .spotlight-grid .block-spotlight {
  background: rgba(38, 9, 106, 0) 0% 0% no-repeat padding-box;
  padding: 35px 20px 45px 20px;
  border-radius: 40px;
  max-width: unset; }
  .LandingPage .spotlight-grid .block-spotlight:hover, .ArticlePage .spotlight-grid .block-spotlight:hover, .EmptyPage .spotlight-grid .block-spotlight:hover {
    background: #26096a 0% 0% no-repeat padding-box;
    transition: background 200ms ease-out;
    -webkit-transition: background 200ms ease-out; }
    .LandingPage .spotlight-grid .block-spotlight:hover .block-spotlight-button, .ArticlePage .spotlight-grid .block-spotlight:hover .block-spotlight-button, .EmptyPage .spotlight-grid .block-spotlight:hover .block-spotlight-button {
      opacity: 1; }
  .LandingPage .spotlight-grid .block-spotlight-content, .ArticlePage .spotlight-grid .block-spotlight-content, .EmptyPage .spotlight-grid .block-spotlight-content {
    padding: 0;
    margin-top: 20px; }
  .LandingPage .spotlight-grid .block-spotlight-image img, .ArticlePage .spotlight-grid .block-spotlight-image img, .EmptyPage .spotlight-grid .block-spotlight-image img {
    width: 300px;
    max-width: 300px;
    border-radius: 150px;
    height: auto; }
  .LandingPage .spotlight-grid .block-spotlight-title, .ArticlePage .spotlight-grid .block-spotlight-title, .EmptyPage .spotlight-grid .block-spotlight-title {
    font: normal normal normal 20px/25px avenir-heavy; }
  .LandingPage .spotlight-grid .block-spotlight-description, .ArticlePage .spotlight-grid .block-spotlight-description, .EmptyPage .spotlight-grid .block-spotlight-description {
    font: normal normal normal 16px/18px avenir-book;
    color: #FFFFFF !important; }
  .LandingPage .spotlight-grid .block-spotlight-button-container, .ArticlePage .spotlight-grid .block-spotlight-button-container, .EmptyPage .spotlight-grid .block-spotlight-button-container {
    margin-top: 20px; }
  .LandingPage .spotlight-grid .block-spotlight-button, .ArticlePage .spotlight-grid .block-spotlight-button, .EmptyPage .spotlight-grid .block-spotlight-button {
    font: normal normal normal 16px/18px avenir-black;
    border-bottom: none;
    background-image: url("/img/underline.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 20px;
    padding-bottom: 8px;
    color: #FFFFFF;
    opacity: 0; }

.LandingPage .default-grid-card, .ArticlePage .default-grid-card, .EmptyPage .default-grid-card {
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.29);
  border-radius: 40px;
  min-width: 347px; }
  .LandingPage .default-grid-card .video-play figure img, .ArticlePage .default-grid-card .video-play figure img, .EmptyPage .default-grid-card .video-play figure img {
    border-radius: 40px 40px 0 0;
    opacity: 0.6; }
  .LandingPage .default-grid-card .video-play figure:after, .ArticlePage .default-grid-card .video-play figure:after, .EmptyPage .default-grid-card .video-play figure:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(/img/video-play.svg);
    width: 104px;
    height: 104px;
    margin-left: -30px;
    margin-top: -30px; }
  .LandingPage .default-grid-card .default-grid-card-content p, .LandingPage .default-grid-card .default-grid-card-content strong, .ArticlePage .default-grid-card .default-grid-card-content p, .ArticlePage .default-grid-card .default-grid-card-content strong, .EmptyPage .default-grid-card .default-grid-card-content p, .EmptyPage .default-grid-card .default-grid-card-content strong {
    text-align: center;
    font-family: "Caslon";
    font-size: 35px;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding: 20px; }

.LandingPage .block-base-title, .ArticlePage .block-base-title, .EmptyPage .block-base-title {
  margin-bottom: 46px;
  font-size: 40px; }
  .LandingPage .block-base-title span, .ArticlePage .block-base-title span, .EmptyPage .block-base-title span {
    color: #FFFFFF; }
  .LandingPage .block-base-title p, .ArticlePage .block-base-title p, .EmptyPage .block-base-title p {
    color: #FFFFFF; }
  .LandingPage .block-base-title em, .ArticlePage .block-base-title em, .EmptyPage .block-base-title em {
    font-family: "Caslon" !important;
    font-size: 40px;
    color: #FFFFFF;
    margin-bottom: 0; }
    .LandingPage .block-base-title em.skin-secondary-text, .ArticlePage .block-base-title em.skin-secondary-text, .EmptyPage .block-base-title em.skin-secondary-text {
      color: #DABE8C; }
      .LandingPage .block-base-title em.skin-secondary-text p, .ArticlePage .block-base-title em.skin-secondary-text p, .EmptyPage .block-base-title em.skin-secondary-text p {
        color: #DABE8C; }

.LandingPage .articel-block--wrapper .content-grid, .ArticlePage .articel-block--wrapper .content-grid, .EmptyPage .articel-block--wrapper .content-grid {
  background: none; }

.LandingPage .articel-block--wrapper .page-wrapper, .ArticlePage .articel-block--wrapper .page-wrapper, .EmptyPage .articel-block--wrapper .page-wrapper {
  overflow: hidden;
  padding: 0; }

.LandingPage .articel-block--wrapper .grid, .ArticlePage .articel-block--wrapper .grid, .EmptyPage .articel-block--wrapper .grid {
  display: flex;
  flex-direction: column; }

.LandingPage .articel-block--wrapper .col-one-third, .ArticlePage .articel-block--wrapper .col-one-third, .EmptyPage .articel-block--wrapper .col-one-third {
  display: flex;
  width: unset;
  flex: 1;
  margin: 0; }

.LandingPage .articel-block--wrapper .asideimages, .ArticlePage .articel-block--wrapper .asideimages, .EmptyPage .articel-block--wrapper .asideimages {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center; }
  .LandingPage .articel-block--wrapper .asideimages img, .ArticlePage .articel-block--wrapper .asideimages img, .EmptyPage .articel-block--wrapper .asideimages img {
    margin: 0;
    width: auto;
    border-radius: unset;
    margin-bottom: 20px;
    width: 100%; }

.LandingPage .articel-block--wrapper .col-two-third, .ArticlePage .articel-block--wrapper .col-two-third, .EmptyPage .articel-block--wrapper .col-two-third {
  display: flex;
  flex-direction: column;
  width: unset;
  flex: 1;
  margin: 0;
  padding: 50px; }
  .LandingPage .articel-block--wrapper .col-two-third .btn, .ArticlePage .articel-block--wrapper .col-two-third .btn, .EmptyPage .articel-block--wrapper .col-two-third .btn {
    font-family: "avenir-black", "Avenir 95 Black", sans-serif;
    font-size: 16px;
    background: none;
    padding: 0;
    text-transform: none;
    border-bottom: none;
    background-image: url("/img/underline.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 8px;
    opacity: 1;
    transition: opacity 200ms ease-out;
    -webkit-transition: opacity 200ms ease-out; }
    .LandingPage .articel-block--wrapper .col-two-third .btn:hover, .ArticlePage .articel-block--wrapper .col-two-third .btn:hover, .EmptyPage .articel-block--wrapper .col-two-third .btn:hover {
      opacity: 0.6;
      transition: opacity 200ms ease-in;
      -webkit-transition: opacity 200ms ease-in; }

.LandingPage .articel-block, .ArticlePage .articel-block, .EmptyPage .articel-block {
  font-size: 15px; }
  .LandingPage .articel-block .page-wrapper, .ArticlePage .articel-block .page-wrapper, .EmptyPage .articel-block .page-wrapper {
    overflow: hidden;
    padding: 0; }
    .LandingPage .articel-block .page-wrapper .grid, .ArticlePage .articel-block .page-wrapper .grid, .EmptyPage .articel-block .page-wrapper .grid {
      display: flex;
      flex-direction: column; }
      .LandingPage .articel-block .page-wrapper .grid .col-one-third, .ArticlePage .articel-block .page-wrapper .grid .col-one-third, .EmptyPage .articel-block .page-wrapper .grid .col-one-third {
        display: flex;
        width: unset;
        flex: 1;
        margin: 0; }
        .LandingPage .articel-block .page-wrapper .grid .col-one-third .asideimages, .ArticlePage .articel-block .page-wrapper .grid .col-one-third .asideimages, .EmptyPage .articel-block .page-wrapper .grid .col-one-third .asideimages {
          flex: 1;
          display: flex;
          justify-content: center;
          align-items: center; }
          .LandingPage .articel-block .page-wrapper .grid .col-one-third .asideimages img, .ArticlePage .articel-block .page-wrapper .grid .col-one-third .asideimages img, .EmptyPage .articel-block .page-wrapper .grid .col-one-third .asideimages img {
            margin: 0;
            width: auto;
            border-radius: unset;
            margin-bottom: 20px;
            width: 100%; }
      .LandingPage .articel-block .page-wrapper .grid .col-two-third, .ArticlePage .articel-block .page-wrapper .grid .col-two-third, .EmptyPage .articel-block .page-wrapper .grid .col-two-third {
        display: flex;
        flex-direction: column;
        width: unset;
        flex: 1;
        margin: 0;
        padding: 50px; }
        .LandingPage .articel-block .page-wrapper .grid .col-two-third .btn, .ArticlePage .articel-block .page-wrapper .grid .col-two-third .btn, .EmptyPage .articel-block .page-wrapper .grid .col-two-third .btn {
          font-family: "avenir-black", "Avenir 95 Black", sans-serif;
          font-size: 16px;
          background: none;
          padding: 0;
          text-transform: none;
          border-bottom: none;
          background-image: url("/img/underline.svg");
          background-repeat: no-repeat;
          background-position: bottom;
          padding-bottom: 8px;
          opacity: 1;
          transition: opacity 200ms ease-out;
          -webkit-transition: opacity 200ms ease-out; }
          .LandingPage .articel-block .page-wrapper .grid .col-two-third .btn:hover, .ArticlePage .articel-block .page-wrapper .grid .col-two-third .btn:hover, .EmptyPage .articel-block .page-wrapper .grid .col-two-third .btn:hover {
            opacity: 0.6;
            transition: opacity 200ms ease-in;
            -webkit-transition: opacity 200ms ease-in; }

.LandingPage .breadcrumb-nav, .ArticlePage .breadcrumb-nav, .EmptyPage .breadcrumb-nav {
  display: none; }

.LandingPage .breadcrumb-nav-menu-link, .ArticlePage .breadcrumb-nav-menu-link, .EmptyPage .breadcrumb-nav-menu-link {
  color: #FFFFFF;
  line-height: 1.6rem; }
  .LandingPage .breadcrumb-nav-menu-link.active, .ArticlePage .breadcrumb-nav-menu-link.active, .EmptyPage .breadcrumb-nav-menu-link.active {
    color: inherit; }

.LandingPage .text-columns, .ArticlePage .text-columns, .EmptyPage .text-columns {
  margin-bottom: 80px; }
  .LandingPage .text-columns .left-column, .ArticlePage .text-columns .left-column, .EmptyPage .text-columns .left-column {
    margin: 0 60px 0 60px; }
  .LandingPage .text-columns .right-column, .ArticlePage .text-columns .right-column, .EmptyPage .text-columns .right-column {
    width: 443px; }

.LandingPage .page-expand, .ArticlePage .page-expand, .EmptyPage .page-expand {
  min-height: unset; }
  .LandingPage .page-expand .page-wrapper, .ArticlePage .page-expand .page-wrapper, .EmptyPage .page-expand .page-wrapper {
    border: 0;
    padding: 0;
    margin-bottom: 5px; }
    .LandingPage .page-expand .page-wrapper a, .ArticlePage .page-expand .page-wrapper a, .EmptyPage .page-expand .page-wrapper a {
      background-image: none; }
  .LandingPage .page-expand .expand-link, .ArticlePage .page-expand .expand-link, .EmptyPage .page-expand .expand-link {
    color: #FFF !important;
    margin-bottom: 0 !important;
    border-radius: 20px;
    background-color: #213A78;
    padding: 17px;
    font-family: "avenir-black", "Avenir 95 Black", sans-serif !important;
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .LandingPage .page-expand .expand-link:after, .ArticlePage .page-expand .expand-link:after, .EmptyPage .page-expand .expand-link:after {
      padding: 8px 35px 15px 15px;
      color: #6CA3D8 !important;
      font-size: 25px !important; }
  .LandingPage .page-expand .expand-content, .ArticlePage .page-expand .expand-content, .EmptyPage .page-expand .expand-content {
    padding: 17px;
    color: #FFF;
    font: normal normal normal 14px/21px avenir-book; }

.LandingPage .image-block-container img, .ArticlePage .image-block-container img, .EmptyPage .image-block-container img {
  border-radius: 80px; }

@media (min-width: 768px) {
  .LandingPage .breadcrumb-nav, .ArticlePage .breadcrumb-nav, .EmptyPage .breadcrumb-nav {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    margin: 60px auto;
    margin-top: 67px;
    padding-top: 0px;
    padding-bottom: 0;
    padding-left: 200px;
    min-height: unset; }
    .LandingPage .breadcrumb-nav .page-wrapper, .ArticlePage .breadcrumb-nav .page-wrapper, .EmptyPage .breadcrumb-nav .page-wrapper {
      padding-left: 50px;
      height: 40px;
      display: flex;
      align-items: center; }
  .LandingPage .subbrand-nav-logo, .ArticlePage .subbrand-nav-logo, .EmptyPage .subbrand-nav-logo {
    display: none; }
  .LandingPage .page-intro-heading, .ArticlePage .page-intro-heading, .EmptyPage .page-intro-heading {
    letter-spacing: 0px; }
  .LandingPage .page-intro, .ArticlePage .page-intro, .EmptyPage .page-intro {
    margin: 40px 40px 80px 40px; }
  .LandingPage .top-hero-large section, .ArticlePage .top-hero-large section, .EmptyPage .top-hero-large section {
    margin-top: 107px; }
  .LandingPage .top-hero-large .hero-border, .ArticlePage .top-hero-large .hero-border, .EmptyPage .top-hero-large .hero-border {
    min-height: 20vh; }
  .LandingPage .articel-block--wrapper.left .page-wrapper .grid, .ArticlePage .articel-block--wrapper.left .page-wrapper .grid, .EmptyPage .articel-block--wrapper.left .page-wrapper .grid {
    flex-direction: row-reverse !important; }
  .LandingPage .articel-block--wrapper .articel-block .page-wrapper .grid, .ArticlePage .articel-block--wrapper .articel-block .page-wrapper .grid, .EmptyPage .articel-block--wrapper .articel-block .page-wrapper .grid {
    flex-direction: row; }
    .LandingPage .articel-block--wrapper .articel-block .page-wrapper .grid .col-one-third .asideimages img, .ArticlePage .articel-block--wrapper .articel-block .page-wrapper .grid .col-one-third .asideimages img, .EmptyPage .articel-block--wrapper .articel-block .page-wrapper .grid .col-one-third .asideimages img {
      margin-bottom: 0;
      width: unset; }
  .LandingPage .product-grid .grid, .ArticlePage .product-grid .grid, .EmptyPage .product-grid .grid {
    flex-direction: row; }
  .LandingPage .product-spotlight, .ArticlePage .product-spotlight, .EmptyPage .product-spotlight {
    min-width: 347px;
    margin-left: 15px;
    margin-right: 15px; }
  .LandingPage .spotlight-grid .page-wrapper .grid .row, .ArticlePage .spotlight-grid .page-wrapper .grid .row, .EmptyPage .spotlight-grid .page-wrapper .grid .row {
    flex-direction: row; } }

@media (min-width: 1090px) {
  .LandingPage .articel-block .page-wrapper .grid .col-one-third .asideimages img, .ArticlePage .articel-block .page-wrapper .grid .col-one-third .asideimages img, .EmptyPage .articel-block .page-wrapper .grid .col-one-third .asideimages img {
    height: 100%; } }

@media (max-width: 768px) {
  .LandingPage .text-columns .left-column, .ArticlePage .text-columns .left-column, .EmptyPage .text-columns .left-column {
    display: none; }
  .LandingPage .text-columns .right-column, .ArticlePage .text-columns .right-column, .EmptyPage .text-columns .right-column {
    padding: 0 10px 0 10px; }
  .LandingPage .image-block-container img, .ArticlePage .image-block-container img, .EmptyPage .image-block-container img {
    border-radius: 0;
    max-width: 100% !important; }
  .LandingPage .subbrand-nav-logo, .ArticlePage .subbrand-nav-logo, .EmptyPage .subbrand-nav-logo {
    display: none; }
  .LandingPage .subbrand-nav-menu ul, .ArticlePage .subbrand-nav-menu ul, .EmptyPage .subbrand-nav-menu ul {
    padding-top: 0; }
  .LandingPage .content-grid .content-grid-footer, .ArticlePage .content-grid .content-grid-footer, .EmptyPage .content-grid .content-grid-footer {
    margin-left: 0; } }

@media (max-width: 1155px) {
  .LandingPage .breadcrumb-nav .page-wrapper, .ArticlePage .breadcrumb-nav .page-wrapper, .EmptyPage .breadcrumb-nav .page-wrapper {
    padding-left: 0; } }

.carousel-item {
  background-color: #9C141E !important; }

.LandingPage .skin-primary-bg, .ArticlePage .skin-primary-bg, .EmptyPage .skin-primary-bg {
  color: #000; }

.LandingPage .top-hero-large .hero-border, .ArticlePage .top-hero-large .hero-border, .EmptyPage .top-hero-large .hero-border {
  min-height: 130px !important;
  background: linear-gradient(to bottom, #720101, rgba(114, 1, 1, 0)); }

.LandingPage .top-hero-large .image-block, .ArticlePage .top-hero-large .image-block, .EmptyPage .top-hero-large .image-block {
  pointer-events: none; }
  .LandingPage .top-hero-large .image-block img, .ArticlePage .top-hero-large .image-block img, .EmptyPage .top-hero-large .image-block img {
    width: unset;
    max-width: 331px;
    margin-top: 0 !important; }

.LandingPage .top-hero-large .valign-center, .ArticlePage .top-hero-large .valign-center, .EmptyPage .top-hero-large .valign-center {
  height: 95vh; }

.LandingPage .subbrand-nav, .ArticlePage .subbrand-nav, .EmptyPage .subbrand-nav {
  background-color: #9C141E; }
  .LandingPage .subbrand-nav-menu, .ArticlePage .subbrand-nav-menu, .EmptyPage .subbrand-nav-menu {
    background-color: #b66565; }

.LandingPage .skin-primary-bg, .ArticlePage .skin-primary-bg, .EmptyPage .skin-primary-bg {
  background-color: #9C141E;
  color: #FFFEF1; }

.LandingPage .skin-secondary-bg, .ArticlePage .skin-secondary-bg, .EmptyPage .skin-secondary-bg {
  background-color: #b66565;
  color: #FFFEF1; }
  .LandingPage .skin-secondary-bg.is-active, .ArticlePage .skin-secondary-bg.is-active, .EmptyPage .skin-secondary-bg.is-active {
    background-color: #b66565 !important; }

.LandingPage .skin-primary-text, .ArticlePage .skin-primary-text, .EmptyPage .skin-primary-text {
  color: #9C141E;
  font: normal normal normal 65px/60px LunchBoxSlab !important; }

.LandingPage .skin-secondary-text, .ArticlePage .skin-secondary-text, .EmptyPage .skin-secondary-text {
  color: #b66565;
  font: normal normal normal 60px/50px LunchBoxSlab !important; }

.LandingPage .skin-logo, .ArticlePage .skin-logo, .EmptyPage .skin-logo {
  background-image: none;
  width: 198px;
  height: 89px; }

.LandingPage .site-wrapper, .ArticlePage .site-wrapper, .EmptyPage .site-wrapper {
  background-color: #9C141E;
  background-image: none; }

.LandingPage .page-intro .page-intro-body p, .ArticlePage .page-intro .page-intro-body p, .EmptyPage .page-intro .page-intro-body p {
  color: #FFFEF1 !important; }

.LandingPage .page-intro .page-wrapper .text-left, .ArticlePage .page-intro .page-wrapper .text-left, .EmptyPage .page-intro .page-wrapper .text-left {
  color: #FFFEF1;
  font: normal normal normal 16px/24px avenir-book; }

.LandingPage .page-intro .page-intro-heading, .ArticlePage .page-intro .page-intro-heading, .EmptyPage .page-intro .page-intro-heading {
  font: normal normal normal 65px/60px LunchBoxSlab !important;
  color: #FFFEF1; }
  .LandingPage .page-intro .page-intro-heading span, .LandingPage .page-intro .page-intro-heading p, .LandingPage .page-intro .page-intro-heading em, .ArticlePage .page-intro .page-intro-heading span, .ArticlePage .page-intro .page-intro-heading p, .ArticlePage .page-intro .page-intro-heading em, .EmptyPage .page-intro .page-intro-heading span, .EmptyPage .page-intro .page-intro-heading p, .EmptyPage .page-intro .page-intro-heading em {
    color: #CBA462; }
  .LandingPage .page-intro .page-intro-heading em.skin-secondary-text, .ArticlePage .page-intro .page-intro-heading em.skin-secondary-text, .EmptyPage .page-intro .page-intro-heading em.skin-secondary-text {
    font: normal normal normal 65px/60px LunchBoxSlab !important;
    color: inherit !important; }
    .LandingPage .page-intro .page-intro-heading em.skin-secondary-text p, .ArticlePage .page-intro .page-intro-heading em.skin-secondary-text p, .EmptyPage .page-intro .page-intro-heading em.skin-secondary-text p {
      color: inherit !important; }

.LandingPage .breadcrumb-nav, .ArticlePage .breadcrumb-nav, .EmptyPage .breadcrumb-nav {
  background-color: #9C141E; }
  .LandingPage .breadcrumb-nav .breadcrumb-nav-menu-link, .ArticlePage .breadcrumb-nav .breadcrumb-nav-menu-link, .EmptyPage .breadcrumb-nav .breadcrumb-nav-menu-link {
    color: #FFF !important; }
    .LandingPage .breadcrumb-nav .breadcrumb-nav-menu-link.active, .ArticlePage .breadcrumb-nav .breadcrumb-nav-menu-link.active, .EmptyPage .breadcrumb-nav .breadcrumb-nav-menu-link.active {
      color: #CAA564 !important; }

.LandingPage .product-grid .page-wrapper, .ArticlePage .product-grid .page-wrapper, .EmptyPage .product-grid .page-wrapper {
  max-width: 800px !important; }

.LandingPage .product-grid .grid, .ArticlePage .product-grid .grid, .EmptyPage .product-grid .grid {
  display: block !important;
  text-align: center !important; }

.LandingPage .product-grid .product-spotlight, .ArticlePage .product-grid .product-spotlight, .EmptyPage .product-grid .product-spotlight {
  background-color: #9C141E !important;
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.16);
  border-style: solid;
  border-color: #CBA462;
  border-width: 3px; }

.LandingPage .product-grid .product-spotlight-title, .ArticlePage .product-grid .product-spotlight-title, .EmptyPage .product-grid .product-spotlight-title {
  font: normal normal normal 50px/42px LunchBoxSlab; }

.LandingPage .product-grid .product-spotlight-description, .ArticlePage .product-grid .product-spotlight-description, .EmptyPage .product-grid .product-spotlight-description {
  color: #FFFEF1;
  /*font: normal normal normal 14px/18px avenir-heavy;*/ }

.LandingPage .product-grid .product-spotlight-button, .ArticlePage .product-grid .product-spotlight-button, .EmptyPage .product-grid .product-spotlight-button {
  color: #FFF !important;
  /*font: normal normal normal 15px/20px avenir-black;*/ }

.LandingPage .spotlight-grid, .ArticlePage .spotlight-grid, .EmptyPage .spotlight-grid {
  background: linear-gradient(to bottom, rgba(114, 1, 1, 0.44), rgba(114, 1, 1, 0)); }
  .LandingPage .spotlight-grid .block-spotlight, .ArticlePage .spotlight-grid .block-spotlight, .EmptyPage .spotlight-grid .block-spotlight {
    color: #FFFEF1 !important;
    background-color: none;
    border-style: solid;
    border-width: 3px;
    border-color: rgba(114, 1, 1, 0); }
    .LandingPage .spotlight-grid .block-spotlight:hover, .ArticlePage .spotlight-grid .block-spotlight:hover, .EmptyPage .spotlight-grid .block-spotlight:hover {
      background: none;
      border-color: #CBA462;
      transition: all 200ms ease-out;
      -webkit-transition: all 200ms ease-out; }
      .LandingPage .spotlight-grid .block-spotlight:hover .block-spotlight-title, .ArticlePage .spotlight-grid .block-spotlight:hover .block-spotlight-title, .EmptyPage .spotlight-grid .block-spotlight:hover .block-spotlight-title {
        color: #D9BD8B !important; }
  .LandingPage .spotlight-grid .block-spotlight-image img, .ArticlePage .spotlight-grid .block-spotlight-image img, .EmptyPage .spotlight-grid .block-spotlight-image img {
    width: 300px;
    max-width: 300px;
    border-radius: 150px; }
  .LandingPage .spotlight-grid .block-spotlight-title, .ArticlePage .spotlight-grid .block-spotlight-title, .EmptyPage .spotlight-grid .block-spotlight-title {
    color: #D9BD8B !important; }
  .LandingPage .spotlight-grid .block-spotlight-description, .ArticlePage .spotlight-grid .block-spotlight-description, .EmptyPage .spotlight-grid .block-spotlight-description {
    color: #FFFEF1 !important;
    font: normal normal normal 16px/25px avenir-book; }

.LandingPage .block-base-title, .ArticlePage .block-base-title, .EmptyPage .block-base-title {
  color: #CBA462;
  font: normal normal normal 60px/50px LunchBoxSlab !important; }
  .LandingPage .block-base-title span, .ArticlePage .block-base-title span, .EmptyPage .block-base-title span {
    color: #FFFEF1; }
  .LandingPage .block-base-title p, .ArticlePage .block-base-title p, .EmptyPage .block-base-title p {
    color: #FFFEF1; }
  .LandingPage .block-base-title em, .ArticlePage .block-base-title em, .EmptyPage .block-base-title em {
    color: #FFFEF1;
    font: normal normal normal 65px/60px LunchBoxSlab !important; }

.LandingPage .articel-block--wrapper a, .ArticlePage .articel-block--wrapper a, .EmptyPage .articel-block--wrapper a {
  border-bottom: none;
  background-image: url("/img/underline.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 30%;
  padding-bottom: 8px; }

.LandingPage .articel-block--wrapper .intro, .ArticlePage .articel-block--wrapper .intro, .EmptyPage .articel-block--wrapper .intro {
  font-size: 16px !important;
  color: #FFFEF1; }

.LandingPage .articel-block--wrapper .content-grid, .ArticlePage .articel-block--wrapper .content-grid, .EmptyPage .articel-block--wrapper .content-grid {
  padding: 0; }

.LandingPage .articel-block--wrapper.round-image, .ArticlePage .articel-block--wrapper.round-image, .EmptyPage .articel-block--wrapper.round-image {
  margin: 0; }
  .LandingPage .articel-block--wrapper.round-image section, .ArticlePage .articel-block--wrapper.round-image section, .EmptyPage .articel-block--wrapper.round-image section {
    padding: 0; }
  .LandingPage .articel-block--wrapper.round-image .page-wrapper, .ArticlePage .articel-block--wrapper.round-image .page-wrapper, .EmptyPage .articel-block--wrapper.round-image .page-wrapper {
    max-width: 780px; }
  .LandingPage .articel-block--wrapper.round-image .col-two-third .intro, .ArticlePage .articel-block--wrapper.round-image .col-two-third .intro, .EmptyPage .articel-block--wrapper.round-image .col-two-third .intro {
    font-size: 14px !important; }
  .LandingPage .articel-block--wrapper.round-image .asideimages, .ArticlePage .articel-block--wrapper.round-image .asideimages, .EmptyPage .articel-block--wrapper.round-image .asideimages {
    padding: 0 20px 50px 20px; }
    .LandingPage .articel-block--wrapper.round-image .asideimages img, .ArticlePage .articel-block--wrapper.round-image .asideimages img, .EmptyPage .articel-block--wrapper.round-image .asideimages img {
      box-shadow: 0 30px 30px rgba(0, 0, 0, 0.16);
      border-radius: 182px !important;
      min-width: 375px !important;
      width: 375px !important; }

.LandingPage .instagram-grid, .ArticlePage .instagram-grid, .EmptyPage .instagram-grid {
  background: linear-gradient(to bottom, rgba(114, 1, 1, 0.44), rgba(114, 1, 1, 0));
  margin-top: 40px; }
  .LandingPage .instagram-grid .instagram-section__head h2, .ArticlePage .instagram-grid .instagram-section__head h2, .EmptyPage .instagram-grid .instagram-section__head h2 {
    color: #FFFEF1 !important;
    font: normal normal normal 60px/54px LunchBoxSlab !important; }

.LandingPage .page-expand .expand-link, .ArticlePage .page-expand .expand-link, .EmptyPage .page-expand .expand-link {
  color: #FFFEF1 !important;
  background-color: #8E090D; }
  .LandingPage .page-expand .expand-link:after, .ArticlePage .page-expand .expand-link:after, .EmptyPage .page-expand .expand-link:after {
    color: #CBA462 !important; }

.LandingPage .linked-collage-gallery .collage-item, .ArticlePage .linked-collage-gallery .collage-item, .EmptyPage .linked-collage-gallery .collage-item {
  box-shadow: 0 30px 30px rgba(0, 0, 0, 0.29);
  border-radius: 40px; }

.LandingPage .linked-collage-gallery .collage-item-content, .ArticlePage .linked-collage-gallery .collage-item-content, .EmptyPage .linked-collage-gallery .collage-item-content {
  border-radius: 40px; }
  .LandingPage .linked-collage-gallery .collage-item-content h2, .ArticlePage .linked-collage-gallery .collage-item-content h2, .EmptyPage .linked-collage-gallery .collage-item-content h2 {
    font: normal normal normal 30px/36px Caslon; }
  .LandingPage .linked-collage-gallery .collage-item-content p, .ArticlePage .linked-collage-gallery .collage-item-content p, .EmptyPage .linked-collage-gallery .collage-item-content p {
    font: normal normal 900 12px/14px avenir-heavy; }

@media (min-width: 768px) {
  .LandingPage .site-wrapper, .ArticlePage .site-wrapper, .EmptyPage .site-wrapper {
    background-image: url(/img/themes/Gifflar-Bakgrund.png);
    background-repeat: no-repeat;
    background-size: cover; }
  .LandingPage .spotlight-grid.intro .grid, .ArticlePage .spotlight-grid.intro .grid, .EmptyPage .spotlight-grid.intro .grid {
    margin-top: 120px; }
  .LandingPage .spotlight-grid.intro .block-base-title, .ArticlePage .spotlight-grid.intro .block-base-title, .EmptyPage .spotlight-grid.intro .block-base-title {
    padding-left: 200px; }
  .LandingPage .articel-block--wrapper.round-image .col-two-third, .ArticlePage .articel-block--wrapper.round-image .col-two-third, .EmptyPage .articel-block--wrapper.round-image .col-two-third {
    padding: 0; } }

@media (max-width: 768px) {
  .LandingPage .product-grid .grid, .ArticlePage .product-grid .grid, .EmptyPage .product-grid .grid {
    display: flex !important;
    justify-content: center; }
  .LandingPage .breadcrumb-nav, .ArticlePage .breadcrumb-nav, .EmptyPage .breadcrumb-nav {
    display: none !important; }
  .LandingPage .page-intro, .ArticlePage .page-intro, .EmptyPage .page-intro {
    margin: 0 !important;
    padding: 20px 20px 40px 20px !important; }
  .LandingPage .spotlight-grid .block-spotlight, .ArticlePage .spotlight-grid .block-spotlight, .EmptyPage .spotlight-grid .block-spotlight {
    margin: 0;
    padding: 0; }
  .LandingPage .spotlight-grid .col-one-third, .ArticlePage .spotlight-grid .col-one-third, .EmptyPage .spotlight-grid .col-one-third {
    justify-content: center; }
  .LandingPage .articel-block--wrapper .grid, .ArticlePage .articel-block--wrapper .grid, .EmptyPage .articel-block--wrapper .grid {
    flex-direction: column !important; }
  .LandingPage .articel-block--wrapper .col-one-third .asideimages, .ArticlePage .articel-block--wrapper .col-one-third .asideimages, .EmptyPage .articel-block--wrapper .col-one-third .asideimages {
    padding: 0 20px 20px 20px; }
  .LandingPage .articel-block--wrapper .col-two-third, .ArticlePage .articel-block--wrapper .col-two-third, .EmptyPage .articel-block--wrapper .col-two-third {
    padding: 0 20px 20px 20px; } }

@media (max-width: 768px) {
  .EmptyPage .spotlight-grid {
    background: none;
    margin-top: 100px; }
    .EmptyPage .spotlight-grid.intro {
      margin-top: 200px; }
  .EmptyPage .articel-block--wrapper {
    margin-top: 220px; } }

.LandingPage .page-intro .page-intro-heading span, .LandingPage .page-intro .page-intro-heading p, .LandingPage .page-intro .page-intro-heading em {
  color: #FFFEF1; }

.LandingPage .content-grid p, .ArticlePage .content-grid p, .EmptyPage .content-grid p {
  font-size: 15px !important; }
