@import url('variables.css');
@import url('newstyle-v25.css');



/* Multiple use */
.grid-item-title{
  font-family: var( --font-family);
  color: var(--color-dark);
  font-size: var(--font-default);
  font-weight: bold;
  text-align: center;
  padding: 30px 0 10px;
  line-height: 1.2;
  min-height: 120px;
}
.grid-item-title p{
  line-height: 1.2;
}


/* ------------------------------------------
TOP GRID SECTION (HOMEPAGE V25 AND SUMMIT V25
------------------------------------------ */
.homepage-wrapper, .summit-wrapper {
  padding-top: 100px;
}
.home-top-grid, 
.summit-top-grid{margin:40px 0;}

.home-top-grid .container, 
.summit-top-grid .container{
  display: flex;
  gap:20px;
}

.home-top-grid .big-block,
.summit-top-grid .big-block{
  width: 62%;
  background: var(--background-light);
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  border-radius: 50px;
}

.contained-text{/* max-width: 355px; */}

.duo-block{
  width: 38%;
  gap:20px;
}
.home-top-grid .top-block-two,
.home-top-grid .emodules-block-three{
  width: 100%;
  background-color: var(--BG-light);
}

.emodules-block-three .center-text{
  line-height: 1;
}
.emodules-block-three a:focus img,
.emodules-block-three a:focus-visible img{
  outline: 3px dotted rgb(57 43 77);
  border-radius: 2rem;
}

.summit-gradient-bg{
  background: var(--summit-gradient);
  color:white;
  padding: 45px;
}
.summit-gradient-down-bg{
  background: var(--summit-gradient-down);
  color:white;
  padding: 45px;
}
.summit-white-logo{margin-bottom: 15px;}
.summit-next-webinar-number{font-size: 30px;    color: white;}
.summit-next-webinar-date{    
  width: fit-content;
  background: white;
  padding: 7px 16px;
  border-radius: 12px;
  color: var(--color-green-light);
  font-size: 30px;
  margin: 10px 0;
  line-height: 1;
}
.summit-next-webinar-title{font-size: 40px;line-height: 1;font-weight: bold;    color: white;}

/* ------------------------------------------
PILLARS
------------------------------------------ */
.homepage-pillars .flex-row{gap:20px;}
.pillar-link{flex: 1;}
.homepage-pillars .pillar {
  position: relative;
  min-height: 200px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  overflow: hidden;  
  border-radius: 25px;
  transition: all 0.3s ease-in-out;
}

.homepage-pillars .pillar:hover,
.pillar-link:active .pillar,
.pillar-link:focus .pillar{
  background-size: 110%;
  transition: all 0.3s ease-in-out;
}

.homepage-pillars .pillar-1::before,
.homepage-pillars .pillar-2::before,
.homepage-pillars .pillar-3::before,
.homepage-pillars .pillar-4::before,
.homepage-pillars .pillar-5::before {
  content: "";
  position: absolute;
  inset:0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background-size: 100% 100%;
}

.homepage-pillars .pillar-1::before, .homepage-pillars .pillar-3::before, .homepage-pillars .pillar-5::before {background: linear-gradient(0deg, #5F1778, transparent); }
.homepage-pillars .pillar-2::before, .homepage-pillars .pillar-4::before {background: linear-gradient(0deg, #00D2A8, transparent);  }

.page-template-page-summit-v25 .homepage-pillars .pillar-1::before {background: linear-gradient(0deg, #00D2A8, transparent); }
.page-template-page-summit-v25 .homepage-pillars .pillar-2::before {background: linear-gradient(0deg, #D870F3, transparent); }
.page-template-page-summit-v25 .homepage-pillars .pillar-3::before {background: linear-gradient(0deg, #7F7FE0, transparent); }
.page-template-page-summit-v25 .homepage-pillars .pillar-4::before {background: linear-gradient(0deg, #5F1778, transparent); }
.page-template-page-summit-v25 .homepage-pillars .pillar-5::before {background: linear-gradient(0deg, #6290c0, transparent); }

.page-template-page-summit-v25 .pillar .normal-text {  max-width: 150px;}

.pillar .normal-text{
  position: absolute;
  bottom: 25px;
  z-index: 1;
  max-width: 220px;
}
/* ------------------------------------------
WELCOME
------------------------------------------ */
.welcome-section .container{padding: 50px;}

/* Featured News
------------------ */
.featured-news{
  display: flex;
  width: 100%;
}
.featured-news .border-v25-block{
  display: flex;
  flex-direction: column;
  min-height: 475px;
  justify-content: space-between;
  flex: 1;
}
.news-img{
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  flex: 1;
}

.news-slider{  margin: 50px 0;}
.news-slider .news-block {padding:0 0 40px;text-align: left;position: relative;border-radius: 50px;}
.news-block .medium-text, .news-block .small-text, .news-block .normal-text{
  padding:0 40px 0;
  line-height: 1;
}

 .news-block .small-text{
  min-height: 175px;
}
.news-block .normal-text{margin-bottom: 10px;}
.news-block:hover{
  box-shadow: 2px 2px 10px var(--color-dark);
  transition: all 0.3s ease-in-out;
}
.news-block .arrow-link{
  position: absolute;
  right: 20px;
  bottom: 20px;
}
/* the slides */
.news-slider .brand_new{  
    position: absolute;
    max-width: 65px;
}

.news-slider .slick-slide {
  margin: 0 10px;
}
.news-img-small{
  background-color: var(--BG-dark);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  min-height: 207px;
  padding: 40px;
  border-radius: 50px;
  margin-bottom: 25px;
}
.news-slider .news-block{
  box-shadow: unset;
}
/* Resources Section
--------------------- */
.resources-section{
  margin: 75px auto;
}
.resources-grid{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 9px;
}
.resources-grid .resource{
  width: 49.5%;
  display: flex;
  position: relative;
}
.resource-icon{width: 70px;height: fit-content;    padding-right: 20px;}
.resource-content{line-height: 1;}
.resource-content .light-green{line-height: 1;}
.resource{ 
  transition: all 0.1s ease-in-out;
}
.resource:hover{
  background: var(--BG-dark);
  transition: all 0.1s ease-in-out;
}

.resource .arrow-link{
  position: absolute;
  right: 4px;
  bottom: 4px;
}




/* Schedule Section
--------------------- */
.schedule-section {
  margin:0 auto 50px;
}
.schedule-section .event-grid{    
  display: flex  ;
  justify-content: center;
  gap: 9px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 25px;
}

.schedule-section .event{    
  max-width: 32%;
  width: 100%;
  /* background-image: url(../imgs/bg-event.png);
  background-size: 365px;
  background-repeat: no-repeat;
  background-position: top center; */
  min-height: 230px;
    border-radius: 25px;
}


.event-top{
  display: flex;
  gap: 7px;
}
.event-number{    
  font-size: 50px;
  padding: 10px;
  background: var(--color-green-lightest);
  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  border-radius: 25px;
  line-height: 1;
  min-width: 100px;
}
.event-date-title{
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  padding: 15px 10px 10px 20px;
  gap: 0px;
  min-height: 115px;
  background: #f1f3fb;
  border-radius: 25px 25px 0 0;
}
.event-date{font-size: 24px;font-weight: bold;}
.event-date sup{font-size: 55%;}
.event-title{font-size: var(--font-default);color:var(--dark-text);   ;
  background: #f1f3fb;}
.event-bottom {
  font-size: var(--font-small);
  padding: 5px 10px 15px 10px;
  display: flex;
  align-items: end;
  border-top: 3px solid white;
  margin-top: 3px;
  background: #f1f3fb;
  border-radius: 14px 0 25px 25px;
}
.event-bottom .small-text{    
  padding: 10px ;
  line-height: 1.3;
  text-align: justify;
  font-weight: 400;
}
.event-bottom .arrow-link{
  background-color: var(--color-mid);
  color:var(--white)
}

.event:hover .event-number{
  background: var(--color-green-light);
  transition: all 0.3s ease-in-out;
}

.page-template-page-summit-v25 .news-block .small-text{
  min-height: 335px;
}

/* Webinar Series 6 Page
--------------------- */
.multi-synopse-s6-block{
  display: flex;
  flex-direction: column;
}
.webinar-s6-list{
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: stretch;
}
.webinar-s6-block{
  flex: 1
}
.webinar-flex-grid{
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: stretch;
}
.webinar-speaker-photo{
  display: block;
  margin: 0 auto;
  z-index: 1;
}

.webinar-s6-pilar{
  background: #f1f3fb;
  padding: 75px 18px 20px;
  margin-top: -65px;
  z-index: 0;
  border-radius: 25px;
}
.webinar-number{
  color:var(--summit-purple);
  font-size: var(--font-normal);
  font-weight: 600;
  line-height: 1;
}
.webinar-dot{
  color:var(--summit-pink);
  font-size: 30px;
  line-height: 1;
}
.webinar-date{
  color:var(--color-green-light);
  font-size: var(--font-normal);
  font-weight: 600;
  line-height: 1;
}

.webinar-title{  
  min-height: 170px;
  color:var(--color-dark);
  font-size: var(--font-normal);
  line-height: 1.2;
  font-weight: 600;
}
.webinar-speaker-name{
  color:var(--summit-pink);
  font-weight: 600;
  font-size: var(--font-small);
}
.webinar-speaker-name span{
  font-weight: 400;
}
.webinar-s6-organizer-block .speaker-block{
  background-color: var(--BG-light);
  padding: 35px 40px 35px 120px;
  margin-left: -125px;
  border-radius: 25px;
  z-index: 0;
}
.organizer-s6-desc {
  margin: 40px 0;
}
.webinar-s6-organizer-block .organizer-image{z-index: 1;display: block;}
.webinar-s6-organizer-block .organizer-name{color:var(--summit-pink);font-size: var(--font-medium-summit);}
.webinar-s6-organizer-block .organizer-role{color:var(--color-green-light);font-size: var(--font-medium-summit);font-weight: bold;}
.webinar-s6-organizer-block .organizer-institution{font-weight: bold; border:none;padding:0;color:var(--color-dark);font-size: var(--font-medium-summit);max-width: 300px;line-height: 1.2;margin-top: 20px;}
.webinar-s6-organizer-block .organizer-place{font-weight: bold;padding:0;color:var(--summit-purple);font-size: var(--font-medium-summit);max-width: 300px;}

.organizer-description-text{
  margin: 20px auto;
  color:var(--color-dark);
  font-size: var(--font-normal);
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.organizer-description-text p{line-height: 1.2;}

.webinar-s6-description {
  flex: 0 0 33%;
}
.webinar-s6-description .webinar-title{
  min-height: fit-content;
  font-size: var(--font-medium);
  line-height: 1;
}
.webinar-s6-description .webinar-speaker-information {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 45px 20px 15px;
  min-height: 285px;
}
.webinar-s6-description .webinar-speaker-photo img{    
  margin: -95px auto 0;
  max-width: 109px;
  width: 100%;
  display: block;
}
.webinar-s6-description .webinar-speaker-name{
  text-align: center;
  color:white;
  font-size:var(--font-medium) ;
}
.webinar-s6-description .webinar-speaker-title,
.webinar-s6-description .webinar-speaker-role,  
.webinar-s6-description .webinar-speaker-institution{
  text-align: center;
  color:white;
  font-size: 18px;
  line-height: 1.2;
}

.webinar-s6-synopse-block{  
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.webinar-topics-section-title{
  color:var(--color-green-light);
  margin-top: 20px;
  font-weight: 600;
}
.webinar-topics-s6{margin-top: 10px;}
.webinar-synopse-s6 p{
  color: var(--color-dark);
}

.webinar-synopse-s6 p strong em,
.webinar-synopse-s6 p em strong{
  color:var(--color-green-light);
  font-style: normal!important;
}
.webinar-topics-s6 .webinar-main-topics-text1{
  color: var(--color-dark);
  
}

.page-template-page-multi-synopse-series6-v25 .webinar-questions {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.page-template-page-multi-synopse-series6-v25 .section-webinarslist-block .arrow-bg-button{margin: 20px auto;}

.multi-synopse-s6-subtitle{
  color:var(--summit-pink);
  font-size: 47px;
  line-height: 1;
}
.multi-synopse-s6-text{font-size: var(--font-small);color: var(--color-dark);}
.multi-synopse-s6-bigtext{
  color:var(--summit-purple);
  margin: 20px auto;
}

/*Center of Excelence STYLES
---------------------------- */


.page-template-page-center-v25 .center-s1-block {
	background: var(--new-gradient);
	background-size: cover;
	padding: 50px 0 35px;
	font-size: var(--font-normal);
	color: #ffffff;
	text-align: center;
}


.page-template-page-center-v25 .center-s1-text {
	font-size: var(--font-medium);
	font-weight: 100;
	margin: 0 5px 0 15px;
	padding-left: 10px;
	border-left: 3px solid var(--color-mid);
}
.page-template-page-center-v25 .center-s2-row{
  margin: auto;
}
.page-template-page-center-v25 .center-s2-row p {
	font-size: var(--font-normal);
	font-weight: 400;
	color: var(--color-dark);
	line-height: 1.3;
}

.page-template-page-center-v25  .center-s2-row h4 {
	font-size: var(--font-medium);
	color: var(--color-dark);
	line-height: 1.2;
	font-family: 'Roboto';
}

.page-template-page-center-v25  .quote-big p {
	color: var(--color-dark);
}

.page-template-page-center-v25  .text-visit {
	color:var(--color-dark);
	font-size: var(--font-normal);
	padding-right: 38px;
	text-align: justify;
}

.page-template-page-center-v25  .center-section-link {
	background: var(--color-mid);}



.page-template-page-center-v25  .center-s4 h4 {
	font-family: var( --font-family);
	font-size: var(--font-medium);
	color: var(--color-dark);
	line-height: 1;
}
.page-template-page-center-v25 .quote-big {
  background: unset;
  margin: 25px 0;
  font-weight: 400;
  font-size: var(--font-normal);
}
.page-template-page-center-v25  .quote-big {
  color: var(--color-dark);

}




/* HSPA STYLES
------------------- */
.page-template-page-hspa-v25 .hspa-s1-logo {
	border-right: 3px solid white;
}
.page-template-page-hspa-v25 .hspa-s1-bold {
	border-left: 3px solid white;
}
.page-template-page-hspa-v25 .hspa-s2-text-1,
.page-template-page-hspa-v25 .hspa-s2-text-1-thin {
	color: var(--color-dark);
  font-size: var(--font-normal);
}
.page-template-page-hspa-v25 .hspa-feature {
	background-color:  var(--color-dark);
}

.page-template-page-hspa-v25 .hspa-btn ,
.page-template-page-hspa-v25 .hspa-btn-emodule{
	background: var(--color-mid);
}
.page-template-page-hspa-v25 .hspa-s3-title,
.page-template-page-hspa-v25 .hspa-s3-text,
.page-template-page-hspa-v25 .hspa-s4-title {
	color: var(--color-dark);
}

.page-template-page-hspa-v25 .hspa-s5-title h4 strong,
.page-template-page-hspa-v25 .hspa-s5-title p {
	color: var(--color-dark);
}

.page-template-page-hspa-v25 .hspa-s5-list-2 {
	color: var(--color-dark);
}


/* HSPA emodules
------------------------ */
.page-template-page-hspa-v25 .hspa-accreditation-block{
	text-align: center;
    margin: 10px auto 0px;
    font-size: 20px;
    color: var(--color-dark);
    line-height: 1.2;
    box-shadow:none;
}

.page-template-page-hspa-v25 .hspa-s3-block .ukcpd-acreditation {
    text-align: center;
    margin: 0px auto 0px;
    font-size: 14px;
    color: var(--color-dark);
    line-height: 1.2;
    text-transform: uppercase;
}
/* Emodules Buttons
--------------------- */
.page-template-page-emodules-synopse4-v25 .talentlms-btn,
.page-template-page-emodules-hspa-v25 .talentlms-btn,
.page-template-page-emodules-synopse3-v25 .talentlms-btn,
.page-template-page-emodules-synopse-v25 .talentlms-btn{
  border-radius: 25px;
  padding: 5px 5px 5px 21px;
  background: linear-gradient(to right, #5F1778, #3A2D4C, #04D0A6);
  background-position: right center;
  background-size: 100% 100%;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: fit-content;
  min-width: 200px;
  align-items: center;
  font-size: var(--font-normal);
  margin: 10px auto;
  transition: all 0.3s ease-in-out;
  line-height: 1;
  gap: 5px;
  padding: 10px 20px;
  border:none;

}
/* Emodules STYLES
--------------------- */
.page-template-page-emodules-v25 .emodules-banner-title{
  color: var(--color-mid);  
  font-family: var( --font-family);
  font-weight: bold;
}
.page-template-page-emodules-v25 .emodules-s1-block {
  background: var(--new-gradient );
  padding: 50px 0 35px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}

.page-template-page-emodules-v25 .emodules-s2-text h3 {
  font-family: var( --font-family);
  font-size: 24px;
  color: var(--color-mid);
}

.page-template-page-emodules-v25 .asp-links .arrow-bg-button  {
  max-width: 97%;
  width: 97%;
  min-width: unset;
  line-height: 1;
}
.emodule-pilar{
  flex:1;
  margin: 0 10px;
}
.emodule-pillar-image{position: relative;}
.emodule-pillar-image{background-color: var(--BG-light);}

.documents-s-img img,
.pagefactsheets-photo,
.emodule-pillar-image-file{
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  max-height: 200px;
  overflow: hidden;
}
.border-emodules-block{
  background: var(--background-light);
  padding: 0 15px 25px;
  border-radius: 0 0 25px 25px;
  
}

.page-template-page-emodules-v25 .emodules-s2-block {
  font-family: var( --font-family);
  padding: 40px 0;
  font-size: var(--font-normal);
  color: var(--color-dark);
}

.page-template-page-emodules-v25 .stamp-ce,
.page-template-page-emodules-v25 .stamp-lang{
  top: 165px;
}


.page-template-page-emodules-v25  .emodules-s-text p {
  font-family: var( --font-family);
  color: var(--color-dark);
  font-size: var(--font-default);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
/* Documents STYLES
--------------------- */
.page-template-page-documentacao-v25 .documents-s2-title{
  color: var(--color-mid);
  font-family: var( --font-family);
  font-weight: bold;
}
.page-template-page-documentacao-v25 .documents-s-text p {
  padding: 20px 0 0;
  font-family: var( --font-family);
  font-size: var(--font-normal);
  color: var(--color-mid);
  line-height: 1;
  height: fit-content;
  text-align: center;
  min-height: 100px;
}

/* Factsheets STYLES
--------------------- */
.page-template-page-factsheets-list-v25 .pagefactsheets-banner .webinars-title-banner{
  font-family: var( --font-family);
  font-size: var(--font-medium);
  font-weight: bold;
}


.page-template-page-factsheets-list-v25 .pagefactsheets-text {
  font-family: var( --font-family);
  color: var(--color-dark);
  font-size: var(--font-default);
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.page-template-page-factsheets-list-v25 .pagefactsheets-text2 {
  font-size: 15px;
  color: var(--color-dark);
}
/* About Us STYLES
-------------------- */
.page-template-page-about-us1-v25 .landing-2022-v1-ls1-text1,
.page-template-page-about-us1-v25 .landing-2022-v1-ls4-text1,
.page-template-page-about-us1-v25 .landing-2022-v1-ls4-text3,
.page-template-page-about-us1-v25 .landing-2022-v1-ls6-text1,
.page-template-page-about-us1-v25 .landing-2022-v1-ls7-text1,
.page-template-page-about-us1-v25 .ls4-name{
  color:var(--color-mid);
}

.page-template-page-about-us1-v25 .landing-2022-v1-ls1-text2,
.page-template-page-about-us1-v25 .landing-2022-v1-ls1-text3,
.page-template-page-about-us1-v25 .landing-2022-v1-ls4-text2,
.page-template-page-about-us1-v25 .landing-2022-v1-ls4-text4,
.page-template-page-about-us1-v25 .landing-2022-v1-ls4-text5
.page-template-page-about-us1-v25 .landing-2022-v1-ls6-text2,
.page-template-page-about-us1-v25 .landing-2022-v1-ls6-text3,
.page-template-page-about-us1-v25 .landing-2022-v1-ls6-text4,
.page-template-page-about-us1-v25 .ls4-title,
.page-template-page-about-us1-v25 .ls4-title-2,
.page-template-page-about-us1-v25 .ls4-profession,
.page-template-page-about-us1-v25 .ls4-place,
.page-template-page-about-us1-v25 .ls4-text,
.page-template-page-about-us1-v25 .landing-2022-v1-ls2-text1,
.page-template-page-about-us1-v25 .landing-2022-v1-ls2-text2,
.page-template-page-about-us1-v25 .landing-2022-v1-ls4-text5,
.page-template-page-about-us1-v25 .landing-2022-v1-ls7-text2,
.page-template-page-about-us1-v25 .landing-2022-v1-ls7-text3,
.page-template-page-about-us1-v25 .landing-2022-v1-ls7-text4{
  color:var(--dark-text);
}

.page-template-page-about-us1-v25 .landing-2022-v1-feature{background: var(--color-mid);}
.page-template-page-about-us1-v25 .landing-2022-v2-banner .landing-2022-v1-feature,
.page-template-page-about-us1-v25 .landing-2022-v1-section-5 .landing-2022-v1-feature{background: white;}

.page-template-page-about-us1-v25 .landing-2022-v1-section-3 .arrow-bg-button{
  background: var(--color-green-light);
}
.page-template-page-about-us1-v25 .formulario-text-1{
  color:var(--color-mid);
  font-size: var(--font-medium);
  font-family: var( --font-family);
  font-weight: bold;
}
.page-template-page-about-us1-v25 .formulario-text-1 p{
  line-height: 1.2;
}
/* Multipage STYLES
--------------------- */
.header-v25 .login-top-menu, #site-navigation2{
 /*  background: var(--new-gradient); */
 display: flex;
 gap:10px;
 background: var(--BG-light);
}
a.glink img {
  border: 1px solid #212121 !important;
}
.page-template-page-center-v25  .center-banner-logo {
  max-width: 450px;
}


.page-template-page-forms-v25 .pagevideos-banner{
  background: none;
}
.page-template-page-forms-v25 h1{color:  var(--color-mid);}

/* EMODULES
----------------*/
.page-template-page-podcast-videos-php .documents-banner-title,
.page-template-page-emodules-hspa-v25 .emodules-banner-title,
.page-template-page-emodules-synopse-v25 .emodules-banner-title,
.page-template-page-emodules-synopse3-v25 .emodules-banner-title,
.page-template-page-emodules-synopse4-v25 .emodules-banner-title,
.page-template-page-all-factsheets-v25 .documents-banner-title,
.page-template-page-all-factsheets .documents-banner-title  {
  color: var(--color-mid);
  font-family: var( --font-family);
  font-weight: bold;
}

.page-template-page-multi-synopse-v25 .organizer-name, 
.page-template-page-emodules-synopse-v25 .organizer-name, 
.page-template-page-emodules-synopse4-v25 .organizer-name, 
.page-template-page-multi-synopse-v25 .organizer-role, 
.page-template-page-emodules-synopse-v25 .organizer-role,
.page-template-page-emodules-synopse4-v25 .organizer-role {
  color: #3A274B;
}

.page-template-page-emodules-synopse-v25 .organizer-institution,
.page-template-page-emodules-synopse4-v25 .organizer-institution{    color: #00CEAB;}
.page-template-page-multi-synopse-v25  .organizer-institution, 
.page-template-page-emodules-synopse-v25  .organizer-institution {
  border-color: #00CEAB;
}
.page-template-page-emodules-synopse-v25 .how-to-section,
.page-template-page-emodules-synopse-v25 .accreditation-block,
.page-template-page-emodules-synopse3-v25 .how-to-section,
.page-template-page-emodules-synopse3-v25 .accreditation-block,
.page-template-page-emodules-synopse4-v25 .how-to-section,
.page-template-page-emodules-synopse4-v25 .accreditation-block,
.page-template-page-emodules-hspa-v25 .how-to-section,
.page-template-page-emodules-hspa-v25 .accreditation-block{
  border-radius: 25px;
  padding: 20px;
  box-shadow: none;
}
.page-template-page-emodules-synopse-v25 .shadow-block,
.page-template-page-emodules-synopse3-v25 .shadow-block,
.page-template-page-emodules-synopse4-v25 .shadow-block,
.page-template-page-emodules-hspa-v25 .shadow-block{ box-shadow: none;}


/* EMODULES SYNOPSE S3 */
.page-template-page-multi-synopse-series3-v25 .webinar-synopse-block, .page-template-page-emodules-synopse3-v25 .webinar-synopse-block {
  background: #CFE3F6;
}
.page-template-page-multi-synopse-series3-v25 .webinar-bg-silver-1, 
.page-template-page-emodules-synopse3-v25 .webinar-bg-silver-1,
.page-template-page-emodules-synopse3-v25 .webinar-bg-silver-1 .webinar-synopse-block-2 {
  background: #cfe3f6;
}

.page-template-page-multi-synopse-series3-v25 .organizer-name, 
.page-template-page-emodules-synopse3-v25 .organizer-name, 
.page-template-page-multi-synopse-series3-v25 .organizer-role, 
.page-template-page-emodules-synopse3-v25 .organizer-role {
  color: #4c78c3;
}

.page-template-page-multi-synopse-series3-v25 .organizer-by,
.page-template-page-multi-synopse-series3-v25 .organizer-institution, 
.page-template-page-emodules-synopse3-v25 .organizer-by, 
.page-template-page-emodules-synopse3-v25 .organizer-institution {
  color: #00CEAB;
}
.page-template-page-emodules-synopse3-v25 .webinar-main-topics-text1 {
  color: #ffffff;
  text-shadow: 0 1px 2px #888888;
  font-size: 18px;
  font-weight: bold;
}

/* EMODULES HSPA */
.page-template-page-emodules-hspa-v25 .emodules-banner-title{
  margin-top: 10px;
}


/* .page-template-page-events-webinars-v25  */

.page-template-page-events-webinars-v25 .multiple-other-title{
  color: var(--color-mid);
  font-family: var( --font-family);
  font-weight: bold;
}

.page-template-page-events-webinars-v25 .documents-others-title {
  font-family: var( --font-family);
  font-weight: bold;  
  min-height: 85px;
}


.page-template-page-events-webinars-v25 .documents-others-text {
  font-family: var( --font-family);
  
}
/* page-articles-v25 */
.page-template-page-factsheet-resources-v25 .documents-banner-title,
.page-template-page-documentacao-v25 .documents-banner-title,
.page-template-page-case-studies-v25 .documents-banner-title,
.page-template-page-events-webinars-v25 .documents-banner-title,
.page-template-page-articles-v25 .documents-banner-title{
  color: var(--color-mid);
  font-family: var( --font-family);
  font-weight: bold
}
.page-template-page-articles-v25 .documents-others-title{
  font-family: var( --font-family);
  color:var(--color-mid);
  font-weight: bold;
}

.page-template-page-articles-v25  .documents-others-text a{
  color: var(--color-dark);
  font-size: var(--font-normal);
  font-weight: bold;
  font-family: var( --font-family);
  font-size: var(--font-default);
}
.page-template-page-articles-v25 .section-helpful-resources{
  color: var(--dark-text);
}
.page-template-page-articles-v25 .section-helpful-resources a{
  color: var(--color-dark);
}

.resource-row{
  display: flex  ;
  margin: 5px auto;
  font-size: var(--font-default);
  color: var(--color-dark);
  position: relative;
  justify-content: space-between;
}
.resource-row-title{
  font-size: var(--font-default);
  color: var(--color-dark);
  font-weight: bold;
}

/* Webinar S6 Page */
.videos-register-link{
	justify-content:center;
	width:100%;
}


.page-template-page-webinar-series6-v25 .webinar-information{
  text-align: center;
}
.webinar-s6-title{
  color: var(--color-dark);
  font-size: var(--font-large);
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.webinar-s6-grid-content{
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: stretch;
  margin: 20px auto;
  align-items: start;
}

.main-topics-title{
  color: var(--color-green-light);
  font-size: var(--font-medium);
  font-family: var( --font-family);
  font-weight: bold;
  text-align: center;

}

.webinar-icon-topics{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.webinar-s6-grid-content  .webinar-main-topics-icon {
  width: 75px;
}
.webinar-s6-grid-content .webinar-main-topics-text{
  color: var(--color-dark);
  line-height: 1.2;  
  padding: 0 20px;
}
.webinar-s6-grid-content .webinar-main-topics-text p{
  font-size: var(--font-default);
  line-height: 1.6; 

}
.webinar-main-topics-title{color:var(--color-dark);font-size: var(--font-normal);font-weight: 600;line-height: 1.2;}
.webinar-main-topics-subtitle{color:var(--color-dark);font-size: var(--font-small);font-weight: 400;line-height: 1.2;}


.webinar-speaker-information{
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.speaker-column-1{
  max-width: 320px;
}
.page-template-page-webinar-series6-v25 .webinar-speaker-information .webinar-speaker-photo{
  display: block;
  margin: -80px auto 0;
  z-index: 1;
  text-align: center;
}
.webinar-speaker-information .webinar-speaker-name{color:white;font-size: var(--font-medium);text-align: center;}
.webinar-speaker-information .webinar-speaker-title{
  font-size: var(--font-normal);text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  min-width: 320px;
}

.webinar-speaker-information .webinar-speaker-role p{
  font-size: var(--font-normal);text-align: center;
  line-height: 1.2;
}
.feature-white-bar{
  background: white;
  border-radius: 50px;
  height: 5px;
  width: 50px;
  margin: 10px auto;
}
.webinar-speaker-information .webinar-speaker-institution{
  font-size: var(--font-normal);text-align: center;
}

.webinar-speaker-text p{
  font-weight: 500;
  line-height: 1.4;
}

.section-teaser-video{
  margin: 20px auto;
  display: block;
}

.statistics-feedback-block{
  text-align: center;
}
.statistics-feedback-title{
  font-family: var( --font-family);
  color:var(--color-green-light);
  font-size: var(--font-medium);
}
.webinar-feedback-slider {
  margin: 20px auto 40px !important;
}

.webinar-feedback-slider .slick-list{
  margin: 20px 0;
}

.webinar-feedback-slider .slick-slide{
  margin: 0 10px;
}

.webinar-feedback-slider .slick-dots{
  bottom: -45px
}

.feedback-padding{
  min-height: 200px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.section-quote-block{
  margin:100px auto 50px;
  text-align: center;
  position: relative;
}
.section-quote-feature{
  position: absolute;
  top: -17%;
  max-width: 135px;
  left: 7%;
}
.section-quote-name{
  font-size: 34px;
  font-weight: bold;
}
.section-quote-text{
  margin: 10px auto;
}
.section-quote-text p{
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
}
.section-question-block{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px 20px 15px;
  
}
.section-question-title{
  font-family: var( --font-family);
  color:var(--color-dark);
  font-size: var(--font-medium);
  font-weight: bold;
}
.section-question-text{
  font-family: var( --font-family);
  color:var(--color-dark);
  font-size: var(--font-normal);
  font-weight: bold;
}
.factsheet-webinar-block{
  position: relative;
  align-items: anchor-center;
  justify-content: space-between;
  min-height: 150px;
  background-color: var(--BG-light);
  border: 20px solid var(--BG-light);
  border-radius: 200px;
  gap: 25px;
}
.factsheet-webinar-grid{
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: stretch;
  justify-content: space-evenly;
  margin: 50px auto;
  flex-wrap: wrap;
}

.factsheet-webinar-icon{z-index: 1;max-width: 100px;}
.factsheet-webinar-links{
  background: var(--BG-light);
  display: flex;
  flex-direction: column;
  z-index: 0;

}
.factsheet-webinar-text{
  font-size: var(--font-medium);
    color: var(--color-dark);
    font-weight: bold;
    line-height: 1;
}
.factsheet-webinar-link{
  font-size: var(--font-normal);
  color:var(--color-green-light);
  font-weight: bold;
  line-height: 1;
}
.factsheet-webinar-block .arrow-link-border-bg{
  position: relative;
  background:var(--summit-gradient);

}

.factsheet-webinar-block .arrow-link-border-bg .arrow-link-border{
  margin: 4px;
}

.button-factsheet-container,
.button-podcast-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap:10px;
  flex-wrap: wrap;
}

/* ------------------------------------------
MOBILE STYLES
------------------------------------------ */
@media only screen and (max-width: 1170px) {
.resources-grid{gap:5px;}
}
@media only screen and (max-width: 768px) 
{
  /* MOBILE General
  ------------------- */
  .container{
    max-width: 95%;
  }
  .homepage-wrapper, .summit-wrapper {padding-top: 70px;}
  .home-top-grid .big-block,
  .summit-top-grid .big-block,
  .duo-block{
    width: 100%;
    aspect-ratio: 1 / 1;
  }
  .border-duo-column{flex-direction: column-reverse;}
  .featured-news .border-v25-block {
    aspect-ratio: 1 / 1;
    min-height: auto;
  }  
  .resources-grid .resource {width: 100%;}
  .resource-content{max-width: 75%;}
  .resource-content .medium-text{line-height: 1.2;}
  .resource-content .small-text{padding-right: 10px;  }

  /* Schedule Section Mobile 
  ----------------------------- */
  .schedule-section .event-grid{    
    flex-direction: column;
    gap: 0px;
    margin-top: 20px;
  }

  .schedule-section .event{
    max-width: 100%;
    margin: 10px 0;
    padding: 0px;
    background-color: #f1f3fb;
    border-radius: 25px;
  }
  .schedule-section .event-number{border:8px solid white;  }
  .schedule-section .event-date, .schedule-section .event-title{font-size: var(--font-default);  }
  .schedule-section .event-date-title{padding: 15px 10px 10px;  }

  .page-template-page-summit-v25 .news-section .featured-news{
    display: flex;
    flex-direction: column;
  }

  /* Factsheets Mobile
  ----------------------*/
  .pagefactsheets-text {
    height: fit-content;
  } 

  /* Emodules List Mobile
  ----------------------- */
  .page-template-page-emodules-v25 .emodules-s1-block {padding: 20px 0;}
  .emodule-pilar {margin: 20px 10px; }
  .emodules-s2-text p {font-size: 16px;}

  /* Center of Excelence Mobile
  ------------------------------- */
  .page-template-page-center-v25 .center-s1-block{padding: 20px 0;}
  .page-template-page-center-v25 .center-s1-logo{margin: 5px auto;}
  .page-template-page-center-v25 .center-s1-text {
    margin: 0 auto;
    padding: 0;
    border: none;
    line-height: 1;
}
.page-template-page-center-v25 .center-s1-bold{line-height: 1;}
  .page-template-page-center-v25 .text-visit{
    padding-right: 0px;
    text-align: justify;
  }
  .page-template-page-center-v25 .content-center {padding: 45px 20px;}





  /* ASP Summit S6
  ------------------------------- */
  .webinar-title{
    min-height: unset;
  }


  .webinar-s6-list, .webinar-flex-grid{flex-direction: column;}
  .webinar-s6-organizer-block .speaker-block{
    margin-left: 0px;
    padding: 30px;
  }
  .webinar-s6-title{    font-size: var(--font-medium);  }
  .webinar-speaker-information{
    flex-direction: column;
    align-items: center;
  }
  .factsheet-webinar-grid{
    flex-direction: column;
    gap:30px;    
  }
  .factsheet-webinar-block{flex-direction: row!important;}
  .factsheet-webinar-text{font-size: var(--font-medium);}
  .factsheet-webinar-link{font-size: var(--font-normal);}

  .page-template-page-multi-synopse-series6-v25 .section-webinarslist-block{
    margin-bottom: 165px;
  }

}
