@import url(https://fonts.googleapis.com/css?family=Oxygen:400,700&display=swap);

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: arial;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}



a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center,
cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2,
h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol,
output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot,
th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

.custom-form__small-text ul {
  margin-left: 3em;
}

.custom-form__small-text ul li:before {
  content: "\2022";
  color: #000;
  font-weight: 700;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before,
q:after, q:before {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2rem;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5rem;
}

sub {
  bottom: -0.25rem;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1rem;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35rem 0.625rem 0.75rem;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

body, html {
  height: 100%;
}

html * {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: Oxygen, Arial;
  color: #454545;
  font-size: 1em;
  background: #fff;
}

.logo {
  background: url(logo.png) no-repeat 50%;
  background-size: 100%;
  max-width: 300px;
  height: 60px;
  display: block;
  margin: 50px auto 70px;
}

.container {
  max-width: 1170px;
  margin: 0 auto 40px;
}

a {
  color: #003974;
  text-decoration: underline;
  outline: none;
}

p {
  margin: 0 0 1em;
}

.btn, button[type=submit] {
  border: none;
  border-radius: 3px;
  font-weight: 700;
  font-size: 100%;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 30px;
  position: relative;
  outline: none;
  min-width: 250px;
  width: 100%;
  transition: all 0.3s ease-out;
}

@media (min-width: 992px) {
  .btn, button[type=submit] {
    width: auto;
  }
}

.btn-primary, .save {
  background-color: #fcd116;
  color: #003974;
}

.btn-primary:focus, .btn-primary:hover,
.save:focus, .save:hover {
  background-color: #003974;
  color: #fcd116;
}

.btn-primary:disabled, .save:disabled {
  cursor: not-allowed;
}

.btn-secondary {
  background: #003974;
  color: #fff;
}

.btn-secondary:focus, .btn-secondary:hover {
  color: #fcd116;
}

.btn-secondary:disabled {
  cursor: not-allowed;
}

.btn-sm {
  font-size: 0.8em;
  margin-left: auto;
}

@media (min-width: 992px) {
  .btn-sm {
    max-width: 110px;
    min-width: inherit;
  }
}

.btn-group {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  align-items: center;
}

@media (min-width: 992px) {
  .btn-group {
    flex-flow: row nowrap;
  }
}

.btn-group .btn {
  width: 50%;
  margin: 15px 0;
}

@media (min-width: 992px) {
  .btn-group .btn {
    max-width: 50%;
    margin: 0 15px;
  }
}

.language-switcher {
  text-align: right;
  margin-top: 4px;
}

.language-switcher a.active {
  color: #454545;
  text-decoration: none;
}

.custom-form {
  padding: 0 20px;
}

.custom-form form {
  width: 100%;
  padding-bottom: 2rem;
}

.custom-form__section {
  margin-bottom: 40px;
}

.custom-form__section-name {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadfe1;
  font-weight: 700;
  font-size: 1.5em;
}

.custom-form__section-name span {
  display: block;
  margin: 12px 0;
  font-weight: 200;
  font-size: 0.7em;
}

.custom-form__section.disabled {
  display: none;
}

.custom-form .custom-form__small-text {
  font-size: 0.8em;
  padding-bottom: 0.5em;
}

.custom-form .custom-form__small-text.position-right {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 5px;
}

.custom-form .custom-form__small-text.italic {
  font-style: italic;
}

.custom-form .custom-form__bigger-text {
  margin-bottom: 25px;
  font-size: 1.2em;
}

.custom-form .total-charge-box {
  display: flex;
  height: 3em;
  margin-left: 50%;
  padding-right: 20px;
  padding-left: 10px;
}

.custom-form .total-charge-text {
  flex: 1;
  margin: 10px;
}

.custom-form #total-charge-amount {
  margin-left: 10px;
}

.custom-form .custom-field {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .custom-form .custom-field {
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
  }
}

.custom-form .custom-field.disabled {
  display: none;
}

.custom-form .custom-field label {
  color: #003974;
  letter-spacing: 1px;
  position: relative;
  font: 1em Arial, sans-serif;
}

.custom-form .custom-field label a {
  font-weight: 700;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .custom-form .custom-field label {
    max-width: 50%;
  }
}

.custom-form .custom-field label.required:after {
  content: "*";
  color: #da6b6b;
  position: relative;
  padding-left: 6px;
  top: 3px;
}

.custom-form .custom-field input[type=email],
.custom-form .custom-field input[type=number],
.custom-form .custom-field input[type=password],
.custom-form .custom-field input[type=tel],
.custom-form .custom-field input[type=text],
.custom-form .custom-field select,
.custom-form .custom-field textarea {
  width: 100%;
  margin-top: 10px;
  background-color: #f8f8f8;
  border: 1px solid #dadfe1;
  border-radius: 5px;
  padding: 10px;
  line-height: 1em;
  outline-color: #fcd116;
  font-family: Oxygen, Arial;
  color: #454545;
  font-size: 1em;
}

@media (min-width: 992px) {
  .custom-form .custom-field input[type=email],
  .custom-form .custom-field input[type=number],
  .custom-form .custom-field input[type=password],
  .custom-form .custom-field input[type=tel],
  .custom-form .custom-field input[type=text],
  .custom-form .custom-field select,
  .custom-form .custom-field textarea {
    max-width: 50%;
    min-width: 50%;
    margin-left: auto;
    margin-top: 0;
  }
}

.custom-form .custom-field.custom-checkbox {
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin: 40px 0;
}

.custom-form .custom-field.custom-checkbox label {
  max-width: 100%;
  min-width: 100%;
}

.custom-form .custom-field.custom-checkbox input {
  margin-right: 10px;
  margin-top: 5px;
}

@media (min-width: 992px) {
  .custom-form .custom-field.custom-textarea {
    align-items: center;
  }
}

.custom-form .custom-field.custom-textarea textarea {
  min-height: 80px;
}

.custom-form .custom-field .form-error {
  width: 100%;
  color: #da6b6b;
  font-size: 1em;
  line-height: 1.6em;
}

@media (min-width: 992px) {
  .custom-form .custom-field .form-error {
    max-width: 50%;
    margin-left: auto;
  }
}

.custom-form input[type=radio] {
  margin-right: 8px;
}

.help-text {
  font-size: 0.9em;
  line-height: 1.6;
  margin-top: 5px;
}

@media (min-width: 992px) {
  .help-text {
    max-width: 45%;
    margin-top: 0;
  }
}

.is-unvalid {
  color: #da6b6b;
  font-weight: 400;
  display: block;
}

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.thankyou-page {
  text-align: center;
}

.thankyou-page h1 {
  font-weight: 700;
  color: #003974;
  margin-bottom: 20px;
}

.thankyou-page .container-body {
  padding: 2em 5em;
  line-height: 1.4;
}

.thankyou-page h2 {
  font-weight: 700;
  color: #003974;
  margin-bottom: 20px;
  font-size: 1.5rem;
  padding-bottom: 20px;
}

.thankyou-page .header-text {
  text-align: center;
}

.thankyou-page .body-text {
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: left;
}

.thankyou-page h3 {
  font-weight: 700;
  font-size: 1.2rem;
  padding: 2em 0 0.5em;
}

.thankyou-page p {
  margin: 0;
}

.thankyou-page .label {
  font-weight: 700;
}

[id=startDate] {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-top: 12px;
}

@media (min-width: 992px) {
  [id=startDate] {
    min-width: 50%;
    margin-top: 0;
  }
}

[id=startDate] #startDate_day,
[id=startDate] #startDate_month,
[id=startDate] #startDate_year {
  max-width: 30%;
  min-width: 30%;
  margin: 0;
}

.error-message {
  color: red;
  font-size: 2rem;
  margin-left: 10em;
}

[id=clientType] label,
[id=value_card_submission_submission_clientType] label {
  margin-right: 20px;
}

[id=clientType] label.required:after,
[id=value_card_submission_submission_clientType] label.required:after {
  display: none;
}

[id=subscription_submission_subscriptionOwners] {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  list-style-type: none;
  counter-reset: incrementList;
}

[id=subscription_submission_subscriptionOwners] > div {
  display: flex;
  flex-flow: column nowrap;
  margin-top: 8px;
  margin-bottom: 10px;
  padding: 30px 20px 20px 50px;
  border-radius: 6px;
  border: 1px solid #d8dadb;
  background-color: #f8f8f8;
  position: relative;
}

[id=subscription_submission_subscriptionOwners] > div:before {
  counter-increment: incrementList 1;
  content: counter(incrementList) " ";
  position: absolute;
  top: 10px;
  left: 10px;
  background: #dadfe1;
  color: #222;
  font-weight: 700;
  font-size: 0.8em;
  padding: 9px;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

[id=subscription_submission_subscriptionOwners] > div:last-child {
  margin-bottom: 10px;
}



@media (min-width: 992px) {
  [id=subscription_submission_subscriptionOwners] > div + .btn {
    max-width: 250px;
    min-width: 170px;
  }
}

[id=subscription_submission_subscriptionOwners] > div [id^=subscription_submission_subscriptionOwners_] {
  display: flex;
  flex-flow: column nowrap;
}

@media (min-width: 992px) {
  [id=subscription_submission_subscriptionOwners] > div [id^=subscription_submission_subscriptionOwners_] input,
  [id=subscription_submission_subscriptionOwners] > div [id^=subscription_submission_subscriptionOwners_] label {
    max-width: 50%;
  }

  [id=subscription_submission_subscriptionOwners] > div [id^=subscription_submission_subscriptionOwners_] input[type=text] {
    margin-left: auto;
  }
}

[id=subscription_submission_subscriptionOwners] > div [id^=subscription_submission_subscriptionOwners_] input[type=text],
[id=subscription_submission_subscriptionOwners] > div [id^=subscription_submission_subscriptionOwners_] label {
  text-align: left;
}

[id=subscription_submission_subscriptionOwners] > div [id^=subscription_submission_subscriptionOwners_] input[type=text] {
  background-color: #fff;
}

[id=subscription_submission_subscriptionOwners] > div [id^=subscription_submission_subscriptionOwners_] > div {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  [id=subscription_submission_subscriptionOwners] > div [id^=subscription_submission_subscriptionOwners_] > div {
    flex-flow: row nowrap;
    align-items: center;
  }
}

[id=subscription_submission_subscriptionOwners] > div [id^=subscription_submission_subscriptionOwners_] > div:last-child {
  margin-bottom: 10px;
}

.terms-conditions {
  line-height: 1.6em;
  color: #454545;
  font-size: 0.9em;
  padding-top: 2em;
}

.terms-conditions.custom-field.custom-checkbox {
  flex-flow: row wrap;
}

.terms-conditions.custom-field.custom-checkbox label {
  min-width: inherit;
  max-width: 80%;
}

@media (min-width: 992px) {
  .terms-conditions.custom-field.custom-checkbox label {
    max-width: 100%;
  }
}

.terms-conditions.custom-field.custom-checkbox a {
  margin-left: 23px;
}

@media (min-width: 992px) {
  .terms-conditions.custom-field.custom-checkbox a {
    margin-left: 8px;
  }
}

.parking-page {
  padding: 30px;
  text-align: center;
}

@media (min-width: 992px) {
  .parking-page .btn-group {
    max-width: 50vw;
    margin: 0 auto;
  }
}

.hidden-field {
  display: none !important;
}