/* Main body font */
* {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-decoration: none;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
*[data-anim] {
  opacity: 0;
}
html,
body {
  height: 100%;
}
html {
  font-size: 8px;
}
body {
  background: #ffffff;
  color: #194b85;
  font-family: 'Open Sans', Tahoma, Verdana, Arial;
  font-weight: 300;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: calc(100dvh - var(--wp-admin--admin-bar--height, 0px));
}
body.menu-active {
  overflow: hidden;
}
svg.fullwidth,
img.fullwidth {
  display: block;
  width: 100%;
}
img.maxwidth {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
footer {
  background: #194b85;
  color: #ffffff;
  border-top: 2px solid #c80744;
}
