.slider-content-inner {
  width: 60%;
}

.slider-content {
  position: absolute;
  top: auto;
  left: 0px;
  right: 0px;
  bottom: 75px;
  text-align: center;
  color: #FFF;
}

.banner-box .slider-content {
  left: 8.125em;
  bottom: 5.75em;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9;
}

.banner-box .slider-content.banner-call-for-action {
  bottom: 175px;
}

.slider-content h1.heading {
  font-size: 7.5em;
  font-weight: bold;
  line-height: 1;
}

.slider-content h2.sub-heading,
.slider-content h1,
.slider-content h1.sub-heading p {
  font-size: 64px;
  font-family: 'Atkinson Hyperlegible', sans-serif;
  line-height: 64px;
}

.slider-content h1.sub-heading p strong {
  font-weight: bold;
}

.slider-content p {
  margin: 1.5em 0;
}

.slider-content p.uppercase {
  font-size: 1.25em;
  text-transform: uppercase;
  line-height: 150%;
  margin-top: 0;
}

.inner-slider .slider-content h1.sub-heading p {
  margin: 0.75em 0;
  line-height: 95%;
  margin-bottom: 0.25em;
}

.banner-box .slider-content .tagline {
  width: auto;
}

.banner-box .slider-content h3 {
  font-size: 44px;
  color: #ffffff;
}

.banner-box .slider-content h6 {
  font-size: 1.25em;
  color: #ffffff;
  margin-bottom: 1em;
  font-weight: bold;
  text-transform: uppercase;
}

.banner-box .slider-content .btn {
  font-size: 14px;
  letter-spacing: 0.1em;
  min-width: 188px;
  padding: 15px 20px 13px;
}

.banner-box .slider-content .btn:hover {
  background-color: #a08a79;
  border-color: #a08a79;
  color: #041E41;
}

.main-slider .slick-list,
.main-slider .slick-track {
  height: 100%;
}

.main-slider-inner {
  height: calc(100vh - 100px);
}

.home-slider.smaller,
.smaller .main-slider-inner {
  height: 400px;
}

.main-slider-item {
  height: 100%;
  width: 100%;
}

.main-slider-item .banner-box {
  height: 100%;
  display: block;
  overflow: hidden;
}

.main-slider-item .banner-box::after {
  content: '';
  width: 100%;
  height: 100%;
  color: rgb(62, 62, 62);
  background: linear-gradient(90deg, rgba(62, 62, 62, 0.6) 24.6%, rgba(62, 62, 62, 0) 55.89%), rgba(211, 0, 0, 0) 50% / cover no-repeat;
  position: absolute;
  top: 0;
}

.main-slider-item .banner-box img {
  height: 100%;
  object-fit: cover;
}

.slick-dots {
  margin-bottom: 30px;
  position: relative;
  bottom: auto;
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
}

.slick-dots li button {
  display: none;
}

.slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 20px;
  border: 1px solid #000;
  border-radius: 50%;
}

.slick-dots li.slick-active {
  background-color: #676767;
}

@media only screen and (max-width: 768px) {
  .main-slider-item .banner-box {
    border-radius: 20px;
    padding: 5px;
    padding-bottom: 0;
    height: calc(100% - 5px);
  }

  .smaller .main-slider-inner {
    height: calc(100vh);
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {

  .home-slider,
  .main-slider-inner {
    height: calc(100vh - 195px);
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 3),
only screen and (-o-min-device-pixel-ratio: 3/1),
only screen and (min-resolution: 458dpi),
only screen and (min-resolution: 3dppx) {

  .home-slider,
  .main-slider-inner {
    height: calc(100vh - 195px);
  }
}

@media only screen and (hover: hover) and (pointer: coarse) {

  .home-slider,
  .main-slider-inner {
    height: calc(100vh - 165px);
  }
}