html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, p, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, p{
	
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;

	
}
white-space: -o-pre-wrap, word-wrap: break-word, white-space: pre-wrap, white-space: -moz-pre-wrap, white-space: -pre-wrap{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

p {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}





td p {
margin: 0;
padding: 0;}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}


legend{
font-size:14px;
font-weight:bold;
color:#0898BC;
}

fieldset{padding:15px;
border:1px solid #0898BC;
margin-bottom:30px;
}

body {
  font-family: 'Montserrat-Light';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-black);
  background: var(--color-white);
}

ol, ul, li{
	list-style: none;
	
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align:middle;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

a { text-decoration: none }
strong { font-weight: bold; }
em { font-style: italic; font-size: .9em; }

sup { 
    vertical-align: super;
    font-size: smaller;
}
.clear{clear:both;}

.over{
overflow:auto;
}
