.c-content__box span#intro-text {
  font-weight: 400;
}
.c-content__box span#legal-text {
  font-weight: 400;
  font-size: 13px;
}
.c-content__box > h2 {
  font-size: 24px;
  margin: 24px 0;
  text-align: left;
  font-weight: bold;
}
#covibJobexchangeForm .c-nav-panel__header {
  background-color: var(--color-shade-500);
}
#covibJobexchangeForm .c-nav-panel__header:hover {
  background-color: var(--color-secondary);
}
#covibJobexchangeForm .c-nav-panel__header.is-active {
  background-color: var(--color-secondary);
}
#covibJobexchangeForm {
  padding: 0;
  display: block;
  background-color: transparent;
}
#covibJobexchangeForm .c-nav-panel__list > .c-nav-panel__item {
  margin-bottom: 12px;
}
#covibJobexchangeForm .o-layout--gutter-m >.o-layout__item {
    padding-bottom: var(--space-s);
    padding-left: var(--space-s);
}
#covibJobexchangeForm label,
#covibJobexchangeForm span {
  text-transform: none;
}
#covibJobexchangeForm label {
  font-weight: bolder;
}
#covibJobexchangeForm .c-input__wrap > input[type="radio"]{
  background-color: var(--color-secondary);
}
#covibJobexchangeForm .c-input__wrap > input[type="text"],
#covibJobexchangeForm .c-input__wrap > input[type="email"],
#covibJobexchangeForm .c-input__wrap > input[type="date"]{
  min-height: 40px;
}
#covibJobexchangeForm .c-input__wrap > select {
  min-height: 40px;
  line-height: initial;
}
#covibJobexchangeForm .c-input__wrap > textarea {
  padding: 16px;
  min-height: 120px;
}
#covibJobexchangeForm .mr-16 {
  margin-right: 16px;
}
#covibJobexchangeForm .c-input__element::placeholder {
  font-size: 14px;
  color: black;
}
#covibJobexchangeForm .c-btn--primary {
  width: 300px;
  height: 60px;
  display: block;
  margin-left: auto;
  font-weight: bold;
  border-width: 2px;
  background-color: #fff;
  color: var(--color-primary);
}
#covibJobexchangeForm .c-btn--primary:hover {
  color: #fff;
  background-color: var(--color-secondary);
}
.c-nav-panel__text {
  font-weight: bold;
}

.c-nav-panel__text.container {
  cursor: initial;
  padding: 16px 32px;
  border-bottom: 2px solid var(--color-secondary);
}
.link {
  text-decoration: underline;
  font-weight: bold;
  transition: all 0.3s;
}
.link:hover {
  color: #FD9A2B;
}
.error {
  color: red;
  padding-left: 5px;
  font-weight: 300;
}
.hidden {
  display: none;
}
