@charset "UTF-8";
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(365deg);
            transform: rotate(365deg);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(365deg);
            transform: rotate(365deg);
  }
}
html, body, div, span, object, iframe, h1, h2, h3, h4, p, pre, em, img, small, strong, sub, sup, var, b, i, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td, canvas, footer, header, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

footer, header, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

em, i {
  font-style: normal;
}

@font-face {
  font-family: "Continental Stag Sans";
  font-style: normal;
  font-weight: normal;
  src: url("assets/fonts/ContinentalStagSansWeb-Book.eot");
  src: local("Continental Stag Sans Book"), url("assets/fonts/ContinentalStagSansWeb-Book.eot#iefix") format("embedded-opentype"), url("assets/fonts/ContinentalStagSansWeb-Book.woff") format("woff"), url("assets/fonts/ContinentalStagSansWeb-Book.ttf") format("truetype");
}
@font-face {
  font-family: "Continental Stag Sans";
  font-style: normal;
  font-weight: 700;
  src: url("assets/fonts/ContinentalStagSansWeb-Medium.eot");
  src: local("Continental Stag Sans Medium"), url("assets/fonts/ContinentalStagSansWeb-Medium.eot#iefix") format("embedded-opentype"), url("assets/fonts/ContinentalStagSansWeb-Medium.woff") format("woff"), url("assets/fonts/ContinentalStagSansWeb-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Continental Stag Sans";
  font-style: normal;
  font-weight: 200;
  src: url("assets/fonts/ContinentalStagSansWeb-Light.eot");
  src: local("Continental Stag Sans Light"), url("assets/fonts/ContinentalStagSansWeb-Light.eot#iefix") format("embedded-opentype"), url("assets/fonts/ContinentalStagSansWeb-Light.woff") format("woff"), url("assets/fonts/ContinentalStagSansWeb-Light.ttf") format("truetype");
}
body, html, div, input, textarea, select, option, button, h1, h2, h3 {
  font-family: "Continental Stag Sans", Arial, Helvetica, sans-serif;
}

h1 {
  font-weight: 700;
}

h2 {
  font-weight: 200;
}

body, html, div, input, textarea, select, option, button {
  font-weight: normal;
  font-size: 17px;
}

a.link {
  color: #ffa500;
}

h1, h2, h3, h4 {
  position: relative;
  margin-bottom: 0.5em;
  line-height: 1.2em;
  text-align: left;
  cursor: default;
}

h1 {
  font-size: 2.9rem;
  font-weight: 700;
  color: #000;
}

h2 {
  margin: 30px 0;
  font-weight: 700;
  font-size: 2rem;
  color: #000;
}

h3 {
  margin: 30px 0;
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
}

h4 {
  margin: 30px 0;
  font-weight: 700;
  font-size: 1.1rem;
  color: #000;
}

@media only screen and (max-width: 600px) {
  body, html, div, input, textarea, select, option, button {
    font-size: 15px;
  }
  h1 {
    font-size: 2rem !important;
  }
}
html {
  height: 100%;
}

body {
  max-width: 100vw;
  min-height: 100vh;
  background: #edf2f4;
}

p {
  line-height: 1.2em;
  margin: 0 0 0.7em 0;
  cursor: default;
}

#wrapper {
  position: relative;
  background: #ffffff;
  margin: -1px auto 0 auto;
  padding-top: 1px;
  padding-bottom: 0.1px;
  min-height: 100vh;
  max-width: 1200px;
  overflow: hidden;
}

#content {
  position: relative;
  margin: 30px 50px;
  min-height: 300px;
}

@media (min-width: 801px) and (max-width: 1100px) {
  #wrapper {
    max-width: 100vw;
  }
}
@media (min-width: 601px) and (max-width: 800px) {
  #wrapper {
    max-width: 100vw;
  }
  #content {
    margin: 20px 30px;
  }
}
@media (min-width: 300px) and (max-width: 600px) {
  #wrapper {
    max-width: 100vw;
  }
  #content {
    margin: 10px 15px;
  }
}
#logo {
  position: absolute;
  top: 0;
  background: #ffa500 url(/assets/continental_siteseal.svg) center bottom no-repeat;
  background-size: contain;
  z-index: 100;
}

#header {
  --img: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: var(--img);
}
#header h1 {
  position: absolute;
  bottom: 0;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
#header nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
#header nav > ul li a {
  display: inline-block;
  font-size: 0.9em;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}
#header nav > ul li a:hover {
  color: #ffa500;
}

#header + #content {
  padding-top: 20px;
}

#footer {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0.85em;
  line-height: 1.25em;
  color: #000;
  background: #edf2f4;
  border-top: 1px solid #e8e8e8;
  cursor: default;
}
#footer > span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  background: url(/assets/continental_logo.svg) left center no-repeat;
  background-size: contain;
}
#footer > nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#footer ul {
  list-style: none;
  display: block;
  text-align: right;
}
#footer ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 16px;
}
#footer ul li a {
  display: block;
  text-decoration: none;
  line-height: 1.5em;
  opacity: 0.8;
  cursor: pointer;
  color: #000;
}
#footer ul li a:hover {
  opacity: 1;
  text-decoration: underline;
}

#logo {
  left: 52.5px;
  width: 273px;
  height: 136.5px;
}

#content {
  margin: 0 52.5px 178.5px 52.5px;
  padding-top: 147px;
}

#header {
  padding: 52.5px 52.5px 31.5px 52.5px;
}
#header h1 {
  width: calc(100% - 105px);
}

#header h1 {
  left: 52.5px;
}

#footer {
  padding: 52.5px 52.5px 31.5px 52.5px;
}

@media only screen and (min-width: 601px) and (max-width: 870px) {
  #logo {
    left: 40px;
    width: 208px;
    height: 104px;
  }
  #content {
    margin: 0 40px 136px 40px;
    padding-top: 112px;
  }
  #header {
    padding: 40px 40px 24px 40px;
  }
  #header h1 {
    width: calc(100% - 80px);
  }
  #header h1 {
    left: 40px;
  }
  #footer {
    padding: 40px 40px 24px 40px;
  }
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  #footer .nav {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #logo {
    left: 30px;
    width: 156px;
    height: 78px;
  }
  #content {
    margin: 0 30px 102px 30px;
    padding-top: 84px;
  }
  #header {
    padding: 30px 30px 18px 30px;
  }
  #header h1 {
    width: calc(100% - 60px);
  }
  #header h1 {
    left: 30px;
  }
  #footer {
    padding: 30px 30px 18px 30px;
  }
  h1 {
    font-size: 2.6rem;
  }
  h2 {
    font-size: 1.3rem;
  }
  #content {
    margin-bottom: 260px;
  }
  #footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    font-size: 0.75em;
  }
  #footer > span {
    margin-top: 20px;
    margin-bottom: 20px;
    max-height: 26px;
    background-position: center;
  }
  #footer ul li {
    display: block;
    text-align: center;
  }
  #footer .nav {
    display: block;
  }
}
@media only screen and (max-width: 350px) {
  #loginbtn {
    display: none;
  }
}
#epsedarkpage {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 0;
  line-height: 1.1em;
  font-size: 0.9em;
  text-decoration: none;
  border-width: 2px;
  border-style: solid;
  cursor: pointer;
  margin-right: 10px;
  padding: 10px 30px;
  text-transform: uppercase;
}
.btn:focus {
  outline: 2px solid rgba(255, 165, 0, 0.5);
  outline-offset: 2px;
}
.btn-default, .btn-ok, .btn-save, .btn-add, .btn-download, .btn-arrow, .btn-back {
  color: #fff;
  background: #ffa500;
  border-color: #ffa500;
  -webkit-transition: color linear 0.1s, border-color linear 0.1s;
  transition: color linear 0.1s, border-color linear 0.1s;
}
.btn-default:hover, .btn-ok:hover, .btn-save:hover, .btn-add:hover, .btn-download:hover, .btn-arrow:hover, .btn-back:hover {
  color: #000;
  border-color: #000;
}
.btn-secondary, .btn-cancel, .btn-edit {
  color: #000;
  background: #ffffff;
  border-color: #000;
  -webkit-transition: color linear 0.1s, border-color linear 0.1s;
  transition: color linear 0.1s, border-color linear 0.1s;
}
.btn-secondary:hover, .btn-cancel:hover, .btn-edit:hover {
  color: #ffa500;
  border-color: #ffa500;
}
.btn-ok, .btn-save {
  padding-left: 50px;
}
.btn-ok:after, .btn-save:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url(assets/icon_btn_ok.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-ok:after, .btn-save:after {
  left: 15px;
}
.btn-add {
  padding-left: 50px;
}
.btn-add:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url(assets/icon_btn_plus.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-add:after {
  left: 15px;
}
.btn-edit {
  padding-left: 50px;
}
.btn-edit:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url(assets/icon_btn_edit.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-edit:after {
  left: 15px;
}
.btn-download {
  padding-left: 50px;
}
.btn-download:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url(assets/icon_btn_download.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-download:after {
  left: 15px;
}
.btn-arrow {
  padding-left: 50px;
}
.btn-arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url(assets/icon_btn_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-arrow:after {
  left: 15px;
}
.btn-back {
  padding-left: 50px;
}
.btn-back:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url(assets/icon_btn_back.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-back:after {
  left: 15px;
}
.btn-dropdown {
  padding-right: 50px;
}
.btn-dropdown:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url(assets/icon_btn_drop_blue.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-dropdown:after {
  right: 15px;
}
.btn-delete {
  color: rgba(255, 45, 55, 0.5);
}
.btn-delete:hover {
  color: #ff2d37;
}
.btn.unfocus {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn.hidden {
  display: none;
}

.btnbar {
  margin: 20px 0 10px 0;
}
.btnbar .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}

#cookiebar {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 0;
  font-size: 11pt;
  line-height: 1.2em;
  text-align: center;
  color: #333;
  background: #f0f0f0;
  cursor: default;
}
#cookiebar > span {
  display: block;
  padding: 0 60px;
}
#cookiebar > span > a {
  color: #333;
  text-decoration: underline;
  cursor: pointer;
}
#cookiebar .mobile {
  display: none;
}
#cookiebar > a {
  position: absolute;
  display: block;
  right: 25px;
  top: 50%;
  width: 30px;
  height: 30px;
  line-height: 28px;
  margin-top: -15px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  background: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#333));
  background: linear-gradient(to bottom, #000, #333);
  border-radius: 3px;
  cursor: pointer;
}

.hidecookiebar #cookiebar {
  display: none;
}

*:focus:not(:focus-visible) {
  outline: none;
}

.form {
  position: relative;
  display: block;
  background: #edf2f4;
}
.form .rowhead {
  display: block;
  margin-bottom: 10px;
  font-size: 0.8em;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: 0.5px;
  color: #000;
  cursor: default;
}
.form .formrow {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.form .formrow.hidden {
  display: none;
}
.form .formrow label {
  margin-bottom: 15px;
}
.form .formrow label > em {
  display: block;
  margin-bottom: 6px;
  font-size: 0.8em;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: 0.5px;
  color: rgba(68, 68, 68, 0.5);
  cursor: default;
}
.form .formrow label > em + span {
  display: block;
  line-height: 1.15em;
  min-height: 1.15em;
  color: #444;
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form .formrow label:focus-within em {
  color: #ffa500;
}
.form .item {
  position: relative;
}
.form .item input, .form .item textarea, .form .item select {
  width: calc(100% - 22px);
  height: 20px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.form .item input:focus, .form .item textarea:focus, .form .item select:focus {
  outline: 2px solid rgba(255, 165, 0, 0.5);
  outline-offset: 2px;
}
.form .item textarea {
  height: 100px;
}
.form .item select {
  width: 100%;
  height: 42px;
}
.form .item.chkok em {
  color: rgba(68, 68, 68, 0.5);
}
.form .item.chkok input {
  border-color: #2db928;
}
.form .item.chkerr em {
  color: #9c1317;
}
.form .item.chkerr input {
  border-color: #a63b3e;
}
.form .item.chkajax em {
  color: #00a5dc;
}
.form .item.chkajax input {
  border-color: #ccc;
}
.form .item.chkajax:before, .form .item.chkajax:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  -webkit-animation-name: rotation;
          animation-name: rotation;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  pointer-events: none;
}
.form .item.chkajax:before {
  width: 20px;
  height: 20px;
  border-color: #888 #fff #888 #fff;
}
.form .item.chkajax:after {
  width: 14px;
  height: 14px;
  border-color: #ccc #fff #ccc #fff;
  animation-direction: reverse;
}
.form .item.chkajax:before {
  right: 8px;
  bottom: 8px;
}
.form .item.chkajax:after {
  right: 11px;
  bottom: 11px;
}
.form .checkbox {
  padding-left: 35px;
  position: relative;
  min-height: 25px;
  margin-top: 10px;
  margin-bottom: 20px !important;
  line-height: 1.2em;
  font-size: 0.9em;
  border-radius: 6px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form .checkbox:focus-within {
  outline: 2px solid rgba(255, 165, 0, 0.5);
  outline-offset: 2px;
}
.form .checkbox input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer;
}
.form .checkbox span {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  border-radius: 6px;
}
.form .checkbox span:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form .checkbox:hover input ~ span {
  background-color: rgba(255, 165, 0, 0.25);
}
.form .checkbox input:checked ~ span {
  background-color: #ffa500;
}
.form .checkbox input:checked ~ span:after {
  display: block;
}
.form .checkbox.chkerr span {
  background-color: #a63b3e;
}
.form .hint {
  margin-top: 20px;
  font-size: 0.8em;
  color: rgba(68, 68, 68, 0.5);
  cursor: default;
}
.form .loading {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
}
.form .loading:before, .form .loading:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  -webkit-animation-name: rotation;
          animation-name: rotation;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  pointer-events: none;
}
.form .loading:before {
  width: 20px;
  height: 20px;
  border-color: #888 #fff #888 #fff;
}
.form .loading:after {
  width: 14px;
  height: 14px;
  border-color: #ccc #fff #ccc #fff;
  animation-direction: reverse;
}
.form .loading:before {
  left: calc(50% - 10px);
  top: calc(50% - 10px);
}
.form .loading:after {
  left: calc(50% - 7px);
  top: calc(50% - 7px);
}
.form.loading .loading {
  display: block;
}

.header {
  position: relative;
  padding: 10px 20px;
  background: #fff;
  z-index: 490;
}
.header:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(237, 242, 244, 0.5)), to(rgba(237, 242, 244, 0)));
  background: linear-gradient(rgba(237, 242, 244, 0.5), rgba(237, 242, 244, 0));
  z-index: -1;
}
.header .logo {
  display: inline-block;
  width: 64px;
  height: 40px;
  background: url(assets/logo.png) left center no-repeat;
  background-size: contain;
}
.header input[type=checkbox] {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.header input[type=checkbox]:checked ~ nav {
  max-height: 100%;
}
.header input[type=checkbox]:checked ~ .menu-icon {
  background: rgba(238, 238, 238, 0.1);
}
.header input[type=checkbox]:checked ~ .menu-icon span {
  background: transparent;
}
.header input[type=checkbox]:checked ~ .menu-icon span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
}
.header input[type=checkbox]:checked ~ .menu-icon span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}
.header .nav {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  max-height: 0;
  background-color: #eee;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}
.header .menu {
  list-style: none;
  padding: 50px 40px 0 40px;
}
.header .menu li {
  display: block;
  height: 50px;
  line-height: 50px;
}
.header .menu a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #000;
  text-decoration: none;
  font-size: 1.15rem;
}
.header .menu-icon {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 20px;
  background: rgba(255, 255, 255, 0.1);
}
.header .menu-icon span {
  display: block;
  width: 20px;
  height: 2px;
  background: #000;
  position: relative;
  margin-top: 9px;
}
.header .menu-icon span::before, .header .menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header .menu-icon span::before {
  top: 5px;
}
.header .menu-icon span::after {
  top: -5px;
}

@media (min-width: 768px) {
  .header .nav {
    position: relative;
    max-height: none;
    float: right;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: transparent;
    overflow: visible;
  }
  .header .menu {
    padding: 0;
    margin-right: -10px;
  }
  .header .menu li {
    display: inline-block;
    vertical-align: top;
    height: 40px;
  }
  .header .menu a {
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
    opacity: 0.8;
  }
  .header .menu a:hover {
    opacity: 1;
    background: #ccc;
  }
  .header .menu-icon {
    display: none;
  }
}
#jsnotify {
  position: fixed;
  right: 12px;
  top: 12px;
  display: block;
  width: calc(100% - 24px);
  max-width: 350px;
  z-index: 799;
}
#jsnotify .jsnotify {
  display: block;
  margin-bottom: 12px;
  padding: 12px;
  font-size: 0.9em;
  line-height: 1.15em;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
  cursor: default;
  pointer-events: none;
}
#jsnotify .jsnotify-info {
  background-color: #ffd700;
  color: #8b7500;
}
#jsnotify .jsnotify-success, #jsnotify .jsnotify-successmsg {
  background-color: #54ff9f;
  color: #2e8b57;
}
#jsnotify .jsnotify-error, #jsnotify .jsnotify-errormsg {
  background-color: #ff3e96;
  color: #8b0a50;
}

#hero {
  position: relative;
  display: block;
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#hero h1 {
  position: absolute;
  bottom: 0;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
#hero.index {
  background-image: url(assets/hero_index.jpg);
  background-position: 50% 65%;
}
#hero.second {
  background-image: url(assets/hero_second.jpg);
  background-position: 50% 65%;
}
#hero.third {
  background-image: url(assets/hero_third.jpg);
  background-position: 50% 65%;
}

#hero + #content {
  padding-top: 0;
}

#loginbtn {
  position: absolute;
  display: inline-block;
  vertical-align: top;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffa500;
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  z-index: 10;
}
#loginbtn:hover {
  background-color: #fff;
}

#loginbtn {
  right: 31.5px;
  top: 31.5px;
}

#hero {
  margin: 21px 21px 21px 21px;
}
#hero h1 {
  left: 31.5px;
}

@media only screen and (min-width: 601px) and (max-width: 870px) {
  #loginbtn {
    right: 24px;
    top: 24px;
  }
  #hero {
    margin: 16px 16px 16px 16px;
  }
  #hero h1 {
    left: 24px;
  }
  #hero h1 {
    font-size: 50px !important;
  }
  #footer .nav {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #loginbtn {
    right: 18px;
    top: 18px;
  }
  #hero {
    margin: 12px 12px 12px 12px;
  }
  #hero h1 {
    left: 18px;
  }
  #hero {
    height: 280px;
  }
  #hero h1 {
    font-size: 40px !important;
  }
}
@media only screen and (max-width: 350px) {
  #loginbtn {
    display: none;
  }
}
#form {
  padding: 1.5rem;
}
#form a.lnk {
  color: inherit;
}
#form a.lnk:hover {
  color: #ffa500;
}
#form a.lnk:focus {
  outline: 2px solid rgba(255, 165, 0, 0.5);
  outline-offset: 2px;
}

#billfiles span, #billfiles label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  width: 120px;
  height: 120px;
  background: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #dbe6e9;
  border-radius: 6px;
}
#billfiles span {
  cursor: default;
  overflow: hidden;
  background-size: contain;
}
#billfiles span a {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 1.5em;
  font-size: 0.8em;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5px;
  background: rgba(255, 255, 255, 0.8);
  color: rgba(68, 68, 68, 0.5);
  cursor: pointer;
}
#billfiles span a:hover {
  color: #ffa500;
}
#billfiles label {
  cursor: pointer;
  background-image: url(assets/icons/upload_orange.svg);
  background-size: 50px;
}
#billfiles label:hover {
  background-color: rgba(255, 165, 0, 0.25);
}
#billfiles label:focus {
  outline: 2px solid rgba(255, 165, 0, 0.5);
  outline-offset: 2px;
}
#billfiles label.loading {
  background-image: none;
  cursor: progress;
}
#billfiles label.loading:before, #billfiles label.loading:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 2px;
  border-radius: 50%;
  -webkit-animation-name: rotation;
          animation-name: rotation;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  pointer-events: none;
}
#billfiles label.loading:before {
  width: 20px;
  height: 20px;
  border-color: #888 #fff #888 #fff;
}
#billfiles label.loading:after {
  width: 14px;
  height: 14px;
  border-color: #ccc #fff #ccc #fff;
  animation-direction: reverse;
}
#billfiles label.loading:before {
  left: calc(50% - 10px);
  top: calc(50% - 10px);
}
#billfiles label.loading:after {
  left: calc(50% - 7px);
  top: calc(50% - 7px);
}
#billfiles label input[type=file] {
  display: none;
}

.contigarant {
  font-weight: 700;
  color: inherit;
}
.contigarant i {
  font-style: normal;
  color: #ffa500;
}

#content p {
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1.6em;
}
#content p strong {
  font-weight: 700;
}
#content p a.lnk {
  color: inherit;
}
#content p a.lnk:hover {
  color: #ffa500;
}
#content p.footnote {
  font-size: 0.9rem;
  color: #7c7c7c;
}
#content p.bold {
  font-weight: 700;
}

section p, section li {
  font-size: 1.1rem;
  font-weight: 200;
  line-height: 1.6em;
}

table.table {
  margin: 0 0 0.7em 0;
}
table.table th {
  padding: 5px 10px;
  text-align: left;
  font-weight: 700;
  color: #888;
  border: 1px solid #ccc;
  cursor: default;
}
table.table td {
  padding: 5px 10px;
  font-weight: 200;
  font-size: 1.1rem;
  line-height: 1.2em;
  color: #000;
  border: 1px solid #ccc;
}

ul.list {
  list-style: none;
  margin: 0 0 0.7em 0;
}
ul.list li {
  position: relative;
  margin: 0 0 0.35em 0;
  padding-left: 20px;
  font-weight: 200;
  font-size: 1.1rem;
}
ul.list li:before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffa500;
  font-size: 1.3em;
}

ol.letterlist {
  counter-reset: section;
}
ol.letterlist > li {
  list-style: none;
  position: relative;
  margin: 0 0 0.7em 30px;
}
ol.letterlist > li:before {
  counter-increment: section;
  content: counter(section, lower-alpha) ") ";
  position: absolute;
  left: -30px;
}

ol.numberlist {
  counter-reset: section;
}
ol.numberlist > li {
  list-style: none;
  position: relative;
  margin: 0 0 0.7em 30px;
}
ol.numberlist > li:before {
  counter-increment: section;
  content: counter(section, decimal) ". ";
  position: absolute;
  left: -30px;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.benefits {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
  margin-bottom: 30px;
}

.benefit {
  display: block;
  position: relative;
  max-width: 350px;
  padding: 12px 18px 12px 80px;
  line-height: 1.2em;
  background: #edf2f4;
  cursor: default;
}
.benefit::after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  opacity: 0.5;
}
.benefit em {
  display: block;
  margin-bottom: 0.3em;
  font-weight: 700;
}
.benefit.tires::after {
  background-image: url(assets/icons/big-tires.svg);
}
.benefit.register::after {
  background-image: url(assets/icons/big-register.svg);
}
.benefit.warranty::after {
  background-image: url(assets/icons/big-warranty.svg);
}

ul.list {
  list-style: none;
  padding: 0 20px;
}
ul.list li {
  position: relative;
  padding-left: 20px;
  line-height: 1.2em;
}
ul.list li:before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffa500;
  font-size: 1.3em;
}

ol.letterlist {
  counter-reset: list;
}
ol.letterlist > li {
  list-style: none;
  position: relative;
  line-height: 1.2em;
  margin: 0 0 0.7em 30px;
}
ol.letterlist > li:before {
  counter-increment: list;
  content: counter(list, lower-alpha) ") ";
  position: absolute;
  left: -30px;
}

table.table {
  margin: 0 0 0.7em 0;
}
table.table th {
  text-align: left;
  padding: 5px 10px;
  color: #000;
  border: 1px solid #ccc;
  cursor: default;
}
table.table td {
  padding: 5px 10px;
  color: #000;
  border: 1px solid #ccc;
}

.footnotes {
  font-size: 0.9em;
  font-weight: 300;
  margin-bottom: 30px;
}
#content.terms p, #content.terms li {
  font-weight: 300;
}

.double, .triple {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}
.double > a, .triple > a {
  text-decoration: none;
  color: #444;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  border-radius: 4px;
}
.double > a label, .triple > a label {
  display: block;
  pointer-events: none;
}

#homebuttons {
  max-width: 300px;
  margin: 0 auto 1.5rem auto;
}
#homebuttons .btn {
  display: block;
  margin: 0 0 0.7rem 0;
  text-align: center;
}

.infotext {
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin: 30px auto;
  max-width: 750px;
}
.infotext li {
  line-height: 1.2em;
  text-align: center;
}
.infotext li:before {
  content: "";
  display: block;
  margin-bottom: 20px;
  height: 110px;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.infotext li.tires:before {
  background-image: url(assets/icons/big-tires.svg);
}
.infotext li.register:before {
  background-image: url(assets/icons/big-register.svg);
}
.infotext li.warranty:before {
  background-image: url(assets/icons/big-warranty.svg);
}

@media only screen and (max-width: 400px) {
  .infotext {
    gap: 10px;
  }
  .infotext li {
    font-size: 0.9em;
  }
  .infotext li:before {
    height: 80px;
  }
}
.done .visual {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background: url(assets/rocket.svg) center no-repeat;
  background-size: contain;
}