.hero-section-block {
    position: relative;
}
.hero-section-block.hero-image-overlay > .block-inner::after {
    background: rgba(21, 69, 76, 0.22);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.hero-section-block.hero-type-slider::after {
    display: none;
}
.hero-section-block.hero-type-slider.hero-image-overlay .hero-slider-container li::after {
    background: rgba(21, 69, 76, 0.22);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.background-colour-black {
    background: #000;
    color: #fff;
}
.background-colour-black a {
    color: #fff;    
}
.background-colour-red {
    background: #F77B7F;
    color: #000;
}
.background-colour-green {
    background: #00E66E;
    color: #000;
}
.background-colour-blue {
    background: #00DEFF;
    color: #000;
}
.block-background-teal {
    background: #00505A;
    color: #fff;
}


.hero-section-block.text-colour-black .hero-overlay-container-outer, .hero-section-block.text-colour-black .hero-overlay-container-outer :is(h1, h2, h3, h4, h5, h6, .small-heading) {
    color: #000;
}
.hero-section-block.text-colour-white .hero-overlay-container-outer, .hero-section-block.text-colour-white .hero-overlay-container-outer :is(h1, h2, h3, h4, h5, h6, .small-heading) {
    color: #fff;
}


.hero-section-block .hero-overlay-container-outer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    height: 100%;
    width: auto;
    z-index: 2;
    color: #fff;
    margin: 0 auto;
flex-direction: column;
justify-content: center;
box-sizing: border-box;
}
.hero-overlay-container-inner {
  max-width: 730px;
}
.hero-overlay-container-outer :is(h1, h2, h3, h4, h5, h6, .small-heading) {
margin-bottom: 0;
}
.hero-overlay-container-outer :is(h1, h2, h3, h4, h5, h6):first-child {
  padding-bottom: 30px;
  position: relative;
}
.hero-overlay-container-outer :is(h1, h2, h3, h4, h5, h6):first-child::after {
content: "";
background: #fff;
height: 12px;
width: 90%;
max-width: 118px;
position: absolute;
bottom: -12px;
left: 0;
display: block;
}
.hero-overlay-container-outer p:first-of-type {
    margin-top: 42px;
}

.small-heading-text h1 {

}

/* Height */
/*.hero-height-full-screen > .block-inner {
    max-height: 1080px;
    height: 100vh;
    min-height: 450px;
    position: relative;
    max-width: none !important;
}
.hero-height-full-screen .hero-image-wrap img {
    width: 100%;
    object-fit: cover;
    display: block;
    max-height: 1080px;
    height: 100vh;
    min-height: 450px;
}*/

.hero-section-block > .block-inner {
    max-height: 984px;
    min-height: 592px;
    position: relative;
    max-width: none !important;
}
.hero-image-wrap {
display: flex;
justify-content: center;
  width: 100%;
  object-fit: cover;
  max-height: 984px;
  min-height: 592px;
  aspect-ratio: 1920 / 984;
}
.hero-image-wrap img {
  display: block;
  height: 100%;
  width: auto;
  margin-right: auto;
  margin-left: auto;
}
.hero-full-width-image .hero-image-wrap {
display: block;
justify-content: center;
width: auto;
object-fit: none;
max-height: 100%;
min-height: auto;
aspect-ratio: auto;
}
.hero-full-width-image .hero-image-wrap img {
  display: flex;
  justify-content: center;
  width: 100%;
  object-fit: cover;
  max-height: calc(100vh - 96px);
  min-height: 592px;
  aspect-ratio: 1920 / 984;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
/*.hero-height-narrow .hero-image-wrap img {
    height: 55.55555vh;
    width: 100%;
    object-fit: cover;
    min-height: 450px;
}*/


/* Content alignment */
.hero-content-alignment-center .hero-overlay-container-outer {
    text-align: center;
}
.hero-content-alignment-left .hero-overlay-container-outer {
  text-align: left;
}
.hero-content-alignment-right .hero-overlay-container-outer {
    text-align: right;
}

.hero-content-alignment-center .hero-buttons-container-inner, .hero-content-alignment-center .block-inner {
    justify-content: center;
}
.hero-content-alignment-left .hero-buttons-container-inner, .hero-content-alignment-left .block-inner {
    justify-content: flex-start;
}
.hero-content-alignment-right .hero-buttons-container-inner, .hero-content-alignment-right .block-inner {
    justify-content: flex-end;
}

/* Buttons */
.hero-buttons-container {
    margin-top: 35px;
}
.hero-buttons-container-inner {
    display: flex;
}
.hero-buttons-container-inner .lsb-button {
    margin-left: 7px;
    margin-right: 7px;
}
.hero-buttons-container-inner .lsb-button:first-of-type {
    margin-left: 0;
}
.hero-buttons-container-inner .lsb-button:last-of-type {
    margin-right: 0;
} 

.hero-scroll-down {
    position: absolute;
    bottom: 25px;
    font-weight: 400;
    font-size: 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.hero-scroll-down a {
    display: inline-block;
    padding: 5px 5px 0 5px;
    transition: all 0.3s ease;
}
.hero-scroll-down a:hover {
    opacity: 0.7;
}

/* Slider */

/* Slider nav */
.hero-slider-nav-outer {
    display: none !important;
    max-width: 1920px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.hero-slider-nav-inner {
    line-height: 0;
    width: 100%;
}
#prev-hero, #next-hero {
    position: relative;
    padding: 0;
    border: none;
        pointer-events: all;
    background: none;
    outline: none;
-webkit-animation: fadein ease 1.4s;
animation: fadein ease 1.4s;
}
#prev-hero {
    position: relative;
    left: 30px;
}
#next-hero {
    float: right;
    position: relative;
    right: 30px;
}
#prev-hero svg, #next-hero svg {
    height: 60px;
    opacity: 0.6;
    color: #fff;
    transition: all 0.3s ease;
    display: block;
}
#prev-hero svg:hover, #next-hero svg:hover {
    opacity: 1;
}


/* dots navigation */
.hero-section-block .tns-nav {
    text-align: center;
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0;
}
.hero-section-block .tns-nav button {
    border-radius: 30px;
    width: 14px;
    height: 14px;
    padding: 0;
    background: #FFF;
    border: 2px solid #FFF;
    margin-left: 5px;
    margin-right: 5px;
}
.hero-section-block .tns-nav button.tns-nav-active {
    background: #E9F4F6;
    border: 2px solid #2F97A8;
}


.posts-breadcrumbs-container a:hover {
text-decoration: none;
}
.post-breadcrumb-divider {
    display: inline-block;
    margin-right: 2px;
}

.hero-overlay-container-outer :is(h1, h2, h3, h4, h5, h6) {
    color: #fff;
}
.hero-slider-container ul {
    margin: 0;
}
.hero-slider-container li {
    list-style: none;
}





@media all and (max-width: 1500px) {
.hero-overlay-container-outer :is(h1, h2, h3, h4, h5, h6):first-child::after {
    height: 10px;
    max-width: 82px;
    bottom: -10px;
}
}
@media all and (max-width: 1280px) {
.hero-overlay-container-outer :is(h1, h2, h3, h4, h5, h6):first-child::after {
    height: 8px;
    max-width: 56px;
    bottom: -12px;
}
.hero-overlay-container-outer p:first-of-type {
  margin-top: 34px;
}
.hero-overlay-container-outer :is(h1, h2, h3, h4, h5, h6):first-child {
  padding-bottom: 10px;
}
}
@media all and (max-width: 1024px) {
.hero-section-block .hero-overlay-container-outer {
  justify-content: flex-end;
  padding-bottom: 50px;
}
.hero-section-block.hero-type-slider .hero-slider-container li.hero-slide::after {
    background: linear-gradient(0deg,rgb(24, 22, 20) 0%,rgba(24, 22, 20,0) 100%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}
@media all and (max-width: 620px) {
.hero-section-block .hero-overlay-container-outer {
  padding-bottom: 40px;
}
}