@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap');

body{
 font-family: 'Open Sans';
 overflow-x: hidden;
}

.banner {
    margin-top: 0px !important;
}

.section-header.section-header--underlined span::after {
  border-top: 3px solid;
  width: 200px;
  top: 13px;
}
.questionnaire__clear { display: none; }
.wrap-kwestionariusz_1404_3312 { display: none; }
.section-title {
    color: #0024D3;
    font-size: 28px;
    font-weight: 600;
}
.schedule {
 margin: 30px 0px;
}
.schedule__item--major .schedule__time { display: none; }
.schedule__item--major { display: block; background: none; }
.schedule__desc { border: 0px; }
.schedule__time { border: 0px; color: #0024D3; font-weight: 600;}

.schedule__item--major .schedule__desc { 
  color: #0024D3;
  font-size: 22px;
  font-weight: 600;
}
#consentsBox label {
    font-size: 0.9em;
}


#commentsBox em, .questionnaire__desc {
  font-size: 0.8em;
  font-style: italic;
}

/* FOOTER */
.footer {
 background: #ccc;
}

.footer__content {
    min-height: 45px !important;
}

@media (max-width: 765px) {

.banner__bg  { background-image: url('/conf-data/forviawomenssummit2023/images/header_main_s.png') !important; }
.banner__content { height: 35vh; }

}