@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
body{
font-family: 'Poppins', sans-serif; }

.nav > li > a { padding: 10px 8px; font-size: 14px; }
nav>.container { width: 95%; }

.page-34948 {
    background-color: #9A2825 !important;
    border: 1px solid #9A2825 !important;
    color: #FFFFFF !important;
    margin: 13px 5px;
    padding: 6px 10px !important;
}
.page-34949,
.page-34950 {
    background-color: #364DA1 !important;
    border: 1px solid #364DA1 !important;
    color: #FFFFFF !important;
    margin: 13px 5px;
    padding: 6px 10px !important;
}

.has-text-primary[data-v-8638df72] { fill: red !important; }
.subpage .banner__tint .banner__content { height: 300px; }


.footer { 
background: #F0F0F0;
}

.footer__content{
 min-height: 15px;
 padding-bottom: 0px;
}
.footer [class^="col-"]{
 margin-bottom: 5px;
}
  
.pricing.logo .pricing__price-wrapper { display: none; }
  
.fullwidth-section.no-float, .fullwidth-section.no-float .fullwidth-section__tint {
  float: none;
}

  /* MEDIA */
@media(min-width:768px){
 .w-img30 img{
 width: 30%;
 }
 .w-img35 img{
 width: 35%;
 }
 .w-img40 img{
 width: 40%;
 }
 .w-img50 img{
 width: 50%;
 }
 .w-img60 img{
 width: 30%;
 }
}

.speaker {
 margin-bottom: 0px;
}

.banner__title {
    color: #434242;
}

.section-title {
    color: #434242;
}

#commentsBox{
display: none;
}

/* MAIN */
.header-registration {
 font-size: 1.3em;
 font-weight: bold;
    color: #FCC020;
}
.header-registration::after {
 content: '';
 width: 20px;
 height: 2px;
 background: rgba(0, 0, 0, .5);
 display: block;
    border-top: 3px solid;
    border-color: #FCC020;
    width: 100%;
}