.dropdown li a{
	color: black !important;
	font-weight: 400;
}

.btn-system {
	background-color: #1185C0;
	color: #ffffff !important;
}

/* NEW ADDITIONS FOR OSWALD FONT FOR FSATC */
body {
    font-family: 'News Cycle', sans-serif;
    font-size: 16px;
}

p {
    color:black;
    font-size: 16px;
    font-family: 'News Cycle', sans-serif;
    line-height: 22px;
    margin: 0;
}
		
h1, h2, h3, h4, h5, h6 {
    font-family: 'News Cycle', sans-serif;
}
/* END NEW FOR OSWALD FONT */
		
 label {
	font-size: 13px;
	color: #1185C0;
	font-weight: 400;
	cursor: pointer;
}

.tp-caption.big_font_size {
	font-size: 28px;
	line-height: 36px;
}