* {
  box-sizing: border-box;
  font-family: Verdana, sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  line-height: 1.818em;
}

a {
  text-decoration: none;
  color: #00e;
}

a:visited {
  color: #22f;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1em;
  margin-bottom: 0.909em;
  color: #000;
}

h1 {
  display: block;
  color: #cf072f !important;
  margin-bottom: 1.25em;
  letter-spacing: 0;
  font-size: 1.5em;
  font-weight: bold;
}

h2 {
  display: block;
  letter-spacing: 0;
  font-size: 1.17em;
  font-weight: bold;
  padding-top: 0.5em;
}

h3 {
  display: block;
  letter-spacing: 0;
  font-size: 1.09em;
  font-weight: bold;
  padding-top: 0.5em;
}

p {
  margin-bottom: 1em;
}

.float-right {
  float: right;
}

header {
  border-bottom: 1px solid #d0d0d0;
  height: 80px;
}

header a.logoLink {
  color: #fff;
  font-size: 1px;
  padding: 20px;
  height: 80px;
  float: right;
}

main {
  padding: 20px;
}

main li {
  margin-bottom: 1em;
}

footer {
  padding: 50px 30px;
  background-color: #ececec;
  text-align: center;
  line-height: 1.5em;
  position: relative;
}

footer a {
  color: #231f20;
  text-decoration: underline;
}

footer a:visited {
  color: #231f20;
}

address {
  font-style: normal;
}

.logo-mobile {
  display: block;
  height: 40px;
}

.logo-full {
  display: none;
  height: 40px;
}

@media only screen and (min-width: 497px) {
  .logo-mobile {
    display: none;
  }
  .logo-full {
    display: block;
  }
}
@media only screen and (min-width: 993px) {
  main {
    max-width: 65%;
    margin: 0 auto;
  }
  main.fullWidth {
    max-width: unset;
  }
}
.claim {
  display: none;
}

.squares {
  position: absolute;
  top: -120px;
  left: 0;
  display: none;
}

.square {
  background-color: #cf072f;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 993px) {
  .claim {
    position: absolute;
    top: -40px;
    left: 130px;
    display: block;
    font-size: 1.375em;
  }
  .squares {
    display: block;
  }
  footer {
    margin-top: 120px;
    text-align: right;
  }
}
.btn {
  display: block;
  width: 80%;
  margin: 10px auto;
  background: none;
  border: 3px solid #CF072F;
  color: #CF072F;
  display: block;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 2em;
  margin: 10px auto;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  width: 80%;
  transition: 0.1s;
  white-space: normal;
}

.btn:disabled {
  color: #000;
  border-color: #ececec;
}

.btn:hover {
  color: #fff;
  background-color: #CF072F;
}

.btn:disabled:hover {
  color: #000;
  background-color: #fff;
}

@media only screen and (min-width: 993px) {
  .btn {
    width: auto;
    display: inline-block;
  }
}
.btn:focus {
  outline-width: 2px;
  outline-color: black !important;
  outline-offset: 2px;
  border-width: 3px !important;
}

.form-label {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

select,
textarea,
input[type=text],
input[type=number],
input[type=time],
input[type=date],
input:not([type]) {
  border: 1px solid black;
  background-color: white;
  display: block;
  line-height: 2em;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 1em;
}

input[type=text]:disabled, input:not([type]):disabled {
  background-color: #ececec;
}

.form-group {
  display: flex;
  flex-flow: column wrap;
}

select {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 17px;
  padding-right: 10px;
}

form {
  margin-bottom: 1em;
}

/* for fullscreen apps */
body.fillPage {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

footer.fillPage {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.table {
  overflow-x: auto;
}

.table table {
  width: 100%;
  border-collapse: collapse;
}

.table table caption {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  margin-bottom: 10px;
}

.table table tr td {
  text-align: left;
  padding: 15px 20px;
}

.table table tr:nth-child(even) {
  background: #ececec;
}

.table table tfoot tr, .table table thead tr {
  border-bottom: 1px solid #dcddde;
  border-top: 1px solid #dcddde;
}

.table table tfoot th, .table table thead th {
  text-align: left;
  padding: 15px 20px;
  color: #cf072f;
}

.table table tfoot {
  display: none;
}

.table table tfoot tr {
  border-bottom: 0;
}

:focus, a:focus {
  outline-color: #cf072f !important;
  border: 1px solid #cf072f !important;
}

.popupBackground {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.popupBackground:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.popupContent {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
}

.popupContent input {
  width: 100%;
}

body {
  /*	background-image: url(../images/logo.png);*/
}

.table table thead th, .table table tbody td {
  text-align: center;
}

.table table tbody td:nth-child(2):last-child {
  text-align: left;
}

.table table tr:nth-child(even) {
  display: none;
}

.table table tr:focus-within + tr {
  display: table-row;
}

.table table tbody td button {
  border: none;
  background-color: transparent;
  text-decoration: underline;
  font-size: 100%;
  padding: 0.2em;
  cursor: pointer;
}

.table table tbody td img {
  width: 50px;
  height: 50px;
}
