.top_disclaim p {
    margin: 0;
}

.top_disclaim {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 11px;
    font-size: 14px;
}

.top_disclaim {
	display:none;
}

.filter-white img { 
	filter: brightness(0) invert(1) !important;
}

section#media_image-3 {
    display: none;
}



@media only screen and (max-width:991px)
{
.top_disclaim {
	display:block;
}
    .ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
	margin:0px;
    }
}


@media only screen and (max-width:767px)
{
section#media_image-3 {
    display: block;
}
section#media_image-2 {
		display: none !important;
	}
	
    .ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children > .ast-menu-toggle {
        top: 3px;
    }
}