/* ============================================================
   Section tabs system (legacy CSS – forced with !important)
   ============================================================ */
.gravity_forms_section_tabs_enabled_wrapper .gfield + .gravity-forms-section-tabs-head {
  margin-top: 0 !important;
}
.gravity_forms_section_tabs_enabled_wrapper .gravity-forms-section-tabs-head {
  display: grid !important;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  align-items: stretch;
  background-color: #EEF2F4 !important;
}
.gravity_forms_section_tabs_enabled_wrapper .gravity-forms-section-tabs-head a {
  width: auto !important;
  white-space: nowrap;
  padding: 16px 20px;
  display: flex;
  border: none;
  align-items: center;
  justify-content: center;
  line-height: 1.2em;
  background-color: unset !important;
}
.gravity_forms_section_tabs_enabled_wrapper .gravity-forms-section-tabs-head a.current {
  background-color: #FAF6F3 !important;
}
.gravity_forms_section_tabs_enabled_wrapper .gravity-forms-section-tabs-head a:nth-child(4) {
  display: inline-block !important;
  /* display: none !important; */
}
/* 1) All main field labels (not choice labels) */
.gfield_label,
.nadruk {
  color: #2B89C9;
}
.nadruk .gfield_radio label,
.nadruk .gfield_checkbox label,
.nadruk .gfield_checkbox label a {
  color: #F08500;
}
/* 2) Remove borders from some GF field types */
.gfield--type-radio,
.gfield--type-checkbox,
.gfield--type-date,
.gfield--type-list {
  border: 0;
  padding: 0;
}
input[type="radio"],
input[type="checkbox"] {
  border: none;
  box-shadow: none;
  outline: none;
  background: transparent;
}
hr {
  background-color: #CCCCCC;
  border: 0px;
  height: 1px;
}
ul,
li {
  list-style: none;
}
.gfield_visibility_hidden {
  display: none !important;
}
.gform_body ul li.functie::after {
  clear: none;
}
.menu-icon {
  background-image: url(images/menu-icon.png);
  background-size: 100% auto;
  cursor: pointer;
  display: block;
  height: 38px;
  position: absolute;
  left: 15px;
  top: 7px;
  width: 38px;
}
.menu-mobile.mobile-only {
  display: none;
  position: absolute;
  margin: 80px 15px;
  background-color: #FFFFFF;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=97);
  filter: alpha(opacity=97);
  -webkit-opacity: 0.97;
  -moz-opacity: 0.97;
  opacity: 0.97;
  width: calc(100% - 30px);
  z-index: 5000;
}
.menu-hoofdmenu-mobiel-container {
  text-align: left;
  margin-left: 15px;
  margin-right: 15px;
}
.menu-hoofdmenu-mobiel-container ul {
  margin: 0px;
  padding: 0px;
}
.menu-hoofdmenu-mobiel-container ul li {
  list-style-type: none;
  margin: 0;
  border-bottom: 1px solid #F4C02F;
  min-height: 46px;
  text-transform: uppercase;
}
.menu-hoofdmenu-mobiel-container ul li:last-child {
  border-bottom: none;
}
.menu-hoofdmenu-mobiel-container ul li a {
  display: block;
  font-size: 1.25em;
  padding: 14px 0;
  text-decoration: none;
}
.menu-hoofdmenu-mobiel-container .collapsable {
  position: relative;
}
.menu-hoofdmenu-mobiel-container .collapsable a {
  border-bottom: 1px solid #CCCCCC;
}
.menu-hoofdmenu-mobiel-container .collapsable a:first-child {
  border-bottom: none;
}
.menu-hoofdmenu-mobiel-container .collapsable.expanded a {
  border-bottom: 1px solid #CCCCCC;
}
.menu-hoofdmenu-mobiel-container .collapsable.expanded li:last-child a {
  border-bottom: none;
}
.menu-hoofdmenu-mobiel-container .collapsable:after {
  font-family: FontAwesome;
  content: '\f105';
  position: absolute;
  right: 20px;
  top: 15px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.menu-hoofdmenu-mobiel-container .collapsable.expanded:after {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.menu-hoofdmenu-mobiel-container .collapsable ul li {
  border-bottom: none;
  margin-left: 10px;
  color: #AAAAAA;
}
.menu-hoofdmenu-mobiel-container .collapsable ul li a {
  color: #AAAAAA;
}
.menu-hoofdmenu-mobiel-container .menu-item.mz-menu,
.menu-hoofdmenu-mobiel-container .menu-item.mz-menu a {
  color: #2B89C9 !important;
}
.mobile-only {
  display: none;
}
.logout_button {
  background-color: #F4C02F;
  color: #FFFFFF;
  cursor: pointer;
  float: left;
  margin: 29px 3px 40px;
  padding: 0 10px;
  height: 22px;
  font-size: 0.85em;
  text-transform: uppercase;
  text-decoration: none !important;
  position: absolute;
  top: 17px;
  right: 40px;
  opacity: 0.4;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -webkit-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -moz-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
  -o-transition: color 0.2s linear, opacity 0.2s linear, background-color 0.2s linear;
}
.logout_button:hover {
  background-color: #F08500;
  opacity: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}
#gform_wrapper_4,
#gform_wrapper_14 {
  width: 100%;
  background-color: #FAF6F3;
  position: relative;
}
#gform_wrapper_4 .gform_required_legend,
#gform_wrapper_14 .gform_required_legend {
  display: none;
}
#gform_4,
#gform_14 {
  /* Logged-in variant (legacy parity) */
  /* end .gform_body */
  /* ============================================================
     Submit button + footer note
     ============================================================ */
}
.logged-in #gform_4 .gravity_forms_section_tabs_enabled_wrapper .gravity-forms-section-tabs-head a:nth-child(4),
.logged-in #gform_14 .gravity_forms_section_tabs_enabled_wrapper .gravity-forms-section-tabs-head a:nth-child(4) {
  /* display: inline-block !important; */
}
#gform_4 .gform_body,
#gform_14 .gform_body {
  /* end .gform_fields */
}
#gform_4 .gform_body .gfield.mz-foto,
#gform_14 .gform_body .gfield.mz-foto {
  position: absolute;
  right: 30px;
  top: 75px;
}
#gform_4 .gform_body .gfield.mz-foto .mz_foto,
#gform_14 .gform_body .gfield.mz-foto .mz_foto {
  background-image: url(images/placeholder_person.png);
  background-color: #cccccc;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  aspect-ratio: 16 / 20;
  width: 160px;
}
#gform_4 .gform_body .gform_fields,
#gform_14 .gform_body .gform_fields {
  width: 100%;
  /* end ul */
  /* Adjustments for mz-foto */
}
#gform_4 .gform_body .gform_fields ul,
#gform_14 .gform_body .gform_fields ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 25px 0 0;
  padding: 0;
  width: 79%;
  box-sizing: border-box;
  justify-content: flex-start;
  /* =====================================================================
           STANDARD GF FIELDS (DIV-BASED, NOT RADIO/CHECKBOX/DATE/LIST/FILE/HTML/TEXTAREA)
           ===================================================================== */
  /* end standard fields */
  /* =====================================================================
           FILE UPLOAD FIELD (20% LABEL, 80% STACKED CONTENT)
           ===================================================================== */
  /* =====================================================================
           TEXTAREA FIELD (20% LABEL, 80% STACKED CONTENT, LIKE FILE UPLOAD)
           ===================================================================== */
  /* =====================================================================
           FIELDSET-BASED RADIO / CHECKBOX / CHOICE / DATE / LIST
           ===================================================================== */
  /* DATE fieldset: match 20/80 layout + vertical centering */
  /* DATE (Gravity Forms datefield = 3 columns inside .ginput_complex) */
  /* =====================================================================
           HTML FIELDS (20% LABEL, 80% STACKED CONTENT, LIKE TEXTAREA/FILEUPLOAD)
           ===================================================================== */
  /* Any UL/OL inside an HTML field's content container should be normal */
  /* =====================================================================
           PLANNING (custom HTML output)
           ===================================================================== */
  /* ============================================================
           LIST FIELD styled like HTML / File Upload fields
           ============================================================ */
  /* =====================================================================
           STACKED CHECKBOX / RADIO / CHOICE (class: stacked)
           ===================================================================== */
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea),
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea) {
  flex: 0 0 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 20px;
  /* Ensure SELECT fields fill the available input width */
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea) > .gfield_label,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea) > .gfield_label {
  float: none !important;
  clear: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 0.5em 0 0;
  text-align: right;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  padding-right: 0;
  color: #2B89C9;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea) > .ginput_container,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea) > .ginput_container {
  float: none !important;
  width: auto !important;
  margin-top: 0 !important;
  box-sizing: border-box;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea) > .ginput_container_select,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea) > .ginput_container_select {
  width: 100%;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea) > .ginput_container_select select,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea) > .ginput_container_select select {
  width: 100% !important;
  max-width: none;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-image: url('images/dropdownarrow.png');
  background-position: right 10px center;
  padding: 7px 28px 7px 7px;
  border-radius: 0px;
  display: block;
  height: auto !important;
  max-width: 100%;
  border: none;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-half,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-half,
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gfield--width-half,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gfield--width-half {
  flex: 0 0 50%;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-third,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-third,
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gfield--width-third,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gfield--width-third {
  flex: 0 0 33.3333%;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-quarter,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-quarter,
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gfield--width-quarter,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gfield--width-quarter {
  flex: 0 0 25%;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start > .gfield_label,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start > .gfield_label {
  text-align: right;
  justify-content: flex-end;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea):not(.row-two-balanced):not(.row-two-left-small):not(.row-two-right-small):not(.row-two-balanced-next):not(.row-two-left-small-next):not(.row-two-right-small-next):not(.row-three-columns):not(.row-three-columns-second):not(.row-three-columns-third):not(.gf-half):not(.gf-third):not(.gf-quarter):not(.gfield--width-half):not(.gfield--width-third):not(.gfield--width-quarter) > .gfield_label,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea):not(.row-two-balanced):not(.row-two-left-small):not(.row-two-right-small):not(.row-two-balanced-next):not(.row-two-left-small-next):not(.row-two-right-small-next):not(.row-three-columns):not(.row-three-columns-second):not(.row-three-columns-third):not(.gf-half):not(.gf-third):not(.gf-quarter):not(.gfield--width-half):not(.gfield--width-third):not(.gfield--width-quarter) > .gfield_label {
  flex: 0 0 20%;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea):not(.row-two-balanced):not(.row-two-left-small):not(.row-two-right-small):not(.row-two-balanced-next):not(.row-two-left-small-next):not(.row-two-right-small-next):not(.row-three-columns):not(.row-three-columns-second):not(.row-three-columns-third):not(.gf-half):not(.gf-third):not(.gf-quarter):not(.gfield--width-half):not(.gfield--width-third):not(.gfield--width-quarter) > .ginput_container,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea):not(.row-two-balanced):not(.row-two-left-small):not(.row-two-right-small):not(.row-two-balanced-next):not(.row-two-left-small-next):not(.row-two-right-small-next):not(.row-three-columns):not(.row-three-columns-second):not(.row-three-columns-third):not(.gf-half):not(.gf-third):not(.gf-quarter):not(.gfield--width-half):not(.gfield--width-third):not(.gfield--width-quarter) > .ginput_container {
  flex: 1 1 0;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.gf-half .gfield_label,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.gf-half .gfield_label,
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.gfield--width-half .gfield_label,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.gfield--width-half .gfield_label {
  flex: 0 0 40%;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.gf-third .gfield_label,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.gf-third .gfield_label,
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.gfield--width-third .gfield_label,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.gfield--width-third .gfield_label {
  flex: 0 0 60%;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.gf-quarter .gfield_label,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.gf-quarter .gfield_label,
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.gfield--width-quarter .gfield_label,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.gfield--width-quarter .gfield_label {
  flex: 0 0 80%;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.row-two-balanced,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.row-two-balanced {
  flex: 0 0 55%;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.row-two-balanced > .gfield_label,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.row-two-balanced > .gfield_label {
  flex: 0 0 36.3636%;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.row-two-balanced > .ginput_container,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.row-two-balanced > .ginput_container {
  flex: 1 1 0;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-two-balanced-next,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-two-balanced-next {
  flex: 0 0 45%;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-two-balanced-next > .gfield_label,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-two-balanced-next > .gfield_label {
  flex: 0 0 26.6667%;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-two-balanced-next > .ginput_container,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-two-balanced-next > .ginput_container {
  flex: 1 1 0;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.row-two-left-small,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.row-two-left-small {
  flex: 0 0 41.3333%;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.row-two-left-small > .gfield_label,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.row-two-left-small > .gfield_label {
  flex: 0 0 48.3871%;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.row-two-left-small > .ginput_container,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.row-two-left-small > .ginput_container {
  flex: 1 1 0;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-two-left-small-next,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-two-left-small-next {
  flex: 0 0 58.6667%;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-two-left-small-next > .gfield_label,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-two-left-small-next > .gfield_label {
  flex: 0 0 23.8636%;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-two-left-small-next > .ginput_container,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-two-left-small-next > .ginput_container {
  flex: 1 1 0;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.row-two-right-small,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.row-two-right-small {
  flex: 0 0 70%;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.row-two-right-small > .gfield_label,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.row-two-right-small > .gfield_label {
  flex: 0 0 28.5714%;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.row-two-right-small > .ginput_container,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.row-two-right-small > .ginput_container {
  flex: 1 1 0;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-two-right-small-next,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-two-right-small-next {
  flex: 0 0 30%;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-two-right-small-next > .gfield_label,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-two-right-small-next > .gfield_label {
  flex: 0 0 46.6667%;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-two-right-small-next > .ginput_container,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-two-right-small-next > .ginput_container {
  flex: 1 1 0;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.row-three-columns,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.row-three-columns {
  flex: 0 0 41.3333%;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.row-three-columns > .gfield_label,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.row-three-columns > .gfield_label {
  flex: 0 0 48.3871%;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.row-three-columns > .ginput_container,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).gf-row-start.row-three-columns > .ginput_container {
  flex: 1 1 0;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-three-columns-second,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-three-columns-second {
  flex: 0 0 29.3333%;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-three-columns-second > .gfield_label,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-three-columns-second > .gfield_label {
  flex: 0 0 27.2727%;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-three-columns-second > .ginput_container,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-three-columns-second > .ginput_container {
  flex: 1 1 0;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-three-columns-third,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-three-columns-third {
  flex: 0 0 29.3333%;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-three-columns-third > .gfield_label,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-three-columns-third > .gfield_label {
  flex: 0 0 27.2727%;
}
#gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-three-columns-third > .ginput_container,
#gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield--type-radio):not(.gfield--type-checkbox):not(.gfield--type-choice):not(.gfield--type-date):not(.gfield--type-list):not(.gfield--type-fileupload):not(.gfield--type-html):not(.gfield--type-textarea).row-three-columns-third > .ginput_container {
  flex: 1 1 0;
}
#gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-fileupload,
#gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-fileupload {
  flex: 0 0 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  overflow: hidden;
}
#gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-fileupload > .gfield_label,
#gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-fileupload > .gfield_label {
  float: left;
  clear: none !important;
  width: 20% !important;
  margin: 0 0.5em 0 0;
  text-align: right;
  display: block;
  color: #2B89C9;
  padding: 0;
}
#gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-fileupload > .ginput_container_fileupload,
#gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-fileupload > .ginput_container_fileupload {
  float: left;
  clear: none !important;
  width: calc(80% - 0.5em) !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: block !important;
}
#gform_4 .gform_body .gform_fields ul .gfield.gfield--type-fileupload .gform_fileupload_multifile,
#gform_14 .gform_body .gform_fields ul .gfield.gfield--type-fileupload .gform_fileupload_multifile {
  display: block;
  margin-bottom: 0.5em;
}
#gform_4 .gform_body .gform_fields ul .gfield.gfield--type-fileupload .gform_fileupload_rules,
#gform_14 .gform_body .gform_fields ul .gfield.gfield--type-fileupload .gform_fileupload_rules {
  display: block;
  margin: 0.25em 0 0;
  font-size: 0.9em;
}
#gform_4 .gform_body .gform_fields ul .gfield.gfield--type-fileupload .gform-ul-reset,
#gform_14 .gform_body .gform_fields ul .gfield.gfield--type-fileupload .gform-ul-reset {
  margin: 0.25em 0 0;
}
#gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-fileupload > .gfield_description,
#gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-fileupload > .gfield_description {
  clear: both;
  margin: 0.5em 0 0 calc(20% + 0.5em);
  width: calc(80% - 0.5em);
  font-size: 0.9em;
}
#gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-textarea,
#gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-textarea {
  flex: 0 0 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  overflow: hidden;
}
#gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-textarea > .gfield_label,
#gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-textarea > .gfield_label {
  float: left;
  clear: none !important;
  width: 20% !important;
  margin: 0 0.5em 0 0;
  text-align: right;
  display: block;
  color: #2B89C9;
  padding: 0;
}
#gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-textarea > .ginput_container_textarea,
#gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-textarea > .ginput_container_textarea {
  float: left;
  clear: none !important;
  width: calc(80% - 0.5em) !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: block !important;
}
#gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-textarea > .gfield_description,
#gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-textarea > .gfield_description {
  clear: both;
  margin: 0.5em 0 0 calc(20% + 0.5em);
  width: calc(80% - 0.5em);
  font-size: 0.9em;
}
#gform_4 .gform_body .gform_fields ul > fieldset.gfield--type-radio,
#gform_14 .gform_body .gform_fields ul > fieldset.gfield--type-radio,
#gform_4 .gform_body .gform_fields ul > fieldset.gfield--type-checkbox,
#gform_14 .gform_body .gform_fields ul > fieldset.gfield--type-checkbox,
#gform_4 .gform_body .gform_fields ul > fieldset.gfield--type-choice,
#gform_14 .gform_body .gform_fields ul > fieldset.gfield--type-choice,
#gform_4 .gform_body .gform_fields ul > fieldset.gfield--type-date,
#gform_14 .gform_body .gform_fields ul > fieldset.gfield--type-date,
#gform_4 .gform_body .gform_fields ul > fieldset.gfield--type-list,
#gform_14 .gform_body .gform_fields ul > fieldset.gfield--type-list {
  flex: 0 0 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  overflow: hidden;
  margin-left: 0;
}
#gform_4 .gform_body .gform_fields ul > fieldset.gfield--type-date,
#gform_14 .gform_body .gform_fields ul > fieldset.gfield--type-date {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
#gform_4 .gform_body .gform_fields ul > fieldset.gfield--type-date > legend.gfield_label,
#gform_14 .gform_body .gform_fields ul > fieldset.gfield--type-date > legend.gfield_label {
  float: none;
  width: auto !important;
  flex: 0 0 20%;
  margin: 0 0.5em 0 0;
  box-sizing: border-box;
}
#gform_4 .gform_body .gform_fields ul > fieldset.gfield--type-date > .ginput_container,
#gform_14 .gform_body .gform_fields ul > fieldset.gfield--type-date > .ginput_container {
  float: none;
  width: auto !important;
  flex: 1 1 0;
  min-width: 0;
  box-sizing: border-box;
}
#gform_4 .gform_body .gform_fields ul > fieldset.gfield--type-date > .ginput_container label,
#gform_14 .gform_body .gform_fields ul > fieldset.gfield--type-date > .ginput_container label {
  display: none;
}
#gform_4 .gform_body .gform_fields ul > fieldset.gfield--input-type-datefield > .ginput_container.ginput_complex.gform-grid-row,
#gform_14 .gform_body .gform_fields ul > fieldset.gfield--input-type-datefield > .ginput_container.ginput_complex.gform-grid-row {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
  gap: 12px;
  align-items: flex-start;
}
#gform_4 .gform_body .gform_fields ul > fieldset.gfield--input-type-datefield > .ginput_container.ginput_complex.gform-grid-row > .ginput_container_date.gform-grid-col,
#gform_14 .gform_body .gform_fields ul > fieldset.gfield--input-type-datefield > .ginput_container.ginput_complex.gform-grid-row > .ginput_container_date.gform-grid-col {
  float: none !important;
  width: auto !important;
  flex: 1 1 0 !important;
  min-width: 0;
  margin-right: 0px;
  margin-top: 0px;
}
#gform_4 .gform_body .gform_fields ul > fieldset.gfield--input-type-datefield .ginput_container_date input,
#gform_14 .gform_body .gform_fields ul > fieldset.gfield--input-type-datefield .ginput_container_date input {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
}
#gform_4 .gform_body .gform_fields ul > fieldset.gfield--type-radio > legend.gfield_label,
#gform_14 .gform_body .gform_fields ul > fieldset.gfield--type-radio > legend.gfield_label,
#gform_4 .gform_body .gform_fields ul > fieldset.gfield--type-checkbox > legend.gfield_label,
#gform_14 .gform_body .gform_fields ul > fieldset.gfield--type-checkbox > legend.gfield_label,
#gform_4 .gform_body .gform_fields ul > fieldset.gfield--type-choice > legend.gfield_label,
#gform_14 .gform_body .gform_fields ul > fieldset.gfield--type-choice > legend.gfield_label,
#gform_4 .gform_body .gform_fields ul > fieldset.gfield--type-date > legend.gfield_label,
#gform_14 .gform_body .gform_fields ul > fieldset.gfield--type-date > legend.gfield_label,
#gform_4 .gform_body .gform_fields ul > fieldset.gfield--type-list > legend.gfield_label,
#gform_14 .gform_body .gform_fields ul > fieldset.gfield--type-list > legend.gfield_label {
  float: left;
  width: 20% !important;
  margin: 0 0.5em 0 0;
  padding: 0;
  text-align: right;
  display: block;
  color: #2B89C9;
}
#gform_4 .gform_body .gform_fields ul > fieldset.gfield--type-radio > .ginput_container_radio,
#gform_14 .gform_body .gform_fields ul > fieldset.gfield--type-radio > .ginput_container_radio,
#gform_4 .gform_body .gform_fields ul > fieldset.gfield--type-checkbox > .ginput_container_checkbox,
#gform_14 .gform_body .gform_fields ul > fieldset.gfield--type-checkbox > .ginput_container_checkbox,
#gform_4 .gform_body .gform_fields ul > fieldset.gfield--type-choice > .ginput_container,
#gform_14 .gform_body .gform_fields ul > fieldset.gfield--type-choice > .ginput_container,
#gform_4 .gform_body .gform_fields ul > fieldset.gfield--type-date > .ginput_container,
#gform_14 .gform_body .gform_fields ul > fieldset.gfield--type-date > .ginput_container,
#gform_4 .gform_body .gform_fields ul > fieldset.gfield--type-list > .ginput_container,
#gform_14 .gform_body .gform_fields ul > fieldset.gfield--type-list > .ginput_container {
  float: left;
  clear: none !important;
  width: calc(80% - 0.5em) !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: block !important;
}
#gform_4 .gform_body .gform_fields ul fieldset.gfield--type-radio .gfield_radio,
#gform_14 .gform_body .gform_fields ul fieldset.gfield--type-radio .gfield_radio,
#gform_4 .gform_body .gform_fields ul fieldset.gfield--type-checkbox .gfield_checkbox,
#gform_14 .gform_body .gform_fields ul fieldset.gfield--type-checkbox .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
#gform_4 .gform_body .gform_fields ul fieldset.gfield--type-radio .gchoice,
#gform_14 .gform_body .gform_fields ul fieldset.gfield--type-radio .gchoice,
#gform_4 .gform_body .gform_fields ul fieldset.gfield--type-checkbox .gchoice,
#gform_14 .gform_body .gform_fields ul fieldset.gfield--type-checkbox .gchoice {
  display: flex;
  align-items: center;
}
#gform_4 .gform_body .gform_fields ul fieldset.gfield--type-radio .gfield-choice-input,
#gform_14 .gform_body .gform_fields ul fieldset.gfield--type-radio .gfield-choice-input,
#gform_4 .gform_body .gform_fields ul fieldset.gfield--type-checkbox .gfield-choice-input,
#gform_14 .gform_body .gform_fields ul fieldset.gfield--type-checkbox .gfield-choice-input {
  margin-right: 0.35rem;
}
#gform_4 .gform_body .gform_fields ul fieldset.gfield--type-radio .gchoice label,
#gform_14 .gform_body .gform_fields ul fieldset.gfield--type-radio .gchoice label,
#gform_4 .gform_body .gform_fields ul fieldset.gfield--type-checkbox .gchoice label,
#gform_14 .gform_body .gform_fields ul fieldset.gfield--type-checkbox .gchoice label,
#gform_4 .gform_body .gform_fields ul fieldset.gfield--type-choice .gchoice label,
#gform_14 .gform_body .gform_fields ul fieldset.gfield--type-choice .gchoice label {
  color: inherit !important;
}
#gform_4 .gform_body .gform_fields ul fieldset.gfield--type-radio > .gfield_description,
#gform_14 .gform_body .gform_fields ul fieldset.gfield--type-radio > .gfield_description,
#gform_4 .gform_body .gform_fields ul fieldset.gfield--type-checkbox > .gfield_description,
#gform_14 .gform_body .gform_fields ul fieldset.gfield--type-checkbox > .gfield_description,
#gform_4 .gform_body .gform_fields ul fieldset.gfield--type-choice > .gfield_description,
#gform_14 .gform_body .gform_fields ul fieldset.gfield--type-choice > .gfield_description,
#gform_4 .gform_body .gform_fields ul fieldset.gfield--type-date > .gfield_description,
#gform_14 .gform_body .gform_fields ul fieldset.gfield--type-date > .gfield_description,
#gform_4 .gform_body .gform_fields ul fieldset.gfield--type-list > .gfield_description,
#gform_14 .gform_body .gform_fields ul fieldset.gfield--type-list > .gfield_description {
  clear: both;
  margin: 0.5em 0 0 calc(20% + 0.5em);
  width: calc(80% - 0.5em);
  font-size: 0.9em;
}
#gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-html,
#gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-html {
  flex: 0 0 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-left: 0;
  margin-top: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}
#gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-html > .gfield_label,
#gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-html > .gfield_label {
  float: left;
  clear: none !important;
  width: 20% !important;
  margin: 0 0.5em 0 0;
  text-align: right;
  display: block;
  color: #2B89C9;
  padding: 0;
  box-sizing: border-box;
}
#gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-html > .ginput_container_html,
#gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-html > .ginput_container_html {
  float: left;
  clear: none !important;
  width: calc(80% - 0.5em) !important;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: block !important;
  white-space: normal;
}
#gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-html > .gfield_description,
#gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-html > .gfield_description {
  clear: both;
  margin: 0.5em 0 0 calc(20% + 0.5em);
  width: calc(80% - 0.5em);
  font-size: 0.9em;
  box-sizing: border-box;
}
#gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-html > .gfield_label:empty + .ginput_container_html,
#gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-html > .gfield_label:empty + .ginput_container_html {
  float: none;
  width: calc(80% - 0.5em);
  margin-left: calc(20% + 0.5em);
}
#gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-html.hide-html-label > .gfield_label,
#gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-html.hide-html-label > .gfield_label {
  visibility: hidden;
}
#gform_4 .gform_body .gform_fields ul .gfield--type-html .ginput_container_html ul,
#gform_14 .gform_body .gform_fields ul .gfield--type-html .ginput_container_html ul,
#gform_4 .gform_body .gform_fields ul .gfield--type-html .ginput_container_html ol,
#gform_14 .gform_body .gform_fields ul .gfield--type-html .ginput_container_html ol {
  display: block !important;
  flex-wrap: initial !important;
  justify-content: initial !important;
  list-style: initial;
  margin: 0;
  margin-bottom: 15px;
  width: auto !important;
  box-sizing: border-box;
}
#gform_4 .gform_body .gform_fields ul .gfield--type-html .ginput_container_html li,
#gform_14 .gform_body .gform_fields ul .gfield--type-html .ginput_container_html li {
  display: list-item !important;
  flex: initial !important;
  width: auto !important;
  padding: 0;
  align-items: initial !important;
  list-style: initial;
  margin-left: 1em;
}
#gform_4 .gform_body .gform_fields ul .gfield--type-html .ginput_container_html ul.listMenu li,
#gform_14 .gform_body .gform_fields ul .gfield--type-html .ginput_container_html ul.listMenu li {
  list-style: none;
  margin-left: 0px;
}
#gform_4 .gform_body .gform_fields ul .gfield--type-html .embed-container,
#gform_14 .gform_body .gform_fields ul .gfield--type-html .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 10px 0 25px 0;
}
#gform_4 .gform_body .gform_fields ul > .gfield.mz-planning-titel,
#gform_14 .gform_body .gform_fields ul > .gfield.mz-planning-titel {
  flex: 0 0 20%;
  box-sizing: border-box;
  clear: both;
  float: left;
  padding-right: 10px;
  padding-top: 20px;
  text-align: right;
  width: 20%;
  color: #2B89C9;
}
#gform_4 .gform_body .gform_fields ul > .gfield.mz-planning-titel > .gfield_label,
#gform_14 .gform_body .gform_fields ul > .gfield.mz-planning-titel > .gfield_label {
  display: none;
}
#gform_4 .gform_body .gform_fields ul > .gfield.mz-planning-titel > .ginput_container_html,
#gform_14 .gform_body .gform_fields ul > .gfield.mz-planning-titel > .ginput_container_html {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block !important;
}
#gform_4 .gform_body .gform_fields ul > .gfield.mz-planning-accepted,
#gform_14 .gform_body .gform_fields ul > .gfield.mz-planning-accepted {
  float: left;
  z-index: 200;
}
#gform_4 .gform_body .gform_fields ul > .gfield.mz-planning-accepted .gfield_label,
#gform_14 .gform_body .gform_fields ul > .gfield.mz-planning-accepted .gfield_label {
  display: none;
}
#gform_4 .gform_body .gform_fields ul > .gfield.mz-planning-accepted ul,
#gform_14 .gform_body .gform_fields ul > .gfield.mz-planning-accepted ul {
  display: block !important;
  flex-wrap: initial !important;
  justify-content: initial !important;
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto !important;
}
#gform_4 .gform_body .gform_fields ul > .gfield.mz-planning-accepted ul li,
#gform_14 .gform_body .gform_fields ul > .gfield.mz-planning-accepted ul li {
  clear: both;
  height: 165px;
  margin-top: 0 !important;
  width: 120px;
}
#gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content,
#gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content {
  float: left;
  margin-top: 20px;
  position: relative;
}
#gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-row,
#gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-row {
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
  height: unset;
}
#gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-col,
#gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-col {
  float: left;
}
#gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-date-container,
#gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-date-container {
  background-color: #FFFFFF;
  margin-right: 15px;
  text-align: center;
  width: 75px;
  margin-bottom: 20px;
}
#gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-date-container.planning-accept-container,
#gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-date-container.planning-accept-container {
  background-color: unset;
  width: 130px;
}
#gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-day,
#gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-day {
  background-color: #2B89C9;
  color: #FFFFFF;
  display: block;
  font-size: 2em;
  height: 40px;
  padding: 5px 0 3px 0;
}
#gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-month,
#gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-month {
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 500;
  padding: 2px 0;
}
#gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-year,
#gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-year {
  padding-bottom: 5px;
  color: #AEAEAE;
  background-color: #fcfcfc;
}
#gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-info-container,
#gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-info-container {
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.2em;
  margin-left: 10px;
  color: #F08500;
}
#gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-info-container select,
#gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-info-container select {
  width: 100% !important;
  max-width: none;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-image: url('images/dropdownarrow.png');
  background-position: right 10px center;
  padding: 7px 28px 7px 7px;
  border-radius: 0px;
  display: block;
  height: auto !important;
  max-width: 100%;
  border: none;
  font-size: 0.7em;
  margin-top: 10px;
}
#gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-opstapdatum,
#gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-opstapdatum,
#gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-opstapplaats,
#gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-opstapplaats {
  font-size: 0.8em;
  color: #000000;
}
#gform_4 .gform_body .gform_fields ul > fieldset.gfield--type-list.readonly-two-col-list,
#gform_14 .gform_body .gform_fields ul > fieldset.gfield--type-list.readonly-two-col-list {
  flex: 0 0 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  overflow: hidden;
}
#gform_4 .gform_body .gform_fields ul > fieldset.gfield--type-list.readonly-two-col-list > legend.gfield_label,
#gform_14 .gform_body .gform_fields ul > fieldset.gfield--type-list.readonly-two-col-list > legend.gfield_label {
  float: left;
  width: 20% !important;
  margin: 0 0.5em 0 0;
  padding: 0;
  text-align: right;
  display: block;
  color: #2B89C9;
}
#gform_4 .gform_body .gform_fields ul > fieldset.gfield--type-list.readonly-two-col-list > .ginput_container_list,
#gform_14 .gform_body .gform_fields ul > fieldset.gfield--type-list.readonly-two-col-list > .ginput_container_list {
  float: left;
  width: calc(80% - 0.5em);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  display: block !important;
}
#gform_4 .gform_body .gform_fields ul > fieldset.gfield--type-list.readonly-two-col-list > .gfield_description,
#gform_14 .gform_body .gform_fields ul > fieldset.gfield--type-list.readonly-two-col-list > .gfield_description {
  clear: both;
  margin: 0.5em 0 0 calc(20% + 0.5em);
  width: calc(80% - 0.5em);
  font-size: 0.9em;
  box-sizing: border-box;
}
#gform_4 .gform_body .gform_fields ul fieldset.gfield--type-list.readonly-two-col-list .gfield_list_header.gform-grid-row,
#gform_14 .gform_body .gform_fields ul fieldset.gfield--type-list.readonly-two-col-list .gfield_list_header.gform-grid-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  column-gap: 12px;
  align-items: end;
  margin: 0 0 6px 0;
  font-weight: bold;
}
#gform_4 .gform_body .gform_fields ul fieldset.gfield--type-list.readonly-two-col-list .gfield_list_header .gfield_header_item:nth-child(n+3),
#gform_14 .gform_body .gform_fields ul fieldset.gfield--type-list.readonly-two-col-list .gfield_list_header .gfield_header_item:nth-child(n+3),
#gform_4 .gform_body .gform_fields ul fieldset.gfield--type-list.readonly-two-col-list .gfield_list_header .gfield_header_item--icons,
#gform_14 .gform_body .gform_fields ul fieldset.gfield--type-list.readonly-two-col-list .gfield_list_header .gfield_header_item--icons {
  display: none !important;
}
#gform_4 .gform_body .gform_fields ul fieldset.gfield--type-list.readonly-two-col-list .gfield_list_group.gform-grid-row,
#gform_14 .gform_body .gform_fields ul fieldset.gfield--type-list.readonly-two-col-list .gfield_list_group.gform-grid-row {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  column-gap: 12px;
  align-items: center;
  margin: 0 0 8px 0;
}
#gform_4 .gform_body .gform_fields ul fieldset.gfield--type-list.readonly-two-col-list .gfield_list_group .gfield_list_cell:nth-child(n+3),
#gform_14 .gform_body .gform_fields ul fieldset.gfield--type-list.readonly-two-col-list .gfield_list_group .gfield_list_cell:nth-child(n+3),
#gform_4 .gform_body .gform_fields ul fieldset.gfield--type-list.readonly-two-col-list .gfield_list_group .gfield_list_icons,
#gform_14 .gform_body .gform_fields ul fieldset.gfield--type-list.readonly-two-col-list .gfield_list_group .gfield_list_icons {
  display: none !important;
}
#gform_4 .gform_body .gform_fields ul fieldset.gfield--type-list.readonly-two-col-list .gfield_list_group input[type="text"],
#gform_14 .gform_body .gform_fields ul fieldset.gfield--type-list.readonly-two-col-list .gfield_list_group input[type="text"] {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  background: #fff;
}
#gform_4 .gform_body .gform_fields ul fieldset.gfield--type-list.readonly-two-col-list .add_list_item,
#gform_14 .gform_body .gform_fields ul fieldset.gfield--type-list.readonly-two-col-list .add_list_item,
#gform_4 .gform_body .gform_fields ul fieldset.gfield--type-list.readonly-two-col-list .delete_list_item,
#gform_14 .gform_body .gform_fields ul fieldset.gfield--type-list.readonly-two-col-list .delete_list_item {
  display: none !important;
  pointer-events: none !important;
}
#gform_4 .gform_body .gform_fields ul > fieldset.stacked.gfield--type-checkbox,
#gform_14 .gform_body .gform_fields ul > fieldset.stacked.gfield--type-checkbox,
#gform_4 .gform_body .gform_fields ul > fieldset.stacked.gfield--type-radio,
#gform_14 .gform_body .gform_fields ul > fieldset.stacked.gfield--type-radio,
#gform_4 .gform_body .gform_fields ul > fieldset.stacked.gfield--type-choice,
#gform_14 .gform_body .gform_fields ul > fieldset.stacked.gfield--type-choice {
  flex: 0 0 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  width: 80%;
  padding-left: calc(20% + 0.5em);
}
#gform_4 .gform_body .gform_fields ul > fieldset.stacked.gfield--type-checkbox .gchoice,
#gform_14 .gform_body .gform_fields ul > fieldset.stacked.gfield--type-checkbox .gchoice,
#gform_4 .gform_body .gform_fields ul > fieldset.stacked.gfield--type-radio .gchoice,
#gform_14 .gform_body .gform_fields ul > fieldset.stacked.gfield--type-radio .gchoice,
#gform_4 .gform_body .gform_fields ul > fieldset.stacked.gfield--type-choice .gchoice,
#gform_14 .gform_body .gform_fields ul > fieldset.stacked.gfield--type-choice .gchoice {
  width: 100%;
}
#gform_4 .gform_body .gform_fields ul > fieldset.stacked > legend.gfield_label,
#gform_14 .gform_body .gform_fields ul > fieldset.stacked > legend.gfield_label,
#gform_4 .gform_body .gform_fields ul > fieldset.stacked > .ginput_container_checkbox,
#gform_14 .gform_body .gform_fields ul > fieldset.stacked > .ginput_container_checkbox,
#gform_4 .gform_body .gform_fields ul > fieldset.stacked > .ginput_container_radio,
#gform_14 .gform_body .gform_fields ul > fieldset.stacked > .ginput_container_radio,
#gform_4 .gform_body .gform_fields ul > fieldset.stacked > .ginput_container,
#gform_14 .gform_body .gform_fields ul > fieldset.stacked > .ginput_container {
  float: none !important;
  width: 100% !important;
  margin: 0 0 0.5em 0;
  padding: 0;
  display: block !important;
  box-sizing: border-box;
  text-align: left;
}
#gform_4 .gform_body .gform_fields ul > fieldset.stacked > .ginput_container_checkbox,
#gform_14 .gform_body .gform_fields ul > fieldset.stacked > .ginput_container_checkbox,
#gform_4 .gform_body .gform_fields ul > fieldset.stacked > .ginput_container_radio,
#gform_14 .gform_body .gform_fields ul > fieldset.stacked > .ginput_container_radio,
#gform_4 .gform_body .gform_fields ul > fieldset.stacked > .ginput_container,
#gform_14 .gform_body .gform_fields ul > fieldset.stacked > .ginput_container {
  margin-bottom: 0;
}
#gform_4 .gform_body .gform_fields ul fieldset.stacked .gfield_checkbox,
#gform_14 .gform_body .gform_fields ul fieldset.stacked .gfield_checkbox,
#gform_4 .gform_body .gform_fields ul fieldset.stacked .gfield_radio,
#gform_14 .gform_body .gform_fields ul fieldset.stacked .gfield_radio {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  width: 100%;
  align-items: flex-start;
}
#gform_4 .gform_body .gform_fields ul > fieldset.stacked > .gfield_description,
#gform_14 .gform_body .gform_fields ul > fieldset.stacked > .gfield_description {
  float: none !important;
  width: 100% !important;
  margin: 0.5em 0 0 0;
  font-size: 0.9em;
  box-sizing: border-box;
}
#gform_4 .gform_body .gform_fields > .gfield.mz-foto.gfield--type-html.hide-html-label > .gfield_label,
#gform_14 .gform_body .gform_fields > .gfield.mz-foto.gfield--type-html.hide-html-label > .gfield_label {
  display: none;
}
#gform_4 .gform_body .gform_fields > .gfield.mz-foto.gfield--type-html.hide-html-label > .ginput_container,
#gform_14 .gform_body .gform_fields > .gfield.mz-foto.gfield--type-html.hide-html-label > .ginput_container {
  float: none;
  margin-top: 0;
  width: unset;
}
#gform_4 .gform_footer,
#gform_14 .gform_footer {
  width: 79%;
  margin-right: 0;
  box-sizing: border-box;
}
#gform_4 .gform_footer .gform_button,
#gform_14 .gform_footer .gform_button {
  margin-left: calc(20% + 0.5em);
  margin-top: 20px;
  margin-bottom: 10px;
  width: unset;
}
#gform_4 .gform_footer::after,
#gform_14 .gform_footer::after {
  content: "Met het aanpassen / opslaan van je gegevens geef je aan deze naar waarheid te hebben ingevuld.\A Let op: je aangepaste of opgeslagen gegevens zijn pas zichtbaar in Mijn Zomerwerk zodra je opnieuw inlogt!";
  white-space: pre-line;
  display: block;
  margin-top: 0;
  margin-bottom: 50px;
  margin-left: calc(20% + 0.5em);
  color: #AAAAAA;
  width: calc(80% - 0.5em);
  box-sizing: border-box;
}
#gform_4 .gfield_description,
#gform_14 .gfield_description {
  clear: both;
  padding-top: 10px;
  display: block;
}
/* end #gform_14 */
body.device-tablet.landscape #gform_4 .gform_body .gfield.mz-foto .mz_foto,
body.device-tablet.landscape #gform_14 .gform_body .gfield.mz-foto .mz_foto {
  width: 130px;
  height: unset;
}
body.device-tablet.portrait .logout_button,
body.device-smartphone.landscape .logout_button {
  right: unset;
  left: 35px;
  top: 20px;
  margin: 0;
}
body.device-tablet.portrait.page-mijn-zomerwerk .post-title,
body.device-smartphone.landscape.page-mijn-zomerwerk .post-title {
  margin: 50px 0 30px;
}
body.device-tablet.portrait .gravity_forms_section_tabs_enabled_wrapper .gravity-forms-section-tabs-head,
body.device-smartphone.landscape .gravity_forms_section_tabs_enabled_wrapper .gravity-forms-section-tabs-head {
  grid-auto-flow: unset;
  grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
}
body.device-tablet.portrait .gravity_forms_section_tabs_enabled_wrapper .gravity-forms-section-tabs-head a,
body.device-smartphone.landscape .gravity_forms_section_tabs_enabled_wrapper .gravity-forms-section-tabs-head a {
  white-space: normal;
  text-align: center;
}
body.device-tablet.portrait #gform_wrapper_4,
body.device-smartphone.landscape #gform_wrapper_4,
body.device-tablet.portrait #gform_wrapper_14,
body.device-smartphone.landscape #gform_wrapper_14 {
  overflow: visible !important;
  background-color: #FAF6F3;
}
body.device-tablet.portrait #gform_4 .gform_body .gfield.mz-foto,
body.device-smartphone.landscape #gform_4 .gform_body .gfield.mz-foto,
body.device-tablet.portrait #gform_14 .gform_body .gfield.mz-foto,
body.device-smartphone.landscape #gform_14 .gform_body .gfield.mz-foto {
  right: 0px;
  top: -120px;
}
body.device-tablet.portrait #gform_4 .gform_body .gfield.mz-foto .mz_foto,
body.device-smartphone.landscape #gform_4 .gform_body .gfield.mz-foto .mz_foto,
body.device-tablet.portrait #gform_14 .gform_body .gfield.mz-foto .mz_foto,
body.device-smartphone.landscape #gform_14 .gform_body .gfield.mz-foto .mz_foto {
  width: 90px;
  height: unset;
}
body.device-tablet.portrait #gform_4 .gform_body .gform_fields ul,
body.device-smartphone.landscape #gform_4 .gform_body .gform_fields ul,
body.device-tablet.portrait #gform_14 .gform_body .gform_fields ul,
body.device-smartphone.landscape #gform_14 .gform_body .gform_fields ul {
  width: calc(100% - 20px);
  margin-left: 10px;
}
body.device-tablet.portrait #gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-col,
body.device-smartphone.landscape #gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-col,
body.device-tablet.portrait #gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-col,
body.device-smartphone.landscape #gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-col {
  float: left;
  width: unset;
}
body.device-tablet.portrait #gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-date-container.planning-accept-container,
body.device-smartphone.landscape #gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-date-container.planning-accept-container,
body.device-tablet.portrait #gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-date-container.planning-accept-container,
body.device-smartphone.landscape #gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-date-container.planning-accept-container {
  width: 115px;
}
body.device-tablet.portrait #gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-info-container,
body.device-smartphone.landscape #gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-info-container,
body.device-tablet.portrait #gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-info-container,
body.device-smartphone.landscape #gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-info-container {
  font-size: 1.1em;
}
body.device-tablet.portrait #gform_4 .gform_footer,
body.device-smartphone.landscape #gform_4 .gform_footer,
body.device-tablet.portrait #gform_14 .gform_footer,
body.device-smartphone.landscape #gform_14 .gform_footer {
  width: calc(100% - 20px);
}
body.device-tablet.portrait #gform_4 .gform_footer:after,
body.device-smartphone.landscape #gform_4 .gform_footer:after,
body.device-tablet.portrait #gform_14 .gform_footer:after,
body.device-smartphone.landscape #gform_14 .gform_footer:after {
  padding-bottom: 50px;
}
body.device-smartphone.landscape .no-mobile {
  display: none !important;
}
body.device-smartphone.landscape .mobile-only {
  display: block;
}
body.device-smartphone.landscape .menu-mobile {
  display: none;
}
body.device-smartphone.landscape .logout_button {
  right: unset;
  left: 10px;
  top: 20px;
  margin: 0;
}
body.device-smartphone.landscape #gform_4 .gform_body .gfield.mz-foto,
body.device-smartphone.landscape #gform_14 .gform_body .gfield.mz-foto {
  right: 5px;
  top: -110px;
  width: unset !important;
}
body.device-smartphone.portrait .no-mobile {
  display: none !important;
}
body.device-smartphone.portrait .mobile-only {
  display: block;
}
body.device-smartphone.portrait .menu-mobile {
  display: none;
}
body.device-smartphone.portrait .logout_button {
  right: unset;
  left: 10px;
  top: 20px;
  margin: 0;
}
body.device-smartphone.portrait.page-mijn-zomerwerk .post-title {
  margin-top: 25px;
}
body.device-smartphone.portrait .gravity_forms_section_tabs_enabled_wrapper .gravity-forms-section-tabs-head {
  grid-auto-flow: unset;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
body.device-smartphone.portrait .gravity_forms_section_tabs_enabled_wrapper .gravity-forms-section-tabs-head a {
  white-space: normal;
  text-align: center;
  padding: 10px 12px;
  background-color: #FAF6F3 !important;
}
body.device-smartphone.portrait .gravity_forms_section_tabs_enabled_wrapper .gravity-forms-section-tabs-head a.current {
  background-color: #FFFFFF !important;
}
body.device-smartphone.portrait #gform_wrapper_4,
body.device-smartphone.portrait #gform_wrapper_14 {
  background-color: unset;
  overflow: visible;
}
body.device-smartphone.portrait #gform_4,
body.device-smartphone.portrait #gform_14 {
  /* submit/footer full width + remove 20/80 offsets */
}
body.device-smartphone.portrait #gform_4 .gform_body .gfield.mz-foto,
body.device-smartphone.portrait #gform_14 .gform_body .gfield.mz-foto {
  right: 5px;
  top: -110px;
  width: unset !important;
}
body.device-smartphone.portrait #gform_4 .gform_body .gfield.mz-foto .mz_foto,
body.device-smartphone.portrait #gform_14 .gform_body .gfield.mz-foto .mz_foto {
  width: 80px;
  height: unset;
}
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul,
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul {
  width: 100% !important;
  /* stack all fields EXCEPT date fieldsets AND hidden fields */
  /* labels + legends (except date legend) */
  /* containers (except date containers) */
  /* actual controls full width (safe: date inputs already have width:100% in your base rules) */
  /* descriptions full width */
  /* DATE: keep DD/MM/YYYY on one row (also in smartphone portrait) */
  /* Hard-hide fields marked with .hide (fieldset + div) */
}
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-col,
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-col {
  float: left;
  width: unset;
}
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-date-container.planning-accept-container,
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-date-container.planning-accept-container {
  width: 115px;
}
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-info-container,
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul > .gfield.gfield--type-html.mz-planning-content .planning-info-container {
  font-size: 1.1em;
  margin-left: 130px;
  margin-bottom: 30px;
}
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield_visibility_hidden),
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield_visibility_hidden),
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul > fieldset.gfield:not(.gfield_visibility_hidden):not(.gfield--type-date):not(.gfield--input-type-datefield):not(.hide):not(.gfield_visibility_administrative),
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul > fieldset.gfield:not(.gfield_visibility_hidden):not(.gfield--type-date):not(.gfield--input-type-datefield):not(.hide):not(.gfield_visibility_administrative) {
  display: block !important;
  float: none !important;
  width: 100% !important;
  flex: 0 0 100% !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  box-sizing: border-box;
  /* if label should be hidden, don't reserve space */
}
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield_visibility_hidden).hide-html-label,
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield_visibility_hidden).hide-html-label,
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul > fieldset.gfield:not(.gfield_visibility_hidden):not(.gfield--type-date):not(.gfield--input-type-datefield):not(.hide):not(.gfield_visibility_administrative).hide-html-label,
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul > fieldset.gfield:not(.gfield_visibility_hidden):not(.gfield--type-date):not(.gfield--input-type-datefield):not(.hide):not(.gfield_visibility_administrative).hide-html-label {
  /* if it's an HTML field, also cancel the "empty label pushes content right" rule */
}
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield_visibility_hidden).hide-html-label > .gfield_label,
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield_visibility_hidden).hide-html-label > .gfield_label,
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul > fieldset.gfield:not(.gfield_visibility_hidden):not(.gfield--type-date):not(.gfield--input-type-datefield):not(.hide):not(.gfield_visibility_administrative).hide-html-label > .gfield_label,
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul > fieldset.gfield:not(.gfield_visibility_hidden):not(.gfield--type-date):not(.gfield--input-type-datefield):not(.hide):not(.gfield_visibility_administrative).hide-html-label > .gfield_label {
  display: none !important;
  visibility: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
}
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul > .gfield:not(.gfield_visibility_hidden).hide-html-label > .ginput_container_html,
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul > .gfield:not(.gfield_visibility_hidden).hide-html-label > .ginput_container_html,
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul > fieldset.gfield:not(.gfield_visibility_hidden):not(.gfield--type-date):not(.gfield--input-type-datefield):not(.hide):not(.gfield_visibility_administrative).hide-html-label > .ginput_container_html,
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul > fieldset.gfield:not(.gfield_visibility_hidden):not(.gfield--type-date):not(.gfield--input-type-datefield):not(.hide):not(.gfield_visibility_administrative).hide-html-label > .ginput_container_html {
  margin-left: 0 !important;
  width: 100% !important;
}
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul > .gfield > .gfield_label,
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul > .gfield > .gfield_label,
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul > fieldset.gfield:not(.gfield--type-date):not(.gfield--input-type-datefield) > legend.gfield_label,
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul > fieldset.gfield:not(.gfield--type-date):not(.gfield--input-type-datefield) > legend.gfield_label {
  float: none !important;
  width: 100% !important;
  flex: none !important;
  margin: 0 0 6px 0 !important;
  text-align: left !important;
  justify-content: flex-start !important;
  display: block !important;
  box-sizing: border-box;
}
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul > .gfield > .ginput_container,
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul > .gfield > .ginput_container,
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul > .gfield > .ginput_container_select,
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul > .gfield > .ginput_container_select,
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul > .gfield > .ginput_container_textarea,
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul > .gfield > .ginput_container_textarea,
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul > .gfield > .ginput_container_fileupload,
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul > .gfield > .ginput_container_fileupload,
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul > fieldset.gfield:not(.gfield--type-date):not(.gfield--input-type-datefield) > .ginput_container,
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul > fieldset.gfield:not(.gfield--type-date):not(.gfield--input-type-datefield) > .ginput_container,
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul > fieldset.gfield:not(.gfield--type-date):not(.gfield--input-type-datefield) > .ginput_container_radio,
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul > fieldset.gfield:not(.gfield--type-date):not(.gfield--input-type-datefield) > .ginput_container_radio,
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul > fieldset.gfield:not(.gfield--type-date):not(.gfield--input-type-datefield) > .ginput_container_checkbox,
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul > fieldset.gfield:not(.gfield--type-date):not(.gfield--input-type-datefield) > .ginput_container_checkbox,
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul > fieldset.gfield:not(.gfield--type-date):not(.gfield--input-type-datefield) > .ginput_container_list,
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul > fieldset.gfield:not(.gfield--type-date):not(.gfield--input-type-datefield) > .ginput_container_list {
  float: none !important;
  width: 100% !important;
  flex: none !important;
  margin: 0 !important;
  box-sizing: border-box;
  display: block !important;
}
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul input:not([type="radio"]):not([type="checkbox"]),
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul input:not([type="radio"]):not([type="checkbox"]),
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul select,
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul select,
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul textarea,
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul textarea {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
}
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul > .gfield > .gfield_description,
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul > .gfield > .gfield_description {
  margin: 8px 0 0 0 !important;
  width: 100% !important;
  box-sizing: border-box;
}
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul > fieldset.gfield--input-type-datefield > .ginput_container.ginput_complex.gform-grid-row,
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul > fieldset.gfield--input-type-datefield > .ginput_container.ginput_complex.gform-grid-row {
  display: flex !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
  gap: 12px;
  align-items: flex-start;
}
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul > fieldset.gfield--input-type-datefield > .ginput_container.ginput_complex.gform-grid-row > .ginput_container_date.gform-grid-col,
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul > fieldset.gfield--input-type-datefield > .ginput_container.ginput_complex.gform-grid-row > .ginput_container_date.gform-grid-col {
  width: auto !important;
  flex: 1 1 0 !important;
  min-width: 0;
  margin: 0 !important;
}
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul > fieldset.gfield--input-type-datefield > .ginput_container.ginput_complex.gform-grid-row input,
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul > fieldset.gfield--input-type-datefield > .ginput_container.ginput_complex.gform-grid-row input {
  width: 100% !important;
}
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul > .gfield.hide,
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul > .gfield.hide,
body.device-smartphone.portrait #gform_4 .gform_body .gform_fields ul > fieldset.gfield.hide,
body.device-smartphone.portrait #gform_14 .gform_body .gform_fields ul > fieldset.gfield.hide {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
body.device-smartphone.portrait #gform_4 .gform_footer,
body.device-smartphone.portrait #gform_14 .gform_footer {
  width: calc(100% - 20px) !important;
  margin-left: 10px !important;
}
body.device-smartphone.portrait #gform_4 .gform_footer .gform_button,
body.device-smartphone.portrait #gform_14 .gform_footer .gform_button {
  margin-left: 0 !important;
  width: 100% !important;
}
body.device-smartphone.portrait #gform_4 .gform_footer::after,
body.device-smartphone.portrait #gform_14 .gform_footer::after {
  margin-left: 0 !important;
  width: 100% !important;
}
