@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');
:root {
  --vsm-white: 255, 255, 255;
  --vsm-black: 0, 0, 0;
  --vsm-body-copy-colour: 46, 43, 43;
  --vsm-accent-colour: 189, 66, 59;
  --vsm-primary-colour: 189, 66, 59;
  --vsm-secondary-colour: 130, 33, 33;
  --vsm-tertiary-colour: 214, 218, 213;
  --vsm-quaternary-colour: 214, 218, 213;
  --vsm-quinary-colour: 214, 218, 213;
}

: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;
  border-radius: 0 0 57px 0;
  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
--------------------------------*/
/*-------------------------------
Fonts
--------------------------------*/
/* @font-face {
  font-family: "Tenor Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap; 
   src: url("../fonts/tenorsans-regular.ttf");
} */


/* cyrillic */
/* @font-face {
  font-family: 'Tenor Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tenorsans/v17/bx6ANxqUneKx06UkIXISn3F4Cl2I.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
} */
/* latin-ext */
/* @font-face {
  font-family: 'Tenor Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tenorsans/v17/bx6ANxqUneKx06UkIXISn3t4Cl2I.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
} */
/* latin */
/* @font-face {
  font-family: 'Tenor Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tenorsans/v17/bx6ANxqUneKx06UkIXISn3V4Cg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} */


/* ------------------------------
Typography
--------------------------------*/
html,
body {
  height: 100% !important;
  font-family: 'Tenor Sans', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  html,
  body {
    font-size: 16px;
  }
}

@media (min-width: 1024px) {
  html,
  body {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Tenor Sans', sans-serif;
  font-weight: 400;
}

ul,
ol,
dd,
p {
  font-family: "Tenor Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}

ul strong,
ol strong,
dd strong,
p strong {
  font-weight: 600;
}

a {
  color: #BD423B;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #BD423B;
}

.heading {
  font-size: 70px;
  font-size: 4.375rem;
}

.md-heading {
  font-size: 40px;
  font-size: 2.5rem;
}

.sm-heading {
  font-size: 30px;
  font-size: 1.875rem;
}

.xs-heading {
  font-size: 18px;
  font-size: 1.125rem;
}

.xxs-heading {
  font-size: 16px;
  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 {
  font-family:  "Tenor Sans", sans-serif;
  border-radius: 10px;
  padding: 0.625rem 2.875rem;
}

.btn:hover {
  background: rgba(var(--vsm-white), 1) !important;
  border: 1px solid rgba(var(--vsm-accent-colour), 1) !important;
}

.btn-primary:hover {
  background: rgba(var(--vsm-white), 1);
  border: 1px solid rgba(var(--vsm-accent-colour), 1);
}

/* ------------------------------
Forms
--------------------------------*/
/* ***** FORM VALIDATION MESSAGES ****** */
.field-validation-error,
.field-validation-valid,
.validation-summary-errors {
  /* DEFAULT STYLES FOR VALIDATION MESSAGES - CLASS BASED ON DEV REQUIREMENTS */
}

/* ------------------------------
Theme
--------------------------------*/

@media (max-width:768px){

.vsm-top .navigation.search-open .brand .logo-2{
  display: none;
}

.vsm-top .navigation.search-open .search-bar select{
  max-width: 4.5rem;
}

.vsm-top .navigation.search-open .d-flex{
  padding-left: 0;
}
}



/* ----- Buttons Start ----- */
.btn {
  border-radius: 10px;
  padding: 0.625rem 2.875rem;
  background: rgba(var(--vsm-accent-colour), 1);
  border: 1px solid rgba(var(--vsm-accent-colour), 1);
}

.btn:hover {
  border: 1px solid rgba(var(--vsm-accent-colour), 1);
  background: rgba(var(--vsm-white), 1);
}

.btn:hover span {
  color: rgba(var(--vsm-accent-colour), 1);
}

/* ----- Buttons End ----- */
.main {
  background-color: #f7f7f7;
}

.vsm-top {
  font-family:  "Tenor Sans", sans-serif;
}

.menu-open .vsm-top .navigation .more-nav ul li a{
  color: #fff;
}

@media (max-width:768px){
  .vsm-top .navigation .more-nav ul li .btn span{
    display: none;
}

.vsm-top .navigation .more-nav ul li .btn{
  background: transparent;
  position: relative;
  border: none;
  padding-bottom: 2.3rem;
}


.vsm-top .navigation .more-nav ul li .btn::after{
  content: '\f0e0';
  font-family: 'Font Awesome 5 Free';
    position: absolute;
    color: #BD423B;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    left: 0px;
}

.vsm-top .navigation .more-nav ul li a.btn:hover{
  border: none !important;
}
}




.vsm-top.fixed .navigation .more-nav ul li a.btn:hover {
    color: rgba(var(--vsm-accent-colour), 1);
}

.vsm-top.fixed .navigation .more-nav ul li a{
  color: #fff;
}

.vsm-top.switch-fixed .navigation .more-nav ul li .burger-menu span:before{
  background-color: #000;
}

.vsm-top.switch-fixed .navigation .more-nav ul li .burger-menu span:after{
  background-color: #000;
}

.vsm-top.switch-fixed .navigation .more-nav ul li .burger-menu span{
  background-color: #000;
}


.content-wrapper .slide-menu .slide-menu__slider{
  padding-top: 70px;
}


.vsm-top.homepage {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.vsm-top.homepage .navigation {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.vsm-top .signed-in-bar {
  background-color: rgba(var(--vsm-white), 1);
  border-bottom: 1px solid #eeeeee;
}

.vsm-top .signed-in-bar .signed-as a:hover{
  color: #000;
}

.vsm-top .signed-in-bar .sign-out-btn {
  background-color: transparent;
  width: 1.5rem;
}

.vsm-top .signed-in-bar .sign-out-btn i {
  color: rgba(var(--vsm-black), 1);
}

.vsm-top .signed-as a:hover{
  color: #000;
}

.vsm-top .navigation {
  background-color: rgba(var(--vsm-white), 1);
}

.vsm-top .navigation .brand img {
  height: 4rem;
}

@media (min-width: 1024px) {
  .vsm-top .navigation .brand img {
    height: 6.125rem;
  }
}

.vsm-top .navigation .primary-nav ul li a {
  color: rgba(var(--vsm-black), 1) !important;
}

.vsm-top .navigation .primary-nav ul li a:after {
  color: rgba(var(--vsm-black), 1) !important;
}

.vsm-top .navigation .primary-nav ul li a:hover {
  color: rgba(var(--vsm-accent-colour), 1) !important;
}

.vsm-top .navigation .primary-nav ul li a:hover:after {
  color: rgba(var(--vsm-accent-colour), 1) !important;
}

.vsm-top .navigation .more-nav ul li a i {
  color: rgba(var(--vsm-accent-colour), 1);
}

.vsm-top .navigation .more-nav ul li a i:hover {
  color: rgba(var(--vsm-black), 0.8);
}

.vsm-top .navigation .more-nav ul li a .btn{
  color: #fff;
}

@media (min-width: 992px) {
  .vsm-hero-slider {
    height: 85vh;
  }
}

@media (min-width: 992px) {
  .vsm-hero-slider .swiper-wrapper {
    height: 85vh;
  }
}

.vsm-hero-slider .swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2;
}

.vsm-hero-slider .container .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vsm-hero-slider .bg {
  position: relative;
}

@media (min-width: 992px) {
  .vsm-hero-slider .bg {
    height: 85vh;
  }
}

.vsm-hero-slider .bg::before {
  z-index: 1;
  background: transparent;
  width: 100%;
  height: 100%;
  background-image: url(../img/HeroGlobe.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: overlay;
  opacity: 0.5;
  background-position: top right;
  background-size: contain;
  max-height: 40rem;
}
.vsm-hero-slider .bg .container .content .rte p, 
.vsm-hero-slider .bg .container .content .rte ul, 
.vsm-hero-slider .bg .container .content .rte li,
.vsm-hero-slider .bg .container .content .rte dd,
.vsm-hero-slider .bg .container .content .rte h1,
.vsm-hero-slider .bg .container .content .rte h2,
.vsm-hero-slider .bg .container .content .rte h3{
color: rgba(var(--vsm-white), 1);
}
.vsm-hero-slider .bg .content {
  padding: 3rem 2.5rem;
  background: #822121;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(130, 33, 33, 0.8)), to(rgba(var(--vsm-black), 0.8)));
  background: linear-gradient(180deg, rgba(130, 33, 33, 0.8) 0%, rgba(var(--vsm-black), 0.8) 100%);
  background-blend-mode: multiply;
  border-radius: 0px 0px 90px 0px;
  text-align: center;
}
/* split content team styling */
.vsm-split-content-25-25-25-25.three-items-across .media{
  margin-bottom: 1rem;
}
.vsm-split-content-25-25-25-25.three-items-across .vsm-body .col .profile .content{
padding: 1rem 2rem 0rem 1rem;
}
.vsm-split-content-25-25-25-25.three-items-across .content{
  margin-bottom: 0;
}
.vsm-split-content-25-25-25-25.three-items-across .vsm-body .col .profile .media[data-initials]::before {
  border-radius: 0;
}
@media (min-width: 768px) {
 .vsm-split-content-25-25-25-25.three-items-across .vsm-body .col .profile .media[data-initials]::before {
    border-radius: 0;
    width: 100%;
    height: 8rem;
    line-height: 8rem;
  }
}
@media (min-width: 1024px) {
  .vsm-split-content-25-25-25-25.three-items-across .vsm-body .col .profile .media[data-initials]::before {
    width: 10rem;
    height: 10rem;
    line-height: 10rem;
  }
}
@media (min-width: 1400px) {
  .vsm-split-content-25-25-25-25.three-items-across .vsm-body .col .profile .media[data-initials]::before {
    width: 12rem;
    height: 12rem;
    line-height: 12rem;
  }
}
.vsm-split-content-25-25-25-25.three-items-across .vsm-body .col .profile .media {
  border-radius: 0;
  width: 100%;
  height: 15rem;
}
.vsm-split-content-25-25-25-25.three-items-across .vsm-body .col .profile .media img {
  border-radius: 0;
}
@media (min-width: 768px) {
  .vsm-split-content-25-25-25-25.three-items-across .vsm-body .col .profile .media {
    border-radius: 0;
    width: 100%;
    height: 18rem;
  }
}
@media (min-width: 1024px) {
  .vsm-split-content-25-25-25-25.three-items-across .vsm-body .col .profile .media {
    width: 100%;
    height: 18rem;
  }
}
@media (min-width: 1400px) {
  .vsm-split-content-25-25-25-25.three-items-across .vsm-body .col .profile .media {
    width: 100%;
    height: 18rem;
  }
}
.vsm-split-content-25-25-25-25.four-items-across .vsm-body .col .profile .content{
padding: 1rem 2rem 0rem 1rem;
}
.vsm-split-content-25-25-25-25.four-items-across .media{
  margin-bottom: 1rem;
}
.vsm-split-content-25-25-25-25.four-items-across .content{
  margin-bottom: 0;
}
.vsm-split-content-25-25-25-25.four-items-across .vsm-body .col .profile .media[data-initials]::before {
  border-radius: 0;
}
@media (min-width: 768px) {
 .vsm-split-content-25-25-25-25.four-items-across .vsm-body .col .profile .media[data-initials]::before {
    border-radius: 0;
    width: 100%;
    height: 8rem;
    line-height: 8rem;
  }
}
@media (min-width: 1024px) {
  .vsm-split-content-25-25-25-25.four-items-across .vsm-body .col .profile .media[data-initials]::before {
    width: 10rem;
    height: 10rem;
    line-height: 10rem;
  }
}
@media (min-width: 1400px) {
  .vsm-split-content-25-25-25-25.four-items-across .vsm-body .col .profile .media[data-initials]::before {
    width: 12rem;
    height: 12rem;
    line-height: 12rem;
  }
}
.vsm-split-content-25-25-25-25.four-items-across .vsm-body .col .profile .media {
  border-radius: 0;
  width: 100%;
  height: 15rem;
}
.vsm-split-content-25-25-25-25.four-items-across .vsm-body .col .profile .media img {
  border-radius: 0;
}
@media (min-width: 768px) {
  .vsm-split-content-25-25-25-25.four-items-across .vsm-body .col .profile .media {
    border-radius: 0;
    width: 100%;
    height: 18rem;
  }
}
@media (min-width: 1024px) {
  .vsm-split-content-25-25-25-25.four-items-across .vsm-body .col .profile .media {
    width: 100%;
    height: 18rem;
  }
}
@media (min-width: 1400px) {
  .vsm-split-content-25-25-25-25.four-items-across .vsm-body .col .profile .media {
    width: 100%;
    height: 18rem;
  }
}

.vsm-split-content-25-25-25-25.three-items-across .vsm-body .col{
    flex: 1 0 100%;
    margin-top: 0;
    max-width: 100%;
    margin-bottom: 1.875rem;
}
.vsm-split-content-25-25-25-25.four-items-across .vsm-body .col{
    flex: 1 0 100%;
    margin-top: 0;
    max-width: 100%;
    margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
  .vsm-split-content-25-25-25-25.three-items-across .vsm-body .col{
    flex: 1 0 50%;
    margin-top: 0;
    max-width: 50%;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 768px) {
  .vsm-split-content-25-25-25-25.four-items-across .vsm-body .col{
    flex: 1 0 50%;
    margin-top: 0;
    max-width: 50%;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 992px) {
  .vsm-split-content-25-25-25-25.three-items-across .vsm-body .col{
    flex: 1 0 33%;
    margin-top: 0;
    max-width: 33%;
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 992px) {
  .vsm-split-content-25-25-25-25.four-items-across .vsm-body .col{
    flex: 1 0 33%;
    margin-top: 0;
    max-width: 33%;
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 1200px) {
  .vsm-split-content-25-25-25-25.four-items-across .vsm-body .col{
    flex: 1 0 25%;
    margin-top: 0;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .vsm-split-content-25-25-25-25.three-items-across .vsm-body .col{
    flex: 1 0 33%;
    margin-top: 0;
    max-width: 33%;
  }
}
.vsm-split-content-25-25-25-25 .vsm-body .col .profile {
  overflow: hidden;
  background-clip: padding-box;
  padding: 0;
  height: 100%;
  background: rgba(var(--vsm-white), 1);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.vsm-split-content-25-25-25-25 .vsm-body .col .profile .content{
  text-align: left;
  padding: 1rem;
}
.vsm-split-content-25-25-25-25 .vsm-body .col .profile .content h4 a:hover {
  color: rgba(var(--vsm-primary-colour), 1);
}
.vsm-split-content-25-25-25-25 .vsm-body .col .profile .content h4 a {
  color: rgba(var(--vsm-primary-colour), 1);
  text-decoration: none;
}
.vsm-split-content-25-25-25-25 .vsm-body .col .profile .content .rte {
  color: rgba(var(--vsm-black), 1);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  text-align: left;
  margin: 0 auto .938rem auto;
}
.vsm-split-content-25-25-25-25 .vsm-body .col .profile .content .align-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.vsm-split-content-25-25-25-25 .vsm-body .col .profile .content ul{
  padding-left: 0;
}
.vsm-split-content-25-25-25-25 .vsm-body .col .profile .content .social li {
  position: relative;
  display: inline-flex;
  margin: 0 0rem;
}
.vsm-split-content-25-25-25-25 .vsm-body .col .profile .content .social li a {
  text-decoration: none;
  font-weight: 100 !important;
  position: relative;
  font-size: 1.5rem;
  color: rgba(var(--vsm-primary-colour), 1);
  justify-content: left;
  display: flex;
  align-items: center;
  margin-right: 1rem;
  height: 2.5rem;
  z-index: 5;
}

.vsm-split-content-25-25-25-25 .xs-heading{
font-weight: 700;
  font-size: 1.325rem;
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-split-content-25-25-25-25 .content .rte ul li{
  display: flex;
    padding-left: 1.5rem;
    position: relative;
}

.vsm-split-content-25-25-25-25 .content .rte ul li::before{
      color: rgba(var(--vsm-primary-colour), 1);
    content: "\f054";
    position: absolute;
    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;
    left: 0px;
}

/* split content to match meet the teams */
.vsm-split-content-25-25-25-25.liquid-version .vsm-body .col {
  margin-bottom: 1.6em;
  flex: 1 0 100%;
}
@media (min-width: 768px) {
 .vsm-split-content-25-25-25-25.liquid-version .vsm-body .col {
    flex: 1 0 50%;
  }
}
@media (min-width: 1024px) {
 .vsm-split-content-25-25-25-25.liquid-version .vsm-body .col {
    flex: 0 0 33%;
  }
}
@media (min-width: 1400px) {
 .vsm-split-content-25-25-25-25.liquid-version .vsm-body .col {
    flex: 0 0 25%;
  }
}
.vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile {
  overflow: hidden;
  background-clip: padding-box;
  padding: 0;
  height: 100%;
  background: rgba(var(--vsm-white), 1);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile:hover .content .align-buttons .inline-link::after {
  animation: none !important;
  color: rgba(var(--vsm-primary-colour), 1); 
}
.vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile:hover .content .align-buttons .inline-link a {
  color: rgba(var(--vsm-primary-colour), 1); 
}
.vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile .content {
  height: auto;
  text-align: left;
  padding: 1rem;
}
.vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile .content .rte {
  display: none;
  margin-bottom: 1rem;
}

.vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile .content ul.social {
  display: flex;
  padding-left: 0;
}
.vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile .content ul.social li {
  list-style: none;
  margin-right: 1rem;
}

.vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile .content p {
  color: rgba(var(--vsm-black), 1);
  font-weight: 700;
  font-size: 1rem;
 }
 .vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile .content .rte {
  color: rgba(var(--vsm-black), 1);
  display: block;
  font-weight: 700;
  font-size: 1rem;
 }
 .vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile .content .inline-link {
  color: rgba(var(--vsm-primary-colour), 1);
 }
  .vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile .content .inline-link:hover {
  color: rgba(var(--vsm-primary-colour), 1);
 }
/*.vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile .content .btn {
  border: 0.063rem solid rgba(var(--vsm-white), 1);
  background-color: rgba(var(--vsm-black), 0);
  color: rgba(var(--vsm-white), 1);
}
.vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile .content .btn span {
  color: rgba(var(--vsm-white), 1);
  position: relative;
}
.vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile .content .btn:hover {
  color: rgba(var(--vsm-white), 1);
  border: 0.063rem solid rgba(var(--vsm-primary-colour), 1);
  background-color: rgba(var(--vsm-black), 0);
} */
/* .vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile .content .align-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile .content .align-buttons .inline-link {
  margin-right: 1rem;
}
.vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile .content .align-buttons .inline-link:hover::after {
  left: 0.625rem;
  animation: none !important;
  color: rgba(var(--vsm-white), 1);
 } 
.vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile .content .align-buttons .inline-link::after {
  padding: 0.6rem;
  border-radius: 100%;
  border: 1px solid rgba(var(--vsm-primary-colour), 1);
  background-color: transparent;
  font-size: 1.7rem;
  content: "\f178" !important;
}
.vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile .content .social {
  margin: 0 0 0 0;
  width: auto;
  text-align: left;
}
.vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile .content .social li {
  position: relative;
  display: inline-flex;
  margin: 0 0rem;
}
.vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile .content .social li a {
  text-decoration: none;
  font-weight: 100 !important;
  position: relative;
  font-size: 1.5rem;
  color: rgba(var(--vsm-white), 1);
  justify-content: left;
  display: flex;
  align-items: center;
  width: 3.4rem;
  height: 2.5rem;
  z-index: 5;
}
.vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile .content .social li a i {
  color: rgba(var(--vsm-white), 1);
}
.vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile .content .social li a i:hover {
  color: rgba(var(--vsm-primary-colour), 1);
} */
.vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile .media[data-initials]::before {
  border-radius: 0;
}
@media (min-width: 768px) {
  .vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile .media[data-initials]::before {
    border-radius: 0;
    width: 100%;
    height: 8rem;
    line-height: 8rem;
  }
}
@media (min-width: 1024px) {
  .vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile .media[data-initials]::before {
    width: 10rem;
    height: 10rem;
    line-height: 10rem;
  }
}
@media (min-width: 1400px) {
  .vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile .media[data-initials]::before {
    width: 12rem;
    height: 12rem;
    line-height: 12rem;
  }
}
.vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile .media {
  border-radius: 0;
  width: 100%;
  height: 15rem;
  margin: 0 auto .938rem auto;
}
.vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile .media img {
  border-radius: 0;
}
@media (min-width: 768px) {
  .vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile .media {
    border-radius: 0;
    width: 100%;
    height: 18rem;
  }
}
@media (min-width: 1024px) {
  .vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile .media {
    width: 100%;
    height: 18rem;
  }
}
@media (min-width: 1400px) {
  .vsm-split-content-25-25-25-25.liquid-version .vsm-body .col .profile .media {
    width: 100%;
    height: 18rem;
  }
}


@media (min-width: 768px) {
  .vsm-split-content-33-33-33.negative-top {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: -22rem;
    position: relative;
    z-index: 9;
    margin-top: 7rem;
  }
}

@media (min-width: 992px) {
  .vsm-split-content-33-33-33.negative-top {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: -13rem;
    position: relative;
    z-index: 9;
    margin-top: 10rem;
  }
}

.vsm-split-content-33-33-33 .container {
  background: #ffffff;
}

@media (min-width: 768px) {
  .vsm-split-content-33-33-33 .container {
    border-radius: 0px 0px 90px 0px;
    -webkit-box-shadow: 2px 0px 17px 5px rgba(0, 0, 0, 0.29);
    box-shadow: 2px 0px 17px 5px rgba(0, 0, 0, 0.29);
  }
}

.vsm-split-content-33-33-33 .content {
  text-align: center;
  position: relative;
}

.vsm-split-content-33-33-33 .content {
  padding: 0 40px;
  min-height: 200px;
}

.vsm-split-content-33-33-33 .content .flex-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media(min-width: 768px) {
    .vsm-split-content-33-33-33 .content .flex-wrapper {
    min-height: 200px;
  }
}
@media(min-width: 990px) {
    .vsm-split-content-33-33-33 .content .flex-wrapper {
    min-height: 130px;
  }
}

.vsm-split-content-33-33-33 .content h3 {
  color: rgba(var(--vsm-black), 1);
}

.vsm-split-content-33-33-33 .content .btn {
  background: rgba(var(--vsm-white), 1);
  border: 1px solid rgba(var(--vsm-accent-colour), 1);
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.vsm-split-content-33-33-33 .content .btn:hover {
  background: rgba(var(--vsm-accent-colour), 1) !important;
}

.vsm-split-content-33-33-33 .content .btn:hover span {
  color: rgba(var(--vsm-white), 1);
}

.vsm-split-content-33-33-33 .content .btn span {
  color: rgba(var(--vsm-accent-colour), 1);
}

@media (min-width: 768px) {
  .vsm-short-content-33-33-33.negative-top {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: -22rem;
    position: relative;
    z-index: 9;
  }
}

@media (min-width: 992px) {
  .vsm-short-content-33-33-33.negative-top {
    margin-bottom: -13.5rem;
    position: relative;
    z-index: 9;
  }
  .vsm-short-content-33-33-33.negative-top-about-page {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: -13rem;
    position: relative;
    z-index: 9;
  }
}

.vsm-short-content-33-33-33.alt .container {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

.vsm-short-content-33-33-33.alt .container .content .feature .media {
  background: transparent !important;
}

.vsm-short-content-33-33-33 .container {
  padding-top: 30px;
  background-color: rgba(var(--vsm-white), 1);
}

@media (max-width:540px){
  .vsm-short-content-33-33-33 .component-wrapper .col:nth-child(2){
    border-right: none;
  }
}

@media (min-width: 768px) {
  .vsm-short-content-33-33-33 .container {
    border-radius: 0px 0px 90px 0px;
    -webkit-box-shadow: 2px 0px 17px 5px rgba(0, 0, 0, 0.29);
    box-shadow: 2px 0px 17px 5px rgba(0, 0, 0, 0.29);
  }
}

@media (min-width: 992px) {
  .vsm-short-content-33-33-33 .component-wrapper .col:nth-child(3) {
    border-right: 1px solid #ADADAD;
  }
}

.vsm-short-content-33-33-33 .component-wrapper .col:nth-child(1),
.vsm-short-content-33-33-33 .component-wrapper .col:nth-child(2) {
  border-right: 1px solid #ADADAD;
}

@media (max-width: 768px) {
  .vsm-short-content-33-33-33 .component-wrapper .col:last-child {
    border-top: 1px solid #ADADAD;
  }
}

@media (max-width: 540px) {
  .vsm-short-content-33-33-33 .component-wrapper .col:last-child {
    border: none;
  }
}

.vsm-short-content-33-33-33 .component-wrapper .col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 24%;
  flex: 1 0 24%;
  margin-bottom: 1.5rem;
}

@media (max-width: 530px){
  .vsm-short-content-33-33-33 .component-wrapper .col:nth-child(1),
.vsm-short-content-33-33-33 .component-wrapper .col:nth-child(2) {
  border:none;
}
}
.vsm-short-content-33-33-33 .component-wrapper .col .content {
  margin-bottom: 0px !important;
}

.vsm-short-content-33-33-33 .component-wrapper .col .content .feature {
  /* -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vsm-short-content-33-33-33 .component-wrapper .col .content .feature .media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(var(--vsm-white), 1);
}

.vsm-short-content-33-33-33 .component-wrapper .col .content .feature .media img {
  max-width: 2.875rem;
}

.vsm-short-content-33-33-33 .component-wrapper .col .content .feature .description .xs-heading {
  color: rgba(var(--vsm-accent-colour), 1);
  font-size: 1.6rem;
}

.vsm-full-width-featured-columns-carousel.negative-top-padding .bg {
  padding: 12rem 0 7rem 0;
  border-radius: 0px 0px 12rem 0px;
}

@media(max-width:768px){
  .vsm-full-width-featured-columns-carousel .swiper-slide .content .column-data{
  display: flex;
  justify-content: center;
}

.vsm-full-width-featured-columns-carousel .swiper-slide .content .column-data .media{
  width: 100%;
  justify-content: center;
  display: flex;
}
}

.vsm-full-width-featured-columns-carousel .vsm-header {
  margin-bottom: 2.5rem;
}

.vsm-full-width-featured-columns-carousel .bg {
  background-color: rgba(var(--vsm-accent-colour), 1);
}

.vsm-full-width-featured-columns-carousel .bg::after {
  border-radius: 0px 0px 12rem 0px;
}

.vsm-full-width-featured-columns-carousel .bg .bg-img {
  background-blend-mode: multiply;
  opacity: 40%;
  border-radius: 0px 0px 12rem 0px;
}

.vsm-full-width-featured-columns-carousel .bg .vsm-body .media {
  height: 75px;
  width: 75px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
}

.vsm-full-width-featured-columns-carousel .bg .vsm-body .media img {
  height: 75px;
  width: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}

.vsm-full-width-featured-columns-carousel .bg .swiper-container {
  overflow: hidden;
}

.vsm-full-width-featured-columns-carousel .bg .swiper-navigation div {
  margin: 0;
}

.vsm-full-width-featured-columns-carousel .bg .swiper-navigation .swiper-button-prev {
  border: none;
}

.vsm-full-width-featured-columns-carousel .bg .swiper-navigation .swiper-button-next {
  border: none;
}

@media (min-width: 768px) {
  .vsm-full-width-call-to-action .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 75%;
    flex: 1 0 75%;
    max-width: 75%;
    margin: 3rem 0 !important;
  }
}

@media (min-width: 768px) {
  .vsm-full-width-call-to-action .col .content {
    margin: 3rem 0 !important;
  }
}

@media (max-width:768px){
  .vsm-full-width-call-to-action.overlap-top .bg{
    padding-top: 2rem !important;
  }
}

.vsm-full-width-call-to-action.overlap-top .bg {
  padding-top: 0rem;
}

.vsm-full-width-call-to-action.overlap-bottom-sm .bg {
  padding-bottom: 10rem;
}

.vsm-full-width-call-to-action.overlap-bottom-md .bg {
  padding-bottom: 15rem;
}

.vsm-full-width-call-to-action.overlap-bottom-lg .bg {
  padding-bottom: 20rem;
}

.vsm-full-width-call-to-action .bg {
  position: relative;
  padding: 10rem 0;
}

.vsm-full-width-call-to-action .bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
}

.vsm-full-width-call-to-action .container .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vsm-full-width-call-to-action .container .row .content {
  text-align: center;
}

.vsm-full-width-call-to-action .container .row .content .md-heading {
  color: rgba(var(--vsm-accent-colour), 1);
}

.vsm-full-width-call-to-action .container .row .content .rte p {
  color: rgba(var(--vsm-black), 1);
  font-size: 1.5rem;
}

.vsm-timeline-horizontal .bg {
  background: none;
}

.vsm-timeline-horizontal .timeline .swiper-slide .event .media img {
  border-radius: 6px 6px 35px 6px;
}

@media (min-width: 768px){
  .vsm-timeline-horizontal .timeline .swiper-slide .events-holder {
    padding-top: 1.2rem !important;
}
}

@media (max-width: 768px){
  .vsm-timeline-horizontal .timeline .swiper-slide .events-holder {
    padding-top: 4rem !important;
}
}


.vsm-timeline-horizontal .timeline-control .swiper-slide .date {
  font-family:  "Tenor Sans", sans-serif;
  font-weight: 400;
}

.vsm-timeline-horizontal .timeline-control-setter {
  padding-top: 10px;
  padding-bottom: 10px;
}

.vsm-timeline-horizontal .swiper-button-next {
  padding-top: 25px;
}

.vsm-timeline-horizontal .swiper-button-prev {
  padding-top: 25px;
}

.vsm-404-page .bg:before {
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(#822121));
  background: linear-gradient(180deg, black 0%, #822121 100%);
  background-blend-mode: multiply;
  opacity: 70%;
}

.vsm-404-page .heading {
  font-family: 'Tenor Sans', sans-serif;
}

.vsm-404-page .btn {
  background: rgba(var(--vsm-white), 1);
  border: 1px solid rgba(var(--vsm-white), 1);
}

.vsm-404-page .btn span {
  color: rgba(var(--vsm-accent-colour), 1);
}

.vsm-404-page .btn:hover {
  background: rgba(var(--vsm-accent-colour), 1) !important;
}

.vsm-404-page .btn:hover span {
  color: rgba(var(--vsm-white), 1);
}

.vsm-default-internal-hero .bg {
  height: 40vh;
}

.vsm-default-internal-hero .bg:before {
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(#822121));
  background: linear-gradient(180deg, black 0%, #822121 100%);
  background-blend-mode: multiply;
  opacity: 60%;
}

.vsm-default-internal-hero .xs-heading {
  display: none;
}

.vsm-default-internal-hero .md-heading {
  font-size: 3rem;
}

.vsm-default-internal-hero .md-heading.White{
  color: #fff;
}

.vsm-default-internal-hero .md-heading.Red{
  color: #bd423b;
}

.vsm-default-internal-hero .rte {
  display: none;
}

.vsm-default-internal-hero .search-bar .input-group-text {
  border-radius: 11px;
}

.vsm-default-internal-hero.alt .bg {
  height: 40vh;
}

.vsm-default-internal-hero.alt .bg:before {
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(#822121));
  background: linear-gradient(0deg, black 0%, #822121 100%);
  background-blend-mode: multiply;
  opacity: 90%;
}

.vsm-default-internal-hero.alt .md-heading {
  margin-bottom: 1.5rem;
}

.vsm-default-internal-hero.alt .input-group {
  font-family:  "Tenor Sans", sans-serif;
}

.vsm-default-internal-hero.alt .input-group .input-group-text {
  border-radius: 10px 0 0 10px;
}

.vsm-default-internal-hero.alt .input-group input {
  height: 2.875rem;
}

.vsm-default-internal-hero.alt .input-group .btn:hover {
  border: 1px solid rgba(var(--vsm-black), 1) !important;
  background-color: rgba(var(--vsm-black), 1) !important;
}

.vsm-wide-content .md-heading{
  color:#BD423B ;
}

.vsm-wide-content h2 {
  color: rgba(var(--vsm-black), 1);
}

.vsm-wide-content blockquote q {
  color: rgba(var(--vsm-black), 1);
}

.vsm-contained-full-width-banner .plyr--video {
  border-radius: 10px;
}

.vsm-contained-full-width-banner .plyr__control--overlaid {
  background: rgba(var(--vsm-white), 0.5);
  height: 150px;
  width: 150px;
}

.vsm-contained-full-width-banner .plyr__control--overlaid svg {
  left: 37px;
  height: 50px;
  width: 50px;
  color: rgba(var(--vsm-accent-colour), 1);
}

.vsm-contained-full-width-banner .plyr__control--overlaid:hover {
  background: rgba(var(--vsm-accent-colour), 1);
}

.vsm-contained-full-width-banner .plyr__control--overlaid:hover svg {
  color: rgba(var(--vsm-white), 1);
}

.vsm-single-accordion h2 {
  padding-bottom: 50px;
  color: rgba(var(--vsm-accent-colour), 1);
}

.vsm-single-accordion .accordion-item {
  background: none;
}

.vsm-single-accordion .accordion-item .accordion-header {
  color: rgba(var(--vsm-black), 1);
}

.vsm-split-get-in-touch-form-content .md-heading {
  color: #BD423B;
}

.vsm-split-get-in-touch-form-content .form-holder {
  font-family:  "Tenor Sans", sans-serif;
}

.vsm-split-get-in-touch-form-content .form-holder h3 {
  color: rgba(var(--vsm-accent-colour), 1);
}

.vsm-split-get-in-touch-form-content .element input {
  border-radius: 10px;
}

.vsm-split-get-in-touch-form-content .element textarea {
  border-radius: 10px;
}

[class*="icheck-"] > input:first-child + label::before {
  border-radius: 3px;
}

.vsm-job-search-results-listings .job-listing .job-data ul.job-data-highlights li{
  text-transform: capitalize;

}

.vsm-job-search-results-listings .job-listing .job-data ul.job-data-highlights li span{
  text-transform: capitalize;
}

.vsm-job-search-results-listings {
  font-family:  "Tenor Sans", sans-serif;
}

.vsm-job-search-results-listings .job-search-filters h4 {
  color: rgba(var(--vsm-black), 1);
}

.vsm-job-search-results-listings .element.text input {
  border-radius: 10px;
}

.vsm-job-search-results-listings .element.select select {
  border-radius: 10px;
}

.vsm-job-search-results-listings .filter-apply .btn:hover {
  background: rgba(var(--vsm-white), 1);
  border: 1px solid rgba(var(--vsm-accent-colour), 1);
}

.vsm-job-search-results-listings .filter-clear .btn {
  border: 1px solid rgba(var(--vsm-black), 0.6);
  background: rgba(var(--vsm-white), 1);
}

.vsm-job-search-results-listings .filter-clear .btn span {
  color: rgba(var(--vsm-black), 0.5);
}

.vsm-job-search-results-listings .filter-clear .btn:hover {
  background: rgba(var(--vsm-accent-colour), 1) !important;
  border: 1px solid rgba(var(--vsm-accent-colour), 1);
}

.vsm-job-search-results-listings .filter-clear .btn:hover span {
  color: rgba(var(--vsm-white), 1);
}

.vsm-job-search-results-listings .job-data .post-date {
  color: rgba(var(--vsm-accent-colour), 1);
}

.vsm-job-search-results-listings .job-data .add-to-shortlist {
  color: rgba(var(--vsm-accent-colour), 1);
}

.vsm-job-search-results-listings .job-data .btn {
  margin-right: 10px;
}

.vsm-job-search-results-listings .job-data .btn:hover {
  background: rgba(var(--vsm-white), 1);
  border: 1px solid rgba(var(--vsm-accent-colour), 1);
}

.vsm-job-search-results-listings .job-data .btn.btn-secondary {
  border: 1px solid rgba(var(--vsm-accent-colour), 1);
  background: rgba(var(--vsm-white), 1);
}

.vsm-job-search-results-listings .job-data .btn.btn-secondary span {
  color: rgba(var(--vsm-accent-colour), 1);
}

.vsm-job-search-results-listings .job-data .btn.btn-secondary:hover {
  background: rgba(var(--vsm-accent-colour), 1) !important;
  border: 1px solid rgba(var(--vsm-accent-colour), 1) !important;
}

.vsm-job-search-results-listings .job-data .btn.btn-secondary:hover span {
  color: rgba(var(--vsm-white), 1);
}

@media screen and ( max-width: 450px){
  .vsm-job-search-results-listings .job-data .btn {
  margin-bottom: 10px;
}
}

.element.select .bootstrap-select > .dropdown-toggle.bs-placeholder {
  border-radius: 10px;
  background: rgba(var(--vsm-white), 1);
}

.page-item.disabled .page-link {
  background-color: #f7f7f7;
}

.vsm-job-details {
  font-family:  "Tenor Sans", sans-serif;
}

.vsm-job-details ul.job-data-highlights{
  border-bottom: 0.063rem solid rgba(0,0,0,0.1);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 10px;
}

.vsm-job-details .back-to-link {
  color: rgba(var(--vsm-black), 1);
}

.vsm-job-details .shortlist-bar {
  font-family:  "Tenor Sans", sans-serif;
}

.vsm-job-details .shortlist-bar .add-to-shortlist {
  color: rgba(var(--vsm-accent-colour), 1);
}

.vsm-job-details .form-holder {
  font-family:  "Tenor Sans", sans-serif;
  border-radius: 17px 17px 80px 17px;
  background: rgba(var(--vsm-white), 1);
}

.vsm-job-details .form-holder .notice {
  border-radius: 10px;
}

.vsm-job-details .form-holder input {
  border-radius: 10px;
}

.vsm-job-details .form-holder textarea {
  border-radius: 10px;
}

.vsm-job-details .form-holder select {
  border-radius: 10px;
}

.vsm-job-details .form-holder .element label {
  border-radius: 10px;
}

.vsm-job-details .consultant {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.vsm-job-details .consultant .media {
  height: 13rem;
  width: 13rem;
  border-radius: 10px 10px 60px 10px;
  margin: 0px;
}

.vsm-job-details .consultant .media:before {
  border-radius: 10px 10px 60px 10px;
}

.vsm-job-details .consultant .media img {
  overflow: visible;
  border-radius: 10px 10px 60px 10px;
}

.vsm-job-details .consultant .consultant-details {
  font-family:  "Tenor Sans", sans-serif;
  text-align: left;
  padding-top: 1.3rem;
}

.vsm-job-details .consultant .consultant-details .name {
  color: rgba(var(--vsm-accent-colour), 1);
  font-size: 1.4rem;
}

.vsm-job-details .consultant ul.social {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.vsm-job-details .consultant ul.social li {
  margin: 0px 0.625rem 0px 0px;
}

.vsm-basic-blog-featured-section {
  font-family:  "Tenor Sans", sans-serif;
}

.vsm-basic-blog-featured-section .input-group input {
  border-radius: 10px;
}

.vsm-basic-blog-featured-section img {
  border-radius: 10px;
}

@media (min-width:768px){
  .vsm-basic-blog-featured-section .row{
  flex-wrap:nowrap;
}
}

.vsm-configurable-boxes {
  font-family:  "Tenor Sans", sans-serif;
}

.vsm-configurable-boxes .vsm-body .row {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.vsm-configurable-boxes .vsm-body .row .col {
  max-width: 32% !important;
}

.vsm-configurable-boxes .vsm-body .row .col .box-details {
  color: rgba(var(--vsm-white), 1) !important;
}

.vsm-configurable-boxes .vsm-body .row .col .box-details .post-title {
  color: rgba(var(--vsm-white), 1) !important;
}

.vsm-basic-latest-listings {
  font-family:  "Tenor Sans", sans-serif;
}

.vsm-basic-latest-listings img {
  border-radius: 10px;
}

.vsm-media-hub {
  font-family:  "Tenor Sans", sans-serif;
}

.vsm-media-hub .input-group input {
  border-radius: 10px 0 0 10px;
}

.vsm-media-hub .input-group .btn:hover {
  color: rgba(var(--vsm-accent-colour), 1);
}

.vsm-media-hub.vsm-blog-article .back-to-link {
  color: rgba(var(--vsm-black), 1);
}

.vsm-media-hub.vsm-blog-article img {
  border-radius: 10px;
}

.vsm-responsive-nav {
  background: rgba(var(--vsm-accent-colour), 1);
}

.vsm-responsive-nav .displayed-nav li a {
  color: rgba(var(--vsm-white), 1);
}

.vsm-responsive-nav .more-nav li span {
  color: rgba(var(--vsm-white), 1);
}

.vsm-responsive-nav .more-nav li span i {
  color: rgba(var(--vsm-white), 1);
}

.vsm-responsive-nav .search-bar .input-group {
  border: none;
  font-family:  "Tenor Sans", sans-serif;
}

.vsm-responsive-nav .search-bar .input-group input {
  border-radius: 10px 0 0 10px !important;
}

.vsm-responsive-nav .search-bar .input-group .btn {
  border: none;
}

.vsm-responsive-nav .search-bar .input-group .btn:hover {
  border: none !important;
}

.vsm-centralised-title-intro-text .md-heading {
  color: rgba(var(--vsm-accent-colour), 1);
}

/* .vsm-profile-cards .row {
  grid-gap: 1rem;
}

.vsm-profile-cards .row .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 31%;
          flex: 1 0 31%;
  background-color: rgba(var(--vsm-white), 1);
  border-radius: 20px 20px 70px 20px;
}

.vsm-profile-cards .row .col:hover {
  -webkit-box-shadow: 5px 6px 6px 1px #bd423b;
  box-shadow: 5px 6px 6px 1px #bd423b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.vsm-profile-cards .row .col .profile {
  padding: 1.8rem;
}

.vsm-profile-cards .row .col .profile .media {
  margin: 0px 0px 20px 0px;
  border: 2px solid rgba(var(--vsm-accent-colour), 1);
}

.vsm-profile-cards .row .col .profile .content {
  text-align: left;
}

.vsm-profile-cards .row .col .profile .content h4 {
  text-align: left;
  color: rgba(var(--vsm-accent-colour), 1);
  font-weight: 600;
}

.vsm-profile-cards .row .col .profile .content p {
  text-align: left;
}

.vsm-profile-cards .row .col .profile .content .rte {
  border-top: 1px solid #f5f5f5;
  padding: 20px 0;
}

.vsm-profile-cards .row .col .profile .content a.btn {
  background-color: rgba(var(--vsm-white), 1);
}

.vsm-profile-cards .row .col .profile .content a.btn span {
  color: rgba(var(--vsm-accent-colour), 1);
  font-family:  "Tenor Sans", sans-serif;
}

.vsm-profile-cards .row .col .profile .content a.btn:hover {
  background-color: rgba(var(--vsm-accent-colour), 1) !important;
}

.vsm-profile-cards .row .col .profile .content a.btn:hover span {
  color: rgba(var(--vsm-white), 1);
}

.vsm-profile-cards .row .col .profile .content ul.social {
  text-align: left;
} */

.vsm-job-carousel {
  font-family:  "Tenor Sans", sans-serif;
}

.vsm-job-carousel.alt .bg {
  position: relative;
  z-index: 0;
}

.vsm-job-carousel.alt .bg::before {
  content: '';
  z-index: 1;
  background: transparent;
  width: 100%;
  height: 100%;
  background-image: url(../img/JobsGlobe.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: overlay;
  opacity: 1;
  background-position: top left;
  background-size: contain;
  max-height: 95%;
}

.vsm-job-carousel .bg {
  position: relative;
  z-index: 0;
}

.vsm-job-carousel .bg::before {
  content: '';
  z-index: 1;
  background: transparent;
  width: 100%;
  height: 100%;
  background-image: url(../img/JobsGlobe.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: overlay;
  opacity: 1;
  background-position: top left;
  background-size: contain;
  max-height: 95%;
}

.vsm-job-carousel.alt .vsm-header .md-heading {
  color: rgba(var(--vsm-accent-colour), 1) !important;
}

.vsm-job-carousel .vsm-header{
  z-index: 9;
  position: relative;
}

.vsm-job-carousel.alt .vsm-header{
  z-index: 9;
  position: relative;
}

.vsm-job-carousel.alt .vsm-body .swiper-slide {
  background: rgba(var(--vsm-white), 1);
  color: rgba(var(--vsm-black), 1);
  -webkit-box-shadow: 0px 2px 17px 6px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 2px 17px 6px rgba(0, 0, 0, 0.11);
}

.vsm-job-carousel.alt .vsm-body .swiper-slide .content .job-data span.post-date {
  color: rgba(var(--vsm-black), 0.6);
}

.vsm-job-carousel.alt .vsm-body .swiper-slide .content .job-data .xs-heading a {
  color: rgba(var(--vsm-accent-colour), 1);
}

.vsm-job-carousel.alt .vsm-body .swiper-slide .content .job-data .xs-heading a:hover {
  color: #822121;
}

.vsm-job-carousel.alt .vsm-body .swiper-slide .content .job-data .job-data-highlights li .icon:before {
  color: rgba(var(--vsm-black), 1) !important;
}

.vsm-job-carousel.alt .vsm-body .swiper-slide .content .job-data .inline-link span {
  color: rgba(var(--vsm-accent-colour), 1);
}

.vsm-job-carousel.alt .vsm-body .swiper-slide .content .job-data .inline-link:after {
  color: rgba(var(--vsm-accent-colour), 1);
}

.vsm-job-carousel.alt .vsm-body .swiper-slide .content .job-data .inline-link:hover span {
  color: #822121;
}

.vsm-job-carousel .btn {
  background: #822121;
  border: 1px solid #822121;
}

.vsm-job-carousel .swiper-slide {
  border: none;
  background: #822121;
  background: -webkit-gradient(linear, left top, left bottom, from(#822121), to(#411111));
  background: linear-gradient(180deg, #822121 0%, #411111 100%);
  border-radius: 10px 10px 70px 10px;
  color: rgba(var(--vsm-white), 1);
}

.vsm-job-carousel .swiper-slide .job-data .post-date {
  color: rgba(var(--vsm-white), 1);
  margin-bottom: 1.3rem;
}

.vsm-job-carousel .swiper-slide .job-data h4 {
  margin-bottom: 1.3rem;
}

.vsm-job-carousel .swiper-slide .job-data h4 a {
  color: rgba(var(--vsm-white), 1);
  font-size: 1.5rem;
}

.vsm-job-carousel .swiper-slide .job-data h4 a:hover {
  color: rgba(var(--vsm-white), 0.8);
}

.vsm-job-carousel .swiper-slide .job-data a {
  margin-top: 1.3rem;
  color: rgba(var(--vsm-white), 1);
}

.vsm-job-carousel .swiper-slide .job-data .job-ref {
  display: none;
}

.vsm-job-carousel .swiper-slide .job-data .job-data-highlights li {
  margin-bottom: 0.5rem;
}

.vsm-job-carousel .swiper-slide .job-data .job-data-highlights li .icon:before {
  color: rgba(var(--vsm-white), 1);
}

.vsm-job-carousel .swiper-slide .job-data p {
  display: none;
}

.vsm-job-carousel .swiper-navigation {
  margin-top: 1.8rem;
}

.vsm-job-carousel .swiper-navigation i {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-profile-details .media {
  max-width: none !important;
  max-height: none !important;
  border-radius: 17px 17px 70px 17px;
}

.vsm-profile-details .profile-contacts .back-link {
  color: rgba(var(--vsm-black), 1);
}

.vsm-profile-details .profile-contacts .contacts li .btn .fa-phone-alt{
  padding-right: 0.625rem !important;
}

.vsm-profile-details .profile-contacts .contacts li .btn{
  width: 100%;
}

.vsm-profile-details .profile-body .profile-details .md-heading {
  color: rgba(var(--vsm-accent-colour), 1);
  font-weight: 600;
}

.vsm-profile-details .profile-body .profile-details .position {
  border-bottom: 1px solid #adadad;
  padding-bottom: 2rem;
}

.vsm-profile-details .profile-body .profile-details .profile-summary {
  border-bottom: 1px solid #adadad;
  padding-bottom: 2rem;
}

.vsm-accordion-mixed-content-50-50 .md-heading{
  color: #BD423B;
}

.vsm-accordion-mixed-content-50-50 .sm-heading.Black{
  color: #000;
}

.vsm-accordion-mixed-content-50-50 .sm-heading.Red{
  color: #BD423B;
}

.vsm-accordion-mixed-content-50-50 .accordion .accordion-item {
  background: none;
  border-bottom: 1px solid rgba(var(--vsm-accent-colour), 1);
}
.vsm-accordion-mixed-content-50-50 .accordion-header{
  cursor: pointer;
}
.vsm-accordion-mixed-content-50-50 .md-heading.Red{
  color: #BD423B;
}

.vsm-accordion-mixed-content-50-50 .md-heading.Black{
  color: #000;
}

.vsm-accordion-mixed-content-50-50 .accordion .accordion-item:last-of-type {
  border-radius: 0px;
}

.vsm-accordion-mixed-content-50-50 .accordion .accordion-item h3 {
  font-size: 1.6rem;
  font-weight: 300;
}

.vsm-accordion-mixed-content-50-50 .media {
  border-radius: 20px 20px 170px 20px;
}

.vsm-medium-boxes {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("/img/187161.jpg");
  z-index: 1;
  overflow: none;
  background-size: cover;
  border-radius: 0 0 200px 0;
  background-repeat: no-repeat;
}

.vsm-medium-boxes::after {
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(#822121));
  background: linear-gradient(0deg, black 0%, #822121 100%);
  border-radius: 0 0 200px 0;
}

.vsm-medium-boxes .container {
  z-index: 3;
  position: relative;
}

.vsm-medium-boxes .medium-box {
  font-family:  "Tenor Sans", sans-serif;
  color: rgba(var(--vsm-white), 1);
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 2px solid rgba(var(--vsm-white), 1);
}

@media screen and (max-width: 770px){
  .vsm-medium-boxes .row .col:last-child .medium-box{
    border-bottom: none;
  }
}

.vsm-medium-boxes .medium-box h3 {
  color: rgba(var(--vsm-white), 1);
}

.vsm-medium-boxes .medium-box a.inline-link span {
  color: rgba(var(--vsm-white), 1);
}

.vsm-medium-boxes .medium-box a.inline-link:after {
  color: rgba(var(--vsm-white), 1);
}

.vsm-get-in-touch-form {
  font-family:  "Tenor Sans", sans-serif;
}

.vsm-get-in-touch-form .form-holder input {
  border-radius: 10px;
}

.vsm-get-in-touch-form .form-holder textarea {
  border-radius: 10px;
}

.vsm-get-in-touch-form.alt {
  background: #e6e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(white));
  background: linear-gradient(180deg, #e6e6e6 0%, white 100%);
}

.vsm-content-layout-6 .media {
  height: 25rem;
}

.vsm-content-layout-6 .media img {
  height: 25rem;
  opacity: 60%;
}

@media (max-width:768px){
  .vsm-content-layout-6 .overlay-content .container .row .col-md-5:nth-child(2){
  margin-top: 1rem;
}
}

.vsm-content-layout-6 .media:after {
  height: 25rem;
  background: rgba(var(--vsm-white), 0.5);
}

.vsm-content-layout-6 .box .media {
  display: none;
}

.vsm-content-layout-6 .box .btn {
  background: rgba(var(--vsm-white), 1);
}

.vsm-content-layout-6 .box .btn span {
  color: rgba(var(--vsm-accent-colour), 1);
}

.vsm-content-layout-6 .box .btn:hover {
  background: rgba(var(--vsm-accent-colour), 1) !important;
}

.vsm-content-layout-6 .box .btn:hover span {
  color: rgba(var(--vsm-white), 1);
}

.vsm-content-cards-33-33-33 .social-icons{
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

.vsm-content-cards-33-33-33 .social-icons a{
  margin: 0 2rem;
}

.vsm-content-cards-33-33-33 .col{
  margin-top: 2rem;
}

@media (min-width:768px){
  .vsm-content-cards-33-33-33 .col{

    flex: 1 0 50%;
    /* max-width: 27.1875rem; */
}
}

@media (min-width:992px){
  .vsm-content-cards-33-33-33 .col{
     flex: 1 0 33%;
         margin-top: 0;
     max-width: 50%;
}
}



.vsm-content-cards-33-33-33 .content-card{
  height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}


.vsm-content-cards-33-33-33 .content-card .contact-content{
  margin: .4rem 0;
  text-align: center;
  position: relative;
  padding: 0 1.875rem 1.875rem 1.875rem;
  z-index: 1;
}


.vsm-content-cards-33-33-33 .content-card .contact-content a i{
  padding-right: .5rem;
}

.vsm-content-cards-33-33-33 .content-card .media{
    min-height:25.688rem;
    height: 25.688rem;
}


.vsm-content-cards-33-33-33 .content-card .content .media{
  max-height: 7rem;
  max-width: 7rem;
}

.vsm-content-cards-33-33-33 .content-card .content .media img{
  aspect-ratio: 1/1;
  max-width: 100%;
  object-fit: cover;
}

.vsm-content-cards-33-33-33 .content h3{
  color: #BD423B;
  margin-top: 1.5rem;
}

.vsm-content-layout-3 .content .rte h4{
  color: #BD423B;
}

.vsm-latest-featured-alt {
  font-family:  "Tenor Sans", sans-serif;
}

.vsm-latest-featured-alt .vsm-header h3 {
  color: rgba(var(--vsm-accent-colour), 1);
}

.vsm-latest-featured-alt .vsm-body .container {
  min-width: 100% !important;
  padding: 0;
}

.vsm-latest-featured-alt .vsm-body .container .row {
  --bs-gutter-x:none;
}

.vsm-latest-featured-alt .vsm-body .container .row .col .content-card {
  margin-bottom: 0;
  min-height: 500px;
}

.vsm-latest-featured-alt .vsm-body .container .row .col .content-card .content {
  padding-bottom: 3rem;
}

.vsm-latest-featured-alt .vsm-body .container .row .col .content-card .content .media {
  display: none;
}

.vsm-latest-featured-alt .vsm-body .container .row .col .content-card .content .xs-heading {
  margin: 1.5rem 0;
}

.vsm-latest-featured-alt .vsm-body .container .row .col .content-card .content a.inline-link {
  color: rgba(var(--vsm-white), 1);
  margin-bottom: 2.8rem;
}

.vsm-full-width-call-to-action-alt .bg {
  position: relative;
  z-index: 1;
}

.vsm-full-width-call-to-action-alt .bg::after {
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(#822121));
  background: linear-gradient(0deg, black 0%, #822121 100%);
  height: 100%;
  width: 100%;
  content: '';
  top: 0;
  left: 0;
  opacity: 70%;
  z-index: 2;
}

.vsm-full-width-call-to-action-alt .component-wrapper .vsm-body .row .col .content h3{
  color: #fff;
}

.vsm-full-width-call-to-action-alt .bg .container {
  position: relative;
  z-index: 3;
}

.vsm-full-width-call-to-action-alt .bg .container .btn {
  background: rgba(var(--vsm-white), 1);
}

.vsm-full-width-call-to-action-alt .bg .container .btn span {
  color: rgba(var(--vsm-accent-colour), 1);
}

.vsm-full-width-call-to-action-alt .bg .container .btn:hover {
  background: rgba(var(--vsm-accent-colour), 1) !important;
}

.vsm-full-width-call-to-action-alt .bg .container .btn:hover span {
  color: rgba(var(--vsm-white), 1);
}

.vsm-content-image-50-50.left .md-heading.Red{
  color: #BD423B;
}

.vsm-content-image-50-50.left .md-heading.Black{
  color: #000;
}

.vsm-content-image-50-50.left .media {
  border-radius: 20px 20px 170px 20px;
}

.vsm-content-image-50-50.right .media {
  border-radius: 170px 20px 20px 20px;
}

.vsm-content-layout-4{
  padding-top: 30px;
}

.vsm-content-layout-4 .media {
  border-radius: 10px;
}

.vsm-content-layout-4 .content .sm-heading{
  color: #BD423B;
}

.content .sm-heading{
  color: #BD423B;
}

.vsm-content-layout-4 .content .rte ul{
  padding-left: .6rem;
}

.vsm-content-layout-4 .content .rte ul li{
  color: #BD423B;
  padding-left: 1rem;
  margin: .4rem 0;
}

.vsm-content-layout-4 .content .rte ul li::marker{
  content: '\f054';
  position: relative;
    font-weight: 900;
    font-size: 1.2rem;
    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: #BD423B;
}

.vsm-stats-count-up .stat .media {
  display: none;
}



@media (max-width: 768px){
  .vsm-content-layout-4 .right-col .w-50 .content .sm-heading{
  margin-top: 2rem !important;
}
}

@media (min-width:768px){
  .vsm-content-layout-4 .right-col{
  padding-right: 40px;
}
}

.vsm-split-grid-images-content-features .grid .media:nth-child(1) {
  border-radius: 57px 0 0 0;
}

.vsm-split-grid-images-content-features .grid .media:nth-child(4) {
  border-radius: 0 0 57px 0;
}


.vsm-split-grid-images-content-features .bg .container .vsm-body .row .col-md-6.order-md-2{
  padding: 0 20px;
}

.vsm-content-layout-5{
  background: #ffffff;
}

.vsm-content-layout-5.negative-top-padding .bg {
  padding: 12rem 0 !important;
}

.vsm-content-layout-5 .container-fluid .row .col {
  padding-right: 0px;
  padding-left: 0px;
}

.vsm-content-layout-5 .content .rte.larger-text p {
  color: rgba(var(--vsm-accent-colour), 1);
  font-size: 2rem;
  font-weight: 400;
}

.vsm-short-testimonial-carousel .testimonial-data .author .position {
  max-width: 10rem;
}

.vsm-short-testimonial-carousel.red-bottom-corner {
  background-color: #822121;
}

.vsm-short-testimonial-carousel.red-bottom-corner .bg {
  background: #e6e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(white));
  background: linear-gradient(180deg, #e6e6e6 0%, white 100%);
  border-radius: 0px 0px 12rem 0px;
  padding: 5rem 0;
}

.vsm-short-testimonial-carousel .vsm-header .row {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.vsm-short-testimonial-carousel .vsm-header .row .col {
  text-align: center;
}

.vsm-short-testimonial-carousel .vsm-header .row .col .md-heading {
  color: rgba(var(--vsm-accent-colour), 1);
}

.vsm-short-testimonial-carousel .vsm-body {
  font-family:  "Tenor Sans", sans-serif;
}

.vsm-short-testimonial-carousel .vsm-body .content .testimonial-data .media {
  width: 7rem;
  height: 7rem;
  border: 2px solid rgba(var(--vsm-accent-colour), 1);
}

.vsm-short-testimonial-carousel .vsm-body .content .testimonial-data .media:before {
  width: 7rem;
  height: 7rem;
  line-height: 7rem;
}

.vsm-short-testimonial-carousel .vsm-body .content .testimonial-data .author .name {
  color: rgba(var(--vsm-accent-colour), 1);
}

.vsm-short-testimonial-carousel .vsm-body .content .testimonial-data .rte p a {
  display: block;
}

.vsm-short-testimonial-carousel .swiper-pagination .swiper-pagination-bullet {
  margin: 0.5rem;
  width: 1rem;
  height: 1rem;
}

.vsm-content-in-image-carousel {
  background: #822121;
  background: -webkit-gradient(linear, left top, left bottom, from(#822121), to(rgba(var(--vsm-black), 1)));
  background: linear-gradient(180deg, #822121 0%, rgba(var(--vsm-black), 1) 100%);
}

.vsm-content-in-image-carousel .vsm-header .xs-heading {
  color: rgba(var(--vsm-white), 1);
}

.vsm-content-in-image-carousel .vsm-header .md-heading {
  color: rgba(var(--vsm-white), 1);
}

.vsm-content-in-image-carousel .vsm-header .btn {
  background-color: rgba(var(--vsm-white), 1);
}

.vsm-content-in-image-carousel .vsm-header .btn span {
  color: rgba(var(--vsm-accent-colour), 1);
}

.vsm-content-in-image-carousel .vsm-header .btn:hover {
  background-color: rgba(var(--vsm-black), 1) !important;
}

.vsm-content-in-image-carousel .vsm-header .btn:hover span {
  color: rgba(var(--vsm-white), 1);
}

.vsm-content-in-image-carousel .vsm-body .swiper-slide .content-in-image {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 300px;
  border-radius: 10px 10px 70px 10px;
}

.vsm-content-in-image-carousel .vsm-body .swiper-slide .content-in-image {
  color: rgba(var(--vsm-white), 1);
  background-color: #822121;
  background: #822121;
}
.vsm-content-in-image-carousel .vsm-body .swiper-slide-active .content-in-image  {

  background-color: #ffffff;
  background: #ffffff;
}

.vsm-content-in-image-carousel .vsm-body .swiper-slide .content-in-image .content {
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.vsm-content-in-image-carousel .vsm-body .swiper-slide-active .content-in-image .content::before {
  content: '';
  z-index: 1;
  background: transparent;
  width: 100%;
  height: 100%;
  background-image: url(../img/ExpertiseGlobe.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  mix-blend-mode: overlay;
  opacity: 1;
  background-position: top right;
  background-size: contain;
  max-height: 50%;
}

.vsm-content-in-image-carousel .vsm-body .swiper-slide .content-in-image .content .md-heading {
  font-size: 1.7rem;
}

.vsm-content-in-image-carousel .vsm-body .swiper-slide .content-in-image .content .btn {
  background-color: rgba(var(--vsm-accent-colour), 1);
  border: 1px solid rgba(var(--vsm-white), 1);
  max-width: 200px;
}

.vsm-content-in-image-carousel .vsm-body .swiper-slide.swiper-slide-active .content-in-image .media {
  color: rgba(var(--vsm-white), 1);
}

.vsm-content-in-image-carousel .vsm-body .swiper-slide.swiper-slide-active .content-in-image .media:before {
  background-color: rgba(var(--vsm-white), 1);
  background: rgba(var(--vsm-white), 1);
  -webkit-transition: .4s;
  transition: .4s;
}

.vsm-content-in-image-carousel .vsm-body .swiper-slide.swiper-slide-active .content-in-image .content .md-heading {
  color: rgba(var(--vsm-accent-colour), 1);
}

.vsm-content-in-image-carousel .vsm-body .swiper-slide.swiper-slide-active .content-in-image .content .rte ul li{
  color: #BD423B;
}

.vsm-content-in-image-carousel .vsm-body .swiper-slide.swiper-slide-active .content-in-image .content .rte p {
  color: rgba(var(--vsm-black), 1) !important;
}

.vsm-content-in-image-carousel .swiper-navigation .swiper-button-prev {
  color: rgba(var(--vsm-white), 1);
}

.vsm-content-in-image-carousel .swiper-navigation .swiper-button-next {
  color: rgba(var(--vsm-white), 1);
}
@media (min-width: 768px){

footer.vsm-default-footer .col-md-5 {
  flex: 0 0 auto;
  width: 33.33333333%!important;
}
footer.vsm-default-footer .col-md-4 {
flex: 0 0 auto;
width: 41.66666667%;
}
  
/* footer.vsm-default-footer .col-md-4 .row .col:first-child {
  max-width: 25%;
} */
footer.vsm-default-footer .col-md-4 .row .col.col:nth-child(2) {
  max-width: 75%;
}
}
.vsm-default-footer {
  font-family:  "Tenor Sans", sans-serif;
  color: rgba(var(--vsm-black), 1);
  background-color: rgba(var(--vsm-white), 0.5) !important;
}

.vsm-default-footer .vsm-body .col .xs-heading {
  color: #822121;
}

.vsm-default-footer .vsm-body .col a {
  color: rgba(var(--vsm-black), 1) !important;
  text-decoration: none;
}

.vsm-default-footer .vsm-body .col a:hover {
  color: rgba(var(--vsm-accent-colour), 1) !important;
}

.vsm-default-footer .vsm-body .col p {
  color: rgba(var(--vsm-black), 1);
}

.vsm-default-footer .vsm-body .col .contact-info div {
  color: rgba(var(--vsm-black), 1) !important;
}

.vsm-default-footer .vsm-body .col .social li a {
  color: #822121 !important;
}

.vsm-default-footer .vsm-body .col .social li a:hover {
  color: rgba(var(--vsm-accent-colour), 1);
}

.vsm-default-footer .vsm-body .col .form-holder input {
  border: 2px solid rgba(var(--vsm-accent-colour), 1);
  border-radius: 10px 0 0 10px;
}

.vsm-default-footer .vsm-body .col .form-holder .form-control{
  color: #000 !important
}

.vsm-default-footer .vsm-body .col .form-holder input::-webkit-input-placeholder {
  color: rgba(var(--vsm-black), 0.6);
}

.vsm-default-footer .vsm-body .col .form-holder input:-ms-input-placeholder {
  color: rgba(var(--vsm-black), 0.6);
}

.vsm-default-footer .vsm-body .col .form-holder input::-ms-input-placeholder {
  color: rgba(var(--vsm-black), 0.6);
}

.vsm-default-footer .vsm-body .col .form-holder input::placeholder {
  color: rgba(var(--vsm-black), 0.6);
}

.vsm-default-footer .vsm-body .col .form-holder .btn {
  background-color: rgba(var(--vsm-accent-colour), 1);
}

.vsm-default-footer .vsm-body .col .form-holder .btn i {
  color: rgba(var(--vsm-white), 1);
}

.vsm-default-footer .vsm-body .col .form-holder .btn:hover {
  background-color: rgba(var(--vsm-black), 1) !important;
  border: 1px solid rgba(var(--vsm-black), 1) !important;
}
footer.vsm-default-footer .vsm-body .justify-content-between {
  justify-content: start!important;
}
.vsm-default-footer .vsm-body .contact-info img.contact-icons {
  height: 25px;
}
.vsm-default-footer .vsm-body .contact-flex {
  display: flex;
  align-items: center;
  flex: 1 0 10% !important;
}
.vsm-default-footer .vsm-body .contact-detail {
  display: flex;
  align-items: center;
  flex: 1 0 90% !important;
  height: 45px;
}

.vsm-default-signoff {
  background-color: #E5E5E5;
  font-family:  "Tenor Sans", sans-serif;
  color: rgba(var(--vsm-black), 1) !important;
  padding: 1.1rem 0;
}

.vsm-default-signoff .signoff-links li a {
  color: rgba(var(--vsm-black), 1);
  font-size: .8rem;
}

.vsm-default-signoff .designed-by a {
  color: rgba(var(--vsm-black), 1) !important;
}

@media(max-width:768px){
  .vsm-default-signoff .row.justify-content-between{
  flex-direction: column;
  text-align: center;
}

.vsm-default-signoff .row.justify-content-between .signoff-links{
  margin: 1rem 0;
}
}

.vsm-large-short-quote {
  font-family:  "Tenor Sans", sans-serif;
}

.vsm-large-short-quote.red-bottom-corner {
  background-color: #822121;
}

.vsm-large-short-quote.red-bottom-corner .bg {
  background-color: #f7f7f7;
  border-radius: 0px 0px 12rem 0px;
  padding: 5rem 0;
}

.vsm-large-short-quote .bg {
  background-color: #f7f7f7;
  padding: 2rem 0 5rem 0;
}

.vsm-large-short-quote .bg .quote .ico i {
  color: rgba(var(--vsm-accent-colour), 1);
}

.vsm-large-short-quote .bg .quote .content {
  text-align: center;
}

.vsm-large-short-quote .bg .quote .content p {
  color: rgba(var(--vsm-black), 1);
}

.vsm-large-short-quote .bg .quote .content span {
  color: rgba(var(--vsm-black), 1);
}

.vsm-large-short-quote .bg .quote .content .star-rating i {
  background: rgba(var(--vsm-accent-colour), 1);
  background: -webkit-gradient(linear, left top, left bottom, from(#822121), to(#411111));
  background: linear-gradient(180deg, #822121 0%, #411111 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (min-width: 768px){
  .vsm-basic-blog-featured-section .vsm-body .container>.row>.col:nth-child(1) {
    width: 66.66666667%;
  }
  .vsm-basic-blog-featured-section .vsm-body .container>.row>.col:nth-child(2) {
    width: 33.33333333%;
  }
  /* .vsm-basic-blog-featured-section .vsm-body .container>.row>.col:nth-child(1)>.row>.col {
    width: 100%;
}
  .vsm-basic-blog-featured-section .vsm-body .container>.row>.col:nth-child(2)>.row>.col {
    width: 100%;
} */
}

/* @media (min-width: 576px){
.vsm-basic-blog-featured-section .vsm-body .container>.row>.col:nth-child(2)>.row>.col {
    width: 50%;
  }
} */


/* ------------------------------

List items

-------------------------------*/

.vsm-wide-content li {
  display: flex;
  padding-left: 1.5rem;
  height: 1.5rem;
}

.vsm-wide-content ul {
  color: rgba(var(--vsm-primary-colour), 1);
  list-style-type: none;
  position: relative;
  margin-left: 0px;
  padding-left: 0px;
  line-height: 0.7;
}

.vsm-wide-content ul li::before {
  color: rgba(var(--vsm-primary-colour), 1);
  content: "\f054";
  position: absolute;
  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;
  left: 0px;
}

.vsm-content-image-50-50  li  {
  display: flex;
  padding-left: 1.5rem;
  height: 1.5rem;
}

.vsm-content-image-50-50 .md-heading.Red{
  color: #BD423B;
}


.vsm-content-image-50-50 .md-heading.Black{
  color: #000;
}


.vsm-content-image-50-50 ul {
  color: rgba(var(--vsm-primary-colour), 1);
  list-style-type: none;
  position: relative;
  margin-left: 0px;
  padding-left: 0px;
  line-height: 0.7;
}

.vsm-content-image-50-50 ul li::before {
  color: rgba(var(--vsm-primary-colour), 1);
  content: "\f054";
  position: absolute;
  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;
  left: 0px;
}

.vsm-job-details .rte li  {
  display: flex;
  padding-left: 1.5rem;
  line-height: 1.5rem;
}

.vsm-job-details .rte ul {
  color: rgba(var(--vsm-primary-colour), 1);
  list-style-type: none;
  position: relative;
  margin-left: 0px;
  padding-left: 0px;
  line-height: 0.7;
}

.vsm-job-details .rte ul li::before {
  color: rgba(var(--vsm-primary-colour), 1);
  content: "\f054";
  position: absolute;
  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;
  left: 0px;
}

.footer-logo{
  max-width: 70%;
  height: auto;
  padding-bottom: 25px;
}

/* ------------------------------

Candidate Dashboard

-------------------------------*/

.candidate-dashboard{
  font-family: 'Tenor Sans', sans-serif;
}

.candidate-dashboard .side-menu nav.main-menu{
  margin-top: 45px;
}

.candidate-dashboard .side-menu nav.main-menu ul li.nav-item .nav-link{
  font-family:  "Tenor Sans", sans-serif;
}

.candidate-dashboard .side-menu nav.main-menu ul li.nav-item .nav-link:hover{
 background: rgba(var(--vsm-accent-colour), 0.1);
}

.candidate-dashboard .side-menu nav.main-menu ul li.nav-item .nav-link:hover span:nth-of-type(2){
color: rgba(var(--vsm-accent-colour), 1);
}

.candidate-dashboard .side-menu nav.main-menu ul li.nav-item .nav-link .badge{
  background: rgba(var(--vsm-accent-colour), 1);
}

.candidate-dashboard .section-header .btn-secondary:hover{
  background: rgba(var(--vsm-accent-colour), 1);
}

.candidate-dashboard .section-header .supplement-menu ul li a:hover{
  border-bottom: 4px solid rgba(var(--vsm-accent-colour), 1);
}


.candidate-dashboard .section-contents .counter .lg-number{
  color: rgba(var(--vsm-accent-colour), 1);
}

.candidate-dashboard .section-contents .job-application:hover{
  border: 1px solid rgba(var(--vsm-accent-colour), 1);
}

.candidate-dashboard .section-contents .job-application .application-status .fa-check:before{
  color: rgba(var(--vsm-accent-colour), 1);
}

.candidate-dashboard .section-contents .job-application .contact-consultant {
  color: rgba(var(--vsm-accent-colour), 1);
}

.candidate-dashboard .section-contents .job-application .btn-ghost-primary span {
  color: #fff;
}

.candidate-dashboard.register .sign-in-form .form-row .element.submit .btn, 
.candidate-dashboard.login .sign-in-form .form-row .element.submit .btn {
  background: #BD423B;
}

.sign-in .card .btn, .register .card .btn {
  background: #BD423B;
}

.sign-in .card .btn:hover span, .register .card .btn:hover span {
  color: rgba(var(--vsm-black), 1) !important;
}

.candidate-dashboard .section-contents .job-application .btn-ghost-primary:hover span {
  color: rgba(var(--vsm-accent-colour), 1);
}

.candidate-dashboard .section-contents .form .element.file .custom-file-label:after{
  background: rgba(var(--vsm-accent-colour), 1);
}

.candidate-dashboard .section-contents .form .icheck-primary > input:first-child:checked + input[type=hidden] + label::before, .icheck-primary > input:first-child:checked + label::before {
    border: 1px solid rgba(var(--vsm-accent-colour), 1);
}

.candidate-dashboard sm-text {
  color: rgba(var(--vsm-black), 1);
}

.candidate-dashboard .col.align-center p {
  color: rgba(var(--vsm-black), 1);
}

.candidate-dashboard .sign-in-form.card .row .col p {
  color: rgba(var(--vsm-black), 1);
}

.candidate-dashboard.register .col.align-center p {
  color: rgba(var(--vsm-white), 1);
}


.candidate-dashboard .section-contents .upload-doc-widget .element.file .custom-file-label.btn{
  border: 2px solid rgba(var(--vsm-accent-colour), 1);
  color: rgba(var(--vsm-accent-colour), 1);
}

.candidate-dashboard .section-contents .upload-doc-widget .element.file .custom-file-label.btn:before{
  color: rgba(var(--vsm-accent-colour), 1) !important;
}

.candidate-dashboard .btn.btn-dark:hover span {
  color: rgba(var(--vsm-black), 1);
}

.candidate-dashboard .section-contents .side-notice-summary .btn.btn-ghost-primary span{
  color: rgba(var(--vsm-black), 1);
}

.candidate-dashboard .upload-doc-widget .submit .btn.btn-primary:hover span {
  color: rgba(var(--vsm-black), 1);
}

.candidate-dashboard btn.btn-dark.ajax-close-account:hover span {
  color: rgba(var(--vsm-black), 1);
}

.candidate-dashboard .section-contents .side-notice-summary .btn.btn-ghost-primary:hover span{
  color: rgba(var(--vsm-accent-colour), 1);
}

.candidate-dashboard .section-contents .alert .alert-header{
  background: rgba(var(--vsm-accent-colour), 0.1);
}

.candidate-dashboard .section-contents .alert .alert-header .xs-heading{
  color: rgba(var(--vsm-accent-colour), 1);
}

.candidate-dashboard .section-contents .alert .alert-header .xs-heading span{
  color: rgba(var(--vsm-accent-colour), 1);
}

.candidate-dashboard .section-contents .alert .alert-content .keywords li{
  background: rgba(var(--vsm-accent-colour), 1);
}

.candidate-dashboard .sign-in-form .element.file .custom-file-label:after{
  background: rgba(var(--vsm-accent-colour), 1);
}

.candidate-dashboard .sign-in-form .btn-ghost-dark span{
color: rgba(var(--vsm-white), 1);
}
.candidate-dashboard .sign-in-form .btn-ghost-dark:hover span{
color: rgba(var(--vsm-accent-colour), 1);
}

@media screen and (max-width: 770px){
  .candidate-dashboard .mobile-header .brand.ajax-logo img{
    height: 75%;
  }
  .vsm-latest-featured .col{
    margin-bottom: 1rem;
  }
}

.vsm-latest-featured .content-card {
    margin-bottom: 0.938rem;
    border-radius:0px 0px 70px 10px;
    -webkit-box-shadow: 2px 0px 17px 5px rgb(0 0 0 / 29%);
    box-shadow: 2px 0px 17px 5px rgb(0 0 0 / 29%);
    height: 100%;
}

.vsm-latest-featured .content-card .content {
    padding: 1.5rem 2rem;
}
.vsm-latest-featured .content-card .content .xs-heading{
  margin-top:0.5rem;
}

.vsm-latest-featured .md-heading{
  color: #BD423B;
}

.vsm-top .navigation .more-nav ul li a {
    color: rgba(var(--vsm-white), 1);
}


body.job-page .vsm-job-search-results-listings{padding-top:0;}
#vennture_dynamic_jobsearch .vsm-job-search-results-listings {
  padding: 0;
}
#vennture_dynamic_jobsearch .vsm-job-search-results-listings .job-listing > li:first-child {
  border: 0.0625rem solid rgba(var(--vsm-black), 0.1);
}
#vennture_dynamic_jobsearch .vsm-job-search-results-listings .job-listing > li:first-child:hover {
  border: 0.0625rem solid rgba(var(--vsm-primary-colour), 0.5);
}
#vennture_dynamic_jobsearch .vsm-job-search-results-listings .job-listing > li {
  border: 0.0625rem solid rgba(var(--vsm-black), 0.1);
}
#vennture_dynamic_jobsearch .vsm-job-search-results-listings .job-listing > li:hover {
  border: 0.0625rem solid rgba(var(--vsm-primary-colour), 0.5);
}
#vennture_dynamic_jobsearch .vsm-job-search-results-listings .job-search-filters .filter-group .filters .filter .element.radio label {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0;
}

/* ---------------------------------------------------------
The Team 
-------------------------------------------------------------*/
.cm-filter-bar {
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cm-filter-bar form > .row > .col {
  flex: 1 0 100%;
}
@media (min-width: 1024px) {
  .cm-filter-bar form > .row > .col {
    flex: 1 0 0;
  }
}
.cm-filter-bar .cm-header {
  text-align: left;
}
.cm-filter-bar .cm-header .md-heading {
  color: rgba(var(--vsm-body-copy-colour), 1);
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
}
.cm-filter-bar .cm-header .md-heading span {
  color: rgba(var(--vsm-secondary-colour), 1);
}
.cm-filter-bar .row:nth-child(3) .col-auto .element.submit .btn {
  border: 0.063rem solid rgba(var(--vsm-primary-colour), 1);
  background-color: rgba(var(--vsm-primary-colour), 1);
  color: rgba(var(--vsm-white), 1);
}
.cm-filter-bar .row:nth-child(3) .col-auto .element.submit .btn span {
  color: rgba(var(--vsm-white), 1);
}
.cm-filter-bar .row:nth-child(3) .col-auto .element.submit .btn:hover {
  border: 0.063rem solid rgba(var(--vsm-white), 1);
  background-color: rgba(var(--vsm-black), 1);
  color: rgba(var(--vsm-white), 1);
}
.cm-filter-bar .row:nth-child(3) .col-auto .element.submit .btn:hover span {
  color: rgba(var(--vsm-white), 1);
}
.cm-filter-bar .element {
  width: auto;
  display: flex;
  flex: 1 0 auto;
  margin-left: 0;
}
.cm-filter-bar .element .field {
  width: 100%;
}
.cm-filter-bar .element.submit .btn {
  border: 0.063rem solid rgba(var(--vsm-primary-colour), 1);
  background-color: rgba(var(--vsm-primary-colour), 1);
  color: rgba(var(--vsm-white), 1);
}
.cm-filter-bar .element.submit .btn span {
  color: rgba(var(--vsm-white), 1);
}
.cm-filter-bar .element.submit .btn:hover {
  border: 0.063rem solid rgba(var(--vsm-white), 1);
  background-color: rgba(var(--vsm-black), 1);
  color: rgba(var(--vsm-primary-colour), 1);
}
.cm-filter-bar .element.submit .btn:hover span {
  color: rgba(var(--vsm-primary-colour), 1);
}
.cm-filter-bar .element.submit.filter .btn {
  border: 0.063rem solid rgba(var(--vsm-black), 1);
  background-color: rgba(var(--vsm-black), 0);
  color: rgba(var(--vsm-black), 1);
}
.cm-filter-bar .element.submit.filter .btn span {
  color: rgba(var(--vsm-black), 1);
  position: relative;
}

.cm-filter-bar .element.submit.filter .btn:hover span{
    color: rgba(var(--vsm-primary-colour), 1);
}
.cm-filter-bar .element.submit.filter .btn:hover {
  color: rgba(var(--vsm-primary-colour), 1);
  border: 0.063rem solid rgba(var(--vsm-primary-colour), 1);
  background-color: rgba(var(--vsm-black), 0);
}
.cm-filter-bar .element.text input {
  border-radius: 0.65rem;
  -webkit-border-radius: 0.65rem;
  -moz-border-radius: 0.65rem;
  -ms-border-radius: 0.65rem;
  -o-border-radius: 0.65rem;
  background-clip: padding-box;
  color: rgba(var(--vsm-primary-colour), 1);
  background: rgba(var(--vsm-black), 0.05);
}
.cm-filter-bar .element.text input.placeholder {
  color: rgba(var(--vsm-body-copy-colour), 1);
}
.cm-filter-bar .element.text input:-moz-placeholder {
  color: rgba(var(--vsm-body-copy-colour), 1);
}
.cm-filter-bar .element.text input::-moz-placeholder {
  color: rgba(var(--vsm-body-copy-colour), 1);
}
.cm-filter-bar .element.text input:-ms-input-placeholder {
  color: rgba(var(--vsm-body-copy-colour), 1);
}
.cm-filter-bar .element.text input::-webkit-input-placeholder {
  color: rgba(var(--vsm-body-copy-colour), 1);
}
.cm-filter-bar .element.select .field {
  border-radius: 0.65rem;
  -webkit-border-radius: 0.65rem;
  -moz-border-radius: 0.65rem;
  -ms-border-radius: 0.65rem;
  -o-border-radius: 0.65rem;
  background-clip: padding-box;
  background: rgba(var(--vsm-secondary-colour), 1);
}
.cm-filter-bar .element.select .field::before {
  color: rgba(var(--vsm-white), 1);
}
.cm-filter-bar .element.select select {
  border-radius: 0.65rem;
  -webkit-border-radius: 0.65rem;
  -moz-border-radius: 0.65rem;
  -ms-border-radius: 0.65rem;
  -o-border-radius: 0.65rem;
  background-clip: padding-box;
  color: rgba(var(--vsm-body-copy-colour), 0.7);
  background: rgba(var(--vsm-secondary-colour), 1);
}
.cm-filter-bar .element.select select.placeholder {
  color: rgba(var(--vsm-white), 1);
}
.cm-filter-bar .element.select select:-moz-placeholder {
  color: rgba(var(--vsm-white), 1);
}
.cm-filter-bar .element.select select::-moz-placeholder {
  color: rgba(var(--vsm-white), 1);
}
.cm-filter-bar .element.select select:-ms-input-placeholder {
  color: rgba(var(--vsm-white), 1);
}
.cm-filter-bar .element.select select::-webkit-input-placeholder {
  color: rgba(var(--vsm-white), 1);
}
.cm-filter-bar .element .md-heading {
  margin-bottom: 2rem;
}
.cm-filter-bar .element label {
  display: none;
}

/* ---------------------------------
vsm-profile-cards
----------------------------------*/
.page-item {
  font-weight: 600;
  color: rgba(var(--vsm-black), 0.5);
}
.page-item.current {
  color: rgba(var(--vsm-primary-colour), 1);
}
.page-item.current a {
  text-decoration: none;
}
.page-item.disabled .page-link {
 color: rgba(var(--vsm-primary-colour), 1);
  pointer-events: none;
  background-color: transparent;
  border: none;
}
.page-item.disabled .page-link span {
  font-weight: 600;
}

.vsm-profile-cards .col:nth-child(2n+1),
.vsm-profile-cards .col:nth-child(2n) {
  background: transparent;
}
@media (min-width: 768px) {
  .vsm-profile-cards .col {
    flex: 1 0 50%;
  }
}
@media (min-width: 1024px) {
  .vsm-profile-cards .col {
    flex: 0 0 33.33%;
  }
}
@media (min-width: 1400px) {
  .vsm-profile-cards .col {
    flex: 0 0 33.33%;
  }
}
.vsm-profile-cards .vsm-body .paging-information {
  margin-bottom: 2rem;
  border-bottom: 0.063rem solid rgba(var(--vsm-black), 0.1);
  padding: 1rem 0 1rem 0;
}
.vsm-profile-cards .vsm-body .paging-information ~ .paging-information {
  border-top: 0.063rem solid rgba(var(--vsm-black), 0.1);
}
.vsm-profile-cards .vsm-body .paging-information .col {
  margin-bottom: 0;
}
.vsm-profile-cards .vsm-body .paging-information .row {
  align-items: center;
  justify-content: space-between;
}
.vsm-profile-cards .vsm-body .paging-information .total-items {
  color: rgba(var(--vsm-black), 1);
  font-weight: 600;
}
.vsm-profile-cards .vsm-body .paging-information .page-link:hover {
  text-decoration: none;
  color: rgba(var(--vsm-black), 1);
}
.vsm-profile-cards .vsm-body .col {
  margin-bottom: 1.6em;
}
.vsm-profile-cards .vsm-body .col .profile {
  overflow: hidden;
  background-clip: padding-box;
  padding: 0;
  height: 100%;
  background: rgba(var(--vsm-white), 1); 
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.vsm-profile-cards .vsm-body .col .profile:hover .content .align-buttons .inline-link a {
  color: rgba(var(--vsm-primary-colour), 1); 
}
.vsm-profile-cards .vsm-body .col .profile .content {
  height: 100%;
  text-align: left;
  padding: 1rem;
}
.vsm-profile-cards .vsm-body .col .profile .content .rte {
  display: none;
  margin-bottom: 1rem;
}
.vsm-profile-cards .vsm-body .col .profile .content h4 {
  font-weight: 700;
  font-size: 1.325rem; /*21px*/
  color: rgba(var(--vsm-primary-colour), 1);
}
.vsm-profile-cards .vsm-body .col .profile .content h4 a {
  color: rgba(var(--vsm-primary-colour), 1);
  text-decoration: none;
}
.vsm-profile-cards .vsm-body .col .profile .content h4 a:hover {
  color: rgba(var(--vsm-primary-colour), 1);
}
.vsm-profile-cards .vsm-body .col .profile .content h4,
.vsm-profile-cards .vsm-body .col .profile .content p {
  text-decoration: none;
  text-align: left;
}
.vsm-profile-cards .vsm-body .col .profile .content p {
  color: rgba(var(--vsm-black), 1);
  font-weight: 700;
  font-size: 1rem;
}
.vsm-profile-cards .vsm-body .col .profile .content .btn {
  border: 0.063rem solid rgba(var(--vsm-white), 1);
  background-color: rgba(var(--vsm-black), 0);
  color: rgba(var(--vsm-white), 1);
}
.vsm-profile-cards .vsm-body .col .profile .content .btn span {
  color: rgba(var(--vsm-white), 1);
  position: relative;
}
.vsm-profile-cards .vsm-body .col .profile .content .btn:hover {
  color: rgba(var(--vsm-white), 1);
  border: 0.063rem solid rgba(var(--vsm-primary-colour), 1);
  background-color: rgba(var(--vsm-black), 0);
}
.vsm-profile-cards .vsm-body .col .profile .content .align-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.vsm-profile-cards .vsm-body .col .profile .content .align-buttons .inline-link {
  margin-right: 1rem;
}
.vsm-profile-cards .vsm-body .col .profile .content .align-buttons .inline-link:hover::after {
  left: 0.625rem;
  animation: none !important;
  color: rgba(var(--vsm-primary-colour), 1);
}
.vsm-profile-cards .vsm-body .col .profile .content .align-buttons .inline-link::after {
  content: "\f178" !important;
}
.vsm-profile-cards .vsm-body .col .profile .content .social {
  margin: 0 0 0 0;
  width: auto;
  text-align: left;
}
.vsm-profile-cards .vsm-body .col .profile .content .social li {
  position: relative;
  display: inline-flex;
  margin: 0 0rem;
}
.vsm-profile-cards .vsm-body .col .profile .content .social li a {
  text-decoration: none;
  font-weight: 100 !important;
  position: relative;
  font-size: 1.5rem;
  color: rgba(var(--vsm-white), 1);
  justify-content: left;
  display: flex;
  align-items: center;
  margin-right: 1rem;
  height: 2.5rem;
  z-index: 5;
}
.vsm-profile-cards .vsm-body .col .profile .content .social li a i {
  color: rgba(var(--vsm-primary-colour), 1);
}
.vsm-profile-cards .vsm-body .col .profile .content .social li a i:hover {
  color: rgba(var(--vsm-primary-colour), 1);
}
.vsm-profile-cards .vsm-body .col .profile .media[data-initials]::before {
  border-radius: 0;
}
@media (min-width: 768px) {
  .vsm-profile-cards .vsm-body .col .profile .media[data-initials]::before {
    border-radius: 0;
    width: 100%;
    height: 8rem;
    line-height: 8rem;
  }
}
@media (min-width: 1024px) {
  .vsm-profile-cards .vsm-body .col .profile .media[data-initials]::before {
    width: 10rem;
    height: 10rem;
    line-height: 10rem;
  }
}
@media (min-width: 1400px) {
  .vsm-profile-cards .vsm-body .col .profile .media[data-initials]::before {
    width: 12rem;
    height: 12rem;
    line-height: 12rem;
  }
}
.vsm-profile-cards .vsm-body .col .profile .media {
  border-radius: 0;
  width: 100%;
  height: 15rem;
}
.vsm-profile-cards .vsm-body .col .profile .media img {
  border-radius: 0;
}
@media (min-width: 768px) {
  .vsm-profile-cards .vsm-body .col .profile .media {
    border-radius: 0;
    width: 100%;
    height: 18rem;
  }
}
@media (min-width: 1024px) {
  .vsm-profile-cards .vsm-body .col .profile .media {
    width: 100%;
    height: 18rem;
  }
}
@media (min-width: 1400px) {
  .vsm-profile-cards .vsm-body .col .profile .media {
    width: 100%;
    height: 18rem;
  }
}

/* ---------------------------------
End vsm-profile-cards
----------------------------------*/


.vsm-profile-details .profile-contacts .contacts li:nth-child(3) .btn{
  background: rgba(var(--vsm-primary-colour), 0);
  border: .063rem solid rgba(0,0,0,.2);
}
.vsm-profile-details .profile-contacts .contacts li:nth-child(3) .btn span{
  color: rgba(var(--vsm-black), 1);
}
.vsm-profile-details .profile-contacts .contacts li:nth-child(3) .btn.ico-btn i {
  color: rgba(var(--vsm-primary-colour), 1);
  margin-right: .625rem;
}


/* CM TEAM SLIDER */

.cm-team-slider {
  overflow: hidden;
  position: relative;
    padding-bottom: var(--vsm-mobile-padding-bottom);
    padding-top: var(--vsm-mobile-padding-top);
}

/* .cm-team-slider .swiper-slide{
  width: 24rem !important;
} */
@media (min-width: 768px){
  .cm-team-slider{
      padding-bottom: var(--vsm-tablet-padding-bottom);
      padding-top: var(--vsm-tablet-padding-top);
  }
}
@media (min-width: 1024px){
  .cm-team-slider{
      padding-bottom: var(--vsm-desktop-padding-bottom);
      padding-top: var(--vsm-desktop-padding-top);
  }
}


@media(min-width:768px){
   .cm-team-slider{
     -webkit-clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 100%);
     clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 100%);
   }
}


.cm-team-slider .content-in-image {
  position: relative;
  height: 26.25rem;
  border-radius: 1rem;
  border: 2px solid #fff;
}



.cm-team-slider .content-in-image .list {
  display: none;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; */
}
  .cm-team-slider .content-in-image .list ul {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
  }
   .cm-team-slider .content-in-image .list ul li{
     display: flex;
     justify-content: space-between;
   }
   .cm-team-slider .content-in-image .list ul li span{
     margin-left: 2rem;
   }
 .cm-team-slider .content-in-image .list ul li span img{
   max-width:5rem;
   height: 1.1rem;
   object-fit: contain;

 }
  
 @media (max-width:1199px) {
 
      .cm-team-slider .content-in-image .list ul{
        font-size: .9rem;
      
      }
 }

 @media (max-width:768px) {
 
    .cm-team-slider .content-in-image .list ul{
      font-size: 1rem;
    }
}
 



.cm-team-slider .cm-header {
  margin-bottom: 1.875rem;
    margin-top: 2.875rem;
}
.cm-team-slider .swiper-container {
  overflow: visible;
}
.cm-team-slider .swiper-pagination {
  display: none;
  position: relative;
  margin: 1.875rem 0 0 0;
}
.cm-team-slider .swiper-navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.cm-team-slider .swiper-navigation div {
  margin: 0 0 0 1.875rem;
  left: 0;
  right: 0;
}



.cm-team-slider .swiper-button-prev {
  font-size: 1.875rem;
  color: #BD423B;
  position: relative;
  top: 0;
}
.cm-team-slider .swiper-button-prev:after {
  content: "";
}
.cm-team-slider .swiper-button-next {
  font-size: 1.875rem;
  color: #BD423B;
  position: relative;
  top: 0;
}
.cm-team-slider .swiper-button-next:after {
  content: "";
}
.cm-team-slider .col {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  justify-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .cm-team-slider .col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}
.cm-team-slider .content-in-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
  margin-bottom: 1.875rem;
}
.cm-team-slider .content-in-image .media {
  position: absolute;
  top: 0;
  overflow: hidden;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
  height: 100%;
}
.cm-team-slider .content-in-image .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cm-team-slider .content-in-image .media::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    to(#000)
  );
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
}
.cm-team-slider .content-in-image .content {
  z-index: 1;
  padding: 1.875rem;
}
.cm-team-slider .content-in-image .content .sm-heading {
  text-align: left;
   color: #fff;
    font-size: 1.563rem;
    /* width: 50%; */
}
.cm-team-slider .content-in-image .content p {
 color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
}
.cm-team-slider .content-in-image .content ul {
  
  color: #fff;
  list-style-type: none;
  padding-left: 0;
}
.cm-team-slider .content-in-image .content .rte {
  color: #fff;
}
.cm-team-slider .content-in-image .content .rte p,
.cm-team-slider .content-in-image .content .rte li,
.cm-team-slider .content-in-image .content .rte dd {
  color: #fff;
}
.cm-team-slider .content-in-image:hover .media {
  -webkit-transform: scale(1);
  transform: scale(1);
}
