@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap");
:root {
  --vsm-white: 255, 255, 255;
  --vsm-black: 0, 0, 0;
  --vsm-body-copy-colour: 95, 99, 104;
  --vsm-accent-colour: 255, 211, 68;
  --vsm-primary-colour: 227, 27, 35;
  --vsm-secondary-colour: 32, 33, 36;
  --vsm-tertiary-colour: 227, 227, 227;
  --vsm-quaternary-colour: 244, 244, 244;
  --vsm-quinary-colour: 217, 217, 217;
}
: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;
}

/* **** 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: houschka-pro, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  html,
  body {
  font-size: 1rem;
  }
}

@media (min-width: 1024px) {
  html,
  body {
  font-size: 1.1rem;
  }
}

h1,
h2,
h3,
h4,
h5 {
  font-family: houschka-pro, sans-serif;
  font-weight: 600;
}


h6 {
  font-family: houschka-pro, sans-serif;
  font-weight: 700;
}

ul,
ol,
dd,
p {
  font-family: houschka-pro, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}

ul strong,
ol strong,
dd strong,
p strong,
p b {
  font-weight: 600;
}

a {
  color: #e31b23;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: rgba(var(--vsm-primary-colour), 0.8);
}

.heading {
  font-size: 70px;
  font-size: 4.375rem;
}

.md-heading {
  font-size: 28px;
  font-size: 1.75rem;
}
@media (min-width: 992px) {
 .md-heading {
  font-size: 40px;
  font-size: 2.5rem;
} 
}
.sm-heading {
  font-size: 30px;
  font-size: 1.875rem;
}

.xs-heading {
  font-size: 15px;
  font-size: 1.25rem;
}

.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: 0.1rem solid rgba(var(--vsm-primary-colour), 1);
  background-color: #111111;
}

@media (min-width: 1024px) {
  .btn {
    padding: 0.625rem 1.875rem;
  }
}

.btn:hover {
  border: 0.1rem solid rgba(var(--vsm-white), 1);
  background-color: rgba(var(--vsm-primary-colour), 1);
}

.btn-ghost-primary {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  border: 0.163rem solid rgba(var(--vsm-primary-colour), 1);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent !important;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-ghost-primary:hover {
  border: 0.1rem solid rgba(var(--vsm-primary-colour), 1);
  background-color: rgba(var(--vsm-black), 1);
  /* border: 0.163rem solid rgba(var(--vsm-black), 1);
  background-color: rgba(var(--vsm-primary-colour), 1); */
}

.btn-ghost-primary:hover span {
  color: rgba(var(--vsm-black), 1) !important;
}

.btn-ghost-primary span {
  color: rgba(var(--vsm-primary-colour), 1);
}

.btn-ghost-primary span:hover {
  color: rgba(var(--vsm-black), 1);
}

/* ------------------------------
Forms
--------------------------------*/
/* ***** FORM VALIDATION MESSAGES ****** */
.field-validation-error,
.field-validation-valid,
.validation-summary-errors {
  /* DEFAULT STYLES FOR VALIDATION MESSAGES - CLASS BASED ON DEV REQUIREMENTS */
}

/* ------------------------------
Rich Text Editor
--------------------------------*/
.rte p strong {
  font-weight: bold;
}

.rte img {
  max-width: 100%;
  height: auto;
}

.rte blockquote {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4375em;
  position: relative;
  padding: 1.5rem 0 1.5rem;
  margin: 0.938rem 0;
  width: calc(100% - 1.5em);
  max-width: 98vw;
  left: 1.5em;
  display: block;
  text-align: left;
  color: rgba(var(--vsm-body-copy-colour), 1);
  position: relative;
}

.rte ul {
  list-style-type: none;
  color: rgba(var(--vsm-black), 0.75);
  margin-left: 0px;
  padding-left: 0px;
  /*nested ul's*/
}

.rte ul ul {
  padding-left: 1rem;
}

.rte ul li::before {
  color: rgba(var(--vsm-primary-colour), 1);
  content: "\f054";
  display: inline-block;
  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;
  padding: 0 10px 0 0;
}

/* ------------------------------
Theme
--------------------------------*/
/*
.main {
    clear: both;
    margin-top: 8.5rem;
}*/
.slide-menu {
  background-color: rgba(var(--vsm-black), 1);
}

.slide-menu ul {
  padding: 9px 10px;
}

.slide-menu ul li > a {
  color: rgba(var(--vsm-white), 1);
  padding: 15px 0;
}


.vsm-top .notification-bar{
  border-bottom: 1px solid rgba(var(--vsm-white), 0.3);
  background: #000000;
}

.vsm-top .signed-in-bar {
  border-bottom: 1px solid rgba(var(--vsm-white), 0.3);
}

@media (min-width: 1024px) {
  .vsm-top .signed-in-bar {
    margin-right: 1rem;
  }
}

.vsm-top .signed-in-bar .container {
  max-width: 100%;
}

.menu-open .vsm-top {
  background: rgba(var(--vsm-black), 1);
  border-bottom: 1px solid rgba(var(--vsm-white), 0.3);
}
.menu-open .vsm-top .navigation .more-nav ul li a {
  color: rgba(var(--vsm-white), 1);
}
.menu-open .vsm-top .navigation .more-nav ul li .burger-menu span {
  background-color: rgba(var(--vsm-white), 1);
}

.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-color: rgba(var(--vsm-white), 1);
}
.vsm-top .navigation .more-nav ul li.lang .toggle-drop .menu-dropdown ul li a{
  color: rgba(var(--vsm-black),1);
}
.vsm-top .navigation .more-nav form .btn {
  padding:0.625rem 0.875rem;
  background: transparent;
  border:none;
}


.vsm-top .navigation .primary-nav ul li a {
  padding: 0.875rem 0.767838rem;
  color: rgba(var(--vsm-white), 1);
  font-weight: bold;
  font-size: 0.8rem;
}
@media (min-width: 1300px) {
.vsm-top .navigation .primary-nav ul li a {
  font-size: 1.05rem;
}
}
.vsm-top .navigation .primary-nav ul li.dropdown > a::after {
  color: rgba(var(--vsm-white), 1);
}

.vsm-top .navigation .primary-nav ul li ul {
  width: max-content;
  min-width: 9em;
}

.vsm-top .navigation .more-nav ul li .burger-menu span {
  background-color: rgba(var(--vsm-white), 1);
}

.vsm-top .navigation .more-nav ul li .burger-menu span::before, .vsm-top .navigation .more-nav ul li .burger-menu span::after {
  background-color: rgba(var(--vsm-white), 1);
}
@media (max-width: 1045px) {
.vsm-top {
  top:0;
  position: fixed;
  background: rgba(var(--vsm-black), 1);
}
}
@media (min-width: 1046px) { /*yes I know this is a random size but this works */
 .vsm-top.switch-fixed {
/* causing on scroll position issue so only keep on desktop */
   position: sticky; 
}
 .vsm-top.switch-fixed.fixed {
/* causing on scroll position issue so only keep on desktop */
   position: sticky; 
}
.vsm-top {
  position: sticky;
  background: rgba(var(--vsm-black), 1);
}
}


.vsm-top.fixed {

  background: rgba(var(--vsm-black), 1);
}

.vsm-top.fixed .navigation .primary-nav ul li a {
  padding: 0.875rem 0.4rem;
  color: rgba(var(--vsm-white), 1);
}
@media (min-width: 1400px) {
.vsm-top.fixed .navigation .primary-nav ul li a {
  padding: 0.875rem 0.767838rem;
  font-size: 1rem;
}
}
.vsm-top.fixed .navigation .primary-nav ul li.dropdown > a::after {
  color: rgba(var(--vsm-white), 1);
}

.vsm-top.fixed .navigation .primary-nav ul li ul {
  width: max-content;
  min-width: 9em;
}

.vsm-top.fixed .navigation .more-nav ul li .burger-menu span {
  background-color: rgba(var(--vsm-white), 1);
}

.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.fixed .navigation .more-nav ul li a {
 color: rgba(var(--vsm-white), 1); 
}
.vsm-top .navigation {
  padding: 0px;
}

.vsm-top .navigation .burger-menu span {
  background-color: rgba(var(--vsm-white), 1);
}

.vsm-top .navigation .burger-menu span::before, .vsm-top .navigation .burger-menu span::after {
  background-color: rgba(var(--vsm-white), 1);
}

.vsm-top .navigation .col-auto {
  padding-left: 0px;
  padding-right: 0px;
}

@media (min-width: 320px) {
  .vsm-top .navigation .col {
    padding-right: 0px;
  }
}

.vsm-top .navigation .container {
  max-width: 100%;
}

.vsm-top .navigation .brand .logo-1 img {
  height: 6.25rem;
}

.vsm-top .navigation .brand img {
  height: 3.8rem;
}
@media (min-width: 1046px) { /*yes I know this is a random size but this works */
  .vsm-top .navigation .brand img {
  height: 4.5rem;
}
}
.vsm-top .navigation .primary-nav ul li a {
  padding: 0.875rem 0.4rem;
  color: rgba(var(--vsm-white), 1);
}
@media (min-width: 1400px) {
.vsm-top .navigation .primary-nav ul li a {
  padding: 0.875rem 0.767838rem;
  font-size: 1rem;
}
}
.vsm-top .navigation .primary-nav ul li a {
  color: rgba(var(--vsm-white), 1);
}

.vsm-top .navigation .primary-nav ul li.dropdown > a::after {
  color: rgba(var(--vsm-white), 1);
}

.vsm-top .navigation .primary-nav ul li ul {
  width: max-content;
  min-width: 9em;
}

@media (min-width: 1024px) {
  .vsm-top .navigation .more-nav {
    margin-right: 1rem;
  }
}

@media (max-width: 420px) {
.vsm-top .navigation .more-nav .btn-primary {
    padding: 0.975rem 0.3rem;
    border: 0.1rem solid rgba(var(--vsm-primary-colour), 1);
    background-color: rgba(var(--vsm-black), 1);
}
}
@media (min-width: 421px) {
.vsm-top .navigation .more-nav .btn-primary {
  padding: 0.975rem 0.875rem;
  border: 0.1rem solid rgba(var(--vsm-primary-colour), 1);
  background-color: rgba(var(--vsm-black), 1);
}
}
@media (min-width: 1046px) {
.vsm-top .navigation .more-nav .btn-primary {
  padding: 1.325rem 0.875rem;
  border: 0.1rem solid rgba(var(--vsm-primary-colour), 1);
  background-color: rgba(var(--vsm-black), 1);
}
}



.vsm-top .navigation .more-nav .btn-primary:hover {
  border: 0.1rem solid rgba(var(--vsm-white), 1);
  background-color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-top .navigation .more-nav ul li {
  margin: 0 0 0 0;
}


.vsm-top .navigation .more-nav ul li.lang .toggle-drop:hover {
  background: rgba(var(--vsm-white), 1);
}

.vsm-top .navigation .more-nav ul li.lang .toggle-drop img {
  width: 40px;
  height: 20px;
  object-fit: cover;
}

@media (min-width: 768px) {
  .vsm-top .navigation .more-nav ul li.lang .toggle-drop img {
    width: 40px;
    height: 20px;
    object-fit: cover;
  }
}

@media (min-width: 1024px) {
  .vsm-top .navigation .more-nav ul li.lang .toggle-drop img {
    width: 40px;
    height: 20px;
    object-fit: cover;
  }
}

.vsm-top .navigation .more-nav ul li.lang .toggle-drop span {
  padding: 8px 8px;
}

@media (min-width: 1024px) {
  .vsm-top .navigation .more-nav ul li.lang .toggle-drop span {
    padding: 3px 12px;
  }
}

.vsm-top .navigation .more-nav ul li.lang .toggle-drop span i {
  color: rgba(var(--vsm-white), 1);
}

footer.vsm-default-footer {
  padding: 0rem 0;
  border-top: 1px solid rgba(var(--vsm-white), 0.2);
  background: rgba(var(--vsm-black), 1);
}
footer.vsm-default-footer .vsm-body .justify-content-between {
  justify-content: start!important;
}
/* hide the sign up to newsletter in the footer */
  footer.vsm-default-footer .row .col-md-3{
    display:none;
  }
  @media (max-width: 600px) {
   footer.vsm-default-footer .col-md-4 .col{
           min-width:100%; 
    
  }}
@media (max-width: 767px) {
  
   footer.vsm-default-footer .col-md-5,
   footer.vsm-default-footer .col-md-4 {
     width:100%;
     padding: 1rem 0rem 1rem 0rem;
   }
   footer.vsm-default-footer .col-md-5{
   border-bottom: 1px solid rgba(var(--vsm-white), 0.2);  
   }
   }
@media (min-width: 768px) {
  footer.vsm-default-footer .col-md-4{
    flex: 0 0 auto;
    width: 58.33333333%!important;
}
  footer.vsm-default-footer .row {
    height: 100%;
  }
  footer.vsm-default-footer .row .col,
  footer.vsm-default-footer .row .col-md-5,
  footer.vsm-default-footer .row .col-md-4,
  footer.vsm-default-footer .row .col-md-3 {
    min-height: 100%;
  }

      footer.vsm-default-footer .col-md-4 .row .col:first-child  {
        max-width:25%;
      }
       footer.vsm-default-footer .col-md-4 .row .col:last-child  {
         max-width:25%;
        height: 100%;
       /* border-left: 1px solid rgba(var(--vsm-white), 0.2);*/
      }
    
  footer.vsm-default-footer .col-md-5 {
    border-right: 1px solid rgba(var(--vsm-white), 0.2);
  }
  footer.vsm-default-footer .col-md-5 .col,
  footer.vsm-default-footer .col-md-4 .col {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  footer.vsm-default-footer .col-md-3 .col {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-left: 2rem;
  }

  footer.vsm-default-footer .col-md-4 .row {
    height: 100%;
  }
  footer.vsm-default-footer .col-md-4 .col {
    height: 100%;
    padding-left: 2rem;
  }
  footer.vsm-default-footer .col-md-4 .col:nth-child(1),
  footer.vsm-default-footer .col-md-4 .col:nth-child(2) {
    height: 100%;
    border-right: 1px solid rgba(var(--vsm-white), 0.2);
  }
}

@media (min-width: 768px) {
  .vsm-default-footer .col-md-5 {
   flex: 0 0 auto;
  width: 33.33333333%;
}
.vsm-default-footer .col-md-4 {

   flex: 0 0 auto;
  width: 41.66666667%;
}
}
footer.vsm-default-footer .container {
  max-width: 95%;
}

footer.vsm-default-footer .xs-heading {
  color: rgba(var(--vsm-white), 1);
}

footer.vsm-default-footer .newsletter-signup .btn {
  border: 0.063rem solid rgba(var(--vsm-white), 1);
  color: rgba(var(--vsm-primary-colour), 1);
  font-size: 18px;
  font-size: 1.125rem;
}

.vsm-default-signoff {
  background: rgba(var(--vsm-black), 1);
  color: rgba(var(--vsm-white), 0.8);
  padding: 1.875rem 0;
  font-size: 12px;
  font-size: 0.75rem;
  border-top: 1px solid rgba(var(--vsm-white), 0.2);
}

.vsm-default-signoff .container {
  max-width: 95%;
}

.vsm-default-signoff a {
  color: rgba(var(--vsm-white), 0.8);
}

.vsm-default-signoff a:hover {
  color: rgba(var(--vsm-white), 1);
}

.vsm-default-signoff .signoff-links {
  font-size: 0.75rem;
}

.vsm-default-signoff .signoff-links a {
  color: rgba(var(--vsm-white), 0.8);
}

.vsm-default-signoff .signoff-links a:hover {
  color: rgba(var(--vsm-white), 1);
}

@media (min-width: 768px) {
  .cm-full-width-call-to-action.with-icon-overlay {
    position: relative;
    z-index: 9999;
  }
  .cm-full-width-call-to-action.with-icon-overlay::before {
    background-image: url(../img/bg-elements/Icon_btm_left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 5.5rem;
    height: 5.5rem;
    content: "";
    position: absolute;
    z-index: 2;
    left: 15%;
    bottom: 15%;
    display: inline-block;
  }
  .cm-full-width-call-to-action.with-icon-overlay::after {
    background-image: url(../img/bg-elements/Icon_top_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 5.5rem;
    height: 5.5rem;
    content: "";
    position: absolute;
    z-index: 3;
    right: 15%;
    top: 15%;
    display: inline-block;
  }
}

.cm-full-width-call-to-action .bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  clip-path: polygon(50% 9%, 100% 0, 100% 100%, 0 100%, 0 0);
  /*  -webkit-clip-path: url(#clippingpath);
        clip-path: url(#clippingpath);*/
  background: #e31b23;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(var(--vsm-primary-colour), 1);
  padding: 5rem 0;
}

.cm-full-width-call-to-action .bg::before {
  background: rgba(var(--vsm-black), 0.8);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: inline-block;
  mix-blend-mode: multiply;
}

.cm-full-width-call-to-action .bg .container {
  z-index: 9999;
}

.cm-full-width-call-to-action .row {
  justify-content: center;
}

.cm-full-width-call-to-action .content {
  text-align: center;
}

.cm-full-width-call-to-action .content .rte .uppercase {
  font-weight: bold;
  text-transform: uppercase;
}

.vsm-job-carousel {
  background-image: url(../img/bg-elements/job-carousel-image-modified.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.webp .vsm-job-carousel {
  background-image: url(../uploads/job-carousel-image.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.vsm-job-carousel.light-background {
  background-image: none;
}

.vsm-job-carousel.light-background .vsm-header .md-heading {
  color: rgba(var(--vsm-black), 1);
}

.vsm-job-carousel.light-background .vsm-header .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  border: 0.163rem solid rgba(var(--vsm-primary-colour), 1);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent !important;
  padding: 0.625rem 3.275rem;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.vsm-job-carousel.light-background .vsm-header .btn:hover {
  border: 0.163rem solid rgba(var(--vsm-black), 1);
  background-color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-job-carousel.light-background .vsm-header .btn:hover span {
  color: rgba(var(--vsm-black), 1);
}

.vsm-job-carousel.light-background .vsm-header .btn span {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-job-carousel.light-background .vsm-header .btn span:hover {
  color: rgba(var(--vsm-black), 1);
}

.vsm-job-carousel .job-data p {
  color: rgba(var(--vsm-white), 1);
     font-size: 1rem;
}

.vsm-job-carousel .job-data .xs-heading a {
  color: rgba(var(--vsm-white), 1);
  text-decoration: none;
    font-size: 1.2rem;
  font-weight: 400;
}

.vsm-job-carousel .job-data .xs-heading a:hover {
  color: rgba(var(--vsm-white), 0.7);
}

.vsm-job-carousel .job-data .job-data-highlights i.money {
  display: none;
}
.vsm-job-carousel .job-data ul.job-data-highlights,
.vsm-job-carousel .job-data ul.job-data-highlights li,
.vsm-job-carousel .job-data ul.job-data-highlights li span{
  font-size: 1rem;
}
.vsm-job-carousel .job-data .job-data-highlights li:nth-child(1) {
  margin-left: -2rem;
}

.vsm-job-carousel .job-data .job-data-highlights li span {
  color: rgba(var(--vsm-white), 1);
  font-weight: 600;
}

.vsm-job-carousel .swiper-slide {
  height: auto;
  background: #111111;
  padding: 0.875rem 1.875rem 0.875rem 1.875rem;
  border: 0.063rem solid rgba(var(--vsm-primary-colour), 1);
}

.vsm-job-carousel .swiper-navigation {
  justify-content: flex-start;
  z-index: 0;
  width: 100px;
}

.vsm-job-carousel .swiper-navigation div {
  margin: 0 1rem 0 0;
}

.vsm-job-carousel .md-heading {
  color: rgba(var(--vsm-white), 1);
}

.vsm-job-carousel .component-wrapper {
  position: relative;
}

.vsm-job-carousel .component-wrapper .btn {
  position: absolute;
  bottom: 0;
  right: 10%;
}

.vsm-job-carousel .flex-wrapper .flex-item:nth-child(2) {
  margin-top: 10px;
  margin-bottom: -20px;
}

body.home .vsm-latest-featured-alt {
  background-color: rgba(var(--vsm-black), 1);
}
body.home .vsm-latest-featured-alt .vsm-header .xs-heading, 
body.home .vsm-latest-featured-alt .vsm-header .md-heading {
  color: rgba(var(--vsm-white), 1);
}
body.home .vsm-latest-featured-alt .vsm-header .btn:hover {
  border: 0.163rem solid rgba(var(--vsm-white), 1);
  background-color: transparent;
}
body.home .vsm-latest-featured-alt .vsm-header .btn:hover span {
  color: rgba(var(--vsm-white), 1);
}
.vsm-latest-featured-alt .content-card .content .media{
  display: none;
}
.vsm-latest-featured-alt.light-background,
.vsm-latest-featured-alt {
  background-color: rgba(var(--vsm-white), 1);
}

.vsm-latest-featured-alt.light-background .vsm-header .xs-heading, 
.vsm-latest-featured-alt.light-background .vsm-header .md-heading,
.vsm-latest-featured-alt .vsm-header .xs-heading, 
.vsm-latest-featured-alt .vsm-header .md-heading {
  color: rgba(var(--vsm-black), 1);
}

.vsm-latest-featured-alt.light-background .vsm-header .btn,
.vsm-latest-featured-alt .vsm-header .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  border: 0.163rem solid rgba(var(--vsm-primary-colour), 1);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  background-color: transparent !important;
  padding: 0.625rem 3.275rem;
  font-size: 1rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.vsm-latest-featured-alt.light-background .vsm-header .btn:hover,
.vsm-latest-featured-alt .vsm-header .btn:hover {
  border: 0.163rem solid rgba(var(--vsm-black), 1);
  background-color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-latest-featured-alt.light-background .vsm-header .btn:hover span,
.vsm-latest-featured-alt .vsm-header .btn:hover span {
  color: rgba(var(--vsm-black), 1);
}

.vsm-latest-featured-alt.light-background .vsm-header .btn span,
.vsm-latest-featured-alt .vsm-header .btn span  {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-latest-featured-alt.light-background .vsm-header .btn span:hover,
.vsm-latest-featured-alt .vsm-header .btn span:hover {
  color: rgba(var(--vsm-black), 1);
}

.vsm-latest-featured-alt .vsm-body .container {
  max-width: 100%;
}

.vsm-latest-featured-alt .vsm-body .col {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.vsm-latest-featured-alt .xs-heading,
.vsm-latest-featured-alt .md-heading {
  color: rgba(var(--vsm-white), 1);
}
.vsm-latest-featured-alt .content-card{
margin-bottom: 0rem;
}
.vsm-latest-featured-alt .content-card .content {
  padding: 4.875rem 1.875rem;
}

.vsm-latest-featured-alt .content-card .media::before {
  opacity: 0.85;
}
.vsm-latest-featured-alt .content-card .media {
    position: absolute;
    top: 0;
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    width: 100%;
    height: 100%;
}
.vsm-latest-featured-alt .content-card:hover .media {
    -webkit-transform: scale(1.1);
    transform: scale(1).1;
}
.vsm-latest-featured-alt .content-card:hover::before {
  background-image: url(../img/bg-elements/Icon_btm_left_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 4rem;
  content: "";
  position: absolute;
  z-index: 1;
  left: 1.5rem;
  bottom: -0.5rem;
  display: inline-block;
}

.vsm-latest-featured-alt .content-card:hover::after {
  background-image: url(../img/bg-elements/Icon_top_right_red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 4rem;
  content: "";
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  top: 1.5rem;
  display: inline-block;
}

.vsm-small-boxes {
  background-color: rgba(var(--vsm-black), 1);
}
@media (max-width: 767px){
.vsm-small-boxes .xs-heading {
  font-size: 2rem;
}}

.vsm-small-boxes .xs-heading,
.vsm-small-boxes .md-heading {
  color: rgba(var(--vsm-white), 1);
}

.vsm-small-boxes .vsm-header {
  margin-bottom: 3rem;
}

.vsm-small-boxes .small-box-card {
  min-height: 15.575rem;
}

.vsm-small-boxes .small-box-card a {
  color: rgba(var(--vsm-white), 1);
}

.vsm-small-boxes .small-box-card a:hover {
  color: rgba(var(--vsm-white), 0.8);
}

.vsm-small-boxes .small-box-card:hover {
  background-color: rgba(227, 27, 35, 0.5);
  border: 2px solid rgba(var(--vsm-white), 1);
}

.vsm-small-boxes .small-box-card:hover::before {
  background: linear-gradient(to top right, #2f2727 40%, rgba(227, 27, 35, 0.8), transparent);
}

.vsm-small-boxes .small-box-card:hover::after {
  background-image: url(../img/bg-elements/Icon_top_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 4rem;
  content: "";
  position: absolute;
  z-index: 1;
  right: 2.5rem;
  top: 1.5rem;
  display: inline-block;
  /* IE 9 */
  transform: rotate(45deg);
}

.vsm-small-boxes .small-box-card::before {
  background: rgba(var(--vsm-primary-colour), 0.65);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: inline-block;
}

/* ------------------------------
CM Stats Count Up
--------------------------------*/
.cm-stats-count-up {
  background: rgba(var(--vsm-black), 1);
}

.cm-stats-count-up .col-lg-6 {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

.cm-stats-count-up .media-img {
  margin-top: 2rem;
  height: 45rem;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .cm-stats-count-up .media-img {
    margin-top: 0rem;
  }
}

.cm-stats-count-up .media-img img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* aspect-ratio: 1/1;*/
}

.cm-stats-count-up .stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
height: 100%;
}

.cm-stats-count-up .stats .col {
  position: relative;
  flex: 1 0 50%;
  justify-items: center;
  align-items: center;
  max-width: 50%;
}

.cm-stats-count-up .stats .col .content {
  padding: 0.5rem 2rem;
}

.cm-stats-count-up .stats .col.col:nth-child(1):after, .cm-stats-count-up .stats .col.col:nth-child(3):after, .cm-stats-count-up .stats .col.col:nth-child(5):after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-right: 0.063rem solid rgba(var(--vsm-white), 0.3);
  width: 100%;
  height: 100%;
}

.cm-stats-count-up .stats .col.col:nth-child(1):after, .cm-stats-count-up .stats .col.col:nth-child(2):after, .cm-stats-count-up .stats .col.col:nth-child(3):after, .cm-stats-count-up .stats .col.col:nth-child(4):after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-bottom: 0.063rem solid rgba(var(--vsm-white), 0.3);
  width: 100%;
  height: 100%;
}

.cm-stats-count-up .stats .stat .media {
  flex: 1;
  width: 6rem;
  height: 6rem;
  min-width: 5rem;
  min-height: 5rem;
  border-radius: 100em;
  margin: 0 auto 0.938rem auto;
  display: flex;
  align-items: center;
}

.cm-stats-count-up .stats .stat .media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 3.125rem;
  margin: 0 auto;
}
.cm-stats-count-up .stats .stat .count {
  margin: 0 auto 0.938rem auto;
  text-align: center;
  font-size: 2.1rem;
  line-height: 1;
  font-weight: 600;
  color: rgba(var(--vsm-primary-colour), 1);
}
@media (min-width: 992px) {
.cm-stats-count-up .stats .stat .count {
  margin: 0 auto 0.938rem auto;
  text-align: center;
  font-size: 51px;
  font-size: 3.1875rem;
  line-height: 1;
  font-weight: 600;
  color: rgba(var(--vsm-primary-colour), 1);
}
}

.cm-stats-count-up .stats .stat .description {
  margin: 0 auto 0.938rem auto;
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(var(--vsm-white), 1);
  font-weight: 600;
}

/* ------------------------------
End CM Stats Count Up
--------------------------------*/
/* ------------------------------
CM Global Offices
--------------------------------*/
.cm-global-offices {
  background: rgba(var(--vsm-tertiary-colour), 1);
  /* ------------------------------
CM new interactive map styles
--------------------------------*/
}

.cm-global-offices .media-img {
  margin-top: 2rem;
  height: 47rem;
  /*  aspect-ratio: 1/1;*/
  overflow: hidden;
}

@media (min-width: 1024px) {
  .cm-global-offices .media-img {
    margin-top: 0rem;
  }
}

.cm-global-offices .media-img img {
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cm-global-offices .col-lg-6 {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.cm-global-offices .col-lg-6:first-child {
  background: #333;
}
.cm-global-offices .content {
  padding: 4rem;
  color: rgba(var(--vsm-black), 1);
}

.cm-global-offices .content p {
  color: rgba(var(--vsm-black), 0.75);
}

.cm-global-offices .content .list-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.cm-global-offices .content .lists {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  flex: 1 0 33%;
  justify-items: center;
  align-items: flex-start;
  min-width: 170px;
}

.cm-global-offices .content .inner {
  min-width: 40%;
  margin-right: 2em;
}

@media (min-width: 1024px) {
  .cm-global-offices .content .inner {
    width: 170px;
    min-width: min-content;
  }
}

.cm-global-offices .content ul {
  list-style-type: none;
  color: rgba(var(--vsm-black), 0.75);
  margin-left: 0px;
  padding-left: 0px;
}

.cm-global-offices .content ul li::before {
  color: rgba(var(--vsm-primary-colour), 1);
  content: "\f054";
  display: inline-block;
  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;
  padding: 0 10px 0 0;
}

.cm-global-offices .interactive-map-container {
  overflow: visible;
  position: relative;
}

.cm-global-offices .interactive-map-container .xs-heading {
  color: #ffd344;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.cm-global-offices .interactive-map-container .md-heading {
  font-size: var(--vsm-md-heading);
}

.cm-global-offices .interactive-map-container .rte.larger-text li,
.cm-global-offices .interactive-map-container .rte.larger-text p,
.cm-global-offices .interactive-map-container .rte.larger-text dd,
.cm-global-offices .interactive-map-container .rte.larger-text a {
  font-size: 16px;
  font-size: 1rem;
}

.cm-global-offices .interactive-map-container .map-container {
  padding: 0;
  position: relative;
}

.cm-global-offices .interactive-map-container .map-container .world-map {
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.cm-global-offices .interactive-map-container .map-container .pin-list {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: calc(100% - 0px);
  z-index: 2;
}

.cm-global-offices .interactive-map-container .map-container .pin-list .pin-container {
  position: absolute;
  overflow: visible;
}
@media (max-width: 767px) {
  .cm-global-offices .interactive-map-container .map-container .pin-list .pin-container .pin-content p{
    font-size: 0.9rem;
  }
  .cm-global-offices .interactive-map-container .map-container .pin-list .pin-container.active .pin-content {
  position: fixed;
  visibility: visible;
  opacity: 1;
  top: 0;
  transition: all 0.12s ease-in-out;
}
.cm-global-offices .interactive-map-container .map-container .pin-list .pin-container .pin-content {
  visibility: hidden;
  opacity: 1;
  background: rgba(var(--vsm-tertiary-colour), 1);
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.7rem;
  min-width: 100%;
  width: auto;
  border-radius: 6px;
  z-index: 4;
  background-size: cover;
  background-position: top center;
  margin: 0.1rem;
}
}
@media (min-width: 768px) {
  .cm-global-offices .interactive-map-container .map-container .pin-list .pin-container.active .pin-content {
  position: fixed;
  visibility: visible;
  opacity: 1;
  top: 3rem;
  transition: all 0.12s ease-in-out;
  display: block!important;
}
.cm-global-offices .interactive-map-container .map-container .pin-list .pin-container .pin-content {
  visibility: hidden;
  display: none;
  opacity: 1;
  background: rgba(var(--vsm-tertiary-colour), 1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px 15px 30px 15px;
  min-width: 600px;
  width: auto;
  min-height: 10rem;
  border-radius: 6px;
  z-index: 4;
  background-size: cover;
  background-position: top center;
}
}



.cm-global-offices .interactive-map-container .map-container .pin-list .pin-container.red .pin-element {
  animation: pulse-red 2s infinite;
  background: rgba(var(--vsm-primary-colour), 1);
  border-radius: 50%;
  box-shadow: 0 0 0 0 black;
  margin: 10px;
  height: 20px;
  width: 20px;
  transform: scale(1);
  /*  background: rgba(255, 82, 82, 1);
                            box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
                            animation: pulse-red 2s infinite;*/
}

@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}

.cm-global-offices .interactive-map-container .map-container .pin-list .pin-container .pin-element {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 33px;
  background-size: contain;
  background-repeat: no-repeat;
}


.cm-global-offices .interactive-map-container .map-container .pin-list .pin-container .pin-content h6,
.cm-global-offices .interactive-map-container .map-container .pin-list .pin-container .pin-content p,
.cm-global-offices .interactive-map-container .map-container .pin-list .pin-container .pin-content a {
  position: relative;
  z-index: 4;
}

.cm-global-offices .interactive-map-container .map-container .pin-list .pin-container .pin-content p {
  margin: 0;
}

.cm-global-offices .interactive-map-container .map-container .pin-list .pin-container .pin-content a {
  margin-top: 6px;
  display: block;
}

.cm-global-offices .interactive-map-container .map-container .pin-list .pin-container .pin-content::after {
  display: none;
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  height: 15px;
  width: 15px;
  border-radius: 0px;
  z-index: 3;
background: rgba(var(--vsm-tertiary-colour), 1);
}

.cm-global-offices .media-img{
  position: relative;
}
.cm-global-offices .media-img::before {
  /* background-image: url(../img/bg-elements/firstpointmapsquare.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    display: inline-block;
}

.vsm-hero-slider {
  padding-bottom: 4.2rem;
}
@media (min-width: 992px) {
  .vsm-hero-slider {
  padding-bottom: 5.6rem;
}

}
@media (min-width: 1024px) {
  .vsm-hero-slider .overlay-content .content {
    max-width: 70%;
  }
  .vsm-hero-slider {
  padding-bottom: 6.2rem;
}
}

.vsm-hero-slider .overlay-content .search-bar {
  margin-top: 2rem;
}

.vsm-hero-slider .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 700px;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.vsm-hero-slider .btn {
  border: 0.1rem solid rgba(var(--vsm-primary-colour), 1);
  background-color: rgba(var(--vsm-primary-colour), 1);
}

@media (min-width: 1024px) {
  .vsm-hero-slider .btn {
    padding: 0.625rem 1.875rem;
  }
}

.vsm-hero-slider .btn:hover {
  border: 0.1rem solid rgba(var(--vsm-white), 1);
  background-color: rgba(var(--vsm-black), 1);
}

/* ------------------------------
VSM Default Internal Hero
--------------------------------*/
.vsm-default-internal-hero {
  position: relative;
}

.vsm-default-internal-hero .content .xs-heading {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-default-internal-hero .content .md-heading {
  color: rgba(var(--vsm-white), 1);
}

.vsm-default-internal-hero .bg {
  height: 21.375rem;
  padding: 0px;
}

.vsm-default-internal-hero .bg::before {
  background: rgba(0, 0, 0, 0.8);
}

@media (min-width: 768px) {
  .vsm-default-internal-hero.with-icon-overlay {
    position: relative;
  }
  .vsm-default-internal-hero.with-icon-overlay::before {
    background-image: url(../img/bg-elements/Icon_btm_left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 5.5rem;
    height: 5.5rem;
    content: "";
    position: absolute;
    z-index: 1;
    left: 7.5%;
    bottom: 7.5%;
    display: inline-block;
  }
  .vsm-default-internal-hero.with-icon-overlay::after {
    background-image: url(../img/bg-elements/Icon_top_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 5.5rem;
    height: 5.5rem;
    content: "";
    position: absolute;
    z-index: 1;
    right: 7.5%;
    top: 7.5%;
    display: inline-block;
  }
}

/* ------------------------------
End VSM Default Internal Hero
--------------------------------*/
/* ------------------------------
VSM Centralised Title & Intro Text
--------------------------------*/
.vsm-centralised-title-intro-text .xs-heading {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-centralised-title-intro-text .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  border: 0.163rem solid rgba(var(--vsm-primary-colour), 1);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent !important;
  padding: 0.625rem 3.275rem;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.vsm-centralised-title-intro-text .btn:hover {
  border: 0.163rem solid rgba(var(--vsm-black), 1);
  background-color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-centralised-title-intro-text .btn:hover span {
  color: rgba(var(--vsm-black), 1);
}

.vsm-centralised-title-intro-text .btn span {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-centralised-title-intro-text .btn span:hover {
  color: rgba(var(--vsm-black), 1);
}

/* ------------------------------
End VSM Centralised Title & Intro Text
--------------------------------*/
/* ------------------------------
VSM Aligned Title & Intro Text
--------------------------------*/
.vsm-aligned-title-intro-text .xs-heading {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-aligned-title-intro-text .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  border: 0.163rem solid rgba(var(--vsm-primary-colour), 1);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent !important;
  padding: 0.625rem 3.275rem;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.vsm-aligned-title-intro-text .btn:hover {
  border: 0.163rem solid rgba(var(--vsm-black), 1);
  background-color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-aligned-title-intro-text .btn:hover span {
  color: rgba(var(--vsm-black), 1);
}

.vsm-aligned-title-intro-text .btn span {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-aligned-title-intro-text .btn span:hover {
  color: rgba(var(--vsm-black), 1);
}

/* ------------------------------
End VSM Aligned Title & Intro Text
--------------------------------*/
/* ------------------------------
VSM Wide Content
--------------------------------*/
.vsm-wide-content .xs-heading {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-wide-content .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  border: 0.163rem solid rgba(var(--vsm-primary-colour), 1);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent !important;
  padding: 0.625rem 3.275rem;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.vsm-wide-content .btn:hover {
  border: 0.163rem solid rgba(var(--vsm-black), 1);
  background-color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-wide-content .btn:hover span {
  color: rgba(var(--vsm-black), 1);
}

.vsm-wide-content .btn span {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-wide-content .btn span:hover {
  color: rgba(var(--vsm-black), 1);
}

/* ------------------------------
End VSM Wide Content
--------------------------------*/
/* ------------------------------
VSM Content & Image 50/50 (Left, Right)
--------------------------------*/
.vsm-content-image-50-50 {
  position: relative;
}

.vsm-content-image-50-50 .xs-heading {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-content-image-50-50 .bg {
  background-color: rgba(var(--vsm-quaternary-colour), 1);
  padding: 55px 0 55px 0;
}

@media (min-width: 768px) {
  .vsm-content-image-50-50.with-icon-overlay .media {
    position: relative;
    overflow: visible;
    /* height: 100%;*/
    /*
                .lax {
                    transform: none !important;
                }*/
  }
  .vsm-content-image-50-50.with-icon-overlay .media::before {
    background-image: url(../img/bg-elements/Icon_btm_left_red.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4rem;
    height: 4rem;
    content: "";
    position: absolute;
    z-index: 1;
    left: -1rem;
    bottom: -1rem;
  }
  .vsm-content-image-50-50.with-icon-overlay .media::after {
    background-image: url(../img/bg-elements/Icon_top_right_red.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4rem;
    height: 4rem;
    content: "";
    position: absolute;
    z-index: 1;
    right: -1rem;
    top: -1rem;
  }
}

.vsm-content-image-50-50 .btn {
  border: 0.1rem solid rgba(var(--vsm-primary-colour), 1);
  background-color: rgba(var(--vsm-primary-colour), 1);
}

@media (min-width: 1024px) {
  .vsm-content-image-50-50 .btn {
    padding: 0.625rem 1.875rem;
  }
}

.vsm-content-image-50-50 .btn:hover {
  border: 0.1rem solid rgba(var(--vsm-black), 1);
  background-color: rgba(var(--vsm-black), 1);
}

/* ------------------------------
End VSM Content & Image 50/50 (Left, Right)
--------------------------------*/
/* ------------------------------
VSM Oversized Statement Block
--------------------------------*/
.vsm-oversized-statement-block.with-grid .bg {
  border-top: 1px solid rgba(var(--vsm-quinary-colour), 1);
  border-bottom: 1px solid rgba(var(--vsm-quinary-colour), 1);
  padding: 1.5rem 0 1.5rem 0;
}

.vsm-oversized-statement-block .rte li,
.vsm-oversized-statement-block .rte p,
.vsm-oversized-statement-block .rte dd,
.vsm-oversized-statement-block .rte a {
  margin-bottom: 0px;
}

/* ------------------------------
End VSM Oversized Statement Block
--------------------------------*/
/* ------------------------------
VSM Split Content 50-50
--------------------------------*/
/*
.vsm-split-content-50-50 .content {
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
}*/
.vsm-oversized-statement-block.with-grid{
    margin-top: 1.875rem;
}
.vsm-split-content-50-50 .content .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  border: 0.163rem solid rgba(var(--vsm-primary-colour), 1);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent !important;
  padding: 0.625rem 3.275rem;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.vsm-split-content-50-50 .content .btn:hover {
  border: 0.163rem solid rgba(var(--vsm-black), 1);
  background-color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-split-content-50-50 .content .btn:hover span {
  color: rgba(var(--vsm-black), 1);
}

.vsm-split-content-50-50 .content .btn span {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-split-content-50-50 .content .btn span:hover {
  color: rgba(var(--vsm-black), 1);
}
.vsm-split-content-50-50 .content{
 margin-top: 1.875rem;
}
.vsm-split-content-50-50.with-grid .bg {
  border-top: 1px solid rgba(var(--vsm-quinary-colour), 1);
  border-bottom: 1px solid rgba(var(--vsm-quinary-colour), 1);
}

@media (min-width: 768px) {
  .vsm-split-content-50-50.with-grid .row {
    height: 100%;
  }
  .vsm-split-content-50-50.with-grid .row .col-md-6 {
    min-height: 100%;
    border-right: 1px solid rgba(var(--vsm-quinary-colour), 1);
  }
  .vsm-split-content-50-50.with-grid .row .col-md-6:nth-child(1),
  .vsm-split-content-50-50.with-grid .row .col-md-6:nth-child(3),
  .vsm-split-content-50-50.with-grid .row .col-md-6:nth-child(5),
  .vsm-split-content-50-50.with-grid .row .col-md-6:nth-child(7),
  .vsm-split-content-50-50.with-grid .row .col-md-6:nth-child(9) {
    border-left: 1px solid rgba(var(--vsm-quinary-colour), 1);
  }
}
@media (min-width: 992px) {
  .vsm-split-content-50-50.with-grid .row {
    height: 100%;
  }
  .vsm-split-content-50-50.with-grid .row .col-md-6 {
    min-height: 100%;
    border-right: 1px solid rgba(var(--vsm-quinary-colour), 1);
  }
  .vsm-split-content-50-50.with-grid .row .col-md-6:nth-child(1) {
    border-left: 1px solid rgba(var(--vsm-quinary-colour), 1);
  }
}
/* ------------------------------
End VSM Split Content 50-50
--------------------------------*/
/* ------------------------------
VSM Split Content 33-33-33
--------------------------------*/
.vsm-split-content-33-33-33 .vsm-header {
  display: none;
}

.vsm-split-content-33-33-33 .content {
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
}

.vsm-split-content-33-33-33 .content .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  border: 0.163rem solid rgba(var(--vsm-primary-colour), 1);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent !important;
  padding: 0.625rem 3.275rem;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.vsm-split-content-33-33-33 .content .btn:hover {
  border: 0.163rem solid rgba(var(--vsm-black), 1);
  background-color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-split-content-33-33-33 .content .btn:hover span {
  color: rgba(var(--vsm-black), 1);
}

.vsm-split-content-33-33-33 .content .btn span {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-split-content-33-33-33 .content .btn span:hover {
  color: rgba(var(--vsm-black), 1);
}

.vsm-split-content-33-33-33.with-grid .bg {
  margin-top: 1.875rem;
  border-top: 1px solid rgba(var(--vsm-quinary-colour), 1);
  border-bottom: 1px solid rgba(var(--vsm-quinary-colour), 1);
}

@media (min-width: 768px) {
  .vsm-split-content-33-33-33.with-grid .row {
    height: 100%;
  }
  .vsm-split-content-33-33-33.with-grid .row .col-md-4 {
    min-height: 100%;
    border-right: 1px solid rgba(var(--vsm-quinary-colour), 1);
  }
  .vsm-split-content-33-33-33.with-grid .row .col-md-4:nth-child(1) {
    border-left: 1px solid rgba(var(--vsm-quinary-colour), 1);
  }
}

/* ------------------------------
End VSM Split Content 33-33-33
--------------------------------*/
/* ------------------------------
VSM Split Content 25-25-25-25
--------------------------------*/
.vsm-split-content-25-25-25-25 .component-wrapper .col {
  flex: 1 0 100%;
  max-width: 100%;
}
.vsm-split-content-25-25-25-25 .media img{
  width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
@media (min-width: 768px) {
  .vsm-split-content-25-25-25-25 .component-wrapper .col {
    flex: 1 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1024px) {
  .vsm-split-content-25-25-25-25 .component-wrapper .col {
    flex: 1 0 25%;
    max-width: 25%;
  }
}

.vsm-split-content-25-25-25-25 .content {
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
}

.vsm-split-content-25-25-25-25 .content .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  border: 0.163rem solid rgba(var(--vsm-primary-colour), 1);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent !important;
  padding: 0.625rem 3.275rem;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.vsm-split-content-25-25-25-25 .content .btn:hover {
  border: 0.163rem solid rgba(var(--vsm-black), 1);
  background-color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-split-content-25-25-25-25 .content .btn:hover span {
  color: rgba(var(--vsm-black), 1);
}

.vsm-split-content-25-25-25-25 .content .btn span {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-split-content-25-25-25-25 .content .btn span:hover {
  color: rgba(var(--vsm-black), 1);
}

.vsm-split-content-25-25-25-25.with-grid .bg {
  margin-top: 1.875rem;
  border-top: 1px solid rgba(var(--vsm-quinary-colour), 1);
  border-bottom: 1px solid rgba(var(--vsm-quinary-colour), 1);
}
@media (max-width: 767px) {
  .vsm-split-content-25-25-25-25.with-grid .row .col {
    min-height: 100%;
    border-bottom: 1px solid rgba(var(--vsm-quinary-colour), 1);
  }
  }
@media (min-width: 768px) {
  .vsm-split-content-25-25-25-25.with-grid .row {
    height: 100%;
  }
  .vsm-split-content-25-25-25-25.with-grid .row .col {
    min-height: 100%;
    border-right: 1px solid rgba(var(--vsm-quinary-colour), 1);
    border-bottom: 1px solid rgba(var(--vsm-quinary-colour), 1);

  }
  .vsm-split-content-25-25-25-25.with-grid .row .col:nth-child(odd) {
    border-left: 1px solid rgba(var(--vsm-quinary-colour), 1);
  }
}
@media (min-width: 992px) {
  .vsm-split-content-25-25-25-25.with-grid .row {
    height: 100%;
  }
  .vsm-split-content-25-25-25-25.with-grid .row .col {
    min-height: 100%;
    border-right: 1px solid rgba(var(--vsm-quinary-colour), 1);
    border-bottom: 1px solid rgba(var(--vsm-quinary-colour), 1);

  }
  .vsm-split-content-25-25-25-25.with-grid .row .col:nth-child(1), .vsm-split-content-25-25-25-25.with-grid .row .col:nth-child(5), .vsm-split-content-25-25-25-25.with-grid .row .col:nth-child(9), .vsm-split-content-25-25-25-25.with-grid .row .col:nth-child(13) {
    border-left: 1px solid rgba(var(--vsm-quinary-colour), 1);
  }
  .vsm-split-content-25-25-25-25.with-grid .row .col:nth-child(5), .vsm-split-content-25-25-25-25.with-grid .row .col:nth-child(6), .vsm-split-content-25-25-25-25.with-grid .row .col:nth-child(7), .vsm-split-content-25-25-25-25.with-grid .row .col:nth-child(8), .vsm-split-content-25-25-25-25.with-grid .row .col:nth-child(9), .vsm-split-content-25-25-25-25.with-grid .row .col:nth-child(10), .vsm-split-content-25-25-25-25.with-grid .row .col:nth-child(11), .vsm-split-content-25-25-25-25.with-grid .row .col:nth-child(12), .vsm-split-content-25-25-25-25.with-grid .row .col:nth-child(13), .vsm-split-content-25-25-25-25.with-grid .row .col:nth-child(14), .vsm-split-content-25-25-25-25.with-grid .row .col:nth-child(15), .vsm-split-content-25-25-25-25.with-grid .row .col:nth-child(16) {
  /*  border-top: 1px solid rgba(var(--vsm-quinary-colour), 1);*/
  }
}
/* ------------------------------
End VSM Split Content 25-25-25-25
--------------------------------*/
/* ------------------------------
VSM Intro Content 40/60
--------------------------------*/
.vsm-intro-content-40-60 .content .xs-heading {
  color: rgba(var(--vsm-primary-colour), 1);
}

/* ------------------------------
End VSM Intro Content 40/60
--------------------------------*/
/* ------------------------------
VSM Content Layout 1
--------------------------------*/
.vsm-content-layout-1 .content .xs-heading {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-content-layout-1 .bg {
  background-color: rgba(var(--vsm-quaternary-colour), 1);
  padding: 55px 0 55px 0;
}

@media (min-width: 768px) {
  .vsm-content-layout-1.with-icon-overlay .media {
    position: relative;
    overflow: visible;
    /*  .lax {
                    transform: none !important;
                }*/
  }
  .vsm-content-layout-1.with-icon-overlay .media::before {
    background-image: url(../img/bg-elements/Icon_btm_left_red.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4rem;
    height: 4rem;
    content: "";
    position: absolute;
    z-index: 1;
    left: -1rem;
    bottom: -1rem;
  }
  .vsm-content-layout-1.with-icon-overlay .media::after {
    background-image: url(../img/bg-elements/Icon_top_right_red.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4rem;
    height: 4rem;
    content: "";
    position: absolute;
    z-index: 1;
    right: -1rem;
    top: -1rem;
  }
}

/* ------------------------------
End VSM Content Layout 1
--------------------------------*/
/* ------------------------------
VSM Content Layout 3
--------------------------------*/
.vsm-content-layout-3 .content .xs-heading {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-content-layout-3 .bg {
  background-color: rgba(var(--vsm-quaternary-colour), 1);
  padding: 55px 0 55px 0;
}

@media (min-width: 768px) {
  .vsm-content-layout-3.with-icon-overlay .media {
    position: relative;
    overflow: visible;
  }
  .vsm-content-layout-3.with-icon-overlay .media .lax,
  .vsm-content-layout-3.with-icon-overlay .media .laxTranslateYDown {
    transform: none !important;
    /* disabled otherwise the arrow flourish 
                    goes wonky*/
  }
  .vsm-content-layout-3.with-icon-overlay .media::before {
    overflow: visible;
    background-image: url(../img/bg-elements/Icon_btm_left_red.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4rem;
    height: 4rem;
    content: "";
    position: absolute;
    z-index: 1;
    left: -1rem;
    bottom: -1rem;
  }
  .vsm-content-layout-3.with-icon-overlay .media::after {
    background-image: url(../img/bg-elements/Icon_top_right_red.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4rem;
    height: 4rem;
    content: "";
    position: absolute;
    z-index: 1;
    right: -1rem;
    top: -1rem;
  }
}

/* ------------------------------
End VSM Content Layout 1
--------------------------------*/
/* ------------------------------
vsm-contained-full-width-banner
--------------------------------*/
.vsm-contained-full-width-banner .bg {
  background-color: rgba(var(--vsm-quaternary-colour), 1);
  padding: 55px 0 55px 0;
}

@media (min-width: 768px) {
  .vsm-contained-full-width-banner.with-icon-overlay .vsm-body {
    position: relative;
    overflow: visible;
  }
  .vsm-contained-full-width-banner.with-icon-overlay .vsm-body::before {
    overflow: visible;
    background-image: url(../img/bg-elements/Icon_btm_left_red.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4rem;
    height: 4rem;
    content: "";
    position: absolute;
    z-index: 1;
    left: -1rem;
    bottom: -1rem;
  }
  .vsm-contained-full-width-banner.with-icon-overlay .vsm-body::after {
    background-image: url(../img/bg-elements/Icon_top_right_red.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4rem;
    height: 4rem;
    content: "";
    position: absolute;
    z-index: 1;
    right: -1rem;
    top: -1rem;
  }
}

/* ------------------------------
End vsm-contained-full-width-banner
--------------------------------*/

/* ------------------------------
 VSM Content Layout 6
--------------------------------*/
.vsm-content-layout-6 .component-wrapper {
  position: relative;
  padding: 5rem 0 5rem 0;
}

.vsm-content-layout-6 .media {
  z-index: 2;
}

.vsm-content-layout-6 .media::after {
  z-index: -1;
  content: "";
  width: 100%;
  height: calc(100% - 5rem);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.9;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(var(--vsm-primary-colour), 0.7)), to(rgba(var(--vsm-black), 1))) !important;
  background-image: linear-gradient(to left, rgba(var(--vsm-primary-colour), 0.7), rgba(var(--vsm-black), 1)) !important;
}

.vsm-content-layout-6 .overlay-content .box {
  border-radius: 0.5rem;
  background: white;
  -webkit-box-shadow: 0 0 1.275rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1.275rem rgba(0, 0, 0, 0.1);
}

.vsm-content-layout-6 .overlay-content .box .media img {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.vsm-content-layout-6 .overlay-content .box .sm-heading {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-content-layout-6 .btn {
position: relative;
text-decoration: none;
font-weight: 600;
font-size: 14px;
font-size: .875rem;
background-color: transparent;
border:none;
padding: 0rem 0rem!important;

}
.vsm-content-layout-6 .btn span{
color: rgba(var(--vsm-primary-colour), 1);
}
.vsm-content-layout-6 .btn:hover {
opacity: 0.8;
color: rgba(var(--vsm-black), 1);
}

.vsm-content-layout-6 .btn:after {
content: "\f30b";
  position: relative;
  display: inline-block;
  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: rgba(var(--vsm-primary-colour), 1);
}

.vsm-content-layout-6.without-images-option .header {
  text-align: center;
}

.vsm-content-layout-6.without-images-option .header .content {
  text-align: center;
  position: relative;
}

.vsm-content-layout-6.with-images-option .overlay-content .header {
  text-align: center;
}

.vsm-content-layout-6.with-images-option .overlay-content .header .content {
  text-align: center;
  position: relative;
}

.vsm-content-layout-6.with-images-option .overlay-content .content {
  text-align: left;
  position: relative;
}

/* ------------------------------
 End VSM Content Layout 6
--------------------------------*/
/* ------------------------------
VSM Short Content 33/33/33
--------------------------------*/
.vsm-short-content-33-33-33.with-grid .bg {
  border-top: 1px solid rgba(var(--vsm-quinary-colour), 1);
  border-bottom: 1px solid rgba(var(--vsm-quinary-colour), 1);
  padding: 0;
}

.vsm-short-content-33-33-33.with-grid .row .col {
  min-height: 100%;
  border-bottom: 1px solid rgba(var(--vsm-quinary-colour), 1);
}

@media (min-width: 768px) {
  .vsm-short-content-33-33-33.with-grid .row {
    height: 100%;
  }
  .vsm-short-content-33-33-33.with-grid .row .col {
    min-height: 100%;
    border-right: 1px solid rgba(var(--vsm-quinary-colour), 1);
  }
  .vsm-short-content-33-33-33.with-grid .row .col:nth-child(1), .vsm-short-content-33-33-33.with-grid .row .col:nth-child(3), .vsm-short-content-33-33-33.with-grid .row .col:nth-child(5), .vsm-short-content-33-33-33.with-grid .row .col:nth-child(7), .vsm-short-content-33-33-33.with-grid .row .col:nth-child(9), .vsm-short-content-33-33-33.with-grid .row .col:nth-child(11) {
    border-left: 1px solid rgba(var(--vsm-quinary-colour), 1);
  }
  .vsm-short-content-33-33-33.with-grid .row .col:nth-child(1), .vsm-short-content-33-33-33.with-grid .row .col:nth-child(2), .vsm-short-content-33-33-33.with-grid .row .col:nth-child(3), .vsm-short-content-33-33-33.with-grid .row .col:nth-child(4), .vsm-short-content-33-33-33.with-grid .row .col:nth-child(5), .vsm-short-content-33-33-33.with-grid .row .col:nth-child(6), .vsm-short-content-33-33-33.with-grid .row .col:nth-child(7), .vsm-short-content-33-33-33.with-grid .row .col:nth-child(8) {
    border-bottom: 1px solid rgba(var(--vsm-quinary-colour), 1);
  }
}

@media (min-width: 1024px) {
  .vsm-short-content-33-33-33.with-grid .row {
    height: 100%;
  }
  .vsm-short-content-33-33-33.with-grid .row .col {
    min-height: 100%;
    border-right: 1px solid rgba(var(--vsm-quinary-colour), 1);
  }
  .vsm-short-content-33-33-33.with-grid .row .col:nth-child(3), .vsm-short-content-33-33-33.with-grid .row .col:nth-child(5) {
    border-left: none;
  }
  .vsm-short-content-33-33-33.with-grid .row .col:nth-child(1), .vsm-short-content-33-33-33.with-grid .row .col:nth-child(4), .vsm-short-content-33-33-33.with-grid .row .col:nth-child(7), .vsm-short-content-33-33-33.with-grid .row .col:nth-child(10) {
    border-left: 1px solid rgba(var(--vsm-quinary-colour), 1);
  }
  .vsm-short-content-33-33-33.with-grid .row .col:nth-child(4), .vsm-short-content-33-33-33.with-grid .row .col:nth-child(5), .vsm-short-content-33-33-33.with-grid .row .col:nth-child(6), .vsm-short-content-33-33-33.with-grid .row .col:nth-child(7), .vsm-short-content-33-33-33.with-grid .row .col:nth-child(8), .vsm-short-content-33-33-33.with-grid .row .col:nth-child(9) {
    border-bottom: 1px solid rgba(var(--vsm-quinary-colour), 1);
  }
}

.vsm-short-content-33-33-33 .component-wrapper .content .feature .media {
  background: rgba(var(--vsm-primary-colour), 1);
}

/* ------------------------------
End VSM Short Content 33/33/33
--------------------------------*/
/* ------------------------------
VSM Stats Count Up
--------------------------------*/
.vsm-stats-count-up.with-grid .bg {
  border-top: 1px solid rgba(var(--vsm-quinary-colour), 1);
  border-bottom: 1px solid rgba(var(--vsm-quinary-colour), 1);
  padding: 0;
}

.vsm-stats-count-up.with-grid .col {
  position: relative;
  flex: 1 0 49%;
  justify-items: center;
  align-items: center;
}

.vsm-stats-count-up.with-grid .col .content {
  padding: 2rem 0rem;
}

@media (min-width: 320px) {
  .vsm-stats-count-up.with-grid .col:nth-child(3) .stat:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-left: 0.063rem solid rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
  }
  .vsm-stats-count-up.with-grid .col:first-child .stat:after, .vsm-stats-count-up.with-grid .col:nth-child(2) .stat:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 0.063rem solid rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 768px) {
  .vsm-stats-count-up.with-grid .col {
    flex: 1 0 24%;
  }
  .vsm-stats-count-up.with-grid .col:nth-child(3) .stat:after {
    border-left: none;
  }
  .vsm-stats-count-up.with-grid .col:first-child .stat:after, .vsm-stats-count-up.with-grid .col:nth-child(2) .stat:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: none;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1024px) {
  .vsm-stats-count-up.with-grid .col {
    flex: 1 0 24%;
  }
}

.vsm-stats-count-up.with-grid .col:last-child .stat:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-right: 0.063rem solid rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}

.vsm-stats-count-up.with-grid .col:first-child .stat:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-left: 0.063rem solid rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}

.vsm-stats-count-up.with-grid .col .stat:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-right: 0.063rem solid rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
}

.vsm-stats-count-up .stat .media {
  flex: 1;
  width: 5rem;
  height: 5rem;
  min-width: 5rem;
  min-height: 5rem;
  border-radius: 0em;
  margin: 0 auto 0.938rem auto;
  display: flex;
  align-items: center;
}

.vsm-stats-count-up .stat .media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 3.125rem;
  margin: 0 auto;
}

.vsm-stats-count-up .stat .count {
  margin: 0 auto 0.938rem auto;
  text-align: center;
  font-size: 60px;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 600;
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-stats-count-up .stat .description {
  margin: 0 auto 0.938rem auto;
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1;
  text-transform: uppercase;
  color: rgba(var(--vsm-body-copy-colour), 1);
  font-weight: 600;
}

/* ------------------------------
End VSM Stats Count Up
--------------------------------*/
/* ------------------------------
VSM Content in Image 50/50
--------------------------------*/
@media (min-width: 768px) {
  .vsm-content-in-image-50-50.with-icon-overlay .col {
    position: relative;
  }
  .vsm-content-in-image-50-50.with-icon-overlay .col::before {
    overflow: visible;
    background-image: url(../img/bg-elements/Icon_btm_left_red.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4rem;
    height: 4rem;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0rem;
    bottom: 1rem;
  }
  .vsm-content-in-image-50-50.with-icon-overlay .col::after {
    background-image: url(../img/bg-elements/Icon_top_right_red.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4rem;
    height: 4rem;
    content: "";
    position: absolute;
    z-index: 1;
    right: 0rem;
    top: -1rem;
  }
}

.vsm-content-in-image-50-50 .vsm-header {
  margin-bottom: 2rem;
  text-align: center;
}

.vsm-content-in-image-50-50 .vsm-header .content .xs-heading {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-content-in-image-50-50 .vsm-body .btn {
  border: 0.1rem solid rgba(var(--vsm-primary-colour), 1);
  background-color: rgba(var(--vsm-primary-colour), 1);
}

@media (min-width: 1024px) {
  .vsm-content-in-image-50-50 .vsm-body .btn {
    padding: 0.625rem 1.875rem;
  }
}

.vsm-content-in-image-50-50 .vsm-body .btn:hover {
  border: 0.1rem solid rgba(var(--vsm-black), 1);
  background-color: rgba(var(--vsm-black), 1);
}

.vsm-content-in-image-50-50 .content-in-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 400px;
  display: flex;
  align-items: center;
  text-align: center;
  overflow: hidden;
  margin-bottom: 1.875rem;
}

.vsm-content-in-image-50-50 .content-in-image .media {
  position: absolute;
  top: 0;
  overflow: hidden;
  transform: scale(1.1);
  transition: all 300ms ease-in-out;
  width: 100%;
  height: 100%;
}

.vsm-content-in-image-50-50 .content-in-image .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vsm-content-in-image-50-50 .content-in-image .media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-image: linear-gradient(to top right, #202124, 70%, #e31b23);
  opacity: 0.9;
}

.vsm-content-in-image-50-50 .content-in-image .content {
  position: relative;
  z-index: 1;
  padding: 1.875rem;
  width: 100%;
}
.vsm-content-in-image-50-50 .content-in-image .content .rte{
  margin-bottom: 1rem;
}
.vsm-content-in-image-50-50 .content-in-image:hover .media {
  transform: scale(1);
}

/* ------------------------------
End VSM Content in Image 50/50
--------------------------------*/
/* ------------------------------
VSM Profile Cards
--------------------------------*/
.vsm-profile-cards.listings-four-across .paging-information .page-link{
font-size: 1.1rem;
}
.vsm-profile-cards.listings-four-across .paging-information .page-item.active .page-link{
  color:  rgba(var(--vsm-white), 1)
}
.vsm-profile-cards.listings-four-across .paging-information .page-item.active .page-link:hover{
  color:  rgba(var(--vsm-white), 0.7)
}
.vsm-profile-cards.listings-four-across .bg {
  position: relative;
  z-index: 1;
  background-color: rgba(var(--vsm-black), 1);
  padding: 5rem 0 5rem 0;
}

.vsm-profile-cards.listings-four-across .col {
  position: relative;
  flex: 1 0 100%;
  justify-items: center;
  align-items: center;
  padding:0px;
      margin: 0rem 0rem 1.5rem 0rem;
}

@media (min-width: 768px) {
  .vsm-profile-cards.listings-four-across .col {
    align-content: flex-start;
    align-items: flex-start;
    flex: 1 0 46.5%;
    flex-grow: 1;
    margin: 0rem 0.75rem 1.5rem 0.75rem;
  }
}

@media (min-width: 992px) {
  .vsm-profile-cards.listings-four-across .col {
    align-content: flex-start;
    align-items: flex-start;
    flex: 1 0 30%;
    flex-grow: 0;
    margin: 0rem 0.75rem 1.5rem 0.75rem;
  }
}

@media (min-width: 1200px) {
  .vsm-profile-cards.listings-four-across .col {
    align-content: flex-start;
    align-items: flex-start;
    flex: 1 0 22.5%;
    flex-grow: 0;
    margin: 0rem 0.75rem 1.5rem 0.75rem;
  }
}
.vsm-profile-cards.listings-four-across .col:nth-child(odd) {
  background-color: rgba(var(--vsm-quaternary-colour), 1);
}

.vsm-profile-cards.listings-four-across .col:nth-child(even) {
  background-color: rgba(var(--vsm-quaternary-colour), 1);
}
.vsm-profile-cards.listings-four-across .col:last-child {
  background-color: transparent;
}
.vsm-profile-cards .profile {
  padding: 0rem 0 1.875rem 0;

}
@media (max-width: 420px) {
.vsm-profile-cards .profile .media {
  flex: 1;
  width: 100%;
  position: relative;
  min-width: 100%;
  min-height:26.875rem;
  border-radius: 0em;
  overflow: hidden;
  margin: 0 auto 0.938rem auto;
  display: flex;
  align-items: center;
}
}
@media (min-width: 421px) {
.vsm-profile-cards .profile .media {
  flex: 1;
  width: 100%;
  position: relative;
  min-width: 100%;
  min-height: 36.875rem;
  border-radius: 0em;
  overflow: hidden;
  margin: 0 auto 0.938rem auto;
  display: flex;
  align-items: center;
}
}
@media (min-width: 768px) {
.vsm-profile-cards .profile .media {
  flex: 1;
  width: 100%;
  position: relative;
  min-width: 100%;
  min-height: 18.875rem;
  border-radius: 0em;
  overflow: hidden;
  margin: 0 auto 0.938rem auto;
  display: flex;
  align-items: center;
}
}
.vsm-profile-cards .profile .media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  z-index: 1;
  border-radius: 0%;
  overflow: hidden;
}

.vsm-profile-cards .profile .media[data-initials]:before {
  background: rgba(var(--vsm-primary-colour), 1);
  color: rgba(var(--vsm-white), 1);
  opacity: 1;
  content: attr(data-initials);
  display: inline-block;
  font-weight: 600;
  border-radius: 0%;
  vertical-align: middle;
  margin-right: 0;
  width: 100%;
  text-align: center;
  min-height: 16.875rem;
  line-height: 16.875rem;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
}

.vsm-profile-cards .profile .content {
  text-align: center;
  padding-left:0.5rem;
  padding-right:0.5rem;
}

.vsm-profile-cards .profile .content h4 {
  margin: 0 auto 5px auto;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}

.vsm-profile-cards .profile .content .rte {
  display: none;
}

.vsm-profile-cards .profile .content .rte p {
  font-weight: normal;
}

.vsm-profile-cards .profile .content p {
  margin: 0 auto 0.938rem auto;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.vsm-profile-cards .profile .content .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  border: 0.163rem solid rgba(var(--vsm-primary-colour), 1);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent !important;
  padding: 0.625rem 3.275rem;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.vsm-profile-cards .profile .content .btn:hover {
  border: 0.163rem solid rgba(var(--vsm-black), 1);
  background-color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-profile-cards .profile .content .btn:hover span {
  color: rgba(var(--vsm-black), 1);
}

.vsm-profile-cards .profile .content .btn span {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-profile-cards .profile .content .btn span:hover {
  color: rgba(var(--vsm-black), 1);
}

.vsm-profile-cards .profile .content .social {
  list-style: none;
  padding: 0;
  margin: 0.938rem auto 0 auto;
  text-align: center;
}

.vsm-profile-cards .profile .content .social li {
  display: inline-block;
  margin: 0 0.625rem;
}

/* ------------------------------
End VSM Profile Cards
--------------------------------*/
/* ------------------------------
VSM Office Locations
--------------------------------*/
.vsm-office-locations .location-card .media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-image: linear-gradient(to top right, #202124, 70%, #e31b23);
  opacity: 0.82;
}

/* ------------------------------
End VSM Office Locations
--------------------------------*/
/* ------------------------------
VSM Image Grid
--------------------------------*/
.vsm-image-grid .bg {
  border-top: 1px solid rgba(var(--vsm-quinary-colour), 1);
  border-bottom: 1px solid rgba(var(--vsm-quinary-colour), 1);
  padding: 3rem 0 3rem 0;
}

@media (min-width: 768px) {
  .vsm-image-grid.with-icon-overlay .grid-right {
    position: relative;
  }
  .vsm-image-grid.with-icon-overlay .grid-right::before {
    overflow: visible;
    background-image: url(../img/bg-elements/Icon_btm_left_red.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4rem;
    height: 4rem;
    content: "";
    position: absolute;
    z-index: 1;
    left: -0.5rem;
    bottom: -0.5rem;
  }
  .vsm-image-grid.with-icon-overlay .grid-right::after {
    background-image: url(../img/bg-elements/Icon_top_right_red.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4rem;
    height: 4rem;
    content: "";
    position: absolute;
    z-index: 1;
    right: -0.5rem;
    top: -0.5rem;
  }
}

.vsm-image-grid .col {
  position: relative;
  flex: 1 0 100%;
  justify-items: center;
  align-items: center;
}

@media (min-width: 768px) {
  .vsm-image-grid .col {
    flex: 1 0 50%;
    max-width: 50%;
  }
}

.vsm-image-grid .media {
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.vsm-image-grid .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vsm-image-grid .medias {
  height: 100%;
}

.vsm-image-grid .medias .grid-left {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  column-gap: 0.938rem;
  row-gap: 0.938rem;
}

@media (min-width: 1024px) {
  .vsm-image-grid .medias .grid-left {
    column-gap: 1.875rem;
    row-gap: 1.875rem;
  }
}

.vsm-image-grid .medias .grid-right {
  height: 100%;
  margin-top: 0.938rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}

@media (min-width: 768px) {
  .vsm-image-grid .medias .grid-right {
    margin-top: 0;
  }
}

/* ------------------------------
End VSM Image Grid
--------------------------------*/
/* ------------------------------
VSM Content in Image Carousel
--------------------------------*/
.vsm-content-in-image-carousel .vsm-header .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  border: 0.163rem solid rgba(var(--vsm-primary-colour), 1);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent !important;
  padding: 0.625rem 3.275rem;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.vsm-content-in-image-carousel.dark-background .vsm-header .btn:hover {
  border: 0.163rem solid rgba(var(--vsm-white), 1);
  background-color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-content-in-image-carousel.dark-background .vsm-header .btn:hover span {
  color: rgba(var(--vsm-white), 1);
}

.vsm-content-in-image-carousel.dark-background .vsm-header .btn span {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-content-in-image-carousel.dark-background .vsm-header .btn span:hover {
  color: rgba(var(--vsm-white), 1);
}
.vsm-content-in-image-carousel .vsm-header .btn:hover {
  border: 0.163rem solid rgba(var(--vsm-primary-colour), 1);
  background-color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-content-in-image-carousel .vsm-header .btn:hover span {
  color: rgba(var(--vsm-black), 1);
}

.vsm-content-in-image-carousel .vsm-header .btn span {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-content-in-image-carousel .vsm-header .btn span:hover {
  color: rgba(var(--vsm-black), 1);
}
.vsm-content-in-image-carousel .content-in-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 365px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  margin-bottom: 1.875rem;
}

.vsm-content-in-image-carousel .content-in-image .media {
  position: absolute;
  top: 0;
  overflow: hidden;
  transform: scale(1.1);
  transition: all 300ms ease-in-out;
  width: 100%;
  height: 100%;
}

.vsm-content-in-image-carousel .content-in-image .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vsm-content-in-image-carousel .content-in-image .media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-image: linear-gradient(to top right, #202124, 70%, #e31b23);
  opacity: 0.82;
}
.vsm-content-in-image-carousel.dark-background .content-in-image .content .btn {
  border: 0.1rem solid rgba(var(--vsm-primary-colour), 1);
  background-color: rgba(var(--vsm-primary-colour), 1);
}
.vsm-content-in-image-carousel.dark-background  .content-in-image .content .btn:hover {
  border: 0.1rem solid rgba(var(--vsm-white), 1);
  background-color: transparent;
}
.vsm-content-in-image-carousel .content-in-image .content .btn {
  border: 0.1rem solid rgba(var(--vsm-primary-colour), 1);
  background-color: rgba(var(--vsm-primary-colour), 1);
}

@media (min-width: 1024px) {
  .vsm-content-in-image-carousel .content-in-image .content .btn {
    padding: 0.625rem 1.875rem;
  }
}

.vsm-content-in-image-carousel .content-in-image .content .btn:hover {
  border: 0.1rem solid rgba(var(--vsm-black), 1);
  background-color: rgba(var(--vsm-black), 1);
}

.vsm-content-in-image-carousel.without-images-option {
  background: rgba(var(--vsm-black), 1);
  position: relative;
  overflow: hidden;
}

.vsm-content-in-image-carousel.without-images-option .vsm-header {
  margin-bottom: 1.875rem;
}

.vsm-content-in-image-carousel.without-images-option .vsm-header .col .xs-heading,
.vsm-content-in-image-carousel.without-images-option .vsm-header .col .md-heading {
  color: rgba(var(--vsm-white), 1);
}

.vsm-content-in-image-carousel.without-images-option .content-in-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 150px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  margin-bottom: 1.875rem;
}

.vsm-content-in-image-carousel.without-images-option .content-in-image .media {
  display: none;
}

.vsm-content-in-image-carousel.without-images-option .content-in-image .content {
  position: relative;
  z-index: 1;
  padding: 0rem;
  height: auto;
  padding-bottom: 60px;
}

.vsm-content-in-image-carousel.without-images-option .content-in-image .content .md-heading {
  font-size: large;
  font-weight: 800;
  color: white;
}

.vsm-content-in-image-carousel.without-images-option .content-in-image .content .rte {
  color: white;
}

.vsm-content-in-image-carousel.without-images-option .content-in-image .content .rte p,
.vsm-content-in-image-carousel.without-images-option .content-in-image .content .rte li,
.vsm-content-in-image-carousel.without-images-option .content-in-image .content .rte dd {
  color: white;
}

.vsm-content-in-image-carousel.without-images-option .content-in-image .content .btn {
  position: absolute;
  bottom: 0;
}

/* ------------------------------
End VSM Content in Image Carousel
--------------------------------*/
/* ------------------------------
VSM Double Box Carousel
--------------------------------*/
.vsm-double-box-carousel .vsm-header .xs-heading {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-double-box-carousel .vsm-header .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  border: 0.163rem solid rgba(var(--vsm-primary-colour), 1);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent !important;
  padding: 0.625rem 3.275rem;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.vsm-double-box-carousel .vsm-header .btn:hover {
  border: 0.163rem solid rgba(var(--vsm-black), 1);
  background-color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-double-box-carousel .vsm-header .btn:hover span {
  color: rgba(var(--vsm-black), 1);
}

.vsm-double-box-carousel .vsm-header .btn span {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-double-box-carousel .vsm-header .btn span:hover {
  color: rgba(var(--vsm-black), 1);
}

.vsm-double-box-carousel .swiper-slide {
  height: auto;
  background: black;
  border: 2px solid rgba(var(--vsm-primary-colour), 1);
  padding: 3.75rem 1.875rem;
}

.vsm-double-box-carousel .content .col .xs-heading {
  color: rgba(var(--vsm-white), 1);
}

.vsm-double-box-carousel .content .col .rte p {
  color: rgba(var(--vsm-white), 1);
}

/* ------------------------------
End VSM Double Box Carousel
--------------------------------*/
/* ------------------------------
VSM Single Accordion
--------------------------------*/
.vsm-single-accordion .vsm-header .xs-heading,
.vsm-single-accordion .vsm-footer .xs-heading {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-single-accordion .vsm-header .btn,
.vsm-single-accordion .vsm-footer .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  border: 0.163rem solid rgba(var(--vsm-primary-colour), 1);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent !important;
  padding: 0.625rem 3.275rem;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.vsm-single-accordion .vsm-header .btn:hover,
.vsm-single-accordion .vsm-footer .btn:hover {
  border: 0.163rem solid rgba(var(--vsm-black), 1);
  background-color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-single-accordion .vsm-header .btn:hover span,
.vsm-single-accordion .vsm-footer .btn:hover span {
  color: rgba(var(--vsm-black), 1);
}

.vsm-single-accordion .vsm-header .btn span,
.vsm-single-accordion .vsm-footer .btn span {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-single-accordion .vsm-header .btn span:hover,
.vsm-single-accordion .vsm-footer .btn span:hover {
  color: rgba(var(--vsm-black), 1);
}

.vsm-single-accordion .vsm-header > .container > .row > .col,
.vsm-single-accordion .vsm-body > .container > .row > .col {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.vsm-single-accordion .btn {
  margin-bottom: 1.875rem;
}

.vsm-single-accordion .vsm-footer {
  text-align: center;
}

.vsm-single-accordion .accordion .accordion-item {
  border: 0;
  border-bottom: 0.063rem solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.875rem;
}

.vsm-single-accordion .accordion .accordion-item .accordion-header {
  padding: 1.25rem 0;
  font-size: 30px;
  font-size: 1.875rem;
  position: relative;
}

.vsm-single-accordion .accordion .accordion-item .accordion-header:before {
  content: "\f106";
  position: absolute;
  display: block;
  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;
  right: 0px;
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-single-accordion .accordion .accordion-item .accordion-header.collapsed:before {
  content: "\f107";
}

.vsm-single-accordion .accordion .accordion-item .accordion-collapse {
  padding: 0 0px 1.25rem 0px;
}

/* ------------------------------
End VSM Single Accordion
--------------------------------*/
/* ------------------------------
VSM Drop off your CV
--------------------------------*/
.vsm-drop-off-your-cv .bg {
  position: relative;
  background: rgba(var(--vsm-secondary-colour), 1);
  padding: 3.75rem 0;
}
.vsm-drop-off-your-cv .bg::after {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.9;
  background-image: linear-gradient(to left, rgba(var(--vsm-primary-colour), 0.7), rgba(var(--vsm-black), 1)) !important;
}
.vsm-drop-off-your-cv .component-wrapper {
  position: relative;
  z-index: 2;
}
.vsm-drop-off-your-cv .form-holder .element.select select{
 -webkit-appearance: none;
   -moz-appearance: none;
        appearance: none;
}
.element.select select option{
  background-color: #111111;
  color: #ffffff;
}
.element.select select option:hover{
  background-color: red;
}
.element.select select:hover{
  background-color: white;

}
.element.select select option:checked{
  background-color: red;
}
.element.select select option:hover{
  background-color: red;

}
.vsm-drop-off-your-cv .form-holder .element.select .field::before {
  pointer-events: none;
  content: "\f107";
  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;
  color: rgba(var(--vsm-white), 1);
  position: absolute;
  top: 0.938rem;
  right: 0.938rem;
}
/*
.vsm-drop-off-your-cv a:hover {
  color: rgba(var(--vsm-white), 1);
}




.vsm-drop-off-your-cv .bg .content {
  color: rgba(var(--vsm-white), 1);
}

.vsm-drop-off-your-cv .bg .md-heading {
  color: rgba(var(--vsm-white), 1);
}



.vsm-drop-off-your-cv .form-holder .error {
  color: rgba(var(--vsm-white), 1);
}

.vsm-drop-off-your-cv .form-holder label {
  color: rgba(var(--vsm-white), 1);
}


*/
/* ------------------------------
End VSM Drop off your CV
--------------------------------*/
/* ------------------------------
VSM Full Width Call to Action
--------------------------------*/
.vsm-full-width-call-to-action.overlay .row {
  justify-content: left;
}

.vsm-full-width-call-to-action.overlay .row .content {
  text-align: left;
}

.vsm-full-width-call-to-action.overlay .bg {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(var(--vsm-primary-colour), 1);
  padding: 5rem 0;
}

.vsm-full-width-call-to-action.overlay .bg::after {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.9;
  background-image: linear-gradient(to left, rgba(var(--vsm-primary-colour), 0.7), rgba(var(--vsm-black), 1)) !important;
}

.vsm-full-width-call-to-action.home {
  margin-top: -11.5rem;
}

.vsm-full-width-call-to-action.home .bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  clip-path: polygon(50% 14%, 100% 0, 100% 100%, 0 100%, 0 0);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(var(--vsm-black), 1);
  padding: 9rem 0 5rem 0;
}

.vsm-full-width-call-to-action.home .bg::before {
  background: rgba(var(--vsm-black), 0.8);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: inline-block;
  mix-blend-mode: multiply;
}

@media (min-width: 768px) {
  .vsm-full-width-call-to-action.with-icon-overlay {
    position: relative;
  }
  .vsm-full-width-call-to-action.with-icon-overlay::before {
    background-image: url(../img/bg-elements/Icon_btm_left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 5.5rem;
    height: 5.5rem;
    content: "";
    position: absolute;
    z-index: 2;
    left: 15%;
    bottom: 15%;
    display: inline-block;
  }
  .vsm-full-width-call-to-action.with-icon-overlay::after {
    background-image: url(../img/bg-elements/Icon_top_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 5.5rem;
    height: 5.5rem;
    content: "";
    position: absolute;
    z-index: 2;
    right: 15%;
    top: 20%;
    display: inline-block;
  }
}

.vsm-full-width-call-to-action .bg {
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(var(--vsm-black), 1);
  padding: 5rem 0 5rem 0;
}

.vsm-full-width-call-to-action .bg::before {
  background: rgba(var(--vsm-black), 0.8);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: inline-block;
  mix-blend-mode: multiply;
}

.vsm-full-width-call-to-action .row {
  justify-content: center;
}

.vsm-full-width-call-to-action .component-wrapper {
  position: relative;
  z-index: 2;
}

.vsm-full-width-call-to-action .content {
  text-align: center;
}

.vsm-full-width-call-to-action .content .rte .uppercase {
  font-weight: bold;
  text-transform: uppercase;
}

.vsm-full-width-call-to-action .btn {
  border: 0.1rem solid rgba(var(--vsm-primary-colour), 1);
  background-color: rgba(var(--vsm-primary-colour), 1);
}

@media (min-width: 1024px) {
  .vsm-full-width-call-to-action .btn {
    padding: 0.625rem 1.875rem;
  }
}

.vsm-full-width-call-to-action .btn:hover {
  border: 0.1rem solid rgba(var(--vsm-black), 1);
  background-color: rgba(var(--vsm-black), 1);
}

/* ------------------------------
End VSM Full Width Call to Action
--------------------------------*/
/* ------------------------------
VSM Content in Image 100
--------------------------------*/
.vsm-content-in-image-100 {
  position: relative;
}

@media (min-width: 768px) {
  .vsm-content-in-image-100.with-icon-overlay .vsm-body {
    position: relative;
    overflow: visible;
    /* height: 100%;*/
    /*
                .lax {
                    transform: none !important;
                }*/
  }
  .vsm-content-in-image-100.with-icon-overlay .vsm-body::before {
    background-image: url(../img/bg-elements/Icon_btm_left_red.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4rem;
    height: 4rem;
    content: "";
    position: absolute;
    z-index: 1;
    left: -1rem;
    bottom: -1rem;
  }
  .vsm-content-in-image-100.with-icon-overlay .vsm-body::after {
    background-image: url(../img/bg-elements/Icon_top_right_red.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4rem;
    height: 4rem;
    content: "";
    position: absolute;
    z-index: 1;
    right: -1rem;
    top: -1rem;
  }
}

.vsm-content-in-image-100 .content-in-image .media::after {
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.9;
  background-image: linear-gradient(to left, rgba(var(--vsm-primary-colour), 0.7), rgba(var(--vsm-black), 1)) !important;
}

.vsm-content-in-image-100 .content-in-image .content .xs-heading {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-content-in-image-100 .content-in-image .content .btn {
  border: 0.1rem solid rgba(var(--vsm-primary-colour), 1);
  background-color: rgba(var(--vsm-primary-colour), 1);
}

@media (min-width: 1024px) {
  .vsm-content-in-image-100 .content-in-image .content .btn {
    padding: 0.625rem 1.875rem;
  }
}

.vsm-content-in-image-100 .content-in-image .content .btn:hover {
  border: 0.1rem solid rgba(var(--vsm-black), 1);
  background-color: rgba(var(--vsm-black), 1);
}

/* ------------------------------
End VSM Content in Image 100
--------------------------------*/
/* ------------------------------
VSM Get in touch Form
--------------------------------*/
.vsm-get-in-touch-form .form-holder .element label {
  font-weight: 600;
  color: rgba(var(--vsm-black), 1);
}

.vsm-get-in-touch-form .form-holder .btn {
  border: 0.1rem solid rgba(var(--vsm-primary-colour), 1);
  background-color: rgba(var(--vsm-primary-colour), 1);
}

@media (min-width: 1024px) {
  .vsm-get-in-touch-form .form-holder .btn {
    padding: 0.625rem 1.875rem;
  }
}

.vsm-get-in-touch-form .form-holder .btn:hover {
  border: 0.1rem solid rgba(var(--vsm-black), 1);
  background-color: rgba(var(--vsm-black), 1);
}

/* ------------------------------
End VSM Get in touch Form End 
--------------------------------*/
/* ------------------------------
VSM vsm-configurable-boxes
--------------------------------*/
.vsm-configurable-boxes .col .post {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.vsm-configurable-boxes .col .post .box-details .tags,
.vsm-configurable-boxes .col .post .box-details .post-title,
.vsm-configurable-boxes .col .post .box-details .title {
  font-weight: 600;
  color: rgba(var(--vsm-white), 1);
}

.vsm-configurable-boxes .col .post .media {
  position: relative;
}

.vsm-configurable-boxes .col .post .media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-image: linear-gradient(to top right, #202124, 70%, #e31b23);
  opacity: 0.92;
}

/* ------------------------------
End VSM vsm-configurable-boxes
--------------------------------*/
/* ------------------------------
Media Hub
--------------------------------*/
.newsletter-signup .btn {
  color: rgba(var(--vsm-white), 1);
  border: 0.1rem solid rgba(var(--vsm-primary-colour), 1);
  background-color: rgba(var(--vsm-primary-colour), 1);
}

@media (min-width: 1024px) {
  .newsletter-signup .btn {
    padding: 0.625rem 1.875rem;
  }
}

.newsletter-signup .btn:hover {
  border: 0.1rem solid rgba(var(--vsm-black), 1);
  background-color: rgba(var(--vsm-black), 1);
  color: rgba(var(--vsm-white), 1);
}

.vsm-job-details .consultant .media {
  border-radius: 0px;
}

.vsm-job-details .consultant .media img {
  border-radius: 0px;
}

.vsm-job-details .consultant .media[data-initials]::before {
  border-radius: 0px;
}

.vsm-job-details .job-data .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  border: 0.163rem solid rgba(var(--vsm-primary-colour), 1);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent !important;
  padding: 0.625rem 3.275rem;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.vsm-job-details .job-data .btn:hover {
  border: 0.163rem solid rgba(var(--vsm-black), 1);
  background-color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-job-details .job-data .btn:hover span {
  color: rgba(var(--vsm-black), 1);
}

.vsm-job-details .job-data .btn span {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-job-details .job-data .btn span:hover {
  color: rgba(var(--vsm-black), 1);
}

.vsm-job-details ul.job-data-highlights {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

/* job listing page styles */
.paging-information .total-items {
  font-weight: 600;
}

.vsm-job-search-results-listings .btn-secondary {
  color: rgba(var(--vsm-primary-colour), 1);
  border: 0.1rem solid rgba(var(--vsm-primary-colour), 1);
  background-color: white;
}

@media (min-width: 1024px) {
  .vsm-job-search-results-listings .btn-secondary {
    padding: 0.625rem 1.875rem;
  }
}

.vsm-job-search-results-listings .btn-secondary:hover {
  color: rgba(var(--vsm-black), 1);
  border: 0.1rem solid rgba(var(--vsm-black), 1);
  background-color: rgba(var(--vsm-white), 1);
}

.vsm-job-search-results-listings .btn-secondary:hover span {
  color: rgba(var(--vsm-black), 1);
}

.vsm-job-search-results-listings .btn-secondary span {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-job-search-results-listings .btn-secondary span:hover {
  color: rgba(var(--vsm-black), 1);
}

/* meet the team search filters*/
.cm-team-filter-bar {
  position: relative;
  z-index: 2;
}

.cm-team-filter-bar .bg {
  background-color: rgba(var(--vsm-quaternary-colour), 1);
  padding: 55px 0 55px 0;
}

.cm-team-filter-bar .md-heading {
  margin-bottom: 2rem;
}

.cm-team-filter-bar form input {
  border: none;
  width: 100%;
  background-color: none;
  border-radius: 20px;
  padding: 17px 20px 17px 20px;
}

.cm-team-filter-bar form .element.select label {
  display: none;
}

.cm-team-filter-bar form .element.text .field {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  background-image: none;
  border: 0.063rem solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.625rem;
}

.cm-team-filter-bar form .element.text input {
  background-color: #ffffff;
  border: none;
  padding: 0;
  flex-basis: 0;
  flex-grow: 1;
  flex: 0 0 1;
}

.cm-team-filter-bar form .element.text i {
  font-size: 0.75rem;
  flex-basis: 0;
  margin-right: 5px;
  flex: 0 0 1;
  color: #e31b23;
}

.cm-team-filter-bar form .element.submit {
  height: 100%;
}

.cm-team-filter-bar form .element.submit .btn {
  letter-spacing: 0;
  padding: 0.65rem 3rem;
}

.cm-team-filter-bar form .element.submit .btn span {
  letter-spacing: 0;
}

.cm-team-filter-bar form .search-filters-buttons {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cm-team-filter-bar form .search-filters-buttons li {
  display: inline-block;
  margin-bottom: 5px;
}

.cm-team-filter-bar form .search-filters-buttons li .dropdown-item {
  font-size: 12px;
}

.cm-team-filter-bar form .search-filters-buttons li .dropdown-item:focus {
  background: #e31b23;
}

.cm-team-filter-bar form .search-filters-buttons li .btn {
  background: #e31b23;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
  font-size: 14px;
  padding: 9px 18px;
  border-radius: 100rem;
}

.cm-team-filter-bar form .search-filters-buttons li .btn span {
  font-size: 14px;
}

.cm-team-filter-bar form .search-filters-buttons li .btn span a {
  margin-left: 2rem;
}

.cm-team-filter-bar form .search-filters-buttons li .btn i {
  color: #ffffff;
}

.cm-team-filter-bar form .search-filters-buttons li .filters-close {
  margin-left: 1rem;
  color: black;
  font-weight: bold;
}

/* ------------------------------
End meet the team filters
--------------------------------*/
/* ------------------------------
VSM Profile Details
--------------------------------*/
.vsm-profile-details .profile-body .position {
  font-weight: bold;
}

.vsm-profile-details .profile-contacts .contacts {
  list-style: none;
  padding: 1.25rem 0;
  margin: 0;
}

.vsm-profile-details .profile-contacts .contacts li {
  margin-bottom: 0.625rem;
}

.vsm-profile-details .profile-contacts .contacts li:nth-child(1) .btn {
  width: 100%;
  background: none;
  border: 0.063rem solid rgba(var(--vsm-primary-colour), 1);
  color: black;
}

.vsm-profile-details .profile-contacts .contacts li:nth-child(1) .btn span {
  color: black;
}

.vsm-profile-details .profile-contacts .contacts li:nth-child(1) .btn i {
  color: rgba(var(--vsm-primary-colour), 1);
  margin-right: 0.625rem;
}

.vsm-profile-details .profile-contacts .contacts li:nth-child(2) .btn {
  width: 100%;
  background: none;
  border: 0.063rem solid rgba(var(--vsm-primary-colour), 1);
  color: black;
}

.vsm-profile-details .profile-contacts .contacts li:nth-child(2) .btn span {
  color: black;
}

.vsm-profile-details .profile-contacts .contacts li:nth-child(2) .btn i {
  color: rgba(var(--vsm-primary-colour), 1);
  margin-right: 0.625rem;
}

.vsm-profile-details .profile-contacts .contacts li:nth-child(3) .btn {
  width: 100%;
  background: none;
  border: 0.063rem solid rgba(var(--vsm-primary-colour), 1);
  color: black;
}

.vsm-profile-details .profile-contacts .contacts li:nth-child(3) .btn span {
  color: black;
}

.vsm-profile-details .profile-contacts .contacts li:nth-child(3) .btn i {
  color: rgba(var(--vsm-primary-colour), 1);
  margin-right: 0.625rem;
}

.vsm-profile-details .profile-contacts .contacts li:nth-child(4) .btn {
  background: rgba(var(--vsm-primary-colour), 1);
  width: 100%;
}

.vsm-profile-details .profile-contacts .contacts .btn {
  padding: 0.625rem;
}

.vsm-profile-details .profile-contacts .contacts .back-link {
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
}

.vsm-profile-details .profile-contacts .contacts .back-link:before {
  content: "\f30a";
  position: relative;
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  left: 0px;
  margin-right: 0.625rem;
}

/* ------------------------------
End VSM Profile Details
--------------------------------*/
/* ------------------------------
VSM Split Get In Touch Form Content
--------------------------------*/
.vsm-split-get-in-touch-form-content .general-contact-details li{
 font-size: 1.25rem;
}

/* ------------------------------
End Vsm-split-get-in-touch-form-content
--------------------------------*/

/* ------------------------------
End VSM Video Carousel
--------------------------------*/

.vsm-video-carousel .vsm-header{
  padding-top: 4rem;
}


/* ------------------------------
Plyr overrides 
--------------------------------*/
.plyr__control--overlaid {
  background-color: rgba(255, 255, 255, 0.2);
}

/* ------------------------------
Pagination 
--------------------------------*/

.page-item.disabled .page-link{
  color: #fff;
pointer-events: none;
background-color: transparent;
border-color: #fff;
opacity: 0.5;
}
.paging-information .page-link:hover{
  color: rgba(--vsm-white), 1;
}


.our-missions .bg{
  background-image: url("../uploads/our-missions-homepage-modified.jpg");
}

.webp .our-missions .bg{
  background-image: url("../uploads/our-missions-homepage.webp"); 
}

@media (max-width: 420px) {
.element.select .bootstrap-select>.dropdown-toggle{
  font-size: 0.8rem;
}
.bootstrap-select .dropdown-menu li{
  font-size: 0.8rem;
}
}
.vsm-full-width-call-to-action-alt .bg{
  background-color: transparent;
}
.vsm-full-width-call-to-action-alt .col .content,
.vsm-full-width-call-to-action-alt .col .content p,
.vsm-full-width-call-to-action-alt .content,
.vsm-full-width-call-to-action-alt .rte p strong{
  color: black!important;
}
.vsm-full-width-call-to-action-alt.thankyou-page .bg{
  position: relative;
}
.vsm-full-width-call-to-action-alt.thankyou-page .bg::before {
  background: rgba(var(--vsm-black), 0.8);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  display: inline-block;
  mix-blend-mode: multiply;
}

.vsm-full-width-call-to-action-alt.thankyou-page .col .content p{
  color: #ffffff!important;
}
/* ---------------------------------
Hidden Elements 
----------------------------------*/

.vsm-job-carousel .job-data .post-date,
.vsm-job-carousel .job-data .job-ref{
  display:none;
}

/* ---------------------------------
END Hidden Elements 
----------------------------------*/
#vennture_dynamic_jobsearch .results-header .col-auto .btn {
  background: rgba(var(--vsm-primary-colour), 1);
  color: rgba(var(--vsm-white), 1);
  
}
#vennture_dynamic_jobsearch .results-header .col-auto .btn span {
  color: rgba(var(--vsm-white), 1);
  
}
#vennture_dynamic_jobsearch .results-header .col-auto .btn:hover {
  background: rgba(var(--vsm-black), 1);
  color: rgba(var(--vsm-white), 1);
  
}
#vennture_dynamic_jobsearch .results-header .col-auto .btn:hover span {
  color: rgba(var(--vsm-white), 1);

}
#vennture_dynamic_jobsearch .map-container .map .btn {
  background: rgba(var(--vsm-primary-colour), 1);
}
#vennture_dynamic_jobsearch .map-container .map .btn:hover {
  background: rgba(var(--vsm-black), 1);
}