/*
    Customise variables used by Bulma,
    set brand colours, and other (non-typographic) defaults
*/
.content figure.understanding-cover {
  border-radius: 16px !important;
  position: relative;
  overflow: hidden !important;
  margin-bottom: 3rem !important;
}
.content figure.understanding-cover img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 16px !important;
}
.content figure.understanding-cover .pathwayintro {
  background: #1D2F5D;
  padding: 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  text-align: left;
  border-top-right-radius: 16px;
}
.content figure.understanding-cover .pathwayintro p {
  color: white !important;
}
@media only screen and (max-width: 768px) {
  .content figure.understanding-cover .pathwayintro {
    position: static;
  }
}

.understanding-intro {
  line-height: 130%;
  font-weight: 400 !important;
  font-size: 18px;
  margin-bottom: 3rem;
}

.resource-download {
  display: inline-block;
  border-radius: 100%;
  background: #B1986F;
  padding: 0px;
  width: 32px;
  height: 32px;
  padding: 2px;
}

.download-text {
  color: #1D2F5D;
  font-size: 18px;
  margin-left: 1rem;
  display: inline-block;
}

.resource-label {
  color: #1D2F5D;
  font-weight: 800;
  padding: 2rem 2rem 2rem 2rem;
  text-transform: none;
  font-size: 32px;
}

.download {
  background-color: rgba(177, 152, 111, 0.1);
  border-radius: 16px;
  padding: 3rem;
}
.download.sidebar {
  padding: 1.5rem 0rem;
  margin-bottom: 3rem;
  overflow: hidden;
}
.download.sidebar .columns {
  align-items: center;
  margin: 0 1rem;
}
.download.sidebar a {
  font-size: 18px;
  color: #1D2F5D;
}
.download.sidebar a:hover {
  font-weight: 800;
  background: none !important;
}
.download.sidebar .button {
  margin-bottom: 0 !important;
}

.logo-link {
  background: white;
  padding: 2rem;
  display: block;
  border-radius: 6px;
}

.menu-list a.has-text-white {
  color: #1D2F5D !important;
}
