:root {
  --dark-green: #0c4a22;
  --white: #fff;
  --gray: #e3e3e3;
  --form-gray: #ececec;
  --dummy: #cecece;
}

html {}

body {
  width: 1440px;
  margin: auto;
  min-height: 100%;
  color: #0c4a22;
  font-family: "Andada", serif;
  font-size: 16px;
  margin: auto;
}

.clb {
  clear: both;
}

.underline {
  text-decoration: underline;
}

h1 {
  font-size: 20px;
}

fieldset {
  border: none;
}

.hidden {
  display: none!important;
}

fieldset[disabled] {
  opacity: .2;
}

#layout {
  width: 1440px;
  margin: auto;
  min-height: 100vh;
  background-color: #0c4a22;
}

section#header {
  height: 77px;
  line-height: 77px;
  margin: auto;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  padding: 0 275px;
  background-color: #fff;
  display: flex;
}

section.front-info {
  padding: 0px 320px 67px 320px;
  background-color: #e3e3e3;
}

section.front-info .text {
  background: #fff;
  padding: 45px 55px;
  border-radius: 20px;
}

section#header a:last-child {
  margin-left: auto;
}

.button {
  display: inline-block;
  cursor: pointer;
  color: #fff;
  background-color: #0c4a22;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
}

.button.white {
  background-color: #fff;
  color: #0c4a22;
}

.medium {
  border-radius: 10px;
  font-size: 20px;
  letter-spacing: 2px;
  padding: 16px 30px;
}

#cookie-banner {
  margin-top: 10px;
  border: 1px solid #0c4a22;
  padding: 10px 15px;
  border-radius: 10px;
}

#cookie-banner .buttons {
    text-align: right;
    margin-top: 10px;
}

.small {
  border-radius: 10px;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 8px 15px;
}

.upload,
.download {
  margin-top: 15px;
  position: relative;
  border-radius: 10px;
  height: 60px;
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  padding: 19px 35px 19px 65px;
}

.upload i,
.download i {
  margin-right: 15px;
  font-size: 25px;
  position: absolute;
  left: 19px;
  top: center;
}

.upload i {

}

.btn-group input {
  position: absolute!important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

label.head {
  font-size: 24px!important;
  letter-spacing: 0.5px;
  display: inline-block;
  margin: 30px 0px;
}

.btn-group label {
  float: left;
  display: inline-block;
  background: rgba(12, 74, 34, 0.4);
}

.btn-group input:checked + label {
  background: rgba(12, 74, 34, 1);
}


.opaque {
  /* opacity: 0.5; */
  background-color: transparent!important;
  color: #fff!important;
  border: 2px solid #fff;
}

.large {
  border-radius: 10px;
  font-size: 25px;
  letter-spacing: 2.5px;
  padding: 31px 68px;
  margin: 5px;
}

.fix {
  font-family: "Andada", serif;
  padding: 31px 41px;
}

/* front page */
section#banner {
  position: relative;
  height: 600px;
  background-image: url('../images/bg-image.jpg');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 1440px 600px;
}

section#banner .bubble > * {
  flex-grow: 1;
  flex-shrink: 1;
}

section#banner .bubble {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: absolute;
  margin-left: 280px;
  top: 440px;
  background-color: #fff;
  width: 880px;
  padding: 45px 55px;
  border-radius: 20px;
}

section#banner .bubble p {
  padding-top: 25px;
}

section#banner .bubble .heading {
  font-size: 45px;
  letter-spacing: 0.9px;
  line-height: 55px;
  flex-basis: 350px;
  flex-shrink: 0;
}

section#banner .bubble > p {
  font-size: 20px;
  letter-spacing: 0.4px;
}

section#info {
  background-color: #e3e3e3;
  color: #0c4a22;
  padding: 67px 320px;
}

section#info > section#inside {
  margin-top: 76px;
  font-size: 20px;
  letter-spacing: 0.4px;
}

section#info > section#inside > #info-text {
  display: flex;
  flex-direction: row;
}

section#info > section#inside > #info-text p:first-child {
  flex-basis: 330px;
  margin-right: 30px;
  color: #8a8a8a;
}

section#info > section#inside > #info-text p:last-child {
  flex-basis: 450px;
}

section#info dl {
  font-size: 20px;
  letter-spacing: 0.4px;
  margin-top: 45px;
}

section#info dl > dt {
  height: 30px;
  line-height: 30px;
}

section#info dl > dt:first-child {
  font-weight: bold;
  height: auto;
  margin-bottom: 30px;
}

section#info dl > dt > i {
  margin-right: 27px;
}

.info-icon {
  display: inline-block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  text-align: center;
  line-height: 88px;
  font-size: 40px;
  font-weight: bold;
  border: 2px solid #0c4a22;
  margin-right: 35px;
}

section#info > section:last-child {
  text-align: center;
  margin-top: 70px;
}

section#intro {
  margin-top: 250px;
  font-size: 25px;
  letter-spacing: 0.5px;
}

/* forms */

.form-page {
    padding-bottom: 10vh;
}

.form-page ul#progress {
  text-align: center;
  margin: 159px 0px 63px 0px;
  padding: 0;
  list-style: none;
}

.form-page ul#progress li {
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.5);
  display: inline-block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  margin-left: 16px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 40px;
  text-align: center;
  line-height: 88px;
}

.form-page ul#progress li:first-child {
  margin-left: 0;
}

.form-page ul#progress li:last-child i {
  line-height: 80px;
}

.form-page ul#progress li.active {
  color: #0c4a22;
  background: #fff;
  opacity: 1;
}

.form-page ul#progress li.done::after {
  position: absolute;

  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  width: 30px;
  height: 30px;
  top: -42px;
  right: -5px;
  font-size: 30px;
}

.form-page form {
  width: 880px;
  margin: auto;
}

#form-header {
  overflow: hidden;
}

.top-step-info span.number,
.bottom-step-info span.number,
#form-header span.number {
  border: 2px solid #0c4a22;
  display: inline-block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  color: #0c4a22;
  font-size: 40px;
  text-align: center;
  line-height: 88px;
  margin-right: 45px;
  float: left;
}

#form-header h2 {
  font-size: 24px;
  letter-spacing: 0.5px;
  font-weight: normal;
  display: inline-block;
  width: 600px;
}

#form-header h2 span {
  font-size: 15px;
  letter-spacing: 0.3px;
  clear: left;
  display: block;
  margin-top: 6px;
}

.form-items {
  position: relative;
  border-radius: 20px;
  background-color: #ececec;
  padding: 51px 73px;
  margin-bottom: 43px;
}

.form-buttons {
  text-align: center;
}

.form-buttons a#back-button {
  margin-right: 26px;
}

.form-item {
  margin-top: 30px;
}

.form-item label {
    font-size: 20px;
    letter-spacing: 0.4px;
}

.form-item select::-ms-expand {
  display: none;
}

.form-item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('../images/chevron.svg');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.form-item textarea {
    border-radius: 10px;
    border: none;
    color: rgba(12, 74, 34, 0.5);
    padding: 17px 22px;
    font-size: 20px;
}

.form-item input,
.form-item select {
  border-radius: 10px;
  height: 60px;
  border: none;
  width: 0px;
  padding: 17px 22px;
  font-size: 20px;
  color: rgba(12, 74, 34, 0.5);
}

.form-item input.important{
  background-image: url('../images/asterisk.svg');
  background-repeat: no-repeat;
  background-position: right 10px top 10px;
  background-size: 6px 6px;
}

.form-item select.important {
  background-image:
    url('../images/asterisk.svg'),
    url('../images/chevron.svg');
  background-repeat: no-repeat, no-repeat;
  background-position: right 10px top 10px, right 20px center;
  background-size: 6px 6px, 20px 20px;
}

.error {
  background-color: orange!important;
  color: #fff!important;
}

.form-item .item-row {
  display: block;
  margin-top: 27px;
}

.form-item .item-row > * {
  display: inline-block;
  width: 225px;
  margin-right: 15px;

}

.form-item.margin .item-row > * {
  width: 183px;
}

.form-item .item-row > *.three {
  display: inline-block;
  width: 712px;
}

.form-item .item-row > *.two {
  display: inline-block;
  width: 469px;
}

.form-item .item-row > *.even {
  display: inline-block;
  width: 347px;
}

.file-row {
  margin-top: 14px;
  display: flex;
}

.file-row > div {
  margin: 5px;
}

.form-item .upload-frame,
.form-item .download-frame {
  border: 1px solid #0c4a22;
  padding: 20px;
  border-radius: 10px;
  font-size: 16px;
  height: 160px;
}

.form-item .upload-frame {
  position: relative;
  border: 1px dashed #0c4a22;
}

.form-item .upload-frame p,
.form-item .download-frame p {
  font-size: 16px;
}

.form-item .upload-frame p {
  text-align: center!important;
}

.form-item .upload-frame {
  margin-top: 22px;
}

.form-item .upload-frame span#filename {
  position: absolute;
  bottom: 10px;
  left: 5%;
  overflow: hidden;
  width: 90%;
}

.form-item input[type="checkbox"] {
  width: 20px!important;
  height: 20px;
  margin-top: 20px;
}

.form-item input[type="checkbox"] + label {
  line-height: 60px;
}

.page {
  margin: 0px 275px;
  margin-top: 150px;
  color: #fff;
  font-size: 20px;
}

.page h1 {
  font-size: 45px;
  font-weight: normal;
}

.page p {
  margin: 10px 0px;
}

.page ul {
  list-style-type: none;
}

.page ul > li:before {
  content: "- ";
  text-indent: -10px;
}

.page ul > li {
  text-indent: -10px;
}

.page ul li ul {
  margin: 5px 12px;
}

.form-item p {
  font-size: 20px;
}

.form-item.margin {
  margin-left: 130px;
}

.form-item .item-info {
  font-size: 15px;
  margin: 25px 0;
}

.top-step-info,
.bottom-step-info {
  color: #fff;
  font-size: 20px;
  padding: 50px;
  border: 2px solid #fff;
  border-radius: 20px;
  margin-bottom: 75px;
  display: flex;
}

.top-step-info p {
  font-size: 25px;
  padding-top: 25px;
  margin-left: 20px;
}

.top-step-info {
  width: 880px;
  margin: auto;
  margin-bottom: 75px;
}

form#step10 #form-header span.number::before,
.top-step-info span.number::before {
  content: "✓";
  font-family: "Font Awesome 5 Free";

}

.top-step-info span.number,
.bottom-step-info span.number {
  color: #fff;
  border: 2px solid #fff;
}

.bottom-step-info p {
  width: 600px;
}

.item-label {
  width: 99px!important;
  padding: 17px 0px;
}

.item-label.small {
  width: 64px!important;
}

#footer {
  padding: 34px 0px;
  text-align: center;
  font-size: 12px;
}

#footer ul {
  list-style: none;
  list-style-position: inside;
}

#footer ul li {
  display: inline-block;
  margin-right: 10px;
  text-transform: uppercase;
}

.upload-btn-wrapper {
  display: block;
  text-align: center;
  width: 100%;
  margin: 5px 0px 10px 0px;
  font-size: 50px!important;
}

.upload-btn-wrapper input[type=file] {
  display: none;
}

.form-item.approval {
  display: flex;
}

.form-item.approval > input[type="checkbox"] {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 20px;
  margin: 0px 20px 0px 0px;
}
.approval-info-text {
}


#check-overview #progress {
  display: none;
}

#check-overview form .form-buttons {
  display: none;
}

#check-overview form .edit-btn {
  display: inline-block;
  position: absolute;
  right: 40px;
  top: 20px;
  cursor: pointer;
  color: #fff;
  padding: 5px 10px;
  letter-spacing: 1px;
  background-color: #0c4a22;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
}

.info-ends {
  font-size: 16px;
  border: 1px solid red;
}

.faq section {
  display: block;
  padding: 67px 280px;
  background-color: #e3e3e3;
  min-height: 100vh;
}

.faq section .faqs {
  background: #fff;
  padding: 45px 55px;
  border-radius: 20px;
}

.faq section .faqs h1 {
  font-size: 30px;
}

.faq section .faqs dl {
  margin: 40px 0 20px 50px;
}

.faq section .faqs dt {
    cursor:pointer;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
}

.faq section .faqs dt::before {
  content: "+";
  display: block;
  font-size: 32px;
  width: 30px;
  height: 30px;
  left: -50px;
  top: -8px;
  line-height: 24px;
  text-align: center;
  font-weight: normal;
  border: 2px solid #0c4a22;
  border-radius: 100%;
  position: absolute;
  transition: transform 0.3s linear;
}

.faq section .faqs dt.open::before {
  transform: rotateZ(45deg);
  transition: transform 0.3s linear;
}

.faq section .faqs dd {
  display: none;
  color: #777;
  margin-bottom: 20px;
}

.faq section .faqs dd.open {
  display: block;
}

a.faq-link {
  color: #0c4a22;
  font-weight: 600;
}

aside#contact-badge {
  cursor: pointer;
  width: 250px;
  height: 250px;
  position: fixed;
  right: 30px;
  bottom: 50px;
  background: #ececec;
  background-size: 60px;
  border-radius: 10px;
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
  padding: 20px;

  transition:
  width 0.5s,
  height 0.5s,
  border-radius 0.5s,
  box-shadow 0.5s,
  padding 0.5s,
  background-color 0.5s;
}

aside#contact-badge.closed {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: url('../images/badge-bg.jpg') right 20px bottom 20px no-repeat #fff;
  background-size: 60px;
  background-position: right 0px bottom 0px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

aside#contact-badge .info {
  position: relative;
  overflow: hidden!important;
}

aside#contact-badge.closed .info {
  display: none;
}

aside#contact-badge .info h2 {
  font-weight: normal;
  font-size: 21px;
}

aside#contact-badge .info .subheadline {
  font-size: 14px;
  margin-bottom: 29px;
}

aside#contact-badge .info .name {
  font-size: 14px;
  font-weight: 600;
}

aside#contact-badge .info .title {
  font-size: 12px;
  color: #8fb49c;
  margin-bottom: 5px;
}

aside#contact-badge .info .phone {
  font-size: 14px;
  background: url('../images/phone.svg') left center no-repeat;
  padding-left: 20px;
}

aside#contact-badge .info .mail {
  font-size: 14px;
  background: url('../images/mail.svg') left center no-repeat;
  padding-left: 20px;
}

aside#contact-badge .wrapper {
  position: relative;
}

aside#contact-badge .info-trigger {
  background: #fff;
  font-family: Arial;
  position: absolute;
  display: block;
  right: -30px;
  top: 220px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #0c4a22;
  transition:
    top 0.5s,
    right 0.5s;
}

aside#contact-badge.closed .info-trigger {
  right: -20px;
  top: 25px;
}

aside#contact-badge .info-trigger::before {
  content: "x";
}

aside#contact-badge.closed .info-trigger::before {
  content: "?";
}
