/*VM Colours*/
/*Primary*/
/*Secondary*/
/*Greys*/
/*background colours*/
/*Type*/
/*Buttons*/
/*tooltip*/
/*links*/
/*Prosseco Colours*/
/*Main*/
/*Secondary Red*/
/*Support colours*/
/*Backgrounds*/
/*Accents*/
/*Blacks*/
/*Text Colours*/
/*Prosseco 2.0 Colours*/
/*Main*/
/*Secondary Red*/
/*Support colours*/
/*Backgrounds*/
/*Accents*/
/*Blacks*/
/*Text Colours*/
/*Link Colours*/
.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 {
  padding-top: 3px;
  margin-top: 0;
}

.tile .tile-text .tile-title p {
  margin: 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%;
}

@media only screen and (max-width: 767px) {
  .tile-image-left .tile-image {
    width: 100%;
    float: none;
  }
  .tile-image-left .tile-text {
    width: 100%;
    float: none;
  }
  .tile-image-left.fiftyfifty .tile-image, .tile-image-left.twentyeighty .tile-image {
    width: 100%;
  }
  .tile-image-left.fiftyfifty .tile-text, .tile-image-left.twentyeighty .tile-text {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .tile-image-left.tile-image-left-on-mobile .tile-image {
    width: 40%;
    float: left;
  }
  .tile-image-left.tile-image-left-on-mobile .tile-text {
    width: 60%;
    float: left;
    padding: 0 15px;
  }
  .tile-image-left.tile-image-left-on-mobile.fiftyfifty .tile-image {
    width: 50%;
  }
  .tile-image-left.tile-image-left-on-mobile.fiftyfifty .tile-text {
    width: 50%;
  }
  .tile-image-left.tile-image-left-on-mobile.twentyeighty .tile-image {
    width: 20%;
  }
  .tile-image-left.tile-image-left-on-mobile.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-image-right.twentyeighty .tile-image {
  width: 20%;
}

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

@media only screen and (max-width: 767px) {
  .tile-image-right .tile-image {
    width: 100%;
    float: none;
  }
  .tile-image-right .tile-text {
    width: 100%;
    float: none;
  }
  .tile-image-right.fiftyfifty .tile-image, .tile-image-right.twentyeighty .tile-image {
    width: 100%;
  }
  .tile-image-right.fiftyfifty .tile-text, .tile-image-right.twentyeighty .tile-text {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .tile-image-right.tile-image-right-on-mobile .tile-image {
    width: 40%;
    float: right;
  }
  .tile-image-right.tile-image-right-on-mobile .tile-text {
    float: right;
    width: 60%;
    padding: 0 15px;
  }
  .tile-image-right.tile-image-right-on-mobile.fiftyfifty .tile-image {
    width: 50%;
  }
  .tile-image-right.tile-image-right-on-mobile.fiftyfifty .tile-text {
    width: 50%;
  }
  .tile-image-right.tile-image-right-on-mobile.twentyeighty .tile-image {
    width: 20%;
  }
  .tile-image-right.tile-image-right-on-mobile.twentyeighty .tile-text {
    width: 80%;
  }
}

.media-split.component {
  margin-bottom: 0;
}

.media-split-content {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .media-split-content .tile-text, .media-split-content {
    display: -webkit-flex;
    display: flex;
  }
}

.media-split-content .tile-video {
  z-index: 1;
}

.media-split-content .tile-text, .media-split-content .tile-video, .media-split-content .tile-image {
  padding: 0;
}

@media only screen and (min-width: 1200px) {
  .media-split-content .channel-info.right {
    right: 35px;
  }
  .media-split-content .channel-info.left {
    left: 35px;
  }
}

.media-split-content .vertical-align {
  min-height: 100%;
  padding: 15px 15px 15px 45px;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}

@media only screen and (min-width: 1200px) {
  .media-split-content .vertical-align {
    max-width: 60%;
  }
}

@media only screen and (max-width: 767px) {
  .media-split-content .vertical-align {
    padding: 15px;
  }
}

.media-split-content .tile-title {
  margin: 0 0 15px 0;
  width: 100%;
}

.media-split-content .tile-description {
  width: 100%;
}

.media-split-content .tile-description p {
  margin: 0;
}

.media-split-content .tile-description img {
  margin-top: 25px;
}

@media only screen and (min-width: 321px) {
  .media-split-content .image-content {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .media-split-content .tv {
    display: none;
  }
}

.media-split-content .tv .mask {
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  position: absolute;
}

.media-split-content .tv .mask.loading {
  background: #000000;
}

.media-split-content .tv .mask.no-pointer {
  pointer-events: none;
}

.tile-video-right .tile-video, .tile-video-right .tile-image, .mobile-inverse-right .tile-video, .mobile-inverse-right .tile-image {
  -webkit-order: 2;
  order: 2;
}

.tile-video-right .vertical-align, .mobile-inverse-right .vertical-align {
  margin-left: auto;
  padding: 15px 45px 15px 15px;
}

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

.media-split.dark .vertical-align {
  color: #333;
}

.media-split.light .vertical-align {
  color: #fff;
}

.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;
  }
}

#atstbx.at-share-tbx-element .at-share-btn {
  position: relative !important;
  top: 0;
  transition: all .3s ease;
}

#atstbx.at-share-tbx-element .at-share-btn:focus, #atstbx.at-share-tbx-element .at-share-btn:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  outline: none;
  border: none;
  top: 0;
}

#atstbx.at-share-tbx-element .at-share-btn:hover {
  top: -4px;
}

.touch #atstbx.at-share-tbx-element .at-share-btn:hover {
  top: 0px;
}

/*Carousel CSS*/
.image-gallery-full .image-gallery-content {
  text-align: center;
  border: 1px solid #cccccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0 15px 0;
}

.image-gallery-full .image-gallery-content picture {
  display: inline-block;
}

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

.image-gallery-full .image-gallery-content img {
  width: auto;
  max-width: 100%;
  display: inherit;
}

@media only screen and (min-width: 768px) {
  .image-gallery-full .image-gallery-content img {
    height: 100%;
  }
}

.image-gallery-full span a {
  display: inline-block;
  outline: none;
}

.image-gallery-full .gallery-info {
  padding: 10px;
  color: #000000;
  text-align: left;
  background-color: #f7f7f7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.image-gallery-full .current-value:after {
  content: '';
  border-left: 1px solid #cccccc;
  margin-left: 10px;
}

.image-gallery-content-pagination {
  padding: 0 50px;
}

.image-gallery-content-pagination .owl-item span {
  display: block;
  border: 1px solid #999999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: 165px;
  text-align: center;
}

.image-gallery-content-pagination .owl-item span img {
  display: inherit;
  width: auto;
  max-width: 100%;
  height: 100%;
}

.image-gallery-content-pagination .owl-item span h3 {
  display: none;
}

.image-gallery-content-pagination .owl-nav .owl-next, .image-gallery-content-pagination .owl-nav .owl-prev {
  margin-top: -20px;
  position: absolute;
  top: 50%;
  color: #333333;
  font-size: 40px;
  font-size: 4rem;
}

.image-gallery-content-pagination .owl-nav .owl-next:hover, .image-gallery-content-pagination .owl-nav .owl-prev:hover {
  color: #ed0000;
}

.image-gallery-content-pagination .owl-nav .owl-next {
  right: 0;
}

.image-gallery-content-pagination .owl-nav .owl-prev {
  left: 0;
}

.image-gallery-slider-full span > a {
  z-index: 1;
  position: relative;
  display: block;
}

.image-gallery-slider-full span p {
  padding: 0 5px;
}

.image-gallery-slider-full .owl-item {
  opacity: .5;
  -webkit-transition: opacity false false, 0.3s false false, ease false false;
  -moz-transition: opacity false false false, 0.3s false false false, ease false false false;
  -o-transition: opacity false false false, 0.3s false false false, ease false false false;
  transition: opacity 0.3s ease;
}

.image-gallery-slider-full .owl-item picture {
  display: block;
}

.image-gallery-slider-full .owl-item:before {
  content: "";
  padding-bottom: 50%;
  display: block;
  width: 100%;
  position: absolute;
}

.image-gallery-slider-full .owl-item.center {
  opacity: 1;
}

.image-gallery-slider-full .owl-item .slide-content {
  margin-top: 70px;
}

.image-gallery-slider-full .owl-item .ctas {
  margin: 10px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .image-gallery-slider-full .owl-item .ctas li {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }
  .image-gallery-slider-full .owl-item .ctas li a {
    width: 100%;
  }
  .image-gallery-slider-full .owl-item .ctas li:first-child {
    margin-top: 30px;
  }
}

.image-gallery-slider-full .owl-nav .owl-next, .image-gallery-slider-full .owl-nav .owl-prev {
  position: absolute;
  color: #ed0000;
  font-size: 60px;
  font-size: 6rem;
}

@media only screen and (max-width: 767px) {
  .image-gallery-slider-full .owl-nav .owl-next, .image-gallery-slider-full .owl-nav .owl-prev {
    margin-top: 22px;
  }
}

.image-gallery-slider-full .owl-nav .owl-next {
  right: 10px;
}

@media only screen and (min-width: 768px) {
  .image-gallery-slider-full .owl-nav .owl-next {
    right: 18%;
  }
}

@media only screen and (max-width: 767px) {
  .image-gallery-slider-full .owl-nav .owl-next {
    font-size: 40px;
    font-size: 4rem;
  }
}

.image-gallery-slider-full .owl-nav .owl-prev {
  left: 10px;
}

@media only screen and (min-width: 768px) {
  .image-gallery-slider-full .owl-nav .owl-prev {
    left: 18%;
  }
}

@media only screen and (max-width: 767px) {
  .image-gallery-slider-full .owl-nav .owl-prev {
    font-size: 40px;
    font-size: 4rem;
  }
}

.image-gallery-slider-full .owl-dots {
  margin-top: 20px;
  text-align: center;
  position: absolute;
  left: 10%;
  right: 10%;
}

.image-gallery-slider-full .owl-dots .owl-dot {
  margin: 0 3px;
  margin-right: 5px;
  display: inline-block;
  color: #631E79;
}

.image-gallery-slider-full .owl-dots .owl-dot span:before {
  content: '\f10c';
  font-family: 'FontAwesome';
}

.image-gallery-slider-full .owl-dots .owl-dot.active span:before {
  content: '\f111';
}

.image-gallery-slider-full .owl-dots.custom .owl-dot {
  text-align: center;
  margin: 0 13px;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .image-gallery-slider-full .owl-dots.custom .owl-dot {
    margin: 0 5px;
  }
}

.image-gallery-slider-full .owl-dots.custom .owl-dot span {
  display: block;
  font-family: "VM Circular Book";
  color: #888;
  font-size: 16px;
  font-size: 1.6rem;
  max-width: 52px;
  line-height: 1;
  margin-top: 7px;
}

.image-gallery-slider-full .owl-dots.custom .owl-dot span:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .image-gallery-slider-full .owl-dots.custom .owl-dot span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.image-gallery-slider-full .owl-dots.custom .owl-dot .img-wrap {
  margin: 0 auto;
  padding: 2px;
}

.image-gallery-slider-full .owl-dots.custom .owl-dot .img-wrap svg {
  width: 42px;
  height: 42px;
  background-size: 0 0 !important;
  background-position: center !important;
}

@media only screen and (max-width: 767px) {
  .image-gallery-slider-full .owl-dots.custom .owl-dot .img-wrap svg {
    width: 30px;
    height: 30px;
  }
}

.image-gallery-slider-full .owl-dots.custom .owl-dot.active span {
  color: #ed0000;
}

.image-gallery-slider-full .owl-dots.custom .owl-dot.active .img-wrap svg {
  background-size: cover !important;
}

.image-gallery-slider-full .owl-dots.custom .owl-dot.active .img-wrap svg image {
  opacity: 0;
}

.image-gallery-slider-full .custom .owl-item .slide-content {
  margin-top: 115px;
}

.image-gallery-4:not(.image-gallery) {
  padding: 0 30px;
}

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

.image-gallery-4:not(.image-gallery) .owl-item picture {
  display: block;
  overflow: hidden;
}

@media only screen and (min-width: 321px) {
  .image-gallery-4:not(.image-gallery) .owl-item picture {
    max-height: 750px;
  }
}

@media only screen and (min-width: 768px) {
  .image-gallery-4:not(.image-gallery) .owl-item picture {
    max-height: 550px;
  }
}

@media only screen and (min-width: 992px) {
  .image-gallery-4:not(.image-gallery) .owl-item picture {
    max-height: 450px;
  }
}

@media only screen and (min-width: 1200px) {
  .image-gallery-4:not(.image-gallery) .owl-item picture {
    max-height: 350px;
  }
}

.image-gallery-4:not(.image-gallery) .owl-item picture img {
  min-height: 100%;
  max-width: 100%;
}

.image-gallery-4:not(.image-gallery) .owl-prev, .image-gallery-4:not(.image-gallery) .owl-next {
  position: absolute;
  color: #ed0000;
  font-size: 60px;
  outline: 0;
}

.column-splitter [class*="vm-bg-"]:not([class*="-white"]) .image-gallery-4:not(.image-gallery) .owl-prev, .column-splitter [class*="vm-bg-"]:not([class*="-white"]) .image-gallery-4:not(.image-gallery) .owl-next {
  color: #fff;
  text-shadow: 0 1px 5px #000;
}

.image-gallery-4:not(.image-gallery) .owl-prev {
  left: -30px;
}

.image-gallery-4:not(.image-gallery) .owl-next {
  right: -30px;
}

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

.image-gallery-4:not(.image-gallery) .channel-info.slide.right {
  text-align: right;
}

.image-gallery-4:not(.image-gallery) .channel-info.slide img {
  display: inline;
}

.column-splitter .bg-none .channel-info.slide p, .column-splitter .bg-none .channel-info.slide span, .column-splitter .None .channel-info.slide p, .column-splitter .None .channel-info.slide span, .column-splitter .vm-bg-white .channel-info.slide p, .column-splitter .vm-bg-white .channel-info.slide span {
  text-shadow: none;
  color: #333333 !important;
}

