@charset "UTF-8";
:root {
  --vsm-white: 255, 255, 255;
  --vsm-black: 0, 0, 0;
  --vsm-body-copy-colour: 0, 0, 0;
  --vsm-accent-colour: 255, 211, 68;
  --vsm-primary-colour: 255, 217, 0;
  --vsm-secondary-colour: 31, 31, 33;
  --vsm-tertiary-colour: 23, 155, 158;
  --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;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container.wide {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container.wide {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container.wide {
    width: 100%;
    max-width: 90%;
  }
}

/* NO GUTTERS */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* ------------------------------
Icons
--------------------------------*/
/* ------------------------------
Typography
--------------------------------*/
@font-face {
  font-family: 'Kepler Std Bold Semicondensed Display';
  font-style: normal;
  font-weight: normal;
  src: local("Kepler Std Bold Semicondensed Display"), url("../fonts/KeplerStd-BoldScnDisp.woff") format("woff");
}

@font-face {
  font-family: 'Kepler Std Bold Semicondensed Display Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Kepler Std Bold Semicondensed Display Italic"), url("../fonts/KeplerStd-BoldScnItDisp.woff") format("woff");
}

@font-face {
  font-family: 'Mundial';
  src: url("../fonts/Mundial-Bold.woff2") format("woff2"), url("../fonts/Mundial-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mundial';
  src: url("../fonts/Mundial-Black.woff2") format("woff2"), url("../fonts/Mundial-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mundial';
  src: url("../fonts/Mundial-Demibold.woff2") format("woff2"), url("../fonts/Mundial-Demibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mundial';
  src: url("../fonts/Mundial-Regular.woff2") format("woff2"), url("../fonts/Mundial-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mundial';
  src: url("../fonts/Mundial-Hair.woff2") format("woff2"), url("../fonts/Mundial-Hair.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mundial';
  src: url("../fonts/Mundial-Light.woff2") format("woff2"), url("../fonts/Mundial-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Mundial';
  src: url("../fonts/Mundial-Thin.woff2") format("woff2"), url("../fonts/Mundial-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

html,
body {
  height: 100% !important;
  font-family: "Mundial", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 100;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mundial", sans-serif;
  font-style: normal;
}

ul,
ol,
dd,
p {
  font-family: "Mundial", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
}

ul strong,
ol strong,
dd strong,
p strong {
  font-weight: 600;
}

a {
  color: #FFD900;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #FFD344;
}

.heading {
  font-size: 70px;
  font-size: 4.375rem;
}

.md-heading {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 3.125rem;
}

.sm-heading {
  font-size: 30px;
  font-size: 1.875rem;
}

.xs-heading {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.xxs-heading {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sub-heading {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ------------------------------
Buttons
--------------------------------*/
/* ------------------------------
Forms
--------------------------------*/
/* ***** FORM VALIDATION MESSAGES ****** */
.field-validation-error,
.field-validation-valid,
.validation-summary-errors {
  /* DEFAULT STYLES FOR VALIDATION MESSAGES - CLASS BASED ON DEV REQUIREMENTS */
}

/* ------------------------------
Theme
--------------------------------*/
.menu-open .vsm-top {
  background: rgba(var(--vsm-body-copy-colour), 1);
}

.menu-open .vsm-top .navigation .more-nav ul li .burger-menu span {
  background: rgba(var(--vsm-white), 1);
}

.menu-open .vsm-top .navigation .more-nav ul li .burger-menu span::before, .menu-open .vsm-top .navigation .more-nav ul li .burger-menu span::after {
  background: rgba(var(--vsm-white), 1);
}

.slide-menu {
  background: rgba(var(--vsm-body-copy-colour), 1);
}

.vsm-top {
  position: fixed;
  background: #1f1f21;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 31, 33, 0.4)), to(rgba(105, 105, 106, 0.4)));
  background: linear-gradient(180deg, rgba(31, 31, 33, 0.4) 0%, rgba(105, 105, 106, 0.4) 100%);
}

.vsm-top .navigation .brand img {
  height: 2.8125rem;
}

@media (min-width: 768px) {
  .vsm-top .navigation .brand img {
    height: 3.0625rem;
  }
}

.vsm-top .navigation .primary-nav nav {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.vsm-top .navigation .primary-nav nav ul li {
  color: rgba(var(--vsm-white), 1);
}

.vsm-top .navigation .primary-nav nav ul li a {
  color: rgba(var(--vsm-white), 1);
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}

.vsm-top .navigation .primary-nav nav ul li a:after {
  color: rgba(var(--vsm-white), 1);
}

.vsm-top .navigation .primary-nav nav ul li.dropdown a:after, .vsm-top .navigation .primary-nav nav ul li.meganav a:after {
  color: rgba(var(--vsm-white), 1);
}

.vsm-top .navigation .more-nav ul li .burger-menu span {
  background: rgba(var(--vsm-white), 1);
}

.vsm-top .navigation .more-nav ul li .burger-menu span::before, .vsm-top .navigation .more-nav ul li .burger-menu span:after {
  background: rgba(var(--vsm-white), 1);
}

.vsm-top .navigation .more-nav .btn {
  padding: 0.6875rem 0.8125rem 0.9375rem 0.8125rem;
}

.vsm-top.fixed, .vsm-top.switched-fixed {
  position: fixed;
  background: #1f1f21;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 31, 33, 0.4)), to(rgba(105, 105, 106, 0.4)));
  background: linear-gradient(180deg, rgba(31, 31, 33, 0.4) 0%, rgba(105, 105, 106, 0.4) 100%);
}

.vsm-top.fixed .navigation .more-nav ul li .burger-menu span, .vsm-top.switched-fixed .navigation .more-nav ul li .burger-menu span {
  background: rgba(var(--vsm-white), 1);
}

.vsm-top.fixed .navigation .more-nav ul li .burger-menu span::before, .vsm-top.fixed .navigation .more-nav ul li .burger-menu span:after, .vsm-top.switched-fixed .navigation .more-nav ul li .burger-menu span::before, .vsm-top.switched-fixed .navigation .more-nav ul li .burger-menu span:after {
  background: rgba(var(--vsm-white), 1);
}

.vsm-top.fixed .navigation .primary-nav nav ul li, .vsm-top.switched-fixed .navigation .primary-nav nav ul li {
  color: rgba(var(--vsm-white), 1);
}

.vsm-top.fixed .navigation .primary-nav nav ul li a, .vsm-top.switched-fixed .navigation .primary-nav nav ul li a {
  color: rgba(var(--vsm-white), 1);
}

.vsm-top.fixed .navigation .primary-nav nav ul li a:after, .vsm-top.switched-fixed .navigation .primary-nav nav ul li a:after {
  color: rgba(var(--vsm-white), 1);
}

.vsm-top.fixed .navigation .primary-nav nav ul li.dropdown a:after, .vsm-top.fixed .navigation .primary-nav nav ul li.meganav a:after, .vsm-top.switched-fixed .navigation .primary-nav nav ul li.dropdown a:after, .vsm-top.switched-fixed .navigation .primary-nav nav ul li.meganav a:after {
  color: rgba(var(--vsm-white), 1);
}

.inline-link {
  color: rgba(var(--vsm-body-copy-colour), 1);
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inline-link:after {
  content: "";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  border-radius: 6.25rem;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.0625rem solid rgba(var(--vsm-body-copy-colour), 1);
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0px;
  margin-left: 0.625rem;
  vertical-align: middle;
}

.inline-link:hover:after {
  border: 0.0625rem solid rgba(var(--vsm-primary-colour), 1);
  -webkit-animation: none;
          animation: none;
  left: 0;
}

.btn {
  padding: 0.6875rem 1.5625rem 0.9375rem 1.5625rem;
  line-height: 1;
  border: 0;
  background-color: rgba(var(--vsm-primary-colour), 1);
}

.btn span {
  color: rgba(var(--vsm-body-copy-colour), 1);
  font-size: 16px;
  font-size: 1rem;
}

.btn:hover {
  border: 0;
  background: rgba(var(--vsm-black), 1);
}

.btn:hover span {
  color: rgba(var(--vsm-white), 1);
}

.cm-parallax-hero {
  height: 78.125rem;
  z-index: 1;
  position: relative;
  background: rgba(var(--vsm-black), 1);
  overflow: hidden;
}

.cm-parallax-hero:after {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  background: #1f1f21;
  background: -webkit-gradient(linear, left bottom, left top, from(#1f1f21), to(rgba(31, 31, 33, 0)));
  background: linear-gradient(0deg, #1f1f21 0%, rgba(31, 31, 33, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

@media (min-width: 1400px) {
  .cm-parallax-hero {
    height: 84.375rem;
  }
}

.cm-parallax-hero .letter-x {
  top: -150px;
  position: relative;
}

.cm-parallax-hero .bg {
  z-index: 2;
  position: relative;
  height: 60vh;
  max-height: 34.375rem;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  top: 90px;
}

@media (min-width: 768px) {
  .cm-parallax-hero .bg {
    height: 70vh;
    max-height: 46.875rem;
  }
}

@media (min-width: 1024px) {
  .cm-parallax-hero .bg {
    height: 100vh;
    max-height: 40.625rem;
  }
}

.cm-parallax-hero .bg h1 {
  position: relative;
  top: 40%;
  font-size: 50px;
  font-size: 3.125rem;
  color: rgba(var(--vsm-white), 1);
  font-weight: normal;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .cm-parallax-hero .bg h1 {
    font-size: 70px;
    font-size: 4.375rem;
  }
}

@media (min-width: 1024px) {
  .cm-parallax-hero .bg h1 {
    font-size: 99px;
    font-size: 6.1875rem;
  }
}

.cm-parallax-hero .bg h1 span {
  font-family: 'Kepler Std Bold Semicondensed Display Italic';
  line-height: 1;
  font-size: 55px;
  font-size: 3.4375rem;
  display: block;
}

@media (min-width: 768px) {
  .cm-parallax-hero .bg h1 span {
    font-size: 80px;
    font-size: 5rem;
  }
}

@media (min-width: 1024px) {
  .cm-parallax-hero .bg h1 span {
    font-size: 109px;
    font-size: 6.8125rem;
  }
}

.cm-parallax-hero .bg h1 strong {
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: normal;
  display: block;
  line-height: 0.4;
}

@media (min-width: 768px) {
  .cm-parallax-hero .bg h1 strong {
    font-size: 90px;
    font-size: 5.625rem;
  }
}

@media (min-width: 1024px) {
  .cm-parallax-hero .bg h1 strong {
    font-size: 114px;
    font-size: 7.125rem;
  }
}

.cm-parallax-hero .actions {
  height: auto;
  z-index: 3;
  position: relative;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 3.125rem;
}

@media (min-width: 768px) {
  .cm-parallax-hero .actions {
    margin-top: 3.125rem;
  }
}

@media (min-width: 1024px) {
  .cm-parallax-hero .actions {
    margin-top: 0rem;
  }
}

.cm-parallax-hero .actions .btn {
  background: rgba(var(--vsm-primary-colour), 1);
}

.cm-parallax-hero .actions .btn:hover {
  background: rgba(var(--vsm-black), 1);
}

.cm-parallax-hero .actions .scrolldown {
  display: block;
  margin-top: 3.75rem;
}

.cm-parallax-hero .actions .scrolldown i {
  font-size: 30px;
  font-size: 1.875rem;
  color: rgba(var(--vsm-primary-colour), 1);
}

.cm-parallax-hero .parallax-layers#parallax-1 {
  background-image: url(../uploads/mountain-parallax-backlayer-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: 1;
  top: -300px;
  position: absolute;
  height: 77.75rem;
  width: 100%;
}

@media screen and (max-width: 600px) {
  .cm-parallax-hero .parallax-layers#parallax-1 {
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.cm-parallax-hero .parallax-layers#parallax-2 {
  z-index: 2;
  background-image: url(../uploads/mountain-parallax-backlayer-2.png);
  background-repeat: no-repeat;
  z-index: 3;
  background-size: contain;
  background-position: center center;
  top: -70px;
  position: absolute;
  height: 90.625rem;
  width: 100%;
  pointer-events: none;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 0.5;
}

@media screen and (max-width: 600px) {
  .cm-parallax-hero .parallax-layers#parallax-2 {
    -webkit-transform: none !important;
            transform: none !important;
  }
}

@-webkit-keyframes mist {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    top: -70px;
    opacity: 0.5;
  }
  25% {
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
    top: -70px;
    opacity: 0.3;
  }
  75% {
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
    top: -70px;
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    top: -70px;
    opacity: 0.5;
  }
}

@keyframes mist {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    top: -70px;
    opacity: 0.5;
  }
  25% {
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
    top: -70px;
    opacity: 0.3;
  }
  75% {
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
    top: -70px;
    opacity: 0.1;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    top: -70px;
    opacity: 0.5;
  }
}

.cm-parallax-hero .parallax-layers#parallax-3 {
  background-image: url(../uploads/mountain-parallax-overlay-3.png);
  background-repeat: no-repeat;
  z-index: 3;
  background-size: cover;
  background-position: center center;
  top: -70px;
  position: absolute;
  height: 90.625rem;
  width: 100%;
  pointer-events: none;
}

@media screen and (max-width: 600px) {
  .cm-parallax-hero .parallax-layers#parallax-3 {
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.vsm-intro-content-40-60 .vsm-body .col-md-5 {
  position: relative;
}

.vsm-intro-content-40-60 .vsm-body .col-md-5:before {
  content: "";
  display: block;
  position: absolute;
  width: 0.0625rem;
  height: 100%;
  border-left: 0.0625rem solid rgba(var(--vsm-primary-colour), 1);
}

.vsm-intro-content-40-60 .vsm-body .col-md-5 .content {
  padding-left: 1.25rem;
}

@media (min-width: 768px) {
  .vsm-intro-content-40-60 .vsm-body .col-md-5 .content {
    padding-left: 4.0625rem;
  }
}

.vsm-intro-content-40-60 .content {
  color: rgba(var(--vsm-body-copy-colour), 1);
}

.vsm-intro-content-40-60 .content .xs-heading {
  display: none;
}

.vsm-intro-content-40-60 .content .rte.larger-text {
  display: none;
}

.vsm-intro-content-40-60 .content .md-heading {
  color: rgba(var(--vsm-body-copy-colour), 1);
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Mundial", sans-serif;
  vertical-align: top;
  line-height: 1.2;
  font-weight: normal;
  padding-right: 4.0625rem;
}

@media (min-width: 768px) {
  .vsm-intro-content-40-60 .content .md-heading {
    padding-right: 0rem;
  }
}

.vsm-intro-content-40-60 .content .rte {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Mundial", sans-serif;
}

@media (min-width: 768px) {
  .vsm-intro-content-40-60 .content .rte {
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

.vsm-intro-content-40-60 .content .rte p,
.vsm-intro-content-40-60 .content .rte li,
.vsm-intro-content-40-60 .content .rte a {
  font-size: inherit;
}

.vsm-intro-content-40-60.dark {
  background: rgba(var(--vsm-secondary-colour), 1);
}

.vsm-intro-content-40-60.dark .vsm-header {
  display: none;
}

.vsm-intro-content-40-60.dark .content {
  color: rgba(var(--vsm-white), 1);
}

.vsm-intro-content-40-60.dark .content .xs-heading {
  display: none;
}

.vsm-intro-content-40-60.dark .content .rte.larger-text {
  display: none;
}

.vsm-intro-content-40-60.dark .content .md-heading {
  color: rgba(var(--vsm-white), 1);
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Mundial", sans-serif;
  vertical-align: top;
  line-height: 1.2;
  font-weight: normal;
}

.vsm-intro-content-40-60.dark.minus-overlay {
  position: relative;
  margin-top: -55%;
  z-index: 1;
  background: rgba(var(--vsm-secondary-colour), 0);
}

@media (min-width: 768px) {
  .vsm-intro-content-40-60.dark.minus-overlay {
    margin-top: -25%;
  }
}

@media (min-width: 1400px) {
  .vsm-intro-content-40-60.dark.minus-overlay {
    margin-top: -20%;
  }
}

@media screen and (min-width: 1800px) {
  .vsm-intro-content-40-60.dark.minus-overlay {
    margin-top: -15%;
  }
}

.vsm-intro-content-40-60.dark.minus-overlay:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #1f1f21;
  background: -webkit-gradient(linear, left bottom, left top, from(#1f1f21), color-stop(66%, #1f1f21), to(rgba(31, 31, 33, 0)));
  background: linear-gradient(0deg, #1f1f21 0%, #1f1f21 66%, rgba(31, 31, 33, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 768px) {
  .vsm-intro-content-40-60.dark.minus-overlay:before {
    background: -webkit-gradient(linear, left bottom, left top, from(#1f1f21), color-stop(55%, #1f1f21), to(rgba(31, 31, 33, 0)));
    background: linear-gradient(0deg, #1f1f21 0%, #1f1f21 55%, rgba(31, 31, 33, 0) 100%);
  }
}

.vsm-intro-content-40-60.dark.minus-overlay .content {
  position: relative;
  z-index: 1;
}

.cm-bar-cta .container-fluid .row .col {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

@media (min-width: 768px) {
  .cm-bar-cta .container-fluid .row .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

.cm-bar-cta .container-fluid .row .col a {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300;
  display: block;
  text-align: center;
  padding: 2.125rem;
  color: rgba(var(--vsm-body-copy-colour), 1);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.cm-bar-cta .container-fluid .row .col a:hover {
  color: rgba(var(--vsm-white), 1);
}

.cm-bar-cta .container-fluid .row .col a:hover:after {
  border: 0.125rem solid rgba(var(--vsm-white), 1);
}

.cm-bar-cta .container-fluid .row .col a:after {
  content: "";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  border-radius: 6.25rem;
  width: 2rem;
  height: 2rem;
  border: 0.125rem solid rgba(var(--vsm-body-copy-colour), 1);
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0px;
  margin-left: 0.625rem;
  vertical-align: middle;
}

.cm-bar-cta .container-fluid .row .col:nth-child(1) a {
  background: rgba(var(--vsm-primary-colour), 1);
}

.cm-bar-cta .container-fluid .row .col:nth-child(1) a:hover {
  background: rgba(var(--vsm-body-copy-colour), 1);
}

.cm-bar-cta .container-fluid .row .col:nth-child(2) a {
  background: rgba(var(--vsm-white), 1);
}

.cm-bar-cta .container-fluid .row .col:nth-child(2) a:hover {
  background: rgba(var(--vsm-body-copy-colour), 1);
}

.cm-block-content .bg {
  background-image: url("../uploads/path-bg.svg");
  background-color: rgba(var(--vsm-secondary-colour), 1);
  color: rgba(var(--vsm-white), 1);
  padding: 4.0625rem 1.25rem 16.875rem 1.25rem;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  .cm-block-content .bg {
    background-image: url("../uploads/path-bg.svg");
    background-position: bottom right;
  }
}

@media (min-width: 768px) {
  .cm-block-content .bg {
    padding: 6.25rem 0 16.875rem 0;
  }
}

.cm-block-content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .cm-block-content .col {
    max-width: 75%;
  }
}

.cm-block-content .col .md-heading {
  color: inherit;
}

@media (min-width: 768px) {
  .cm-block-content .col:nth-child(2) {
    max-width: 50%;
  }
}

.cm-content-image-edge-aligned .component-wrapper {
  position: relative;
  overflow: hidden;
}

.cm-content-image-edge-aligned .container .col {
  padding: 4.0625rem 1.25rem;
}

@media (min-width: 1024px) {
  .cm-content-image-edge-aligned .container .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 66.66666667%;
            flex: 1 0 66.66666667%;
    max-width: 66.66666667%;
    margin-left: 33.33333333%;
  }
}

@media (min-width: 768px) {
  .cm-content-image-edge-aligned .container .col {
    padding: 6.25rem 4.0625rem 6.25rem 0rem;
  }
}

@media (min-width: 768px) {
  .cm-content-image-edge-aligned .container .col .content {
    padding-left: 4.0625rem;
    padding-right: 0rem;
    border-left: 0.0625rem solid rgba(var(--vsm-primary-colour), 1);
  }
}

.cm-content-image-edge-aligned .container .col .content .btn {
  margin-top: 1.875rem;
}

.cm-content-image-edge-aligned .abs-wrapper {
  top: 0;
  height: 100%;
}

@media (min-width: 1024px) {
  .cm-content-image-edge-aligned .abs-wrapper {
    left: 0%;
    position: absolute;
    max-width: 33.33333%;
  }
}

.cm-content-image-edge-aligned .abs-wrapper .container {
  height: 100%;
  margin-left: 0;
  padding: 0;
}

.cm-content-image-edge-aligned .abs-wrapper .container .row {
  height: 100%;
}

.cm-content-image-edge-aligned .abs-wrapper .container .col {
  width: auto;
  height: 100%;
  padding: 0;
  margin-left: 0%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}

.cm-content-image-edge-aligned .abs-wrapper .container .col .media {
  height: 100%;
}

.cm-content-image-edge-aligned .abs-wrapper .container .col .media img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 1024px) {
  .cm-content-image-edge-aligned.right .component-wrapper .container .col {
    margin-left: 0%;
  }
}

@media (min-width: 1024px) {
  .cm-content-image-edge-aligned.right .component-wrapper .abs-wrapper {
    left: 66.66666667%;
    position: absolute;
  }
}

.cm-content-image-edge-aligned.right .component-wrapper .abs-wrapper .container .col {
  margin-left: 0%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 100%;
}

.cm-content-image-edge-aligned.dark .bg {
  background: rgba(var(--vsm-secondary-colour), 1);
  color: rgba(var(--vsm-white), 1);
}

.cm-content-image-edge-aligned.dark .bg .md-heading {
  color: rgba(var(--vsm-white), 1);
}

.cm-content-image-edge-aligned.watermark .media:after {
  content: "";
  background: url("../uploads/watermark.svg");
  background-repeat: no-repeat;
  width: 3.6875rem;
  height: 5.5625rem;
  background-size: contain;
  display: block;
  position: absolute;
  z-index: 2;
  left: 1.5rem;
  bottom: 2.375rem;
}

.cm-logos .bg {
  background: rgba(var(--vsm-secondary-colour), 1);
  padding: 1.875rem 0;
}

@media (min-width: 768px) {
  .cm-logos .bg {
    padding: 6.25rem 0;
  }
}

.cm-logos .cm-header .md-heading {
  color: rgba(var(--vsm-white), 1);
}

.cm-logos .cm-body .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  max-width: 50%;
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .cm-logos .cm-body .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 33.3333333%;
            flex: 1 0 33.3333333%;
    max-width: 33.3333333%;
  }
}

.cm-logos .cm-body .col a {
  width: 100%;
  height: 100%;
  border: 0.0625rem solid rgba(var(--vsm-white), 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  justify-items: center;
  aspect-ratio: 1/1;
  padding: 1.875rem;
}

@media (min-width: 768px) {
  .cm-logos .cm-body .col a {
    padding: 3.75rem;
  }
}

.cm-logos .cm-body .col a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.cm-logos .cm-body .col a:hover {
  border-color: rgba(var(--vsm-primary-colour), 1);
}

.cm-logos .cm-body .col a:hover img {
  -webkit-filter: invert(84%) sepia(256%) saturate(834%) hue-rotate(388deg) brightness(354%) contrast(103%);
          filter: invert(84%) sepia(256%) saturate(834%) hue-rotate(388deg) brightness(354%) contrast(103%);
}

.vsm-latest-featured .vsm-header .xs-heading {
  display: none;
}

.vsm-latest-featured .vsm-body .media {
  min-height: 16.875rem;
}

.vsm-latest-featured .vsm-body .media img {
  height: 100%;
  aspect-ratio: unset;
}

.vsm-latest-featured .vsm-body .content .subtitle {
  display: block;
  padding: 1.875rem 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

.vsm-latest-featured .vsm-body .content .xs-heading {
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: 0.0625rem solid rgba(var(--vsm-primary-colour), 1);
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
}

.vsm-latest-featured .vsm-body .content .rte {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-latest-featured .vsm-body .content .rte p,
.vsm-latest-featured .vsm-body .content .rte li,
.vsm-latest-featured .vsm-body .content .rte a {
  font-size: inherit;
}

@media (min-width: 768px) {
  .vsm-content-image-50-50 .content {
    padding-right: 16.666%;
  }
}

.vsm-content-image-50-50 .content .btn {
  margin-top: 1.875rem;
}

.vsm-content-image-50-50 .plyr--full-ui.plyr--video .plyr__control--overlaid {
  background: rgba(var(--vsm-secondary-colour), 0.8);
  width: 5.125rem;
  height: 5.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vsm-content-image-50-50 .plyr--full-ui.plyr--video .plyr__control--overlaid svg {
  fill: rgba(var(--vsm-primary-colour), 1);
  width: 33px;
  height: 33px;
}

.vsm-content-image-50-50 .bg {
  background: rgba(var(--vsm-primary-colour), 1);
  padding: 1.875rem 0;
}

@media (min-width: 768px) {
  .vsm-content-image-50-50 .bg {
    padding: 6.25rem 0;
  }
}

.vsm-content-image-50-50 .bg .content .xs-heading {
  display: none;
}

.vsm-content-image-50-50 .bg .content .rte {
  font-size: 24px;
  font-size: 1.5rem;
}

.vsm-content-image-50-50 .bg .content .rte a {
  color: rgba(var(--vsm-secondary-colour), 1);
}

.vsm-content-image-50-50 .bg .content .btn {
  background: rgba(var(--vsm-white), 1);
}

.vsm-content-image-50-50 .bg .content .btn span {
  color: rgba(var(--vsm-secondary-colour), 1);
}

.vsm-content-image-50-50 .bg .content .btn:hover {
  background: rgba(var(--vsm-secondary-colour), 1);
}

.vsm-content-image-50-50 .bg .content .btn:hover span {
  color: rgba(var(--vsm-white), 1);
}

footer.vsm-default-footer {
  background: rgba(var(--vsm-black), 1);
}

footer.vsm-default-footer .contact-info div span,
footer.vsm-default-footer .contact-info div a {
  color: rgba(var(--vsm-primary-colour), 1);
}

footer.vsm-default-footer .footer-links li {
  line-height: 1;
}

footer.vsm-default-footer .newsletter-signup p {
  font-size: 14px;
  font-size: 0.875rem;
}

footer.vsm-default-footer .newsletter-signup input {
  border-width: 0.0625rem;
}

footer.vsm-default-footer .newsletter-signup .btn {
  background: rgba(var(--vsm-black), 1);
  color: rgba(var(--vsm-primary-colour), 1);
  border-top: 0.0625rem solid rgba(var(--vsm-white), 1);
  border-left: 0.0625rem solid rgba(var(--vsm-white), 1);
  border-bottom: 0.0625rem solid rgba(var(--vsm-white), 1);
  border-right: 0.0625rem solid rgba(var(--vsm-white), 1);
}

.vsm-default-signoff {
  background: rgba(var(--vsm-black), 1);
  border-top: 0.0625rem solid rgba(var(--vsm-white), 0.5);
  padding: 1.25rem 0;
}

.vsm-default-signoff .copyright {
  opacity: 0.6;
}

.vsm-default-signoff .signoff-links {
  font-size: 12px;
  font-size: 0.75rem;
}

.vsm-default-signoff .signoff-links li {
  font-size: 12px;
  font-size: 0.75rem;
  opacity: 0.6;
}

.vsm-default-signoff .signoff-links li:hover {
  opacity: 1;
}

.vsm-default-internal-hero .bg {
  overflow: hidden;
}

.vsm-default-internal-hero .bg:before {
  background: white;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, #1f1f21 100%);
  mix-blend-mode: normal;
}

.vsm-default-internal-hero .xs-heading {
  display: none;
}

.vsm-default-internal-hero .md-heading {
  font-size: 60px;
  font-size: 3.75rem;
}

.vsm-default-internal-hero .rte {
  display: none;
}

.vsm-default-internal-hero .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vsm-default-internal-hero .col {
  border-bottom: 0.0625rem solid rgba(var(--vsm-primary-colour), 1);
  max-width: 80%;
}

@media (min-width: 768px) {
  .vsm-default-internal-hero .col {
    max-width: 50%;
  }
}

.vsm-default-internal-hero .vsm-body {
  z-index: 1;
  position: relative;
}

.vsm-stats-count-up .bg {
  background: rgba(var(--vsm-secondary-colour), 1);
  padding: 6.25rem 0;
}

.vsm-stats-count-up .bg .col .stat:after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(33%, rgba(var(--vsm-primary-colour), 1)), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(rgba(var(--vsm-primary-colour), 1) 33%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 16px;
  background-repeat: repeat-y;
}

.vsm-stats-count-up .bg .col .stat .description {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: rgba(var(--vsm-white), 1);
}

.vsm-stats-count-up .bg .col:nth-child(2) .stat:after {
  display: none;
}

@media (min-width: 768px) {
  .vsm-stats-count-up .bg .col:nth-child(2) .stat:after {
    display: block;
  }
}

.vsm-content-in-image-100 .xs-heading {
  display: none;
}

.vsm-content-in-image-100 .md-heading {
  position: relative;
  padding-bottom: 0rem;
  margin-bottom: 1.875rem;
}

.vsm-content-in-image-100 .md-heading:after {
  content: "";
  display: block;
  width: 13.4375rem;
  height: 0.0625rem;
  background: rgba(var(--vsm-primary-colour), 1);
  position: relative;
  margin-top: 1.875rem;
}

.vsm-content-in-image-100 .content-in-image .content {
  padding: 1.875rem 1.875rem;
}

@media (min-width: 768px) {
  .vsm-content-in-image-100 .content-in-image .content {
    padding: 5rem 5.625rem;
  }
}

.vsm-content-in-image-100 .content-in-image .content .col {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .vsm-content-in-image-100 .content-in-image .content .col {
    max-width: 75%;
  }
}

.vsm-content-in-image-100 .content-in-image .content .col .rte {
  margin-bottom: 3.125rem;
}

.vsm-content-in-image-100 .content-in-image .media:before {
  background: rgba(var(--vsm-secondary-colour), 0.73);
  mix-blend-mode: multiply;
}

.vsm-full-width-call-to-action .vsm-body .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vsm-full-width-call-to-action .vsm-body .row .col .content {
  text-align: center;
  color: rgba(var(--vsm-body-copy-colour), 1);
}

@media (min-width: 768px) {
  .vsm-full-width-call-to-action .vsm-body .row .col .content {
    text-align: left;
    padding-left: 4.0625rem;
    border-left: 0.0625rem solid rgba(var(--vsm-body-copy-colour), 1);
  }
}

.vsm-full-width-call-to-action .vsm-body .row .col .content .md-heading {
  color: rgba(var(--vsm-body-copy-colour), 1);
}

.vsm-full-width-call-to-action .vsm-body .row .col .btn {
  background: rgba(var(--vsm-white), 1);
  margin-top: 1.875rem;
}

@media (min-width: 768px) {
  .vsm-full-width-call-to-action .vsm-body .row .col .btn {
    margin-top: 0rem;
  }
}

.vsm-full-width-call-to-action .vsm-body .row .col .btn:hover {
  background: rgba(var(--vsm-black), 1);
}

@media (min-width: 768px) {
  .vsm-full-width-call-to-action .vsm-body .row .col:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 58.33333333%;
            flex: 1 0 58.33333333%;
    width: 58.33333333%;
  }
}

.vsm-full-width-call-to-action .vsm-body .row .col:nth-child(2) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .vsm-full-width-call-to-action .vsm-body .row .col:nth-child(2) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 41.66666667%;
            flex: 1 0 41.66666667%;
    width: 41.66666667%;
  }
}

.vsm-short-content-33-33-33 .bg {
  background: rgba(var(--vsm-secondary-colour), 1);
  color: rgba(var(--vsm-white), 1);
  padding: 4.0625rem 0;
}

@media (min-width: 768px) {
  .vsm-short-content-33-33-33 .bg {
    padding: 6.25rem 0;
  }
}

.vsm-short-content-33-33-33 .bg .vsm-header .md-heading {
  color: rgba(var(--vsm-white), 1);
}

.vsm-short-content-33-33-33 .bg .vsm-body .content .feature {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vsm-short-content-33-33-33 .bg .vsm-body .content .feature .media {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.875rem;
  background: rgba(var(--vsm-primary-colour), 1);
}

.vsm-short-content-33-33-33 .bg .vsm-body .content .feature .description .xs-heading {
  color: rgba(var(--vsm-white), 1);
}

.vsm-short-content-33-33-33 .bg .vsm-body .content .feature .description .rte {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-short-content-33-33-33 .bg .vsm-body .content .feature .description .rte li,
.vsm-short-content-33-33-33 .bg .vsm-body .content .feature .description .rte a,
.vsm-short-content-33-33-33 .bg .vsm-body .content .feature .description .rte p {
  font-size: inherit;
}

.vsm-aligned-title-intro-text .xs-heading {
  display: none;
}

.vsm-aligned-title-intro-text .md-heading {
  margin-bottom: 1.25rem;
}

.vsm-profile-cards .col {
  background: none !important;
  margin-bottom: 1.875rem;
}

.vsm-profile-cards .profile {
  background: rgba(var(--vsm-secondary-colour), 1);
}

.vsm-profile-cards .profile .media {
  border: 0.0625rem solid rgba(var(--vsm-white), 1);
  width: 10rem;
  height: 10rem;
}

.vsm-profile-cards .profile .media[data-initials]:before {
  width: 10rem;
  height: 10rem;
  line-height: 10rem;
  color: rgba(var(--vsm-secondary-colour), 1);
}

.vsm-profile-cards .profile .content h4 {
  color: rgba(var(--vsm-white), 1);
}

.vsm-profile-cards .profile .content p {
  color: rgba(var(--vsm-white), 1);
}

.vsm-profile-cards .profile .content .rte {
  display: none;
}

.vsm-profile-details .vsm-body .profile-head .media {
  aspect-ratio: 1/1;
}

.vsm-profile-details .vsm-body .profile-head .contacts li .btn {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.vsm-profile-details .profile-contacts .contacts li:nth-child(4) .btn {
    width: 100%;
    background: rgba(var(--vsm-primary-colour), 1);
}
.vsm-profile-details .profile-contacts .contacts li:nth-child(4) .btn span {
  color: black;
}
.vsm-profile-details .profile-contacts .contacts li:nth-child(4) .btn i {
  color: rgba(var(--vsm-body-copy-colour), 1);
  margin-right: 0.5rem;
}

.vsm-profile-details .vsm-body .profile-head .contacts li .btn:hover {
  background: rgba(var(--vsm-body-copy-colour), 1);
}

.vsm-profile-details .vsm-body .profile-head .contacts li .btn:hover span {
  color: rgba(var(--vsm-white), 1);
}
.vsm-profile-details .vsm-body .profile-head .contacts li:nth-child(4) .btn:hover span {
  color: rgba(var(--vsm-white), 1);
}
.vsm-profile-details .vsm-body .profile-head .contacts li:nth-child(4) .btn:hover i {
  color: rgba(var(--vsm-white), 1);
}

.vsm-profile-details .vsm-body .profile-head .contacts li .btn.ico-btn {
  border: 0.0625rem solid rgba(var(--vsm-body-copy-colour), 1);
}

.vsm-profile-details .vsm-body .profile-head .back-link {
  color: rgba(var(--vsm-body-copy-colour), 1);
}

.vsm-profile-details .vsm-body .profile-body .profile-details .md-heading {
  margin-bottom: 0.9375rem;
}

.vsm-profile-details .vsm-body .profile-body .profile-details .profile-stats {
  display: none;
}

.vsm-profile-details .vsm-body .profile-body .profile-details .profile-summary {
  display: none;
}

.vsm-profile-details .vsm-body .profile-body .profile-details .position {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}

.vsm-profile-details .vsm-body .profile-body .profile-details .rte {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-profile-details .vsm-body .profile-body .profile-details .rte p,
.vsm-profile-details .vsm-body .profile-body .profile-details .rte li,
.vsm-profile-details .vsm-body .profile-body .profile-details .rte a {
  font-size: inherit;
}

.vsm-short-testimonial-carousel .content .testimonial-data .rte {
  font-size: 20px;
  font-size: 1.25rem;
}

.vsm-short-testimonial-carousel .content .testimonial-data .rte p,
.vsm-short-testimonial-carousel .content .testimonial-data .rte li,
.vsm-short-testimonial-carousel .content .testimonial-data .rte a {
  font-size: inherit;
}

.vsm-content-cards-33-33-33 .vsm-body .col {
  margin-bottom: 1.875rem;
}

@media (min-width: 768px) {
  .vsm-content-cards-33-33-33 .vsm-body .col {
    margin-bottom: 6.25rem;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

.vsm-content-cards-33-33-33 .content-card {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.vsm-content-cards-33-33-33 .content-card .media {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 16/9;
  padding: 1.875rem 3.75rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .vsm-content-cards-33-33-33 .content-card .media {
    max-height: 12.5rem;
  }
}

.vsm-content-cards-33-33-33 .content-card .media img {
  -o-object-fit: contain;
     object-fit: contain;
}

.vsm-content-cards-33-33-33 .content-card .content {
  text-align: left;
  padding: 0;
}

.vsm-content-cards-33-33-33 .content-card .content .xs-heading {
  font-size: 30px;
  font-size: 1.875rem;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.vsm-content-cards-33-33-33 .content-card .content .rte {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-content-cards-33-33-33 .content-card .content .rte p,
.vsm-content-cards-33-33-33 .content-card .content .rte li,
.vsm-content-cards-33-33-33 .content-card .content .rte a {
  font-size: inherit;
}

.vsm-full-width-fixed-media-bg .vsm-body .row > .col {
  max-width: 90%;
}

@media (min-width: 768px) {
  .vsm-full-width-fixed-media-bg .vsm-body .row > .col {
    max-width: 50%;
  }
}

.vsm-full-width-fixed-media-bg a.inline-link {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-full-width-fixed-media-bg blockquote {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.1;
}

.vsm-full-width-fixed-media-bg blockquote q {
  font-size: inherit;
}

.vsm-full-width-fixed-media-bg .bg:before {
  background: rgba(var(--vsm-black), 0.3);
}

.vsm-full-width-fixed-media-bg .bg .video:after {
  background: rgba(var(--vsm-black), 0.3);
}

.vsm-split-get-in-touch-form-content .element.checkbox label p {
  font-size: 12px;
  font-size: 0.75rem;
}

.vsm-split-get-in-touch-form-content .vsm-body .content {
  border-left: 0.0625rem solid rgba(var(--vsm-primary-colour), 1);
  padding: 0 1.25rem;
}

@media (min-width: 768px) {
  .vsm-split-get-in-touch-form-content .vsm-body .content {
    padding: 0 4.0625rem;
  }
}

.vsm-split-get-in-touch-form-content .vsm-body .content .xs-heading {
  display: none;
}

.vsm-split-get-in-touch-form-content .vsm-body .content .general-contact-details {
  font-weight: 100;
}

.vsm-split-get-in-touch-form-content .vsm-body .content .general-contact-details li {
  font-weight: inherit;
}

.vsm-split-get-in-touch-form-content .vsm-body .content .socials li a {
  color: rgba(var(--vsm-body-copy-colour), 1);
}

.vsm-split-get-in-touch-form-content .vsm-body .content .socials li a:hover {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-split-get-in-touch-form-content .element.text input {
  background: #E6E6E6;
  border: 0;
}

.vsm-split-get-in-touch-form-content .element.text input::-webkit-input-placeholder {
  opacity: 0.5;
}

.vsm-split-get-in-touch-form-content .element.text input:-ms-input-placeholder {
  opacity: 0.5;
}

.vsm-split-get-in-touch-form-content .element.text input::-ms-input-placeholder {
  opacity: 0.5;
}

.vsm-split-get-in-touch-form-content .element.text input::placeholder {
  opacity: 0.5;
}

.vsm-split-get-in-touch-form-content .element.textarea textarea {
  background: #E6E6E6;
  border: 0;
}

.vsm-split-get-in-touch-form-content .element.textarea textarea::-webkit-input-placeholder {
  opacity: 0.5;
}

.vsm-split-get-in-touch-form-content .element.textarea textarea:-ms-input-placeholder {
  opacity: 0.5;
}

.vsm-split-get-in-touch-form-content .element.textarea textarea::-ms-input-placeholder {
  opacity: 0.5;
}

.vsm-split-get-in-touch-form-content .element.textarea textarea::placeholder {
  opacity: 0.5;
}

.vsm-split-get-in-touch-form-content [class*=icheck-] > input:first-child + input[type=hidden] + label::before,
.vsm-split-get-in-touch-form-content [class*=icheck-] > input:first-child + label::before {
  background: #E6E6E6;
  border-radius: 0.125rem;
}

.vsm-split-get-in-touch-form-content [class*=icheck-] > input:first-child:checked + input[type=hidden] + label::after,
.vsm-split-get-in-touch-form-content [class*=icheck-] > input:first-child:checked + label::after {
  border-color: rgba(var(--vsm-body-copy-colour), 1);
}

.vsm-single-accordion .vsm-header > .container {
  border-left: 0.0625rem solid rgba(var(--vsm-primary-colour), 1);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.vsm-single-accordion .vsm-header .row {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.vsm-single-accordion .vsm-header .row .col {
  text-align: left;
}

.vsm-single-accordion .vsm-header .row .col .xs-heading {
  display: none;
}

.vsm-single-accordion .vsm-body .accordion-item:last-of-type {
  border-radius: 0;
}

.vsm-single-accordion .vsm-body > .container {
  border-left: 0.0625rem solid rgba(var(--vsm-primary-colour), 1);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.vsm-single-accordion .vsm-body > .container > .row > .col .accordion .accordion-item {
  border-color: rgba(var(--vsm-body-copy-colour), 1);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.vsm-single-accordion .vsm-body > .container > .row > .col .accordion .accordion-item .accordion-header {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 100;
}

.vsm-single-accordion .vsm-body > .container > .row > .col .accordion .accordion-collapse .content {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-single-accordion .vsm-body > .container > .row > .col .accordion .accordion-collapse .content p,
.vsm-single-accordion .vsm-body > .container > .row > .col .accordion .accordion-collapse .content li,
.vsm-single-accordion .vsm-body > .container > .row > .col .accordion .accordion-collapse .content a {
  font-size: inherit;
}

.vsm-single-accordion .vsm-footer > .container {
  border-left: 0.0625rem solid rgba(var(--vsm-primary-colour), 1);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.vsm-single-accordion .vsm-footer .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.vsm-single-accordion .vsm-footer .row .col {
  max-width: 75%;
}

.vsm-single-accordion .vsm-footer .row .col .content {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-single-accordion .vsm-footer .row .col .content .rte p,
.vsm-single-accordion .vsm-footer .row .col .content .rte li,
.vsm-single-accordion .vsm-footer .row .col .content .rte a {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-responsive-nav {
  background: rgba(var(--vsm-secondary-colour), 1);
  border-bottom: 0.0625rem solid rgba(var(--vsm-white), 0.3);
}

.vsm-responsive-nav .displayed-nav li a {
  color: rgba(var(--vsm-white), 1);
}

.vsm-responsive-nav .displayed-nav li a:hover {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-responsive-nav .more-nav li span {
  color: rgba(var(--vsm-white), 1);
}

.vsm-responsive-nav .more-nav:hover li span {
  color: rgba(var(--vsm-secondary-colour), 1);
}

.vsm-media-hub-featured-section .bg {
  background: rgba(var(--vsm-secondary-colour), 1);
}

.vsm-media-hub-featured-section .vsm-body .xs-heading, .vsm-media-hub-featured-section .vsm-body .post a.post-title,
.vsm-media-hub-featured-section .vsm-body .post .post-date,
.vsm-media-hub-featured-section .vsm-body .container > .row > .col:nth-child(1) > .row > .col:nth-child(1) > .post:nth-of-type(1) .post-title, .vsm-media-hub-featured-section .vsm-body .post-snippet,
.vsm-media-hub-featured-section .vsm-body .container > .row > .col:nth-child(1) > .row > .col .post-title,
.vsm-media-hub-featured-section .vsm-body .author .author-details .title {
  color: rgba(var(--vsm-white), 1);
}

.vsm-media-hub-category-latest-carousel .post-snippet {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-media-hub-more-row .post-snippet {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-media-hub-search-results .search-results li .post .post-snippet {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-media-hub-search-results .search-results li .post .author .media[data-initials]:before {
  display: block;
}

.vsm-media-hub .article-tags dd {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.vsm-media-hub .share dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vsm-media-hub .rte {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-media-hub .rte p, .vsm-media-hub .rte li, .vsm-media-hub .rte a, .vsm-media-hub .rte dd, .vsm-media-hub .rte dt, .vsm-media-hub .rte ul, .vsm-media-hub .rte dl {
  font-size: inherit;
}

.vsm-media-hub .rte.larger-text {
  font-size: 24px;
  font-size: 1.5rem;
}

.vsm-media-hub .rte.larger-text p, .vsm-media-hub .rte.larger-text li, .vsm-media-hub .rte.larger-text a {
  font-size: inherit;
}

.vsm-featured-blog-article .hero-bg h1, .vsm-featured-blog-article .hero-bg h2, .vsm-featured-blog-article .hero-bg h3, .vsm-featured-blog-article .hero-bg h4, .vsm-featured-blog-article .hero-bg h5, .vsm-featured-blog-article .hero-bg h6, .vsm-featured-blog-article .hero-bg p, .vsm-featured-blog-article .hero-bg li, .vsm-featured-blog-article .hero-bg i, .vsm-featured-blog-article .hero-bg .tag, .vsm-featured-blog-article .hero-bg .author .title, .vsm-featured-blog-article .hero-bg .author .subtitle {
  margin-bottom: 0.75rem;
}
