* {
	box-sizing: border-box!important;
}

body {
	font-family: "MontSerrat", sans-serif, serif;
    margin: 0;
    padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: "MontSerrat Bold", sans-serif, serif;
}

h2 {
	font-family: "MontSerrat Medium", sans-serif, serif;
}

h3 {
	font-family: "MontSerrat Light", sans-serif, serif;
}

h5 {
	font-family: "MontSerrat Light", sans-serif, serif;
}

p {
	font-family: "MontSerrat Light", sans-serif, serif;
}

span {
	font-family: "MontSerrat Light", sans-serif, serif;
}

a {
	font-family: "MontSerrat Light", sans-serif, serif;
}

img {
	-ms-interpolation-mode: bicubic;
}


footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

img {
	border-style: none;
}

button,
input,
select {
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[type=submit],
button,
html [type=button] {
	-webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

[type=checkbox] {
	box-sizing: border-box;
	padding: 0;
}


@media print {
	*,
	 ::after,
	 ::before,
	div::first-letter,
	div::first-line,
	li::first-letter,
	li::first-line,
	p::first-letter,
	p::first-line {
		text-shadow: none!important;
		-webkit-box-shadow: none!important;
		box-shadow: none!important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	img {
		page-break-inside: avoid;
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
	.navbar {
		display: none;
	}
}

*,
::after,
::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

[tabindex="-1"]:focus {
	outline: 0!important;
}



h1,
h2,
h3,
h5 {
	margin-top: 0;
	margin-bottom: .5rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

a {
	color: #0275d8;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #014c8c;
	text-decoration: underline;
}

img {
	vertical-align: middle;
}

a,
button,
input,
label,
select {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

label {
	display: inline-block;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

button,
input,
select {
	line-height: inherit;
}

input[type=checkbox]:disabled {
	cursor: not-allowed;
}

h1,
h2,
h3,
h5 {
	margin-bottom: .5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1 {
	font-size: 2.5rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.75rem;
}

h5 {
	font-size: 1.25rem;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
}