body,html {
    margin: 0;
    padding: 0;
    font-family: 'Muli', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,*:before,*:after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    line-height: 1;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,
em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,
b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,embed,figure,figcaption,footer,header,hgroup,menu,nav,
output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

ul,
ol {
    line-height: 1;
    padding-left: 40px;
    margin-top: 0;
    margin-bottom: 30px;
}

ul {
    list-style: disc;
}

ul>li,
ol>li {
    font-size: 16px;
    line-height: 1;
    padding-bottom: 10px;
}

li>ul,
li>ol {
    padding-top: 15px;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 30px;
    clear: both;
}

em,
i {
    font-style: italic;
}

b {
    font-weight: 700;
}

strong {
    font-weight: 900;
}

a {
    color: #f3734e;
    text-decoration: underline;
}

a:hover {
    color: #da6746;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0 0 15px;
    font-weight: 700;
    clear: both;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 18px;
}

blockquote {
    margin: 0;
    padding: 15px;
    position: relative;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
}

blockquote p:before,
blockquote p:after {
    font-size: 20px;
    position: absolute;
    color: #afafaf;
    font-weight: 400;
}

blockquote p:before {
    content: '\275D';
    top: 10px;
    left: 0px;
}

blockquote p:after {
    content: '\275E';
    bottom: 2px;
    right: 0;
    text-align: right;
}

blockquote p {
    color: #afafaf;
    font-weight: bold;
    font-size: 20px;
    margin: 0;
}

table {
    margin: 15px 0px 25px;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-collapse: collapse;
    border-spacing: 0;
}

table th {
    color: #fff;
    padding: 5px;
    font-weight: 500;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    background-color: #666;
}

table td {
    color: #333;
    padding: 5px;
    font-weight: 500;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    background-color: #fff;
}

#content img[style*="float: left;"] {
    margin: 0 25px 25px 0 !important;
}

#content img[style*="float: right;"] {
    margin: 0 0 25px 25px !important;
}

@media screen and (max-width: 600px) {
    #content img[style*="float: left;"] {
        margin: 0 0 25px 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    #content img[style*="float: right;"] {
        margin: 0 0 25px 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
}