/*
Theme Name:     AIESEC in Belgium
Theme URI:      https://www.elegantthemes.com/gallery/divi/
Description:    AIESEC in Belgium X Papilio Communication
Author:         Papilio Communication Srl
Author URI:     https://papilio.agency
Template:       Divi
Version:        23.09
*/
 
/* Theme customization starts here */


.et_mobile_menu {   
    overflow-y:scroll!important;
    max-height:80vh!important;
    -overflow-scrolling:touch!important;
    -webkit-overflow-scrolling:touch!important;
}


/* Cookie Notice */
#cn-notice-text, #cn-accept-cookie, #cn-refuse-cookie, #cn-more-info {
  font-family: 'Lato' !important;
  font-style: normal !important;
  font-size: 18px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
#cn-notice-text {
	font-weight: normal !important;
}
#cn-accept-cookie, #cn-refuse-cookie, #cn-more-info {
	border-radius: 3px !important;
	font-weight: 700 !important;
}
.cn-revoke-cookie {
  font-weight: 700!important;
  color: #ffffff!important;
  text-decoration: none!important;
}


.et_pb_text_inner ul {
  list-style: none !important;
  margin-top: 1em;
}
.et_pb_text_inner ul li {
  margin-left: .5em;
  line-height: 1.3em;
}
.et_pb_text_inner ul > *:not(:last-child) {
  margin-bottom: 1em;
}
.et_pb_text_inner ul li::before {
  content: "\2022";
  position: absolute;
  margin-left: -1em;
  font-size: 28px;
  color: #037ef3;
  display: inline-block;
  width: 1em;
}


.menu-item-has-children>a:after {
  display: none !important;
}
.menu-item-has-children a{
  padding-right: 0  !important;
}
.menu-item-has-children {
  cursor: pointer;
}


em {
  font-weight: 900;
  font-style: italic;
}


::selection {
  color: #000000;
  background: rgba(3,126,243,.2);
}


.et_pb_text_inner a {
	font-weight: 900;
	text-decoration: underline;
	text-decoration-color: rgba(0, 0, 0, 0);
	transition: .5s;
}
.et_pb_text_inner a:hover {
  text-decoration-color: rgba(3,126,243,1);
  filter: grayscale(100%);
}


@media screen and (max-width: 980px) {
  .ppo-column-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
}


.ppo-greyscale-hover:hover {
  transition: .5s;
  filter: grayscale(100%);
}


.ppo-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px 30px;
}
@media only screen and (max-width: 768px) {
  .ppo-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
  }
}
.ppo-grid .et_pb_image, .ppo-grid .et_pb_image span {
  aspect-ratio: 1/1;
  max-height: 100%;
}

.ppo-grid-contact {
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
  justify-content: flex-start;
}
.ppo-grid-contact-span {
  flex: 0 0 100%;
}


.ppo-relative {
  position: relative;
}
.ppo-underline {
  position: absolute;
  z-index: -1;
  top: 34%;
  bottom: -8px;
  left: 0;
  transform: scaleY(0.7);
}
.ppo-underline svg {
  width: 100%;
  min-height: 25px;
}


.ppo-gradient-overlay-global-talent {
  position: relative;
  background-color: #0cb9c1;
}
.ppo-gradient-overlay-global-talent:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  height: 0%;
  width: 100%;
  bottom: 0;
  background-image: linear-gradient(0deg, rgb(12, 185, 193) 40%, rgba(12, 185, 193, 0));
  border-radius: 8px;
  transition: height .3s ease-out;
}
.ppo-gradient-overlay-global-talent .et_pb_text_inner {
  z-index: 2;
}
.ppo-gradient-overlay-global-talent:hover:before {
  height: 100%;
}
.ppo-gradient-overlay-global-teacher {
  position: relative;
  background-color: #f48924;
}
.ppo-gradient-overlay-global-teacher:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  height: 0%;
  width: 100%;
  bottom: 0;
  background-image: linear-gradient(0deg, rgb(244, 137, 36) 40%, rgba(244, 137, 36, 0));
  border-radius: 8px;
  transition: height .3s ease-out;
}
.ppo-gradient-overlay-global-teacher .et_pb_text_inner {
  z-index: 2;
}
.ppo-gradient-overlay-global-teacher:hover:before {
  height: 100%;
}

.ppo-gradient-overlay-global-volunteer {
  position: relative;
  background-color: #f85a40;
}
.ppo-gradient-overlay-global-volunteer:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  height: 0%;
  width: 100%;
  bottom: 0;
  background-image: linear-gradient(0deg, rgb(248, 90, 64) 40%, rgba(248, 90, 64, 0));
  border-radius: 8px;
  transition: height .3s ease-out;
}
.ppo-gradient-overlay-global-volunteer .et_pb_text_inner {
  z-index: 2;
}
.ppo-gradient-overlay-global-volunteer:hover:before {
  height: 100%;
}

.ppo-gradient-overlay-aiesec-member {
  position: relative;
  background-color: #037ef3;
}
.ppo-gradient-overlay-aiesec-member:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  height: 0%;
  width: 100%;
  bottom: 0;
  background-image: linear-gradient(0deg, rgb(3, 126, 243) 40%, rgba(3, 126, 243, 0));
  border-radius: 8px;
  transition: height .3s ease-out;
}
.ppo-gradient-overlay-aiesec-member .et_pb_text_inner {
  z-index: 2;
}
.ppo-gradient-overlay-aiesec-member:hover:before {
  height: 100%;
}


.ppo-text-overlay-global-talent:after {
  position: absolute;
  z-index: 2;
  content: 'Explore Interning';
  font-family: Lato;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
  color: rgba(255, 255, 255, 0);
  top: 50%;
  left: 50%;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
  transform: translateX(-50%);
  transition: all .3s;
}
.ppo-text-overlay-global-talent:hover:after {
  color: rgba(255, 255, 255, 1);
  top: 40%;
}

.ppo-text-overlay-global-teacher:after {
  position: absolute;
  z-index: 2;
  content: 'Explore Teaching';
  font-family: Lato;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
  color: rgba(255, 255, 255, 0);
  top: 50%;
  left: 50%;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
  transform: translateX(-50%);
  transition: all .3s;
}
.ppo-text-overlay-global-teacher:hover:after {
  color: rgba(255, 255, 255, 1);
  top: 40%;
}

.ppo-text-overlay-global-volunteer:after {
  position: absolute;
  z-index: 2;
  content: 'Explore Volunteering';
  font-family: Lato;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
  color: rgba(255, 255, 255, 0);
  top: 50%;
  left: 50%;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
  transform: translateX(-50%);
  transition: all .3s;
}
.ppo-text-overlay-global-volunteer:hover:after {
  color: rgba(255, 255, 255, 1);
  top: 40%;
}

.ppo-text-overlay-aiesec-member:after {
  position: absolute;
  z-index: 2;
  content: 'Explore Membership';
  font-family: Lato;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
  color: rgba(255, 255, 255, 0);
  top: 50%;
  left: 50%;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
  transform: translateX(-50%);
  transition: all .3s;
}
.ppo-text-overlay-aiesec-member:hover:after {
  color: rgba(255, 255, 255, 1);
  top: 40%;
}


.ppo-blurb-rounded-image .et_pb_main_blurb_image img {
  border-radius: 8pt;
}


.pointer-events-none {
    pointer-events: none;
}


.et_pb_slide {
  padding: 0;
}