﻿h3 label {
  float: none;
}
p.label {
  margin-bottom: 5px;
}
label {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
  float: left;
  clear: both;
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
label .label-text {
  display: inline-block;
  margin-bottom: 5px;
}
label.display-inline-block {
  clear: none;
  width: auto;
  float: none;
  min-width: 220px;
}
label.inline-label,
label.inline-text {
  clear: none;
  width: auto;
  float: none;
  display: inline-block;
}
label.inline-label + label.inline-label.inline-label,
label.inline-label + label.inline-text.inline-label,
label.inline-text + label.inline-label.inline-label,
label.inline-text + label.inline-text.inline-label {
  margin-left: 15px;
}
label.inline-text input[type] {
  width: auto;
  margin-left: 10px;
}
label input:disabled {
  opacity: 0.4;
}
label input:disabled + .label-text {
  opacity: 0.35;
  cursor: default;
}
label input:disabled + .label-text:before {
  cursor: default !important;
}
label.font-family-a {
  font-size: 1.25em;
}
label.section-heading .label-text {
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}
label.label-spacer:before {
  content: "\00a0";
  display: block;
  padding-bottom: 12px;
}
label input[type="checkbox"] + span:before,
label input[type="radio"] + span:before,
label select,
label textarea,
label input[type="text"],
label input[type="password"],
label input[type="datetime"],
label input[type="datetime-local"],
label input[type="date"],
label input[type="month"],
label input[type="time"],
label input[type="week"],
label input[type="number"],
label input[type="email"],
label input[type="url"],
label input[type="search"],
label input[type="tel"],
label input[type="color"],
label .uneditable-input {
  display: inline-block;
  content: "";
  height: 45px;
  padding: 4px 6px;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: inherit;
  background-color: #fff;
  border: 2px solid #e2e2e2;
  -webkit-transition: border-color linear 0.2s, background-color linear 0.2s;
  transition: border-color linear 0.2s, background-color linear 0.2s;
  box-sizing: border-box;
  width: 100%;
  -webkit-appearance: none;
}
label input[type="text"],
label[type="password"],
label input[type="datetime"],
label input[type="datetime-local"],
label input[type="date"],
label input[type="month"],
label input[type="time"],
label input[type="week"],
label input[type="number"],
label input[type="email"],
label input[type="url"],
label input[type="search"],
label input[type="tel"],
label input[type="color"],
label select {
  border-radius: 5px;
  background-color: #ededee;
  border-color: #ededee;
  border-collapse: separate;
}
label input[type="text"]:focus,
label[type="password"]:focus,
label input[type="datetime"]:focus,
label input[type="datetime-local"]:focus,
label input[type="date"]:focus,
label input[type="month"]:focus,
label input[type="time"]:focus,
label input[type="week"]:focus,
label input[type="number"]:focus,
label input[type="email"]:focus,
label input[type="url"]:focus,
label input[type="search"]:focus,
label input[type="tel"]:focus,
label input[type="color"]:focus,
label select:focus {
  border-bottom-color: var(--color-a);
  outline: 0;
}
label input[type="text"].width-xs,
label[type="password"].width-xs,
label input[type="datetime"].width-xs,
label input[type="datetime-local"].width-xs,
label input[type="date"].width-xs,
label input[type="month"].width-xs,
label input[type="time"].width-xs,
label input[type="week"].width-xs,
label input[type="number"].width-xs,
label input[type="email"].width-xs,
label input[type="url"].width-xs,
label input[type="search"].width-xs,
label input[type="tel"].width-xs,
label input[type="color"].width-xs,
label select.width-xs {
  width: 80px;
}
label input[type="text"].width-sm,
label[type="password"].width-sm,
label input[type="datetime"].width-sm,
label input[type="datetime-local"].width-sm,
label input[type="date"].width-sm,
label input[type="month"].width-sm,
label input[type="time"].width-sm,
label input[type="week"].width-sm,
label input[type="number"].width-sm,
label input[type="email"].width-sm,
label input[type="url"].width-sm,
label input[type="search"].width-sm,
label input[type="tel"].width-sm,
label input[type="color"].width-sm,
label select.width-sm {
  width: 100px;
}
label input[type="text"].width-md,
label[type="password"].width-md,
label input[type="datetime"].width-md,
label input[type="datetime-local"].width-md,
label input[type="date"].width-md,
label input[type="month"].width-md,
label input[type="time"].width-md,
label input[type="week"].width-md,
label input[type="number"].width-md,
label input[type="email"].width-md,
label input[type="url"].width-md,
label input[type="search"].width-md,
label input[type="tel"].width-md,
label input[type="color"].width-md,
label select.width-md {
  width: 150px;
}
label input[type="text"].width-lg,
label[type="password"].width-lg,
label input[type="datetime"].width-lg,
label input[type="datetime-local"].width-lg,
label input[type="date"].width-lg,
label input[type="month"].width-lg,
label input[type="time"].width-lg,
label input[type="week"].width-lg,
label input[type="number"].width-lg,
label input[type="email"].width-lg,
label input[type="url"].width-lg,
label input[type="search"].width-lg,
label input[type="tel"].width-lg,
label input[type="color"].width-lg,
label select.width-lg {
  width: 200px;
}
label textarea {
  min-height: 100px;
  border-radius: 5px;
}
label textarea:focus {
  border-bottom-color: var(--color-a);
  outline: 0;
}
label select {
  padding-right: 18px;
  background-size: 18px 12px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE1MzYiIGhlaWdodD0iMTAyNCIgdmlld0JveD0iMCAwIDE1MzYxMDI0Ij4KPHBhdGggZmlsbD0iIzI4MmEyZSIgZD0iTTUxMiA4NjRsNTEyLTUxMi05Ni05Ni00MTYgNDE2LTQxNi00MTYtOTYgOTZ6Ij48L3BhdGg+Cjwvc3ZnPgo=);
  background-position: right center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
}
label select::-ms-expand,
label select::-ms-expand {
  display: none;
}
label select[multiple],
label select[size] {
  height: auto;
}
label input[type="checkbox"],
label input[type="radio"] {
  opacity: 0;
  height: 0;
  width: 0;
  display: block;
}
label input[type="checkbox"] + span,
label input[type="radio"] + span {
  padding-left: 31px;
  position: relative;
}
label input[type="checkbox"] + span:before,
label input[type="radio"] + span:before {
  border-radius: 5px;
  border-color: var(--color-a);
  width: 19px;
  height: 19px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  content: " ";
  margin: 0 8px 0 0;
  line-height: 0.6;
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  font-family: var(--font-family-b);
}
label input[type="checkbox"]:checked + span:before,
label input[type="radio"]:checked + span:before {
  border-color: var(--color-a);
}
label input[type="radio"] + span:before {
  border-radius: 50%;
}
label input[type="radio"]:checked + span:before {
  border-width: 6px;
}
label input[type="checkbox"]:checked + span:before {
  content: "\2714";
  background: var(--color-a);
}
label input[type="file"] {
  opacity: 0;
  height: 0;
  width: 0;
  display: block;
  position: absolute;
}
label.toggle-item {
  margin: 0 0 10px 0;
}
label.toggle-item input + span {
  border: 2px solid var(--color-f-light);
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  box-sizing: border-box;
  text-align: center;
  display: block;
  margin: 0;
}
label.toggle-item input + span:before {
  display: none;
}
label.toggle-item input:not(:disabled) + span:hover,
label.toggle-item input:not(:disabled) + span:active,
label.toggle-item input:not(:disabled) + span:focus {
  background-color: #ffffff;
  border-color: var(--color-a-light);
}
label.toggle-item input:checked + span,
label.toggle-item input:checked + span:active,
label.toggle-item input:checked + span:hover,
label.toggle-item input:checked + span:focus {
  border-color: var(--color-a);
  background-color: var(--color-a);
  color: #fff;
}
label.required .label-text:after,
label.required-faux .label-text:after {
  content: " *";
  color: #bc0020;
  font-size: 16px;
  font-weight: normal;
}
label.error input,
label.error textarea,
label.error select,
label.error .mce-tinymce {
  border-bottom-color: #bc0020;
}
label .counter {
  position: absolute;
  top: 65px;
  right: 15px;
  margin-top: -30px;
  font-size: 0.9rem;
  display: block;
  color: var(--color-f);
  font-weight: bold;
}
label .counter.error {
  color: #FF0000;
}
label .counter:not(.limit) + input {
  padding-right: 60px;
}
label .counter.limit {
  top: 35px;
}
button,
input,
select,
textarea {
  margin: 0;
  font-family: var(--font-family-c);
}
select.error,
textarea.error,
input[type="text"].error,
input[type="password"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="date"].error,
input[type="month"].error,
input[type="time"].error,
input[type="week"].error,
input[type="number"].error,
input[type="email"].error,
input[type="url"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="color"].error,
.uneditable-input.error {
  border-color: #bc0020;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"] {
  width: auto;
}
input[type="text"]:disabled {
  background-color: #efefef;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
button,
submit {
  -webkit-appearance: none;
}
.form-section {
  padding-bottom: 40px;
}
.form-choices {
  width: 100%;
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
}
.form-choices .choices-heading {
  clear: both;
  width: 100%;
  font-weight: bold;
  margin-bottom: 10px;
}
.form-choices .choices-panel {
  margin-left: 6px;
}
.required-input + .label-text:after,
.ValidationRequired .label-text:after {
  content: " *";
  color: var(--color-k);
}
h3.required:after,
h2.required:after,
div.required > p.label:after,
div.required-radio > .label div.required-image h3:after {
  content: " *";
  color: #bc0020;
  font-size: 16px;
  font-weight: normal;
}
div.required-radio.error input[type="radio"] + span:before {
  border-color: #bc0020;
}
div.required-image.error a,
div.required-image.error input[type="file"] + span {
  background-color: #bc0020;
  border-color: #bc0020;
  border-bottom-color: #56000f;
}
/*Episerver form specific*/
html .EPiServerForms .hide {
  display: none !important;
}
html .EPiServerForms .Form__Description {
  line-height: 1.55;
}
html .EPiServerForms .Form__Status .Form__Success__Message {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
html .EPiServerForms .Form__Element {
  margin: 0 0 0 0;
  position: relative;
}
html .EPiServerForms .Form__Element.ValidationFail input,
html .EPiServerForms .Form__Element.ValidationFail textarea,
html .EPiServerForms .Form__Element.ValidationFail select {
  border-bottom-color: #bc0020;
}
html .EPiServerForms .Form__Element:after {
  clear: both;
  display: block;
  content: "";
  width: 100%;
}
html .EPiServerForms .Form__Element.FormChoice.ValidationRequired .Form__Element__Caption:after {
  content: " *";
  color: var(--color-k);
}
html .EPiServerForms .Form__Element.FormChoice.ValidationRequired .label-text:after {
  content: "";
  display: none;
}
html .EPiServerForms .Form__Element.FormChoice fieldset {
  padding: 0;
  margin: 0 0 15px 0;
  border: none;
}
html .EPiServerForms .Form__Element.FormChoice fieldset .Form__Element__Caption {
  margin-bottom: 5px;
}
html .EPiServerForms .FormCaptcha button {
  clear: both;
  display: block;
  text-decoration: underline;
  padding: 5px 0;
}
html .EPiServerForms .FormCaptcha input[type="text"] {
  display: inline-block;
  content: "";
  height: 45px;
  padding: 4px 6px;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: inherit;
  background-color: #fff;
  border: 2px solid #e2e2e2;
  -webkit-transition: border-color linear 0.2s, background-color linear 0.2s;
  transition: border-color linear 0.2s, background-color linear 0.2s;
  box-sizing: border-box;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 5px;
  background-color: #ededee;
  border-color: #ededee;
  border-collapse: separate;
}
html .uwlax-site .EPiServerForms .Form__NavigationBar {
  display: flex;
  flex-direction: row;
}
html .uwlax-site .EPiServerForms .Form__NavigationBar button {
  flex: 0 2 25%;
  max-width: none;
  height: auto;
  text-indent: -9999px;
  position: relative;
}
html .uwlax-site .EPiServerForms .Form__NavigationBar button:after {
  content: "Previous";
  position: absolute;
  left: 0;
  right: 0;
  text-indent: 0;
}
html .uwlax-site .EPiServerForms .Form__NavigationBar button.btnNext:after {
  content: "Next";
}
html .uwlax-site .EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar {
  width: auto;
  flex: 0 0 50%;
  overflow: hidden;
  border-radius: 1000px;
  border: none;
  background: var(--color-f-light);
  margin: 5px 15px;
}
html .uwlax-site .EPiServerForms .Form__NavigationBar .Form__NavigationBar__ProgressBar .Form__NavigationBar__ProgressBar--Progress {
  height: 100%;
  background: var(--color-b);
}