
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  padding-block: 0 3em;
  text-align: center;
}

h1, h2, p {
  margin: 0 0 1rem;
}

h1 {
  font-size: 2em;
}

h2 { font-size: 1.5em; }

hr {
  margin-block: 1.5em;
}

p {
  line-height: 1.4;
}

a {
  color: #C00000;
  transition: all .3s ease;
}

a:is(:hover, :focus) {
  color: #01081E;
}

section {
  background: #FFF;
  overflow: hidden;
  padding-block: 4em;
  text-align: center;
}

section:nth-child(odd) {
	background: #F8F8F8;
	border-block: 1px solid #D8D8D8;
}

ul.list {
  list-style-position: inside;
  margin-block: 1em 2em;
}

ul.list li {
  background: transparent !important;
  list-style: none;
  margin: 0 0 .75em !important;
  text-align: left;
  padding-left: 1.5em;
  position: relative;
  width: 100% !important;
}

ul.list li::before {
  color: #FF1133;
  content: '\203A';
  left: .5em;
  position: absolute;
  padding: 0;
  top: -.125em;
}

li ul {
  margin-block: .75em;
}

button {
  margin: 0 0 2em;
}

.expander {
  height: 0;
  overflow: hidden;
  transition: all .3s ease;
}

pre {
  background: rgba(187,0,0, .01);
  border: 1px solid #AA0000;
  margin-block: 2em 4em;
  padding: 1.5em 1.5em .5em;
  position: relative;
  text-align: left;
}

img {
  height: auto;
  max-width: 100%;
}

.wrap {
  margin: 0 auto;
  max-width: 68em;
  padding-inline: 1.5em;
  text-align: left;
}

input[type="text"], input[type="password"] {
  border: 1px solid #000;
  border-radius: .125em;
}

/* Contact Form - table removed ----- */
input.subjClass {
  display: none;
}

.form-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.form-flex>div {
	margin: 0 0 1em;
}

.form-flex .full {
	width: 100%;
}

.form-flex .half {
  width: calc(50% - .5em);
}

.form-flex .quarter {
  width: calc(25% - 1.125em);
}

.form-flex>div>label:first-child {
	display: block;
}

.form-error {
  color: #EE0000;
  clear: both;
  margin-block: .25em;
}

.form-error + label {
	margin-top: .125em;
}

textarea {
  width: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

fieldset legend {
  float: left;
  width: 100%;
}

/* Checkboxes, radios */
.form-flex>div>fieldset>label {
	display: inline-block;
}

.form-flex input  {
  padding: .5em;
  width: 100%;
}

.form-flex input[type="submit"] {
  width: auto;
}

.form-flex legend {
	margin: 0 0 .25em;
}

.form-flex label:not(:first-of-type) {
	margin-left: 2em;
}

.form-flex label input {
	width: auto;
}

.form-flex label input:is([type="checkbox"], [type="radio"]):focus {
  outline: 1px solid #000;
  outline-offset: 1px;
}



/* -------~~~~~~ STYLE-BASE.CSS ~~~~~~------ */
