
@font-face {
  font-family: 'Frank-bold';
  src: url('../fonts/frank-bold.woff2') format('woff2');
}
@font-face {
  font-family: 'Frank-black';
  src: url('../fonts/frank-black.woff2') format('woff2');
}
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald-VariableFont_wght.ttf') format('ttf');
}

/********************************************************************************************************************************
 * General
********************************************************************************************************************************/

.border-top {
  border-top: 1px dotted #bbb;
}
.stacked.short {
  margin: 1rem 0;
  padding: 0;
}
.stacked {
  padding: 1rem 0;
}
.with-icon {
  line-height: 110%;
  display: inline-block;
}
.with-icon img {
  float: left;
  margin-right: 0.5rem;
}
.messages__wrapper p,
.messages p {
  margin-top: 0;
}
.messages h2,
.messages h3,
.messages h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.messages h4 {
  font-size: 1.15rem;
  margin-bottom: 0.333rem;
  line-height: 110%;
}
.messages ul {
  margin: 0;
  padding-left: 1.25rem;
}
.messages__wrapper p:last-child,
.messages p:last-child {
  margin: 0;
}
.messages:last-child {
  margin-bottom: 13px;
}
.messages:first-child {
  margin-top: 28px;
}
.messages.messages--status.no-icon {
  background-image: none;
}
#page {
  font-weight: 300;
}
p {
  margin: 0 0 1rem 0;
}
p.small-margin {
  margin-bottom: 0.5rem;
}
strong {
  font-weight: 500;
}
.red {
  color: #d55523;
}
.orange {
  color: #e29700;
}
.green {
  color: #66a648;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.with-padding {
  padding: 1rem;
}
.left {
  float: left;
  margin: 0 1rem 0 0;
}
.left.important {
  float: left !important;
  margin: 0 1rem 0 0 !important;
}
.right {
  float: right;
  margin: 0 0 0 1rem;
}
.right.important {
  float: right !important;
  margin: 0 0 0 1rem !important;
}
pre {
  font-size: 0.8rem;
  margin: 0;
  line-height: 140%;
  color: #444;
}
.main a.bold,
.main strong {
  font-weight: 500;
}
.main a.bold strong,
.main strong strong {
  font-weight: 600;
}
strong {
  font-weight: 500;
}

/********************************************************************************************************************************
 * Links
********************************************************************************************************************************/

a:link,
a:visited {
  color: #003ecc;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
}

/********************************************************************************************************************************
 * Layout
********************************************************************************************************************************/

.main {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Outfit', sans-serif;
  min-height: 500px;
}
.narrow-layout .main {
  max-width: 900px;
}

/********************************************************************************************************************************
 * Forms
********************************************************************************************************************************/

.congruent-help {
  margin-top: 1rem;
}
h4.label {
  font-weight: 400;
}
fieldset.form-wrapper.large-heading > legend {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.1rem;
}
.form-type-radio span.description {
  display: block;
  margin-left: 0;
  padding-left: 1rem;
  font-size: 0.9rem;
}
.form-composite.inline-block-label .form-radios label.option,
.form-radios.inline-block-label label.option,
.form-radios input.inline-block-label + label {
  display: inline-block;
}
.form-checkboxes label:hover,
.form-radios label:hover,
.form-checkboxes input[type="checkbox"]:checked + label,
.form-radios input[type="radio"]:checked + label {
  opacity: 1;
}
.form-composite .fieldset-legend,
.form-item.bold-label label,
.bold-label > .form-item label,
.form-checkboxes input[type="checkbox"]:checked + label,
.form-radios input[type="radio"]:checked + label {
  font-weight: 400;
}
.form-checkboxes input[type="checkbox"]:checked + label strong,
.form-radios input[type="radio"]:checked + label strong {
  font-weight: 600;
}
.form-checkboxes label.option strong,
.form-radios label.option strong {
  font-weight: 500;
}
.form-composite .fieldset-legend {
  font-weight: 500;
}
input.hide-radio.form-radio,
.hide-radio.form-radio input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.form-wrapper > h4.label,
.form-composite .fieldset-legend,
.form-type-select label,
.form-type-textfield label,
.form-type-textarea label,
.form-type-tel label,
.form-type-email label,
.form-type-number label {
  display: block;
  font-weight: 400;
}
.form-text,
.form-email,
.form-number,
.form-tel {
  padding: 0.5rem;
}
.login-form .container-inline .form-item {
  margin: 0 3px 0 0;
  float: left;
}
.container-inline .form-submit {

}
.form-textarea-wrapper {
  margin-top: 0.333rem;
}
.form-textarea-wrapper textarea {
  padding: 0.333rem;
}
.button:first-child,
.form-actions .button:first-child {
  margin-right: 1rem;
}
.form-type-textfield.form-item-backdate-backcharge label {
  font-weight: bold;
}
.form-type-textfield.form-item-backdate-backcharge input {
  border: 1px solid #bbb;
  margin: 0.4em 0;
}
