/* TYPE STYLES */    
    
.title h1 {
    font: 40px/1.3 Sofia, Arial, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}    

.title h2 {
	font-weight: 600;
    text-transform: uppercase;
    }

.title h3 {
	font-weight: 600;
    text-transform: uppercase;
    }

.buttoncomponent a {
    text-transform:uppercase;
    }

.cta-button-bar.cta-theme4 .cta-button-container .cta-button {
    color:#000000;border-color: #000000;
    }

.cta-button-bar.cta-theme4 .cta-button-container .cta-button:hover{
	background-color:#000000; color:#ffffff;border-color: #000000;
	}
.topnav .main > ul > li > a span{
	text-transform:uppercase;
            color:#666666;

        }
.core-topnav .nav-wrapper>li .topnav-item a .teaser-title{
	text-transform:uppercase;
            color:#666666;

        }