

.home header:not(.scrolled) .header_bottom.clearfix{
    background-color: rgba(255, 255, 255, 0.00);
}
.home header.dark .q_logo img {
    opacity: 0
}
.home header.dark .q_logo img.light{
    opacity: 1
}
.home header:not(.scrolled) nav.main_menu ul li a span.underline_dash{
 border-color:#ffffff;
}
.home header:not(.scrolled) nav.main_menu > ul > li > a > span:not(.plus){
   color:#ffffff !important;
}

.home .content.content_top_margin{
    margin-top:0 !important;
}

@media only screen and (max-width: 450px){ 
    .hero-module .call-to-action{
       flex-direction:column !important;
    }
   	.hero-module .btn:not(:first-of-type){
        margin-left:0 !important;
    }
}