@import url(https://use.typekit.net/mkh5xrb.css);
@charset "UTF-8";
/*rgba(178, 215, 50, 0.2);*/
.embed-responsive {
  border-radius: 10px; }

.gallery-box {
  margin-bottom: 35px; }
  .gallery-box a {
    border-bottom: none !important; }
  @media (max-width: 767.98px) {
    .gallery-box .block-img-gallery {
      margin-bottom: 35px; }
      .gallery-box .block-img-gallery.last {
        margin-bottom: 0px; } }

.gallery-box .embed {
  margin: 0 0 2.5rem 0; }

.main-col-article a {
  border-bottom: 2px solid #b2d732;
  box-shadow: 0px -10px 0px #b2d7328c inset;
  text-decoration: dashed;
  text-decoration-style: double;
  border-bottom: 1px dashed #566916; }
  .main-col-article a:hover {
    font-weight: 400;
    color: #000000 !important;
    letter-spacing: -0.0085em;
    transition: 0.5s ease-in-out; }
  .main-col-article a.card {
    box-shadow: none; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on; }

.enlargable-background {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  cursor: zoom-out; }

.enlargable-image {
  background-size: contain;
  max-height: 90%;
  max-width: 80%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.pointer {
  cursor: pointer; }

div[data-enlargable] {
  cursor: zoom-in; }

div[data-bg],
img[data-src] {
  opacity: 0; }

div[data-bg]:not(.initial),
img[data-src]:not(.initial) {
  transition: opacity 1s; }

div[data-was-processed],
div[data-bg].loaded,
div[data-bg].error {
  opacity: 1; }

img[data-was-processed],
img[data-src].loaded,
img[data-src].error {
  opacity: 1; }

#article.eppen header {
  height: 100px; }
  #article.eppen header .subheader {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center; }
    #article.eppen header .subheader#lower .subheader-wrapper.mobile {
      display: none; }
    #article.eppen header .subheader .subheader-wrapper {
      width: 100%;
      max-width: 1400px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-right: 15px;
      padding-left: 15px; }
    #article.eppen header .subheader .subheader-wrapper.desktop {
      position: relative; }
    #article.eppen header .subheader .subheader-link {
      margin: 0 10px; }
      #article.eppen header .subheader .subheader-link a {
        font-size: 15px;
        color: #252525;
        font-family: Roboto Condensed, sans-serif; }
    #article.eppen header .subheader .subheader-link.active a,
    #article.eppen header .subheader .subheader-link:hover {
      text-decoration: underline; }
    #article.eppen header .subheader .subheader-link.strong a {
      font-weight: 700; }
    #article.eppen header .subheader .subheader-link.highlight a {
      font-weight: 700;
      color: #5EBADA;
      text-decoration: underline; }
    #article.eppen header .subheader .subheader-icon-wrapper {
      height: 32px;
      width: 150px;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    #article.eppen header .subheader .subheader-icon:nth-child(3) {
      border-right: 0px solid #E5E5E5;
      padding-right: 0px; }
    #article.eppen header .subheader .subheader-icon {
      padding: 0 10px;
      border-right: 1px solid #E5E5E5;
      height: 25px;
      position: relative; }
    #article.eppen header .subheader .subheader-icon-wrapper.left {
      float: left; }
    #article.eppen header .subheader .subheader-icon-wrapper.right {
      justify-content: flex-end; }
    #article.eppen header .subheader .subheader-icon-wrapper.center {
      justify-content: center; }
    #article.eppen header .subheader .subheader-links-wrapper {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    #article.eppen header .subheader .subheader-links-block {
      display: flex;
      border-right: 1px solid #707070;
      padding: 0 5px; }
    #article.eppen header .subheader .subheader-links-block:nth-last-child(1) {
      border-right: 0px solid #707070; }
    #article.eppen header .subheader #menu-open-button {
      cursor: pointer; }
    #article.eppen header .subheader #search-container {
      width: 0px;
      overflow: hidden;
      transition: 1s width;
      position: absolute;
      right: 50px;
      z-index: 0; }
      #article.eppen header .subheader #search-container input {
        width: 100%;
        opacity: 0;
        transition: 1s opacity;
        height: 33px;
        border: 1px solid #D7D7D7;
        border-radius: 4px;
        background-color: #FBFBFB;
        padding: 0 6px;
        color: #242424;
        font-family: quasimoda, sans-serif;
        font-size: 14px; }
      #article.eppen header .subheader #search-container.open {
        width: 205px;
        transition: 1s width; }
        #article.eppen header .subheader #search-container.open input {
          opacity: 1;
          transition: 1s opacity; }
  @media (max-width: 991.98px) {
    #article.eppen header .subheader .subheader-wrapper {
      justify-content: center; }
    #article.eppen header .subheader .subheader-links-wrapper {
      display: none; }
    #article.eppen header .subheader#upper .subheader-icon-wrapper.right,
    #article.eppen header .subheader#lower .subheader-wrapper.desktop {
      display: none; }
    #article.eppen header .subheader#lower .subheader-wrapper.mobile {
      display: flex; }
    #article.eppen header .subheader-icon-wrapper.right.mobile {
      display: block; }
    #article.eppen header .subheader .subheader-icon-wrapper {
      width: 33%;
      justify-content: space-between; }
    #article.eppen header .subheader:nth-child(1) .subheader-icon-wrapper.left {
      position: absolute;
      left: 15px;
      top: 10px; } }
  #article.eppen header .subheader:nth-child(2) {
    border: solid 1px #e6e6e6; }
  @media screen and (min-width: 1600px) {
    #article.eppen header .subheader-wrapper {
      max-width: 1400px; } }

#article.eppen a:hover {
  color: #b2d732;
  text-decoration: none; }

.eppen {
  font-size: 16px;
  height: auto;
  background-image: url(../images/72af21233ab50d9425165e7e82df12e3-logo-eppen-background.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #ffffff; }
  .eppen .mobile_article_footer {
    visibility: hidden;
    display: none; }
    @media (max-width: 991.98px) {
      .eppen .mobile_article_footer {
        visibility: visible;
        display: block; } }
  @media (max-width: 991.98px) {
    .eppen .fixed-col-300 {
      display: none !important; } }
  .eppen .article-main .embed {
    margin: 0 0 2.5rem 0; }
  .eppen .article-main .embed-video {
    padding-right: 30px;
    padding-left: 30px; }
    @media (max-width: 991.98px) {
      .eppen .article-main .embed-video {
        padding-left: 0px;
        padding-right: 0px; } }
  .eppen .fixed-col-300 {
    display: flex; }
  .eppen .fixed-col-rail {
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    float: right;
    padding-top: 50px; }
  .eppen .fixed-col-column {
    flex: 1;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px; }
  .eppen .article-box {
    position: sticky;
    top: 150px; }
  .eppen .link-box-wrapper-apertura {
    margin: 10px 0px 60px 0px; }
  .eppen .link-box-wrapper-generico {
    margin: 10px 0px 60px 0px; }
  @media (min-width: 1024px) {
    .eppen .article-full-header-left {
      max-width: 630px;
      float: right; }
    .eppen .article-full-header-right {
      border-radius: 6px 0px 0px 6px; } }
  .eppen .highlight-color {
    color: #b2d732;
    text-transform: uppercase;
    font-weight: 500; }
  .eppen .nav-up {
    top: -50px !important; }
  .eppen .home-link {
    color: #515151;
    font-family: Roboto;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px dotted #cecece;
    padding-bottom: 10px; }
    @media (min-width: 768px) {
      .eppen .home-link {
        margin-bottom: 80px; } }
  .eppen .extra-content {
    max-width: 1250px;
    margin: 0px auto;
    overflow: hidden;
    margin-top: 0px; }
    .eppen .extra-content .primo-piano-label {
      margin-top: 10px; }
  @media screen and (min-width: 1600px) {
    .eppen .extra-content {
      max-width: 1400px; } }
  .eppen .calendar-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 10px 0px 30px 0px; }
    @media (max-width: 991.98px) {
      .eppen .calendar-header {
        margin: 0px 0px 40px 0px; } }
    .eppen .calendar-header .calendar-header-title {
      color: #303030;
      font-family: whitman-display, serif;
      font-size: 90px;
      font-weight: 300;
      text-align: center; }
      @media (max-width: 767.98px) {
        .eppen .calendar-header .calendar-header-title {
          font-size: 40px;
          border-bottom: 1px dotted #cecece;
          display: block;
          width: 90%; } }
    .eppen .calendar-header .calendar-header-subtitle {
      color: #8B8B8B;
      font-family: Roboto;
      font-size: 14px;
      font-weight: 300;
      margin-top: 35px; }
    .eppen .calendar-header .calendar-dropdown-container {
      display: flex;
      justify-content: flex-end;
      width: 100%; }
      @media (min-width: 768px) {
        .eppen .calendar-header .calendar-dropdown-container {
          padding-right: 10px; } }
    .eppen .calendar-header .calendar-dropdown {
      bottom: -50px;
      display: flex;
      align-items: center; }
      @media (max-width: 991.98px) {
        .eppen .calendar-header .calendar-dropdown {
          bottom: -15px; } }
      @media (max-width: 767.98px) {
        .eppen .calendar-header .calendar-dropdown {
          bottom: -15px; } }
      .eppen .calendar-header .calendar-dropdown .dropdown-label {
        margin-right: 15px;
        color: #424242;
        font-family: Roboto;
        font-size: 17px;
        line-height: 23px;
        opacity: 0.5; }
      .eppen .calendar-header .calendar-dropdown .dropdown {
        border: 1px solid #CACACA;
        border-radius: 4px;
        background-color: #ffffff;
        box-shadow: 0 2px 4px 0 rgba(206, 206, 206, 0.5); }
        .eppen .calendar-header .calendar-dropdown .dropdown button {
          color: #484848;
          font-family: Roboto;
          font-size: 16px;
          font-weight: 300;
          line-height: 21px;
          height: 46px; }
    @media (max-width: 991.98px) {
      .eppen .calendar-header .calendar-dropdown {
        position: relative; }
        .eppen .calendar-header .calendar-dropdown .dropdown {
          width: 250px; }
          .eppen .calendar-header .calendar-dropdown .dropdown .btn.dropdown-toggle {
            width: 100%;
            display: flex;
            justify-content: space-around; }
      .eppen .calendar-header .calendar-dropdown-container {
        justify-content: center; } }
  @media (max-width: 991.98px) {
    .eppen .calendar-header {
      height: auto; } }
  .eppen .article-main a {
    color: inherit;
    text-decoration: none; }
  .eppen .elements-container {
    max-width: 1400px;
    margin: 0 auto; }
  @media (min-width: 576px) {
    .eppen .elements-container {
      padding: 0 15px; } }
  .eppen .line-separator,
  .eppen .KW_progressBar {
    background-color: #b2d732; }
  .eppen .article-box li:first-child {
    border-bottom: solid 3px #b2d732;
    border-top: none; }
  @media screen and (min-width: 1600px) {
    .eppen .article-main {
      max-width: 1400px; } }
  .eppen .article-main.narrow {
    max-width: 1250px; }
  .eppen .fotografia_half {
    margin-bottom: 35px; }
    .eppen .fotografia_half a {
      border-bottom: none !important; }
    @media (min-width: 768px) {
      .eppen .fotografia_half {
        padding-right: 3.5em; } }
    @media (max-width: 991.98px) {
      .eppen .fotografia_half {
        padding-right: 0px; } }
  .eppen .fotografia_full {
    margin-bottom: 30px; }
    .eppen .fotografia_full a {
      border-bottom: none !important; }
  .eppen .article-main .audio.audio-blocked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 10px;
    background-color: #f1f6f5;
    height: 55px;
    margin-bottom: 60px; }
    @media (min-width: 576px) {
      .eppen .article-main .audio.audio-blocked {
        height: 55px; } }
    @media (max-width: 767.98px) {
      .eppen .article-main .audio.audio-blocked {
        height: 70px; } }
    .eppen .article-main .audio.audio-blocked a {
      font-weight: bolder;
      text-transform: none;
      -ms-flex-item-align: center;
      align-self: center; }
      .eppen .article-main .audio.audio-blocked a i {
        display: none; }
    .eppen .article-main .audio.audio-blocked img {
      height: 110px;
      -ms-flex-item-align: center;
      align-self: center; }
  @media (min-width: 768px) {
    .eppen .article-main .audio {
      margin-inline-end: 60px; } }
  @media (max-width: 991.98px) {
    .eppen .article-main .audio {
      margin-inline-end: 0px; } }
  .eppen .article-main .main-col-article ul li, .eppen .article-main .main-col-article ol li {
    font-family: Merriweather, serif;
    font-size: 18px;
    line-height: 180%;
    color: #424242;
    font-weight: 300;
    letter-spacing: 0px;
    margin: 0 0 8px 0;
    margin-block-start: 0em;
    padding-left: 10px; }
    .eppen .article-main .main-col-article ul li::marker, .eppen .article-main .main-col-article ol li::marker {
      font-weight: 400;
      font-size: 18px;
      line-height: 180%;
      letter-spacing: 0px; }
  .eppen .article-main p {
    font-size: 18px;
    line-height: 1.9em;
    color: #424242;
    font-weight: 300;
    letter-spacing: -.004em;
    margin: 0 0 2.5rem 0;
    margin-block-start: 0em;
    margin: 0 0 2.5rem 0; }
    @media (min-width: 768px) {
      .eppen .article-main p {
        margin-inline-end: 60px;
        word-break: break-word;
        word-wrap: break-word;
        display: block;
        margin-inline-start: 0px; } }
    @media (max-width: 991.98px) {
      .eppen .article-main p {
        margin-inline-end: 0px;
        word-break: break-word;
        word-wrap: break-word; } }
    .eppen .article-main p .highlightme {
      background-color: #E3F2AF;
      padding: 2px 6px;
      border-radius: 6px; }
    @media (max-width: 767.98px) {
      .eppen .article-main p {
        font-size: 16px;
        line-height: 1.9em; } }
  .eppen .article-main h2 {
    font-family: quasimoda, sans-serif;
    color: #424242;
    margin-bottom: 21px;
    padding-right: 3.5em;
    margin-top: 15px;
    font-weight: 800;
    font-size: 28px;
    line-height: 130%;
    letter-spacing: 0; }
  .eppen .capolettera,
  .eppen .dropcap {
    font-size: 60px;
    padding-right: 7px;
    font-family: Merriweather;
    color: #363636;
    font-weight: 400;
    display: block;
    position: relative;
    float: left;
    margin-top: 31px;
    margin-bottom: 0;
    line-height: 11px; }
  .eppen .article-main h3 {
    font-family: quasimoda, sans-serif;
    color: #424242;
    margin-top: 15px;
    font-weight: 800;
    font-size: 25px;
    line-height: 130%;
    letter-spacing: 0; }
  .eppen .article-main h4 {
    color: #363636;
    font-family: quasimoda, sans-serif;
    margin-top: 15px;
    font-weight: 800;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0px; }
  .eppen .article-header {
    display: flex;
    background-color: #ffffff;
    margin-top: 100px;
    height: calc(100% - 100px); }
  .eppen .article-section-category a {
    color: #303030;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px; }
  @media (min-width: 1024px) {
    .eppen .article-full-header-right {
      height: 80vh !important; } }
  .eppen .article-box li {
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 12px;
    font-size: 14px; }
  .eppen .article-full-header {
    margin-top: 0px;
    margin-bottom: 60px; }
    @media (max-width: 991.98px) {
      .eppen .article-full-header {
        margin-top: 0px;
        margin-bottom: 0px; } }
  .eppen .article-image-header {
    margin-top: -30px;
    margin-bottom: 0px;
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    position: relative; }
  .eppen .article-image-box {
    width: 400px;
    height: 200px;
    background-color: purple;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3; }
  .eppen .article-image-gradient {
    width: 100%;
    height: 300px;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, white 60%, white 100%);
    position: absolute;
    bottom: 0px; }
  .eppen .article-image-header-container {
    max-width: 1250px;
    background-color: white;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    margin-top: 300px;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    width: 86%; }
  .eppen .article-header-title {
    width: 100%;
    margin: 0 auto; }
    .eppen .article-header-title .story-sponsorized {
      color: #5EBADA;
      font-size: 13px;
      font-weight: bold;
      margin-bottom: 5px;
      display: block; }
      @media (max-width: 767.98px) {
        .eppen .article-header-title .story-sponsorized {
          margin-bottom: 25px; } }
    .eppen .article-header-title .story-data {
      display: block;
      color: #939393;
      margin-bottom: 5px;
      line-height: 20px; }
      @media (min-width: 576px) {
        .eppen .article-header-title .story-data {
          float: right; } }
    .eppen .article-header-title h1 {
      font-family: whitman-display, serif;
      font-size: 3.6em;
      color: #363636;
      letter-spacing: -0.19px;
      text-align: left;
      line-height: 64px; }
    @media (max-width: 767.98px) {
      .eppen .article-header-title h1 {
        font-size: 2.5em;
        line-height: 1.1em;
        font-weight: 500; } }
    .eppen .article-header-title h3 {
      line-height: 1.5em;
      font-weight: 300;
      font-size: 1.2rem;
      margin: 15px 0px 30px 0px;
      font-family: quasimoda, sans-serif;
      font-style: normal;
      color: #363636; }
    .eppen .article-header-title .article-header-cat {
      font-size: 16px;
      font-weight: 500;
      font-family: '$family-font-base';
      color: #363636; }
  .eppen .margin {
    margin: 0px 0px 0px 0; }
  .eppen .highlight-box {
    border-right: 5px solid #b2d732;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-right-width: 4px;
    padding: 24px 16px 16px;
    gap: 10px; }
    .eppen .highlight-box .quotation {
      width: 47px;
      height: 37px;
      position: absolute;
      background-repeat: no-repeat;
      left: 20px;
      top: -10px;
      -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDciIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCA0NyAzOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjExMTQgNC4wODA2NkwyMC4xMTE0IDIzLjQ2MzhDMjAuMTExNCAyNS43OTU2IDE5Ljc3MTQgMjcuODM1OSAxOS4wOTEzIDI5LjU4NDdDMTguMzE0IDMxLjMzMzYgMTcuMzkxIDMyLjY5MzggMTYuMzIyMyAzMy42NjU0QzE1LjI1MzUgMzQuNjM3IDEzLjk5MDUgMzUuMzY1NyAxMi41MzMxIDM1Ljg1MTVDMTAuOTc4NiAzNi40MzQ0IDkuNjE4MzQgMzYuNzc0NSA4LjQ1MjQ0IDM2Ljg3MTZDNy4xODkzOCAzNy4wNjU5IDUuOTI2MzIgMzcuMTE0NSA0LjY2MzI3IDM3LjAxNzRDMy4zMDMwNSAzNy4wMTc0IDIuMzgwMDUgMzYuOTY4OCAxLjg5NDI1IDM2Ljg3MTZDMS40MDg0NiAzNi43NzQ1IDEuMDE5ODIgMzYuNzI1OSAwLjcyODM0OCAzNi43MjU5TDAuNzI4MzQ3IDI4LjcxMDNDMy45MzQ1OCAyOC43MTAzIDUuNTM3NjkgMjcuMTA3MiA1LjUzNzY5IDIzLjkwMUw1LjUzNzY5IDIwLjk4NjJMMy43ODg4NCAyMC45ODYyQzIuNzIwMSAyMC45ODYyIDEuODQ1NjcgMjAuNjQ2MiAxLjE2NTU2IDE5Ljk2NjFDMC4zODgyOTMgMTkuMjg1OSAtMC4wMDAzNDExNTYgMTguMzE0NCAtMC4wMDAzNDEyNjYgMTcuMDUxM0wtMC4wMDAzNDI0IDQuMDgwNjdDLTAuMDAwMzQyNTE5IDIuNzIwNDUgMC4zMzk3MTUgMS43MDAyOCAxLjAxOTgyIDEuMDIwMTdDMS42MDI3NyAwLjM0MDA1NyAyLjUyNTc4IDMuODA1MjVlLTA2IDMuNzg4ODMgMy42OTQ4M2UtMDZMMTYuMzIyMyAyLjU5OTEyZS0wNkMxNy4xOTY3IDIuNTIyNjdlLTA2IDE3LjkyNTQgMC4xOTQzMjMgMTguNTA4MyAwLjU4Mjk1N0MxOS4wOTEzIDAuOTcxNTkgMTkuNTI4NSAxLjQ1NzM4IDE5LjgyIDIuMDQwMzRDMjAuMDE0MyAyLjYyMzI5IDIwLjExMTQgMy4zMDM0IDIwLjExMTQgNC4wODA2NlpNNDYuMDUyNyA0LjA4MDY2TDQ2LjA1MjcgMjMuNDYzN0M0Ni4wNTI3IDI1LjMwOTggNDUuODU4NCAyNi45NjE1IDQ1LjQ2OTggMjguNDE4OEM0NC45ODQgMjkuOTczNCA0NC4zNTI1IDMxLjE4NzggNDMuNTc1MiAzMi4wNjIzQzQyLjc5NzkgMzMuMDMzOSA0MS45MjM1IDMzLjg1OTcgNDAuOTUxOSAzNC41Mzk4QzM5Ljk4MDMgMzUuMzE3MSAzOS4wMDg4IDM1Ljg1MTQgMzguMDM3MiAzNi4xNDI5QzM2Ljk2ODQgMzYuNDM0NCAzNS44OTk3IDM2LjY3NzMgMzQuODMwOSAzNi44NzE2QzMzLjc2MjIgMzcuMDY1OSAzMi43NDIgMzcuMTYzMSAzMS43NzA1IDM3LjE2MzFDMzAuNzk4OSAzNy4xNjMxIDI5Ljk3MyAzNy4xMTQ1IDI5LjI5MjkgMzcuMDE3NEMyOC41MTU2IDM3LjAxNzQgMjcuODg0MSAzNi45Njg4IDI3LjM5ODMgMzYuODcxNkwyNi44MTU0IDM2LjcyNTlMMjYuODE1NCAyOC43MTAzQzI3Ljg4NDEgMjguNzEwMyAyOC43NTg1IDI4LjUxNiAyOS40Mzg3IDI4LjEyNzRDMzAuMTE4OCAyNy44MzU5IDMwLjYwNDYgMjcuMzk4NyAzMC44OTYgMjYuODE1N0MzMS4wOTAzIDI2LjIzMjggMzEuMjM2MSAyNS43NDcgMzEuMzMzMiAyNS4zNTgzQzMxLjQzMDQgMjQuOTY5NyAzMS40NzkgMjQuNDgzOSAzMS40NzkgMjMuOTAxTDMxLjQ3OSAyMC45ODYyTDI5LjczMDEgMjAuOTg2MkMyOC42NjE0IDIwLjk4NjIgMjcuNzg3IDIwLjY0NjIgMjcuMTA2OSAxOS45NjZDMjYuMzI5NiAxOS4yODU5IDI1Ljk0MSAxOC4zMTQ0IDI1Ljk0MSAxNy4wNTEzTDI1Ljk0MDkgNC4wODA2NkMyNS45NDA5IDEuMzYwMjMgMjcuMjA0IDEuNjQ3ODFlLTA2IDI5LjczMDEgMS40MjY5N2UtMDZMNDIuNDA5MyAzLjE4NTJlLTA3QzQ0LjgzODMgMS4wNjE3M2UtMDcgNDYuMDUyNyAxLjM2MDIzIDQ2LjA1MjcgNC4wODA2NloiIGZpbGw9IiNCMkQ3MzIiLz4KPC9zdmc+Cg==);
      mask-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDciIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCA0NyAzOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjExMTQgNC4wODA2NkwyMC4xMTE0IDIzLjQ2MzhDMjAuMTExNCAyNS43OTU2IDE5Ljc3MTQgMjcuODM1OSAxOS4wOTEzIDI5LjU4NDdDMTguMzE0IDMxLjMzMzYgMTcuMzkxIDMyLjY5MzggMTYuMzIyMyAzMy42NjU0QzE1LjI1MzUgMzQuNjM3IDEzLjk5MDUgMzUuMzY1NyAxMi41MzMxIDM1Ljg1MTVDMTAuOTc4NiAzNi40MzQ0IDkuNjE4MzQgMzYuNzc0NSA4LjQ1MjQ0IDM2Ljg3MTZDNy4xODkzOCAzNy4wNjU5IDUuOTI2MzIgMzcuMTE0NSA0LjY2MzI3IDM3LjAxNzRDMy4zMDMwNSAzNy4wMTc0IDIuMzgwMDUgMzYuOTY4OCAxLjg5NDI1IDM2Ljg3MTZDMS40MDg0NiAzNi43NzQ1IDEuMDE5ODIgMzYuNzI1OSAwLjcyODM0OCAzNi43MjU5TDAuNzI4MzQ3IDI4LjcxMDNDMy45MzQ1OCAyOC43MTAzIDUuNTM3NjkgMjcuMTA3MiA1LjUzNzY5IDIzLjkwMUw1LjUzNzY5IDIwLjk4NjJMMy43ODg4NCAyMC45ODYyQzIuNzIwMSAyMC45ODYyIDEuODQ1NjcgMjAuNjQ2MiAxLjE2NTU2IDE5Ljk2NjFDMC4zODgyOTMgMTkuMjg1OSAtMC4wMDAzNDExNTYgMTguMzE0NCAtMC4wMDAzNDEyNjYgMTcuMDUxM0wtMC4wMDAzNDI0IDQuMDgwNjdDLTAuMDAwMzQyNTE5IDIuNzIwNDUgMC4zMzk3MTUgMS43MDAyOCAxLjAxOTgyIDEuMDIwMTdDMS42MDI3NyAwLjM0MDA1NyAyLjUyNTc4IDMuODA1MjVlLTA2IDMuNzg4ODMgMy42OTQ4M2UtMDZMMTYuMzIyMyAyLjU5OTEyZS0wNkMxNy4xOTY3IDIuNTIyNjdlLTA2IDE3LjkyNTQgMC4xOTQzMjMgMTguNTA4MyAwLjU4Mjk1N0MxOS4wOTEzIDAuOTcxNTkgMTkuNTI4NSAxLjQ1NzM4IDE5LjgyIDIuMDQwMzRDMjAuMDE0MyAyLjYyMzI5IDIwLjExMTQgMy4zMDM0IDIwLjExMTQgNC4wODA2NlpNNDYuMDUyNyA0LjA4MDY2TDQ2LjA1MjcgMjMuNDYzN0M0Ni4wNTI3IDI1LjMwOTggNDUuODU4NCAyNi45NjE1IDQ1LjQ2OTggMjguNDE4OEM0NC45ODQgMjkuOTczNCA0NC4zNTI1IDMxLjE4NzggNDMuNTc1MiAzMi4wNjIzQzQyLjc5NzkgMzMuMDMzOSA0MS45MjM1IDMzLjg1OTcgNDAuOTUxOSAzNC41Mzk4QzM5Ljk4MDMgMzUuMzE3MSAzOS4wMDg4IDM1Ljg1MTQgMzguMDM3MiAzNi4xNDI5QzM2Ljk2ODQgMzYuNDM0NCAzNS44OTk3IDM2LjY3NzMgMzQuODMwOSAzNi44NzE2QzMzLjc2MjIgMzcuMDY1OSAzMi43NDIgMzcuMTYzMSAzMS43NzA1IDM3LjE2MzFDMzAuNzk4OSAzNy4xNjMxIDI5Ljk3MyAzNy4xMTQ1IDI5LjI5MjkgMzcuMDE3NEMyOC41MTU2IDM3LjAxNzQgMjcuODg0MSAzNi45Njg4IDI3LjM5ODMgMzYuODcxNkwyNi44MTU0IDM2LjcyNTlMMjYuODE1NCAyOC43MTAzQzI3Ljg4NDEgMjguNzEwMyAyOC43NTg1IDI4LjUxNiAyOS40Mzg3IDI4LjEyNzRDMzAuMTE4OCAyNy44MzU5IDMwLjYwNDYgMjcuMzk4NyAzMC44OTYgMjYuODE1N0MzMS4wOTAzIDI2LjIzMjggMzEuMjM2MSAyNS43NDcgMzEuMzMzMiAyNS4zNTgzQzMxLjQzMDQgMjQuOTY5NyAzMS40NzkgMjQuNDgzOSAzMS40NzkgMjMuOTAxTDMxLjQ3OSAyMC45ODYyTDI5LjczMDEgMjAuOTg2MkMyOC42NjE0IDIwLjk4NjIgMjcuNzg3IDIwLjY0NjIgMjcuMTA2OSAxOS45NjZDMjYuMzI5NiAxOS4yODU5IDI1Ljk0MSAxOC4zMTQ0IDI1Ljk0MSAxNy4wNTEzTDI1Ljk0MDkgNC4wODA2NkMyNS45NDA5IDEuMzYwMjMgMjcuMjA0IDEuNjQ3ODFlLTA2IDI5LjczMDEgMS40MjY5N2UtMDZMNDIuNDA5MyAzLjE4NTJlLTA3QzQ0LjgzODMgMS4wNjE3M2UtMDcgNDYuMDUyNyAxLjM2MDIzIDQ2LjA1MjcgNC4wODA2NloiIGZpbGw9IiNCMkQ3MzIiLz4KPC9zdmc+Cg==);
      background-image: none;
      background-size: cover;
      background-color: #b2d732;
      mask-repeat: no-repeat; }
    .eppen .highlight-box .highlight-text {
      font-weight: 300 !important;
      font-family: quasimoda, sans-serif !important;
      font-style: italic;
      font-size: 26px !important;
      line-height: 35px !important;
      letter-spacing: 0px;
      text-align: right; }
      @media (max-width: 767.98px) {
        .eppen .highlight-box .highlight-text {
          font-size: 22px !important; } }
    @media (max-width: 767.98px) {
      .eppen .highlight-box {
        margin-bottom: 30px !important; } }
    .eppen .highlight-box.flotted {
      width: 40%;
      margin-inline-end: 16px;
      font-style: italic;
      font-size: 22px !important;
      line-height: 130% !important;
      text-align: right; }
      .eppen .highlight-box.flotted::before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDciIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCA0NyAzOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjExMTQgNC4wODA2NkwyMC4xMTE0IDIzLjQ2MzhDMjAuMTExNCAyNS43OTU2IDE5Ljc3MTQgMjcuODM1OSAxOS4wOTEzIDI5LjU4NDdDMTguMzE0IDMxLjMzMzYgMTcuMzkxIDMyLjY5MzggMTYuMzIyMyAzMy42NjU0QzE1LjI1MzUgMzQuNjM3IDEzLjk5MDUgMzUuMzY1NyAxMi41MzMxIDM1Ljg1MTVDMTAuOTc4NiAzNi40MzQ0IDkuNjE4MzQgMzYuNzc0NSA4LjQ1MjQ0IDM2Ljg3MTZDNy4xODkzOCAzNy4wNjU5IDUuOTI2MzIgMzcuMTE0NSA0LjY2MzI3IDM3LjAxNzRDMy4zMDMwNSAzNy4wMTc0IDIuMzgwMDUgMzYuOTY4OCAxLjg5NDI1IDM2Ljg3MTZDMS40MDg0NiAzNi43NzQ1IDEuMDE5ODIgMzYuNzI1OSAwLjcyODM0OCAzNi43MjU5TDAuNzI4MzQ3IDI4LjcxMDNDMy45MzQ1OCAyOC43MTAzIDUuNTM3NjkgMjcuMTA3MiA1LjUzNzY5IDIzLjkwMUw1LjUzNzY5IDIwLjk4NjJMMy43ODg4NCAyMC45ODYyQzIuNzIwMSAyMC45ODYyIDEuODQ1NjcgMjAuNjQ2MiAxLjE2NTU2IDE5Ljk2NjFDMC4zODgyOTMgMTkuMjg1OSAtMC4wMDAzNDExNTYgMTguMzE0NCAtMC4wMDAzNDEyNjYgMTcuMDUxM0wtMC4wMDAzNDI0IDQuMDgwNjdDLTAuMDAwMzQyNTE5IDIuNzIwNDUgMC4zMzk3MTUgMS43MDAyOCAxLjAxOTgyIDEuMDIwMTdDMS42MDI3NyAwLjM0MDA1NyAyLjUyNTc4IDMuODA1MjVlLTA2IDMuNzg4ODMgMy42OTQ4M2UtMDZMMTYuMzIyMyAyLjU5OTEyZS0wNkMxNy4xOTY3IDIuNTIyNjdlLTA2IDE3LjkyNTQgMC4xOTQzMjMgMTguNTA4MyAwLjU4Mjk1N0MxOS4wOTEzIDAuOTcxNTkgMTkuNTI4NSAxLjQ1NzM4IDE5LjgyIDIuMDQwMzRDMjAuMDE0MyAyLjYyMzI5IDIwLjExMTQgMy4zMDM0IDIwLjExMTQgNC4wODA2NlpNNDYuMDUyNyA0LjA4MDY2TDQ2LjA1MjcgMjMuNDYzN0M0Ni4wNTI3IDI1LjMwOTggNDUuODU4NCAyNi45NjE1IDQ1LjQ2OTggMjguNDE4OEM0NC45ODQgMjkuOTczNCA0NC4zNTI1IDMxLjE4NzggNDMuNTc1MiAzMi4wNjIzQzQyLjc5NzkgMzMuMDMzOSA0MS45MjM1IDMzLjg1OTcgNDAuOTUxOSAzNC41Mzk4QzM5Ljk4MDMgMzUuMzE3MSAzOS4wMDg4IDM1Ljg1MTQgMzguMDM3MiAzNi4xNDI5QzM2Ljk2ODQgMzYuNDM0NCAzNS44OTk3IDM2LjY3NzMgMzQuODMwOSAzNi44NzE2QzMzLjc2MjIgMzcuMDY1OSAzMi43NDIgMzcuMTYzMSAzMS43NzA1IDM3LjE2MzFDMzAuNzk4OSAzNy4xNjMxIDI5Ljk3MyAzNy4xMTQ1IDI5LjI5MjkgMzcuMDE3NEMyOC41MTU2IDM3LjAxNzQgMjcuODg0MSAzNi45Njg4IDI3LjM5ODMgMzYuODcxNkwyNi44MTU0IDM2LjcyNTlMMjYuODE1NCAyOC43MTAzQzI3Ljg4NDEgMjguNzEwMyAyOC43NTg1IDI4LjUxNiAyOS40Mzg3IDI4LjEyNzRDMzAuMTE4OCAyNy44MzU5IDMwLjYwNDYgMjcuMzk4NyAzMC44OTYgMjYuODE1N0MzMS4wOTAzIDI2LjIzMjggMzEuMjM2MSAyNS43NDcgMzEuMzMzMiAyNS4zNTgzQzMxLjQzMDQgMjQuOTY5NyAzMS40NzkgMjQuNDgzOSAzMS40NzkgMjMuOTAxTDMxLjQ3OSAyMC45ODYyTDI5LjczMDEgMjAuOTg2MkMyOC42NjE0IDIwLjk4NjIgMjcuNzg3IDIwLjY0NjIgMjcuMTA2OSAxOS45NjZDMjYuMzI5NiAxOS4yODU5IDI1Ljk0MSAxOC4zMTQ0IDI1Ljk0MSAxNy4wNTEzTDI1Ljk0MDkgNC4wODA2NkMyNS45NDA5IDEuMzYwMjMgMjcuMjA0IDEuNjQ3ODFlLTA2IDI5LjczMDEgMS40MjY5N2UtMDZMNDIuNDA5MyAzLjE4NTJlLTA3QzQ0LjgzODMgMS4wNjE3M2UtMDcgNDYuMDUyNyAxLjM2MDIzIDQ2LjA1MjcgNC4wODA2NloiIGZpbGw9IiNCMkQ3MzIiLz4KPC9zdmc+Cg==) !important;
        background-size: contain; }
  .eppen .article-author {
    color: #2d2d2d;
    flex-direction: column; }
    .eppen .article-author .article-author-container {
      display: flex;
      margin-bottom: 10px;
      width: 100%; }
    .eppen .article-author .article-author-img {
      height: 50px;
      width: 50px; }
    .eppen .article-author .article-author-name {
      font-family: Roboto;
      font-size: 12px;
      font-style: italic;
      margin-top: 12px;
      color: #2D2D2D;
      line-height: 1; }
    .eppen .article-author .article-author-name-b {
      font-family: Roboto;
      font-size: 14px;
      font-style: normal;
      font-weight: bold; }
    .eppen .article-author .article-author-bio {
      color: #858585;
      font-size: 12px;
      font-style: italic;
      padding-top: 14px;
      border-top: 1px dashed #D9D9D9; }
  .eppen .article-initials {
    padding-right: 7px;
    display: block;
    position: relative;
    float: left;
    margin-top: 3px;
    margin-bottom: 0;
    font-family: quasimoda, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #424242;
    margin-left: -46px;
    line-height: 26px;
    text-transform: uppercase; }
  @media (max-width: 991.98px) {
    .eppen .article-initials {
      margin-left: 0px;
      line-height: 1.6em;
      color: #b2d732;
      font-weight: 800; } }
  .eppen .eppen-article-header-background {
    width: 50%;
    background-size: cover;
    background-position: 50% 50%;
    height: 90%;
    border-radius: 6px; }
  .eppen .carousel-text {
    text-align: left; }
  .eppen .card {
    border: none;
    border-radius: 6px;
    box-shadow: none; }
    .eppen .card.card-margin {
      margin-top: 12px; }
    .eppen .card.card-margin-2 {
      margin-top: 20px; }
    .eppen .card.card-margin-3 {
      margin-top: 30px; }
    .eppen .card.card-margin-4 {
      margin-top: 10px; }
    .eppen .card .card-img {
      width: 100%; }
  .eppen .card-margin {
    margin-top: 12px; }
  .eppen .card-margin-2 {
    margin-top: 20px; }
  .eppen .card-margin-3 {
    margin-top: 30px; }
  .eppen .card-margin-4 {
    margin-top: 10px; }
  .eppen .card-3-col .card {
    width: 33.3%; }
  .eppen .card-deck .card-img,
  .eppen .card-columns .card-img {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
  .eppen .card-deck.flotted,
  .eppen .card-columns.flotted {
    width: 50%;
    float: left;
    margin-left: -30%;
    margin-right: 15px;
    margin-bottom: 0px; }
  @media (max-width: 991.98px) {
    .eppen .card-deck.flotted,
    .eppen .card-columns.flotted {
      width: 100%;
      float: none;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0;
      margin-bottom: 25px; } }
  .eppen .card-subtitle {
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    color: #7c7c7c;
    margin-top: 15px;
    padding-left: 15px; }
  .eppen .card-subtitle-inner {
    font-family: Roboto;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    color: #7c7c7c;
    height: 28px;
    margin-top: 15px;
    margin-bottom: 15px; }
  .eppen .card-deck-text {
    margin: 20px 10px 50px 10px; }
  .eppen .card-img,
  .eppen .card-img-top {
    border-radius: 6px;
    border: 0px; }
  .eppen .card-container {
    width: 25%;
    margin: 0px 0px 120px 0px; }
    @media (max-width: 767.98px) {
      .eppen .card-container {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px; } }
  @media (max-width: 1199.98px) {
    .eppen .card-container {
      width: 33.3%; } }
  @media (max-width: 991.98px) {
    .eppen .card-container {
      width: 50%; } }
  @media (max-width: 767.98px) {
    .eppen .card-container {
      width: 100%; } }
  .eppen .event_calendar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 10px 0px 6px 0px; }
    @media (max-width: 991.98px) {
      .eppen .event_calendar {
        margin: 0px 0px 10px 0px; } }
  .eppen .event_calendar-sel {
    margin: 10px 25px;
    color: #424242;
    font-family: Roboto;
    font-size: 26px;
    font-weight: 300;
    line-height: 34px;
    text-align: center;
    width: 100px;
    cursor: pointer; }
    .eppen .event_calendar-sel.selected {
      text-decoration: underline; }
  @media (max-width: 767.98px) {
    .eppen .calendar-menu {
      border-bottom: 1px dotted #cecece;
      border-top: 1px dotted #cecece;
      padding: 20px 0px;
      height: 80px; } }
  @media (max-width: 767.98px) {
    .eppen .event_calendar {
      width: 100%;
      overflow: hidden;
      display: block;
      position: relative;
      height: 45px; }
    .eppen .event_calendar-sel {
      width: 100%;
      margin: 0px;
      position: absolute;
      transition: 1s left;
      height: 30px;
      text-decoration: underline; }
    .eppen .event_calendar-arrow_left {
      position: absolute;
      left: 0;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 10;
      cursor: pointer; }
      .eppen .event_calendar-arrow_left.inactive {
        opacity: 0.5;
        pointer-events: none; }
    .eppen .event_calendar-arrow_right {
      position: absolute;
      right: 0;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 10;
      cursor: pointer; }
      .eppen .event_calendar-arrow_right.inactive {
        opacity: 0.5;
        pointer-events: none; } }
  .eppen .event_box {
    max-width: 80%;
    margin: 0px auto 0px auto; }
    @media (max-width: 1199.98px) {
      .eppen .event_box {
        max-width: 86%; } }
    @media (max-width: 991.98px) {
      .eppen .event_box {
        max-width: 84%; } }
    @media (max-width: 767.98px) {
      .eppen .event_box {
        max-width: 100%;
        padding: 0px 0px 30px 0px;
        border-bottom: 1px solid #E8e8e8 !important;
        margin: 0px 0px 30px 0px; } }
    .eppen .event_box.event-ended .card-img-top {
      background-color: #fff;
      background-blend-mode: luminosity; }
    .eppen .event_box.event-ended .event-ended-flag {
      padding: 5px;
      background-color: red;
      color: white;
      position: absolute;
      top: 50%;
      font-family: quasimoda, sans-serif;
      font-size: 14px;
      font-weight: 600;
      margin: auto;
      width: 160px;
      height: 30px;
      margin-top: -15px;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center; }
    .eppen .event_box.card {
      border: 0px;
      box-shadow: 0 0 0 0; }
    .eppen .event_box .card-header {
      background-color: #ffffff;
      border: 0px;
      height: auto;
      font-family: quasimoda, sans-serif; }
      .eppen .event_box .card-header.compressed {
        padding-top: 4px;
        height: 72px;
        margin-bottom: 5px; }
        .eppen .event_box .card-header.compressed .card-img-top {
          height: 63px;
          width: 63px;
          margin: 0px 5px 0px 0px;
          float: left;
          display: block; }
        .eppen .event_box .card-header.compressed .card-sponsorized {
          color: #5EBADA;
          font-size: 12px;
          font-weight: bold;
          line-height: 1.2em;
          position: relative !important;
          margin: 30px; }
        .eppen .event_box .card-header.compressed .card-sponsorized-flag {
          height: 25px;
          width: 25px;
          border: 2px solid #ffffff;
          background-color: #5EBADA;
          border-radius: 100%;
          box-shadow: 0 4px 4px 0 rgba(182, 180, 180, 0.5);
          position: absolute;
          left: -12.5px;
          top: -12.5px; }
    .eppen .event_box .card-day {
      height: 28px;
      font-size: 32px;
      font-weight: 600;
      display: flex;
      color: #454545; }
      .eppen .event_box .card-day > div {
        line-height: 1; }
    .eppen .event_box .card-date {
      height: 22px;
      font-size: 12px;
      color: #303030;
      padding-left: 5px; }
      .eppen .event_box .card-date > div {
        height: 14px; }
    .eppen .event_box .card-hour {
      color: #303030;
      font-size: 17px;
      font-weight: 500;
      line-height: 20px;
      padding-top: 5px;
      padding-bottom: 3px; }
    .eppen .event_box .card-date-time {
      color: #454545;
      font-size: 15px;
      font-weight: 600;
      line-height: 21px;
      display: table; }
    .eppen .event_box .card-location-full {
      color: #303030;
      font-size: 13px;
      font-weight: 300; }
    .eppen .event_box .card-line {
      width: 60px;
      height: 1px;
      background-color: #b2d732;
      display: block; }
    .eppen .event_box .card-img-top {
      height: 100px;
      margin: 25px 0;
      background-size: cover;
      background-position: 50% 50%;
      position: relative; }
      @media (max-width: 575.98px) {
        .eppen .event_box .card-img-top {
          margin: 15px 0px 0px 0px; } }
    .eppen .event_box .link-testing {
      color: black;
      list-style-type: none;
      font-family: GTWalsheimVogue, "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-feature-settings: normal;
      line-break: auto;
      bottom: 0px;
      font-size: 0px;
      left: 0px;
      opacity: 0;
      position: absolute;
      right: 0px;
      top: 0px;
      z-index: 1;
      margin: 0px;
      text-decoration: none; }
    .eppen .event_box .card-img-top.img-size-s {
      height: auto;
      padding-bottom: 40%; }
    .eppen .event_box .card-img-top.img-size-m {
      height: auto;
      padding-bottom: 60%; }
    .eppen .event_box .card-img-top.img-size-l {
      height: auto;
      padding-bottom: 100%; }
    .eppen .event_box .card-img-top.img-size-xl {
      height: auto;
      padding-bottom: 140%; }
    .eppen .event_box .card-location {
      height: 50px;
      font-size: 14px;
      font-weight: 300;
      color: #303030;
      line-height: 17px;
      text-align: right; }
      .eppen .event_box .card-location .card-city {
        margin-top: 0px; }
      .eppen .event_box .card-location .card-place,
      .eppen .event_box .card-location .card-city {
        line-height: 1.2em; }
    .eppen .event_box .card-body,
    .eppen .event_box .card-footer {
      padding: 0 0.60rem;
      font-family: quasimoda, sans-serif; }
      @media (max-width: 575.98px) {
        .eppen .event_box .card-body,
        .eppen .event_box .card-footer {
          padding: 14px 0px 0px 10px; } }
    .eppen .event_box .content-link-event {
      position: relative; }
      @media (max-width: 575.98px) {
        .eppen .event_box .content-link-event {
          margin: 15px 0px 0px 0px; } }
    .eppen .event_box .card-body {
      flex: 0 0 auto; }
      .eppen .event_box .card-body.compressed {
        padding: 0; }
      @media (max-width: 575.98px) {
        .eppen .event_box .card-body {
          margin: 10px 0px 0px 0px; } }
    .eppen .event_box .card-title {
      font-size: 19px;
      font-weight: 500;
      line-height: 1.3em;
      color: #1C1C1C;
      margin: 0px auto 20px auto; }
      .eppen .event_box .card-title a {
        color: #1C1C1C; }
    .eppen .event_box .card-sponsorized {
      color: #5EBADA;
      font-size: 12px;
      font-weight: bold;
      line-height: 1.2em;
      position: absolute;
      margin-top: -16px; }
    .eppen .event_box .card-sponsorized-flag {
      height: 25px;
      width: 25px;
      border: 2px solid #ffffff;
      background-color: #5EBADA;
      border-radius: 100%;
      box-shadow: 0 4px 4px 0 rgba(182, 180, 180, 0.5);
      position: absolute;
      right: 21px;
      bottom: -12.5px; }
      @media (max-width: 575.98px) {
        .eppen .event_box .card-sponsorized-flag {
          right: auto;
          left: auto; } }
    .eppen .event_box .logo-org {
      position: absolute;
      top: -10px;
      left: 10px;
      max-width: 30px;
      max-height: 30px;
      border-radius: 4px;
      -webkit-box-shadow: 25px 30px 14px -16px rgba(0, 0, 0, 0.39);
      -moz-box-shadow: 25px 30px 14px -16px rgba(0, 0, 0, 0.39);
      box-shadow: 25px 30px 14px -16px rgba(0, 0, 0, 0.39); }
      .eppen .event_box .logo-org img {
        width: 100%;
        border-radius: 4px; }
      @media (max-width: 767.98px) {
        .eppen .event_box .logo-org {
          max-width: 40px;
          max-height: 40px; } }
    .eppen .event_box .logo-org-base {
      float: right;
      max-width: 32px;
      max-height: 32px;
      border-radius: 4px;
      margin-top: -10px;
      -webkit-box-shadow: 25px 30px 14px -16px rgba(0, 0, 0, 0.39);
      -moz-box-shadow: 25px 30px 14px -16px rgba(0, 0, 0, 0.39);
      box-shadow: 25px 30px 14px -16px rgba(0, 0, 0, 0.39); }
      .eppen .event_box .logo-org-base img {
        width: 100%;
        border-radius: 4px;
        -webkit-box-shadow: 25px 30px 14px -16px rgba(0, 0, 0, 0.39);
        -moz-box-shadow: 25px 30px 14px -16px rgba(0, 0, 0, 0.39);
        box-shadow: 25px 30px 14px -16px rgba(0, 0, 0, 0.39); }
    .eppen .event_box .card-text {
      font-size: 15px;
      line-height: 1.4em;
      color: #363636;
      font-family: quasimoda, sans-serif;
      padding-right: 0px;
      margin-inline-end: 0px;
      margin-block-start: 0px;
      margin-block-end: 0px;
      margin-inline-start: 0px; }
    .eppen .event_box .card-footer {
      font-size: 12px;
      color: #2c2c2c;
      line-height: 12px;
      border: 0px;
      background-color: #ffffff;
      margin-top: 25px;
      text-transform: uppercase; }
      @media (max-width: 575.98px) {
        .eppen .event_box .card-footer {
          margin-top: 10px; } }
      .eppen .event_box .card-footer.compressed {
        margin-top: 10px;
        padding: 0; }
  .eppen.load-event-btn-container {
    margin-bottom: 90px; }
  .eppen .load-event-btn {
    height: 46px;
    width: 290px;
    border: 1px solid #CACACA;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(206, 206, 206, 0.5);
    color: #484848;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; }
  .eppen .link-box {
    color: #303030;
    border-right: 1px solid #E8E8E8;
    margin: 0px 0px 0px 0px; }
    @media (max-width: 767.98px) {
      .eppen .link-box {
        padding: 0px 0px 30px 0px;
        border-bottom: 1px dotted #E8e8e8 !important;
        margin: 0px 0px 0px 0px; } }
    .eppen .link-box .link-box-category {
      font-family: Roboto;
      font-size: 12px;
      font-weight: normal;
      color: #AEAEAE;
      text-transform: uppercase; }
    .eppen .link-box .link-box-data {
      font-size: 13px;
      float: right;
      font-family: Roboto;
      color: #838383;
      margin-right: 10px; }
    .eppen .link-box .link-box-fixed-col {
      width: 46px; }
    .eppen .link-box .link-box-fixed-col-calculated {
      width: calc(100% - 46px);
      padding-left: 12px; }
    .eppen .link-box .link-box-image {
      height: 220px;
      width: 48px;
      border-radius: 6px;
      background-position: center;
      background-size: cover;
      position: relative; }
    .eppen .link-box .link-box-category {
      display: flex;
      flex-direction: column; }
      .eppen .link-box .link-box-category a {
        font-family: Roboto;
        font-size: 13px;
        font-weight: normal;
        color: #AEAEAE;
        text-transform: uppercase; }
    .eppen .link-box .link-box-title {
      font-size: 20px;
      color: #1C1C1C;
      font-family: whitman-display, serif;
      font-weight: 500;
      line-height: 1.3em;
      margin: 15px 15px 0px 0px; }
      .eppen .link-box .link-box-title a {
        color: #1C1C1C; }
    .eppen .link-box .link-box-description {
      font-family: quasimoda, sans-serif;
      font-size: 15px;
      margin: 15px 15px 0px 0px;
      color: #363636; }
    .eppen .link-box .link-box-full-image {
      height: 220px;
      width: 100%;
      border-radius: 6px;
      background-position: center;
      background-size: cover;
      position: relative; }
    .eppen .link-box .link-box-full-image-text-cont {
      min-height: 100px;
      border-radius: 6px;
      background-color: rgba(255, 255, 255, 0.8);
      position: absolute;
      left: 10px;
      right: 10px;
      bottom: 10px;
      padding: 8px; }
      .eppen .link-box .link-box-full-image-text-cont .link-box-full-image-title a {
        font-weight: 900;
        font-size: 27px;
        line-height: 38px;
        font-family: whitman-display, serif;
        color: #EB5614; }
      .eppen .link-box .link-box-full-image-text-cont .link-box-full-image-text a {
        font-family: quasimoda, sans-serif;
        line-height: 21px;
        font-size: 20px;
        font-weight: 600; }
    .eppen .link-box .link-box-sponsorized {
      color: #5EBADA;
      font-size: 11px;
      font-weight: 600;
      line-height: 1.2em;
      display: block; }
    .eppen .link-box .link-box-sponsorized-flag {
      height: 25px;
      width: 25px;
      border: 2px solid #ffffff;
      background-color: #5EBADA;
      border-radius: 100%;
      box-shadow: 0 4px 4px 0 rgba(182, 180, 180, 0.5);
      position: absolute;
      left: 10.5px;
      bottom: -12.5px; }
  .eppen .link-box-wrapper {
    border-radius: 6px; }
  .eppen .link-box-wrapper .col-12:last-child .link-box {
    border-right: 0px; }
  .eppen .link-box .event_box {
    max-width: none; }
  @media (max-width: 991.98px) {
    .eppen .link-box {
      border-right: 0px; } }
  .eppen .question {
    font-weight: bold !important;
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0.3em !important;
    margin-inline-start: 0px; }
    @media (min-width: 992px) {
      .eppen .question {
        margin-inline-end: 3.5em; } }
  .eppen .strike > span {
    color: #363636;
    font-family: quasimoda, sans-serif;
    font-size: 16px;
    padding: 8px 0;
    border-bottom: 2px solid #b2d732;
    text-transform: uppercase; }
  .eppen .strike > span:before,
  .eppen .strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #E8e8e8; }
  .eppen .strike > span:before {
    right: 100%;
    margin-right: 15px; }
  .eppen .strike > span:after {
    left: 100%;
    margin-left: 15px; }
  .eppen footer {
    width: 100%;
    height: 400px;
    margin-top: 120px;
    background-color: #F7F7F7;
    border-top: 1px solid #D5D5D5; }
  .eppen .footer-main {
    max-width: 1250px;
    margin: 0 auto; }
  .eppen .dropdown-menu {
    box-sizing: border-box;
    width: 311px;
    border: 1px solid #EAEAEA;
    background-color: #FFFFFF;
    box-shadow: 3px 3px 5px 0 rgba(220, 220, 220, 0.5);
    top: 20px !important;
    padding: 0; }
    .eppen .dropdown-menu .dropdown-item {
      display: flex;
      white-space: pre-wrap;
      align-items: center;
      padding: 0.5rem 1.5rem;
      border-bottom: 1px solid #EBEBEB; }
      .eppen .dropdown-menu .dropdown-item:active {
        background-color: #b2d732;
        color: white; }
      .eppen .dropdown-menu .dropdown-item .dropdown-item-icon img {
        width: 42px;
        height: 42px; }
      .eppen .dropdown-menu .dropdown-item .dropdown-item-container {
        display: flex;
        flex-direction: column; }
      .eppen .dropdown-menu .dropdown-item .dropdown-item-text {
        font-family: Roboto;
        font-size: 16px;
        line-height: 21px;
        color: #939393; }
        .eppen .dropdown-menu .dropdown-item .dropdown-item-text a {
          color: #2A79D5;
          text-decoration: underline; }
      .eppen .dropdown-menu .dropdown-item .dropdown-item-time {
        color: #939393;
        font-family: Roboto Condensed, sans-serif;
        font-size: 12px;
        font-style: italic;
        line-height: 16px;
        padding: 0.25rem 1.5rem; }
      .eppen .dropdown-menu .dropdown-item .dropdown-item-text-link {
        font-family: Roboto;
        font-size: 16px;
        line-height: 21px;
        display: flex;
        align-items: center;
        color: #939393;
        height: 40px; }
        .eppen .dropdown-menu .dropdown-item .dropdown-item-text-link a {
          color: #2A79D5;
          text-decoration: underline; }
    .eppen .dropdown-menu .dropdown-item:last-child {
      border-bottom: 0px solid #EBEBEB; }
  .eppen .notification-new {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #D40C0C; }
  .eppen .dropdown-menu::before,
  .eppen .dropdown-menu::after {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid white;
    top: -14px;
    content: '';
    right: 6px;
    position: absolute; }
  .eppen .dropdown-menu:before {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #EAEAEA;
    border-top-color: inherit;
    /* Can't be included in the shorthand to work */
    top: -16px;
    margin-left: -1px; }
  .eppen #user-dropdown .dropdown-padded-container {
    padding: 0 8px; }
  .eppen #user-dropdown .dropdown-item {
    height: 45px; }
  .eppen #user-dropdown .dropdown-menu:before,
  .eppen #user-dropdown .dropdown-menu::after {
    right: 6px; }
  .eppen #user-dropdown .dropdown-item-box {
    height: auto;
    background-color: #F6FAFF;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-right: 0px;
    white-space: normal;
    border-top: 1px solid #EBEBEB; }
    .eppen #user-dropdown .dropdown-item-box .user-item-container {
      display: flex;
      padding: 6px 0; }
      .eppen #user-dropdown .dropdown-item-box .user-item-container .user-item-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20px; }
        .eppen #user-dropdown .dropdown-item-box .user-item-container .user-item-icon .red-dot {
          width: 11px;
          height: 11px;
          border-radius: 11px;
          background-color: #CC1719; }
      .eppen #user-dropdown .dropdown-item-box .user-item-container .progress-bar-container {
        display: flex;
        align-items: center; }
        .eppen #user-dropdown .dropdown-item-box .user-item-container .progress-bar-container .progress {
          width: 70px;
          height: 7px;
          margin-right: 10px; }
        .eppen #user-dropdown .dropdown-item-box .user-item-container .progress-bar-container .progress-text {
          color: #2F2F2F;
          font-family: Roboto;
          font-size: 14px;
          font-weight: bold;
          line-height: 19px; }
      .eppen #user-dropdown .dropdown-item-box .user-item-container .user-item-text {
        font-size: 14px;
        line-height: 19px;
        color: #141414;
        padding: 0.25rem 1.5rem;
        font-family: Roboto;
        text-decoration: underline; }
        .eppen #user-dropdown .dropdown-item-box .user-item-container .user-item-text.red {
          color: #CC1719;
          font-weight: 500;
          text-decoration: none;
          padding-left: 0; }
        .eppen #user-dropdown .dropdown-item-box .user-item-container .user-item-text.inactive {
          color: #8C8C8C;
          font-style: italic;
          text-decoration: line-through; }
  .eppen .content-footer {
    background-color: #F4F4F4;
    height: auto; }
    .eppen .content-footer .icon-social,
    .eppen .content-footer .icon_e015 {
      max-height: 22px; }
    .eppen .content-footer ul.lista-advlink-footer {
      list-style: none;
      margin: 0px 0px 20px 0px;
      padding: 0px;
      font-size: 14px; }
      .eppen .content-footer ul.lista-advlink-footer a {
        text-decoration: underline; }
    .eppen .content-footer .logo-eco-footer {
      max-width: 200px;
      float: right; }
    .eppen .content-footer .container {
      max-width: 1400px; }
    .eppen .content-footer .header-footer {
      color: #3D3D3D;
      padding: 20px 0px 15px 0px;
      margin: 0px 10px;
      border-bottom: 1px dashed lightgray; }
    @media (max-width: 575.98px) {
      .eppen .content-footer .lnks-footer {
        visibility: hidden;
        display: none; } }
    .eppen .content-footer .footer-end {
      padding: 20px 0px 30px 0px;
      margin: 0px 20px 0px 20px;
      border-top: 1px solid lightgray; }
      .eppen .content-footer .footer-end p {
        font-size: 11px;
        color: dimgray;
        line-height: 1.6em;
        margin: 0px;
        font-style: italic; }
  .eppen .footer-content {
    margin: 30px 0px 30px 0px; }
    .eppen .footer-content ul.link-list-footer-02 {
      display: block;
      list-style: none;
      padding: 0px;
      margin: 0px 0px 30px 0px; }
      @media (max-width: 575.98px) {
        .eppen .footer-content ul.link-list-footer-02 {
          visibility: hidden;
          display: none; } }
      .eppen .footer-content ul.link-list-footer-02 .link-item a {
        color: #3D3D3D;
        font-family: quasimoda, sans-serif; }
        .eppen .footer-content ul.link-list-footer-02 .link-item a.firstlevel {
          font-weight: 700;
          font-size: 16px;
          margin-bottom: 0px;
          display: block;
          margin-top: 5px;
          text-transform: uppercase; }
          .eppen .footer-content ul.link-list-footer-02 .link-item a.firstlevel:hover {
            color: #000000 !important;
            text-decoration: underline !important; }
        .eppen .footer-content ul.link-list-footer-02 .link-item a.secondlevel {
          padding-left: 5px;
          display: block;
          font-size: 16px;
          font-weight: 100;
          line-height: 25px; }
          .eppen .footer-content ul.link-list-footer-02 .link-item a.secondlevel:hover {
            color: #000000 !important;
            text-decoration: underline !important; }
        .eppen .footer-content ul.link-list-footer-02 .link-item a.specialevel {
          color: #5EBADA;
          font-size: 16px;
          font-weight: 700;
          text-transform: uppercase; }
          .eppen .footer-content ul.link-list-footer-02 .link-item a.specialevel:first-of-type {
            margin-top: 20px; }
          .eppen .footer-content ul.link-list-footer-02 .link-item a.specialevel:hover {
            color: #000000 !important;
            text-decoration: underline !important; }
    .eppen .footer-content .contenitore {
      display: block;
      list-style: none;
      padding: 0px;
      margin: 0px 0px 30px 0px; }
      .eppen .footer-content .contenitore .specialevel {
        color: #5EBADA !important;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        display: block; }
    .eppen .footer-content .footer-decription p {
      color: #3D3D3D;
      font-family: quasimoda, sans-serif;
      font-style: italic;
      line-height: 1.6em;
      font-size: 16px; }
      .eppen .footer-content .footer-decription p span.evidence-01 {
        font-weight: 700;
        color: #b2d732;
        font-size: 20px; }
  @media (min-width: 576px) {
    .eppen .lnks-footer {
      justify-content: flex-end;
      float: right; }
      .eppen .lnks-footer ul.links-list {
        overflow: hidden; }
        .eppen .lnks-footer ul.links-list li {
          display: inline-block;
          border-right: 2px solid #3D3D3D;
          height: 35px;
          margin-right: 10px;
          padding-right: 10px; }
          .eppen .lnks-footer ul.links-list li a {
            font-family: quasimoda, sans-serif;
            color: #3D3D3D;
            font-weight: 600;
            vertical-align: middle;
            font-size: 20px;
            text-align: right; } }
  .eppen .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
  .eppen .pagination > li {
    display: inline; }
  .eppen .pagination > li > a,
  .eppen .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #b2d732;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd; }
  .eppen .pagination > li > a:hover,
  .eppen .pagination > li > span:hover,
  .eppen .pagination > li > a:focus,
  .eppen .pagination > li > span:focus {
    z-index: 2;
    color: #b2d732;
    background-color: #eeeeee;
    border-color: #dddddd; }
  .eppen .pagination > li:first-child > a,
  .eppen .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .eppen .pagination > li:last-child > a,
  .eppen .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .eppen .pagination > .active > a,
  .eppen .pagination > .active > span,
  .eppen .pagination > .active > a:hover,
  .eppen .pagination > .active > span:hover,
  .eppen .pagination > .active > a:focus,
  .eppen .pagination > .active > span:focus {
    z-index: 3;
    color: #ffffff;
    cursor: default;
    background-color: #b2d732;
    border-color: #b2d732; }
  .eppen .pagination > .disabled > span,
  .eppen .pagination > .disabled > span:hover,
  .eppen .pagination > .disabled > span:focus,
  .eppen .pagination > .disabled > a,
  .eppen .pagination > .disabled > a:hover,
  .eppen .pagination > .disabled > a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #dddddd; }
  .eppen .pagination-lg > li > a,
  .eppen .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333; }
  .eppen .pagination-lg > li:first-child > a,
  .eppen .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
  .eppen .pagination-lg > li:last-child > a,
  .eppen .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }
  .eppen .pagination-sm > li > a,
  .eppen .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5; }
  .eppen .pagination-sm > li:first-child > a,
  .eppen .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .eppen .pagination-sm > li:last-child > a,
  .eppen .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .eppen .primary-color {
    color: #b2d732; }

.main-col-article .event_box.card a {
  box-shadow: none;
  border: none; }

.page-spacing {
  height: 130px; }

.eppen .article-home {
  max-width: 1400px; }

.eppen .article-full-header-right .didascalia-copertina {
  position: absolute;
  color: #ffffff;
  bottom: 10px;
  right: 10px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 12px;
  font-style: italic; }

.eppen .home-header {
  display: flex;
  height: calc(100% - 100px); }

.eppen .eppen-home-header {
  width: 100%;
  max-width: 1400px;
  margin: 10px auto 60px auto;
  height: 100%;
  display: flex; }
  .eppen .eppen-home-header.first-home-header {
    margin: 10px auto 30px auto !important; }

.eppen .eppen-home-header-focus {
  width: 100%;
  height: 36px;
  border-radius: 6px;
  background-color: #b2d732;
  color: white;
  font-size: 21px;
  font-weight: bold;
  line-height: 24px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-family: quasimoda, sans-serif; }

.eppen .eppen-home-header-title-container {
  width: 100%;
  position: relative;
  display: flex;
  align-items: start;
  justify-items: center;
  padding: 0 2%; }
  .eppen .eppen-home-header-title-container .article-author-container .scritto-da {
    margin-bottom: 5px;
    display: block; }

.eppen .eppen-home-header-title {
  width: 100%;
  margin: 0 auto;
  color: #363636; }
  .eppen .eppen-home-header-title .sponsorized {
    color: #5EBADA;
    font-size: 13px;
    font-weight: bold; }
    @media (max-width: 991.98px) {
      .eppen .eppen-home-header-title .sponsorized {
        margin-top: 20px;
        margin-bottom: -15px; } }
  .eppen .eppen-home-header-title .box-h1 {
    width: calc(100% + 200px);
    background-color: white;
    float: left;
    padding: 30px 0px 30px 30px;
    border-radius: 6px;
    margin-bottom: 20px; }
  .eppen .eppen-home-header-title h1 {
    margin: 0;
    font-family: whitman-display, serif;
    font-weight: 400;
    line-height: 1.1em; }
    .eppen .eppen-home-header-title h1 a {
      color: inherit;
      /* blue colors for links too */
      text-decoration: inherit; }
  .eppen .eppen-home-header-title h3 {
    clear: both;
    line-height: 1.5em;
    font-weight: 400;
    font-size: 1.4rem;
    margin: 15px auto 40px auto;
    font-family: quasimoda, sans-serif;
    font-style: normal;
    color: #1C1C1C; }
  .eppen .eppen-home-header-title p {
    margin: 20px auto 40px auto;
    font-size: 1.05rem;
    line-height: 1.7em; }

.eppen .header-v1 .eppen-home-header-title h1 {
  font-size: 68px; }

.eppen .header-v1 .box-h1 {
  margin-left: -200px; }

.eppen .header-v2 .eppen-home-header-title h1 {
  font-size: 2.7rem;
  line-height: 1.2em; }

.eppen .header-v2 .box-h1 {
  margin-left: -250px;
  width: calc(100% + 250px); }

.eppen .header-v3 .eppen-home-header-title h1 {
  font-size: 68px; }

.eppen .header-v3 .box-h1 {
  margin-left: -200px;
  margin-top: 30px; }

.eppen .eppen-home-header-background {
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  height: 700px;
  border-radius: 6px; }

.eppen .header-sponsorized-flag {
  height: 25px;
  width: 25px;
  border: 2px solid #ffffff;
  background-color: #5EBADA;
  border-radius: 100%;
  box-shadow: 0 4px 4px 0 rgba(182, 180, 180, 0.5);
  position: absolute;
  right: 3.5px;
  top: -6.5px; }
  @media (max-width: 991.98px) {
    .eppen .header-sponsorized-flag {
      right: unset;
      left: 20px;
      top: unset;
      bottom: -5.5px; } }

.eppen .mrk-block .event_box.card {
  border-right: 1px solid #E8E8E8;
  max-width: 100%; }

.eppen .mrk-block .blocco-adv-sponsor {
  background-color: #ffffff; }

.eppen .mrk-block .first-block-adv {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px; }

.eppen .mrk-block .last-block-adv {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }
  .eppen .mrk-block .last-block-adv .card,
  .eppen .mrk-block .last-block-adv .link-box {
    border-right: none; }

.eppen .mrk-block .adv-block-img {
  margin-bottom: 20px; }
  .eppen .mrk-block .adv-block-img img {
    width: 100%; }

.eppen .mrk-block .adv-block-news {
  position: relative; }

.eppen .mrk-block .adv-block-sponsorized-container {
  position: absolute;
  bottom: -8px;
  right: 30px;
  text-align: right;
  width: 500px;
  display: flex;
  justify-content: flex-end; }
  .eppen .mrk-block .adv-block-sponsorized-container .adv-block-sponsorized {
    color: #5EBADA;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2em;
    position: relative;
    left: 0;
    top: 0;
    margin-right: 10px; }
  .eppen .mrk-block .adv-block-sponsorized-container .adv-block-sponsorized-flag {
    position: relative;
    left: 0;
    top: 0;
    height: 25px;
    width: 25px;
    border: 2px solid #ffffff;
    background-color: #5EBADA;
    border-radius: 25px;
    box-shadow: 0 4px 4px 0 rgba(182, 180, 180, 0.5); }

.eppen .adv-bloc {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 54px 0;
  background-color: #363636; }
  .eppen .adv-bloc .adv-image {
    width: 970px;
    height: 250px;
    background-color: aquamarine; }

.eppen .adv-block-background {
  background-size: cover;
  background-position: 50% 50%;
  padding: 50px;
  margin: 10px 0px 90px 0px; }
  @media (max-width: 575.98px) {
    .eppen .adv-block-background {
      padding: 20px; } }

.eppen .adv-block-content {
  background-color: #F8F8F8;
  padding: 50px; }

.eppen .adv-block-content-border {
  border-right: 1px solid #E8E8E8; }

.eppen .adv-block-content-title {
  color: #1D1D1D;
  font-family: whitman-display, serif;
  font-size: 38px;
  line-height: 43px; }

.eppen .adv-block-content-text {
  color: #363636;
  font-family: quasimoda, sans-serif;
  font-size: 14px;
  line-height: 19px;
  margin-top: 15px; }

.eppen .adv-block-sponsorized-flag {
  height: 40px;
  width: 40px;
  border: 5px solid #F8F8F8;
  background-color: #5EBADA;
  border-radius: 100%;
  position: absolute;
  left: 30px;
  top: -20px;
  z-index: 2; }

.eppen .adv-block-sponsorized {
  color: #5EBADA;
  font-size: 9px;
  font-weight: bold;
  font-size: 11px;
  line-height: 13px;
  position: absolute;
  z-index: 2;
  top: -18px;
  left: 75px; }

.eppen .adv-block-background-wrapper,
.eppen .adv-block-content-wrapper {
  max-width: 1250px;
  margin: 0 auto; }

.eppen .adv-block-content-wrapper > .link-box-wrapper {
  background-color: #F8F8F8; }

.eppen .adv-block-content-wrapper .card-header,
.eppen .adv-block-content-wrapper .card,
.eppen .adv-block-content-wrapper .card-footer {
  background-color: #F8F8F8; }

.eppen .adv-block-content-wrapper .link-box {
  border-right: 0px solid #E8E8E8; }

.eppen .link-box-adapted-container {
  display: inline-flex;
  border-radius: 6px;
  padding: 10px;
  background-color: white;
  position: relative; }
  .eppen .link-box-adapted-container .link-box-adapted-width {
    width: 300px;
    padding-right: 15px;
    padding-left: 15px; }
  .eppen .link-box-adapted-container .link-box-adapted-width:last-child .link-box {
    border-right: 0px; }

@media screen and (min-width: 1600px) {
  .eppen .adv-block-background-wrapper {
    max-width: 1400px; } }

@media (max-width: 991.98px) {
  .eppen .link-box-adapted-container {
    display: flex;
    flex-direction: column; }
    .eppen .link-box-adapted-container .adv-block-sponsorized-container {
      width: 100%;
      right: 10px; }
  .eppen .eppen-home-header {
    display: block; }
  .eppen .eppen-home-header-background {
    height: 350px; }
  .eppen .article-section-category {
    margin-top: 15px;
    font-size: 12px; }
  .eppen .header-v1 .eppen-home-header-title h1,
  .eppen .header-v2 .eppen-home-header-title h1 {
    font-size: 35px; }
  .eppen .header-v1 .box-h1,
  .eppen .header-v2 .box-h1 {
    float: none;
    margin-left: 0px;
    padding: 0px;
    width: 100%; }
  .eppen .header-v3 .eppen-home-header-title h1 {
    font-size: 35px; }
  .eppen .header-v3 .box-h1 {
    display: none; }
  .eppen .adv-bloc .adv-image {
    width: 300px;
    height: 250px; } }

.eppen .home-author {
  margin-top: 30px; }

.eppen .mobile-menu {
  visibility: hidden;
  display: none;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px; }
  @media (max-width: 991.98px) {
    .eppen .mobile-menu {
      visibility: visible;
      display: block; } }
  .eppen .mobile-menu .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-family: quasimoda, sans-serif; }
  .eppen .mobile-menu .open-section-menu {
    border-left: 1px solid #000; }
  .eppen .mobile-menu .close-section-menu {
    border-right: 1px solid #000; }
  .eppen .mobile-menu .nav-link {
    display: block;
    padding: 0px 8px 0px 8px;
    text-transform: uppercase;
    font-size: 15px;
    color: #252525;
    font-family: Roboto Condensed, sans-serif; }
  .eppen .mobile-menu .strong {
    font-weight: 700; }
  .eppen .mobile-menu .highlight {
    font-weight: 700;
    text-decoration: underline;
    color: #5EBADA; }
    .eppen .mobile-menu .highlight a {
      font-weight: 700;
      color: #5EBADA;
      text-decoration: underline; }
  .eppen .mobile-menu .nav-link:hover,
  .eppen .mobile-menu .nav-link:focus {
    text-decoration: none; }
  .eppen .mobile-menu .nav-link.disabled {
    font-weight: bold;
    color: #cc1719; }
  @media (max-width: 991px) {
    .eppen .mobile-menu .nav-eco-container {
      overflow-x: auto;
      position: relative; }
    .eppen .mobile-menu .nav-scroller-left,
    .eppen .mobile-menu .nav-scroller-right {
      display: inline !important;
      color: #515151;
      position: absolute;
      margin-top: 8px;
      background-color: #fff;
      z-index: 1; }
    .eppen .mobile-menu .nav-scroller-left {
      left: 0; }
    .eppen .mobile-menu .nav-scroller-right {
      right: 0; }
    .eppen .mobile-menu .nav-eco {
      display: inline;
      white-space: nowrap; }
    .eppen .mobile-menu .nav-eco .nav-item {
      display: inline-block; } }

.eppen .logo-menu, .appuntamenti .logo-menu {
  width: 100px;
  margin-top: 5px; }
  .eppen .logo-menu img, .appuntamenti .logo-menu img {
    width: 100%; }

.eppen .eppen-evento-descrizione p, .appuntamenti .eppen-evento-descrizione p {
  font-size: 1.1rem !important;
  line-height: 1.4em !important;
  padding-right: 20px;
  font-weight: 400 !important; }

.eppen .eppen-evento-descrizione div > a, .eppen .eppen-evento-descrizione a, .appuntamenti .eppen-evento-descrizione div > a, .appuntamenti .eppen-evento-descrizione a {
  text-decoration: underline !important;
  font-weight: 600;
  color: black; }

.eppen .event-detail, .appuntamenti .event-detail {
  max-width: 1250px;
  margin: 0 auto; }
  .eppen .event-detail p, .appuntamenti .event-detail p {
    color: #424242;
    font-family: quasimoda, sans-serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.7em; }
  @media (max-width: 991.98px) {
    .eppen .event-detail .fixed-col-300, .appuntamenti .event-detail .fixed-col-300 {
      display: block !important;
      width: 100%; }
    .eppen .event-detail .fixed-col-calculated, .appuntamenti .event-detail .fixed-col-calculated {
      width: 100%;
      padding: 15px; } }

.eppen .event-detail-sidebar-button, .appuntamenti .event-detail-sidebar-button {
  width: 100%;
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  text-align: center; }

.eppen .event-detail-sidebar-title, .appuntamenti .event-detail-sidebar-title {
  line-height: 16px;
  width: 100%;
  padding: 0px 0px 4px 0px;
  margin: 25px 0px 5px 0px;
  border-bottom: 1px solid #E5E5E5;
  text-transform: uppercase;
  font-family: quasimoda, sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 700;
  color: black;
  margin-bottom: 8px; }
  @media (max-width: 767.98px) {
    .eppen .event-detail-sidebar-title, .appuntamenti .event-detail-sidebar-title {
      font-size: 14px;
      line-height: 17px; } }

.eppen .event-detail-sidebar-text, .appuntamenti .event-detail-sidebar-text {
  color: #363636;
  line-height: 22px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1rem !important;
  font-weight: 400 !important; }

.eppen .event-detail-sidebar-text strong, .appuntamenti .event-detail-sidebar-text strong {
  font-size: 0.9rem;
  font-weight: 700 !important; }

.eppen .event-detail-sidebar-img, .appuntamenti .event-detail-sidebar-img {
  border-radius: 6px;
  width: 70px;
  height: 70px;
  background-size: contain;
  background-position: 50% 50%; }

.eppen .event-detail-sidebar-label, .appuntamenti .event-detail-sidebar-label {
  color: #AEAEAE;
  font-size: 14px;
  font-weight: 500; }

.eppen .event-ended img, .appuntamenti .event-ended img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }

.eppen .link-organizzatore, .appuntamenti .link-organizzatore {
  padding: 15px 0px; }
  .eppen .link-organizzatore .link-website, .appuntamenti .link-organizzatore .link-website {
    text-decoration: underline;
    font-size: 13px;
    display: block;
    margin: 0px 0px 8px 0px;
    color: #303030;
    text-transform: uppercase; }

.eppen .event-detail-header, .appuntamenti .event-detail-header {
  width: 100%; }
  .eppen .event-detail-header .event-detail-ended-flag, .appuntamenti .event-detail-header .event-detail-ended-flag {
    padding: 2px 5px;
    color: white;
    font-family: quasimoda, sans-serif;
    font-size: 23px;
    font-weight: 600;
    margin: auto;
    width: 100%;
    text-align: center;
    height: 39px;
    border-radius: 5px;
    background-color: #B20000; }
  .eppen .event-detail-header h2, .appuntamenti .event-detail-header h2 {
    font-weight: 400 !important; }
  .eppen .event-detail-header .sponsorized, .appuntamenti .event-detail-header .sponsorized {
    color: #5EBADA;
    font-size: 13px;
    font-weight: bold; }
  .eppen .event-detail-header .article-section-category a, .appuntamenti .event-detail-header .article-section-category a {
    color: #303030;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-decoration: none; }
  .eppen .event-detail-header h1, .appuntamenti .event-detail-header h1 {
    color: #363636;
    font-family: quasimoda, sans-serif;
    font-size: 60px;
    font-weight: 500;
    letter-spacing: -0.21px;
    line-height: 61px; }
  .eppen .event-detail-header h2, .appuntamenti .event-detail-header h2 {
    color: #363636;
    font-family: quasimoda, sans-serif;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: -0.07px;
    line-height: 31px; }

.eppen.event-detail-body, .appuntamenti.event-detail-body {
  margin-bottom: 40px; }

.eppen .event-detail-calendar, .appuntamenti .event-detail-calendar {
  height: 220px;
  width: 179px;
  border-radius: 4px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjc5cHgiIGhlaWdodD0iNjkzcHgiIHZpZXdCb3g9IjAgMCAyNzkgNjkzIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCA1NS4yICg3ODE4MSkgLSBodHRwczovL3NrZXRjaGFwcC5jb20gLS0+CiAgICA8dGl0bGU+YmFjZ3JvdW5kLWNhbGVuZGFyaW88L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZGVmcz4KICAgICAgICA8bGluZWFyR3JhZGllbnQgeDE9IjUwJSIgeTE9IjY5LjExMzA5NzclIiB4Mj0iNTAlIiB5Mj0iMTAwJSIgaWQ9ImxpbmVhckdyYWRpZW50LTEiPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjRkZGRkZGIiBzdG9wLW9wYWNpdHk9IjAuNSIgb2Zmc2V0PSIwJSI+PC9zdG9wPgogICAgICAgICAgICA8c3RvcCBzdG9wLWNvbG9yPSIjRjlGOUY5IiBvZmZzZXQ9IjEwMCUiPjwvc3RvcD4KICAgICAgICA8L2xpbmVhckdyYWRpZW50PgogICAgICAgIDxyZWN0IGlkPSJwYXRoLTIiIHg9IjAiIHk9IjAiIHdpZHRoPSIyNzkiIGhlaWdodD0iNjkzIiByeD0iNCI+PC9yZWN0PgogICAgICAgIDxwYXR0ZXJuIGlkPSJwYXR0ZXJuLTMiIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHg9Ii04IiB5PSItOCIgcGF0dGVyblVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CiAgICAgICAgICAgIDx1c2UgeGxpbms6aHJlZj0iI2ltYWdlLTQiPjwvdXNlPgogICAgICAgIDwvcGF0dGVybj4KICAgICAgICA8aW1hZ2UgaWQ9ImltYWdlLTQiIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHhsaW5rOmhyZWY9ImRhdGE6aW1hZ2UvcG5nO2Jhc2U2NCxpVkJPUncwS0dnb0FBQUFOU1VoRVVnQUFBQWdBQUFBSUNBWUFBQURFRDc2TEFBQUFCR2RCVFVFQUFMR09mUHRSa3dBQUFFQkpSRUZVR0JsalpHQmdzQUJpaHYvLy81OEEwWXlNakNoOEpwQWdQc0NDTGdrekNTWk8wQVFNQlNBM3dOd0JNZ1ZEQWN4b0dNMkNiaWRNQWtZVE5BRUFmLzhRRVhvci9rRUFBQUFBU1VWT1JLNUNZSUk9Ij48L2ltYWdlPgogICAgPC9kZWZzPgogICAgPGcgaWQ9IkNhbGVuZGFyaW8iIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJDYWxlbmRhcmlvLS8tY2FsZW5kYXJpby1kZXNrIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTE5LjAwMDAwMCwgLTM5NC4wMDAwMDApIj4KICAgICAgICAgICAgPGcgaWQ9ImJhY2dyb3VuZC1jYWxlbmRhcmlvIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMTkuMDAwMDAwLCAzOTQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iUmVjdGFuZ2xlIj4KICAgICAgICAgICAgICAgICAgICA8dXNlIGZpbGwtb3BhY2l0eT0iMC42OSIgZmlsbD0idXJsKCNwYXR0ZXJuLTMpIiB4bGluazpocmVmPSIjcGF0aC0yIj48L3VzZT4KICAgICAgICAgICAgICAgICAgICA8dXNlIGZpbGw9InVybCgjbGluZWFyR3JhZGllbnQtMSkiIHhsaW5rOmhyZWY9IiNwYXRoLTIiPjwvdXNlPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #303030;
  padding: 6px;
  position: relative; }
  .eppen .event-detail-calendar .sponsorized-flag, .appuntamenti .event-detail-calendar .sponsorized-flag {
    height: 35px;
    width: 35px;
    border: 2px solid #ffffff;
    background-color: #5EBADA;
    border-radius: 100%;
    box-shadow: 0 4px 4px 0 rgba(182, 180, 180, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -17.5px; }
  .eppen .event-detail-calendar .event-detail-calendar-day, .appuntamenti .event-detail-calendar .event-detail-calendar-day {
    font-family: Roboto;
    font-size: 37px;
    font-weight: 500;
    line-height: 49px;
    text-align: center; }
  .eppen .event-detail-calendar .event-detail-calendar-day-num, .appuntamenti .event-detail-calendar .event-detail-calendar-day-num {
    font-size: 90px;
    font-weight: bold;
    text-align: center;
    line-height: 108px; }
  .eppen .event-detail-calendar .event-detail-calendar-month, .appuntamenti .event-detail-calendar .event-detail-calendar-month {
    font-size: 37px;
    font-weight: bold;
    text-align: center;
    line-height: 44px; }

.eppen .event-detail-calendar.event_calendar, .appuntamenti .event-detail-calendar.event_calendar {
  height: 100%;
  width: 100%; }

.eppen .event-detail .card-deck.flotted, .appuntamenti .event-detail .card-deck.flotted {
  display: block; }

.eppen .d-sm-block .event-detail-sidebar-title, .appuntamenti .d-sm-block .event-detail-sidebar-title {
  font-family: quasimoda, sans-serif !important;
  font-size: 0.8rem !important;
  font-weight: 700;
  color: black;
  margin-bottom: 8px; }

.eppen .d-sm-block .event-detail-sidebar-text, .appuntamenti .d-sm-block .event-detail-sidebar-text {
  font-size: 1rem !important;
  font-weight: 400 !important; }

.eppen .d-sm-block .event-detail-sidebar-text strong, .appuntamenti .d-sm-block .event-detail-sidebar-text strong {
  font-size: 0.9rem;
  font-weight: 700 !important; }

.eppen.tab-aperture, .appuntamenti.tab-aperture {
  display: block;
  height: 100px;
  width: auto; }

.eppen .row-day, .appuntamenti .row-day {
  background: #fafafa;
  opacity: 1;
  display: flex;
  flex-direction: row; }

.eppen .detail-day, .appuntamenti .detail-day {
  width: 42px;
  height: 28px;
  text-align: center; }

.eppen .row-open, .appuntamenti .row-open {
  opacity: 1;
  display: flex;
  flex-direction: row; }

.eppen .detail-status, .appuntamenti .detail-status {
  width: 42px;
  padding-top: 5px;
  text-align: center; }
  .eppen .detail-status .open, .appuntamenti .detail-status .open {
    width: 12px;
    height: 12px;
    background: #61ab18;
    opacity: 1;
    margin: auto;
    border-radius: 50%; }

.eppen .closed, .appuntamenti .closed {
  background: red;
  opacity: 1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: auto; }

@media (max-width: 991.98px) {
  .eppen .event-detail-header h1, .appuntamenti .event-detail-header h1 {
    font-size: 35px;
    margin-top: 20px; }
  .eppen .event-detail-header h2, .appuntamenti .event-detail-header h2 {
    font-size: 19px; }
  .eppen .event-detail-calendar, .appuntamenti .event-detail-calendar {
    width: 100%;
    height: 54px;
    flex-direction: row;
    padding-left: 20px;
    margin-bottom: 20px; }
  .eppen .event-detail-calendar .sponsorized-flag, .appuntamenti .event-detail-calendar .sponsorized-flag {
    height: 30px;
    width: 30px;
    position: absolute;
    left: -15px;
    right: auto;
    top: 50%;
    margin-top: -15px; }
  .eppen .event-detail-calendar .event-detail-calendar-day, .eppen .event-detail-calendar .event-detail-calendar-month, .appuntamenti .event-detail-calendar .event-detail-calendar-day, .appuntamenti .event-detail-calendar .event-detail-calendar-month {
    font-size: 30px;
    margin: 0 5px; }
  .eppen .event-detail-calendar .event-detail-calendar-day-num, .appuntamenti .event-detail-calendar .event-detail-calendar-day-num {
    font-size: 48px;
    margin: 0 5px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/fonts/slick.eot");
  src: url("/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/fonts/slick.woff") format("woff"), url("/fonts/slick.ttf") format("truetype"), url("/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  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: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNDMuMDcgMzQzLjA3Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93LWxlZnQ8L3RpdGxlPjxnIGlkPSJMaXZlbGxvXzIiIGRhdGEtbmFtZT0iTGl2ZWxsbyAyIj48ZyBpZD0iQXJyb3dzIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNzEuNTQsMzQzLjA3QTE3MS41NCwxNzEuNTQsMCwxLDAsMCwxNzEuNTQsMTcxLjUzLDE3MS41MywwLDAsMCwxNzEuNTQsMzQzLjA3Wk0xMDUuMTUsMTYxLjc5bDc5LjY2LTc0LjExQTE1LjczLDE1LjczLDAsMCwxLDIxMS4yNSw5OS4yVjI0MS4wNWExNS43MywxNS43MywwLDAsMS0yNi40NCwxMS41MmwtNzkuNjYtNzQuMTFBMTEuMzcsMTEuMzcsMCwwLDEsMTA1LjE1LDE2MS43OVoiLz48L2c+PC9nPjwvc3ZnPg==); }
    [dir="rtl"] .slick-prev:before {
      content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNDMuMDcgMzQzLjA3Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93LXJpZ2h0PC90aXRsZT48ZyBpZD0iTGl2ZWxsb18yIiBkYXRhLW5hbWU9IkxpdmVsbG8gMiI+PGcgaWQ9IkFycm93cyI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTcxLjU0LDBBMTcxLjU0LDE3MS41NCwwLDEsMCwzNDMuMDcsMTcxLjU0LDE3MS41NCwxNzEuNTQsMCwwLDAsMTcxLjU0LDBabTY2LjM5LDE4MS4yOS03OS42Niw3NC4xYTE1Ljc0LDE1Ljc0LDAsMCwxLTI2LjQ1LTExLjUyVjEwMmExNS43MywxNS43MywwLDAsMSwyNi40NS0xMS41MWw3OS42Niw3NC4xQTExLjQsMTEuNCwwLDAsMSwyMzcuOTMsMTgxLjI5WiIvPjwvZz48L2c+PC9zdmc+); }

.slick-next {
  right: 25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNDMuMDcgMzQzLjA3Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93LXJpZ2h0PC90aXRsZT48ZyBpZD0iTGl2ZWxsb18yIiBkYXRhLW5hbWU9IkxpdmVsbG8gMiI+PGcgaWQ9IkFycm93cyI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTcxLjU0LDBBMTcxLjU0LDE3MS41NCwwLDEsMCwzNDMuMDcsMTcxLjU0LDE3MS41NCwxNzEuNTQsMCwwLDAsMTcxLjU0LDBabTY2LjM5LDE4MS4yOS03OS42Niw3NC4xYTE1Ljc0LDE1Ljc0LDAsMCwxLTI2LjQ1LTExLjUyVjEwMmExNS43MywxNS43MywwLDAsMSwyNi40NS0xMS41MWw3OS42Niw3NC4xQTExLjQsMTEuNCwwLDAsMSwyMzcuOTMsMTgxLjI5WiIvPjwvZz48L2c+PC9zdmc+); }
    [dir="rtl"] .slick-next:before {
      content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNDMuMDcgMzQzLjA3Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93LWxlZnQ8L3RpdGxlPjxnIGlkPSJMaXZlbGxvXzIiIGRhdGEtbmFtZT0iTGl2ZWxsbyAyIj48ZyBpZD0iQXJyb3dzIj48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNzEuNTQsMzQzLjA3QTE3MS41NCwxNzEuNTQsMCwxLDAsMCwxNzEuNTQsMTcxLjUzLDE3MS41MywwLDAsMCwxNzEuNTQsMzQzLjA3Wk0xMDUuMTUsMTYxLjc5bDc5LjY2LTc0LjExQTE1LjczLDE1LjczLDAsMCwxLDIxMS4yNSw5OS4yVjI0MS4wNWExNS43MywxNS43MywwLDAsMS0yNi40NCwxMS41MmwtNzkuNjYtNzQuMTFBMTEuMzcsMTEuMzcsMCwwLDEsMTA1LjE1LDE2MS43OVoiLz48L2c+PC9nPjwvc3ZnPg==); }

/* 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: "\2022";
        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; }

/* FORM */
#searchForm {
  margin-bottom: 10px; }

#searchForm select {
  height: 55px; }

.form {
  width: 100%;
  padding: 15px;
  margin: 0 auto;
  position: relative; }
  .form.form-desktop {
    max-width: 100%; }

.form legend {
  font-size: 22px;
  color: #384655; }

.form p, .p {
  color: #939393;
  font-size: 16px;
  line-height: 1.44; }

.form .row {
  margin: 0; }

.form .form-control {
  display: block;
  width: 100%;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e5eced;
  box-shadow: 0 11px 4px -10px #e5eced;
  border-radius: 5px;
  height: 55px;
  border-left: 3px solid #a6afba;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.form .form-control:focus {
  border-left: 3px solid #b2d732; }

.form textarea.form-control {
  height: 80px; }

.form .form-control:focus {
  z-index: 2; }

.form input[type="email"] {
  margin-bottom: -1px; }

.form input[type="password"] {
  margin-bottom: 10px; }

.form .small-text {
  font-size: 13px;
  line-height: 1.4;
  color: #939393;
  font-weight: 300; }

.form #checkBox {
  width: 20px;
  border-radius: 5px;
  background-color: #ffffff;
  border: solid 1px #979797; }

.form .checkbox-text {
  font-size: 15px;
  line-height: 1.4;
  color: #939393;
  font-weight: 300; }

.form .form-action {
  position: absolute;
  right: 0;
  top: 70px;
  width: 80px;
  line-height: 1; }

/* FLOATING LABELS */
.form-label-group {
  position: relative;
  margin-bottom: 1rem; }

.form-label-group > input,
.form-label-group > label {
  padding: 0.375rem 0.75rem; }

.form-label-group > label {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  margin-left: 3px;
  line-height: 1.5;
  color: #555555;
  border: 1px solid transparent;
  font-size: 18px;
  transition: all .1s ease-in-out; }

.form-label-group > label .data-label {
  font-size: 10px; }

.form-label-data > label {
  font-size: 12px !important;
  margin-top: 4px; }

.form-label-data input {
  font-size: 12px; }

.ie-edge .form-label-group {
  margin-top: 2rem !important; }

.ie-edge .form-label-group > label {
  top: -35px;
  font-size: 12px; }

.form-label-group input::-webkit-input-placeholder, .form-label-group select::-webkit-input-placeholder {
  color: transparent; }

.form-label-group input:-ms-input-placeholder, .form-label-group select:-ms-input-placeholder {
  color: transparent; }

.form-label-group input::-moz-placeholder, .form-label-group select::-moz-placeholder {
  color: transparent; }

.form-label-group input::placeholder, .form-label-group select::placeholder {
  color: transparent; }

.form-label-group input:not(:placeholder-shown) {
  padding-top: 0.625rem;
  padding-bottom: 0.125rem; }

.form-label-group input:not(:placeholder-shown) ~ label {
  margin-top: -10px;
  font-size: 11px;
  color: #7E9823; }

.form-label-group select:not(:placeholder-shown) ~ label {
  margin-top: -10px;
  font-size: 11px;
  color: #7E9823;
  padding: 6px 0px 0px 8px; }

.form-label-group input:not(:placeholder-shown).is-valid ~ label {
  color: #28a745; }

.form-label-group input:not(:placeholder-shown).is-invalid ~ label {
  color: #dc3545; }

.form-check-label {
  line-height: 1.5;
  color: #555555;
  border: 1px solid transparent;
  font-size: 14px;
  transition: all .1s ease-in-out; }

.form .form-navigation a {
  color: #aaafb4; }

.form .form-select {
  font-size: 14px; }

.form .form-select .btn {
  border-radius: 0; }

.form .form-select .active {
  border-bottom: 3px solid #b2d732;
  color: #b2d732; }

.input-group .form-control {
  width: auto; }

.input-group-append {
  height: 55px; }

.form .hint {
  font-size: 16px; }

form.was-validated .form-control.is-invalid {
  border-color: #dc3545; }

form.was-validated .form-control.is-valid {
  border-color: #b2d732; }

.btn-eppen {
  box-shadow: 0 2px 4px 0 #dbdbdb;
  font-size: 12px;
  border-radius: 5px;
  box-shadow: 0 11px 4px -10px #b7b7b7;
  font-size: 17px;
  height: 55px !important;
  display: flex;
  align-items: center;
  justify-content: center; }

.btn-eppen {
  background-color: #000000;
  color: #ffffff; }

.btn-eppen:hover {
  background-color: #b2d732;
  color: #363636; }

.adv-section {
  margin: 0px 0px 20px 0px; }
  @media (max-width: 767.98px) {
    .adv-section {
      margin: 0px 0px 10px 0px; } }
  .adv-section .banner-desktop {
    display: block;
    position: relative;
    max-width: 970px;
    margin: auto;
    height: 50px; }
    .adv-section .banner-desktop img {
      width: 100%; }

.box-02 {
  border-top: 1px solid #E8e8e8;
  padding-top: 40px; }

.eco_cafe .KW_progressBar {
  background-color: #ac8758; }

.eco_cafe .highlight-color {
  color: #ac8758; }

.eco_cafe .article-section-category a:hover {
  color: #ac8758 !important; }

.eco_cafe .home-link:hover {
  color: #ac8758 !important; }

.eco_cafe_color a {
  color: #ac8758 !important; }

.sezione.eco_cafe a:hover {
  color: #ac8758 !important; }

.sezione.eco_cafe .strike > span {
  border-bottom: 2px solid #ac8758 !important; }

.sezione.eco_cafe .logo-section {
  max-width: 300px; }

.sezione.eco_cafe .calendar-header {
  margin: 10px 0px 0px 0px; }

.sezione.eco_cafe .eppen-home-header-focus {
  background-color: #ac8758 !important; }

.logo-section img {
  height: 50px;
  float: right;
  margin-top: -20px;
  display: block;
  padding: 5px; }
  @media (max-width: 991.98px) {
    .logo-section img {
      margin-top: -5px;
      height: 40px; } }

.articolo.eco_cafe .article-box li:first-child {
  border-bottom: solid 3px #ac8758;
  border-top: none; }

.articolo.eco_cafe .highlight-box .quotation {
  background-color: #ac8758; }

.articolo.eco_cafe .article-main h2:before,
.articolo.eco_cafe .article-main h3:before,
.articolo.eco_cafe .article-main h4:before {
  background-color: #ac8758; }

.articolo.eco_cafe .highlight-box {
  border-right: 5px solid #ac8758; }

.articolo.eco_cafe .main-col-article a {
  border-bottom: 2px solid #ac8758;
  box-shadow: 0px -10px 0px rgba(203, 180, 150, 0.78) inset;
  text-decoration: dashed;
  text-decoration-style: double;
  border-bottom: 1px dashed #ac8758; }

.articolo.eco_cafe .main-col-article a img {
  border-bottom: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  text-decoration-style: none !important;
  border-bottom: none !important; }

.articolo.eco_cafe .article-main p .highlightme {
  background-color: rgba(203, 180, 150, 0.78);
  padding: 2px 6px;
  border-radius: 6px; }

.articolo.eco_cafe .article-main a:hover {
  color: #ac8758 !important;
  text-decoration: none; }

#article.eppen header .subheader .subheader-link a:hover {
  color: #252525 !important; }

.territori_culturali .KW_progressBar {
  background-color: #F7BA06; }

.territori_culturali .highlight-color {
  color: #F7BA06; }

.territori_culturali .article-section-category a:hover {
  color: #F7BA06 !important; }

.territori_culturali .home-link:hover {
  color: #F7BA06 !important; }

.eco_cafe_color a {
  color: #F7BA06 !important; }

.sezione.territori_culturali .calendar-header-title {
  max-width: 650px; }
  .sezione.territori_culturali .calendar-header-title img.logo-section {
    width: 100%;
    max-width: 650px; }

.sezione.territori_culturali a:hover {
  color: #F7BA06 !important; }

.sezione.territori_culturali .strike > span {
  border-bottom: 2px solid #F7BA06 !important; }

.sezione.territori_culturali .logo-section {
  max-width: 300px; }

.sezione.territori_culturali .calendar-header {
  margin: 10px 0px 0px 0px; }

.sezione.territori_culturali .eppen-home-header-focus {
  background-color: #F7BA06 !important; }

.logo-section img {
  height: 50px;
  float: right;
  margin-top: -20px;
  display: block;
  padding: 5px; }
  @media (max-width: 991.98px) {
    .logo-section img {
      margin-top: -5px;
      height: 40px; } }

.articolo.territori_culturali .article-box li:first-child {
  border-bottom: solid 3px #F7BA06;
  border-top: none; }

.articolo.territori_culturali .highlight-box .quotation {
  background-color: #F7BA06; }

.articolo.territori_culturali .article-main h2:before,
.articolo.territori_culturali .article-main h3:before,
.articolo.territori_culturali .article-main h4:before {
  background-color: #F7BA06; }

.articolo.territori_culturali .highlight-box {
  border-right: 5px solid #F7BA06; }

.articolo.territori_culturali .main-col-article a {
  border-bottom: 2px solid #F7BA06;
  box-shadow: 0px -10px 0px #ffe188 inset;
  text-decoration: dashed;
  text-decoration-style: double;
  border-bottom: 1px dashed #F7BA06; }

.articolo.territori_culturali .main-col-article a img {
  border-bottom: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  text-decoration-style: none !important;
  border-bottom: none !important; }

.articolo.territori_culturali .article-main p .highlightme {
  background-color: #ffe188;
  padding: 2px 6px;
  border-radius: 6px; }

#article.eppen header .subheader .subheader-link a:hover {
  color: #252525 !important; }

.cartolandia .KW_progressBar {
  background-color: #dd3333; }

.cartolandia .highlight-color {
  color: #dd3333; }

.cartolandia .article-section-category a:hover {
  color: #dd3333 !important; }

.cartolandia .home-link:hover {
  color: #dd3333 !important; }

.eco_cafe_color a {
  color: #dd3333 !important; }

.sezione.cartolandia .calendar-header-title {
  max-width: 650px; }
  .sezione.cartolandia .calendar-header-title img.logo-section {
    width: 100%;
    max-width: 650px; }

.sezione.cartolandia a:hover {
  color: #dd3333 !important; }

.sezione.cartolandia .strike > span {
  border-bottom: 2px solid #dd3333 !important; }

.sezione.cartolandia .logo-section {
  max-width: 300px; }

.sezione.cartolandia .calendar-header {
  margin: 10px 0px 0px 0px; }

.sezione.cartolandia .eppen-home-header-focus {
  background-color: #dd3333 !important; }

.logo-section img {
  height: 50px;
  float: right;
  margin-top: -20px;
  display: block;
  padding: 5px; }
  @media (max-width: 991.98px) {
    .logo-section img {
      margin-top: -5px;
      height: 40px; } }

.articolo.cartolandia .article-box li:first-child {
  border-bottom: solid 3px #dd3333;
  border-top: none; }

.articolo.cartolandia .highlight-box .quotation {
  background-color: #dd3333; }

.articolo.cartolandia .article-main h2:before,
.articolo.cartolandia .article-main h3:before,
.articolo.cartolandia .article-main h4:before {
  background-color: #dd3333; }

.articolo.cartolandia .highlight-box {
  border-right: 5px solid #dd3333; }

.articolo.cartolandia .main-col-article a {
  border-bottom: 2px solid #dd3333;
  box-shadow: 0px -10px 0px #ffbbbb inset;
  text-decoration: dashed;
  text-decoration-style: double;
  border-bottom: 1px dashed #dd3333; }

.articolo.cartolandia .main-col-article a img {
  border-bottom: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  text-decoration-style: none !important;
  border-bottom: none !important; }

.articolo.cartolandia .article-main p .highlightme {
  background-color: #ffbbbb;
  padding: 2px 6px;
  border-radius: 6px; }

#article.eppen header .subheader .subheader-link a:hover {
  color: #252525 !important; }

.moovin .KW_progressBar {
  background-color: #36b9c5; }

.moovin .highlight-color {
  color: #36b9c5; }

.moovin .article-section-category a:hover {
  color: #36b9c5 !important; }

.moovin .home-link:hover {
  color: #36b9c5 !important; }

.moovin_color a {
  color: #36b9c5 !important; }

.sezione.moovin a:hover {
  color: #36b9c5 !important; }

.sezione.moovin .strike > span {
  border-bottom: 2px solid #36b9c5 !important; }

.sezione.moovin .logo-section {
  max-width: 300px; }

.sezione.moovin .calendar-header {
  margin: 10px 0px 0px 0px; }

.sezione.moovin .eppen-home-header-focus {
  background-color: #36b9c5 !important; }

.logo-section img {
  height: 50px;
  float: right;
  margin-top: -20px;
  display: block;
  padding: 5px; }
  @media (max-width: 991.98px) {
    .logo-section img {
      margin-top: -5px;
      height: 40px; } }

.articolo.moovin .article-box li:first-child {
  border-bottom: solid 3px #36b9c5;
  border-top: none; }

.articolo.moovin .highlight-box .quotation {
  background-color: #36b9c5; }

.articolo.moovin .article-main h2:before,
.articolo.moovin .article-main h3:before,
.articolo.moovin .article-main h4:before {
  background-color: #36b9c5; }

.articolo.moovin .highlight-box {
  border-right: 5px solid #36b9c5; }

.articolo.moovin .main-col-article a {
  border-bottom: 2px solid #36b9c5;
  box-shadow: 0px -10px 0px #fac042 inset;
  text-decoration: dashed;
  text-decoration-style: double;
  border-bottom: 1px dashed #36b9c5; }

.articolo.moovin .main-col-article a img {
  border-bottom: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  text-decoration-style: none !important;
  border-bottom: none !important; }

.articolo.moovin .article-main p .highlightme {
  background-color: #36b9c583;
  padding: 2px 6px;
  border-radius: 6px; }

.parita-di-genere .KW_progressBar {
  background-color: #a07db6; }

.parita-di-genere .highlight-color {
  color: #a07db6; }

.parita-di-genere .article-section-category a:hover {
  color: #a07db6 !important; }

.parita-di-genere .home-link:hover {
  color: #a07db6 !important; }

.parita-di-genere_color a {
  color: #a07db6 !important; }

.sezione.parita-di-genere a:hover {
  color: #a07db6 !important; }

.sezione.parita-di-genere .strike > span {
  border-bottom: 2px solid #a07db6 !important; }

.sezione.parita-di-genere .logo-section {
  max-width: 300px; }

.sezione.parita-di-genere .calendar-header {
  margin: 10px 0px 0px 0px; }

.sezione.parita-di-genere .eppen-home-header-focus {
  background-color: #a07db6 !important; }

.logo-section img {
  height: 50px;
  float: right;
  margin-top: -20px;
  display: block;
  padding: 5px; }
  @media (max-width: 991.98px) {
    .logo-section img {
      margin-top: -5px;
      height: 40px; } }

.articolo.parita-di-genere a:hover {
  color: #a07db6 !important; }

.articolo.parita-di-genere .article-box li:first-child {
  border-top: none;
  border-bottom: solid 3px #a07db6; }

.articolo.parita-di-genere .highlight-box .quotation {
  background-color: #a07db6; }

.articolo.parita-di-genere .article-main h2:before,
.articolo.parita-di-genere .article-main h3:before,
.articolo.parita-di-genere .article-main h4:before {
  background-color: #a07db6; }

.articolo.parita-di-genere .highlight-box {
  border-right: 5px solid #a07db6; }

.articolo.parita-di-genere .main-col-article a {
  border-bottom: 2px solid #a07db6;
  box-shadow: 0px -10px 0px #a07db6 inset;
  text-decoration: dashed;
  text-decoration-style: double;
  border-bottom: 1px dashed #a07db6; }

.articolo.parita-di-genere .main-col-article a img {
  border-bottom: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  text-decoration-style: none !important;
  border-bottom: none !important; }

.articolo.parita-di-genere .article-main p .highlightme {
  background-color: #a07db6;
  padding: 2px 6px;
  border-radius: 6px; }

.articolo.parita-di-genere .article-main a:hover {
  color: #a07db6;
  text-decoration: none; }

ul.link-list-social {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.link-list-social .link-social {
    display: inline-block;
    height: 20px;
    width: 20px; }
  ul.link-list-social .link-icon-social {
    display: inline-block;
    transition: 0.1s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-property: opacity, transform; }
  @media (max-width: 767.98px) {
    ul.link-list-social .link-social {
      display: inline-block;
      height: 40px;
      width: 40px;
      margin: 0px 8px 0px 0px; } }

.container {
  max-width: 1400px; }

.blocco-autore {
  background-color: #F6F6F6;
  padding: 20px 0px 30px 0px;
  margin-bottom: 30px; }
  .blocco-autore.container {
    max-width: 1400px; }
  .blocco-autore .user-fotografia img {
    width: 100%;
    border-radius: 50%;
    padding: 10px; }
  .blocco-autore .nome-autore {
    font-family: Roboto;
    font-weight: 800;
    color: #2F2F2F; }
  .blocco-autore .ruolo-autore {
    font-family: Roboto;
    font-size: 15px;
    text-transform: uppercase;
    color: #7F7F7F; }
  .blocco-autore .bio-autore {
    padding: 20px 0px;
    margin-bottom: 5px; }
    .blocco-autore .bio-autore p {
      font-family: Merriweather-Light;
      font-size: 18px;
      color: #424242; }
  .blocco-autore .autore-blocco-social {
    border-top: 1px dotted #7F7F7F;
    padding: 15px 0px; }
    .blocco-autore .autore-blocco-social ul.autore-social-contact {
      padding: 0px;
      margin: 0px;
      list-style: none;
      display: inline-block; }
      .blocco-autore .autore-blocco-social ul.autore-social-contact li {
        display: inline-block; }
      .blocco-autore .autore-blocco-social ul.autore-social-contact li.label {
        text-transform: uppercase;
        font-size: 14px;
        font-family: Roboto;
        vertical-align: middle;
        line-height: 40px;
        padding-top: 3px; }
      .blocco-autore .autore-blocco-social ul.autore-social-contact li.facebook {
        padding: 0px 10px; }
        .blocco-autore .autore-blocco-social ul.autore-social-contact li.facebook img {
          margin: auto;
          height: 20px; }
      .blocco-autore .autore-blocco-social ul.autore-social-contact li.social {
        padding: 0px 5px; }
        .blocco-autore .autore-blocco-social ul.autore-social-contact li.social img {
          margin: auto;
          height: 18px; }
  .blocco-autore ul.autore-lista-servizi {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: inline-block;
    float: right; }
    .blocco-autore ul.autore-lista-servizi li {
      display: inline-block;
      text-align: right; }
  @media (max-width: 767.98px) {
    .blocco-autore {
      padding: 0px 0px 20px 0px;
      background-size: 30vh;
      background-color: #ffffff; }
      .blocco-autore .page-spacing {
        height: 100px; }
      .blocco-autore .user-fotografia {
        background-color: #F6F6F6;
        margin: auto;
        align-content: center;
        margin: 0px 0px 30px 0px;
        position: relative;
        height: 100px; }
        .blocco-autore .user-fotografia img {
          max-height: 150px;
          width: auto;
          display: block;
          max-width: 150px;
          margin: 0px auto; }
      .blocco-autore .info-autore {
        margin: 30px 0px 0px 0px; } }

.pg-autore-colonna-01 {
  padding-top: 0px;
  border-right: 1px solid #eeeeee;
  padding-right: 20px;
  margin-top: 40px; }

.blocco-articolo-01-list {
  margin: 0px 0px 30px 0px;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0px 30px 0px; }
  @media (max-width: 767.98px) {
    .blocco-articolo-01-list .fotografia-articolo {
      margin-bottom: 20px; } }
  .blocco-articolo-01-list .fotografia-articolo img {
    width: 100%;
    border-radius: 5px; }
  .blocco-articolo-01-list .contenuto-articolo h3 {
    font-family: whitman-display, serif;
    font-weight: 400;
    line-height: 1.15em;
    font-size: 1.5em;
    margin-bottom: 10px;
    cursor: pointer; }
  .blocco-articolo-01-list .contenuto-articolo p {
    font-family: quasimoda, sans-serif;
    font-size: 1em;
    line-height: 1.35em;
    color: #363636; }
  .blocco-articolo-01-list .data-info-articolo {
    text-align: right; }
    .blocco-articolo-01-list .data-info-articolo .data-pubblicazione {
      text-transform: uppercase;
      font-family: roboto;
      font-size: 0.9em;
      color: #9C9C9C;
      line-height: 28px; }
      @media (max-width: 767.98px) {
        .blocco-articolo-01-list .data-info-articolo .data-pubblicazione {
          text-align: left; } }
    .blocco-articolo-01-list .data-info-articolo .categoria {
      text-transform: uppercase;
      font-size: 0.9em; }

