html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  filter: hue-rotate(0deg);
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

:root {
  --form-line-gradient: linear-gradient(#42a1ec, #0070c9);
  --form-color-white: #fff;
  --form-color-red: red;
  --form-color-dark-white: #fafafa;
  --form-color-black: #000;
  --form-color-light-grey: #ccc;
  --form-color-green: #56da29;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  height: 100%;
  width: 100%;
}

body,
button,
h2,
html,
p,
span {
  line-height: 1.2;
}

/* Keep content hidden until scripts remove the flag to avoid flash */
.product-hidden #body_content,
.product-hidden .footerbtm,
.product-hidden .notifications {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

body,
button,
h2,
p,
.p_modal {
  font-family: Arial, sans-serif;
}

b {
  font-weight: 700;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
}

a {
  background-color: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

img {
  border: 0;
}

code {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

.btn-group-lg > .btn,
.btn-lg {
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  padding: 0;
}

body,
html {
  font-size: 14px;
}
