@charset "UTF-8";
/* ------------------------------
Import separate stylesheets
-------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&amp;family=Open+Sans:wght@300;400;600;700;800&amp;display=swap");

/* ------------------------------
Typography
--------------------------------*/
@font-face {
  font-family: "candidate-portal";
  src: url("https://cdn.wearevennture.co.uk/cdn/common/fonts/candidate-portal.eot?myltta");
  src: url("https://cdn.wearevennture.co.uk/cdn/common/fonts/candidate-portal.eot?myltta#iefix") format("embedded-opentype"), url("https://cdn.wearevennture.co.uk/cdn/common/fonts/candidate-portal.ttf?myltta") format("truetype"), url("https://cdn.wearevennture.co.uk/cdn/common/fonts/candidate-portal.woff?myltta") format("woff"), url("https://cdn.wearevennture.co.uk/cdn/common/fonts/candidate-portal.svg?myltta#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "candidate-portal" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-download:before {
  content: "\e906";
  font-family: "candidate-portal" !important;
}

.icon-settings:before {
  content: "\e903";
  color: #5f6368;
  font-family: "candidate-portal" !important;
}

.icon-job-alerts:before {
  content: "\e900";
  color: #5f6368;
  font-family: "candidate-portal" !important;
}

.icon-job-applications:before {
  content: "\e901";
  color: #5f6368;
  font-family: "candidate-portal" !important;
}

.icon-dashboard:before {
  content: "\e902";
  color: #5f6368;
  font-family: "candidate-portal" !important;
}

.icon-shortlisted-jobs:before {
  content: "\e904";
  color: #5f6368;
  font-family: "candidate-portal" !important;
}

.icon-profile:before {
  content: "\e905";
  color: #5f6368;
  font-family: "candidate-portal" !important;
}

html,
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  font-size: 12px;
}

@media (min-width: 768px) {

  html,
  body {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {

  html,
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", serif;
  font-weight: 700;
  color: #202124;
}

ul,
ol,
p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  color: #5f6368;
}

@media (min-width: 768px) {

  ul,
  ol,
  p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 1200px) {

  ul,
  ol,
  p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

ul strong,
ol strong,
p strong {
  font-weight: 600;
}

a {
  color: rgba(var(--vsm-primary-colour), 1);
  text-decoration: underline;
  font-weight: 600;
}

a:hover {
  text-decoration: none;
  color: #202124;
}

.sm-text {
  font-size: 11px;
}

.heading {
  font-size: 60px;
  font-size: 3.75rem;
  color: #202124;
}

.md-heading {
  font-size: 30px;
  font-size: 1.875rem;
  color: #202124;
}

.sm-heading {
  font-size: 20px;
  font-size: 1.25rem;
  color: #202124;
}

@media (min-width: 768px) {
  .sm-heading {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (min-width: 1200px) {
  .sm-heading {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.xs-heading {
  font-size: 18px;
  font-size: 1.125rem;
  color: #202124;
}

.sub-heading {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #202124;
}

/* ------------------------------
Buttons
--------------------------------*/
.btn {
  border-radius: 100em;
  border: 0;
  padding: 10px 35px;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}

.btn span {
  font-family: "Open Sans", sans-serif;
}

.btn.btn-primary {
  background: rgba(var(--vsm-primary-colour), 1);
  color: rgba(var(--vsm-white), 1);
}

.btn.btn-primary span {
  color: rgba(var(--vsm-white), 1);
}

.btn.btn-primary:hover {
  background: rgba(var(--vsm-secondary-colour), 1);
}

.btn.btn-primary:hover span {
  color: rgba(var(--vsm-white), 1);
}

.btn.btn-secondary {
  background: rgba(var(--vsm-secondary-colour), 1);
  color: rgba(var(--vsm-white), 1);
}

.btn.btn-secondary span {
  color: rgba(var(--vsm-white), 1);
}

.btn.btn-secondary:hover {
  background: rgba(var(--vsm-primary-colour), 1);
}

.btn.btn-secondary:hover span {
  color: rgba(var(--vsm-white), 1);
}

.btn.btn-dark {
  background: rgba(var(--vsm-black), 1);
  color: rgba(var(--vsm-white), 1);
}

.btn.btn-dark span {
  color: rgba(var(--vsm-white), 1);
}

.btn.btn-dark:hover {
  background: rgba(var(--vsm-black), 0.8);
}

.btn.btn-dark:hover span {
  color: rgba(var(--vsm-white), 1);
}

.btn.btn-ghost-primary {
  background: rgba(var(--vsm-primary-colour), 0);
  border: 2px solid rgba(var(--vsm-primary-colour), 1);
  color: rgba(var(--vsm-primary-colour), 1);
}

.btn.btn-ghost-primary span {
  color: rgba(var(--vsm-primary-colour), 1);
}

.btn.btn-ghost-primary:hover {
  background: rgba(var(--vsm-primary-colour), 1);
}

.btn.btn-ghost-primary:hover span {
  color: rgba(var(--vsm-white), 1);
}

.btn.btn-ghost-dark {
  background: rgba(var(--vsm-black), 0);
  border: 2px solid rgba(var(--vsm-black), 1);
  color: rgba(var(--vsm-black), 1);
}

.btn.btn-ghost-dark span {
  color: rgba(var(--vsm-black), 1);
}

.btn.btn-ghost-dark:hover {
  background: rgba(var(--vsm-black), 1);
}

.btn.btn-ghost-dark:hover span {
  color: rgba(var(--vsm-white), 1);
}

.btn.btn-ghost-dark:hover span i:before {
  color: rgba(var(--vsm-white), 1);
}

.btn.btn-light {
  background: rgba(var(--vsm-black), 0.1);
  border: 0px solid rgba(var(--vsm-black), 0.3);
  color: rgba(var(--vsm-black), 1);
}

.btn.btn-light span {
  color: rgba(var(--vsm-black), 1);
}

.btn.btn-light:hover {
  background: rgba(var(--vsm-black), 1);
}

.btn.btn-light:hover span {
  color: rgba(var(--vsm-white), 1);
}

.btn.btn-light:hover span i:before {
  color: #ffffff;
}

.btn-sm {
  border-radius: 100em;
  border: 0;
  padding: 13px 15px;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

.btn-sm.btn-primary {
  background: rgba(var(--vsm-primary-colour), 1);
  color: rgba(var(--vsm-white), 1);
}

.btn-sm.btn-primary span {
  color: rgba(var(--vsm-white), 1);
}

.btn-sm.btn-primary:hover {
  background: rgba(var(--vsm-secondary-colour), 1);
}

.btn-sm.btn-primary:hover span {
  color: rgba(var(--vsm-white), 1);
}

.btn-sm.btn-secondary {
  background: rgba(var(--vsm-secondary-colour), 1);
  color: rgba(var(--vsm-white), 1);
}

.btn-sm.btn-secondary span {
  color: rgba(var(--vsm-white), 1);
}

.btn-sm.btn-secondary:hover {
  background: rgba(var(--vsm-primary-colour), 1);
}

.btn-sm.btn-secondary:hover span {
  color: rgba(var(--vsm-white), 1);
}

.btn-sm.btn-dark {
  background: rgba(var(--vsm-black), 1);
  color: rgba(var(--vsm-white), 1);
}

.btn-sm.btn-dark span {
  color: rgba(var(--vsm-white), 1);
}

.btn-sm.btn-dark:hover {
  background: rgba(var(--vsm-black), 0.8);
}

.btn-sm.btn-dark:hover span {
  color: rgba(var(--vsm-white), 1);
}

.btn-sm.btn-ghost-primary {
  background: rgba(var(--vsm-primary-colour), 0);
  border: 2px solid rgba(var(--vsm-primary-colour), 1);
  color: rgba(var(--vsm-primary-colour), 1);
}

.btn-sm.btn-ghost-primary span {
  color: rgba(var(--vsm-primary-colour), 1);
}

.btn-sm.btn-ghost-primary:hover {
  background: rgba(var(--vsm-primary-colour), 1);
}

.btn-sm.btn-ghost-primary:hover span {
  color: rgba(var(--vsm-white), 1);
}

.btn-sm.btn-ghost-dark {
  background: rgba(var(--vsm-black), 0);
  border: 2px solid rgba(var(--vsm-black), 1);
  color: rgba(var(--vsm-black), 1);
}

.btn-sm.btn-ghost-dark span {
  color: rgba(var(--vsm-black), 1);
}

.btn-sm.btn-ghost-dark:hover {
  background: rgba(var(--vsm-black), 1);
}

.btn-sm.btn-ghost-dark:hover span {
  color: rgba(var(--vsm-white), 1);
}

.btn-sm.btn-ghost-dark:hover span i:before {
  color: rgba(var(--vsm-white), 1);
}

.btn-sm.btn-light {
  background: rgba(var(--vsm-black), 0.1);
  border: 0px solid rgba(var(--vsm-black), 0.3);
  color: rgba(var(--vsm-black), 1);
}

.btn-sm.btn-light span {
  color: rgba(var(--vsm-black), 1);
}

.btn-sm.btn-light:hover {
  background: rgba(var(--vsm-black), 1);
}

.btn-sm.btn-light:hover span {
  color: rgba(var(--vsm-white), 1);
}

.btn-sm.btn-light:hover span i:before {
  color: #ffffff;
}

/* ------------------------------
Forms
--------------------------------*/
/* ***** FORM VALIDATION MESSAGES ****** */
.field-validation-error,
.field-validation-valid,
.validation-summary-errors {
  /* DEFAULT STYLES FOR VALIDATION MESSAGES - CLASS BASED ON DEV REQUIREMENTS */
}


.input-group>.custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin: 0;
  opacity: 0
}

.custom-file-input:focus~.custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label {
  background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
  content: attr(data-browse)
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem
}


.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
}

.form-row>.col,
.form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-row {
  padding-bottom: 5px;
  margin-bottom: 5px;
  align-items: flex-start;
  display: flex;
}

.form-row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.form-row.no-gutters>.col,
.form-row.no-gutters>[class*=col-] {
  padding-right: 0px;
  padding-left: 0px;
}

.form-row:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.form-row .submit {
  display: flex;
  justify-content: flex-end;
}

.form-row .submit .btn {
  margin-left: 15px;
}

.form-row .form-row {
  border-bottom: 0;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.element {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Montserrat", serif;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.element label {
  color: #202124;
}

.element label.hidden {
  display: none !important;
}

.element .helper {
  font-size: 11px;
  font-weight: 400;
  color: rgba(95, 99, 104, 0.8);
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.2px;
}

.element.text label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.element.text .field {
  padding: 5px 15px 5px 15px;
  border: 1px solid rgba(194, 194, 194, 0.8);
  border-radius: 8px;
  background: rgba(194, 194, 194, 0.1);
}

.element.text .field:hover {
  border: 1px solid #c2c2c2;
}

.element.text .field input {
  border: 0;
  background: rgba(194, 194, 194, 0);
  width: 100%;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.element.text .field input:focus {
  outline: none;
}

.element.text .field input::-webkit-input-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 13px;
  font-weight: 500;
}

.element.text .field input:-moz-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 13px;
  font-weight: 500;
}

.element.text .field input:-ms-input-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 13px;
  font-weight: 500;
}

.element.text .field input::placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 13px;
  font-weight: 500;
}

.element.text .error,
.element.text .field-validation-error {
  color: rgba(255, 0, 0, 0.7);
  font-size: 11px;
}

.element.multi-line-text label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.element.multi-line-text .field {
  padding: 5px 15px 5px 15px;
  border: 1px solid rgba(194, 194, 194, 0.8);
  border-radius: 8px;
  background: rgba(194, 194, 194, 0.1);
  position: relative;
}

.element.multi-line-text .field textarea {
  background: rgba(194, 194, 194, 0);
  border: 0;
  width: 100%;
  height: 100%;
  resize: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  letter-spacing: -0.5px;
  font-size: 13px;
}

.element.multi-line-text .field textarea:focus {
  outline: none;
}

.element.multi-line-text .field:hover {
  border: 1px solid #c2c2c2;
}

.element.multi-line-text .field textarea::-webkit-input-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.element.multi-line-text .field textarea:-moz-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.element.multi-line-text .field textarea:-ms-input-placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.element.multi-line-text .field textarea::placeholder {
  color: rgba(95, 99, 104, 0.8);
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.element.multi-line-text .error,
.element.multi-line-text .field-validation-error {
  color: rgba(255, 0, 0, 0.7);
  font-size: 11px;
}

.element.rte .error,
.element.rte .field-validation-error {
  color: rgba(255, 0, 0, 0.7);
  font-size: 11px;
}

.element.select {
  position: relative;
}

.element.select label {
  display: none;
}

.element.select .field {
  width: 100%;
  padding: 6px 5px 6px 5px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(194, 194, 194, 0.8);
  border-radius: 8px;
  background: rgba(194, 194, 194, 0.1);
}

.element.select .field:hover {
  border: 1px solid #c2c2c2;
}

.element.select .field i {
  color: rgba(var(--vsm-secondary-colour), 1);
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 0;
}

@media (min-width: 768px) {
  .element.select .field i {
    top: 10px;
  }
}

.element.select select {
  position: relative;
  z-index: 1;
  font-size: 13px;
  border: none;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  background: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.element.select select:focus {
  outline: none;
}

.element.select select:required:invalid {
  color: rgba(95, 99, 104, 0.8);
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  letter-spacing: -0.5px;
}

.element.select option[value=""][disabled] {
  display: none;
}

.element.select option {
  color: #090909;
}

.element.select .error,
.element.select .field-validation-error {
  color: rgba(255, 0, 0, 0.7);
  font-size: 11px;
}

.element.multiselect .btn {
  padding: 6px 5px 6px 15px;
  border: 1px solid rgba(194, 194, 194, 0.8);
  border-radius: 8px;
  background: rgba(194, 194, 194, 0.1);
}

.element.multiselect .btn:hover,
.element.multiselect .btn:focus,
.element.multiselect .btn:active {
  mix-blend-mode: normal;
  border: 1px solid rgba(194, 194, 194, 0.8);
  border-radius: 8px;
  background: rgba(194, 194, 194, 0.1);
  outline: none !important;
}

.element.multiselect .btn:not(:disabled):not(.disabled).active:focus,
.element.multiselect .btn:not(:disabled):not(.disabled):active:focus {
  border: 1px solid rgba(194, 194, 194, 0.8);
  border-radius: 8px;
  background: rgba(194, 194, 194, 0.1);
  outline: none !important;
}

.element.multiselect .show>.btn-light.dropdown-toggle {
  border: 1px solid rgba(194, 194, 194, 0.8);
  border-radius: 8px;
  background: rgba(194, 194, 194, 0.1);
}

.element.multiselect .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  color: rgba(var(--vsm-primary-colour), 1);
}

.element.multiselect .bootstrap-select .dropdown-toggle:after {
  border-top: 0.4em solid;
  border-right: 0.35em solid transparent;
  border-bottom: 0;
  border-left: 0.35em solid transparent;
  margin-right: 5px;
}

.element.multiselect .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 14px;
  font-weight: 500;
  color: #090909;
}

.element.file {
  position: relative;
}

.element.file label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.element.file .field {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.element.file .input-group-text {
  border-radius: 8px;
}

.element.file .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,
.element.file .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,
.element.file .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,
.element.file .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,
.element.file .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.element.file .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.element.file .input-group>.input-group-prepend>.btn,
.element.file .input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.element.file .custom-file {
  height: 33px;
  width: 100%;
}

.element.file .custom-file-label {
  height: 33px;
  border-radius: 8px;
  font-size: 13px;
  border: 1px solid rgba(194, 194, 194, 0.8);
  background: rgba(194, 194, 194, 0.1);
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
}

.element.file .custom-file-label.btn {
  line-height: 1.3;
  border-radius: 100em;
  border: 0;
  padding: 8px 35px;
  text-decoration: none;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  background: rgba(255, 105, 0, 0);
  border: 2px solid rgba(var(--vsm-primary-colour), 1);
  color: rgba(var(--vsm-primary-colour), 1);
  letter-spacing: 0px;
}

.element.file .custom-file-label.btn:before {
  content: "\f093";
  color: rgba(var(--vsm-primary-colour), 1);
  text-align: center;
  margin: 0 5px 0 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  top: 0;
  left: 0;
}

.element.file .custom-file-label.btn:after {
  display: none;
}

.element.file .custom-file-label:after {
  background: rgba(var(--vsm-primary-colour), 1);
  color: #ffffff;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  z-index: 3;
  display: block;
  height: 80%;
  padding: 5px 15px;
  line-height: 1.1;
  border-left: inherit;
  border-radius: 5px;
}

.element.file .input-group>.custom-file:not(:first-child) .custom-file-label,
.element.file .input-group>.custom-file:not(:last-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.element.file .error,
.element.file .field-validation-error {
  color: rgba(255, 0, 0, 0.7);
  font-size: 11px;
}

.element.checkbox {
  position: relative;
}

.element.checkbox .error,
.element.checkbox .field-validation-error {
  color: rgba(255, 0, 0, 0.7);
  font-size: 11px;
}

.element.checkbox>* {
  -webkit-transform: translateZ(0px);
}

.element.checkbox label {
  font-size: 13px;
  color: #5f6368;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.2px;
  line-height: 1.2;
}

.element.checkbox label a {
  color: rgba(var(--vsm-primary-colour), 1);
}

/* ------------------------------
icheck Plugin - Overrides
--------------------------------*/
[class*=icheck-]>label.hidden {
  color: transparent;
  font-size: 0;
  -webkit-text-size-adjust: none;
}

[class*=icheck-]>input:first-child+input[type=hidden]+label::before,
[class*=icheck-]>input:first-child+label::before {
  border: 1px solid rgba(194, 194, 194, 0.8);
  border-radius: 3px;
  width: 18px;
  height: 18px;
}

[class*=icheck-]>input:first-child+input[type=hidden]+label::before,
[class*=icheck-]>input:first-child+label::before {
  border: 1px solid rgba(194, 194, 194, 0.8);
  background: rgba(194, 194, 194, 0.1);
}

.icheck-primary>input:first-child:checked+input[type=hidden]+label::before,
.icheck-primary>input:first-child:checked+label::before {
  background-color: rgba(var(--vsm-primary-colour), 1);
  border: 1px solid rgba(var(--vsm-primary-colour), 1);
}

.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+input[type=hidden]+label::before,
.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before {
  border: 1px solid rgba(194, 194, 194, 0.8);
}

[class*=icheck-]>input:first-child:checked+label::after {
  width: 4px;
  height: 8px;
}

/* ------------------------------
icheck Plugin - Overrides
--------------------------------*/
.current-upload {
  font-size: 12px;
  font-weight: 500;
  display: block;
  margin: 20px 0 0 0;
  color: #5f6368;
}

/* ------------------------------
HTML5 OPTIONS
--------------------------------*/
nav,
header,
section,
main,
aside,
footer {
  display: block;
}

/* ------------------------------
OVERFLOW OPTIONS
--------------------------------*/
.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

/* ------------------------------
CONTENT OVERFLOW CONTROL
--------------------------------*/
.content-wrapper {
  position: relative;
  overflow: hidden;
}

/* ------------------------------
HIDE SCROLLBAR
--------------------------------*/
.hide-scroll {
  overflow: hidden;
}

/* ------------------------------
CLASS TO FIX BOOTSTRAP MODAL ISO
--------------------------------*/
.clickable {
  cursor: pointer;
}

/* ------------------------------
RESPONSIVE PANEL PADDING
--------------------------------*/
.panel-padding {
  width: 100%;
  overflow: hidden;
  padding: 100px 0 100px 0;
}

@media screen and (max-width: 1199px) {
  .panel-padding {
    width: 100%;
    overflow: hidden;
    padding: 80px 0 80px 0;
  }
}

@media screen and (max-width: 991px) {
  .panel-padding {
    width: 100%;
    overflow: hidden;
    padding: 60px 0 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .panel-padding {
    width: 100%;
    overflow: hidden;
    padding: 40px 0 40px 0;
  }
}

@media screen and (max-width: 640px) {
  .panel-padding {
    width: 100%;
    overflow: hidden;
    padding: 30px 0 30px 0;
  }
}

/* ------------------------------
PADDING OPTIONS
--------------------------------*/
.no-top-padding {
  padding-top: 0 !important;
}

.no-bottom-padding {
  padding-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.padding-top-sm {
  margin-top: 20px !important;
}

.paddingn-top-md {
  margin-top: 40px !important;
}

.padding-top-lg {
  margin-top: 60px !important;
}

.padding-bottom-sm {
  margin-bottom: 20px !important;
}

.padding-bottom-md {
  margin-bottom: 40px !important;
}

.padding-bottom-lg {
  margin-bottom: 60px !important;
}

/* ------------------------------
MARGIN OPTIONS
--------------------------------*/
.no-top-margin {
  margin-top: 0 !important;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.margin-top-sm {
  margin-top: 20px !important;
}

.margin-top-md {
  margin-top: 40px !important;
}

.margin-top-lg {
  margin-top: 60px !important;
}

.margin-bottom-sm {
  margin-bottom: 20px !important;
}

.margin-bottom-md {
  margin-bottom: 40px !important;
}

.margin-bottom-lg {
  margin-bottom: 60px !important;
}

/* ------------------------------
ALIGN OPTIONS
--------------------------------*/
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/* ------------------------------
TEXT TRANSFORM OPTIONS
--------------------------------*/
.text-transform-uppercase {
  text-transform: uppercase;
}

.text-transform-lowercase {
  text-transform: lowercase;
}

.text-transform-normal {
  text-transform: none;
}

/* ------------------------------
TEXT DECORATION OPTIONS
--------------------------------*/
.td-underline {
  text-decoration: underline;
}

.td-none {
  text-decoration: none;
}

/* ------------------------------
FONT WEIGHT OPTIONS
--------------------------------*/
.fw-bold {
  font-weight: bold !important;
}

.fw-normal {
  font-weight: normal !important;
}

/* ------------------------------
BACKGROUND IMAGE OPTIONS
--------------------------------*/
.full-bg {
  background-position: center center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

/* ------------------------------
BACKGROUND POSITIONS OPTIONS
--------------------------------*/
.background-fixed {
  background-attachment: fixed !important;
  -webkit-backface-visibility: hidden !important;
}

/* ------------------------------
PSEUDO OVERLAY EFFECT
--------------------------------*/
.overlay {
  position: relative;
}

.overlay::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  z-index: 0;
}

/* ------------------------------
RESPONSIVE IFRAME
--------------------------------*/
.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------
ZOOM ON HOVER EFFECT
--------------------------------*/
.zoom {
  -webkit-transition: all 12s ease-out;
  -moz-transition: all 12s ease-out;
  -o-transition: all 12s ease-out;
  transition: all 12s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.zoom:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod="auto expand", M11=1.1, M12=-0, M21=0, M22=1.1);
}

/* ------------------------------
CURSOR EFFECT
--------------------------------*/
/* ------------------------------
CURSOR EFFECT
--------------------------------*/
/**
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 29, 2020
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/*!
 * Bootstrap-select v1.13.14 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

@-o-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

select.bs-select-hidden,
.bootstrap-select>select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}

.bootstrap-select>.dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.bootstrap-select>.dropdown-toggle:after {
  margin-top: -1px;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active {
  color: #999;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}

.bootstrap-select>select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

.bootstrap-select>select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid+.dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid+.dropdown-toggle {
  border-color: #28a745;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.bootstrap-select>select.mobile-device:focus+.dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}

:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}

.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*=col-].dropdown-menu-right,
.row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

.form-inline .bootstrap-select .form-control {
  width: 100%;
}

.bootstrap-select.disabled,
.bootstrap-select>.disabled {
  cursor: not-allowed;
}

.bootstrap-select.disabled:focus,
.bootstrap-select>.disabled:focus {
  outline: none !important;
}

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu>.inner:focus {
  outline: none !important;
}

.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select .dropdown-menu li {
  position: relative;
}

.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
  -o-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox+.bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/* ------------------------------
Top
--------------------------------*/
/* ------------------------------
Headers
--------------------------------*/
/* ------------------------------
Primary nav
--------------------------------*/
/* ------------------------------
Secondary nav
--------------------------------*/
/* ------------------------------
Modules
--------------------------------*/
/* ------------------------------
Modals
--------------------------------*/
.j-modal-active {
  overflow: hidden;
  height: 100%;
}

.j-modal-active .site {
  overflow: hidden;
  height: 100%;
}

.j-modal.fade-in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.j-modal.fade-out {
  opacity: 1;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.j-modal#login.fade-out {
  opacity: 0;
}

.j-modal-overlay {
  background: rgba(46, 42, 40, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  display: none;
}

.j-modal {
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
  opacity: 0;
  overflow: auto;
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
}

.j-modal .close {
  padding: 8px 11px;
  width: 40px;
  height: 40px;
}

.j-modal .j-modal-vertical-align {
  display: flex;
  align-items: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 30px auto;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .j-modal .j-modal-vertical-align {
    margin: auto;
  }
}

.j-modal .j-modal-vertical-align .j-modal-content {
  margin: auto;
  box-align: center;
  padding: 40px;
  position: relative;
}

@media (max-width: 768px) {
  .j-modal .j-modal-vertical-align .j-modal-content {
    position: relative;
  }
}

@media (max-height: 400px) {
  .j-modal .j-modal-vertical-align .j-modal-content {
    position: relative;
  }
}

@media (min-width: 768px) {
  .j-modal .j-modal-vertical-align .j-modal-content {
    margin: 0 auto;
  }
}

.j-modal form {
  margin: 0px 0;
}

.Firefox .j-modal-vertical-align {
  top: 15%;
  bottom: 15%;
}

.j-modal .j-modal-vertical-align {
  display: flex;
  align-items: center;
}

@media (max-height: 680px) {
  .j-modal .j-modal-vertical-align {
    display: table;
    align-items: center;
  }
}

/* ------------------------------
End Default Modals
--------------------------------*/
.j-modal .j-modal-vertical-align .j-modal-content {
  margin: 30px 30px;
  padding: 25px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .j-modal .j-modal-vertical-align .j-modal-content {
    margin: 30px auto;
  }
}

@media (min-width: 1024px) {
  .j-modal .j-modal-vertical-align .j-modal-content {
    padding: 40px;
    margin: 30px auto;
  }
}

.j-modal-overlay {
  background: rgba(9, 9, 9, 0.5);
}

.j-modal-content {
  background: #ffffff;
  padding: 15px;
}

.j-modal-content .content a.btn {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.j-modal-content span.close {
  position: absolute;
  top: 5px;
  right: 0px;
}

@media (min-width: 768px) {
  .j-modal-content {
    padding: 25px;
  }
}

@media (min-width: 768px) {
  .small-modal .j-modal-content {
    max-width: 700px;
  }
}

@-moz-document url-prefix() {
  .j-modal-vertical-align {
    height: 100%;
    display: table !important;
  }

  .j-modal-vertical-align .helper {
    position: absolute;
    top: 50%;
    display: table-cell;
    vertical-align: middle;
  }

  .j-modal-vertical-align .j-modal-content {
    position: relative;
    top: -50%;
    margin: 0 auto;
  }
}

/* ------------------------------
Footer
--------------------------------*/
/* ------------------------------
Signoff
--------------------------------*/
/* ------------------------------
Rich Text Editor
--------------------------------*/
.rte p strong {
  font-weight: bold;
}

.rte img {
  max-width: 100%;
  height: auto;
}

/* ------------------------------
Candidate Portal
--------------------------------*/
html {
  height: auto !important;
  min-height: 100%;
}

body {
  background: #fafafa;
}

@media only screen and (max-width: 1023px) {
  body.active-menu .side-menu {
    display: block;
  }
}

body.active-menu .overlay-menu {
  opacity: 1;
  z-index: 7;
}

.overlay-menu {
  opacity: 0;
}

@media only screen and (max-width: 1023px) {
  .overlay-menu {
    background: rgba(var(--vsm-black), 0.3);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: -7;
    opacity: 0;
    transition: opacity 300ms ease-in-out;
  }
}

.back-to-top {
  position: absolute;
  bottom: 0;
}

.brand {
  padding: 10px;
  display: block;
}

@media (min-width: 1024px) {
  .brand {
    padding: 20px 10px;
  }
}

.brand img {
  width: 120px;
}

body.sign-in {
  padding: 0 0 30px 0;
}

body.sign-in .client-logo {
  margin: 30px 0;
}

body.sign-in .brand img {
  width: 210px;
}

.sign-in-form .md-heading {
  margin-bottom: 30px;
}

.sign-in-form .form-row {
  margin-bottom: 0;
  padding-bottom: 0;
}

.sign-in-form .form-row .element.checkbox {
  margin-top: 0px;
}

.sign-in-form .form-row .element.submit .btn {
  margin-left: 0;
  width: auto;
}

.wrapper {
  margin-left: 0px;
  height: 100%;
}

@media (min-width: 1024px) {
  .wrapper {
    margin-left: 230px;
  }
}

@media (min-width: 1200px) {
  .wrapper {
    margin-left: 260px;
  }
}

.wrapper .side-menu {
  display: none;
  z-index: 8;
  width: 300px;
  background: #ffffff;
}

@media (min-width: 1024px) {
  .wrapper .side-menu {
    display: block;
    width: 230px;
  }
}

@media (min-width: 1200px) {
  .wrapper .side-menu {
    width: 260px;
  }
}

.margin-top {
  margin-top: 30px;
}

.margin-bottom {
  margin-bottom: 30px;
}

.border-bottom {
  border-color: rgba(46, 42, 40, 0.1);
}

.mobile-header {
  border-bottom: 1px solid rgba(46, 42, 40, 0.1);
  display: flex;
  position: fixed;
  width: 100%;
  background: #ffffff;
  z-index: 9;
  height: 80px;
}

@media (min-width: 1024px) {
  .mobile-header {
    display: none;
  }
}

.mobile-header .burger {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: rgba(var(--vsm-body-copy-colour), 0);
  margin-right: 5px;
}

.mobile-header .burger span {
  position: relative;
  width: 22px;
  height: 3px;
  background: rgba(var(--vsm-body-copy-colour), 1);
  display: block;
  top: 14px;
}

.mobile-header .burger span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -6px;
  width: 100%;
  height: 3px;
  background: rgba(var(--vsm-body-copy-colour), 1);
}

.mobile-header .burger span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 100%;
  height: 3px;
  background: rgba(var(--vsm-body-copy-colour), 1);
}

.mobile-header .client-logo {
  display: inline-block;
}

.mobile-header .brand {
  height: 60px;
}

.mobile-header .brand img {
  width: auto;
  height: 100%;
}

.mobile-header .avatar-details {
  margin-right: 3px;
}

.mobile-header .avatar-details .img {
  margin: 0 auto 0px auto;
  width: 40px;
  height: 40px;
  border-radius: 100em;
  overflow: hidden;
  border: 1px solid rgba(46, 42, 40, 0.1);
  position: relative;
}

.mobile-header .avatar-details .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
}

.mobile-header .avatar-details .img[data-initials]:before {
  background: rgba(var(--vsm-body-copy-colour), 0.1);
  color: rgba(var(--vsm-body-copy-colour), 0.5);
  opacity: 1;
  content: attr(data-initials);
  display: inline-block;
  font-weight: 600;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 20px;
}

.content-wrapper {
  height: 100%;
  overflow: visible;
  padding-top: 80px;
}

@media (min-width: 1024px) {
  .content-wrapper {
    padding-top: 0;
  }
}

.container-fluid {
  height: 100%;
}

.badge {
  background: rgba(var(--vsm-primary-colour), 1);
  color: #ffffff;
  border-radius: 3px;
  text-align: center;
  justify-content: center;
  width: auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.side-menu {
  border-right: 1px solid rgba(46, 42, 40, 0.1);
  background: rgba(var(--vsm-white), 1);
  bottom: 0;
  float: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  min-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px;
}

@media (min-width: 1024px) {
  .side-menu {
    width: 230px;
  }
}

@media (min-width: 1200px) {
  .side-menu {
    width: 260px;
  }
}

.side-menu nav.main-menu {
  margin-top: 25px;
}

.side-menu nav.main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.side-menu nav.main-menu ul li.nav-item {
  margin-bottom: 1px;
}

.side-menu nav.main-menu ul li.nav-item .nav-link {
  display: flex;
  text-decoration: none;
  color: rgba(var(--vsm-body-copy-colour), 1);
  font-family: "Montserrat", serif;
  font-weight: 600;
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .side-menu nav.main-menu ul li.nav-item .nav-link {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media (min-width: 1200px) {
  .side-menu nav.main-menu ul li.nav-item .nav-link {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.side-menu nav.main-menu ul li.nav-item .nav-link span {
  display: flex;
  align-self: center;
  flex-grow: 1;
}

.side-menu nav.main-menu ul li.nav-item .nav-link span:nth-of-type(1) {
  max-width: 30px;
}

.side-menu nav.main-menu ul li.nav-item .nav-link span:nth-of-type(3) {
  max-width: 30px;
  flex-grow: 0;
}

.side-menu nav.main-menu ul li.nav-item .nav-link:hover,
.side-menu nav.main-menu ul li.nav-item .nav-link.active {
  background: rgba(var(--vsm-primary-colour), 0.1);
  border-radius: 8px;
  font-weight: 600;
}

.side-menu nav.main-menu ul li.nav-item .nav-link:hover span:nth-of-type(2),
.side-menu nav.main-menu ul li.nav-item .nav-link.active span:nth-of-type(2) {
  color: rgba(var(--vsm-primary-colour), 1);
}

.side-menu nav.main-menu ul li.nav-item .nav-link:hover .icon:before,
.side-menu nav.main-menu ul li.nav-item .nav-link.active .icon:before {
  color: rgba(var(--vsm-primary-colour), 1);
}

.section {
  position: relative;
  height: 100%;
  padding: 0 0px;
}

.section:after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  display: block;
  height: 100%;
}

@media (min-width: 768px) {
  .section:after {
    border-right: 1px solid rgba(46, 42, 40, 0.1);
  }
}

.section .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(46, 42, 40, 0.1);
  padding: 30px 0;
  height: 76px;
}

.section .section-header.hidden-sm {
  display: none;
}

@media (min-width: 768px) {
  .section .section-header.hidden-sm {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .section .section-header {
    height: 78px;
  }
}

.section .section-header .sm-heading {
  line-height: 1;
  margin-bottom: 0;
  flex-grow: 1;
  justify-content: space-between;
}

.section .section-header .sm-heading a {
  float: right;
  line-height: 1.4;
}

.section .section-header .sm-heading a i {
  display: block;
}

.section .section-header .supplement-menu {
  line-height: 1;
}

.section .section-header .supplement-menu ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.section .section-header .supplement-menu ul li {
  display: inline-block;
  line-height: 1;
  margin: 0 5px;
}

@media (min-width: 1200px) {
  .section .section-header .supplement-menu ul li {
    margin: 0 10px;
  }
}

.section .section-header .supplement-menu ul li a {
  position: relative;
  border-bottom: 4px solid rgba(var(--vsm-primary-colour), 0);
  padding-bottom: 26px;
}

@media (min-width: 1024px) {
  .section .section-header .supplement-menu ul li a {
    padding-bottom: 27px;
  }
}

.section .section-header .supplement-menu ul li a:hover,
.section .section-header .supplement-menu ul li a.active {
  color: rgba(var(--vsm-body-copy-colour), 1);
  border-bottom: 4px solid rgba(var(--vsm-primary-colour), 1);
}

@media (min-width: 1024px) {

  .section .section-header .supplement-menu ul li a:hover,
  .section .section-header .supplement-menu ul li a.active {
    padding-bottom: 27px;
  }
}

.section .section-header a {
  color: rgba(var(--vsm-body-copy-colour), 0.5);
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 768px) {
  .section .section-header a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media (min-width: 1200px) {
  .section .section-header a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.section .section-header a:hover {
  color: rgba(var(--vsm-body-copy-colour), 1);
}

.section .section-header .actions {
  display: none;
}

@media (min-width: 1024px) {
  .section .section-header .actions {
    display: block;
  }
}

.headers {
  padding: 30px 0;
}

.headers .sm-heading {
  margin-bottom: 0;
  line-height: 1.8;
}

.headers a {
  color: rgba(var(--vsm-body-copy-colour), 0.5);
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .headers a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media (min-width: 1200px) {
  .headers a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.headers a:hover {
  color: rgba(var(--vsm-body-copy-colour), 1);
}

.user-panel {
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid rgba(46, 42, 40, 0.1);
}

.user-panel .avatar-details .img {
  margin: 0 auto 20px auto;
  width: 120px;
  height: 120px;
  border-radius: 100em;
  overflow: hidden;
  border: 5px solid rgba(46, 42, 40, 0.1);
  position: relative;
}

.user-panel .avatar-details .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
}

.user-panel .avatar-details .img[data-initials]:before {
  background: rgba(var(--vsm-body-copy-colour), 0.1);
  color: rgba(var(--vsm-body-copy-colour), 0.5);
  opacity: 1;
  content: attr(data-initials);
  display: inline-block;
  font-weight: 600;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0;
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  font-size: 40px;
}

.user-panel .avatar-details .user-info .sm-heading {
  margin-bottom: 5px;
}

.user-panel .avatar-details .user-info p {
  margin-bottom: 0;
}

.list-details dl {
  padding: 30px 0;
  border-bottom: 1px solid rgba(46, 42, 40, 0.1);
  margin-bottom: 0;
}

.list-details dl dt {
  margin-bottom: 30px;
  color: #202124;
}

.list-details dl dd {
  margin-bottom: 25px;
}

.list-details dl dd h5 {
  font-size: 12px;
  color: rgba(var(--vsm-body-copy-colour), 0.5);
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

.list-details dl dd p {
  font-size: 14px;
  color: rgba(var(--vsm-body-copy-colour), 1);
  font-weight: 400;
}

.list-details .download {
  display: flex;
  justify-content: space-between;
}

.list-details .download div.icon {
  display: flex;
  align-self: center;
  flex-grow: 1;
  max-width: 40px;
  border: 1px solid rgba(46, 42, 40, 0.1);
  border-radius: 8px;
  width: 40px;
  height: 40px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.list-details .download div.icon i {
  color: rgba(var(--vsm-primary-colour), 1);
}

.list-details .download h5 {
  display: flex;
  align-self: center;
  flex-grow: 1;
  color: rgba(var(--vsm-body-copy-colour), 1);
  flex-direction: column;
  font-weight: 700;
}

.list-details .download h5 span {
  margin-top: 5px;
  display: block;
  font-weight: 300;
  font-size: 11px;
  font-size: 0.6875rem;
}

.list-details .download a {
  display: flex;
  align-self: center;
  max-width: 30px;
  flex-grow: 0;
  color: rgba(var(--vsm-body-copy-colour), 0.5);
}

.list-details .download a:hover {
  color: rgba(var(--vsm-primary-colour), 1);
}

.tags .tag {
  border: 1px solid rgba(var(--vsm-primary-colour), 1);
  border-radius: 100em;
  padding: 5px 15px;
  background: rgba(var(--vsm-primary-colour), 0.1);
  font-weight: 700;
  font-size: 11px;
  font-size: 0.6875rem;
  color: rgba(var(--vsm-primary-colour), 1);
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  overflow: hidden;
}

.tags .remove {
  position: relative;
}

.tags .remove:hover .tag {
  position: relative;
}

.tags .remove:hover .tag:after {
  content: "\f2ed";
  color: rgba(var(--vsm-white), 1);
  text-align: center;
  padding: 7px 0;
  margin: 0 auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(var(--vsm-primary-colour), 0.8);
  display: block;
  top: 0;
  left: 0;
}

.counters {
  border-bottom: 1px solid rgba(46, 42, 40, 0.1);
  padding: 0 0 30px 0;
}

.counter {
  display: flex;
  flex-direction: column;
  padding: 30px 0 0 0;
}

.counter .xs-heading {
  font-size: 90%;
}

.counter .xs-heading span {
  display: block;
  margin-top: 5px;
  font-size: 9px;
  font-weight: 300;
}

.counter .lg-number {
  font-size: 40px;
  font-size: 2.5rem;
  color: rgba(var(--vsm-primary-colour), 1);
  font-weight: 700;
  line-height: 1;
}

.job-application {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  padding: 30px 25px;
  margin-bottom: 15px;
  box-shadow: 0 0 2px rgba(var(--vsm-secondary-colour), 0.1);
  border: 1px solid rgba(var(--vsm-primary-colour), 0);
  transition: border 300ms ease-in-out;
}

@media only screen and (max-width: 575px) {
  .job-application .align-right.ml-auto {
    text-align: left !important;
  }

  .job-application .align-right.ml-auto .application-review {
    display: block;
  }
}

.job-application:hover {
  border: 1px solid rgba(var(--vsm-primary-colour), 1);
}

.job-application .element {
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .job-application .element {
    margin-top: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .job-application .element+.avatar-details {
    margin-top: -33px;
  }
}

.job-application .avatar-details .img {
  margin: 0 auto 0px auto;
  width: 30px;
  height: 30px;
  border-radius: 100em;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .job-application .avatar-details .img {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1200px) {
  .job-application .avatar-details .img {
    width: 60px;
    height: 60px;
  }
}

.job-application .avatar-details .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
}

.job-application .avatar-details .img[data-initials]:before {
  background: rgba(var(--vsm-primary-colour), 1);
  color: rgba(var(--vsm-white), 1);
  opacity: 1;
  content: attr(data-initials);
  display: inline-block;
  font-weight: 600;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  text-align: center;
}

@media (min-width: 768px) {
  .job-application .avatar-details .img[data-initials]:before {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  .job-application .avatar-details .img[data-initials]:before {
    width: 58px;
    height: 58px;
    line-height: 58px;
    font-size: 20px;
  }
}

.job-application .job-ref {
  color: rgba(var(--vsm-body-copy-colour), 0.5);
  font-size: 12px;
  font-size: 0.75rem;
}

.job-application .xs-heading {
  margin: 5px 0;
  font-size: 14px;
  color: rgba(32, 33, 36, 0.8);
}

.job-application .btn {
  padding-left: 35px;
  padding-right: 35px;
}

@media (min-width: 768px) {
  .job-application .btn {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 1400px) {
  .job-application .btn {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.job-application .job-details {
  color: rgba(var(--vsm-body-copy-colour), 0.8);
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 10px;
}

.job-application .application-review {
  display: inline-block;
}

.job-application .application-review .expired {
  font-weight: 600;
  color: rgba(var(--vsm-black), 1);
}

.job-application .contact-consultant {
  color: rgba(var(--vsm-primary-colour), 1);
  font-size: 12px;
  font-weight: 500;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .job-application .contact-consultant {
    margin-right: 0px;
  }
}

@media (min-width: 1400px) {
  .job-application .contact-consultant {
    display: inline-block;
    margin-right: 0px;
  }
}

@media (min-width: 1600px) {
  .job-application .contact-consultant {
    display: inline-block;
    margin-right: 10px;
  }
}

.job-application .contact-consultant i {
  color: rgba(var(--vsm-body-copy-colour), 0.8);
  margin-right: 5px;
}

.job-application .application-status {
  color: rgba(32, 33, 36, 0.5);
  font-size: 9px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  position: absolute;
  top: 10px;
  right: 25px;
  margin-right: 0;
}

.job-application .application-status.applied {
  font-weight: 600;
  color: #202124;
}

@media (min-width: 1200px) {
  .job-application .application-status {
    display: inline-block;
    margin-bottom: 0px;
  }
}

.job-application .application-status i {
  color: rgba(var(--vsm-primary-colour), 1);
  margin-right: 5px;
}

.swiper-buttons {
  position: relative;
  width: auto;
  display: flex;
  justify-content: flex-end;
  text-align: right;
  margin: 15px 0 0 0;
}

.swiper-buttons .swiper-button-prev,
.swiper-buttons .swiper-button-next {
  margin-left: 10px;
  margin-top: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background: rgba(var(--vsm-primary-colour), 1);
  color: #ffffff;
  border-radius: 100em;
}

.swiper-buttons .swiper-button-prev i,
.swiper-buttons .swiper-button-next i {
  margin: 0 50px;
}

.swiper-buttons .swiper-button-prev:after,
.swiper-buttons .swiper-button-next:after {
  display: none;
}

.news-feed-content {
  border-bottom: 1px solid rgba(46, 42, 40, 0.1);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.news-item {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid rgba(var(--vsm-primary-colour), 0);
  transition: border 300ms ease-in-out;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 0 2px rgba(var(--vsm-secondary-colour), 0.1);
}

.news-item:hover {
  border: 1px solid rgba(var(--vsm-primary-colour), 1);
}

.news-item .img {
  height: 100%;
}

.news-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-item .content p {
  font-size: 12px;
}

.push-content-item {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid rgba(var(--vsm-primary-colour), 0);
  transition: border 300ms ease-in-out;
  overflow: hidden;
  padding: 0px;
  margin-bottom: 15px;
  box-shadow: 0 0 2px rgba(var(--vsm-secondary-colour), 0.1);
}

.push-content-item:hover {
  overflow: hidden;
  border: 1px solid rgba(var(--vsm-primary-colour), 1);
}

.push-content-item:hover .img:after {
  mix-blend-mode: multiply;
  opacity: 0.7;
}

.push-content-item a {
  display: block;
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.push-content-item .img {
  height: 230px;
  max-height: 230px;
  overflow: hidden;
}

.push-content-item .img:after {
  opacity: 0.3;
  transition: all 300ms ease-in-out;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: -moz-linear-gradient(180deg, rgba(var(--vsm-white), 0) 0%, rgba(var(--vsm-black), 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(var(--vsm-white), 0) 0%, rgba(var(--vsm-black), 1) 100%);
  background: linear-gradient(180deg, rgba(var(--vsm-white), 0) 0%, rgba(var(--vsm-black), 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
}

.push-content-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.push-content-item .content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  padding: 10px;
}

.push-content-item .content .xs-heading {
  color: rgba(var(--vsm-white), 1);
}

.push-content-item .content p {
  font-size: 12px;
  color: rgba(var(--vsm-white), 1);
}

.close-account {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  padding: 30px 25px;
  margin-bottom: 15px;
  box-shadow: 0 0 2px rgba(var(--vsm-secondary-colour), 0.1);
  border: 1px solid rgba(var(--vsm-primary-colour), 0);
  transition: border 300ms ease-in-out;
}

.close-account .btn {
  margin-bottom: 15px;
}

.close-account p {
  font-size: 11px;
}

.close-account p.warning-notice {
  font-size: 9px;
  color: rgba(var(--vsm-black), 1);
}

.col-md-4 .close-account .btn {
  width: 100%;
}

.card {
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  padding: 30px 25px;
  margin-bottom: 15px;
  box-shadow: 0 0 2px rgba(46, 42, 40, 0.1);
  border: 1px solid rgba(var(--vsm-primary-colour), 0);
  transition: border 300ms ease-in-out;
}

.upload-doc-widget {
  border-bottom: 1px solid rgba(46, 42, 40, 0.1);
  padding-bottom: 10px;
}

.upload-doc-widget .element {
  margin-top: 0;
}

.upload-doc-widget .element.file .custom-file {
  height: 40px;
}

.upload-doc-widget .element.file .custom-file-label {
  height: 40px;
  padding: 10px 35px;
  line-height: 1.6;
  width: 100%;
  position: absolute;
}

.upload-doc-widget p {
  margin-bottom: 30px;
}

.upload-doc-widget .remove {
  display: block;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 20px;
}

.upload-doc-widget .remove i {
  font-size: 16px;
  margin-right: 15px;
}

.upload-doc-widget .download {
  display: block;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 20px;
}

.upload-doc-widget .download i {
  font-size: 16px;
  margin-right: 15px;
}

.upload-doc-widget .sm-text {
  font-size: 11px;
}

.upload-doc-widget .submit .btn {
  margin: 0;
  width: 100%;
}

.side-notice-summary {
  padding-bottom: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

.side-notice-summary p {
  font-weight: 700;
  font-size: 12px;
}

.side-notice-summary p span {
  color: rgba(var(--vsm-primary-colour), 1);
}

@media (min-width: 1024px) {
  .side-notice-summary .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1200px) {
  .side-notice-summary .btn {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 1024px) {
  .side-notice-summary .btn span {
    font-size: 13px;
  }
}

.side-counters .counter {
  padding: 30px 0;
  border-bottom: 1px solid rgba(46, 42, 40, 0.1);
}

.side-counters .counter .xs-heading {
  font-size: 12px;
  font-weight: 600;
}

.side-counters .counter .lg-number {
  font-size: 30px;
}

.select-all {
  margin-top: -15px;
}

.select-all .element {
  margin-left: 26px;
  margin-top: 0;
}

.select-all .element label a {
  font-size: 11px;
  text-decoration: none;
  color: rgba(var(--vsm-body-copy-colour), 0.5);
  font-weight: 700;
}

.select-all .element label a:hover {
  color: rgba(var(--vsm-primary-colour), 1);
}

.side-cta {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .side-cta {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.side-cta .btn {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .side-cta .btn {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.list-alerts {
  display: inline-flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-basis: 1;
  flex-direction: row;
  width: 100%;
}

.alert {
  flex-direction: column;
  box-shadow: 0 0 2px rgba(var(--vsm-secondary-colour), 0.1);
  width: 100%;
  margin: 0 0px 30px 0px;
  border: 1px solid rgba(46, 42, 40, 0.1);
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .alert {
    width: calc(51.5% - 30px);
    margin: 0 30px 30px 0px;
  }

  .alert:nth-of-type(2n) {
    margin-right: 0px;
  }
}

@media (min-width: 1200px) {
  .alert {
    width: calc(33% - 18px);
    margin: 0 30px 30px 0px;
  }

  .alert:nth-of-type(2n) {
    margin-right: 30px;
  }

  .alert:nth-of-type(3n) {
    margin-right: 0px;
  }
}

.alert .alert-header {
  background: rgba(var(--vsm-primary-colour), 0.1);
  padding: 25px 15px;
}

.alert .alert-header .xs-heading {
  margin-bottom: 0;
  color: rgba(var(--vsm-primary-colour), 1);
  padding-right: 50px;
  position: relative;
}

.alert .alert-header .xs-heading span {
  position: absolute;
  right: 0;
  top: 0;
}

.alert .alert-header .xs-heading span a {
  margin-left: 10px;
  opacity: 0.5;
  color: rgba(var(--vsm-primary-colour), 1);
}

.alert .alert-header .xs-heading span a:hover {
  opacity: 1;
}

.alert .alert-content {
  padding: 0 15px;
}

.alert .alert-content .row {
  border-bottom: 1px solid rgba(46, 42, 40, 0.1);
}

.alert .alert-content .row:last-of-type {
  border-bottom: 0px;
}

.alert .alert-content .row [class*=col-]~[class*=col-] {
  border-left: 1px solid rgba(46, 42, 40, 0.1);
}

.alert .alert-content .sub-heading {
  color: rgba(32, 33, 36, 0.2);
  font-family: "Open Sans", sans-serif;
  margin: 10px 0 5px 0;
}

.alert .alert-content p {
  margin: 0 0 10px 0;
}

.alert .alert-content .keywords {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}

.alert .alert-content .keywords li {
  background: rgba(var(--vsm-primary-colour), 1);
  border: 0;
  color: rgba(var(--vsm-white), 1);
  border-radius: 4px;
  margin: 0 2px 2px 0;
  display: inline-block;
  padding: 2px 10px;
  line-height: 1.5;
  font-weight: 600;
  font-size: 11px;
}

.alert.empty {
  border: 2px dashed rgba(46, 42, 40, 0.1);
  background: rgba(var(--vsm-primary-colour), 0);
  transition: border 300ms ease-in-out;
  box-shadow: none;
}

.alert.empty a {
  display: flex;
  padding: 50px 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.alert.empty a span {
  border-radius: 100em;
  margin: 0 auto;
  width: 79px;
  height: 79px;
  background: rgba(46, 42, 40, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.alert.empty a span i {
  font-size: 30px;
  color: rgba(46, 42, 40, 0.2);
}

.alert.empty:hover {
  border: 2px dashed rgba(46, 42, 40, 0.3);
}

.modal-content {
  border-radius: 8px;
  border: 0;
}

.modal-content .form-row {
  border-bottom: 1px solid rgba(46, 42, 40, 0.1);
  padding: 15px 0;
}

.modal-content .form-row:last-of-type {
  border-bottom: 0;
}

.modal-content .modal-header {
  padding: 30px 30px 30px 30px;
}

.modal-content .modal-body {
  padding: 15px 30px;
}

.modal-content .modal-footer {
  padding: 30px 30px 30px 30px;
}

.list-consultants {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.list-consultants .consultant-with-tooltip {
  margin: 0 10px;
}

.list-consultants .consultant-with-tooltip .avatar-details {
  margin-right: 3px;
  position: relative;
}

.list-consultants .consultant-with-tooltip .avatar-details .img {
  margin: 0 auto 0px auto;
  width: 70px;
  height: 70px;
  border-radius: 100em;
  overflow: hidden;
  border: 5px solid rgba(var(--vsm-white), 1);
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: border 300ms ease;
}

.list-consultants .consultant-with-tooltip .avatar-details .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
}

.list-consultants .consultant-with-tooltip .avatar-details .img[data-initials]:before {
  background: rgba(var(--vsm-primary-colour), 1);
  color: rgba(var(--vsm-white), 1);
  opacity: 1;
  content: attr(data-initials);
  display: inline-block;
  font-weight: 600;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
}

.list-consultants .consultant-with-tooltip .avatar-details .user-info {
  display: none;
  z-index: 1;
  position: absolute;
  background: rgba(var(--vsm-white), 1);
  padding: 25px;
  border-radius: 8px;
  bottom: 70px;
  width: 140px;
  left: -35px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.list-consultants .consultant-with-tooltip .avatar-details .user-info .sm-heading {
  font-size: 13px;
}

.list-consultants .consultant-with-tooltip .avatar-details .user-info p {
  font-size: 10px;
  font-weight: 300;
  color: rgba(var(--vsm-body-copy-colour), 0.8);
}

.list-consultants .consultant-with-tooltip .avatar-details .user-info ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0 auto;
  justify-content: center;
}

.list-consultants .consultant-with-tooltip .avatar-details .user-info ul li {
  margin: 0 5px;
}

.list-consultants .consultant-with-tooltip .avatar-details .user-info ul li a {
  background: rgba(var(--vsm-primary-colour), 0.1);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 30px;
  height: 30px;
  border-radius: 100em;
}

.list-consultants .consultant-with-tooltip .avatar-details .user-info ul li a i {
  color: rgba(var(--vsm-primary-colour), 1);
}

.list-consultants .consultant-with-tooltip .avatar-details .user-info:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: rgba(var(--vsm-white), 1) transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
}

.list-consultants .consultant-with-tooltip .avatar-details:hover .img {
  border-color: var(--vsm-primary-colour);
}

.list-consultants .consultant-with-tooltip .avatar-details:hover .user-info {
  display: block;
}

.content-wrapper>.container-fluid>.row.vh-100 {
  height: auto !important;
}

body.sign-in {
  padding-bottom: 0 !important;
}

body.sign-in .container-fluid {
  max-width: 100%;
  height: 100%;
}

body.sign-in .container-fluid>.row {
  height: 100%;
}

body.sign-in .container-fluid>.row>.col-md-6 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  margin: 0;
  position: relative;
}

body.sign-in .container-fluid>.row>.col-md-6:nth-child(1):before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) {
  body.sign-in .container-fluid>.row>.col-md-6:nth-child(1) {
    justify-content: flex-end;
  }
}

@media (min-width: 1024px) {
  body.sign-in .container-fluid>.row>.col-md-6:nth-child(2) {
    justify-content: flex-start;
  }
}

body.sign-in .container-fluid>.row>.col-md-6 .container {
  margin: 0;
}

@media (min-width: 1024px) {
  body.sign-in .container-fluid>.row>.col-md-6 .container {
    max-width: 41rem;
    align-self: center;
  }
}

body.sign-in .container-fluid>.row>.col-md-6 .container .client-logo {
  margin-bottom: 3.125rem;
}

body.sign-in .container-fluid>.row>.col-md-6 .container .client-logo .brand {
  display: block;
  padding: 0;
  position: relative;
  z-index: 1;
  height: 3.3125rem;
}

body.sign-in .container-fluid>.row>.col-md-6 .container .client-logo .brand img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

body.sign-in .container-fluid>.row>.col-md-6 .container .content {
  position: relative;
  z-index: 1;
  color: rgba(var(--vsm-white), 1);
}

body.sign-in .container-fluid>.row>.col-md-6 .container .content .md-heading,
body.sign-in .container-fluid>.row>.col-md-6 .container .content .xs-heading {
  color: rgba(var(--vsm-white), 1);
}

body.sign-in .container-fluid>.row>.col-md-6 .container .content .rte {
  color: rgba(var(--vsm-white), 0.8);
}

body.sign-in .container-fluid>.row>.col-md-6 .container .content .rte p,
body.sign-in .container-fluid>.row>.col-md-6 .container .content .rte li,
body.sign-in .container-fluid>.row>.col-md-6 .container .content .rte a {
  color: inherit;
}

body.sign-in .container-fluid>.row>.col-md-6 .container .feature-list .feature {
  display: flex;
  border-bottom: 0.0625rem solid rgba(var(--vsm-white), 0.2);
  margin-bottom: 0.9375rem;
}

body.sign-in .container-fluid>.row>.col-md-6 .container .feature-list .feature .media {
  margin-right: 0.9375rem;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  padding: 0.625rem;
  background: rgba(var(--vsm-primary-colour), 1);
  border-radius: 6.25rem;
  display: flex;
}

body.sign-in .container-fluid>.row>.col-md-6 .container .feature-list .feature .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.sign-in .container-fluid>.row>.col-md-6 .container .feature-list .feature .xs-heading {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
}

body.sign-in .container-fluid>.row>.col-md-6 .container .sign-in-form.card {
  background: none;
  border: none;
  box-shadow: none;
}

body.sign-in .container-fluid>.row>.col-md-6 .container .sign-in-form.card .btn span {
  color: rgba(var(--vsm-body-colour), 1);
}

body.sign-in .container-fluid>.row>.col-md-6 .container .sign-in-form.card .btn:hover span {
  color: rgba(var(--vsm-white), 1);
}

body.register .bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  height: auto;
  min-height: 100%;
}

body.register .bg:before {
  content: "";
  background: rgba(var(--vsm-black), 0.6);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.register .bg .container-fluid {
  position: relative;
  z-index: 1;
  height: auto;
}

body.register .bg .links a {
  color: rgba(var(--vsm-white), 1);
}

body.sign-in .content .md-heading:after,
body.sign-in .content .xs-heading:after {
  display: none;
}

body.sign-in .content .feature-list {
  margin-bottom: 1.875rem;
}

.sign-in-form .element.select span {
  font-size: 13px;
  color: #5f6368;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.2px;
  line-height: 1.4;
  margin-bottom: 20px;
  display: block;
}

.sign-in-form .element.select select {
  color: #212529;
}

.sign-in-form select:invalid {
  color: rgba(var(--vsm-body-copy-colour), 0.7);
}

.sign-in-form .element.select .field:before {
  pointer-events: none;
  content: "\f107";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  color: rgba(var(--vsm-primary-colour), 1);
  position: absolute;
  top: 0.938rem;
  right: 0.938rem;
}

.search-bar .element.select .bootstrap-select>.dropdown-toggle {
  background: rgba(var(--vsm-white), 1);
}

.search-bar .element.select .field:before {
  z-index: 1;
}

.vsm-hero-slider .bg .container .content .rte {
  display: none;
}

@media (min-width: 768px) {
  .vsm-hero-slider .bg .container .content .rte {
    display: block;
  }
}

.sign-in-form .sm-text {
  text-align: center;
}

.sign-in-form .element label {
  margin-bottom: 8px;
}

.sign-in-form #step2 .element.select label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
}

.candidate-dashboard.dashboard {
  overflow: hidden;
}

.candidate-dashboard.dashboard>.wrapper {
  overflow: hidden;
}

.candidate-dashboard.dashboard .side-menu {
  overflow-y: auto;
}

.candidate-dashboard.dashboard .content-wrapper {
  overflow: hidden;
  overflow-y: auto;
}

.candidate-dashboard .sign-in-form.card .row .col p {
  color: rgba(var(--vsm-quaternary-colour), 1);
}

.candidate-dashboard .feature-list .media svg path {
  fill: #ffffff;
}

.sign-in {
  height: auto;
}

.sign-in [class*=icheck-]>input:first-child+label::before {
  border: 0.0625rem solid rgba(var(--vsm-black), 0.2);
}

@media (min-width: 768px) {
  .sign-in {
    height: 100% !important;
  }
}

.sign-in .container-fluid {
  height: auto;
}

@media (min-width: 768px) {
  .sign-in .container-fluid {
    height: 100vh !important;
    min-height: 800px;
  }
}

.sign-in .form-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.sign-in .form-row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.register {
  height: auto;
}

.register>.bg>.container-fluid>.row.justify-content-center.align-center {
  display: flex;
  height: 100%;
  align-items: center;
}

.register .form-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.register .form-row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.register .align-center p {
  color: rgba(var(--vsm-white), 1);
}

@media (min-width: 768px) {
  .register {
    height: 100% !important;
  }
}

.register .container-fluid {
  height: auto;
}

@media (min-width: 768px) {
  .register .container-fluid {
    min-height: 800px;
  }
}

.register .bg {
  min-height: 100vh;
  height: 100%;
}

.sign-in .element.text input,
.register .element.text input {
  padding-left: 0;
  padding-right: 0;
}

.sign-in .card .btn,
.register .card .btn {
  border: none;
  background: #ff6900;
  color: rgba(var(--vsm-white), 1);
}

.sign-in .card .btn span,
.register .card .btn span {
  color: rgba(var(--vsm-white), 1);
}

.sign-in .card .btn:hover,
.register .card .btn:hover {
  border: none;
  background: rgba(var(--vsm-secondary-colour), 1);
  color: rgba(var(--vsm-quaternary-colour), 1);
}

.sign-in .card .btn:hover span,
.register .card .btn:hover span {
  color: rgba(var(--vsm-quaternary-colour), 1);
}