/** ----------  PARSED FONTS  ---------- **/



/*----------------------------------------------------------------------
HEADINGS
------------------------------------------------------------------------*/

.cnt h1,.cnt h3 {
font-family: 'source_sans_prosemibold', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 30px;
line-height: 1.3;
letter-spacing: .04em;
word-spacing: .08em;
}
.cnt h2,.cnt h4 {
font-family: 'source_sans_proregular', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 25px;
line-height: 1.1;
letter-spacing: .07em;

}
/*.cnt h3 {
font-family: 'source_sans_proregular', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 1.2;
letter-spacing: .02em;
}
.cnt h4 {
font-family: 'source_sans_proregular', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 1.1;
letter-spacing: .03em;
}*/

.cnt h5{
font-family: 'source_sans_proregular', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 1.2;
letter-spacing: .02em;
}

/*----------------------------------------------------------------------
COPY
------------------------------------------------------------------------*/

.cnt p {
font-family: 'source_sans_proregular', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 1.5;
letter-spacing: .01em;
word-spacing: .05em;
}
.cnt p b, .cnt p strong {
font-family: 'source_sans_prosemibold', sans-serif;
font-style: normal;
font-weight: normal;
}
.cnt p i, .cnt p em {
font-style: italic;
padding-right: .1em;
}

.cnt .sans p, .cnt p.sans {
font-family: 'robotoregular', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 1.3;
}

.cnt .sans p strong, .cnt p.sans strong {
font-family: 'robotomedium', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 1.3;
}

.cnt .sans2 p, .cnt p.sans2 {
font-family: 'robotolight',Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
line-height: 1.4em;
letter-spacing: .03em;
}



.cnt li, .cnt li, .cnt blockquote, .cnt blockquote p {
font-family: 'source_sans_proregular', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 1.3;
}

.cnt li b, .cnt li strong, .cnt li b, .cnt li strong {
font-family: 'source_sans_prosemibold', sans-serif;
font-style: normal;
font-weight: normal;
}
.cnt li i, .cnt li em, .cnt li i, .cnt li em {
font-style: italic;
}

/*----------------------------------------------------------------------
  INTERFACE
 ------------------------------------------------------------------------*/

.cnt p.caption, .cnt figcaption, .cnt p.credit, .cnt p.leadin, .cnt time {
/*font-family: 'roboto_condensedregular', sans-serif !important; */
font-family: 'robotoregular', sans-serif !important;
font-style: normal !important;
font-weight: normal !important;
font-size: 14px !important;
line-height:  1.3 !important;
}

.cnt dt {
font-family: 'robotomedium', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
line-height: 1.3;
/*letter-spacing: .01em;*/
}

.cnt dd,.cnt dd li {
font-family: 'robotoregular', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 17px;
line-height: 1.3;
/*letter-spacing: .01em;*/
}

.cnt table caption, .cnt table th {
font-family: 'robotoregular', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 18px;
}
.cnt table td {
font-family: 'robotoregular', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 17px;
line-height: 1 !important;
}


