/*
    Customise variables used by Bulma,
    set brand colours, and other (non-typographic) defaults
*/
@media (max-width: 1000px) {
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: block !important;
  }
}
@media (min-width: 1000px) {
  .show-sm {
    display: none !important;
  }
}
header {
  position: relative;
  z-index: 1001;
  width: 100%;
}

h2.pathway-title {
  font-size: 32px;
  font-weight: 800;
}
@media only screen and (max-width: 1280px) {
  h2.pathway-title {
    font-size: 24px;
  }
}

h1.step-name {
  font-size: 52px;
}
@media only screen and (max-width: 1280px) {
  h1.step-name {
    font-size: 42px;
  }
}

#step-holder {
  background: #13588e;
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  height: auto;
  padding: 0rem;
}
#step-holder #step-inner {
  border-radius: 6px;
  background: white;
  overflow: hidden;
  z-index: 1002;
  top: 0;
  left: 0;
  width: calc(100vw - 4rem);
}

#pathwaynav {
  font-size: 30px;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
#pathwaynav:hover {
  text-decoration: none;
  color: #333;
}

#path a {
  display: inline-block;
  font-size: 16px;
  padding: 5px 0;
}
#path a:hover {
  text-decoration: none;
}

.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 !important;
  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;
}
@media only screen and (max-width: 768px) {
  .download .columns {
    display: flex !important;
  }
  .download .columns .is-1 {
    flex-grow: 0;
  }
  .download .columns .is-11 {
    flex-grow: 2;
  }
}
.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;
}

@media only screen and (max-width: 1024px) {
  .navbar {
    align-items: stretch !important;
    display: flex !important;
  }
}

@media only screen and (max-width: 1024px) {
  header .navbar-brand {
    width: auto !important;
  }
}

#steps ul {
  list-style: none;
  margin-left: 0rem;
  margin-top: 1em;
  display: flex;
  border-radius: 6px;
  width: calc(100% + 4rem);
  padding: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  #steps ul {
    display: block;
  }
}
#steps li {
  width: 14% !important;
  max-width: 14%;
  text-align: center;
  margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  #steps li {
    width: 100% !important;
    max-width: 100%;
    text-align: left;
  }
}
#steps li .step-number {
  display: block;
  text-transform: uppercase;
  color: #B1986F;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0.5rem;
}
#steps li .step-name {
  display: block;
  font-size: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 1280px) {
  #steps li .step-name {
    display: none;
  }
}
#steps li a.pathway-icon {
  display: block;
  width: 80px;
  height: 80px;
  margin: 12px auto;
  border-radius: 100%;
  border: 2px solid #B1986F;
  transition: all 0.3s ease;
}
#steps li a.pathway-icon img {
  display: block;
}
#steps li a.pathway-icon:hover, #steps li a.pathway-icon.selected {
  background: #B1986F;
}
@media only screen and (max-width: 900px) {
  #steps li a.pathway-icon {
    display: none;
  }
}

.step-close {
  font-weight: 400 !important;
  color: #B1986F;
}

.video-intro {
  width: 100%;
  height: 300px;
}

.leftlink {
  float: left;
}

.rightlink {
  float: right;
}

.images img {
  border-radius: 16px;
}
