[data-component-type="cta"] > [data-loading-text="Loading....."] .btn-text  {
    display:none;
}

[data-component-type="cta"] > [data-loading-text="Loading....."]:before {
    content: attr(data-loading-text);
}

.text-color-link{
	color: var(--text-color-link) !important;
}

@media screen and (min-width:992px){
    .modal#waam-speedbump {
    	overflow:hidden !important;
    }
}


@media screen and (max-width:992px){ 
	/*QUICK FIX FOR EXPANDED TAB COMPONENT ON MOBILE*/
    button._mtb-tab-open + .mtb-tab-content {
        height: unset !important;
    }
}

/*quick fix change color of skip to nav btn*/
#wt-website .skip-navigation.component,
#wt-website .skip-navigation:active, 
#wt-website .skip-navigation:focus,
body[data-tenant="wtb-web"] .skip-navigation:active,
body[data-tenant="wtb-web"] .skip-navigation:focus {
	background: #004c4c !important;
	color: #ffffff !important;
}