﻿*,
*:before,
*:after,
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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
*:before,
*:after
{
    font-size:inherit;
    font-family:inherit;
    font-weight:inherit;
    text-decoration:inherit;
}
::selection {
    background: #212529;
    text-shadow: none;
    color: rgb(255, 255, 255);
}

a {
    color: #0B5699;
}
address
{
    font-style:normal;
}
article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
menu, 
nav, 
section {
	display: block;
}
body {
    font-size: 1em;
}
body,
button,
input,
select,
textarea {
    font-family: 'Roboto', Arial, sans-serif;
}
button,
input,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
blockquote, 
q {
	quotes: none;
}
blockquote:before, 
blockquote:after,
q:before, 
q:after {
	content: '';
	content: none;
}
.clear
{
    clear:both;
}
*:disabled
{
    cursor:not-allowed;
}
:focus, 
:active
{
    outline:none;
}
.fs-xxl
{
    font-size:3.125rem;
}
.fs-xl {
    font-size: 2.0rem;
}
.fs-l {
    font-size: 1.5rem;
}
.fs-m {
    font-size: 1.25rem;
}
.fs-s {
    font-size: 1.125rem;
}
.fs-xs {
    font-size: 1.0rem;
}
.fs-xxs {
    font-size: 0.875rem;
}
.fw-300 {
    font-weight:300;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-700 {
    font-weight: 700;
}
h1, 
h2, 
h3, 
h4, 
h5, 
p {
    padding-bottom: 10px;
}
h1 {
    font-size: 1.5rem;
    font-weight: 500;
}
h2 {
    font-size: 1.5rem;
    font-weight: 400;
}
h3 {
    font-size: 1rem;
    font-weight: 400;
}
h4 {
    font-size: 0.875rem;
    font-weight: 400;
}
h5
{
    font-size: 0.875rem;
    font-weight:400;
}
h1:last-child, 
h2:last-child, 
h3:last-child, 
h4:last-child, 
h5:last-child, 
p:last-child {
    padding-bottom: 0px;
}

address p:last-of-type
{
    padding-bottom:10px;
}
html, 
body
{
    height:100%;
    -webkit-overflow-scrolling: touch;
    color:rgb(40, 40, 40);
}
html
{
    font-size: 0.875em;
}
.link {
    cursor: pointer;
    text-decoration: none;
}
.link:hover {
    text-decoration: underline;
}
.link:disabled
{
    cursor:not-allowed;
}
.mb1
{
    margin-bottom:1rem;
}
.mb2
{
    margin-bottom:2rem;
}
.mb3
{
    margin-bottom:3rem;
}
p
{
    font-size:1rem;
    font-weight:400;
    line-height:initial;
}
ol, ul {
	list-style: none;
}
section {
    width: 100%;
    position: relative;
}
select::-ms-expand {
    display: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table caption
{
    display:none;
    visibility:hidden;
    opacity:0;
}