/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,200,600,700,900);

*{ font-family: 'Source Sans Pro', sans-serif !important; /*font-weight:400;*/ }

body.mceContentBody{font-size:13px;}




.Extra-Light { font-weight:200; }
.Light { font-weight:300; }
.Normal { font-weight:400; }
.Semi-Bold { font-weight:600; }
.Bold, strong { font-weight:700; }
.Ultra-Bold { font-weight:900; }

em { font-style:italic; }

.Extra-Light strong { font-weight:600; }
.Light strong { font-weight:600; }
.Normal strong { font-weight:700; }
.Semi-Bold strong{ font-weight:700; }
.Bold strong{ font-weight:900; }


