.organisations-section > .wrapper {
  text-align: center !important;
  max-width: 90% !important;
  margin: 0 auto;
}

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

.action-buttons > form {
  display: inline-block;
}

.action-buttons > .edit_default_organisation {
  font-size: 0.7em;
  border: 1px solid #868E96;
  display: inline-block;
}

.organisation-box {
  display: inline-table;
  width: 284px;
  height: 284px;
  background-color: rgba(33, 37, 41, 0.6);
  margin: 10px 8px;
  vertical-align: top;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  box-shadow: 0px 3px 5px rgba(52, 58, 64, 0.2);
  -moz-box-shadow: 0px 3px 5px rgba(52, 58, 64, 0.2);
  -webkit-box-shadow: 0px 3px 5px rgba(52, 58, 64, 0.2);
  background-position: center;
  border-radius: 5px;
  position: relative;
  background-size: 100%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.organisation-box > .title {
  display: table-cell;
  color: #343A40;
  background-color: white;
  vertical-align: middle;
  padding: 30px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 1.15px;
  font-size: 0.7em;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.organisation-box:hover {
  background-color: rgba(33, 37, 41, 0.4);
  box-shadow: 0px 3px 6px rgba(52, 58, 64, 0.15);
  -moz-box-shadow: 0px 3px 6px rgba(52, 58, 64, 0.15);
  -webkit-box-shadow: 0px 3px 6px rgba(52, 58, 64, 0.15);
  background-size: 110%;
}

.organisation-box:hover > .title {
  font-size: 0.9em;
  color: #1A82A9;
}

.hero-image {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}

.hero-image .bg {
  width: 105%;
  height: 405px;
  position: relative;
  left: -10px;
  top: -3px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(33, 37, 41, 0.3);
  -webkit-filter: grayscale(30%) blur(5px);
          filter: grayscale(30%) blur(5px);
  background-blend-mode: multiply;
}

.hero-image > .section-header {
  font-size: 1.4em;
  color: #F8F9FA;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.organisation-section {
  padding-top: 0;
}

.organisation-section > .wrapper > #organisation_logo {
  max-width: 200px;
  display: block;
  margin: 0 auto;
}

.organisation-section > .wrapper .content-wrapper {
  margin: 40px auto;
  width: 85%;
}

.organisation-section > .wrapper .content-wrapper .row {
  display: inline-block;
  width: calc(50% - 3px);
  margin: 5px 0;
}

.organisation-section > .wrapper .content-wrapper .row > i,
.organisation-section > .wrapper .content-wrapper .row .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #FFBA36;
  color: #F8F9FA;
  text-align: center;
  display: inline-block;
}

.organisation-section > .wrapper .content-wrapper .row > .icon {
  font-weight: 600;
}

.organisation-section > .wrapper .content-wrapper .row > .data {
  display: inline-block;
  position: relative;
  top: 3px;
  max-width: 300px;
  vertical-align: bottom;
  -ms-word-break: break-all;
  word-break: break-all;
}

.organisation-section > .wrapper .content-wrapper .row > .data > .label {
  display: block;
  color: #343A40;
  text-transform: uppercase;
  font-size: 0.8em;
  margin-top: 20px;
}

.organisation-section > .wrapper .content-wrapper .description {
  padding-top: 30px;
  text-align: justify;
}

@media (max-width: 1024px) {
  .organisation-section > .wrapper .content-wrapper .row {
    display: block;
    width: 100%;
  }

  .organisation-section > .wrapper .content-wrapper .row > .data {
    width: calc(100% - 50px);
  }
}

body.high-contrast .organisation-box .title {
  background-color: #212529 !important;
}

body.high-contrast div,
body.high-contrast li {
  color: #FFBA36;
}

body.high-contrast .row i,
body.high-contrast .icon {
  background-color: #212529 !important;
}

body.high-contrast .icon {
  color: #FFBA36 !important;
}

