@charset "utf-8";
/* CSS Document */
html {margin:0; padding:0;}
body { margin:0; padding:0;  background-color: rgba(242,	242,	242, 1 ); min-width:320px; font-size:14px !important; font-family:  'SFUIDisplay-Regular', Verdana;}

a {outline:none;}
img {border:none;}
* {-webkit-tap-highlight-color: rgba(0,0,0,0);}
a img, a:link img, a:visited img {
  border: 0;
}
.page_container {margin:0 auto; padding:0; width:auto;}

.header_desktop, .desktop_left, .footer {display:none;}

.mainContainer {margin:0; padding:0; width:100%; /*height:100vh;*/}
.clear {clear:both; margin:0; padding:0; width:100%; height:0px;}
input::-ms-clear {display:none;}

::-webkit-scrollbar {
  display: none;
}
/*-- Embeded font -------*/
@font-face {
  font-family: 'SFUIDisplay-Regular';
  src: url('./fonts/SFUIDisplay-Regular/SFUIDisplay-Regular.eot?#iefix') format('embedded-opentype'),  url('./fonts/SFUIDisplay-Regular/SFUIDisplay-Regular.otf')  format('opentype'),
  url('./fonts/SFUIDisplay-Regular/SFUIDisplay-Regular.woff') format('woff'), url('./fonts/SFUIDisplay-Regular/SFUIDisplay-Regular.ttf')  format('truetype'), url('./fonts/SFUIDisplay-Regular/SFUIDisplay-Regular.svg#SFUIDisplay-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SFUIDisplay-Light';
  src: url('./fonts/SFUIDisplay-Light/SFUIDisplay-Light.eot?#iefix') format('embedded-opentype'),  url('./fonts/SFUIDisplay-Light/SFUIDisplay-Light.otf')  format('opentype'),
  url('./fonts/SFUIDisplay-Light/SFUIDisplay-Light.woff') format('woff'), url('./fonts/SFUIDisplay-Light/SFUIDisplay-Light.ttf')  format('truetype'), url('./fonts/SFUIDisplay-Light/SFUIDisplay-Light.svg#SFUIDisplay-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*-- END: Embeded font -----*/

/*---- Typography ----*/
p {margin:0 0 10px 0; padding:0; font-family: 'SFUIDisplay-Regular', Verdana; font-weight:normal; font-size:100%; color:#000000;}
ul, ol {margin:0 0 10px 0; padding:0; font-family: 'SFUIDisplay-Regular', Verdana; font-weight:normal; font-size:100%; color:#000000; list-style-position:inside;}
li {margin:0; padding:0 0 10px 0;}

ol ol, ul ul {margin:10px 0 10px 40px;}
ul li li, ol li li {font-size:45%;}

h1, h2, h3, h4, h5, h6 {padding:0; font-family: 'SFUIDisplay-Regular', Verdana; font-weight:normal; color:#000000;}
h1 {margin: 0 0 10px 0; font-size: 200%;}
h2 {margin: 0 0 10px 0; font-size: 187.5%;}
h3 {margin: 0 0 10px 0; font-size: 175%;}
h4 {margin: 0 0 10px 0; font-size: 200%;}
h5 {margin: 0 0 10px 0; font-size: 150%;}
h6 {margin: 0 0 10px 0; font-size: 125%; font-weight:bold;}

a:link, a:visited, a:active {margin:0; padding:0; font-family: 'SFUIDisplay-Regular', Verdana; font-weight:normal; font-size:100%; color:#000000; text-decoration:none;}
a:hover {text-decoration:none;}

