.education-types-container {
  background: #FFFFFF;
  padding-bottom: 20px;
}
.education-types-container .education-types {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
}
@media (min-width: 850px) {
  .education-types-container .education-types {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.education-types-container .education-types .education-type {
  border: 1px solid transparent;
  background: #fff;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-position: center bottom;
  background-repeat: no-repeat;
  margin: 0 0 25px 0;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 850px) {
  .education-types-container .education-types .education-type {
    margin: 0 25px 0 0;
  }
}
.education-types-container .education-types .education-type:last-child {
  margin-right: 0;
}

.education-types-container .education-types .education-type .header {
  padding: 15px 20px;
  margin: 0;
  text-align: center;
  font-weight: normal;
  font-size: 24px;
}
.education-types-container .education-types .education-type .image {
  width: 100%;
}
.education-types-container .education-types .education-type .description {
  font-size: 12px;
  margin-bottom: 20px;
  line-height: 1.5;
  padding: 0 20px;
  text-align: center;
}
.education-types-container .education-types .education-type footer {
  padding: 20px 20px 30px;
  text-align: center;
}
.education-types-container .education-types .education-type.po {
  border: 1px solid rgb(72,18,73) !important;
  background-size: 100%;
}
.education-types-container .education-types .education-type.po .header {
  color: rgb(72,18,73);
}
.education-types-container .education-types .education-type.mbo {
  border: 1px solid rgb(241,210,69) !important;
  background-size: 100%;
}
.education-types-container .education-types .education-type.mbo .header {
  color: rgb(241,210,69);
}
.education-types-container .education-types .education-type.vo {
  border: 1px solid rgb(119,164,201) !important;
  background-size: 100%;
}
.education-types-container .education-types .education-type.vo .header {
  color: rgb(119,164,201);
}
.education-types-container .education-types .education-type.ko .header {
  color: #F29E07;
}
.education-types-container .education-types .education-type .files .file {
  text-align: left;
}
.main-header-inner {
  color: #000;
}



/*
/*
/*
/* FORM STYLING */

body .main-header h1 {
  color: #737373;
}

#ggd-region {
  margin: 0 0 3px 0;
}
.notify-ggd-field input {
  margin-left: 0;
  padding: 0;
}

#locations-container .header-cell {
  text-align: left;
  padding-top: 20px;
}
#locations-container .location {
  padding: 20px;
  background: #fafafa;
  position: relative;
  margin-bottom: 10px;
  width: 600px;
}
#locations-container .remove {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #990000;
  font-weight: bold;
  cursor: pointer;
}
#locations-container .same-as-visiting td * {
  vertical-align: middle;
}
#locations-container table {
  border-bottom: none !important;
}
#locations-container td {
  border-top: none !important;
}

#locations-container .first-name {
  width: 150px;
  margin-right: 3px;
}
#locations-container .last-name {
  width: 150px;
}
#locations-container .insertion {
  width: 80px;
  margin-right: 3px;
}

#add-location-button {
  cursor: pointer;
  background: #CCFFCC;
  border-radius: 5px;
  padding: 5px 10px;
  width: 160px;
}

#locations-container .location .street-name {
  width: 337px;
}
#locations-container .location .house-number {
  width: 50px;
  margin-left: 6px;
}

.register-form .form-field.id-gender .radio-item {
  display: inline-block;
  margin-right: 20px;
}

.form-section-body .form-table tr:first-child td,
.register-form .form-field.id-terms-and-conditions td {
  border-top: none;
}

.terms-and-conditions-text {
  max-height: 320px;
  overflow-y: scroll;
  overflow-x: visible;
  padding: 0.6em;
  margin: 0 0 20px;
  border: 1px solid #AAA;
  box-sizing: border-box;
}
.terms-and-conditions-text-container {
  padding-bottom: 1em;
}
.terms-and-conditions-text-container > label {
  font-weight: bold;
}
.terms-and-conditions-text-container > input[name="terms-and-conditions"]:disabled + label {
  font-weight: normal;
  color: grey;
}

.form-field.brin .control-cell {
  position: relative;
}

.brin-info {
  margin: 10px 0 0;
  border: 1px solid #ddd;
  border-radius: 3px;
  /*background: #eeffee;*/
  background: #ffeeee;
  font-size: 12px;
  position: absolute;
  width: 505px;
  right: -535px;
  top: -10px;
  overflow-y: auto;
  max-height: 720px;
}
.brin-info.no-info {
  /*background: #ffeeee;*/
}

.brin-info .brin-section {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.brin-info .brin-section:last-child {
  border-bottom: 0;
}
.brin-info .brin-section-samelocationnr {
  background: #ffeeff;
}
.brin-info .brin-section-samebrinnr {
  background: #ffeeee;
}
.brin-info .brin-section-info {
  background: #eeffee;
}
.brin-info .brin-section-no-info {
  background: #ffeeee;
}


.brin-info .fields-container {
  display: table;
}
.brin-info .field {
  display: table-row;
}
.brin-info .field:last-child .label,
.brin-info .field:last-child .value {
  padding-bottom: 0;
}
.brin-info .field .label {
  padding: 0 10px 10px 0;
  color: #777;
}
.brin-info .field .value {
  font-weight: bold;
  padding: 0 0 10px;
}
.brin-info .field .label,
.brin-info .field .value {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

.brin-info .brin-intro {
  margin-bottom: 10px;
}
.brin-info .brin-heading {
  margin-bottom: 10px;
  font-weight: bold;
}
.brin-info .fields-container {
  border-top: 1px solid #ddd;
}
.brin-info .field .label,
.brin-info .field .value {
  padding-bottom: 0;
}
.brin-info .field:first-child .label,
.brin-info .field:first-child .value{
  padding-top: 10px;
}
.brin-info .field:last-child .label,
.brin-info .field:last-child .value{
  padding-bottom: 10px;
}

.brin-info-link {
  padding-bottom: 10px;
}
.brin-info .brin-info-location:last-child .brin-info-link {
  padding-bottom: 0;
}

.form-field.brin .error {
  border-color: red;
}
