/* ON.CSS 4.12 November 2018 by Jan Egil and Borge Refsnes */
html {
  box-sizing: border-box;
  font-size: 100%;  /* Added to reset font page on different devices */
}
*, *:before,  *:after {
  box-sizing: inherit;
}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
body, h1, h2, h3, h4, h5 {
font-family: "Raleway", sans-serif;
}
.on-third img {
margin-bottom: -6px;
cursor: pointer;
}
.on-third img:hover {
opacity: 0.6;
transition: 0.3s;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
display: block;
}
audio, canvas, progress, video {
display: inline-block;
}
progress {
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden], template {
display: none;
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:active, a:hover {
outline-width: 1.5px;
}

small {
font-size: 80%;
}
img {
border-style: none;
}

hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
input, select, textarea {
font: inherit;
margin: 0;
}
input {
overflow: visible;
}
select {
text-transform: none;
}
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
::-webkit-input-placeholder {
color: inherit;
opacity: 0.54;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
/* End extract */
html, body {
font-family: Verdana, sans-serif;
font-size: 15px;
line-height: 1.5;
}
html {
overflow-x: hidden;
}
h1 {
font-size: 36px;
}
h2 {
font-size: 30px;
}
h3 {
font-size: 24px;
}
h4 {
font-size: 20px;
}
h5 {
font-size: 18px;
}
h6 {
font-size: 16px;
}
.on-serif {
font-family: serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Segoe UI", Arial, sans-serif;
font-weight: 400;
margin: 10px 0;
}
.on-wide {
letter-spacing: 4px;
}
hr {
border: 0;
border-top: 1px solid #eee;
margin: 20px 0;
}
.on-image {
max-width: 100%;
height: auto;
}
img {
vertical-align: middle;
}
a {
color: inherit;
}

.on-hoverable tbody tr:hover, .on-ul.on-hoverable li:hover {
background-color: #ccc;
}
.on-centered tr th, .on-centered tr td {
text-align: center;
}
.on-btn, .on-button {
border: none;
display: inline-block;
padding: 8px 16px;
vertical-align: middle;
overflow: hidden;
text-decoration: none;
color: inherit;
background-color: inherit;
text-align: center;
cursor: pointer;
white-space: nowrap;
}
.on-btn:hover {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.on-btn, .on-button {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.on-disabled, .on-btn:disabled, .on-button:disabled {
cursor: not-allowed;
opacity: 0.3;
}
.on-disabled *, :disabled * {
pointer-events: none;
}
.on-btn.on-disabled:hover, .on-btn:disabled:hover {
box-shadow: none;
}
.on-badge, .on-tag {
background-color: #000;
color: #fff;
display: inline-block;
padding-left: 8px;
padding-right: 8px;
text-align: center;
}
.on-badge {
border-radius: 50%;
}
.on-ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.on-ul li {
padding: 8px 16px;
border-bottom: 1px solid #ddd;
}
.on-ul li:last-child {
border-bottom: none;
}
.on-tooltip, .on-display-container {
position: relative;
}
.on-tooltip .on-text {
display: none;
}
.on-tooltip:hover .on-text {
display: inline-block;
}
.on-ripple:active {
opacity: 0.5;
}
.on-ripple {
transition: opacity 0s;
}
.on-input {
padding: 8px;
display: block;
border: none;
border-bottom: 1px solid #ccc;
width: 100%;
}
.on-select {
padding: 9px 0;
width: 100%;
border: none;
border-bottom: 1px solid #ccc;
}
.on-dropdown-click, .on-dropdown-hover {
position: relative;
display: inline-block;
cursor: pointer;
}
.on-dropdown-hover:hover .on-dropdown-content {
display: block;
}
.on-dropdown-hover:first-child, .on-dropdown-click:hover {
background-color: #ccc;
color: #000;
}
.on-dropdown-hover:hover > .on-button:first-child, .on-dropdown-click:hover > .on-button:first-child {
background-color: #ccc;
color: #000;
}
.on-dropdown-content {
cursor: auto;
color: #000;
background-color: #fff;
display: none;
position: absolute;
min-width: 160px;
margin: 0;
padding: 0;
z-index: 1;
}
.on-check, .on-radio {
width: 24px;
height: 24px;
position: relative;
top: 6px;
}
.on-sidebar {
height: 100%;
width: 200px;
background-color: #fff;
position: fixed !important;
z-index: 1;
overflow: auto;
}
.on-bar-block .on-dropdown-hover, .on-bar-block .on-dropdown-click {
width: 100%;
}
.on-bar-block .on-dropdown-hover .on-dropdown-content, .on-bar-block .on-dropdown-click .on-dropdown-content {
min-width: 100%;
}
.on-bar-block .on-dropdown-hover .on-button, .on-bar-block .on-dropdown-click .on-button {
width: 100%;
text-align: left;
padding: 8px 16px;
}
.on-main, #main {
transition: margin-left 0.4s;
}
.on-modal {
z-index: 3;
display: none;
padding-top: 100px;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(65, 65, 65);
background-color: rgba(65, 65, 65, 0.4);
}
.on-modal-content {
margin: auto;
background-color: #fff;
position: relative;
padding: 0;
outline: 0;
width: 600px;
}
.on-bar {
width: 100%;
overflow: hidden;
}
.on-center .on-bar {
display: inline-block;
width: auto;
}
.on-bar .on-bar-item {
padding: 8px 16px;
float: left;
width: auto;
border: none;
display: block;
outline: 0;
}
.on-bar .on-dropdown-hover, .on-bar .on-dropdown-click {
position: static;
float: left;
}
.on-bar .on-button {
white-space: normal;
}
.on-bar-block .on-bar-item {
width: 100%;
display: block;
padding: 8px 16px;
text-align: left;
border: none;
white-space: normal;
float: none;
outline: 0;
}
.on-bar-block.on-center .on-bar-item {
text-align: center;
}
.on-block {
display: block;
width: 100%;
}
.on-responsive {
display: block;
overflow-x: auto;
}
.on-container:after, .on-container:before, .on-panel:after, .on-panel:before, .on-row:after, .on-row:before,
.on-row-padding:after, .on-row-padding:before, .on-cell-row:before, .on-cell-row:after, .on-clear:after,
.on-clear:before, .on-bar:before, .on-bar:after {
content: "";
display: table;
clear: both;
}
.on-col, .on-half, .on-third, .on-twothird, .on-threequarter, .on-quarter {
float: left;
width: 100%;
}
.on-col.s1 {
width: 8.33333%;
}
.on-col.s2 {
width: 16.66666%;
}
.on-col.s3 {
width: 24.99999%;
}
.on-col.s4 {
width: 33.33333%;
}
.on-col.s5 {
width: 41.66666%;
}
.on-col.s6 {
width: 49.99999%;
}
.on-col.s7 {
width: 58.33333%;
}
.on-col.s8 {
width: 66.66666%;
}
.on-col.s9 {
width: 74.99999%;
}
.on-col.s10 {
width: 83.33333%;
}
.on-col.s11 {
width: 91.66666%;
}
.on-col.s12 {
width: 99.99999%;
}
@media (min-width: 601px) {
.on-col.m1 {
  width: 8.33333%;
}
.on-col.m2 {
  width: 16.66666%;
}
.on-col.m3, .on-quarter {
  width: 24.99999%;
}
.on-col.m4, .on-third {
  width: 33.33333%;
}
.on-col.m5 {
  width: 41.66666%;
}
.on-col.m6, .on-half {
  width: 49.99999%;
}
.on-col.m7 {
  width: 58.33333%;
}
.on-col.m8, .on-twothird {
  width: 66.66666%;
}
.on-col.m9, .on-threequarter {
  width: 74.99999%;
}
.on-col.m10 {
  width: 83.33333%;
}
.on-col.m11 {
  width: 91.66666%;
}
.on-col.m12 {
  width: 99.99999%;
}
}
@media (min-width: 993px) {
.on-col.l1 {
  width: 8.33333%;
}
.on-col.l2 {
  width: 16.66666%;
}
.on-col.l3 {
  width: 24.99999%;
}
.on-col.l4 {
  width: 33.33333%;
}
.on-col.l5 {
  width: 41.66666%;
}
.on-col.l6 {
  width: 49.99999%;
}
.on-col.l7 {
  width: 58.33333%;
}
.on-col.l8 {
  width: 66.66666%;
}
.on-col.l9 {
  width: 74.99999%;
}
.on-col.l10 {
  width: 83.33333%;
}
.on-col.l11 {
  width: 91.66666%;
}
.on-col.l12 {
  width: 99.99999%;
}
}
.on-rest {
overflow: hidden;
}
.on-stretch {
margin-left: -16px;
margin-right: -16px;
}
.on-content, .on-auto {
margin-left: auto;
margin-right: auto;
}
.on-content {
max-width: 980px;
}
.on-auto {
max-width: 1140px;
}
.on-hide {
display: none !important;
}
.on-show-block, .on-show {
display: block !important;
}
.on-show-inline-block {
display: inline-block !important;
}
@media (max-width: 1205px) {
.on-auto {
  max-width: 95%;
}
}
@media (max-width: 600px) {
.on-modal-content {
  margin: 0 10px;
  width: auto !important;
}
.on-modal {
  padding-top: 30px;
}
.on-dropdown-hover.on-mobile .on-dropdown-content, .on-dropdown-click.on-mobile .on-dropdown-content {
  position: relative;
}
.on-hide-small {
  display: none !important;
}
.on-mobile {
  display: block;
  width: 100% !important;
}
.on-bar-item.on-mobile, .on-dropdown-hover.on-mobile, .on-dropdown-click.on-mobile {
  text-align: center;
}
.on-dropdown-hover.on-mobile, .on-dropdown-hover.on-mobile .on-btn, .on-dropdown-hover.on-mobile .on-button,
.on-dropdown-click.on-mobile, .on-dropdown-click.on-mobile .on-btn, .on-dropdown-click.on-mobile .on-button {
  width: 100%;
}
}
@media (max-width: 768px) {
.on-modal-content {
  width: 500px;
}
.on-modal {
  padding-top: 50px;
}
}
@media (min-width: 993px) {
.on-modal-content {
  width: 900px;
}
.on-hide-large {
  display: none !important;
}
.on-sidebar.on-collapse {
  display: block !important;
}
}
@media (max-width: 992px) and (min-width: 601px) {
.on-hide-medium {
  display: none !important;
}
}
@media (max-width: 992px) {
.on-sidebar.on-collapse {
  display: none;
}
.on-main {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.on-auto {
  max-width: 100%;
}
}
@media (min-width: 640px) { body {font-size:1rem;} } 
@media (min-width:960px) { body {font-size:1.2rem;} } 
@media (min-width:1100px) { body {font-size:1.5rem;} }
.on-top, .on-bottom {
position: fixed;
width: 100%;
z-index: 1;
}
.on-top {
top: 0;
}
.on-bottom {
bottom: 0;
}
.on-overlay {
position: fixed;
display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: 2;
}
.on-display-topright {
position: absolute;
right: 0;
top: 0;
}

.on-circle {
border-radius: 50%;
}
.on-round-small {
border-radius: 2px;
}
.on-round,
.on-round-medium {
border-radius: 4px;
}
.on-round-large {
border-radius: 8px;
}
.on-round-xlarge {
border-radius: 16px;
}
.on-round-xxlarge {
border-radius: 32px;
}
.on-row-padding, .on-row-padding > .on-half, .on-row-padding > .on-third, .on-row-padding > .on-twothird,
.on-row-padding > .on-threequarter, .on-row-padding > .on-quarter, .on-row-padding > .on-col {
padding: 0 8px;
}
.on-container, .on-panel {
padding: 0.01em 16px;
}
.on-panel {
margin-top: 16px;
margin-bottom: 16px;
}
.on-code, .on-codespan {
font-family: Consolas, "courier new";
font-size: 16px;
}
.on-code {
width: auto;
background-color: #fff;
padding: 8px 12px;
border-left: 4px solid #4caf50;
word-wrap: break-word;
}
.on-codespan {
color: crimson;
background-color: #f1f1f1;
padding-left: 4px;
padding-right: 4px;
font-size: 110%;
}
.on-card, .on-card-2 {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.on-card-4, .on-hover-shadow:hover {
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}
.on-spin {
animation: on-spin 2s infinite linear;
}
@keyframes on-spin {
0% {
  transform: rotate(0deg);
}
100% {
  transform: rotate(359deg);
}
}
.on-animate-fading {
animation: fading 10s infinite;
}
@keyframes fading {
0% {
  opacity: 0;
}
50% {
  opacity: 1;
}
100% {
  opacity: 0;
}
}
.on-animate-opacity {
animation: opac 0.8s;
}
@keyframes opac {
from {
  opacity: 0;
}
to {
  opacity: 1;
}
}
.on-animate-top {
position: relative;
animation: animatetop 0.4s;
}
@keyframes animatetop {
from {
  top: -300px;
  opacity: 0;
}
to {
  top: 0;
  opacity: 1;
}
}
.on-animate-left {
position: relative;
animation: animateleft 0.4s;
}
@keyframes animateleft {
from {
  left: -300px;
  opacity: 0;
}
to {
  left: 0;
  opacity: 1;
}
}
.on-animate-right {
position: relative;
animation: animateright 0.4s;
}
@keyframes animateright {
from {
  right: -300px;
  opacity: 0;
}
to {
  right: 0;
  opacity: 1;
}
}
.on-animate-bottom {
position: relative;
animation: animatebottom 0.4s;
}
@keyframes animatebottom {
from {
  bottom: -300px;
  opacity: 0;
}
to {
  bottom: 0;
  opacity: 1;
}
}
.on-animate-zoom {
animation: animatezoom 0.6s;
}
@keyframes animatezoom {
from {
  transform: scale(0);
}
to {
  transform: scale(1);
}
}
.on-animate-input {
transition: width 0.4s ease-in-out;
}
.on-animate-input:focus {
width: 100% !important;
}
.on-opacity, .on-hover-opacity:hover {
opacity: 0.6;
}
.on-opacity-off, .on-hover-opacity-off:hover {
opacity: 1;
}
.on-opacity-max {
opacity: 0.25;
}
.on-opacity-min {
opacity: 0.75;
}
.on-greyscale-max, .on-grayscale-max, .on-hover-greyscale:hover, .on-hover-grayscale:hover {
filter: grayscale(100%);
}
.on-greyscale, .on-grayscale {
filter: grayscale(75%);
}
.on-greyscale-min, .on-grayscale-min {
filter: grayscale(50%);
}

.on-small {
font-size: 12px !important;
}

.on-large {
font-size: 18px !important;
}
.on-xlarge {
font-size: 24px !important;
}
.on-left-align {
text-align: left !important;
}
.on-right-align {
text-align: right !important;
}
.on-justify {
text-align: justify !important;
}
.on-center {
text-align: center !important;
}

.on-margin-bottom {
margin-bottom: 16px !important;
}
.on-padding {
padding: 8px 16px !important;
}
.on-padding-16 {
padding-top: 16px !important;
padding-bottom: 16px !important;
}
.on-padding-24 {
padding-top: 24px !important;
padding-bottom: 24px !important;
}
.on-padding-32 {
padding-top: 32px !important;
padding-bottom: 32px !important;
}
.on-padding-64 {
padding-top: 64px !important;
padding-bottom: 64px !important;
}
.on-left {
float: left !important;
}
.on-right {
float: right !important;
}
.on-button:hover {
color: #000 !important;
background-color: #ccc !important;
}
.on-transparent, .on-hover-none:hover {
background-color: transparent !important;
}
.on-hover-none:hover {
box-shadow: none !important;
}

.on-dark-grey, .on-hover-dark-grey:hover, .on-dark-gray, .on-hover-dark-gray:hover {
color: #fff !important;
background-color: #616161 !important;
}
.on-text-light-grey, .on-hover-text-light-grey:hover, .on-text-light-gray, .on-hover-text-light-gray:hover {
color: #f1f1f1 !important;
}
.on-black, .on-hover-black:hover {
color: #fff !important;
background-color: #000 !important;
}
.on-grey, .on-hover-grey:hover, .on-gray, .on-hover-gray:hover {
color: #000 !important;
background-color: #9e9e9e !important;
}
.on-white, .on-hover-white:hover {
color: #000 !important;
background-color: #fff !important;
}