.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;
}

body {
  color: #333;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 57px;
  font-weight: 700;
  line-height: 67px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 57px;
  font-weight: 400;
  line-height: 67px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 37px;
  font-weight: 400;
  line-height: 47px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 400;
  line-height: 37px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 400;
  line-height: 33px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
}

li {
  font-size: 23px;
  font-weight: 700;
  line-height: 33px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.navbar {
  height: 100px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 18px;
}

.container {
  min-width: 1280px;
  align-items: center;
}

.brand {
  align-items: center;
  display: flex;
}

.hero {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Home-80.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.hero.need-help {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Artboard-19-80.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero.contct2 {
  height: 200px;
  background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/Need-help-80.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  display: flex;
}

.hero.a-lifeline {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/About-80.jpg');
}

.herocontainer {
  max-width: 80vw;
  color: #fff;
  padding-bottom: 40px;
}

.white {
  color: #fff;
  align-self: center;
}

.white._40top {
  padding-top: 40px;
}

.blue {
  color: #4ebfee;
  align-self: flex-start;
  font-size: 21px;
}

.blue.centre {
  justify-content: center;
  align-self: center;
  display: flex;
}

._20top {
  padding-top: 20px;
}

.buton-div {
  text-align: left;
  padding-top: 40px;
}

.buton-div.centre {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.yellowbutton {
  width: 190px;
  height: 50px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #009fe3;
  padding-top: 12px;
  font-size: 19px;
  font-weight: 700;
  line-height: 29px;
}

.tel {
  padding-top: 20px;
  font-size: 27px;
  line-height: 37px;
}

.tel.phone-email {
  padding-top: 0;
}

._33px {
  font-size: 33px;
  line-height: 43px;
}

._19px {
  font-size: 19px;
  line-height: 31px;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.testimonials {
  margin-bottom: 36px;
  padding-top: 100px;
  padding-bottom: 155px;
}

.section.mobile {
  padding-bottom: 140px;
}

.section.grey {
  background-color: rgba(0, 0, 0, .03);
}

.rich-text-block {
  text-align: left;
  font-size: 19px;
  line-height: 29px;
}

.rich-text-block li {
  font-size: 23px;
  line-height: 40px;
}

.rich-text-block blockquote {
  font-size: 19px;
  line-height: 29px;
}

.container-2 {
  max-width: 800px;
}

._23px {
  font-size: 23px;
  line-height: 33px;
}

.centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

._27px {
  font-size: 27px;
  line-height: 37px;
}

._27px.blue {
  color: #4ebfee;
}

.yellowblock {
  z-index: 999;
  width: 50%;
  height: 500px;
  background-color: #feca18;
  justify-content: space-around;
  align-items: flex-end;
  padding-bottom: 40px;
  display: flex;
}

.black {
  width: 100%;
  height: 300px;
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
}

._60 {
  width: 75%;
}

._80vw {
  max-width: 80vw;
  display: flex;
}

._50 {
  width: 50%;
}

._50._100left {
  padding-left: 100px;
}

._50._100left._30top {
  padding-top: 30px;
}

._50._100left._30top.left {
  padding-left: 0;
  padding-right: 100px;
}

.underline {
  color: #009fe3;
  border-bottom: 11px solid #000;
  padding-top: 40px;
  line-height: 43px;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  align-self: flex-start;
  padding: 14px 15px 10px;
  font-size: 16px;
  font-weight: 500;
}

.nav-link.w--current {
  color: #000;
  font-weight: 700;
}

.nav-link.drop {
  background-color: #fff;
}

.nav-link.drop:hover {
  color: #fff;
  background-color: #009fe3;
}

.logo {
  padding-top: 13px;
}

._40bottom {
  padding-bottom: 40px;
}

.hero-testimonials {
  height: 200px;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Artboard-18-80.jpg');
  background-position: 0 0, 50% 10%;
  background-size: auto, cover;
  padding-top: 40px;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.testimonials-div {
  border: 2px solid rgba(0, 0, 0, .3);
  margin-top: 40px;
  padding: 40px;
  display: flex;
}

.div-block-2 {
  width: 100px;
}

.testgrid {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.div-block-3 {
  margin-left: -40px;
}

.herotc {
  height: 200px;
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/hereo-TC.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 40px;
}

.ict-adviser {
  height: 150px;
  color: #fff;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block {
  text-align: right;
}

.ict-link {
  color: #fff;
}

.heading-2._39px {
  font-size: 39px;
  line-height: 49px;
}

.nav-menu {
  padding-top: 10px;
}

.div-block-4 {
  justify-content: flex-start;
  display: flex;
}

.contact {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 360px;
  display: flex;
}

.contact-black {
  width: 80%;
  color: #fff;
  text-align: center;
  background-color: #000;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 60px 100px 40px;
}

._1320 {
  height: 100%;
  max-width: 1320px;
  flex: 1;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._1320.central {
  justify-content: center;
}

.div-block-5 {
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.div-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h2-27px {
  margin-top: 0;
  font-size: 27px;
  line-height: 37px;
}

.h2-27px.blue {
  color: #4ebfee;
}

.graeme-haskett {
  padding-bottom: 40px;
}

.card {
  flex-direction: column;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 12px rgba(0, 0, 0, .25);
}

.find-out-more-link {
  color: #009fe3;
  text-align: right;
  font-size: 19px;
  font-weight: 700;
  line-height: 29px;
  text-decoration: none;
}

.div-block-8 {
  text-align: right;
  margin-top: auto;
}

.dropdown-list {
  width: 200px;
}

.dropdown-list.w--open {
  width: 328px;
}

._21px {
  font-size: 21px;
}

.container-4 {
  text-align: center;
}

.blue, .sentinel-link {
  color: #009fe3;
}

.container-5 {
  width: 90%;
  max-width: 90%;
}

.div-block-9 {
  color: #2b255f;
  font-size: 21px;
  line-height: 31px;
}

.text-block-2 {
  text-align: right;
  margin-top: 10px;
  padding-top: 0;
}

.div-block {
  height: 60px;
  max-width: 90%;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  padding-top: 0;
  padding-left: 60px;
  display: flex;
}

.container-6 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.nav-menu-2 {
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-2 {
  height: 50px;
  background-color: #4ebfee;
  justify-content: center;
  display: flex;
}

.nav-link-2 {
  height: 100%;
  color: #fff;
  text-transform: uppercase;
  padding-top: 11px;
  padding-bottom: 13px;
}

.nav-link-2.w--current {
  color: #9f87be;
  text-transform: uppercase;
}

.text-block-3 {
  justify-content: flex-end;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.heading-3 {
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 47px;
    line-height: 57px;
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    min-width: 100%;
  }

  .hero {
    height: 600px;
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/hero-home.jpg');
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-left: 20px;
  }

  .hero.need-help {
    height: 750px;
  }

  .tel {
    font-size: 23px;
    line-height: 33px;
  }

  ._33px {
    font-size: 27px;
    line-height: 37px;
  }

  ._19px {
    font-size: 18px;
    line-height: 29px;
  }

  .section {
    flex-direction: column;
    padding-top: 139px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .section.mobile {
    padding-top: 100px;
  }

  .section.tc {
    margin-bottom: 0;
  }

  .yellowblock {
    width: 90%;
  }

  .black {
    height: 294px;
    align-items: center;
    display: flex;
  }

  ._60 {
    width: 100%;
  }

  ._80vw {
    flex-direction: column;
  }

  ._50 {
    width: 100%;
    flex-direction: column;
    display: flex;
  }

  ._50._100left._30top {
    flex: 0 auto;
    order: -1;
    padding-left: 0;
  }

  .nav-link {
    color: #fff;
  }

  .div-block-3 {
    margin-left: -8px;
  }

  .ict-adviser {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    background-color: #009fe3;
  }

  .nav-menu {
    color: #fff;
    background-color: #000;
  }

  .contact-black {
    border: 1px solid #fff;
  }

  ._1320 {
    max-width: 90%;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .div-block-5 {
    width: 100%;
  }

  .text-block-2 {
    font-size: 19px;
  }

  .div-block {
    max-width: 90%;
  }

  .icon {
    color: #fff;
  }

  .nav-menu-2 {
    background-color: #2b255f;
  }

  .menu-button-2 {
    background-color: #9f87be;
  }

  .menu-button-2:active {
    background-color: #673a8e;
  }

  .nav-link-2:hover {
    color: #9f87be;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 700px;
  }

  .yellowblock {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-black {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 37px;
    line-height: 47px;
  }

  h2 {
    font-size: 33px;
    line-height: 43px;
  }

  .navbar {
    height: 80px;
    padding-top: 12px;
    padding-left: 0;
  }

  .container {
    min-width: 100%;
  }

  .brand, .brand.w--current {
    width: 78%;
  }

  .hero {
    height: 950px;
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/hero-home.jpg');
    background-size: auto, cover;
    padding-right: 20px;
  }

  .hero.need-help {
    height: 901px;
  }

  .herocontainer {
    max-width: 100%;
    flex-direction: column;
    display: flex;
  }

  .buton-div {
    padding-top: 20px;
  }

  .tel {
    padding-top: 10px;
    font-size: 23px;
  }

  .tel.phone-email {
    font-size: 17px;
  }

  ._33px {
    font-size: 21px;
    line-height: 34px;
  }

  ._19px {
    font-size: 16px;
    line-height: 26px;
  }

  .section {
    padding-top: 60px;
  }

  .section.mobile {
    padding-bottom: 100px;
  }

  .rich-text-block li {
    font-size: 19px;
    line-height: 35px;
  }

  .rich-text-block h4 {
    font-size: 23px;
    line-height: 33px;
  }

  ._23px {
    font-size: 19px;
    line-height: 29px;
  }

  ._27px {
    font-size: 21px;
    line-height: 31px;
  }

  .yellowblock {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .black {
    height: 101px;
    margin-top: -46px;
  }

  ._80vw {
    flex-direction: column;
  }

  ._50 {
    width: 100%;
  }

  ._50._100left._30top {
    padding-left: 0;
  }

  .underline {
    padding-top: 10px;
  }

  .nav-link {
    color: #fff;
  }

  .testimonials-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-2 {
    width: 50px;
    padding-left: 0;
  }

  .testgrid {
    grid-template-columns: 1.25fr;
  }

  .div-block-3 {
    margin-left: 0;
  }

  .ict-adviser {
    height: 80px;
    font-size: 14px;
  }

  .text-block {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
  }

  .menu-button {
    background-color: #009fe3;
  }

  .menu-button.w--open, .nav-menu {
    background-color: #000;
  }

  .div-block-4 {
    flex-direction: column;
  }

  .contact {
    margin-top: 287px;
  }

  .contact-black {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2-27px {
    font-size: 21px;
    line-height: 32px;
  }

  .div-block-7 {
    flex-direction: column;
    display: flex;
  }

  .hero-h1 {
    font-size: 33px;
    line-height: 43px;
  }

  .container-3 {
    max-width: 95%;
  }

  .email {
    font-size: 14px;
    font-weight: 500;
  }

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

  .div-block-9 {
    padding-bottom: 10px;
  }

  .text-block-2 {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
  }

  .div-block {
    height: 104px;
    flex-direction: column;
    align-items: center;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 10px;
  }

  .image-2 {
    padding-top: 10px;
    padding-left: 5px;
  }
}


