#hero h2 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
}

/*--------------------------------------------------------------
# Agenda / schedule: Section
--------------------------------------------------------------*/
#schedule .section-header {
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
}

#schedule .schedule-item p {
  font-style:normal;
  color: #152b79;
  margin-bottom: 0;
}
#schedule .flex-container {
  display: flex; 
}
#schedule .flex-container > div {  
  margin: 0 0 0 5px;  
  
}

#schedule .faq-list {
  padding: 0;
  list-style: none;
}
#schedule .faq-list li {
  border-bottom: 1px solid #e9eaed;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
#schedule .faq-list .question {
  display: block;
  position: relative;
  font-family: #152b79;
  /*font-size: 18px;*/
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  /*padding-left: 25px;*/
  cursor: pointer;
  /*color: #e0072f;*/
  color: #152b79;
  transition: 0.3s;
}
#schedule .faq-list i {
  font-size: 12px;
  /*position: absolute;*/
  left: 5px;
  top: -2px;
}
#schedule .faq-list p {
  margin-bottom: 0;
  /*padding: 10px 0 0 25px;*/
  padding: 0 0 0 0;
  font-size: 14px;
}
#schedule .faq-list .icon-show {
  display: none;
}
#schedule .faq-list .collapsed {
  color: #152b79;
}
#schedule .faq-list .collapsed:hover {
  /*color: #f82249;*/
  color: #152b79;
}
#schedule .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
  font-size: 12px;
}
#schedule .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;    
}


/*--------------------------------------------------------------
# Sponsors Section
--------------------------------------------------------------*/
#supporters {
  padding: 60px 0;
}
#supporters .supporters-wrap {
  border-top: 1px solid #e0e5fa;
  border-left: 1px solid #e0e5fa;
  margin-bottom: 30px;
}
#supporters .supporter-logo {
  /*padding: 30px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #e0e5fa;
  border-bottom: 1px solid #e0e5fa;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  /*height: 300px;*/
}
#supporters .supporter-logo:hover img {
  transform: scale(1.1);
}
#supporters img {
  transition: all 0.4s ease-in-out;
}


/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/
#faq {
  padding: 60px 0;
}
#faq .faq-list {
  padding: 0;
  list-style: none;
}
#faq .faq-list li {
  border-bottom: 1px solid #e9eaed;
  margin-bottom: 20px;
  padding-bottom: 20px;    
}
#faq .faq-list .question {
  display: block;
  position: relative;
  font-family: #000000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 25px;
  cursor: pointer;
  color: #000000;
  transition: 0.3s;  
}

#faq .faq-list i {
  font-size: 16px;
  position: absolute;
  left: 0;
  top: -2px;
}
#faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
}
#faq .faq-list .icon-show {
  display: none;
}
#faq .faq-list .collapsed {
  color: black;
  
}
#faq .faq-list .collapsed:hover {
  color: black;
  font-weight: bold;
}


#faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}
#faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #101522;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
}
#footer .footer-top {
  background: #040919;
  padding: 10px 0 0px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}
#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}
#footer .footer-top .social-links a {
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}
#footer .footer-top .social-links a:hover {
  background: #f82249;
  color: #fff;
}
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 4px;
  border-bottom: 2px solid #f82249;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #f82249;
  font-size: 18px;
}
#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #eee;
}
#footer .footer-top .footer-links ul a:hover {
  color: #f82249;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
}
#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter input[type=email] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}
#footer .footer-top .footer-newsletter input[type=submit] {
  background: #f82249;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type=submit]:hover {
  background: #e0072f;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

#footer .footer-top h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0 0;
}