/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 200px;
  padding-bottom: 40px;
  min-height: 100vh;
  color: #ffffff; }
  @media screen and (min-width: 641px) {
    #hero {
      padding-bottom: 40px;
      padding-top: 225px; } }
  @media screen and (min-width: 769px) {
    #hero {
      padding-top: 250px; } }
  @media screen and (min-width: 1025px) {
    #hero {
      padding-top: 275px; } }
  #hero .banner-content {
    margin-bottom: 4rem; }
    #hero .banner-content h1 {
      text-transform: uppercase;
      line-height: 0.8;
      letter-spacing: clamp(0.1725rem, calc(2.76px + (4.92 - 2.76) * ((100vw - 320px) / (1920 - 320))), 0.3075rem); }

#lead {
  padding: 80px 0 100px 0; }
  @media screen and (min-width: 1025px) {
    #lead {
      border-top: solid 50px #f7f7f7; } }
  #lead .content h2 {
    color: #212322; }
  #lead .content .h4 {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0; }

.team {
  padding: 100px 0 80px 0;
  background-color: #f7f7f7; }
  .team .content h2 {
    color: #212322;
    letter-spacing: 0; }
  .team .team-card-col {
    padding: 0 14px;
    width: 50%; }
    @media (min-width: 641px) {
      .team .team-card-col {
        width: 33.3%; } }
    @media (min-width: 769px) {
      .team .team-card-col {
        width: 25%; } }
    @media (min-width: 1141px) {
      .team .team-card-col {
        width: 20%; } }
    .team .team-card-col .team-card {
      height: 100%;
      border-bottom: 1px solid #212322; }
    .team .team-card-col .team-img {
      margin-bottom: 1.5rem;
      height: 250px !important;
      max-height: 250px !important;
      object-fit: cover;
      object-position: top; }
      @media (min-width: 641px) {
        .team .team-card-col .team-img {
          height: 300px !important;
          max-height: 300px !important; } }
    .team .team-card-col h4 {
      color: #212322;
      margin-bottom: 1rem;
      text-transform: uppercase;
      letter-spacing: 0; }
    .team .team-card-col p {
      text-transform: uppercase;
      font-weight: 500; }

#care-program {
  background-color: #f7f7f7;
  padding: 150px 0 0; }
  @media screen and (min-width: 641px) {
    #care-program {
      padding: 170px 0 0; } }
  @media screen and (min-width: 769px) {
    #care-program {
      padding: 250px 0 0; } }
  @media screen and (min-width: 1025px) {
    #care-program {
      padding: 100px 0; } }
  #care-program .bg-cover {
    z-index: 1;
    height: 200px !important; }
    @media screen and (min-width: 641px) {
      #care-program .bg-cover {
        height: 220px !important; } }
    @media screen and (min-width: 769px) {
      #care-program .bg-cover {
        height: 300px !important; } }
    @media screen and (min-width: 1025px) {
      #care-program .bg-cover {
        height: 100% !important; } }
    @media screen and (min-width: 1025px) {
      #care-program .bg-cover {
        height: 100% !important; } }
  #care-program .banner-content {
    background-color: white;
    box-shadow: 9px 11px 37px #00000029;
    z-index: 2;
    position: relative; }
    #care-program .banner-content h2 {
      color: #212322; }

.fifty-fifty {
  padding: 100px 0 0 0; }
  .fifty-fifty .content h2 {
    color: #212322; }
  .fifty-fifty .content .h4 {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0; }
  .fifty-fifty.odd {
    padding: 100px 0 100px 0; }

#cta {
  background-color: #f7f7f7;
  padding: 150px 0 75px 0; }
  @media screen and (min-width: 641px) {
    #cta {
      padding: 170px 75px 0 0; } }
  @media screen and (min-width: 769px) {
    #cta {
      padding: 250px 0 75px 0; } }
  @media screen and (min-width: 1025px) {
    #cta {
      padding: 100px 0; } }
  #cta .bg-cover {
    z-index: 1;
    height: 200px !important; }
    @media screen and (min-width: 641px) {
      #cta .bg-cover {
        height: 220px !important; } }
    @media screen and (min-width: 769px) {
      #cta .bg-cover {
        height: 300px !important; } }
    @media screen and (min-width: 1025px) {
      #cta .bg-cover {
        height: 100% !important; } }
    @media screen and (min-width: 1025px) {
      #cta .bg-cover {
        height: 100% !important; } }
  #cta .banner-content {
    background-color: white;
    box-shadow: 9px 11px 37px #00000029;
    z-index: 2;
    position: relative; }
    #cta .banner-content h2 {
      color: #212322; }
