/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--mc-clr:#cad337;
	--mc-dark:#222222;
	--mc-light:hsl(0, 0%, 94%);
	--mc-white: hsl(0, 0%, 100%);
	--mc-grey-100:hsl(0, 0%, 90%);
	--mc-grey-200:hsl(0, 0%, 80%);
	--mc-grey-300:hsl(0, 0%, 70%);
	--mc-grey-400:hsl(0, 0%, 60%);
	--mc-grey-500:hsl(0, 0%, 50%);
	--mc-grey-600:hsl(0, 0%, 40%);
  }
  
  /* 1. BODY */
  /* 2. HEADER */
  /* 3. FOOTER */
  /* 4. HOMEPAGE */
  /* 5. PAGE ELEMENTS */
  /* 6. TEASERS */
  /* 7. ARTICLES / OLD ARTICLES (+ FIX OLD) */
  /* 8. BASIC PAGES */
  /* 9. TAXONOMY LISTS */
  /* 10. BLOCKS */
  /* 11. PARAGRAPHS */
  /* 12. CUSTOM CLASSES */
  
  
  
  /* BODY */
  body{
	color:var(--mc-dark);
	background-color: var(--mc-white);
  }
  
  /* == HEADER == */
  
  /* TOP BAR */

  .region-top-bar-second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-bar .top-bar__left {
    width: 100%;
  }
  /* Menu Network */
  nav#block-network-2 {
    display: flex;
  }
  nav#block-network-2 .menu {
    margin: auto;
  }
  nav#block-network-2 .menu-item {
    text-transform: uppercase;
  }

  /* Custom Social + Custom Search + Custom User */
  :is(div#block-socialiconstopbar, div#block-mcsearch, div#block-userlogouttopbar) .block__content a {
    color: var(--mc-grey-600);
    text-decoration: none;
    font-size: 0.9rem;
  }
  div#block-userlogouttopbar .block__content a {
    font-size:1rem;
  }
  :is(div#block-socialiconstopbar, div#block-mcsearch, div#block-userlogouttopbar) .block__content a:hover {
    color: var(--mc-dark);
  }
  :is(div#block-socialiconstopbar, div#block-mcsearch) .block__content a.topmenu-link {
    font-family:'Roboto Condensed',sans-serif;
    text-transform:uppercase;
  }

  /* Default Search + Default User Icons */
  /*a.header__toggleable-button[href*="surfacesinternational"],
  .header__toggleable-account-menu {
    display: none;
  }*/

  /* END TOP BAR */

  /* Header B */
  .header--header-b .header__container-wrapper--header__main:not(.is--stuck) {
    height: 100%;
    display: grid;
    align-items: center;
  }
  @media (min-width: 992px) {
      .header--header-b .header__container-wrapper--header__main:not(.is--stuck) {
          height: auto;
      }
  }
  
  /* System Branding Block */
  .block--system-branding-block img {
    max-height: 50px;
  }
  @media (min-width: 992px) {
      .block--system-branding-block img {
          max-height: 100%;
      }
  }

  /* Site branding */
  .region.region-logo div#block-themag-st-sitebranding-3 {
	  max-width: 250px;
    height:auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  @media (min-width:992px){
    .region.region-logo div#block-themag-st-sitebranding-3 {
      max-width: 400px;
      padding-block: 1.5rem;
    }
  }
  
  /* Main navigation menu */
  .we-mega-menu-submenu li.we-mega-menu-li {
	border-bottom: 1px solid var(--mc-light);
  }
  .we-mega-menu-ul .we-mega-menu-li:hover,
  .we-mega-menu-ul .we-mega-menu-li:focus,
  .we-mega-menu-ul .we-mega-menu-li.active-trail {
	background-color: var(--mc-light);
  }
  .we-mega-menu-ul .we-mega-menu-li > a,
  .we-mega-menu-ul .we-mega-menu-li > span {
	color:var(--mc-dark);
  }
  .navbar-we-mega-menu.navbar .we-mega-menu-ul > li.we-mega-menu-li {
	border-radius:0;
  }
  /* End Main navigation menu */
  

  /* .header__user-nav .fas {
	color: var(--mc-dark);
  }
  .header__user-nav .fas:hover {
	opacity:0.8;
  } */
  
  /* == END HEADER */
  
  /* == FOOTER == */
  
  /* Wrapper */
  .footer-wrapper {
	background: var(--mc-light);
  }

  /* Site branding */
  .region.region-footer-first div#block-themag-st-sitebranding-4 img {
    max-width:300px;
    display:block;
    margin-inline:auto;
  }

  @media (min-width:992px) {
    .region.region-footer-first div#block-themag-st-sitebranding-4 img {
      margin-inline:initial;      
    }
  }
  
  /* Short about us */
  div#block-shortaboutus .field--name-body {
	color:#646464;
	font-size:0.85rem
  }
  div#block-shortaboutus .field--name-body a,
  div#block-shortaboutus .field--name-body a:visited {
	color: #646464;
	font-size:inherit;
	border-bottom: solid 2px #cad337;
	text-decoration: none;
  }
  div#block-shortaboutus .field--name-body a:hover,
  div#block-shortaboutus .field--name-body a:focus {
	color:#8b8b8b;
  }
  
  /* Social */
  footer .mc-social {
    gap:1rem;
  }
  footer .mc-social .fab,
  footer .mc-social .fas {
	  font-size: 0;
  }
  footer .mc-social .fab::before,
  .mc-social .fas::before {
	  font-size: 2rem;
  }
  footer .mc-social a {
	  color: var(--mc-dark);
  }
  footer .mc-social a:hover,
  footer .mc-social a:focus {
	  opacity: 0.8;
  }
  
  /* Menu Network Footer - OLD */
  footer .menu--network .menu {
	margin: 0;
	padding: 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	gap:0.5rem;
	-webkit-box-pack:center;
		-ms-flex-pack:center;
			justify-content:center;
  }
  footer .menu--network .menu-item {
	list-style: none;
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
	min-width: -webkit-fit-content;
	min-width: -moz-fit-content;
	min-width: fit-content;
	text-align: center;
  }
  footer .menu--network .menu a {
	background: var(--mc-light);
  }
  @media (min-width: 992px){
	footer .menu--network .menu a {
	padding: 0.45rem 0.5rem;
  }
  }
  footer .menu--network .menu a {
	display: block;
	background: rgba(38, 50, 56, 0.1);
	padding: 0.5rem;
	line-height: 1;
	color: #263238;
	font-weight: bold;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-decoration:none;
  }
  footer .menu--network .menu a:hover{
	background:#f9f9f9;
  }
  
  footer .menu--network .block__title::before {
	margin-right: 0.5rem;
  }
  footer .menu--network .block__title::after {
	margin-left: 0.5rem;
  }
  
  /* Menu Network Footer Logo */
  footer div#block-partners .block__content .d-flex {
    gap: 1rem;
  }
  footer div#block-partners img {
    -webkit-filter:grayscale(1);
            filter:grayscale(1);
  }
  footer div#block-partners img:is(:hover, :focus) {
    opacity:.8;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
  }

  /* Footer Menu */
  .menu--footer ul.menu li a {
	  color:#646464;
  }
  
  /* SEARCH ENGINE PAGE */
  .view-search-engine .form--inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2rem;
  }
  .view-search-engine .form-item.form-type-textfield {
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
  }
  
  /* == END FOOTER */
  
  
  /* === HOMEPAGE === */

  /* Slider Block Homepage */
  .view-sintl-featured-single-item-slider .teaser__headline--large {
    font-size: 2.5rem;
  }
  .view-sintl-featured-single-item-slider [data-overlay]:before {
    background-color: rgba(0 0 0 / .25);
  }

  /* Latest Article Block Homepage */
  .view--sintl-latest-articles {
    padding-bottom: 2rem;
  }
  .view--sintl-latest-articles .slick--optionset--single-item-slider nav.slick__arrow button.slick-disabled {
    visibility: hidden;
  }
  .view--sintl-latest-articles .slick--optionset--single-item-slider .slick-dots {
    bottom: -2rem;
  }
  .view--sintl-latest-articles .slick--optionset--single-item-slider .slick-dots button {
    border-top: 4px solid rgba(0 0 0 / 50%);
  }
  @media (min-width: 768px) {
    .view--sintl-latest-articles .block-grid > .grid {
      padding-bottom: 0;
    }
    .view--sintl-latest-articles .slick--optionset--single-item-slider nav.slick__arrow button {
      display: block !important; 
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(0 0 0 / 50%);
    }
    .view--sintl-latest-articles .slick--optionset--single-item-slider nav.slick__arrow button.slick-prev {
      left: -25px;
    }
    .view--sintl-latest-articles .slick--optionset--single-item-slider nav.slick__arrow button.slick-next {
      right: -25px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px) {
    .view--sintl-latest-articles .teaser--small-compact .teaser__headline {
      font-size: .9765rem;
    }
  }
  @media (min-width: 1200px) and (min-height: 900px) {
    .view--sintl-latest-articles .slick--optionset--single-item-slider nav.slick__arrow button.slick-prev {
      left: -32.5px;
    }
    .view--sintl-latest-articles .slick--optionset--single-item-slider nav.slick__arrow button.slick-next {
      right: -32.5px;
    }
  }

  /* Speciale Block Homepage */
  .mc-specialehp .button {
	right: 1rem;
	bottom: 1rem;
  }
  .mc-specialehp .button a {
	color:var(--mc-white);
	font-family:'Roboto Condensed',sans-serif;
	text-transform:uppercase;
	text-decoration:none;
  }
  
  /* Video Block Homepage */
  .play-video{
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
    font-size: 2rem;
    color: #ffffff;
    text-shadow: 5px 5px 10px rgba(42 46 47 / .2);
}
  
  /* === END HOMEPAGE */
  
  
  /* == PAGE ELEMENTS == */
  
  /* Breadcrumbs */
  .mc-bg-dark .breadcrumb li a,
  .mc-bg-dark .simple-breadcrumb li a {
	color:var(--mc-white);
  }
  
  /* Page Title */
  .block--region-content-header.block--page-title-block .page-title,
  .block--layout-builder.block--page-title-block .page-title {
	color: var(--mc-dark);
	background-color: var(--mc-white);
  }
  
  /* Block Title */
  .block__title .title-text {
	color:var(--mc-dark);
  }
  .block__title:after,
  .block__title:before {
	border-top: 1px solid hsl(0, 0%, 84%);
	border-bottom: 1px solid #d5d5d5;
  }
  
  /* Pagers */
  .themag-layout ul.pager__items li.is-active {
	background:var(--mc-dark);
  }
  .themag-layout ul.pager__items li.is-active a {
	color:var(--mc-light);
  }
  .themag-layout ul.pager__items li.is-active a:hover {
	background:#646464;
  }
  .themag-layout ul.pager__items li a {
	color: #646464;
  }
  .themag-layout ul.pager__items li a:hover {
	background:var(--mc-light);
  }
  @media (min-width: 768px){
  .themag-layout ul.pager__items li a {
	border: 1px solid #d5d5d5;
	}
  }
  
  /* == END PAGE ELEMENTS */
  
  
  
  /* == TEASERS == */
  
  /* Headline */
  .teaser__headline a{
	color:var(--mc-dark);
  }
  .teaser--item .teaser__headline a:hover{
	background-color:var(--mc-dark);
  }
  .teaser__headline--light,
  .teaser__headline--light a{
	color:var(--mc-white);
  }
  
  /* Body */
  .teaser__body {
	color:var(--mc-grey-500);
  }
  
  /* Channel */
  .teaser__channel a {
	color:var(--mc-grey-600);
  }
  .teaser__channel a:hover {
	color:var(--mc-grey-500);
  }
  .teaser__channel--light a {
	color:#ffffff;
  }
  .themag-layout--black .teaser__channel a {
	color: hsl(0, 0%, 55%);
  }
  .themag-layout--black .teaser--item .teaser__channel a:hover {
	color: rgba(255, 255, 255, 0.75);
  }
  .teaser--compact .teaser__channel a {
	color: rgba(255,255,255,0.75);
  }
  .teaser--compact .teaser__channel a:hover {
	color: #ffffff;
  }
  
  /*Channel Icon */
  .teaser__channel i,
  .field--name-field-mg-category i,
  .field--name-field-channel i,
  .teaser__channel i:before,
  .teaser__channel i:after,
  .field--name-field-mg-category i:before,
  .field--name-field-mg-category i:after,
  .field--name-field-channel i:before,
  .field--name-field-channel i:after,
  .channel__icon,
  .channel__icon:before,
  .channel__icon:after{
	width:1rem;
	height:1rem;
  }
  
  /* Channel Icon Overlay */
  .channel__overlay {
	  position: relative;
  }
  .channel__overlay .channel {
	  position: absolute;
	  top: 1em;
	  left: 2em;
	  z-index: 1;
  }
  .channel__overlay .teaser__headline--light a:hover{
	  color:var(--mc-white);
  }
  
/* TI Teaser Argomento */
:is(.teaser, .article-header) .ti-teaser__argomento {
    position: relative;
    z-index: 1;
    margin-bottom: .3rem;
}
:is(.teaser, .article-header) .ti-teaser__argomento::before {
    content: '';
    display: block;
    position: absolute;
    top: -0.2rem;
    left: -0.2rem;
    right: 0.2rem;
    bottom: 0.2rem;
    background-color: inherit;
    box-shadow: inset 0 0 0 10px rgba(0,0,0,.1);
    z-index: -1;
}
:is(.teaser, .article-header) .ti-teaser__argomento-inner {
    /* width: 100%;
    height: 100%; */
    padding: .2rem .4rem;
    background-color: inherit;
}
:is(.teaser, .article-header) .ti-teaser__argomento a {
    color: var(--mc-dark);
    opacity: 1;
    text-decoration: none;
    text-transform: uppercase;
    font-size:.665rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;;
    line-height: 1;
}
:is(.teaser, .article-header) .ti-teaser__argomento a:is(:hover, :focus) {
    color: var(--mc-light);
}
.teaser__media .ti-teaser__argomento {
    position: absolute;
    z-index: 2;
    top: .4rem;
    left: .4rem;
    bottom: auto;
}

/* Teaser Compact */
.teaser--medium-compact,
.teaser--large-compact {
  min-height: auto;
  height: auto;
}

.teaser--medium-compact .teaser__media,
.teaser--large-compact .teaser__media,
.teaser--medium-compact .image,
.teaser--large-compact .image {
  height: 100%;
}

.teaser--medium-compact img,
.teaser--large-compact img {
  object-fit: cover;
  height: 100%;
}

/* Teaser Medium Item */
@media (max-width:767px) {
  .teaser--medium-item .teaser__media {
    margin-right: 0;
  }
}

/* TI Teaser Medium */
@media (min-width: 576px) {
  .ti-teaser.teaser--medium-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
  .ti-teaser.teaser--medium-item .teaser__content {
      padding: 0;
  }
}
@media (min-width: 576px) and (max-width:767px) {
  .ti-teaser .image.teaser__image {
    aspect-ratio: 1 / 1;
  }
  .ti-teaser .image.teaser__image img {
    height: 100%;
    object-fit: cover;
  }
}

/* MC-FEED TEASERS */

.mc-feed .teaser__media .teaser__logo {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: #ffffff;
  z-index: 1;
  padding: .5rem;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0 0 0 / .2);
}

.mc-feed .teaser__media .ti-teaser__argomento {
  top: 1rem;
  left: 1rem;
  background-color: #cad337;
}

.mc-feed .teaser--large-compact .teaser__headline {
  text-align: center;
}

.mc-feed .teaser--large-compact .teaser__media {
  height: 50dvh;
}

.mc-feed .teaser--large-compact .teaser__image {
  height: 100%;
}

.mc-feed .teaser--large-compact .teaser__media img {
  height: 100%;
  object-fit: cover;
}

.mc-feed .teaser--large-compact .teaser__body {
  display: block;
}

.mc-feed .teaser--medium-card .teaser__image {
  aspect-ratio: 2 / 1;
}
.mc-feed .teaser--medium-card .teaser__image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mc-feed .attachment .list .teaser:last-child {
      display: none;
  }
}

.mc-feed .more-link {
  text-align: center;
}

.mc-feed .more-link :is(a, a:visited) {
  display: inline-block;
  padding: .5rem 1rem;
  border: solid 1px var(--mc-grey-100);
  border-radius: 2px;
  color: var(--mc-grey-100);
  text-transform: uppercase;
  font-family: 'Roboto Condensed';
  font-weight: bold;
  text-decoration: none;
  width: 390px;
  margin-top: 2rem;
  margin-bottom: 1rem;
  transition: all 250ms ease-in-out;
}

.mc-feed .more-link :is(:hover, a:focus) {
  color: var(--mc-dark);
  background-color: var(--mc-grey-100);
}

  /* == END TEASERS == */
  
  
  
  /* == ARTICLES / OLD ARTICLES == */
  
  /* Layout */
  .themag-layout--gray {
	background-color: var(--mc-light);
  }

  /* STICKY COLUMNS IN LAYOUT 4 */
.mc-sticky-columns .container {
  position: relative;
}
.mc-sticky-columns :is(.themag-layout__region--first, .themag-layout__region--second) > div {
  position: sticky;
  top: 3rem;
}
  
  /* Byline */
  .byline {
	color:#8b8b8b;
  }
  
  /* Field labels */
  .field__label {
	color:#8b8b8b;
  }
  
  /* Links */
  .text-formatted.field--name-field-text a,
  .text-formatted.field--name-field-text a:visited,
  article .text-formatted.field--name-body a,
  article .text-formatted.field--name-body a:visited {
	  color: var(--mc-dark);
	  font-weight: bold;
	  border-bottom: solid 2px var(--mc-clr);
	  text-decoration: none;
  }
  .text-formatted.field--name-field-text a:hover,
  .text-formatted.field--name-field-text a:focus,
  article .text-formatted.field--name-body a:hover,
  article .text-formatted.field--name-body a:focus {
	  color: var(--mc-dark);
	  background: var(--mc-clr);
	  -webkit-transition:all 250ms ease-in;
	  -o-transition:all 250ms ease-in;
	  transition:all 250ms ease-in;
  }
  
  /* Blockquote */
  blockquote {
	border-left: solid 4px var(--mc-grey-100);
	padding-left: 50px;
	padding-right:50px;
	margin-left:0;
	margin-right:0;
	position: relative;
  }
  blockquote::before,
  blockquote::after {
	position: absolute;
	font-size: 4em;
	font-weight: 600;
	font-family: 'Times New Roman', serif;
	color: var(--mc-grey-100);
	line-height: 1;
  }
  blockquote::before {
	content: '“';
	left: 5px;
	top: -20px;
  }
  blockquote::after {
	content: '”';
	right: 5px;
	bottom: -50px;
  }
  
  /* Tags*/
  .field--name-field-tags a, 
  .field--name-field-mg-tags a {
	color:var(--mc-dark);
  }
  .field--name-field-tags .field__items {
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
  }
  
  /* FIX OLD ARTICLES */
  
  /* Breadcrumbs */
  .page-node-type-old-articles .region--content-header,
  .layout-container .region--content-header{
	  margin-bottom:3rem;
  }
  .page-node-type-old-articles div#block-breadcrumbs,
  .layout-container div#block-breadcrumbs {
	  margin: 0 calc(50% - 50vw);
	  background-color: #eceff1;
	  padding: 1rem;
  }
  .page-node-type-old-articles div#block-breadcrumbs .block__content,
  .layout-container div#block-breadcrumbs .block__content {
	  display:block;
	  margin:auto;
	  padding:0 0.8rem;
  }
  @media (min-width:576px){
	  .page-node-type-old-articles div#block-breadcrumbs .block__content,
	  .layout-container div#block-breadcrumbs .block__content {
		  max-width: 576px;
	  }
  }
  @media (min-width:768px){
	  .page-node-type-old-articles div#block-breadcrumbs .block__content,
	  .layout-container div#block-breadcrumbs .block__content {
		  max-width: 768px;
	  }
  }
  @media (min-width:992px){
	  .page-node-type-old-articles div#block-breadcrumbs .block__content,
	  .layout-container div#block-breadcrumbs .block__content {
		  max-width: 992px;
	  }
  }
  @media (min-width:1200px){
	  .page-node-type-old-articles div#block-breadcrumbs .block__content,
	  .layout-container div#block-breadcrumbs .block__content {
		  max-width: 1200px;
	  }
  }
  
  /* Blocks Margins */
  .page-node-type-old-articles .block--region-content,
  .page-node-type-old-articles .block--region-sidebar:not(:last-child){
	  margin-bottom:3rem;
  }
  
  /* Image left */
  .node--type-old-articles .field--name-field-image .blazy__caption{
	color:#666666;
	font-style:italic;
	font-size:0.8rem;
  }
  @media (min-width:768px){
  .node--type-old-articles .field--name-field-image {
	float: left;
	margin-right: 1rem;
  }
  .node--type-old-articles .field--name-field-image.field[data-blazy] {
	min-width: auto;
  }
  .node--type-old-articles .field--name-field-image img {
	  max-width: 250px;
  }
  }
  
  /* Text */
  .node--type-old-articles .node__content p{
	  font-size:1.1111rem;
	  line-height:1.75;
	  color:#263238;
  }
  
  /* Video */
  .page-node-type-old-articles .field--name-field-video-test{
	  overflow:hidden;
	  padding-bottom:56.25%;
	  position:relative;
	  height:0;
  }
  
  .page-node-type-old-articles .field--name-field-video-test iframe{
	  left:0;
	  top:0;
	  height:100%;
	  width:100%;
	  position:absolute;
  }
  
  /* Slideshow */
  .page-node-type-old-articles .slick--field-slideshow .slick-dots li {
	width:35px;
  }
  .page-node-type-old-articles .slick--field-slideshow .slick-dots li button::before {
	content: none;
  }
  .page-node-type-old-articles .slick--field-slideshow nav.slick__arrow .slick-arrow::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color:#ffffff;;
  }
  .page-node-type-old-articles .slick--field-slideshow .slick-prev::before {
	content: "\f053";
  }
  .page-node-type-old-articles .slick--field-slideshow .slick-next::before {
	content: "\f054";
  }
  .page-node-type-old-articles .slick--field-slideshow nav.slick__arrow button.slick-arrow {
	height:100px;
	display: block;
	background: rgba(32,41,54,0.25);
	width: calc(15% - 0.8rem);
	border: none;
	color: #FFF;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position:absolute;
	border-radius:0;
	opacity: 0.6;
  }
  .page-node-type-old-articles .slick--field-slideshow nav.slick__arrow button.slick-prev.slick-arrow {
	left:0;
  }
  .page-node-type-old-articles .slick--field-slideshow nav.slick__arrow button.slick-next.slick-arrow {
	right:0;
  }
  .page-node-type-old-articles .slick--field-slideshow nav.slick__arrow button.slick-arrow:hover {
	opacity:1;
  }
  .page-node-type-old-articles .slick--field-slideshow .slick-arrow:hover::before {
	color:#ffffff;
  }
  /* Slideshow captions */
  .page-node-type-old-articles .slick--field-slideshow .media--ratio .media__element {
	width: auto;
	max-width: 100%;
  }
  .page-node-type-old-articles .slick--field-slideshow .slide__constrained {
	margin-left:-50%;
	width:100%;
	}
	.page-node-type-old-articles .slick--field-slideshow .slide__constrained > .slide__caption  {
		top:auto;
		bottom:0;
		padding:8px 1rem;
		background:rgba(255,255,255,0.6);
	}
	.page-node-type-old-articles .slick--field-slideshow .slide__constrained p.slide__description  {
		font-size:1rem;
		color:#444444;
		font-style:italic;
		margin-bottom:0;
	}
	/* End Slideshow */
  
  /* END FIX OLD ARTICLES */
  
  /* == END ARTICLES / OLD ARTICLES == */
  
  
  
  /* == BASIC PAGES == */
  .field--name-field-summary,
  .field--name-body,
  .field--name-field-additional-informations {
	color:var(--mc-dark);
  }
  
  
  
  /* == TAXONOMY LISTS == */
  
  /* Tag filter */
  form#views-exposed-form-mg-taxonomy-term-block-2{
	margin-bottom:2rem;
  }
  form#views-exposed-form-mg-taxonomy-term-block-2 .form-item,
  form#views-exposed-form-mg-taxonomy-term-block-2 .form-item select {
	width: 100%;
  }
  form#views-exposed-form-mg-taxonomy-term-block-2 input{
	height:40px;
	padding:6px 1.5rem;
  }
  form#views-exposed-form-mg-taxonomy-term-block-2 .form--inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
		-ms-flex-align: end;
			align-items: flex-end;
  }
  /* Hide Tag filter in Materials */
  /* .vocabulary-materials .view-filters {
	display:none;
  } */
  
  /* == END TAXONOMY LISTS */
  
  
  
  /* == BLOCKS == */
  
  /* Tag list */
  .tag-list a {
	background: #f0f0f0;
  }
  
  /*  */
  .ImageLeft.block__content {
	  float: left;
	  padding-right: 20px;
  }
  
  /* Banners */
  
  .banner .view-content {
	  width: 100%;
	  /* border: solid 1px #d5d5d5; */
  }
  .banner.horizontal .view-content {
	  /* padding: 20px; */
  }
  .banner.horizontal img{
	  width:100%;
	  /* max-width:728px; */
  }
  .banner.square .view-content {
	  padding: 35px;
  }
  .banner.square img{
	  width:100%;
	  max-width:300px;
  }
  /* .magazine img {
	max-width: 300px;
  } */
  

  /* == MODAL BANNERS == */
div#modalbanner.modalcenter {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: rgba(0,0,0,.5);
  top: 0;
  left: 0;
  z-index: 1000;
}
div#modalbanner.modalcenter .modal-container {
  position: absolute;
  max-width: 420px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
div#modalbanner .modal-close {
  position: absolute;
  top: -15px;
  right: -10px;
}
div#modalbanner .modal-close:hover{
  cursor:pointer;
}
div#modalbanner .modal-close i{
font-size:0;
line-height: 0.8;
background: white;
width: 99%;
}
div#modalbanner .modal-close i::before{
  font-size:2rem;
  color:var(--itaimb-dark);
}
div#modalbanner .modal-close:hover i::before {
  color:var(--itaimb-secondary);
}
@media (min-width:576px){
  div#modalbanner .modal-close {
    top: -15px;
    right: -18px;
  }
}
/* Modal small left-bottom */
div#modalbanner.modallb,
div#modalbanner.modalrb {
position: fixed;
width: 400px;
height: 200px;
bottom: 1%;
left: 50%;
-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
z-index: 1000;
}
@media (min-width:576px){
  div#modalbanner.modallb {
  left:1%;
  -webkit-transform:initial;
      -ms-transform:initial;
          transform:initial;
  }
/* Modal small right-bottom */
div#modalbanner.modalrb {
  left:initial;
  right: 3%;
  -webkit-transform: initial;
      -ms-transform: initial;
          transform: initial;
  }
}
/* == END MODAL BANNERS == */

/* WEBFORMS + USER FORMS */
:is(.user-form, .user-login-form, .user-pass, .webform-submission-form) :is(input, select) {
  border-radius: 0;
  color: var(--mc-grey-400);
  height: auto;
  padding: .5rem .85rem;
  font-size: .85rem;
  line-height: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
:is(.user-form, .user-login-form, .user-pass, .webform-submission-form) select {
  width: 100%;
}
:is(.user-form, .user-login-form, .user-pass, .webform-submission-form) :is(input, select):is(:focus, :focus-within) {
  border-color: var(--mc-grey-400);
}
:is(.user-form, .user-login-form, .user-pass, .webform-submission-form) fieldset .webform-flexbox {
  margin-top: 0;
}
:is(.user-form, .user-login-form, .user-pass, .webform-submission-form) fieldset .webform-flexbox:last-child {
  margin-bottom: 0;
}
:is(.user-form, .user-login-form, .user-pass, .webform-submission-form) input[type="submit"] {
  background-color: var(--mc-dark);
  text-transform: uppercase;
  color: #ffffff;
  border: 0;
  padding: .5rem 1rem;
  font-family: roboto condensed,sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.mc-bg-dark .webform-submission-form input[type="submit"] {
  background-color: #ffffff;
  color: var(--mc-dark);
}
:is(.user-form, .user-login-form, .user-pass, .webform-submission-form) input[type="submit"]:is(:hover, :focus) {
  background-color: var(--mc-grey-400);
  color: var(--mc-dark);
  text-decoration: none;
  -webkit-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
:is(.user-form, .user-login-form, .user-pass, .webform-submission-form) .description {
  color: var(--mc-grey-400);
}
:is(.user-form, .user-login-form, .user-pass, .webform-submission-form) .description a {
    color: var(--mc-grey-400);
    font-size: inherit;
    border-bottom: solid 2px #cad337;
    text-decoration: none;
}
:is(.user-form, .user-login-form, .user-pass, .webform-submission-form) .description a:is(:hover, :focus) {
    color: var(--mc-grey-600);
    transition: all 250ms ease-in-out;
}
.user-form .form-actions {
  margin-top: 1rem;
}
/* Webform Newsletter */
.webform-submission-newsletter-form .webform-flexbox,
.webform-submission-newsletter-form fieldset.webform-composite-hidden-title {
	margin-top:0;
	margin-bottom:0;
}
.form-item-privacy input,
.form-item-privacy .description {
	display: inline-block;
	color:#646464;
}
fieldset#edit-marketing--2--wrapper .description {
	color:#646464;
}
.form-item.form-item-marketing label.option {
	font-size: .85em;
	color: #646464;
}
/* Webform registration */
label.option.js-form-required.form-required {
	font-size: .778rem;
	font-weight: bold;
}
  
  /* == END BLOCKS == */

  
  /* == PARAGRAPHS == */

  /* FIX GALLERY GRID */
  .lightgallery-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }

  /* == END PARAGRAPHS == */

  
  /* == CUSTOM CLASSES == */
  
  /* MC BG DARK */
  .mc-bg-dark {
	background-color: var(--mc-dark);
  }
  
  /* MC BG GREY */
  .mc-bg-light {
	background-color: var(--mc-light);
  }
  
  /* MC CREDITS */
  .mc-credits .field--name-field-text p{
	  text-align:right;
	  font-size:.8rem;
	  font-style:italic;
	  color:var(--mc-grey-500);
	}
  p.credits a {
	  color: initial;
	  font-weight: 600;
	  border-bottom: initial !important;
	  text-decoration: underline !important;
  }
  .mc-credits a:hover,
  p.credits a:hover {
	  background-color: initial !important;
	  color: var(--mc-grey-500) !important;
  }
  
  /* YOUTUBE EMBED */
  .yt-responsive{
	  overflow:hidden;
	  padding-bottom:56.25%;
	  position:relative;
	  height:0;
  }
  
  .yt-responsive iframe{
	  left:0;
	  top:0;
	  height:100%;
	  width:100%;
	  position:absolute;
  }
  
  /* SLICK IMAGES */
  .slick__slide img {
	  display: block;
	  margin: auto;
  }
  
  /* LOCKED CONTENT */
  .lock {
	  width: 100%;
	  margin: 0 auto -30px;
	  background: #f2f2f2;
	  padding: 50px;
	  border-radius: 10px;
	  text-align: center;
  }
  .lock h2{
	  margin-bottom:20px;
  }
  .lock .btn{
	  display:inline-block;
	  background:#cecece;
	  padding:8px 16px;
	  color:#263238;
	  font-weight:bold;
	  text-decoration:none;
  }
  .lock .btn:hover,
  .lock .btn:focus{
	  background: #dedede;
  }

  /* ANCHOR */
  .anchor {
    position: absolute;
    top: -80px;
  }

  /* MC-BTN */
  div.mc-btn.mc-btn-primary :is(a, a.visited) {
    border: none;
    padding: 0.5rem 1rem;
    background-color: var(--mc-dark);
    color: var(--mc-light);
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}

div.mc-btn.mc-btn-primary a:hover {
    background-color: var(--mc-grey-400);
    color:var(--mc-dark);
    text-decoration: none;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

/* MC-BOX */
.mc-box .field--name-field-text{
  border: solid 10px var(--mc-grey-400);
  padding: 1rem;
  margin-bottom: 1rem;
}
.mc-box .field--name-field-text h3 {
  font-size: 1.5rem;
}
.mc-box .field--name-field-text p {
  font-size: 1rem;
  font-style: italic;
}
.mc-box .field--name-field-text p:last-of-type {
  margin-bottom: 0;
}
.mc-box .field--name-field-text :is(a, a:visited) {
  color: var(--mc-dark);
  font-weight: bold;
  border-bottom: solid 2px var(--mc-grey-400);
  text-decoration: none;
}

.mc-box .field--name-field-text a:is(:hover, :focus) {
  color: var(--mc-dark);
  background: var(--mc-grey-400);
  -webkit-transition:all 250ms ease-in;
  -o-transition:all 250ms ease-in;
  transition:all 250ms ease-in;
}

/* ISSUU EMBED */
div.mc-issuu {
  position:relative;
  padding-top:max(60%,326px);
  height:0;
  width:100%}
div.mc-issuu iframe{
  position:absolute;
  border:none;
  width:100%;
  height:100%;
  left:0;
  right:0;
  top:0;
  bottom:0;
}

  /* == END CUSTOM CLASSES == */