body,html {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    color: #072844;
    min-width: 300px;
    font-size: 20px;
}

*,*: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: 10px;
    margin-bottom: 25px;
}

ul > li > ul,
ol > li > ul,
ul > li > ol,
ol > li > ol{

    margin-top: 0;
    margin-bottom: 0;
}

ul {
    list-style: disc;
}

ul>li,
ol>li {
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 10px;
}

li>ul,
li>ol {
    padding-top: 15px;
}

p {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 30px;
}

em,
i {
    font-style: italic;
}

b {
    font-weight: 700;
}

strong {
    font-weight: 900;
}

a {
    color: #357661;
    text-decoration: none;
}

a:hover {
    color: #357661;
    text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0 0 15px;
    font-weight: 700;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 20px;
    margin: 0;
}

h6 {
    font-size: 16px;
    font-weight: 600;
    color: #4a81b8;
    margin-bottom: 0;
}

hr{
    padding: 0 0 2px;
    margin: 0 0 30px;
    border: none;
    background-color: #9ebcd9;
    clear: both;
}

blockquote {
    margin: 0 0 15px;
    padding: 15px;
    position: relative;
    border-left: none;
    border-right: none;
}

blockquote p {
    color: #afafaf;
    font-weight: 600;
    font-size: 24px;
    margin: 0;
    text-align: center;
    color: #4a81b8;
    font-style: italic;
}

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;"],
.block-content img[style*="float: left;"] {
    margin: 0 25px 25px 0 !important;
}

#content img[style*="float: right;"],
.block-content img[style*="float: right;"] {
    margin: 0 0 25px 25px !important;
}

@media screen and (max-width: 600px) {
    #content img[style*="float: left;"],
    .block-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;"],
    .block-content img[style*="float: right;"] {
        margin: 0 0 25px 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }
}