h1, h2, h3, h4, h5, h6{
    margin: 0px 0px 5px 0px;
    display: block;
    padding: 0px;}

h2, h3, h4, h5, h6{}

h1{
    font-weight: 400;
    color: #f58220;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 2em;}

h2{
    font-weight: 400;
    font-size: 1.7em;
    color: #f58220;
    text-transform: uppercase;
    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: 1em;}

a{
    color: #F58220;}

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

p{
    font-size: 1.1em;
    font-weight: 400;
    color: #264c59;
    line-height: 1.70em;
    margin-bottom: 20px;}

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

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

ul li{
    font-size: 1.1em;
    color:#264c59;
    font-weight: 400;
}


.bold{font-weight: 700;}
.italic{font-style: italic;}
