/* FONTS */
/* NHS Colours */
/* COLOURS */
/* HIGH CONTRAST COLOURS */
/* CUSTOM MIXINS */
.home-page-carousel {
  background-color: #425563;
}
.home-page-carousel .owl-carousel {
  display: block;
  -ms-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -webkit-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
}
.home-page-carousel .owl-carousel > .carousel-slide-image {
  display: none;
}
.home-page-carousel .owl-carousel > .carousel-slide-image:first-child {
  display: block;
}
.carousel-slide-image {
  position: relative;
  background-color: #425563;
}
.carousel-slide-image .carousel-background {
  width: 100%;
  background-size: cover;
  background-position: center;
  min-height: 30vw;
}
@media screen and (min-width: 992px) {
  .carousel-slide-image {
    min-height: 30vw;
  }
  .carousel-slide-image .carousel-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .carousel-slide-image .ccm-image-slider-text {
    padding: 34px 0 65px;
  }
  .carousel-slide-image .ccm-image-slider-text .slide-text {
    width: 540px;
    width: 54rem;
    max-width: 100%;
    padding: 30px 34px  ;
  }
}
@media screen and (min-width: 1500px) {
  .carousel-slide-image {
    min-height: 450px;
  }
}
.carousel-slide-image .overlay {
  width: 100vw;
  width: 100%;
  z-index: 20;
  position: relative;
}
.carousel-slide-image .ccm-image-slider-text {
  padding: 34px 0 65px;
}
.carousel-slide-image .ccm-image-slider-text .container *:not(.button-link) {
  text-shadow: 1px 1px 4px #000;
}
.carousel-slide-image .ccm-image-slider-text .button-link:hover span,
.carousel-slide-image .ccm-image-slider-text .btn.btn-primary:hover span,
.carousel-slide-image .ccm-image-slider-text .button-link:focus span {
  border-bottom: 1px solid #ffffff;
  color: #feaa36;
}
.carousel-slide-image .ccm-image-slider-text .mega-link-overlay {
  text-decoration: none ;
  padding: 0 4px 5px ;
  border-bottom: 1px solid #ffcb82;
  float: right;
  color: #ffcb82;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 991px) {
  .carousel-slide-image .ccm-image-slider-text .mega-link-overlay {
    padding: 0 ;
    float: left;
  }
}
.carousel-slide-image .ccm-image-slider-text .mega-link-overlay:hover,
.carousel-slide-image .ccm-image-slider-text .mega-link-overlay:focus {
  border-color: transparent;
}
.carousel-slide-image .ccm-image-slider-text .slide-text {
  display: block;
  max-width: 100%;
  text-align: left;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
}
.carousel-slide-image .ccm-image-slider-text .slide-text .blue-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 50%;
  background-color: #008093;
}
.carousel-slide-image .ccm-image-slider-text .slide-text .orange-left-border {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  bottom: -17px;
  background-color: #feaa36;
}
.carousel-slide-image .ccm-image-slider-text .slide-text .orange-bottom-border {
  position: absolute;
  top: 100%;
  left: 50%;
  height: 17px;
  right: 0;
  background-color: #feaa36;
}
.carousel-slide-image .ccm-image-slider-text .slide-text .red-border {
  position: absolute;
  top: 100%;
  height: 17px;
  left: 6px;
  right: 50%;
  background-color: #883144;
}
@media screen and (max-width: 991px) {
  .carousel-slide-image .ccm-image-slider-text .slide-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.carousel-slide-image .ccm-image-slider-text h5 {
  line-height: 1.3;
}
.carousel-slide-image .ccm-image-slider-text h1,
.carousel-slide-image .ccm-image-slider-text h2,
.carousel-slide-image .ccm-image-slider-text h3,
.carousel-slide-image .ccm-image-slider-text h4,
.carousel-slide-image .ccm-image-slider-text h5,
.carousel-slide-image .ccm-image-slider-text p,
.carousel-slide-image .ccm-image-slider-text li {
  margin: 15px 0;
}
.carousel-slide-image .ccm-image-slider-text h1 > a,
.carousel-slide-image .ccm-image-slider-text h2 > a,
.carousel-slide-image .ccm-image-slider-text h3 > a,
.carousel-slide-image .ccm-image-slider-text h4 > a,
.carousel-slide-image .ccm-image-slider-text h5 > a,
.carousel-slide-image .ccm-image-slider-text p > a,
.carousel-slide-image .ccm-image-slider-text li > a {
  border: none !important;
  text-decoration: underline;
}
.carousel-slide-image .ccm-image-slider-text h1 > a:hover,
.carousel-slide-image .ccm-image-slider-text h2 > a:hover,
.carousel-slide-image .ccm-image-slider-text h3 > a:hover,
.carousel-slide-image .ccm-image-slider-text h4 > a:hover,
.carousel-slide-image .ccm-image-slider-text h5 > a:hover,
.carousel-slide-image .ccm-image-slider-text p > a:hover,
.carousel-slide-image .ccm-image-slider-text li > a:hover,
.carousel-slide-image .ccm-image-slider-text h1 > a:focus,
.carousel-slide-image .ccm-image-slider-text h2 > a:focus,
.carousel-slide-image .ccm-image-slider-text h3 > a:focus,
.carousel-slide-image .ccm-image-slider-text h4 > a:focus,
.carousel-slide-image .ccm-image-slider-text h5 > a:focus,
.carousel-slide-image .ccm-image-slider-text p > a:focus,
.carousel-slide-image .ccm-image-slider-text li > a:focus {
  text-decoration: none;
}
.carousel-slide-image .ccm-image-slider-text h1 > em,
.carousel-slide-image .ccm-image-slider-text h2 > em,
.carousel-slide-image .ccm-image-slider-text h3 > em,
.carousel-slide-image .ccm-image-slider-text h4 > em,
.carousel-slide-image .ccm-image-slider-text h5 > em,
.carousel-slide-image .ccm-image-slider-text p > em,
.carousel-slide-image .ccm-image-slider-text li > em {
  line-height: inherit;
}
.carousel-slide-image .ccm-image-slider-text h1,
.carousel-slide-image .ccm-image-slider-text h2 {
  font-family: "Frutiger LT Pro", sans-serif; font-weight: 500;
}
.carousel-slide-image .ccm-image-slider-text h1 strong,
.carousel-slide-image .ccm-image-slider-text h2 strong {
  font-weight: "Frutiger LT Pro", sans-serif; font-weight: 700;
}
.carousel-slide-image .ccm-image-slider-text h2 {
  font-size: 46px;
  font-size: 4.6rem;
}
@media screen and (max-width: 991px) {
  .carousel-slide-image .ccm-image-slider-text h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.carousel-slide-image .ccm-image-slider-text h3 {
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 991px) {
  .carousel-slide-image .ccm-image-slider-text h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.carousel-slide-image .ccm-image-slider-text h4 {
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 991px) {
  .carousel-slide-image .ccm-image-slider-text h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.carousel-slide-image .ccm-image-slider-text h1 {
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 991px) {
  .carousel-slide-image .ccm-image-slider-text h1 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .carousel-slide-image .ccm-image-slider-text h1 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.carousel-slide-image .ccm-image-slider-text h5 {
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 991px) {
  .carousel-slide-image .ccm-image-slider-text h5 {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
.carousel-slide-image .ccm-image-slider-text p {
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 991px) {
  .carousel-slide-image .ccm-image-slider-text p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.carousel-slide-image .ccm-image-slider-text a.mega-link-overlay {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 991px) {
  .carousel-slide-image .ccm-image-slider-text {
    padding: 0;
  }
  .carousel-slide-image .ccm-image-slider-text .container {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .carousel-slide-image .ccm-image-slider-text .slide-text {
    padding: 20px 24px  40px;
    background-color: rgba(0, 0, 0, 0.55);
  }
  .carousel-slide-image .carousel-background {
    min-height: 30vw;
  }
}
.default.ccm-image-slider-container .ccm-image-slider .rslides {
  margin: 0 auto;
}
.owl-dots-wrapper {
  position: absolute;
  bottom: 46px;
  right: 6vw;
}
.owl-dots-wrapper > button {
  background-color: #008093;
  color: #ffffff;
  border: 1px solid #008093;
  float: left;
  padding: 0 10px 0 15px ;
  height: 33px;
  line-height: 31px;
  font-size: 20px;
  -moz-border-radius: 16px 0 0 16px;
  -webkit-border-radius: 16px 0 0 16px;
  border-radius: 16px 0 0 16px;
}
@media screen and (max-width: 991px) {
  .owl-dots-wrapper > button {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
.owl-dots-wrapper > button:hover {
  border: 1px solid #feaa36;
}
@media screen and (max-width: 991px) {
  .owl-dots-wrapper {
    bottom: 0;
    right: 0;
  }
}
.owl-dots {
  opacity: 1;
  float: left;
  padding: 11px 15px   ;
  background-color: rgba(0, 0, 0, 0.8);
  -moz-border-radius: 0 16px 16px 0;
  -webkit-border-radius: 0 16px 16px 0;
  border-radius: 0 16px 16px 0;
}
@media screen and (max-width: 991px) {
  .owl-dots {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
}
.owl-carousel .owl-dots button.owl-dot.active {
  background: #feaa36;
  cursor: unset;
}
.owl-carousel .owl-dots button.owl-dot {
  float: left;
  text-indent: -9999px;
  overflow: hidden;
  background-color: #ffffff;
  width: 11px;
  height: 11px;
  display: block;
  margin-right: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 0 4px;
}
.owl-carousel .owl-dots button.owl-dot:not(.active):hover {
  background-color: #feaa36;
}
.home-page-carousel .owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.home-page-carousel .owl-carousel .owl-nav .owl-next {
  right: 0;
}
.home-page-carousel .owl-carousel .owl-nav .owl-next,
.home-page-carousel .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  border: 2px solid rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-page-carousel .owl-carousel .owl-nav .owl-next i,
.home-page-carousel .owl-carousel .owl-nav .owl-prev i {
  transform: translateY(-2px);
  font-size: 50px;
  width: 34px;
  text-align: center;
  line-height: 36px;
  display: block;
}
.home-page-carousel .owl-carousel .owl-nav .owl-next:hover,
.home-page-carousel .owl-carousel .owl-nav .owl-prev:hover,
.home-page-carousel .owl-carousel .owl-nav .owl-next :focus,
.home-page-carousel .owl-carousel .owl-nav .owl-prev :focus {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1300px) {
  .home-page-carousel .owl-carousel .owl-nav .owl-next,
  .home-page-carousel .owl-carousel .owl-nav .owl-prev {
    margin: 0;
    display: block;
    top: auto;
    bottom: -8px;
    transform: scale(0.7);
  }
}
