@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@600;700&display=swap");
:root {
  --vsm-white:  255, 255, 255;
  --vsm-black:  9, 9, 9;
  --vsm-body-copy-colour:  95, 99, 104;
  --vsm-accent-colour:  16, 15, 48;
  --vsm-primary-colour:  255, 55, 97;
  --vsm-secondary-colour:  16, 15, 48;
  --vsm-tertiary-colour:  252, 174, 0;
  --vsm-quaternary-colour:  148, 0, 238;
  --vsm-quinary-colour:  112, 112, 112;
}

:root {
  --vsm-mobile-padding-top: 30px;
  --vsm-mobile-padding-bottom: 30px;
  --vsm-tablet-padding-top: 50px;
  --vsm-tablet-padding-bottom: 50px;
  --vsm-desktop-padding-top: 80px;
  --vsm-desktop-padding-bottom: 80px;
}

.vsm-default-internal-hero .bg {
  height: 50vh !important;
}

@media (max-width:768px) {
  .vsm-default-internal-hero .bg {
      height: 30vh !important;
  }
}

/* **** EXTRA WIDE CONTAINER **** */
.container.wide {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container.wide {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container.wide {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container.wide {
    width: 100%;
    max-width: 90%;
  }
}

/* NO GUTTERS */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* ------------------------------
Icons
--------------------------------*/
/* ------------------------------
Typography
--------------------------------*/
html,
body {
  height: 100% !important;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  font-size: 12px;
}

@media (min-width: 768px) {
  html,
  body {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  html,
  body {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

ul,
ol,
dd,
p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}

ul strong,
ol strong,
dd strong,
p strong {
  font-weight: 600;
}

a {
  color: #f9aaba;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #100f30;
}

.heading {
  font-size: 70px;
  font-size: 4.375rem;
}

.md-heading {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.sm-heading {
  font-size: 20px;
  font-size: 1.25rem;
}

.xs-heading {
  font-size: 18px;
  font-size: 1.125rem;
}

.xxs-heading {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sub-heading {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ------------------------------
Buttons
--------------------------------*/
.btn {
  border-radius: 5px;
  background: #090909 !important;
  border: #090909;
}

.btn:hover {
  background: #23272b !important;
  border: #23272b !important;
  color: rgba(var(--vsm-primary-colour), 1);
}

/* ------------------------------
Forms
--------------------------------*/
/* ***** FORM VALIDATION MESSAGES ****** */
.field-validation-error,
.field-validation-valid,
.validation-summary-errors {
  /* DEFAULT STYLES FOR VALIDATION MESSAGES - CLASS BASED ON DEV REQUIREMENTS */
}

/* ------------------------------
Theme
--------------------------------*/

::selection {
  color: #fff;
  background: #4d183f;
}

.menu-open .vsm-top .navigation .more-nav ul li a {
  color: #fff;
}
.menu-open .vsm-top .navigation .more-nav ul li .burger-menu span {
  background: transparent !important;
  transition: all 0.2s ease-in-out;
}
.menu-open .vsm-top .navigation .more-nav ul li .burger-menu span::before {
  transition: all 0.2s ease-in-out;
  background: #fff;
  transform: translateY(6.2px) rotate(45deg);
}
.menu-open .vsm-top .navigation .more-nav ul li .burger-menu span::after {
  transition: all 0.2s ease-in-out;
  background: #fff;
  transform: translateY(-3px) rotate(-45deg);
}
.menu-open .vsm-top .navigation .more-nav ul li .burger-menu span::before, .menu-open .vsm-top .navigation .more-nav ul li .burger-menu span:after {
  background: #fff;
}


.vsm-top .navigation .more-nav ul li.lang {
  display: none;
}

.vsm-top.fixed .navigation .more-nav ul li .burger-menu span, 
.vsm-top.fixed .navigation .more-nav ul li .burger-menu span::before,
.vsm-top.fixed .navigation .more-nav ul li .burger-menu span::after {
  background-color: rgba(var(--vsm-white), 1);
}

.vsm-top.switch-fixed .navigation .brand .logo-1{
  padding: .7rem;
}

.vsm-top .navigation.search-open{
  background: #090909;
}

.vsm-top .navigation.search-open .brand .logo-2 {
  padding: 0.7rem;
}

.vsm-top .navigation .primary-nav ul li a {
  color: #fff !important;
}

.vsm-top .navigation .primary-nav ul li a::after {
  color: #fff !important;
}

.vsm-top .navigation .primary-nav ul li a:hover {
  color: rgba(var(--vsm-primary-colour), 1) !important;
}

.vsm-top .navigation .primary-nav .dropdown:hover a {
  color: black !important;
}

.vsm-top .navigation .primary-nav .dropdown:hover a:hover {
  color: rgba(var(--vsm-primary-colour), 1) !important;
}

.vsm-top .navigation .primary-nav .dropdown:hover ul li a {
  border-radius: 0 5px 5px;
  padding: 0.875rem 0.938rem;
}

.vsm-top.fixed .navigation .primary-nav ul li a{
  color: #fff !important;
}

.vsm-top.fixed .navigation .more-nav ul li a{
  color: #fff !important;
}

.vsm-top .navigation{
  background: #090909;
}

.vsm-top.fixed .navigation .primary-nav ul li.dropdown > a:after{
  color: #fff !important;
}

.vsm-top .navigation .d-flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.vsm-top .navigation .d-flex .primary-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.vsm-top .navigation .brand img {
  height: 3.5rem;
}

@media (min-width: 1024px) {
  .vsm-top .navigation .brand img {
    height: 3.125rem;
  }
}

.vsm-top .navigation .primary-nav ul li.meganav nav {
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.vsm-top .navigation .primary-nav ul li.meganav .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: 0;
}

.vsm-top .navigation .primary-nav ul li.meganav .col:nth-child(1) {
  width: 100%;
  border-right: 0.063rem solid rgba(0, 0, 0, 0);
}

.vsm-top .navigation .primary-nav ul li.meganav .col:nth-child(2) {
  width: 50%;
  border-right: 0.063rem solid rgba(0, 0, 0, 0);
}

.vsm-top .navigation .primary-nav ul li.meganav .col:nth-child(3) {
  width: 25%;
}

.vsm-top .navigation .primary-nav ul li.meganav:hover .mega-menu {
  background: white;
  -webkit-box-shadow: 0 0.625rem 1.875rem 0 rgba(9, 9, 9, 0.05);
          box-shadow: 0 0.625rem 1.875rem 0 rgba(9, 9, 9, 0.05);
}

.vsm-top .navigation .more-nav ul li a {
  color: #100f30;
}

@media (min-width: 1024px) {
  .vsm-top .navigation .more-nav ul li a {
    color: #ffffff;
  }
}

.vsm-top.fixed .navigation .brand .logo-1 {
  display: block;
}

.vsm-top.fixed .navigation .brand .logo-2 {
  display: none;
}

.vsm-top.fixed .navigation .primary-nav ul li a {
  color: #100f30;
}

.vsm-top.fixed .navigation .primary-nav ul li.dropdown > a:after {
  color: #100f30;
}

.vsm-top.fixed .navigation .primary-nav ul li.meganav > a:after {
  color: #100f30;
}

.vsm-top.fixed .navigation .more-nav ul li a {
  color: #100f30;
}

body.fixed-top-style .vsm-top .navigation {
  background-color: #ffffff;
}

body.fixed-top-style .vsm-top .navigation .brand .logo-1 {
  display: block;
}

body.fixed-top-style .vsm-top .navigation .brand .logo-2 {
  display: none;
}

body.fixed-top-style .vsm-top .navigation .primary-nav ul li a {
  color: #100f30;
}

body.fixed-top-style .vsm-top .navigation .primary-nav ul li.dropdown > a:after {
  color: #100f30;
}

body.fixed-top-style .vsm-top .navigation .primary-nav ul li.meganav > a:after {
  color: #100f30;
}

body.fixed-top-style .vsm-top .navigation .more-nav ul li a {
  color: #100f30;
}

.vsm-hero-slider .bg {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 15rem;
}

.vsm-hero-slider .bg:before {
  display: none;
}

.vsm-hero-slider .content .rte {
  font-size: 24px;
  font-size: 1.5rem;
}

.vsm-hero-slider .content .rte p, .vsm-hero-slider .content .rte ul, .vsm-hero-slider .content .rte li, .vsm-hero-slider .content .rte a, .vsm-hero-slider .content .rte dd, .vsm-hero-slider .content .rte dt {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ffffff;
}

.vsm-hero-slider .content .rte a:hover {
  color: #ff3761;
}

.vsm-default-single-media-hero .row{
  justify-content: center;
}


.vsm-default-single-media-hero .bg:after{
    background: linear-gradient(90deg, #4d183f 0%, #201d24 100%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .4;
}

.vsm-default-single-media-hero .bg {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.vsm-default-single-media-hero .bg:before{
  content: '';
  background-image: url('/img/armstrong-white-logo-no-strapline.svg');
  background-size: cover;
  background-position: right;
}

.vsm-default-single-media-hero .video::after {
  display: none;
}

.vsm-default-single-media-hero .component-wrapper {
  height: 100%;
}

.vsm-default-single-media-hero .vsm-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .vsm-default-single-media-hero .vsm-body .row .col {
    width: 70%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 70%;
  }
}

.vsm-default-single-media-hero .content {
  -webkit-transform: translateY(-6.25rem);
          transform: translateY(-6.25rem);
          margin-top: 17rem;
}

.vsm-default-single-media-hero .content .rte {
  font-size: 24px;
  font-size: 1.5rem;
}

.vsm-default-single-media-hero .content .rte p, .vsm-default-single-media-hero .content .rte ul, .vsm-default-single-media-hero .content .rte li, .vsm-default-single-media-hero .content .rte a, .vsm-default-single-media-hero .content .rte dd, .vsm-default-single-media-hero .content .rte dt {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ffffff;
}

.vsm-default-single-media-hero .content .rte a:hover {
  color: #ff3761;
}

@media (max-width: 768px){

.vsm-centralised-title-intro-text .bg{
padding-bottom: var(--vsm-mobile-padding-bottom);
padding-top: var(--vsm-mobile-padding-top);
}
}

@media (min-width: 992px){

.vsm-centralised-title-intro-text .bg{
padding-bottom: var(--vsm-tablet-padding-bottom);
padding-top: var(--vsm-tablet-padding-top);
}
}


@media (min-width: 1024px){

.vsm-centralised-title-intro-text .bg{
padding-bottom: var(--vsm-desktop-padding-bottom);
padding-top: var(--vsm-desktop-padding-top);
}
}

.vsm-centralised-title-intro-text .btn {
  background-color: #ff3761;
}

.vsm-centralised-title-intro-text .container{
  background: #bb1650;
  padding: 3rem 1rem 3rem 1rem;
  border-radius: 5px;
}

.vsm-centralised-title-intro-text .xs-heading{
  color: #fff;
}

.vsm-centralised-title-intro-text .md-heading{
  color: #fff;
}

.vsm-centralised-title-intro-text .rte p{
  color: #fff;
}

.vsm-content-in-image-carousel .content .btn{
  background: #fff !important;
}

.vsm-content-in-image-carousel .content .btn span{
  color: #bb1650 !important;
}

.vsm-content-in-image-carousel .content .btn:hover{
  background: transparent !important;
  border: 1px solid #fff !important;
}

.vsm-content-in-image-carousel .content .btn:hover span{
  color: #fff;
}

.vsm-content-in-image-carousel .content-in-image {
  border-radius: 5px;
}

@media (max-width: 768px){
.vsm-content-layout-2 .bg{
padding-bottom: var(--vsm-mobile-padding-bottom);
padding-top: var(--vsm-mobile-padding-top);
}
}

@media (min-width: 992px){
.vsm-content-layout-2 .bg{
padding-bottom: var(--vsm-tablet-padding-bottom);
padding-top: var(--vsm-tablet-padding-top);
}
}


@media (min-width: 1024px){
.vsm-content-layout-2 .bg{
padding-bottom: var(--vsm-desktop-padding-bottom);
padding-top: var(--vsm-desktop-padding-top);
}
}


/* SCROLL PANEL */

.scroll-panel .vsm-body .col .card-link {
  border-radius: 5px;
}

.scroll-panel .vsm-content-image-50-50.left {
  padding: 4rem 0;
}

.scroll-panel .vsm-content-image-50-50.left .vsm-body .row .col-md-6.order-md-2 .media {
  border-radius: 5px;
}

@media (max-width: 768px) {
    .scroll-panel .vsm-content-image-50-50.left {
      margin: 0;
    }
  }

/* END SCROLL PANEL */

.vsm-content-layout-2 .bg{
  position: relative;
}

.vsm-content-layout-2 .bg::before{
  position: absolute;
  content: "";
  background-image: url(/img/ac-star-icon-colour.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25%;
  height: 25%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.1;
}

.vsm-content-layout-2 .content .rte p{
  color: #090909;
}

.vsm-content-layout-2 .media {
  border-radius: 5px;
  overflow: hidden;
}



@media (max-width: 768px){
.vsm-office-locations
 .bg{
padding-bottom: var(--vsm-mobile-padding-bottom);
padding-top: var(--vsm-mobile-padding-top);
}
}

@media (min-width: 992px){
.vsm-office-locations
 .bg{
padding-bottom: var(--vsm-tablet-padding-bottom);
padding-top: var(--vsm-tablet-padding-top);
}
}


@media (min-width: 1024px){
.vsm-office-locations
 .bg{
padding-bottom: var(--vsm-desktop-padding-bottom);
padding-top: var(--vsm-desktop-padding-top);
}
}

.vsm-office-locations.carousel .swiper-wrapper .swiper-slide .location-card img {
  object-fit: cover;
  width: 100%;
}

.vsm-office-locations .location-card .content .details a:hover {
  color:#dd537d !important;
}

.vsm-oversized-statement-block {
  color: #090909;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  background: linear-gradient(135deg, #541d40 0%, #2a2425 100%);
}

@media (max-width: 768px){
.vsm-oversized-statement-block .bg{
padding-bottom: var(--vsm-mobile-padding-bottom);
padding-top: var(--vsm-mobile-padding-top);
}
}

@media (min-width: 992px){
.vsm-oversized-statement-block .bg{
padding-bottom: var(--vsm-tablet-padding-bottom);
padding-top: var(--vsm-tablet-padding-top);
}
}


@media (min-width: 1024px){
.vsm-oversized-statement-block .bg{
padding-bottom: var(--vsm-desktop-padding-bottom);
padding-top: var(--vsm-desktop-padding-top);
}
}

.vsm-oversized-statement-block p {
  font-weight: 300;
  font-family: "Inter", sans-serif;
  color: #fff;
}

@media (max-width: 768px){
.vsm-split-grid-images-content-features .bg{
padding-bottom: var(--vsm-mobile-padding-bottom);
padding-top: var(--vsm-mobile-padding-top);
}
}

@media (min-width: 992px){
.vsm-split-grid-images-content-features .bg{
padding-bottom: var(--vsm-tablet-padding-bottom);
padding-top: var(--vsm-tablet-padding-top);
}
}


@media (min-width: 1024px){
.vsm-split-grid-images-content-features .bg{
padding-bottom: var(--vsm-desktop-padding-bottom);
padding-top: var(--vsm-desktop-padding-top);
}
}

.vsm-split-grid-images-content-features .vsm-body .content{
  background: linear-gradient(135deg, #bb1650 0%, #be1749 100%);
  padding: 1rem;
  border-radius: 5px;
}


.vsm-split-grid-images-content-features .vsm-body .content .rte {
  margin-bottom: 30px;
}


.vsm-split-grid-images-content-features .vsm-body .content .rte p{
  color: #ececf7;
}

.vsm-split-grid-images-content-features .vsm-body .content .description p{
  color: #ececf7;
}


.vsm-split-grid-images-content-features .vsm-body .content .xs-heading{
  color: #fff;
}

.vsm-split-grid-images-content-features .medias .grid .media {
  overflow: hidden;
}

.vsm-split-grid-images-content-features .medias .grid .media:nth-child(1) {
  border-top-left-radius: 5px;
}

.vsm-split-grid-images-content-features .medias .grid .media:nth-child(3) {
  border-bottom-left-radius: 5px;
}

.vsm-split-grid-images-content-features .medias .grid .media:nth-child(4) {
  border-bottom-right-radius: 5px;
}


.vsm-full-width-inline-banner .bg{
  position: relative;
}

.vsm-full-width-inline-banner .bg:after{
  content: '';
  background: linear-gradient(135deg, rgba(84, 29, 64, 0.358) 0%, rgba(42, 36, 37, 0.358) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.vsm-full-width-fixed-media-bg .bg .video:after{
  background: rgba(77, 24, 63, 0.531);
}

@media (max-width: 768px) {
  .vsm-full-width-featured-testimonial-carousel .bg {
    padding: 0 0 2rem 0;
  }
}

.vsm-full-width-featured-testimonial-carousel q {
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

.vsm-full-width-featured-testimonial-carousel .media {
  overflow: hidden;
  border-radius: 5px;
}

.vsm-full-width-featured-testimonial-carousel .testimonial-data .media img {
  height: 50vh;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .vsm-full-width-featured-testimonial-carousel .media {
    display: none;
  }
}

.vsm-full-width-featured-testimonial-carousel .author .name {
  color: #090909;
}

.vsm-full-width-featured-testimonial-carousel .author .position {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

.vsm-full-width-featured-testimonial-carousel .testimonial-data blockquote {
  border-radius: 0 0 0 5px;
}

@media (max-width: 768px){
.vsm-job-carousel .bg{
padding-bottom: var(--vsm-mobile-padding-bottom);
padding-top: var(--vsm-mobile-padding-top);
}
}

@media (min-width: 992px){
.vsm-job-carousel .bg{
padding-bottom: var(--vsm-tablet-padding-bottom);
padding-top: var(--vsm-tablet-padding-top);
}
}


@media (min-width: 1024px){
.vsm-job-carousel .bg{
padding-bottom: var(--vsm-desktop-padding-bottom);
padding-top: var(--vsm-desktop-padding-top);
}
}


.vsm-job-carousel{
background: rgb(244,243,243);
background: -moz-linear-gradient(0deg, rgba(244,243,243,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(244,243,243,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(0deg, rgba(244,243,243,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f4f3f3",endColorstr="#ffffff",GradientType=1);
}

.vsm-job-carousel .swiper-slide .post-date{
  color: #090909;
}

.vsm-job-carousel .swiper-slide .xs-heading a{
    color: #ff3761;

}

.vsm-job-carousel .swiper-slide .job-ref{
    color: #090909;

}

.vsm-job-carousel .swiper-slide .job-data-highlights{
    color: #090909;

}

.vsm-job-carousel .swiper-slide p{
    color: #090909;

}

.vsm-job-carousel .swiper-slide-active{
  background: #4d183f !important;
}

.vsm-job-carousel .swiper-slide-active .post-date{
  color: #ececf7;
}

.vsm-job-carousel .swiper-slide-active .xs-heading a{
  color: #ececf7;
}

.vsm-job-carousel .swiper-slide-active .job-data-highlights{
  color: #ececf7;
}

.vsm-job-carousel .swiper-slide-active .job-ref{
  color: #ececf7;
}

.vsm-job-carousel .swiper-slide-active p{
  color: #ececf7;
}

.vsm-job-carousel .swiper-slide-active .inline-link span{
  color: #ececf7;
}

.vsm-job-carousel .swiper-slide{
  background:#fff;
}

.vsm-job-carousel .btn {
  background-color: #ff3761;
}


.vsm-job-carousel .inline-link span{
    color: #090909;

  font-size: 1.1rem;
}

.vsm-job-carousel .inline-link::after{
  content: '\f054';
}

.vsm-drop-off-your-cv {
  padding-top: 0
}

footer.vsm-default-footer{
  background:linear-gradient(135deg, #541d40 0%, #2a2425 100%);
  padding: 1.8rempx;
}

footer.vsm-default-footer span {
  font-size: 12px;
}

footer.vsm-default-footer span a:hover {
  color: #ceb4d7;
}

footer.vsm-default-footer .input-group input::placeholder {
  font-size: 12px;
}

footer.vsm-default-footer .form-holder .btn{
  background: #fff !important;
  color: #090909 !important;
}

footer.vsm-default-footer .form-holder .btn:hover{
  color: #f7f2f2;
}

footer.vsm-default-footer-no-links .newsletter-signup .rte.larger-text {
  font-size: 18px;
  font-size: 1.125rem;
}

footer.vsm-default-footer-no-links .newsletter-signup .rte.larger-text p {
  font-size: 18px;
  font-size: 1.125rem;
}

footer.vsm-default-footer-no-links .newsletter-signup .input-group input {
  border-top-left-radius: 3.75rem;
  border-bottom-left-radius: 3.75rem;
}

footer.vsm-default-footer-no-links .general-contact-details li {
  font-size: 18px;
  font-size: 1.125rem;
}

footer.vsm-default-footer-no-links .general-contact-details li a {
  font-size: 18px;
  font-size: 1.125rem;
}

.vsm-default-signoff {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.vsm-default-signoff{
  background: #000 !important;
}

.vsm-default-signoff .copyright, .vsm-default-signoff .signoff-links, .vsm-default-signoff .designed-by {
  font-size: 12px;
  font-size: 0.75rem;
}

.vsm-default-signoff .copyright a:hover, .vsm-default-signoff .signoff-links a:hover, .vsm-default-signoff .designed-by a:hover {
  color: #ff3761;
}

/* VSM-WIDE-MEDIA-CAROUSEL */

.vsm-wide-media-carousel{
  background: linear-gradient(0deg, rgba(244,243,243,1) 0%, rgba(255,255,255,1) 100%);
}

.vsm-wide-media-carousel .rte ul li{
  list-style: none;
}

.vsm-wide-media-carousel .rte ul{
  padding-left: 0;
}

.vsm-wide-media-carousel .media {
  border-radius: 5px;
}

.vsm-wide-media-carousel .flex-wrapper .flex-item:nth-child(1) {
  -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.vsm-wide-media-carousel .flex-wrapper .flex-item:nth-child(2) {
  -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.vsm-wide-media-carousel .rte.larger-text {
  text-align: left;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.vsm-wide-media-carousel .vsm-body .container .row .col {
  overflow: hidden;
}

@media (max-width: 768px) {
  .vsm-wide-media-carousel .vsm-header .container .row .col {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .vsm-wide-media-carousel .rte.larger-text {
    padding-top: 1rem;
    padding-bottom: 1rem;
}}

/* VSM-CONTENT-IMAGE-50-50 */


@media (max-width: 768px){
.vsm-content-image-50-50 .bg{
padding-bottom: var(--vsm-mobile-padding-bottom);
padding-top: var(--vsm-mobile-padding-top);
  }
}

@media (min-width: 992px){
.vsm-content-image-50-50 .bg{
padding-bottom: var(--vsm-tablet-padding-bottom);
padding-top: var(--vsm-tablet-padding-top);
}
}

@media (min-width: 1024px){
.vsm-content-image-50-50 .bg{
padding-bottom: var(--vsm-desktop-padding-bottom);
padding-top: var(--vsm-desktop-padding-top);
}
}

.vsm-content-image-50-50 img {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

.vsm-content-image-50-50 .rte ul li{
  position: relative;
  list-style: none;
}

.vsm-content-image-50-50 .rte ul li p:before{
  content: '\f054';
  position: relative;
font-weight: 900;
font-family: "Font Awesome 5 Free";
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
left: 0.625rem;
color: #bb1650;
margin-right: 1rem;
}
  
.vsm-content-image-50-50 .rte dl dt{
  color: #bb1650;
}

.vsm-content-image-50-50 {
  background: linear-gradient(0deg, rgba(244,243,243,1) 0%, rgba(255,255,255,1) 100%);
  overflow: hidden;
}

.vsm-content-image-50-50 .content .rte p{
  color: #000;
}

.vsm-content-image-50-50 .container {
  z-index: 1;
  position: relative;
}

.vsm-content-image-50-50 .bg .container .component-wrapper .vsm-body .row .col-md-6.order-md-2 .media img {
  border-radius: 5px !important;
}

.vsm-content-image-50-50.left .bg {
  position: relative;
}

.vsm-content-image-50-50.left .bg::before {
  position: absolute;
  content: "";
  background-image: url("/img/ac-star-icon-colour.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 0;
  opacity: 0.1;
}

@media (max-width: 768px) {
  .vsm-content-image-50-50.left .bg::before {
  position: absolute;
  content: "";
  background-image: url("/img/ac-star-icon-colour.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 0;
  opacity: 0.0;
  }
}

.vsm-content-image-50-50.right .bg {
  position: relative;
}

@media (max-width: 768px){
  .vsm-content-image-50-50.right .col.align-self-center{
    text-align: center;
  }
}

@media (min-width:768px){
  .vsm-content-image-50-50.right .bg::before {
      position: absolute;
    content: "";
    background-image: url(/img/ac-star-icon-colour.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    width: 50%;
    height: 50%;
    top: 14rem;
    left: 8.75rem;
    z-index: 0;
    opacity: 0.1;
  }
}

.vsm-content-image-50-50.rounded-bottom-right .bg {
  margin-top: 1.5em;
}

.vsm-content-image-50-50.rounded-bottom-right .bg:before {
  display: none;
}

.vsm-content-image-50-50.rounded-bottom-right .bg .media {
  overflow: hidden;
}

.vsm-content-image-50-50.rounded-bottom-right .bg .media img {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  margin: 0rem;
  width: 100%;
  height: 100%;
}

.vsm-content-image-50-50 .media {
  position: relative;
  overflow: hidden;
}

.vsm-content-image-50-50 .media img {
  margin: 1.875rem;
  border-radius: 1.875rem;
  overflow: hidden;
  width: calc(100% - 3.75rem);
  height: calc(100% - 3.75rem);
}

.vsm-short-testimonial-carousel {
  overflow: hidden;
  padding-top: 0;
}

.vsm-short-testimonial-carousel .bg {
  position: relative;
  padding: 3.75rem 0 0 0;
}

.vsm-short-testimonial-carousel .bg::before {
  z-index: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  background: #ececf7;
  background: linear-gradient(135deg, #541d40 0%, #2a2425 100%);
  top: 0;
  left: 0;
}

.vsm-short-testimonial-carousel .xs-heading, .vsm-short-testimonial-carousel .md-heading, .vsm-short-testimonial-carousel .vsm-header .rte p{
  color: #fff;
}

.vsm-short-testimonial-carousel .swiper-container {
  overflow: visible;
}

.vsm-short-testimonial-carousel .swiper-slide {
  background: #ffffff;
  border-radius: 5px;
  padding: 1.875rem;
  -webkit-box-shadow: 0 0px 1.875rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 1.875rem rgba(0, 0, 0, 0.1);
}

.vsm-short-testimonial-carousel .testimonial-data .author .name {
  color: #090909;
}

.vsm-short-testimonial-carousel .testimonial-data .author .position {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

.vsm-short-testimonial-carousel .testimonial-data .rte, .vsm-short-testimonial-carousel .testimonial-data .rte p {
  font-size: 20px;
  font-size: 1.25rem;
}

.vsm-short-testimonial-carousel .vsm-header, .vsm-short-testimonial-carousel .vsm-body {
  z-index: 1;
  position: relative;
}

.vsm-short-testimonial-carousel .vsm-body {
  margin-top: 3.75rem;
}

.vsm-accordion-mixed-content-50-50 {
  overflow: hidden;
  position: relative;
  background: linear-gradient(180deg, rgba(244,243,243,1) 0%, rgba(255,255,255,1) 100%);
}

.vsm-accordion-mixed-content-50-50 .bg::before {
    position: absolute;
    content: "";
    background-image: url(/img/ac-star-icon-colour.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25%;
    height: 25%;
    top: 0;
    left: 5.25rem;
    z-index: 0;
    opacity: 0.1
}

.vsm-accordion-mixed-content-50-50 .sm-heading{
  color: #fff;
}

.vsm-accordion-mixed-content-50-50 .rte p{
  color: #fff;
}

.vsm-accordion-mixed-content-50-50 .accordion-item{
  background: transparent;
  border-bottom: 1px solid #fff;
}

.vsm-accordion-mixed-content-50-50 .accordion-item .content p {
  color: #fff;
}

.vsm-accordion-mixed-content-50-50 .accordion-item .accordion-header{
  color: #fff;
}

.vsm-accordion-mixed-content-50-50 .col:nth-child(1) {
  margin-bottom: 4.75rem;
  background: #4d183f;
  padding: 1.5rem;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .vsm-accordion-mixed-content-50-50 .col:nth-child(1) {
    margin-bottom: 0;
  }

  .vsm-accordion-mixed-content-50-50 .col.col.order-md-1 {
    height: 30vh;
  }

  .vsm-accordion-mixed-content-50-50 .col.col.order-md-1 .media {
    height: auto;
  }
  
  .vsm-accordion-mixed-content-50-50 .col.col.order-md-1 .media .video {
    height: 280px;
  }
}

.vsm-accordion-mixed-content-50-50 .col:nth-child(2) {
  position: relative;
}

.vsm-accordion-mixed-content-50-50 .col:nth-child(2) .media {
  position: relative;
  z-index: 1;
}

.vsm-accordion-mixed-content-50-50 .media {
  border-radius: 5px;
  overflow: hidden;
}

.vsm-accordion-mixed-content-50-50 .media .plyr {
  height: 100%;
}

.vsm-accordion-mixed-content-50-50 .vsm-body .col.order-md-1 .media .video .plyr--video {
  background: none;
}

.vsm-accordion-mixed-content-50-50 .vsm-body .col.order-md-1 .media .video .plyr__video-wrapper {
  border-radius: 5px;
}

.vsm-full-width-call-to-action {
  padding-top: 0;
  padding-bottom: 0;
}

.vsm-full-width-call-to-action .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 66.6666666667%;
          flex: 1 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.vsm-full-width-call-to-action .bg{
  background: linear-gradient(135deg, #bb1650 0%, #be1749 100%);
}

.vsm-full-width-call-to-action .btn {
  background: #ffffff;
}

.vsm-full-width-call-to-action .btn:hover {
  background: #100f30;
  color: #ffffff;
}

.vsm-full-width-call-to-action .btn:hover span {
  color: #ffffff;
}


@media (max-width: 768px){
.vsm-image-grid  .bg{
padding-bottom: var(--vsm-mobile-padding-bottom);
padding-top: var(--vsm-mobile-padding-top);
}
}

@media (min-width: 992px){
.vsm-image-grid  .bg{
padding-bottom: var(--vsm-tablet-padding-bottom);
padding-top: var(--vsm-tablet-padding-top);
}
}


@media (min-width: 1024px){
.vsm-image-grid  .bg{
padding-bottom: var(--vsm-desktop-padding-bottom);
padding-top: var(--vsm-desktop-padding-top);
}
}

.vsm-image-grid .medias img {
  border-radius: 1.875rem;
}

@media (max-width: 768px){
.vsm-content-layout-3 .bg{
padding-bottom: var(--vsm-mobile-padding-bottom);
padding-top: var(--vsm-mobile-padding-top);
}
}

@media (min-width: 992px){
.vsm-content-layout-3 .bg{
padding-bottom: var(--vsm-tablet-padding-bottom);
padding-top: var(--vsm-tablet-padding-top);
}
}


@media (min-width: 1024px){
.vsm-content-layout-3 .bg{
padding-bottom: var(--vsm-desktop-padding-bottom);
padding-top: var(--vsm-desktop-padding-top);
}
}

.vsm-content-layout-3 .media {
  border-radius: 5px !important;
}


.vsm-content-layout-3 .rte p {
  color: #000;
}

.vsm-content-layout-3 .bg{
  position: relative;
}

.vsm-content-layout-3 .bg::before {
      position: absolute;
    content: "";
    background-image: url(/img/ac-star-icon-colour.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    opacity: 0.1;
}

@media (max-width: 768px){

.vsm-split-content-50-50 .bg {
  padding-bottom: var(--vsm-mobile-padding-bottom);
  padding-top: var(--vsm-mobile-padding-top);
}

.vsm-content-layout-3 .bg::before {
    position: absolute;
    content: "";
    background-image: url(/img/ac-star-icon-colour.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    opacity: 0.0;
  }
}

@media (min-width: 992px){

.vsm-split-content-50-50 .bg{
padding-bottom: var(--vsm-tablet-padding-bottom);
padding-top: var(--vsm-tablet-padding-top);
}
}


@media (min-width: 1024px){

.vsm-split-content-50-50 .bg{
padding-bottom: var(--vsm-desktop-padding-bottom);
padding-top: var(--vsm-desktop-padding-top);
}
}

.vsm-split-content-50-50 .rte blockquote p {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-split-content-50-50{
  background: #541d40;
}

.vsm-split-content-50-50 .sm-heading{
  color: #fff;
}

.vsm-split-content-50-50 .rte p{
  color: #fff;
}

.vsm-latest-featured-alt .inline-link:hover {
  color: white;
}

.vsm-intro-content-40-60 .bg {
  padding: 3.75rem;
  background: #ececf7;
  background: linear-gradient(130deg, #ececf7 0%, #f7f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ececf7",endColorstr="#f7f2f2",GradientType=1);
}

.vsm-intro-content-40-60 .md-heading span {
  color: #ff3761;
}

.vsm-intro-content-40-60 .rte.larger-text {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-intro-content-40-60 .rte.larger-text p {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-intro-content-40-60 .content .rte h4 {
  color: #ff3761;
}

.vsm-intro-content-40-60 .content .rte p strong {
  color: #090909;
}

@media (max-width: 768px){
.vsm-video-carousel .bg{
padding-bottom: var(--vsm-mobile-padding-bottom);
padding-top: var(--vsm-mobile-padding-top);
}
}

@media (min-width: 992px){
.vsm-video-carousel .bg{
padding-bottom: var(--vsm-tablet-padding-bottom);
padding-top: var(--vsm-tablet-padding-top);
}
}


@media (min-width: 1024px){
.vsm-video-carousel .bg{
padding-bottom: var(--vsm-desktop-padding-bottom);
padding-top: var(--vsm-desktop-padding-top);
}
}

.vsm-video-carousel {
  overflow: hidden;
}

.vsm-video-carousel .vsm-header {
  display: none;
}

.vsm-video-carousel .swiper-slide .video-card a {
  overflow: hidden;
  border-radius: 1.875rem;
}

.vsm-video-carousel .swiper-slide .video-card .no-media {
  overflow: hidden;
  border-radius: 1.875rem;
}

@media (max-width: 768px){
.vsm-content-layout-1 .bg{
padding-bottom: var(--vsm-mobile-padding-bottom);
padding-top: var(--vsm-mobile-padding-top);
}
}

@media (min-width: 992px){
.vsm-content-layout-1 .bg{
padding-bottom: var(--vsm-tablet-padding-bottom);
padding-top: var(--vsm-tablet-padding-top);
}
}

@media (min-width: 1024px){
.vsm-content-layout-1.bg{
padding-bottom: var(--vsm-desktop-padding-bottom);
padding-top: var(--vsm-desktop-padding-top);
}
}

.vsm-content-layout-1 .media {
  border-radius: 1.875rem;
}

.vsm-content-layout-1 .bg{
  position: relative;
}

.vsm-content-layout-1 .bg::before{
      position: absolute;
    content: "";
    background-image: url(/img/ac-star-icon-colour.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: .5;
}

@media (max-width: 768px){
.vsm-card-links .bg{
/* padding-bottom: var(--vsm-mobile-padding-bottom); */
padding-top: var(--vsm-mobile-padding-top);
}
}

@media (min-width: 992px){
.vsm-card-links .bg{
/* padding-bottom: var(--vsm-tablet-padding-bottom); */
padding-top: var(--vsm-tablet-padding-top);
}
}

@media (min-width: 1024px){
.vsm-card-links .bg{
padding-bottom: var(--vsm-desktop-padding-bottom);
padding-top: var(--vsm-desktop-padding-top);
}
}

.vsm-card-links .vsm-body .col a.card-link {
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.vsm-card-links .vsm-footer {
  display: none;
}

@media (max-width: 768px){
.vsm-double-box-carousel .bg{
padding-bottom: var(--vsm-mobile-padding-bottom);
padding-top: var(--vsm-mobile-padding-top);
}
}

@media (min-width: 992px){
.vsm-double-box-carousel .bg{
padding-bottom: var(--vsm-tablet-padding-bottom);
padding-top: var(--vsm-tablet-padding-top);
}
}

@media (min-width: 1024px){
.vsm-double-box-carousel .bg{
padding-bottom: var(--vsm-desktop-padding-bottom);
padding-top: var(--vsm-desktop-padding-top);
}
}

.vsm-double-box-carousel .bg {
  background: #ececf7;
  background:linear-gradient(135deg, #541d40 0%, #2a2425 100%) ;
}

.vsm-double-box-carousel .vsm-header .xs-heading{
  color: #fff;
}

.vsm-double-box-carousel .vsm-header .md-heading{
  color: #fff;
}

.vsm-double-box-carousel .swiper-slide{
  background: #ececf7;
}

.vsm-single-accordion .vsm-header {
  margin-bottom: 1.875rem;
}

.vsm-content-in-image-100 .content-in-image {
  border-radius: 1.875rem;
  overflow: hidden;
}

.vsm-double-accordion .vsm-header {
  margin-bottom: 1.875rem;
}

.vsm-double-accordion .vsm-header .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
}

.vsm-short-content-33-33-33 .content ul{
  padding-left: 0;
}

.vsm-short-content-33-33-33 .content ul li{
  list-style: none;
}

.vsm-short-content-33-33-33 .component-wrapper .content .feature .media {
  background-color: #ff3761;
}

.vsm-short-content-33-33-33 .bg .container .component-wrapper .vsm-body .row .col .content .feature .media img {
  max-width: 100% !important;
  object-fit: cover !important;
}

.vsm-short-content-33-33-33 .component-wrapper .content .feature{
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.vsm-short-content-33-33-33 .component-wrapper .content .feature .media{
  margin-right: 0;
}

.vsm-short-content-33-33-33 .vsm-body > .row > .col {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px !important;
}

.vsm-short-content-33-33-33 .vsm-body > .row > .col:last-child {
  border-bottom: 0;
}

 .vsm-short-content-33-33-33 .vsm-body > .row > .col:nth-child(odd) .xs-heading{
   color: #fff;
 }

  .vsm-short-content-33-33-33 .vsm-body > .row > .col:nth-child(odd) .rte p{
    color: #fff;
  }

 .vsm-short-content-33-33-33 .vsm-body > .row > .col:nth-child(odd) {
    background: #4d183f;
  }

   .vsm-short-content-33-33-33 .vsm-body > .row > .col {
    background: #f7f2f2;
    border-radius: 1rem;
    border: none !important;
    margin:.1rem ;
  }
  

@media (min-width: 768px) {
  .vsm-short-content-33-33-33 .vsm-body > .row > .col:nth-last-child(-n+2) {
    border-bottom: 0;
  }
  .vsm-short-content-33-33-33 .vsm-body > .row > .col:nth-child(odd) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    background: #4d183f;
  }
}

@media (min-width: 1024px) {
  .vsm-short-content-33-33-33 .vsm-body > .row > .col {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0.938rem;
    background: #f7f2f2;
  }
  .vsm-short-content-33-33-33 .vsm-body > .row > .col:nth-child(3n) {
    border-right: 0;
  }
  .vsm-short-content-33-33-33 .vsm-body > .row > .col:nth-last-child(-n+3) {
    border-bottom: 0;
  }
}

.vsm-split-content-33-33-33 .sm-heading {
  font-size: 1.25rem;
}

.vsm-split-content-33-33-33 .content {
  margin-bottom: 3.75rem;
}

.vsm-split-content-33-33-33 .bg {
  padding: 3.75rem;
  background: #ececf7;
  background: linear-gradient(130deg, #ececf7 0%, #f7f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ececf7",endColorstr="#f7f2f2",GradientType=1);
}

@media (max-width: 768px){
.vsm-double-media .bg{
padding-bottom: var(--vsm-mobile-padding-bottom);
padding-top: var(--vsm-mobile-padding-top);
}
}

@media (min-width: 992px){
.vsm-double-media .bg{
padding-bottom: var(--vsm-tablet-padding-bottom);
padding-top: var(--vsm-tablet-padding-top);
}
}


@media (min-width: 1024px){
.vsm-double-media .bg{
padding-bottom: var(--vsm-desktop-padding-bottom);
padding-top: var(--vsm-desktop-padding-top);
}
}

.vsm-double-media .col-md-6 {
  width: 50%;
}

@media (min-width: 768px) {
  .vsm-double-media .col-md-6 {
    width: 50%;
  }
}

.vsm-double-media .col-md-6:nth-child(1) .media {
  border-top-left-radius: 1.875rem;
}

.vsm-double-media .col-md-6:nth-child(2) .media {
  border-top-right-radius: 1.875rem;
}

.vsm-testimonial-carousel .bg {
  padding: 3.75rem 0;
  background-image: none;
  background: #ececf7;
  background: linear-gradient(180deg, rgba(244,243,243,1) 0%, rgba(255,255,255,1) 100%);
}

.vsm-testimonial-carousel .testimonial-data {
  border-radius: 0.938rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .vsm-testimonial-carousel .testimonial-data .col {
    width: 63.33333%;
  }
}

.vsm-contained-full-width-banner .media {
  border-radius: 0.938rem;
}

.vsm-job-search-alt .bg {
  padding: 10rem 0 5.75rem 0;
  background: #ececf7;
  background: -webkit-gradient(linear, left top, left bottom, from(#c0c0d2), to(#f7f2f2));
  background: linear-gradient(180deg, #c0c0d2 0%, #f7f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ececf7",endColorstr="#f7f2f2",GradientType=1);
}

.vsm-job-search-alt .element.select .field {
  background-color: #ffffff;
}

.vsm-job-search-results-listings-alt .side-cta {
  margin-top: 3.75rem;
  border-radius: 0.938rem;
}



.vsm-default-internal-hero.black-text .bg {
  background: #ececf7;
  background: linear-gradient(130deg, #ececf7 0%, #f7f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ececf7",endColorstr="#f7f2f2",GradientType=1);
  padding: 10rem 0 5.75rem 0;
}

.vsm-default-internal-hero.black-text .bg:before {
  display: none;
}

.vsm-default-internal-hero.black-text .content .xs-heading, .vsm-default-internal-hero.black-text .content .md-heading, .vsm-default-internal-hero.black-text .content .rte, .vsm-default-internal-hero.black-text .content .rte p {
  color: #090909;
}

.vsm-job-details .vsm-body > .container > .row:nth-child(2), .vsm-job-details .vsm-body > .container > .row:nth-child(3), .vsm-job-details .vsm-body > .container > .row:nth-child(4) {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#cv-dropoff .modal-content {
  border-radius: 0.938rem;
  background: #ececf7;
  background: linear-gradient(130deg, #ececf7 0%, #f7f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ececf7",endColorstr="#f7f2f2",GradientType=1);
}

#cv-dropoff .modal-header {
  border-bottom: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

#cv-dropoff .modal-body {
  padding: 4rem;
}

#cv-dropoff .modal-body .form-holder .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  #cv-dropoff .modal-body .form-holder .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: auto;
  }
}

#cv-dropoff .modal-body .form-holder .element.text input {
  background: white;
}

#cv-dropoff .modal-body .form-holder .element.text input::-webkit-input-placeholder {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

#cv-dropoff .modal-body .form-holder .element.text input:-ms-input-placeholder {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

#cv-dropoff .modal-body .form-holder .element.text input::-ms-input-placeholder {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

#cv-dropoff .modal-body .form-holder .element.text input::placeholder {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

#cv-dropoff .modal-body .form-holder .element.submit .btn {
  margin-top: 2.063rem;
  background: rgba(var(--vsm-primary-colour), 1);
  width: 100%;
}



.vsm-content-layout-1 .rte p{
  color: #000;
}

@media (min-width: 768px) {
  .vsm-content-layout-2 .abs-left {
    left: 2%;
    width: calc(48% - var(--bs-gutter-x)/ 2);
  }
}

.vsm-short-content-33-33-33 .component-wrapper .content .feature .media {
  background: none;
  overflow: visible;
}

.vsm-short-content-33-33-33 .component-wrapper .content .feature .media img {
  max-width: 100%;
  border-radius: 5px;
}

.vsm-testimonial-carousel .testimonial-data::before {
  background: rgba(var(--vsm-black), 0.6);
}

.vsm-latest-featured-alt .content-card {
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0px 1.875rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 1.875rem rgba(0, 0, 0, 0.1);
}


@media (max-width: 768px){
.vsm-timeline-horizontal .bg{
padding-bottom: var(--vsm-mobile-padding-bottom);
padding-top: var(--vsm-mobile-padding-top);
}
}

@media (min-width: 992px){
.vsm-timeline-horizontal .bg{
padding-bottom: var(--vsm-tablet-padding-bottom);
padding-top: var(--vsm-tablet-padding-top);
}
}

@media (min-width: 1920px){
.vsm-timeline-horizontal .bg{
padding-bottom: var(--vsm-desktop-padding-bottom);
padding-top: var(--vsm-desktop-padding-top);
}
}

.vsm-timeline-horizontal .bg {
background: linear-gradient(0deg, rgba(244,243,243,1) 0%, rgba(255,255,255,1) 100%);
}

.vsm-timeline-horizontal .timeline .swiper-slide .event .media {
  border-radius: 5px;
  overflow: hidden;
}

.vsm-content-layout-4 .left-col .media {
  border-radius: 5px;
  overflow: hidden;
}

.vsm-content-layout-4 .right-col .media {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
}

.vsm-content-layout-4 .right-col .media .plyr--video {
  height: 100%;
}

.vsm-wide-media-carousel .media {
  border-radius: 5px;
}