h1, h2, h3, h4, h5, h6{
    font-family:'Source Serif Pro', serif;
    margin: 0px 0px 5px 0px;
    display: block;
    padding: 0px;}

.contentwrapper h1, .contentwrapper h2, .contentwrapper h3, .contentwrapper h4, .contentwrapper h5, .contentwrapper h6{
    font-family:'Source Sans Pro', sans-serif;}

h2, h3, h4, h5, h6{}

h1{
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 2.3em;}

h2{
    font-weight: 700;
    font-size: 1.7em;
    text-transform:none;
    letter-spacing: 0em;}

h3{
    font-weight: 700;
    font-size: 1.65em;}

h4{
    font-weight: 700;
    margin-top: 10px; 
    margin-bottom: 5px;
    font-size: 1.45em;}

h5{
    font-weight: 700;
    font-size: 1.25em;}

h6{
    font-weight: 700;
    font-size: 1.2em;}

a{
    color: #29abc5;}

a:hover{
    color: #000;
    text-decoration: underline;}

p{
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 0.015em;
    line-height: 1.9em;
    margin-bottom: 20px;}

 P + ul{
    margin-bottom: 35px;}

ul, ol{
    padding: 0px 0px 0px 15px;
    margin: 0px 0px 15px 0px}

ul li, ol li{
    font-size: 1.2em;
    font-weight: 400;
}

ul li ul li, ol li > * > li{
    font-size: 1em;}


.margin-bottom-0{margin-bottom:0px;}
.margin-bottom-5{margin-bottom:5px;}
.margin-bottom-10{margin-bottom:10px;}
.margin-bottom-15{margin-bottom:15px;}
.bold{font-weight: 700;}
.italic{font-style: italic;}
