:root{
  --color-TANGERINE: #FF610F;
  --color-TANGERINE-DARK: #DD310B;
  --color-TANGERINE-MID: #FF9461;
  --color-TANGERINE-LIGHT: #FFC9B0;
  --color-TANGERINE-BACKGROUND: #FFE7DB;

  --color-AQUA: #05BFE0;
  --color-AQUA-DARK: #0080A8;
  --color-AQUA-MID: #59D4EB;
  --color-AQUA-LIGHT: #ABE8F5;
  --color-AQUA-BACKGROUND: #DAF5FA;

  --color-VIOLET: #4F17A8;
  --color-VIOLET-DARK: #2B008C;
  --color-VIOLET-MID: #8A66C4;
  --color-VIOLET-LIGHT: #C4B2E3;
  --color-VIOLET-BACKGROUND: #E5DCF2;

  --color-BLACK: #000;
  --color-DARK-GRAY: #212121;
  --color-MID-GRAY: #575757;
  --color-LIGHT-GRAY: #ABABAB;
  --color-GRAY-BACKGROUND: #D9D9D9;

  --color-white: #fff;
  --color-white-25: #fff3;
  --color-white-50: #fff7;
  --color-white-75: #fffb;


  --transition-speed-menu-color: 0.3s;
  --transition-speed-menu-background: 0.7s;

  --color-RGB-Aqua: #05bfe0;
  --color-RGB-Violet: #4f17a8;
  --color-RGB-Tangerine: #ff610f;
  --color-RGB-Black: #000;
  --color-RGB-Aqua-300: #05bfe0;
  --color-RGB-White: #fff;
  --color-RGB-Violet-50: #efedf3;
  --color-RGB-Violet-300: #b465ff;
  --color-RGB-Violet-500: #4f17a8;
  --color-RGB-Violet-600: #371075;
  --color-RGB-Violet-800: #200f3b;
  --color-RGB-Violet-950: #100522;
  --color-RGB-Aqua-50: #eefafa;
  --color-RGB-Aqua-500: #00799e;
  --color-RGB-Aqua-600: #005c77;
  --color-RGB-Aqua-800: #023041;
  --color-RGB-Aqua-950: #030d19;
  --color-RGB-Tangerine-50: #fef7f3;
  --color-RGB-Tangerine-300: #ff610f;
  --color-RGB-Tangerine-500: #d5340b;
  --color-RGB-Tangerine-600: #a12608;
  --color-RGB-Tangerine-800: #451409;
  --color-RGB-Tangerine-950: #1a0503;
  --color-RGB-Saddle-50: #fff2e8;
  --color-RGB-Saddle-200: #ceb7a6;
  --color-RGB-Saddle-300: #c7a288;
  --color-RGB-Saddle-500: #a4724d;
  --color-RGB-Saddle-800: #412713;
  --color-RGB-Saddle-950: #160b03;
  --color-RGB-Neutral-50: #f7f4ef;
  --color-RGB-Soft-Gray: #808080;
  --color-RGB-Off-Black: #200f3b;

  --menu-height: calc(2.75rem + 2px);
--menu-height-Mobile: calc(4.5rem);

  --block-full-height: calc(100vh - var(--menu-height));
  --block-margin-top: 100vh;

}




*, html, body {
  font-family: Agrandir, Tahoma;
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  /*background: var(--color-VIOLET-BACKGROUND);*/
  /*background: linear-gradient(-135deg, rgba(79,23,168,1) 0%, rgba(20,4,46,1) 100%);*/
  color: var(--color-DARK-GRAY);
}

html{

}

html.xxl{
  font-size: 1.25rem;
}

html.xl{
  font-size: 1.1rem;
}

html.lg{
  font-size: 1rem;
}

html.md{
  font-size: 0.85rem;
}

html.sm{
  font-size: 0.8rem;
}

html.xs{
  font-size: 0.8rem;
}


body {
  font-weight: normal;
}


.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-animation-duration: 0s !important;
  -moz-transition-duration: 0s !important;
  -ms-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  animation-duration: 0s !important;
}



p {
  text-align: justify;
  letter-spacing: 0.05em;
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
}

ol, ul, dl{

}

.left {
  float: left;
}

.right {
  float: right;
}

a, a:visited {
  text-decoration: none;
  padding: 0 0.2em;
}

a img {
  border: none;
  outline: none;
}

.rtl {
  direction: rtl;
}

.ltr {
  direction: ltr;
}

.rtl p {
  direction: rtl;
}

.ltr p {
  direction: ltr;
}

/*================================================== Fonts ==================================================*/

@font-face {
  font-family: 'Agrandir';
  src: url('Agrandir-Light.eot');
  src: local('Agrandir Light'), local('Agrandir-Light'),
  url('../fonts/Agrandir-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Agrandir-Light.woff2') format('woff2'),
  url('../fonts/Agrandir-Light.woff') format('woff'),
  url('../fonts/Agrandir-Light.ttf') format('truetype'),
  url('../fonts/Agrandir-Light.svg#Agrandir-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-Regular.eot');
  src: local('Agrandir Regular'), local('Agrandir-Regular'),
  url('../fonts/Agrandir-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Agrandir-Regular.woff2') format('woff2'),
  url('../fonts/Agrandir-Regular.woff') format('woff'),
  url('../fonts/Agrandir-Regular.ttf') format('truetype'),
  url('../fonts/Agrandir-Regular.svg#Agrandir-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-Medium.eot');
  src: local('Agrandir Medium'), local('Agrandir-Medium'),
  url('../fonts/Agrandir-Medium.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Agrandir-Medium.woff2') format('woff2'),
  url('../fonts/Agrandir-Medium.woff') format('woff'),
  url('../fonts/Agrandir-Medium.ttf') format('truetype'),
  url('../fonts/Agrandir-Medium.svg#Agrandir-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-Bold.eot');
  src: local('Agrandir Bold'), local('Agrandir-Bold'),
  url('../fonts/Agrandir-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Agrandir-Bold.woff2') format('woff2'),
  url('../fonts/Agrandir-Bold.woff') format('woff'),
  url('../fonts/Agrandir-Bold.ttf') format('truetype'),
  url('../fonts/Agrandir-Bold.svg#Agrandir-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Pressura Mono';
  src: url('../fonts/GT-Pressura-Mono-Regular.eot');
  src: local('GT Pressura Mono Regular'), local('GT-Pressura-Mono-Regular'), local('GTPressuraMono')
  url('../fonts/GT-Pressura-Mono-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GT-Pressura-Mono-Regular.woff2') format('woff2'),
  url('../fonts/GT-Pressura-Mono-Regular.woff') format('woff'),
  url('../fonts/GT-Pressura-Mono-Regular.ttf') format('truetype'),
  url('../fonts/GT-Pressura-Mono-Regular.svg#GTPressuraMono') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Pressura Mono';
  src: url('../fonts/GT-Pressura-Mono-Bold.eot');
  src: local('GT Pressura Mono Bold'), local('GT-Pressura-Mono-Bold'), local('GTPressuraMono-Bold')
  url('../fonts/GT-Pressura-Mono-Bold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/GT-Pressura-Mono-Bold.woff2') format('woff2'),
  url('../fonts/GT-Pressura-Mono-Bold.woff') format('woff'),
  url('../fonts/GT-Pressura-Mono-Bold.ttf') format('truetype'),
  url('../fonts/GT-Pressura-Mono-Bold.svg#GTPressuraMono-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}





/*================================================== dev ==================================================*/
.tester1 {
  border: 1px fuchsia dotted;
}

.tester2 {
  border: 1px lime dotted;
}

#tester {
  height: 1200px;
}


pre {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50px;
  overflow: auto;
  background-color: #def;
  z-index: 999999;
  direction: ltr;
  font-size: 14px;
  text-align: left;
}

pre.dev .btn {
  width: 50%;
  height: 25px;
  text-align: center;
  border-radius: 5px;
  position: sticky;
  top: 0;
  margin: 8px auto;
  cursor: pointer;
  background-color: blue;
  color: #fff;
}

#margin{
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 9999999999;
  left: 0;
  margin: 0;
  padding: 0;
}

#margin div{
  height: 100%;
}

/*================================================== Common ==================================================*/

.container{
  width: 960px;
  margin: 0 auto;
}

.md .container{
  width: 750px;
}

.sm .container,
.xs .container{
  width: 90vw;
    flex-direction: column;

}

.xxl .container{
  width: 1320px;
}

.xl .container{
  width: 960px;
}


ul.menu{
  margin: 0;
  padding: 0;
}

ul.menu a,
ul.menu span{
  cursor: pointer;
}

.html, body{
  scrollbar-width: thin;
  scrollbar-width: 10px;
}
::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
  overflow: hidden;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--color-RGB-Saddle-200);
  margin: 1px;
  border-radius: 10px;
}
::-webkit-scrollbar-track-piece{
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color-RGB-Saddle-500);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--color-RGB-Saddle-800);
}


iframe {
  max-width: 90vw;
  margin: 0 auto;
}

.xs img,
.sm img {
  max-width: 90vw;
  height: auto;
}

.xs table,
.sm table {
  max-width: 100%;
}


/*================================================== animation ==================================================*/

@keyframes flashing {
  from {
    opacity: 0.98;
  }

  to {
    opacity: 0;
  }
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


@keyframes grayScale {
  100% {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}


@keyframes scroll_1 {
  0%   { transform: translateY(0); }
  25%  { transform: translateY(-0.6em); }
  50%  { transform: translateY(0); }
  75%  { transform: translateY(0.6em); }
  100% { transform: translateY(0); }
}


.scroll-icon {
  display: inline-block;
  position: relative;
  height: 3em;
  width: 1.5em;
  border: 1px solid var(--color-RGB-Saddle-50);
  border-radius: 1rem;
}

.scroll-icon__wheel-outer {
  display: block;
  position: absolute;
  left: 50%;
  top: .6em;
  height: 0.8em;
  width: .15em;
  margin-left: -.1em;
  border-radius: .4em;
  overflow: hidden;
}

.scroll-icon__wheel-inner {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background: var(--color-RGB-Saddle-200);
  animation: scroll_1 2.75s ease-in-out infinite;
}



/*================================================== content ==================================================*/

header{
  height: var(--menu-height);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.xs header,
.sm header{
  height: var(--menu-height);

}


.menu--main{

}

.menu--main,
.menu--main a {
  color: var(--color-white);
}

.menu--main ul.menu a.is-active{
  color: var(--color-RGB-Saddle-200);
}


.menu--main ul li.menu-item--expanded{

}

.menu--main ul li ul{
  position: absolute;
  height: auto;
  left: 0;
  width: auto;
  min-width: 16em;
  text-align: left;
  padding: 0;
  top: 3em;
  transition: top 1s, visibility 0.5s, opacity 1s;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
}

.sm .menu--main ul li ul,
.sm .menu--main ul li ul{
  width: 100vw;
  line-height: 3em;
  left: 0;
  position: fixed;
  padding-left: calc(5vw - 1em);
  height: calc(100vh - 3em - 4em - 0.5em);
}


.menu--main ul li ul li{
  display: block;
  padding: 0;
  cursor: pointer;
}

.menu--main ul li ul li a,
.menu--main ul li ul li span{
  position: relative;
}



.menu--main > ul > li:hover > ul,
.menu--main > ul li:active > ul,
.menu--main > ul li:focus > ul{
  display: block;
  top: calc(3em + 1px);
  visibility: visible;
  opacity: 1;
}


#main-menu{
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  font-size: 0.85em;
  padding-bottom: 1px;
  background: radial-gradient(circle, var(--color-RGB-Saddle-300) 0%, rgba(0,0,0,0) 80%);
}

.xs #main-menu,
.sm #main-menu{

}

.path-frontpage.xs #main-menu,
.path-frontpage.sm #main-menu {
  padding-bottom: 0;
}

nav#block-benelux-main-menu{
  position: relative;
  background-color: var(--color-RGB-Violet-950);
}

.xs nav#block-benelux-main-menu,
.sm nav#block-benelux-main-menu{
  height: var(--menu-height-Mobile);
}

.path-frontpage.xs nav#block-benelux-main-menu,
.path-frontpage.sm nav#block-benelux-main-menu{
  height: 0;
}


.menu-expander{
  width: 3em;
  height: 3em;
  position: absolute;
  left: 2em;
  top: 1.25em;
  border: 1px solid var(--color-white-50);
  z-index: 9;
  display: none;
  padding: 0.5em;
  border-radius: 0.5em;
}

.xs .menu-expander,
.sm .menu-expander{
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}

.menu-expander div{
  width: 100%;
  height: 10%;
  background-color: var(--color-white);
  transition: var(--transition-speed-menu-color);
}

.menu-expander.open{

}

.menu-expander.open div:nth-child(1){
  transform: translate(0, 0.5em) rotate(-45deg);
}

.menu-expander.open div:nth-child(2){
  opacity: 0;
}

.menu-expander.open div:nth-child(3){
  transform: translate(0, -0.5em) rotate(45deg);
}


#main-menu nav > ul{
  display: flex;
  justify-content: center;
}

.xxl #main-menu nav > ul,
.xl #main-menu nav > ul,
.lg #main-menu nav > ul{

}

.xs #main-menu nav > ul,
.sm #main-menu nav > ul{
  display: none;
  position: fixed;
  bottom: 0;
  height: 100vh;
  width: 100%;
  background-color: var(--color-RGB-Violet-600);
  font-size: 1rem;
  padding-top: 5em;
}



#main-menu nav > ul > li{
  display: inline-block;
  position: relative;
}

.xs #main-menu nav > ul li,
.sm #main-menu nav > ul li{
  display: block;
}

#main-menu nav ul li:active,
#main-menu nav ul li:focus,
#main-menu nav ul li:hover{
  background-color: var(--color-RGB-Violet-600);
}

.xs #main-menu nav ul li:active,
.xs #main-menu nav ul li:focus,
.xs #main-menu nav ul li:hover,
.sm #main-menu nav ul li:active,
.sm #main-menu nav ul li:focus,
.sm #main-menu nav ul li:hover{
  background-color: var(--color-RGB-Violet-500);
}


#main-menu nav > ul > li a,
#main-menu nav > ul > li span{
  display: inline-block;
  text-wrap: nowrap;
  padding: 1em 0.5em;
  margin: 0 1em;
}

.xs #main-menu nav > ul li a,
.sm #main-menu nav > ul li a,
.xs #main-menu nav > ul li span,
.sm #main-menu nav > ul li span{
  display: block;
  padding: 1em 3em;
}

.xs #main-menu nav > ul li.menu-item--expanded span:before,
.sm #main-menu nav > ul li.menu-item--expanded span:before{
  content: "+";
  border: 1px solid var(--color-white-75);
  color: var(--color-white-75);
  border-radius: 0.25em;
  display: inline-block;
  width: 1em;
  height: 0.9em;
  padding-top: 0.1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: center;
  top: 0.1em;
  position: relative;
  transition: var(--transition-speed-menu-color);
}

.xs #main-menu nav > ul li.menu-item--expanded span.open:before,
.sm #main-menu nav > ul li.menu-item--expanded span.open:before{
  content: "-";
}


#main-menu nav > ul > li ul{
  left: 0;
  padding: 2px 0 0.5em;
  background-color: var(--color-RGB-Violet-950);
}

.xs #main-menu nav > ul > li ul,
.sm #main-menu nav > ul > li ul {
  background-color: var(--color-RGB-Violet-500);
}

.xs #main-menu nav > ul > li ul,
.sm #main-menu nav > ul > li ul {
  margin-left: 2em;
  position: relative;
  opacity: 1;
  visibility: visible;
  display: none;
  top: 0;
}






main{
    margin-bottom: 20vh;
}


.path-frontpage main{
  width: 100%;
  overflow-x: hidden;
  position: relative;
  top: var(--menu-height);
    margin-bottom: 0;  
}

.path-frontpage main > div.snap{
  scroll-snap-align: start;
  scroll-snap-stop: always;
  position: relative;
}

#empty-page{
  height: 1vh;
}


.xs main,
.sm main {
  top: 0;
  margin-bottom: 20vh;
}


#fp-landing{
  display: flex;
  overflow: hidden;
  height: var(--block-full-height);
  width: 100%;
  position: fixed;
  background-image: url("../images/background-05.jpg");
  background-attachment: fixed;
  background-position: left;
  background-size: cover;
  /*z-index: -1;*/
  top: 0;
  margin-top: var(--menu-height);
}

.xs #fp-landing,
.sm #fp-landing{
  margin: 0;
  align-items: center;
  height: 100%;
}


#fp-landing__background{
  /*background-image: url("../images/background-03.jpg");*/
  /*background-attachment: fixed;*/
  /*background-position: left;*/
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  animation-duration: 3s;
  animation-name: flashing;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
}

#fp-landing .container{
  display: flex;
}


#fp-landing__title{
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  padding-inline-end: 2rem;
  text-shadow: 1px 1px 2px #000;
}

.xs #fp-landing__title,
.sm #fp-landing__title{
    width: 100%;
}

#fp-landing__title *{
  color: var(--color-RGB-Neutral-50);
}


#fp-landing__content{
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}

.xs #fp-landing__content,
.sm #fp-landing__content{
    width: 100%;
}

#fp-landing__title > a{
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto 2em;
}

#fp-landing__title a svg{
  width: 20%;
}


#fp-landing__title h1{
  text-align: center;
  margin: 0;
  font-size: 2.5em;
}

#fp-landing__content ul{
  margin: 0;
  padding: 0;
}

#fp-landing__content ul li{
  margin: 0;
  padding: 0;
  padding-top: 3em;
}

#fp-landing__content ul li a{
  font-size: 1.5em;
  color: var(--color-RGB-Violet-600);
  padding: 0.8em 1.25em;
  background-color: var(--color-RGB-White);
  border-radius: 0.5em;
  font-weight: bold;
  border: 1px solid var(--color-RGB-Violet-50);
  transition: all var(--transition-speed-menu-color), border 0.1s;
}

#fp-landing__content ul li a:active,
#fp-landing__content ul li a:focus,
#fp-landing__content ul li a:hover{
  color: var(--color-RGB-Off-Black);
  background-color: var(--color-RGB-Violet-300);
  border-width: 3px;
}


#scrolling{
  width: 100%;
  text-align: center;
  position: relative;
  top: 10rem;
  font-size: 0.8rem;
  opacity: 0.6;
}
















#block-benelux-whoshouldattend{
  height: var(--block-full-height);;
  background-color: var(--color-RGB-White);
  padding: 10rem 0;
  width: 50%;
  margin: 0 0 0 auto;
  background-image: url("../images/tertiary_horizontal.jpg");
  background-size: cover;
  background-position: center left;
  color: var(--color-RGB-Neutral-50);
  display: flex;
  align-items: center;
  /*check this*/
  margin-top: var(--block-margin-top);
}

.xs #block-benelux-whoshouldattend,
.sm #block-benelux-whoshouldattend{
    width: 100%;
  height: 100vh;
}







#block-benelux-whoshouldattend h3{
  font-size: 1.5em;
  color: var(--color-RGB-Tangerine-300);
}

#block-benelux-whoshouldattend .container{
  margin: 0 auto 0 0;
  padding: 2rem 2rem 0;
  width: 480px;
}

.xxl #block-benelux-whoshouldattend .container{
  width: 660px;
}

#block-benelux-whoshouldattend .field--name-body{
  font-weight: 100;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.3em;
  font-size: 0.9em;
}


#block-benelux-whoshouldattend .field--name-body ul{
  margin: 0;
  padding: 0 0 0 1em;
}

#block-benelux-whoshouldattend .field--name-body ul li{
  margin-bottom: 1em;
}





#block-sections-block{
  height: var(--block-full-height);
  background-color: var(--color-RGB-Aqua);
  display: flex;
  width: 50%;
  flex-wrap: wrap;
  align-content: flex-start;
}

.xs #block-sections-block,
.sm #block-sections-block{
  width: 100%;
  height: 100vh;
}


#block-sections-block .container{
  margin: 0 0 0 auto;
  padding: 0 2rem;
  width: 480px;
}

.xs #block-sections-block .container,
.sm #block-sections-block .container {
  width: 90vw;
  margin: 0 auto;
  padding: 0;
}

#block-sections-block > .container{
  max-height: 50%;
  overflow: hidden;
}

.xxl #block-sections-block .container{
  width: 660px;
}

.xl #block-sections-block .container{
}

#block-sections-block .views_slideshow_cycle_main{
  width: 100%;
  height: 85vh;
}

.xs #block-sections-block .views_slideshow_cycle_main,
.sm #block-sections-block .views_slideshow_cycle_main{
  height: calc(100vh - 5rem);
}

#block-sections-block .views_slideshow_cycle_teaser_section{
  width: 100%;
  height: 100%;
}

#block-sections-block .views_slideshow_cycle_slide{
  width: 100%;
  height: 100%;
}

.xs #block-sections-block .views_slideshow_cycle_slide,
.sm #block-sections-block .views_slideshow_cycle_slide{
  width: 100vw;
}

#block-sections-block .views_slideshow_cycle_slide .section-url{
    color: var(--color-RGB-Aqua-800);
    display: flex;
    flex-direction: column;
    padding: 0;
}

.xs #block-sections-block .views_slideshow_cycle_slide .section-url,
.sm #block-sections-block .views_slideshow_cycle_slide .section-url{
  width: 100vw;
}


#block-sections-block .views_slideshow_cycle_slide .section-image{
  max-height: 50%;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}

.xs #block-sections-block .views_slideshow_cycle_slide .section-image,
.sm #block-sections-block .views_slideshow_cycle_slide .section-image{
  width: 100%;
  max-height: unset;
}

#block-sections-block .views_slideshow_cycle_slide img{
  width: 100%;
  height: auto;
}

.xs #block-sections-block .views_slideshow_cycle_slide img,
.sm #block-sections-block .views_slideshow_cycle_slide img {
  width: 100vw;
  max-width: 100vw;
}

#block-sections-block .views_slideshow_cycle_slide h3{
  font-size: 1.5em;
  margin: 1em 0;
}


#block-sections-block .views-slideshow-controls-bottom{
  height: 2rem;
  margin: 0 0 0 auto;
  position: relative;
}

.xs #block-sections-block .views-slideshow-controls-bottom,
.sm #block-sections-block .views-slideshow-controls-bottom {
  height: 2.75rem;
}

.views-slideshow-controls-bottom .views-slideshow-pager-bullets li{
  background-color: var(--color-RGB-Aqua-500);
  padding: 0 8px;
  line-height: 16px;
  border-radius: 50%;
  cursor: pointer !important;
  border: 1px solid var(--color-RGB-Aqua-800);
}

.views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active,
.views-slideshow-controls-bottom .views-slideshow-pager-bullets li:hover{
  background-color: var(--color-RGB-Aqua-800);
  border: 1px solid var(--color-RGB-Aqua-500);
}

.views_slideshow_controls_text{
  position: absolute;
  width: calc(100% - 4em);
  top: 0.1em;
}

.xs .views_slideshow_controls_text,
.sm .views_slideshow_controls_text {
  width: 100%;
}

.views-slideshow-controls-text-previous-processed,
.views-slideshow-controls-text-next-processed{
  position: absolute;
  font-size: 0;
}

.views-slideshow-controls-text-previous-processed{
  left: 35%;
  display: inline-block;
  width: 15px;
  height: 30px;
}

.xs .views-slideshow-controls-text-previous-processed,
.sm .views-slideshow-controls-text-previous-processed{
  left: 30%;
}

.views-slideshow-controls-text-previous-processed::before,
.views-slideshow-controls-text-previous-processed::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  width: 21px;
  height: 6px;
  border-radius: 9999px;
  background-color: var(--color-RGB-Aqua-600);
  transform-origin: 3px 50%;
}

.views-slideshow-controls-text-previous-processed::before {
  transform: rotate(53.15deg);
}

.views-slideshow-controls-text-previous-processed::after {
  transform: rotate(-53.15deg);
}


.views-slideshow-controls-text-next-processed{
  right: 35%;
  display: inline-block;
  width: 15px;
  height: 30px;
}

.xs .views-slideshow-controls-text-next-processed,
.sm .views-slideshow-controls-text-next-processed{
  right: 30%;
}

.views-slideshow-controls-text-next-processed::before,
.views-slideshow-controls-text-next-processed::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 0;
  width: 21px;
  height: 6px;
  border-radius: 9999px;
  background-color: var(--color-RGB-Aqua-600);
  transform-origin: calc(100% - 3px) 50%;
}

.views-slideshow-controls-text-next-processed::before {
  transform: rotate(53.15deg);
}

.views-slideshow-controls-text-next-processed::after {
  transform: rotate(-53.15deg);
}







#block-benelux-timereminder{
  width: 100%;
  margin: -1em 0 0;
}

#block-benelux-timereminder .field--name-body{
  text-align: center;
}


#block-benelux-timereminder .container:before{
  content: " ";
  width: 3rem;
  height: 3rem;
  background-image: url("../images/circle.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  animation-duration: 3s;
  animation-name: rotating;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-timing-function: linear;
  margin-top: 0.75em;
  margin-right: 1em;
}










#block-keynote-speaker-block,
#block-block-speakers{
  background-color: var(--color-RGB-Neutral-50);
}

#block-keynote-speaker-block{

}


.xs #block-keynote-speaker-block,
.sm #block-keynote-speaker-block{
  height: calc(100% - 7rem);
}


#block-keynote-speaker-block h2,
#block-block-speakers h2{
  margin: 0 0 2em;
  padding: 1em 0;
  /*background: linear-gradient(90deg, var(--color-RGB-Violet-300) 0%, var(--color-RGB-Violet-500) 100%);*/
  background-color: var(--color-RGB-Tangerine-950);
  color: var(--color-RGB-Neutral-50);
  text-align: center;
}



#block-keynote-speaker-block .view-content,
#block-block-speakers .view-content{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 6em;
  gap: 1rem;
}

.xs #block-keynote-speaker-block .view-content,
.sm #block-keynote-speaker-block .view-content,
.xs #block-block-speakers .view-content,
.sm #block-block-speakers .view-content {
  flex-direction: row;
}

#block-keynote-speaker-block .view-content .views-rows,
#block-block-speakers .view-content .views-rows{
  position: relative;
  overflow: hidden;
  flex-basis: 30%;
  margin-inline-end: 1px;
  margin-bottom: 1px;
}

.xs #block-keynote-speaker-block .view-content .views-rows,
.sm #block-keynote-speaker-block .view-content .views-rows {
  flex-basis: calc(75% - 1rem);
}

#block-block-speakers .view-content .views-rows{
  flex-basis: calc(25% - 1rem);
}

.xs #block-block-speakers .view-content .views-rows,
.sm #block-block-speakers .view-content .views-rows {
  flex-basis: calc(50% - 1rem);
}

#block-keynote-speaker-block .view-content .views-rows a,
#block-block-speakers .view-content .views-rows a{
  font-size: 0;
}

#block-keynote-speaker-block .view-content .views-rows .speaker__titles,
#block-block-speakers .view-content .views-rows .speaker__titles {
  position: absolute;
  background-color: var(--color-RGB-Saddle-800);
  color: var(--color-RGB-White);
  width: 100%;
  margin: 0;
  opacity: 0.8;
  bottom: -5rem;
  padding: 0.5rem 1rem;
  height: 4.25rem;
  overflow: hidden;
  transition: all calc(var(--transition-speed-menu-color)*2) ease;
}

#block-keynote-speaker-block .view-content .views-rows .speaker__image,
#block-block-speakers .view-content .views-rows .speaker__image{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  overflow: hidden;
  aspect-ratio: 1;
}

#block-keynote-speaker-block .view-content .views-rows .speaker__image img,
#block-block-speakers .view-content .views-rows .speaker__image img{
  width: 100%;
  height: auto;
  filter: grayscale(90%);
  transition: all var(--transition-speed-menu-color) ease;
}


#block-keynote-speaker-block .view-content .views-rows h4,
#block-keynote-speaker-block .view-content .views-rows h5,
#block-block-speakers .view-content .views-rows h4,
#block-block-speakers .view-content .views-rows h5,
#block-keynote-speaker-block .view-content .views-rows p,
#block-block-speakers .view-content .views-rows p{
  margin: 0;

}

#block-keynote-speaker-block .view-content .views-rows h4,
#block-block-speakers .view-content .views-rows h4{
  font-size: 1.1rem;
  line-height: 1.3em;
}

#block-keynote-speaker-block .view-content .views-rows h5,
#block-block-speakers .view-content .views-rows h5{
  font-size: 0.75rem;
  font-weight: 100;
}


#block-keynote-speaker-block .view-content .views-rows:active .speaker__image img,
#block-keynote-speaker-block .view-content .views-rows:focus .speaker__image img,
#block-keynote-speaker-block .view-content .views-rows:hover .speaker__image img,
#block-block-speakers .view-content .views-rows:active .speaker__image img,
#block-block-speakers .view-content .views-rows:focus .speaker__image img,
#block-block-speakers .view-content .views-rows:hover .speaker__image img{
  filter: grayscale(0%);
}

#block-keynote-speaker-block .view-content .views-rows:active .speaker__titles,
#block-keynote-speaker-block .view-content .views-rows:focus .speaker__titles,
#block-keynote-speaker-block .view-content .views-rows:hover .speaker__titles,
#block-block-speakers .view-content .views-rows:active .speaker__titles,
#block-block-speakers .view-content .views-rows:focus .speaker__titles,
#block-block-speakers .view-content .views-rows:hover .speaker__titles{
  bottom: 0;
}



#block-block-speakers{
}








#block-benelux-sponsers,
#block-benelux-supporters{
  background-color: var(--color-white);
  position: relative;
  /*border-top: 1px solid transparent;*/
  padding: 0 0 4em;
  width: 50%;
  margin: 0 0 0 auto;
  overflow-x: hidden;

}

.xs #block-benelux-sponsers,
.sm#block-benelux-sponsers,
.xs #block-benelux-supporters,
.sm #block-benelux-supporters {
  width: 100%;
}

#block-benelux-sponsers h2,
#block-benelux-supporters h2{
  background-color: var(--color-RGB-Off-Black);
  color: var(--color-RGB-Violet-300);
  padding: 0.75rem 2.5rem;
  margin: 0 -100% 3rem -2rem;
}

.xs #block-benelux-sponsers h2,
.sm #block-benelux-sponsers h2,
.xs #block-benelux-supporters h2,
.sm #block-benelux-supporters h2 {
  margin: 0 0 2em;
  padding: 1em 0;
  background-color: var(--color-RGB-Tangerine-950);
  color: var(--color-RGB-Neutral-50);
  text-align: center;
  width: 100vw;
  position: relative;
  left: -5vw;
}



#block-benelux-sponsers .container,
#block-benelux-supporters .container{
  width: 480px;
  margin: 0 0 3rem;
  padding: 0 0 0 2em;
}

.xs #block-benelux-sponsers .container,
.sm #block-benelux-sponsers .container,
.xs #block-benelux-supporters .container,
.sm #block-benelux-supporters .container {
  width: 90vw;
  padding: 0;
  margin: 0 auto;
}


.xxl #block-benelux-sponsers .container,
.xxl #block-benelux-supporters .container{
  width: 660px;
}


#block-benelux-sponsers div.field--name-body,
#block-benelux-supporters div.field--name-body{
}

#block-benelux-sponsers div.field--name-body p,
#block-benelux-supporters div.field--name-body p{
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
}

#block-benelux-sponsers div.field--name-body div,
#block-benelux-supporters div.field--name-body div{
}

#block-benelux-sponsers div.field--name-body p a,
#block-benelux-supporters div.field--name-body p a{
  flex-basis: calc(33% - 2rem);
  text-align: center;
}

.xs #block-benelux-sponsers div.field--name-body p a,
.sm #block-benelux-sponsers div.field--name-body p a,
.xs #block-benelux-supporters div.field--name-body p a,
.sm #block-benelux-supporters div.field--name-body p a {
  flex-basis: calc(50% - 2rem);
}

#block-benelux-sponsers div.field--name-body p a{
  flex-basis: calc(50% - 2rem);
}


.xs #block-benelux-sponsers div.field--name-body div,
.xs #block-benelux-supporters div.field--name-body div,
.sm #block-benelux-sponsers div.field--name-body div,
.sm #block-benelux-supporters div.field--name-body div{
  flex-basis: unset;
}


#block-benelux-sponsers img,
#block-benelux-supporters img{
  max-width: 100%;
  height: auto;
}








#block-benelux-timeislimited{
  width: 50%;
  height: var(--block-full-height);;
  margin: 0 auto 0 0;
  background-color: var(--color-RGB-Off-Black);
  color: var(--color-RGB-Neutral-50);
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  /*z-index: -1;*/
  /*background-image: url("../images/background-05.jpg");*/
  /*background-attachment: fixed;*/
  /*background-position: left;*/
  /*background-size: cover;*/
}

.xs #block-benelux-timeislimited,
.sm #block-benelux-timeislimited {
  height: 100vh;
  width: 100%;
}

#block-benelux-timeislimited .container{
  width: 480px;
  margin: 0 0 0 auto;
  padding: 0 2em 2em;
}

.xxl #block-benelux-timeislimited .container{
  width: 660px;
}


#block-benelux-timeislimited h4{
  font-size: 2.5em;
  margin: 0 0 1.5em;
  font-weight: 100;
  text-align: center;
  line-height: 1.5em;
  color: var(--color-RGB-Violet-300);
  letter-spacing: 0.1em;
}

#block-benelux-timeislimited p{
  text-align: center;
  letter-spacing: 0.2em;
  color: var(--color-RGB-White)
}











#pages__logo{
  position: relative;
  top: 5em;
}

.xs #pages__logo,
.sm #pages__logo {
  top: 6em;
}


#pages__logo .container{
  padding-left: 2rem;
}


#pages__logo svg{
  width: 10rem;
  margin-inline-end: 3rem;
}

.xs #pages__logo svg,
.sm #pages__logo svg {
  width: 30%;
  margin-inline-end: 2%;
}

#pages__logo h1{
  margin: 2rem 0 0;
}







#block-benelux-page-title{
  margin-top: 6rem;
  background-color: var(--color-RGB-Off-Black);
  color: var(--color-white);
  padding: 1em 0;
}

.xs #block-benelux-page-title,
.sm #block-benelux-page-title {
  margin-top: 7rem;
}

#block-benelux-page-title h1{
  position: relative;
  z-index: 9;
}

.path-frontpage #block-benelux-content{
  min-height: 0;
  padding: 0;
  margin: 0;
  display: none;
}

#block-benelux-content{
  background-color: var(--color-white);
  z-index: 0;
  position: relative;
  border: 1px solid transparent;
  min-height: 50vh;
  padding: 3rem 0 5rem;
}

.xs #block-benelux-content,
.sm #block-benelux-content {
  min-height: 70vh;
}


#empty-page-footer{
  height: 1px;
}


.xs #empty-page-footer,
.sm #empty-page-footer {
  height: 20vh;
}

main > div:nth-last-child(2) {
    padding-bottom: 10em;
}




footer{
  padding: 4em 0 0;
  min-height: 20vh;
  position: fixed;
  bottom: -50vh;
  width: calc(100% + 2px);
  left: -1px;
  z-index: 9;
  background-color: var(--color-RGB-Violet-950);
  background:
    linear-gradient(var(--color-RGB-Violet-950), var(--color-RGB-Violet-950)) 50% 50%/calc(100% - 2px) calc(100% - 2px) no-repeat,
    radial-gradient(circle, var(--color-RGB-Saddle-300) 0%, rgba(0,0,0,0) 80%);
}

.xs footer,
.sm footer{
  padding-bottom: 4em;
  font-size: 1.2rem;
}

footer,
footer a{
  color: var(--color-RGB-White);
}

footer ul.menu a.is-active {
  color: var(--color-RGB-Saddle-200);
}

footer .container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .container nav{
  flex-basis: 20%;
}

.xs footer .container > div,
.xs footer .container > nav,
.sm footer .container > div,
.sm footer .container > nav{
  flex-basis: 100%;
  margin: 2rem auto;
}

.xs footer .container nav,
.sm footer .container nav{
  margin: 0;
}


.pmi-footer-logo-container{
  height: 4rem;
  display: flex;
  gap: 1rem;
}

.xs .pmi-footer-logo-container,
.sm .pmi-footer-logo-container {

}


#block-benelux-footerlogo{
  flex-basis: 80%
}

.xs #block-benelux-footerlogo,
.sm #block-benelux-footerlogo {
  flex-basis: 100%;
  width: 100%;
}

#block-benelux-footerlogo > div{
  font-size: 0;
  padding: 0;
  margin: 0;
}

.xs #block-benelux-footerlogo > div,
.sm #block-benelux-footerlogo > div {
  width: 100%;
}


.pmi-footer-logo{
  display: inline-block;
  height: 3.5rem;
  font-size: 0;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
  flex-basis: 25%;
}

.xs .pmi-footer-logo,
.sm .pmi-footer-logo {
  flex-basis: 100%;
}

.pmi-footer-logo.netherlands{
  background-image: url("../images/pmi_netherlands_chapter_horizontal_logo_white_rgb.svg");
}
.pmi-footer-logo.belgium{
  background-image: url("../images/chapter_logos_belgium_chapter_horizontal_white_rgb.svg");
}
.pmi-footer-logo.luxembourg{
  background-image: url("../images/pmi_luxembourg_chapter_horizontal_logo_white_rgb.svg");
}




#block-benelux-copyright{
  flex-basis: 100%;
  font-size: 0.6em;
  margin: 2rem auto 1rem;
  letter-spacing: 0.1em;
  font-weight: 100;
  border-top: 1px solid var(--color-RGB-Aqua-500);
  padding-top: 1em;
  opacity: 0.8;
}

.xs #block-benelux-copyright,
.sm #block-benelux-copyright {
  width: 100%;
}

#block-benelux-copyright > div{
  display: flex;
  justify-content: space-between;
}

.xs #block-benelux-copyright > div,
.sm #block-benelux-copyright > div{
  display: block;
}

#block-benelux-copyright div div{
  flex-grow: 1;
}

.xs #block-benelux-copyright div div,
.sm #block-benelux-copyright div div{
  width: 100%;
  padding: 0.5em 0;
  font-size: 0.9rem;
}

#footer-poweredby{
  text-align: right;
}


#block-benelux-footer{
  font-size: 0.9em;
  font-weight: lighter;
}

.xs #block-benelux-footer,
.sm #block-benelux-footer{
  /*font-size: 1rem;*/
}

#block-benelux-footer ul li{
  margin-bottom: 0.5em;
}














.node-26{

}

.node-26 .field--name-body{
  display: flex;
  justify-content: space-between;
}


.important-dates{
  text-align: center;
  flex-grow: 1;
}

.important-dates p{
  text-align: center;
}

.calendar{
  display: inline-block;
  text-align: center;
  width: 9em;
  border: 1px solid var(--color-AQUA);
  line-height: 2em;
  border-radius: 0.25em;
  overflow: hidden;
}

.calendar .day{
  font-size: 0.65em;
  font-weight: 100;
  background-color: var(--color-AQUA);
  color: var(--color-white);
  letter-spacing: 0.1em;
}
.calendar .month{
  font-weight: 400;
  font-size: 0.9em;
  letter-spacing: 0.1em;
}

.calendar .date{
  font-size: 1.5em;
  font-weight: 900;
  padding: 0.25em 0;
}

.calendar .year{
  font-size: 0.75em;
  font-weight: 500;
  background-color: var(--color-AQUA-MID);
  letter-spacing: 0.15em;
  padding-top: 0.25em;
}






#contact-message-contact-us-form{
  width: 50%;
  margin: 0 auto;
}

.xs #contact-message-contact-us-form,
.sm #contact-message-contact-us-form {
  width: 100%;
}

#contact-message-contact-us-form label{
  display: block;
}

#contact-message-contact-us-form input[type=text],
#contact-message-contact-us-form input[type=email],
#contact-message-contact-us-form textarea{
  width: 100%;
  border: 1px solid var(--color-AQUA-DARK);
  transition: background-color var(--transition-speed-menu-color);
}

#contact-message-contact-us-form input[type=text]:active,
#contact-message-contact-us-form input[type=text]:focus,
#contact-message-contact-us-form input[type=text]:hover,
#contact-message-contact-us-form input[type=email]:active,
#contact-message-contact-us-form input[type=email]:focus,
#contact-message-contact-us-form input[type=email]:hover,
#contact-message-contact-us-form textarea:active,
#contact-message-contact-us-form textarea:focus,
#contact-message-contact-us-form textarea:hover{
  background-color: var(--color-AQUA-BACKGROUND);
}

#contact-message-contact-us-form input[type=text]:active,
#contact-message-contact-us-form input[type=text]:focus,
#contact-message-contact-us-form input[type=email]:active,
#contact-message-contact-us-form input[type=email]:focus,
#contact-message-contact-us-form textarea:active,
#contact-message-contact-us-form textarea:focus{
  outline: 1px solid var(--color-AQUA-DARK);
}

#contact-message-contact-us-form input[type=submit],
#contact-message-contact-us-form input[type=button]{
  width: 10em;
  line-height: 2em;;
  background-color: var(--color-AQUA);
  border: 2px solid var(--color-AQUA-DARK);
  color: var(--color-white);
  cursor: pointer;
  transition: background-color var(--transition-speed-menu-background);
}

#contact-message-contact-us-form input[type=submit]:active,
#contact-message-contact-us-form input[type=submit]:focus,
#contact-message-contact-us-form input[type=submit]:hover,
#contact-message-contact-us-form input[type=button]:active,
#contact-message-contact-us-form input[type=button]:focus,
#contact-message-contact-us-form input[type=button]:hover{
  background-color: var(--color-AQUA-DARK);

}


#edit-preview{
    display: none;
}

.xxl form .container,
.xl form .container,
.lg form .container,
.md form .container,
.sm form .container,
.xs form .container{
  width: auto;
}



.faq-question{
  margin: 0;
  margin: 0.5em 0;
  padding: 0.5em;
  cursor: pointer;
  background-color: var(--color-AQUA-BACKGROUND);
  transition: background-color var(--transition-speed-menu-background);
}

.faq-question.open{
  background-color: var(--color-AQUA-MID);
}

.faq-answer{
  margin: 0;
  padding: 0.5em;
  opacity: 0;
  height: 0px;
  border: 1px solid transparent;
}


.faq-answer.open{
}


.view-news .view-content{
  display: flex;
  flex-wrap: wrap;
}

.view-news .view-content .views-row{
  flex-basis: calc(50% - 2em);
  margin: 1em;
  padding: 1em;
  border: 1px solid var(--color-AQUA-LIGHT);
  border-radius: 0.5em;
}

.view-news .view-content .news-title{
  font-weight: normal;
}

.view-news .view-content .news-content *{
  font-family: "GT Pressura Mono";
  line-height: 1.5em;
}


div#block-benelux-primary-local-tasks{
  position: relative;
  z-index: 9;
}







.field--name-field-instructor .field--name-field-image{
  position: absolute;
  right: 0;
  top: -1px;
  bottom: -1px;
  padding: 0;
  clip-path: url(#mask-determination);
  background: var(--color-white);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(43,0,140,1) 50%);
  overflow: hidden;
  width: 40vw;
  display: flex;
  justify-content: center;
  align-items: center
}

.field--name-field-instructor .field--name-field-image img{
  height: 100%;
  width: auto;
}

.page-node-type-workshops #block-benelux-content .container{

}

.page-node-type-workshops #block-benelux-content .container .node__content{
  padding-right: calc(40% + 2rem);
}


svg#determination-mask{
  width: 0;
}


#mask-determination{

}

.instructor-title{
  position: relative;
  margin-bottom: 2em;
}

.instructor-title,
.instructor-title a{
  color: var(--color-BLACK);
}

.instructor-title a{
  border-bottom: 1px dashed var(--color-AQUA);
}

.instructor-content{
  border: 1px solid var(--color-AQUA-DARK);
  position: absolute;
  left: 4.75rem;
  top: -1.35rem;
  background-color: var(--color-AQUA-BACKGROUND);
  padding: 1.5em;
  border-radius: 0.5em;
  font-size: 0.9em;
  width: 100%;
  z-index: 9999999999;
  display: none;
  bottom: -20em;
  overflow-y: auto;
  box-shadow: 0 0 1em 1em var(--color-white);
}

.instructor-content h3{
  margin: 0 0 1em;
  padding: 0;
  font-size: 1rem;
  font-weight: normal;
}

.instructor-content .field--name-field-sub-title p{
    font-weight: bold;
}

.instructor-content p{
    text-align: left;
}

.node--type-round-table #round-table-items{
  position: relative;
  width: 100%;
  height: auto;
  display: inline-block;
}


.node--type-round-table .field--name-field-moderator{
  position: absolute;
  width: 30%;
  aspect-ratio: 1;
  left: 35%;
  top: 20%;
  border-radius: 100%;
}

.node--type-round-table .field--name-field-moderator .instructor-title,
.node--type-round-table .field--name-field-instructor .instructor-title{
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 9999;
  border-radius: 100%;
  position: absolute;
  top: 0;
}


.node--type-round-table .field--name-field-moderator a.instructor-title__title,
.node--type-round-table .field--name-field-instructor a.instructor-title__title{
  display: none;
}

.node--type-round-table .field--name-field-moderator img,
.node--type-round-table .field--name-field-instructor img{
  width: 100%;
  height: auto;
}

.node--type-round-table .field--name-field-moderator .field--type-image,
.node--type-round-table .field--name-field-instructor .field--type-image{
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
  aspect-ratio: 1;
}


.node--type-round-table .field--name-field-instructor > .field__item{
  position: absolute;
  width: 20%;
  aspect-ratio: 1;
  border-radius: 100%;
}

.node--type-round-table .field--name-field-instructor > .field__item:nth-child(1){
  left: 20%;
}

.node--type-round-table .field--name-field-instructor > .field__item:nth-child(2){
  left: 60%;
}

.node--type-round-table .field--name-field-instructor > .field__item:nth-child(3){
  left: 20%;
  top: 50%;
}

.node--type-round-table .field--name-field-instructor > .field__item:nth-child(4){
  left: 60%;
  top: 50%;
}

.node--type-round-table > .node__content > .field--name-body{
  margin-top: 30rem;
}

.node--type-round-table .field--name-field-moderator .instructor-content,
.node--type-round-table .field--name-field-instructor .instructor-content{
  left: 0;
  top: 0;
}








.tick {
  padding: 0.5em 0 0;
  font-size: 1rem;
  width: 75%;
  margin: 0 auto;
}

.tick-label {
  font-size: 0.6em;
  text-align: center;
  color: var(--color-RGB-Saddle-200);
  /*font-weight: 100;*/
    text-shadow: 1px 1px 2px var(--color-RGB-Off-Black);

}

.tick-group {
  margin: 0 0.25em;
  text-align: center;
}


.tick .tick-credits{
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  max-width: 0 !important;
  max-height: 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  z-index: -99999 !important;
}

.tick-flip-panel{
  color: var(--color-RGB-Saddle-200) !important;
}

.tick .tick-flip-card{
  line-height: 1.7em;
}
















.path-workshops .views-element-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.path-workshops .views-element-container .views-rows{
    width: 30%;
    margin-bottom: 3em;
}

.path-workshops .views-element-container .views-rows,
.path-workshops .views-element-container .views-rows a{
    color: var(--color-DARK-GRAY);
}

.path-workshops .views-element-container .views-rows .node__links{
    text-align: right;
}

.path-workshops .views-element-container .views-rows .node__links a{
    color: var(--color-RGB-Tangerine-500);
}


.field--name-field-speakers{
    text-align: center;
}


.field--name-field-speakers .field__item{
    text-align: center;
    width: 50%;
    aspect-ratio: 1;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    padding: 0;
}

.field--name-field-speakers .field--name-field-image{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.field--name-field-speakers .field--name-field-image img{
    width: 100%;
    height: auto;
}

.field--name-field-speakers h4{
background-color: var(--color-RGB-Saddle-800);
    color: var(--color-RGB-White);
    width: 100%;
    margin: 0;
    opacity: 0.8;
    bottom: 0;
    padding: 0.5rem 1rem;
    height: 2em;
    overflow: hidden;
    transition: all calc(var(--transition-speed-menu-color)* 2) ease;
    position: absolute;
    font-size: 0.9rem;
    font-weight: lighter;
}


.node--type-conference-item.node--view-mode-teaser{

}


.node--type-conference-item.node--view-mode-teaser h2{

}


.node--type-conference-item.node--view-mode-teaser .field--name-body{
    margin-top: 1em;
    font-size: 0.9em;
}













.node--type-conference-item.node--view-mode-full{
}

.node--type-conference-item.node--view-mode-full .node__content{
    display: flex;

}


.node--type-conference-item.node--view-mode-full .field--name-field-speakers{
    flex-basis: 25%;
}

.node--type-conference-item.node--view-mode-full .field--name-field-speakers .field__item{
    width: 100%;
}

.node--type-conference-item.node--view-mode-full .field--name-field-speakers .field--name-field-image{
    width: 90%;
    align-items: flex-start;
}


.node--type-conference-item.node--view-mode-full .field--name-body{
    flex-basis: 75%;
}








.node--type-speakers{

}


.node--type-speakers .node__content{
    display: flex;
    flex-wrap: wrap;
}


.node--type-speakers .node__content .field--name-field-sub-title{
    width: 100%;
    margin-bottom: 2em;
    font-weight: bold;
}

.node--type-speakers .node__content .field--name-field-image{
    width: 33%;
    margin-right: 2%;
}

.node--type-speakers .node__content .field--name-field-image img{
    width: 100%;
    height: auto;
}


.node--type-speakers .node__content .field--name-body{
    width: 65%;
}



















































