/**
 * @file
 * c-accordion style.
 */
/* stylelint-disable scss/at-import-partial-extension */
/* stylelint-disable scss/at-import-partial-extension */ /**
 * @file
 * Aspect ratio mixins.
 */
/**
 * @file
 * Centering mixin.
 *
 * Center an element orizontally, vertically or both, assuming the parent
 * element has relative or absolute position.
 * https://css-tricks.com/snippets/sass/centering-mixin/
 */
/**
 * @file
 * Globally used mixins and functions.
 *
 * Here you can add your custom SASS mixins or functions.
 */
/**
 * @file
 * Globally tools for images.
 */
/* stylelint-enable scss/at-import-partial-extension */
/**
 * @file
 * Global colors variables.
 */
/* stylelint-disable-line scss/at-import-partial-extension */
/**
 * @file
 * Global colors variables.
 */
/**
 * @file
 * Shadows variables.
 */
/**
 * @file
 * Animations elements.
 */
@keyframes slideOutRight {
  from {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(5px, 0, 0);
  }
}
@keyframes selectedElementOpacity {
  0% {
    opacity: 100%;
  }
  10% {
    opacity: 60%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes opacityDecrease {
  from {
    opacity: 100%;
  }
  to {
    opacity: 60%;
  }
}
@keyframes selectedElementPaddingLeft {
  0% {
    padding-left: 0;
  }
  40% {
    padding-left: 0.75rem;
  }
  100% {
    padding-left: 0;
  }
}
@keyframes slideInFromRight {
  from {
    visibility: visible;
    transform: translate3d(32px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
/**
 * @file
 * All stuff for typography.
 */
/* HEADING */
/* TEXT & CONTENT */
/**
 * @file
 * Buttons elements.
 *
 * Style for buttons
 */
/**
 * @file
 * Variables for links style.
 */
/**
 * @file
 * Background elements style.
 */
/**
 * @file
 * Elements for Video.
 */
/**
 * @file
 * Cards variables element style.
 */
/**
 * @file
 * Forms variables element style.
 */
/* INLINE SEARCH FORM. */
/**
 * @file
 * Search, common elements style.
 */
/**
 * @file
 * Accordion elements variables.
 */
/* stylelint-enable scss/at-import-partial-extension */
/* stylelint-disable-line scss/at-import-partial-extension */
.c-magazine-archive .section-title {
  color: #008444;
}
.c-magazine-archive .item-list .accordion-item__label {
  width: 100%;
  text-align: left;
  background-color: transparent;
  border: none;
}
.c-magazine-archive .item-list .accordion-item__content ul {
  list-style-type: none;
}
.c-magazine-archive .item-list .accordion-item__content ul li {
  margin-bottom: 1rem;
}
.c-magazine-archive .item-list .accordion-item__content ul .magazine_archive_year_and_number {
  width: 100%;
  clear: both;
  font-size: 16px;
  font-weight: 700;
  color: #a5a5a5;
}
.c-magazine-archive .item-list .accordion-item__content ul .magazine_archive_year_and_number .field--name-field-magazine-year,
.c-magazine-archive .item-list .accordion-item__content ul .magazine_archive_year_and_number .field--name-field-magazine-number {
  display: inline !important;
}
.c-magazine-archive .item-list .accordion-item__content ul .title_and_button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  clear: both;
}
.c-magazine-archive .item-list .accordion-item__content ul .title_and_button .magazine_archive_title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.c-magazine-archive .item-list .accordion-item__content ul .title_and_button .magazine_archive_title a {
  color: #000;
}
.c-magazine-archive .item-list .accordion-item__content ul .title_and_button .magazine_archive_title a:hover {
  color: #008444;
}
.c-magazine-archive .item-list .accordion-item__content ul .title_and_button .magazine_archive_download .btn--download-reverse {
  margin-bottom: 0;
  color: #fff;
  background-color: #008444;
}
.c-magazine-archive .item-list .accordion-item__content ul .title_and_button .magazine_archive_download .btn--download-reverse:hover {
  background-color: #9ec951;
}
.c-magazine-archive .item-list .accordion-item__content ul .title_and_button .magazine_archive_download .btn--download-reverse:hover::after {
  background-image: url("../../../images/icons/icon-download-white.svg");
}

/*# sourceMappingURL=components.c-magazine-archive.css.map */
