/* @group Greys */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Background colours */
.sectionBG-White {
  background-color: #ffffff; }

.sectionBG-Black {
  background-color: #111; }

.sectionBG-Light-Grey {
  background-color: #f7f7f7; }

.sectionBG-Sky-Blue {
  background-color: #89d6f2; }

.sectionBG-Neon-Pink {
  background-color: #ee0049; }

.sectionBG-Bright-Purple {
  background-color: #bd1a8d; }

.sectionBG-Dark-Purple {
  background-color: #6d216d; }

.sectionBG-Orange {
  background-color: #f6a030; }

.sectionBG-Green {
  background-color: #b5d562; }

.sectionBG-Pink {
  background-color: #daaec8; }

.sectionBG-Brown {
  background-color: #c88c5e; }

.sectionBG-Turquoise {
  background-color: #3cc8b4; }

/* @end */
.InvertText .cbp-nav-next, .InvertText .cbp-nav-prev {
  color: white; }

.InvertText .btn.solidbtn {
  background-color: white !important;
  color: #000000 !important;
  border: 1px solid white; }

.InvertText .btn.solidbtn:hover, .InvertText .btn.solidbtn:active, .InvertText .btn.solidbtn:focus {
  background-color: transparent !important;
  color: white !important;
  border: 1px solid white !important; }

.InvertText a, .InvertText .slick-dots li button:before, .InvertText .slick-prev:before, .InvertText .slick-next:before {
  color: white !important; }

.InvertText .btn {
  background-color: transparent;
  color: white; }

.InvertText h2 span {
  background-color: white; }

.InvertText p, .InvertText h1, .InvertText h2, .InvertText h3, .InvertText h4, .InvertText h5, .InvertText h6, .InvertText li, .InvertText blockquote, .InvertText cite, .InvertText figcaption {
  color: white; }

.InvertText .img-thumbnail {
  border: white; }
