/*VM Colours*/
/*Primary*/
/*Secondary*/
/*Greys*/
/*background colours*/
/*Type*/
/*Buttons*/
/*tooltip*/
/*links*/
.component {
  margin-bottom: 16px;
}

.column-splitter.component {
  margin-bottom: 0;
}

.page-image-blank,
.cta-blank {
  clear: both;
}

@media only screen and (min-width: 768px) {
  .row-flex {
    display: flex;
    flex-direction: row;
  }
  .col-flex {
    display: flex;
    flex-direction: column;
    float: none;
  }
  .col-flex > div {
    flex-grow: 1;
  }
}

.cta-customer {
  width: 100%;
}

.cta-customer .cta-contain a {
  max-width: initial;
}

.tile {
  overflow: hidden;
  *zoom: 1;
}

.tile.tile-grey-background {
  background: #dbdbdb;
}

.tile.tile-grey-background .tile-text {
  padding: 16px;
}

.tile.tile-white-background {
  background: #ffffff;
}

.tile.tile-white-background .tile-text {
  padding: 16px;
}

.tile.tile-solid-border {
  border-bottom: 1px solid #cccccc;
}

.tile.tile-solid-border.component {
  margin-bottom: 0;
}

.tile.tile-solid-border .tile-text {
  padding: 16px 0;
}

.tile.tile-solid-border-list {
  border-top: 1px solid #cccccc;
  padding: 16px 0;
}

.tile.tile-solid-border-list:last-child {
  border-bottom: 1px solid #cccccc;
}

.tile.tile-solid-border-list.component {
  margin-bottom: 0;
}

.tile .tile-text {
  padding: 16px 0;
  overflow: hidden;
  *zoom: 1;
}

.tile .tile-text a {
  color: #42254c;
}

.tile img {
  display: block;
  width: 100%;
}

.tile .tile-text .tile-title {
  margin-top: 0;
}

.tile .tile-link {
  display: none;
}

.tile .tile-title {
  font-family: "VM Circular Light";
}

.stacked-mobile .tile-content .tile-image {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .stacked-mobile .tile-content .tile-image {
    width: 50%;
  }
}

.stacked-mobile .tile-content .tile-text {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .stacked-mobile .tile-content .tile-text {
    width: 50%;
  }
}

.col-sm-6 .tile-title {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 30px;
}

.col-sm-4 .tile-title {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.1;
}

.col-sm-4 .tile-text {
  padding: 16px;
}

.col-sm-4 .tile-image-left .tile-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
}

.col-sm-4 .tile-image-left .tile-text {
  padding: 10px;
}

@media only screen and (min-width: 992px) {
  .col-sm-4 .tile-image-left .tile-text {
    padding: 16px;
  }
}

.col-sm-4 .tile-image-right .tile-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
}

.col-sm-3 .tile-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
}

.col-sm-2point4 .tile-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 25px;
}

.fixed-height {
  background: #ffffff;
}

.fixed-height .tile-text {
  padding: 16px;
  height: 205px;
  position: relative;
}

.fixed-height .tile-text .tile-title {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 30px;
  height: 99px;
  overflow: hidden;
}

.fixed-height .tile-text .tile-title a {
  color: #4c225f;
}

.fixed-height .tile-text .tile-description {
  position: absolute;
  bottom: 0;
  margin-bottom: 16px;
}

.fixed-height .tile-text .tile-description p {
  margin: 0;
  line-height: 1.3em;
  color: #4c225f;
}

@media only screen and (min-width: 768px) {
  .fixed-height .tile-image {
    height: 163px;
  }
  .fixed-height .tile-image img {
    height: 163px;
    width: auto;
  }
}

@media only screen and (min-width: 992px) {
  .fixed-height .tile-image {
    height: 196px;
  }
  .fixed-height .tile-image img {
    height: 197px;
    width: auto;
  }
}

.tile-img-top {
  margin-bottom: 16px;
}

.tile-img-top .tile-text {
  padding: 16px;
}

.tile-image-left .tile-image {
  width: 40%;
  float: left;
}

.tile-image-left .tile-text {
  width: 60%;
  float: left;
  padding: 0 15px;
}

.tile-image-left.fiftyfifty .tile-image {
  width: 50%;
}

.tile-image-left.fiftyfifty .tile-text {
  width: 50%;
}

.tile-image-left.twentyeighty .tile-image {
  width: 20%;
}

.tile-image-left.twentyeighty .tile-text {
  width: 80%;
}

.tile-image-right .tile-image {
  width: 40%;
  float: right;
}

.tile-image-right .tile-text {
  float: right;
  width: 60%;
  padding: 0 15px;
}

.tile-image-right.fiftyfifty .tile-image {
  width: 50%;
}

.tile-image-right.fiftyfifty .tile-text {
  width: 50%;
}

.tile-blank {
  width: 100%;
}

.tile-blank .tile-content {
  float: none;
}

.tile.tile-thumbnail, .tile.tile-thumbnail-alt, .tile.tile-horizontal, .tile.tile-horizontal-base, .tile.tile-vertical, .tile.tile-vertical-alt, .tile.tile-vertical-base {
  width: 100%;
  float: none;
  margin-bottom: 16px;
}

@media only screen and (min-width: 768px) {
  .tile.tile-thumbnail, .tile.tile-thumbnail-alt, .tile.tile-horizontal, .tile.tile-horizontal-base, .tile.tile-vertical, .tile.tile-vertical-alt, .tile.tile-vertical-base {
    width: 100%;
    float: none;
  }
}

@media only screen and (min-width: 992px) {
  .tile.tile-thumbnail, .tile.tile-thumbnail-alt, .tile.tile-horizontal, .tile.tile-horizontal-base, .tile.tile-vertical, .tile.tile-vertical-alt, .tile.tile-vertical-base {
    width: 100%;
    float: none;
  }
}

.tile.tile-horizontal-base {
  min-width: initial;
  padding-right: 0;
}

.tile.tile-horizontal-base .tile-image {
  width: 50%;
  margin-right: 0;
}

.tile.tile-horizontal-base .tile-text {
  padding-right: 0;
  padding-left: 15px;
}

.rte-blank {
  width: 100%;
}

.rte-list {
  width: 100%;
  float: none;
}

@media only screen and (min-width: 768px) {
  .rte-list {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .rte-list {
    width: 100%;
  }
}

.sign-in {
  float: none;
}

.googleSearch, .googleSearch-blank {
  width: 100%;
  float: none;
}

.googleSearch {
  margin-bottom: 16px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .googleSearch {
    padding: 0 100px;
  }
}

@media only screen and (min-width: 992px) {
  .googleSearch {
    padding: 0 180px;
  }
}

.divider.solid > hr {
  border-top: solid 1px #dbdbdb;
  clear: both;
  margin-top: 0px;
  margin-bottom: 0px;
}

.divider.solid.red > hr {
  border-top: solid 1px #ed0000;
}

.divider.dotted > hr {
  border-top: dotted 4px #dbdbdb;
  clear: both;
  margin-top: 0px;
  margin-bottom: 50px;
}

.divider.dotted.red > hr {
  border-top: dotted 4px #ed0000;
}

.social-links {
  background-color: #f7f7f7;
}

.social-links .fa {
  vertical-align: middle;
}

.social-links p {
  margin: 16px 0;
  text-align: center;
}

.social-links a {
  color: #42254c;
  text-decoration: none;
}

.social-links.component {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .at-svc-whatsapp {
    display: none !important;
  }
}

/*Carousel CSS*/
.carousel-wrapper {
  margin-top: 10px;
  margin-bottom: 16px;
  position: relative;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) {
  .carousel-wrapper {
    min-height: 400px;
  }
}

.carousel-wrapper .image-gallery-content > span {
  display: block;
  float: left;
  width: 100%;
  height: 220px;
  max-height: 400px;
}

@media only screen and (min-width: 768px) {
  .carousel-wrapper .image-gallery-content > span {
    height: 400px;
  }
}

.carousel-wrapper .image-gallery-content > span h3 {
  display: none;
}

.carousel-wrapper .image-gallery-content img {
  display: block;
  margin: 0 auto;
  height: 220px;
}

@media only screen and (min-width: 768px) {
  .carousel-wrapper .image-gallery-content img {
    height: 400px;
  }
}

.carousel-wrapper .js-gallery-data {
  padding: 10px;
  color: #000000;
  overflow: hidden;
  background-color: #f7f7f7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.carousel-wrapper .js-gallery-data span {
  border-left: 1px solid #cccccc;
  color: #666666;
  padding-left: 5px;
  margin-left: 5px;
}

@media only screen and (min-width: 768px) {
  .carousel-wrapper .js-gallery-data span {
    padding-left: 18px;
    margin-left: 10px;
  }
}

.carousel-wrapper .js-gallery-data p {
  display: none;
  margin-bottom: 0;
}

.carousel-wrapper .js-gallery-data p.selected {
  display: inline-block;
  max-width: 100%;
}

.carousel-wrapper .copyright-info {
  position: absolute;
  color: #cccccc;
  margin: 10px;
}

.carousel-wrapper .caroufredsel_wrapper {
  height: 220px !important;
}

@media only screen and (min-width: 768px) {
  .carousel-wrapper .caroufredsel_wrapper {
    height: 400px !important;
  }
}

.thumbs-wrapper {
  padding: 0 25px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .thumbs-wrapper {
    padding: 0 50px;
  }
}

.thumbs-wrapper .js-thumbs {
  overflow: hidden;
  min-height: 240px;
}

.thumbs-wrapper .js-thumbs a {
  display: block;
  float: left;
  border: 1px solid #999999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 16.666%;
  height: 100px;
  margin: 0 5px;
}

.thumbs-wrapper .js-thumbs a img {
  margin: 0 auto;
  height: 100%;
}

.prev2,
.next2 {
  display: block;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  font-size: 30px;
  color: #333;
}

@media only screen and (min-width: 768px) {
  .prev2,
  .next2 {
    font-size: 40px;
  }
}

.prev2 {
  left: 0;
}

.prev2.disabled {
  display: none !important;
}

.next2 {
  right: 0;
}

.next2.disabled {
  display: none !important;
}

.js-image-gallery {
  position: relative;
  min-height: 220px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .image-gallery-slider-full .image-gallery-slider-content {
    margin-left: -25% !important;
  }
}

.image-gallery-slider-full .image-gallery-slider-content > span {
  float: left;
  display: block;
  max-height: 375px;
}

@media only screen and (min-width: 768px) {
  .image-gallery-slider-full .image-gallery-slider-content > span {
    margin: 0 20px;
  }
  .image-gallery-slider-full .image-gallery-slider-content > span.slider-opacity {
    opacity: .5;
  }
}

.image-gallery-slider-full .image-gallery-slider-content > span img {
  margin: 0 auto;
  min-height: 100%;
  max-width: 100%;
  width: 100%;
}

.image-gallery-slider-full .caroufredsel_wrapper {
  margin: 0 !important;
}

.image-gallery-slider-full .prev2, .image-gallery-slider-full .next2 {
  color: #fff;
  text-shadow: 0 1px 5px #000;
  top: 45%;
  font-size: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .image-gallery-slider-full .prev2, .image-gallery-slider-full .next2 {
    top: 41%;
  }
}

.image-gallery-slider-full .prev2 {
  left: 5%;
}

@media only screen and (min-width: 768px) {
  .image-gallery-slider-full .prev2 {
    left: 27%;
  }
}

.image-gallery-slider-full .next2 {
  right: 5%;
}

@media only screen and (min-width: 768px) {
  .image-gallery-slider-full .next2 {
    right: 27%;
  }
}

.slider-pagination {
  margin-top: 15px;
}

.slider-pagination a {
  margin: 0 3px;
  color: #631E79;
}

.column-splitter [class*="vm-bg-"]:not([class*="-white"]) .slider-pagination a {
  color: #fff;
}

.slider-pagination a.selected i:before {
  content: '\f111';
}

.image-gallery-4 {
  padding: 0 20px;
}

.image-gallery-4 .caroufredsel_wrapper {
  max-width: 100%;
}

.image-gallery-4 .image-gallery-slider-4-content > span {
  float: left;
  position: relative;
  display: block;
  height: 350px;
}

@media only screen and (min-width: 768px) {
  .image-gallery-4 .image-gallery-slider-4-content > span {
    margin: 0 5px;
  }
}

.image-gallery-4 .image-gallery-slider-4-content > span picture {
  display: block;
  overflow: hidden;
  height: inherit;
}

.image-gallery-4 .image-gallery-slider-4-content > span picture img {
  margin: 0 auto;
  min-height: 100%;
  max-width: 100%;
  width: 100%;
}

.image-gallery-4 .prev2, .image-gallery-4 .next2 {
  color: #631E79;
  text-shadow: 0 1px 5px #000;
  top: 35%;
  font-size: 60px;
}

.column-splitter [class*="vm-bg-"]:not([class*="-white"]) .image-gallery-4 .prev2, .column-splitter [class*="vm-bg-"]:not([class*="-white"]) .image-gallery-4 .next2 {
  color: #fff;
}

.image-gallery-4 .prev2 {
  left: 3%;
}

.image-gallery-4 .next2 {
  right: 3%;
}

.image-gallery-4 .channel-info.slide {
  text-align: left;
  position: relative;
  line-height: 15px;
  min-height: inherit;
  margin-top: 10px;
  bottom: 0;
  right: 0;
  left: 2px;
}

