﻿body,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td,
fieldset,
legend {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
hr {
  background: #cccccc;
  border: 0;
  clear: both;
  color: #cccccc;
  height: 1px;
  margin: 16px 0;
}
hr.LargeMargin {
  margin: 26px 0;
}
hr.Transparent {
  background: #ffffffff;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
ul {
  list-style: none;
}
fieldset {
  border: 0;
}
legend {
  color: black;
}
/* ------------ HEADINGS --------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: normal;
  margin-block-end: 12px;
  line-height: 1.3;
  letter-spacing: -0.03em;
}
h1,
h2,
h3 {
  font-family: "DINWeb Bold", Arial, Helvetica, sans-serif;
}
h4,
h5,
h6 {
  font-family: "DINWeb Medium", Arial, Helvetica, sans-serif;
}
h1 {
  font-size: 30px;
  margin-block-end: 0;
}
@media (max-width: 1000px) {
  h1 {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 25px;
  }
}
h2 {
  font-size: 27px;
}
@media (max-width: 1000px) {
  h2 {
    font-size: 25px;
  }
}
h3 {
  font-size: 25px;
}
@media (max-width: 1000px) {
  h3 {
    font-size: 23px;
  }
}
h4 {
  font-size: 23px;
}
@media (max-width: 1000px) {
  h4 {
    font-size: 22px;
  }
}
h5 {
  font-size: 21px;
}
h6 {
  font-size: 19px;
}
a {
  color: #009552;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  color: #00b463;
}
p,
ul {
  margin-bottom: 16px;
}
p:last-child,
ul:last-child {
  margin-bottom: 0;
}
p.NoMargin,
ul.NoMargin {
  margin: 0;
}
/* ------------ FORMS --------------- */

label {
  font-size: 15px;
  font-weight: bold;
}
label.unbold {
  font-weight: normal;
}
input[type="text"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="file"],
select,
textarea {
  height: 30px;
  border: 1px solid #999999;
  font-size: 14px;
  margin-bottom: 10px;
  padding: 8px;
  border-radius: 0;
}
@media (max-width: 640px) {
  input[type="text"],
  input[type="search"],
  input[type="url"],
  input[type="tel"],
  input[type="email"],
  input[type="password"],
  input[type="file"],
  select,
  textarea {
    font-size: 13px;
  }
}
input[type="text"][disabled],
input[type="search"][disabled],
input[type="url"][disabled],
input[type="tel"][disabled],
input[type="email"][disabled],
input[type="password"][disabled],
input[type="file"][disabled],
select[disabled],
textarea[disabled] {
  cursor: not-allowed !important;
}
input[type="text"]::-ms-clear,
input[type="search"]::-ms-clear,
input[type="url"]::-ms-clear,
input[type="tel"]::-ms-clear,
input[type="email"]::-ms-clear,
input[type="password"]::-ms-clear,
input[type="file"]::-ms-clear,
select::-ms-clear,
textarea::-ms-clear {
  display: none;
}
input[type="text"][type=file],
input[type="search"][type=file],
input[type="url"][type=file],
input[type="tel"][type=file],
input[type="email"][type=file],
input[type="password"][type=file],
input[type="file"][type=file],
select[type=file],
textarea[type=file] {
  cursor: pointer;
}
input[type="text"]:hover,
input[type="search"]:hover,
input[type="url"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="file"]:hover,
select:hover,
textarea:hover {
  border-color: black;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus {
  border-color: black;
  box-shadow: 0px 0px 3px 1px black;
  outline: 1px solid black;
}
input[type="text"].alert:not(.success),
input[type="search"].alert:not(.success),
input[type="url"].alert:not(.success),
input[type="tel"].alert:not(.success),
input[type="email"].alert:not(.success),
input[type="password"].alert:not(.success),
input[type="file"].alert:not(.success),
select.alert:not(.success),
textarea.alert:not(.success) {
  outline: 1px solid red !important;
  box-shadow: 0px 0px 3px 1px red !important;
  border-color: red !important;
}
input[type="file"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
select {
  padding: 0;
  padding-inline-start: 4px;
}
textarea {
  display: block;
  height: unset;
  font-family: sans-serif;
  padding: 8px;
  resize: vertical;
}
::-webkit-search-cancel-button {
  display: none;
}
.placeholder {
  color: #555555;
}
input::-webkit-input-placeholder {
  color: #555555;
}
input:-moz-placeholder {
  color: #555555;
}
input:-ms-input-placeholder {
  color: #555555;
}
input[type="submit"],
input[type="button"],
button {
  position: relative;
  background-color: #333333;
  border: 1px solid #333333;
  color: white;
  font: 16px "DINweb Medium", sans-serif;
  height: 34px;
  letter-spacing: -0.03em;
  padding: 2px 10px 0 10px;
  line-height: 1;
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
  background-color: white;
  color: #333333;
  cursor: pointer;
}
input[type="submit"][disabled=disabled],
input[type="button"][disabled=disabled],
button[disabled=disabled] {
  background-color: #bbbbbb;
  border: 0;
  color: #666666;
}
input[type="submit"][disabled=disabled]:hover,
input[type="button"][disabled=disabled]:hover,
button[disabled=disabled]:hover {
  background-color: #bbbbbb;
  color: #666666;
  cursor: not-allowed;
}
input[type="submit"].Medium,
input[type="button"].Medium,
button.Medium {
  font-size: 19px;
  height: 39px;
  padding: 2px 14px 0 14px;
}
input[type="submit"].Large,
input[type="button"].Large,
button.Large {
  font-size: 21px;
  height: 45px;
  padding: 2px 16px 0 16px;
}
button.IconButton {
  width: unset;
  height: unset;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  box-shadow: none;
}
button.IconButton:hover,
button.IconButton:focus-visible,
button.IconButton:active {
  border: none;
  background-color: transparent;
  box-shadow: none;
}
button.IconButton:hover {
  cursor: pointer;
}
button.IconButton:hover .SVGSpriteIcon use {
  --SVG-Icon-Colour-1: var(--Icon-color-hover);
}
button.IconButton:focus:after {
  display: none !important;
}
button.IconButton:focus-visible {
  outline: none;
}
button.IconButton:focus-visible:after {
  display: block !important;
  content: "";
  position: absolute;
  z-index: 5;
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  border: 1px solid black;
  border-radius: 0;
  box-shadow: 0px 0px 3px 1px black;
  pointer-events: none;
}
button.IconButton .SVGSpriteIcon {
  display: block;
  margin: 0 auto;
}
button.TextOnly {
  width: unset;
  height: unset;
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  box-shadow: none;
  color: black;
}
button.TextOnly:hover {
  color: #009552;
}
button.TextOnly.HasUnderline {
  text-decoration: underline;
}
