*, *::before, *::after {
	box-sizing: border-box;
}
.clr{
	clear: both;
}
html {
	font-family: Lato, sans-serif;
	line-height: 1.3rem;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height:100%;
	width: 100%;
	scroll-behavior: smooth;
	-webkit-tap-highlight-color: transparent;
	scrollbar-color: rgba(153,153,153,.5) transparent;
	scrollbar-width: thin;
}
body {
	width: 100%;
	overflow-x: hidden;
	hyphens: auto;
	margin: 0;
	padding:0;
	font-family: Lato, sans-serif;
	font-size: 1rem;
	font-weight:normal;
	line-height: 1.3rem;
	color: #0F6BAC;
	text-align: left;
	height:100%;
	background-color: #ffffff;
}
.wrapper{
	width:calc(100%-5px;);
}
/* width */
::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}/*  */

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px transparent; 
  border-radius: 2px;
}/*  */
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #F4A212; 
  border-radius: 10px;
}/*  */

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background:#0F6BAC;
}/*  */

@-ms-viewport {
	width: device-width;
}/*  */

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section, div {
	display: block;
}

body {
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}
.quickcon{
    height: 60px;
}
.header{
    margin: 0;
    padding: 0;
    width: 100%;
    top: 0;
	background-color:#ffffff;
}

.sticky {
    top: 0;
    position: fixed;
}