
#custom_landing .uppercase{
	text-transform: uppercase;
}


#custom_landing,#custom_landing h1,#custom_landing h2,#custom_landing h3,#custom_landing h4,#custom_landing h5,#custom_landing h6{
	font-family: 'Source Sans Pro', sans-serif;
}


#custom_landing .section{
	margin: 0;
}

#custom_landing .social-icon{
	float:none;
	display: inline-block;
}

#custom_landing .section.blank{
	background-color: #fff;
}


#custom_landing #header.dark.sticky-header.transparent-header #header-wrap{
	background-color: #364050;
}

#custom_landing #footer.dark{
	background-color: #364050;
}

#custom_landing #footer.dark .social-icon.si-borderless{
    color: rgba(255,255,255,0.25) !important;
}

#custom_landing .button{
	text-shadow: none;
}

#custom_landing #concurrency .col_half{
	margin-bottom: 0;	
}

#custom_landing #primary-menu ul li i{
	line-height: 0;
}

@media (max-width: 991px){
#custom_landing #header.transparent-header.dark:not(.sticky-header) #header-wrap {
	background-color: #364050;
}

#custom_landing #slider h1{
	display: none;
}

#custom_landing #slider .emphasis-title{
	margin: 50px 0;
}

}