:root {
  --sth-dark-blue: #003057;
  --sth-light-blue: #0483c1;
  --white: white;
  --sth-grey: #7f7f7f;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 15px;
}

.nav-section {
  z-index: 100;
  position: relative;
}

.nav-wrapper {
  justify-content: space-between;
  padding: 40px 80px;
  display: flex;
}

.nav-logo {
  height: 95px;
}

.nav-link {
  color: var(--sth-dark-blue);
  text-transform: uppercase;
  font-family: museo-sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: color .2s;
}

.nav-link:hover {
  color: var(--sth-light-blue);
  font-weight: 500;
}

.nav-link.w--current {
  color: var(--sth-dark-blue);
}

.navbar {
  background-color: #0000;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-single {
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  transition: background-color .1s;
}

.dropdown-single:hover, .dropdown-single:focus {
  background-color: #0000;
}

.drop-icon {
  color: var(--sth-dark-blue);
  margin-top: 20px;
  margin-bottom: auto;
  margin-right: 15px;
  padding-top: 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
}

.nav-link_dropdown {
  color: var(--sth-dark-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 0;
  font-family: museo-sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: color .2s;
}

.nav-link_dropdown:hover {
  color: var(--sth-light-blue);
}

.dropdown-nav-link {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: museo-sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .2s, color .2s;
}

.dropdown-nav-link:hover {
  background-color: var(--sth-light-blue);
  color: #fff;
}

.dropdown-nav-link.w--current {
  color: #fff;
}

.nav-button-animated-2 {
  z-index: 900;
  background-color: #0000;
  width: 60px;
  height: 60px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 0;
  position: fixed;
  top: 0;
  right: 0;
}

.nav-button-animated-2.w--open {
  background-color: #0000;
}

.top-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
}

.middle-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
}

.bottom-line {
  background-color: #fff;
  width: 40px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 38px;
  left: 0;
  right: 0;
}

.brand {
  padding-left: 0;
}

.home-slider-wrapper {
  height: 500px;
  position: relative;
}

.slider {
  background-color: #0000;
  height: 100%;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.slide {
  background-image: url('../images/advice-slide.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.slider-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.slider-main-heading {
  color: var(--white);
  margin-bottom: 20px;
  font-family: museo-sans, sans-serif;
  font-size: 100px;
  font-weight: 300;
  line-height: 100px;
}

.slide-text {
  color: var(--white);
  text-align: center;
  font-family: museo-sans, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
}

.slide-2 {
  background-image: url('../images/flexibility-slide.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/experience-slide.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/xero-slide.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-cover {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.content-section {
  padding: 80px;
}

.content-section.team {
  margin-top: -70px;
  padding-top: 0;
}

.content-section.tight {
  padding-top: 0;
  padding-bottom: 40px;
}

.content-wrapper.contact {
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

._3-columns {
  margin: 60px -20px 40px;
}

.column {
  padding: 0 20px;
}

.column-2, .column-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.rich-text-centred h2 {
  color: var(--sth-dark-blue);
  text-align: center;
  margin-bottom: 20px;
  font-family: museo-sans, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
}

.rich-text-centred p {
  color: var(--sth-grey);
  text-align: center;
  font-family: museo-sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.rich-text-centred h1 {
  color: var(--sth-dark-blue);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: museo-sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.rich-text-centred.short {
  width: 80%;
}

.dropdown-toggle-4 {
  padding-left: 0;
  padding-right: 35px;
}

.dropdown-list-single-2 {
  background-color: #0000;
}

.dropdown-list-single-2.w--open {
  border-left: 2px #333;
}

.drop-down-list-content-wrapper-2 {
  background-color: var(--sth-dark-blue);
  padding-top: 0;
  padding-bottom: 0;
  transition: background-color .2s;
}

.drop-down-list-content-wrapper-2:hover {
  background-color: var(--sth-dark-blue);
}

.full-width-graduated-banner {
  background-image: linear-gradient(to right, var(--sth-light-blue), var(--sth-dark-blue));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
}

.heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: museo-sans, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 48px;
}

.image {
  opacity: .5;
}

.team-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team-pic {
  height: 650px;
}

.div-block {
  background-color: var(--sth-grey);
  width: 80%;
  height: 1px;
  padding: 0;
}

.home-team-text {
  color: var(--sth-dark-blue);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: museo-sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.full-width-heading-banner {
  z-index: 1;
  position: relative;
}

.footer {
  padding-bottom: 60px;
}

.footer-top {
  background-image: linear-gradient(to right, var(--sth-dark-blue), var(--sth-light-blue));
  height: 5px;
  margin-bottom: 80px;
}

.footer-content-wrapper {
  justify-content: space-between;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.footer-contacts {
  color: var(--sth-dark-blue);
  margin-bottom: 0;
  font-family: museo-sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.text-span {
  color: var(--sth-light-blue);
  font-weight: 700;
}

.footer-link {
  color: var(--sth-dark-blue);
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.footer-link:hover {
  color: var(--sth-light-blue);
}

.footer-logos {
  justify-content: space-around;
  align-items: center;
  width: 50%;
  display: flex;
}

.footer-ca-logo {
  width: 120px;
  display: inline-block;
}

.footer-myob-logo {
  width: 115px;
}

.footer-xero-logo {
  width: 70px;
}

.myob-banklink-footer {
  width: 100px;
}

.page-header-section {
  height: auto;
  position: relative;
}

.header-bg-pic-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.slide-nav-2 {
  display: none;
}

.slide-5 {
  background-image: url('../images/roses-header.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/architects-header.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/sparks-header.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/equipment-header.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/cupcake-header.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/rural-header.jpg');
  background-position: 50%;
  background-size: cover;
}

.header-text-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 80px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.h1-white {
  color: var(--white);
  font-family: museo-sans, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.rich-text-left h2 {
  color: var(--sth-light-blue);
  text-align: left;
  margin-bottom: 20px;
  font-family: museo-sans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
}

.rich-text-left p {
  color: var(--sth-grey);
  text-align: left;
  margin-bottom: 30px;
  font-family: museo-sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.rich-text-left h1 {
  color: var(--sth-dark-blue);
  text-align: left;
  text-transform: none;
  margin-bottom: 30px;
  font-family: museo-sans, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
}

.rich-text-left h4 {
  color: var(--sth-dark-blue);
  font-family: museo-sans, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
}

.rich-text-left h3 {
  color: var(--sth-dark-blue);
  font-family: museo-sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.rich-text-left h5 {
  color: var(--sth-light-blue);
  font-family: museo-sans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

.rich-text-left ul, .rich-text-left ol {
  color: var(--sth-grey);
  font-family: museo-sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.rich-text-left a {
  color: var(--sth-dark-blue);
  text-decoration: none;
}

.column-4 {
  padding: 25px;
}

.columns {
  margin-left: -25px;
  margin-right: -25px;
}

.h2-light-blue {
  color: var(--sth-light-blue);
  font-family: museo-sans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
}

.h2-light-blue.centred {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 1.2;
}

._2-column-wrapper {
  width: 60%;
  display: flex;
}

.left-column {
  width: 50%;
  padding-right: 30px;
}

.right-column {
  width: 50%;
  padding-left: 30px;
}

.about-section {
  background-image: radial-gradient(circle farthest-corner at 100% 100%, var(--sth-light-blue), var(--sth-dark-blue) 72%);
  margin-bottom: 80px;
  padding: 80px;
  position: relative;
}

.rich-text-left-white {
  position: relative;
}

.rich-text-left-white h2 {
  color: var(--sth-light-blue);
  text-align: left;
  margin-bottom: 20px;
  font-family: museo-sans, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
}

.rich-text-left-white p {
  color: var(--white);
  text-align: left;
  margin-bottom: 30px;
  font-family: museo-sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.rich-text-left-white h1 {
  color: var(--white);
  text-align: left;
  text-transform: none;
  margin-bottom: 30px;
  font-family: museo-sans, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
}

.rich-text-left-white h4 {
  color: var(--sth-dark-blue);
  font-family: museo-sans, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
}

.rich-text-left-white h3 {
  color: var(--sth-dark-blue);
  font-family: museo-sans, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
}

.rich-text-left-white h5 {
  color: var(--sth-light-blue);
  font-family: museo-sans, sans-serif;
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
}

.rich-text-left-white ul, .rich-text-left-white ol {
  color: var(--sth-grey);
  font-family: museo-sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.sth-outline {
  opacity: .07;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.consults {
  margin-bottom: 60px;
}

.staff-wrapper {
  border: 1px none var(--sth-grey);
}

.pic-wrapper {
  border: 1px solid #7f7f7f80;
  display: inline-block;
}

.staff-pic {
  height: 400px;
}

.staff-name {
  color: var(--sth-dark-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: museo-sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-2 {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.email-icon {
  height: 20px;
  margin-left: 20px;
}

.staff-role {
  color: var(--sth-dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: museo-sans, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.contact-left {
  width: 70%;
  margin-right: 60px;
}

.contact-right {
  width: 30%;
}

.form-wrapper {
  width: 50%;
  padding-right: 30px;
}

.feild-label {
  color: var(--sth-dark-blue);
  font-family: museo-sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.form-field {
  border-radius: 4px;
  margin-bottom: 15px;
  font-family: museo-sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.form-field.short {
  width: 50%;
}

.form-field.long {
  min-height: 180px;
}

.submit-button {
  background-color: var(--sth-dark-blue);
  border-radius: 4px;
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: var(--sth-light-blue);
}

.map-wrapper {
  width: 50%;
  padding-left: 30px;
}

.html-embed {
  margin-top: 25px;
}

.link-block {
  color: var(--sth-dark-blue);
  text-decoration: none;
}

.h1-blue-centred {
  color: var(--sth-dark-blue);
  text-align: center;
  font-family: museo-sans, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
}

.grey-divider {
  background-color: var(--sth-grey);
  height: 1px;
  margin-top: 60px;
  padding: 0;
}

.html-embed-2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block {
  text-align: left;
  font-family: museo-sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
}

.success-message {
  background-color: var(--white);
  padding: 0;
}

.text-block-2 {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
}

@media screen and (min-width: 1440px) {
  .drop-icon {
    margin-right: 20px;
    padding-left: 0;
  }

  .dropdown-nav-link.w--current {
    color: #fff;
  }

  .home-slider-wrapper {
    position: relative;
  }

  .content-wrapper {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-toggle-4 {
    padding-left: 0;
    padding-right: 45px;
  }

  .dropdown-list-single-2.w--open {
    background-color: #0000;
    border: 1px #000;
    margin-top: -1px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  .drop-down-list-content-wrapper-2 {
    border-left: 1px #b61d02;
    margin-left: 0;
    padding: 15px 0 1px;
  }

  .div-block {
    background-color: var(--sth-grey);
    width: 80%;
    height: 1px;
    padding: 0;
  }

  .home-team-text {
    color: var(--sth-dark-blue);
    text-align: center;
    margin-top: 20px;
    font-family: museo-sans, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }

  .footer-content-wrapper, .header-text-wrapper {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
  }

  .h1-blue-centred {
    font-size: 38px;
  }

  .grey-divider {
    background-color: var(--sth-grey);
    height: 1px;
    margin-top: 60px;
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
  .nav-wrapper {
    position: relative;
  }

  .nav-link {
    color: var(--white);
    padding: 40px;
    font-size: 20px;
    line-height: 22px;
  }

  .nav-link:hover, .nav-link.w--current {
    color: var(--white);
  }

  .dropdown-single {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    display: flex;
  }

  .drop-icon {
    color: var(--white);
  }

  .nav-link_dropdown {
    color: var(--white);
    padding-left: 0;
    font-size: 20px;
    line-height: 22px;
  }

  .nav-link_dropdown:hover {
    color: var(--white);
  }

  .dropdown-nav-link {
    text-align: left;
    padding: 40px 40px 40px 80px;
    font-size: 22px;
    line-height: 22px;
  }

  .dropdown-nav-link:hover {
    background-color: #0000;
  }

  .nav-button-animated-2 {
    background-color: var(--sth-dark-blue);
    width: 70px;
    height: 70px;
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .nav-button-animated-2.w--open {
    background-color: var(--sth-light-blue);
    transition: background-color .2s;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .top-line {
    border-radius: 1px;
    width: 35px;
    top: 20px;
  }

  .middle-line {
    border-radius: 1px;
    width: 35px;
    top: 30px;
  }

  .bottom-line {
    border-radius: 1px;
    width: 35px;
    top: 40px;
  }

  .nav-menu {
    background-color: var(--sth-dark-blue);
  }

  .content-section {
    padding: 40px;
  }

  .content-section.team {
    margin-top: -50px;
  }

  .content-wrapper.contact {
    flex-direction: column;
  }

  ._3-columns {
    margin-top: 0;
    margin-bottom: 0;
  }

  .column, .column-2 {
    margin-bottom: 60px;
  }

  .rich-text-centred.short {
    width: 100%;
  }

  .dropdown-toggle-4 {
    margin-left: 40px;
    margin-right: auto;
    padding-left: 0;
  }

  .dropdown-toggle-4.w--open {
    padding-left: 0;
  }

  .dropdown-list-single-2.w--open {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
    position: relative;
  }

  .drop-down-list-content-wrapper-2 {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .drop-down-list-content-wrapper-2:hover {
    background-color: #0000;
  }

  .team-pic {
    height: auto;
  }

  .footer-content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-contacts-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .footer-contacts {
    text-align: center;
  }

  .footer-logos {
    width: 100%;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .contact-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .contact-right {
    width: 100%;
    margin-bottom: 40px;
  }

  .form-wrapper {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .map-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .h1-blue-centred {
    font-size: 32px;
  }

  .grey-divider {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .home-slider-wrapper {
    height: 400px;
  }

  .slider-main-heading {
    margin-bottom: 10px;
    font-size: 60px;
    line-height: 60px;
  }

  .slide-text {
    font-size: 24px;
    line-height: 30px;
  }

  .content-section.team {
    margin-top: -40px;
  }

  .full-width-graduated-banner {
    text-align: center;
  }

  .heading {
    text-align: center;
    font-size: 30px;
    line-height: 38px;
  }

  .footer-link {
    margin-bottom: 35px;
  }

  .footer-logos {
    flex-direction: column;
    justify-content: flex-start;
  }

  .page-header-section, .header-bg-pic-wrapper {
    height: 400px;
  }

  .header-text-wrapper {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1-white {
    text-align: center;
    font-size: 48px;
    line-height: 60px;
  }

  .h2-light-blue.centred {
    font-size: 24px;
  }

  .form-field.short {
    width: 100%;
  }

  .h1-blue-centred {
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  .nav-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
    line-height: 20px;
  }

  .drop-icon {
    padding-top: 7px;
  }

  .nav-link_dropdown {
    font-size: 18px;
    line-height: 20px;
  }

  .dropdown-nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 18px;
    line-height: 20px;
  }

  .nav-button-animated-2 {
    width: 60px;
    height: 60px;
    margin-top: 0;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .nav-button-animated-2.w--open {
    margin-top: 0;
  }

  .brand {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .home-slider-wrapper {
    height: 320px;
  }

  .slider-content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-main-heading {
    margin-bottom: 10px;
    font-size: 45px;
    line-height: 45px;
  }

  .slide-text {
    font-size: 20px;
    line-height: 28px;
  }

  .content-section {
    padding: 40px 30px;
  }

  .content-section.team {
    margin-top: 0;
  }

  .rich-text-centred h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .heading {
    text-align: center;
    font-size: 26px;
    line-height: 32px;
  }

  .home-team-text {
    font-size: 18px;
    line-height: 26px;
  }

  .page-header-section {
    height: 320px;
  }

  .header-bg-pic-wrapper {
    height: 280px;
  }

  .h1-white {
    font-size: 36px;
    line-height: 42px;
  }

  .rich-text-left h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .h2-light-blue.centred {
    font-size: 21px;
  }

  .about-section {
    padding: 40px 20px;
  }

  .rich-text-left-white h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .rich-text-left-white h1 {
    font-size: 36px;
    line-height: 42px;
  }

  .sth-outline {
    display: none;
  }

  .staff-pic {
    height: auto;
  }

  .staff-name, .staff-role {
    font-size: 20px;
    line-height: 26px;
  }
}

#w-node-_06e24080-c9f2-0225-eb74-08fd2300c645-4488664a, #w-node-_517e39a9-9d23-94e7-d28b-ec448594a152-4488664a, #w-node-ccc8cb38-c3c4-51fc-0dab-26560d96de48-4488664a, #w-node-_7c54f82e-391e-1c37-ee64-559cf32bc875-4488664a, #w-node-_7c54f82e-391e-1c37-ee64-559cf32bc884-4488664a, #w-node-e30a1209-258b-fd04-515a-33fabfffd2e3-4488664a, #w-node-e30a1209-258b-fd04-515a-33fabfffd2ed-4488664a, #w-node-d4eb0636-a678-da7a-9a78-a373d0dc55b2-4488664a, #w-node-_9db01a85-5c1f-a984-879b-5d275568d102-4488664a, #w-node-e52b8566-7827-25c2-f0b5-ca43d9bc16a8-4488664a, #w-node-_9536ed7a-e0ef-1654-de13-5d15b26bc9ca-4488664a, #w-node-f49b75cf-0a10-ea28-a6f6-155ea0c195f4-4488664a, #w-node-b900b9f0-42ac-834d-3474-8dd23688ff36-4488664a, #w-node-_270af5c9-c609-fc0e-8126-6ab4093fffc0-4488664a, #w-node-_968ff3bc-b7c5-3de7-7c65-5ad5a6f87545-4488664a, #w-node-e79b9ecb-139d-1108-d5b7-a2987cb7dcd6-4488664a, #w-node-_16ef599b-1164-1dfb-6072-6e4575701f0e-4488664a, #w-node-_08e22b2b-d27b-5126-a6de-f8a2867da4de-4488664a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


