/** RESET **/
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%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/** BASIC PATTERN **/
* {
	word-wrap: break-word;
  	overflow-wrap: break-word;
	-webkit-hyphens: initial;
   	-moz-hyphens: initial;
    hyphens: initial;
}

html {
	font-size:16px;
	font-family: 'Arial', sans-serif;
	color: #062841;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased
}

body {
    font-size: 1.125rem;
}

b,strong {
	font-weight: 600;
}

p {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 1.1em;
}

p:last-of-type {
    margin-bottom: 0;
}

a {
    color: #0093D8;
    text-decoration: none;
    font-weight: 600;
}

a:hover {
    color:#0079B2;
}

*:focus {
    outline: none;
}

/************************/

h1 {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 600;
    font-size: 3.75rem;
    line-height: 4.625rem;
    /* navyBlue900 */
    color: #062841; 
}

h2 {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 600;
    font-size: 2.875rem;
    line-height: 3.5625rem;
    /* navyBlue900 */
    color: #062841; 
}

h3 {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 600;
    font-size: 2.375rem;
    line-height: 2.9375rem;
    /* navyBlue900 */
    color: #062841; 
}

h4 {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 2.375rem;
    /* navyBlue900 */
    color: #062841; 
}

h5 {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2rem;
    /* navyBlue900 */
    color: #062841; 
}

h6 {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.625rem;
    /* navyBlue900 */
    color: #062841; 
}

/** BASIC PATTERN ENDE **/