@charset "utf-8";

html {
	font-size: 1vw;
}

* {
    box-sizing: border-box;
}

@media screen and (max-width: 1180px) {
html { font-size: 1.50vw; }
}

@media screen and (max-width: 868px) {
html { font-size: 2.00vw; }
}

@media screen and (max-width: 668px) {
html { font-size: 2.75vw; }
}

@media screen and (max-width: 468px) {
html { font-size: 3.75vw; }
}

.black, .black a:link, .black a:visited, .black a:hover, .black a:active  {
	color: #000000;
}

.blue {
	color: #01407F;
}

.grey {
	color: #9A9999;
}
grey {
	color: #9A9999;
}

b {
	font-weight: bold;
}

i {
	font-style: italic;
}

body {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
	overflow: auto;
	overflow-x: hidden;
	line-height: 0;
}

hr {
	display: block;
	border: 0;
    background-color: transparent;
    border-bottom: 0.075rem solid #01407F;
	border-top: 0rem solid;
	border-top-color: transparent;
	margin: 0;
	padding: 0;
    unicode-bidi: isolate;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
}

sup {
	font-size: 0.75rem;
    vertical-align:super;
}

ul {
	list-style-type: none;
	display: block;
	margin-block-start: 0rem;
    margin-block-end: 0rem;
    margin-inline-start: 0rem;
    margin-inline-end: 0rem;
	-webkit-margin-before: 0rem;
	-webkit-margin-after: 0rem;
	-webkit-margin-start: 0rem;
	-webkit-margin-end: 0rem;
	-webkit-padding-start: 0rem;
}

li {
	display: list-item;
	text-align: inherit;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	transition: 0.2s;
}

::-webkit-scrollbar {
	height: 0.5rem;
	width: 0.5rem;
}

::-webkit-scrollbar-track {
  background: #000000; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #898989; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #CCCCCC; 
}