@font-face {
    font-family: 'Gilroy-Bold';
    src: url("fonts/GILROY-BOLD.TTF") format("truetype"), url("fonts/Gilroy-Bold.otf") format("otf");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body:not(.cke_editable) {
    font-size: calc(15px + 1 * (100vw - 375px) / 1525) !important;
}

body.information-information.iid-8:not(.cke_editable)
  .page-banner
  h2:not(.swal2-title):not([style]) {
  text-align: left;
}

/*body.information-information.iid-8 .description {*/
/*  width: 40vw;*/
/*}*/

body.information-information.iid-8 h1 {
  font-size: calc(34px + 26 * (100vw - 375px) / 1525);
  font-weight: normal;
  margin-bottom: 1%;
}

body.information-information.iid-8 #content {
  min-height: auto;
}

.volunteer-content {
  margin: 30px 0;
}

.volunteer-content a {
    color: #0873bb;
}

.volunteer-content b,
.volunteer-content strong {
    font-family: "Gilroy-SemiBold";
    font-weight: bold;
    font-size: 1.2rem;
}

.volunteer-form {
  display: flex;
  flex-wrap: wrap;
}

.volunteer-form > fieldset.half {
  width: calc(50% - 0.5rem);
  margin-bottom: 2rem;
}

.volunteer-form > fieldset.half-left {
  margin-right: 0.5rem;
}

.volunteer-form > fieldset.half-right {
  margin-left: 0.5rem;
}

.volunteer-form > .full {
  width: 100%;
  margin-bottom: 2rem;
}

.volunteer-form fieldset {
  border: thin solid #111;
  border-radius: 0.25rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.volunteer-form fieldset > .half {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: calc(50% - 1rem);
}

.volunteer-form fieldset > .full {
  margin-top: 0;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: calc(100% - 1rem);
}

.volunteer-form legend {
  padding: 0.2rem 0.5rem;
  display: inline-block;
  background: white;
  border-bottom: none;
  max-width: max-content;
  text-transform: uppercase;
}

.volunteer-form .text-danger {
  color: #a94442;
}

.volunteer-form .text-checkbox {
  margin-left: 20px;
}

.volunteer-form .form-group-blank {
  color: #fff;
}

.volunteer-form .form-control {
  border: none;
  background: #f4f4f3;
  border-radius: 0.25rem;
  box-shadow: none;
}

.volunteer-form .date.input-group .input-group-addon {
  border: none;
  padding: 9px 12px;
  background: #f4f4f3;
  cursor: pointer;
}

.volunteer-form .has-error > .form-control,
.volunteer-form .has-error > .input-group > .form-control,
.volunteer-form .has-error > .input-group .input-group-addon {
  background: #f2dede;
  color: #a94442;
}

.volunteer-form .form-control.form-control-blank {
  background: #fff;
}

.volunteer-form .volunteer-agreement {
  padding: 1rem;
}

.volunteer-form .pdpa > .checkbox {
  margin-top: 0;
  margin-bottom: 1rem;
}

.volunteer-form .communication {
  margin-left: 20px;
}

.volunteer-form .communication > div {
  margin-bottom: 1rem;
}

.volunteer-form .communication > div:last-of-type {
  margin-bottom: 0;
}

.volunteer-form .checkboxes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*margin-top: 1.5rem;*/
  margin-bottom: 1.5rem;
}

.volunteer-form .checkboxes > .checkbox {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1rem;
}

.volunteer-form .checkbox input[type="checkbox"] {
    margin-top: 5px;
}

.volunteer-form .checkboxes.column {
  flex-direction: column;
  align-items: flex-start;
}

.volunteer-form .checkboxes.column > .checkbox {
  margin-top: 0;
  margin-bottom: 0.5rem;
  margin-right: 0;
}

.volunteer-form fieldset > .full.btn-container {
  margin-top: 1.5rem;
  margin-bottom: 0;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

@media screen and (max-width: 769px) {
  .volunteer-form fieldset > .half {
    width: calc(100% - 1rem);
  }
}

@media screen and (max-width: 541px) {
  body.information-information.iid-8 .description {
    width: 100%;
  }

  .volunteer-form > .half {
    width: 100%;
    margin-bottom: 2rem;
  }

  .volunteer-form > .half-left {
    margin-right: 0;
  }

  .volunteer-form > .half-right {
    margin-left: 0;
  }
}
