@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Montserrat:wght@600;700&display=swap");
:root {
  --vsm-white:  255, 255, 255;
  --vsm-black:  9, 9, 9;
  --vsm-body-copy-colour:  95, 99, 104;
  --vsm-accent-colour:  159,69,88;
  --vsm-primary-colour:  112,156,53;
  --vsm-secondary-colour:  41,49,137;
  --vsm-tertiary-colour:  221,156,26;
  --vsm-quaternary-colour:  148, 0, 238;
  --vsm-quinary-colour:  112, 112, 112;
}

:root {
  --vsm-mobile-padding-top: 30px;
  --vsm-mobile-padding-bottom: 30px;
  --vsm-tablet-padding-top: 50px;
  --vsm-tablet-padding-bottom: 50px;
  --vsm-desktop-padding-top: 80px;
  --vsm-desktop-padding-bottom: 80px;
}

/* **** EXTRA WIDE CONTAINER **** */
.container.wide {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container.wide {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container.wide {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container.wide {
    width: 100%;
    max-width: 90%;
  }
}

/* NO GUTTERS */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* ------------------------------
Icons
--------------------------------*/
/* ------------------------------
Typography
--------------------------------*/
html,
body {
  height: 100% !important;
  font-family: "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: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "urbane", sans-serif;
  font-weight: 600;
}

ul,
ol,
dd,
p {
  font-family: "open-sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}

ul strong,
ol strong,
dd strong,
p strong {
  font-weight: 600;
}

a {
  color: #709c35;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #6f9c359f;
}

.heading {
  font-size: 70px;
  font-size: 4.375rem;
}

.md-heading {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.sm-heading {
  font-size: 20px;
  font-size: 1.25rem;
}

.xs-heading {
  font-size: 18px;
  font-size: 1.125rem;
}

.xxs-heading {
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sub-heading {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ------------------------------
Buttons
--------------------------------*/
.btn {
  border-radius: 30rem;
  background: #DD9C1A;
  border: #DD9C1A;
  transition: all 0.5s ease-in-out;
}

.btn:hover {
  background: #293189;
  border: #DD9C1A;
}

/* ------------------------------
Forms
--------------------------------*/
/* ***** FORM VALIDATION MESSAGES ****** */
.field-validation-error,
.field-validation-valid,
.validation-summary-errors {
  /* DEFAULT STYLES FOR VALIDATION MESSAGES - CLASS BASED ON DEV REQUIREMENTS */
}

/* ------------------------------
Theme
--------------------------------*/
/*-------------------------------
  VSM-top
-------------------------------*/

.vsm-top .sign-in-bar {
  background: #293189;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.vsm-top .sign-in-bar .more-nav {
  display: flex;
}
.vsm-top .sign-in-bar .more-nav nav {
  display: flex;
  align-items: center;
}
.vsm-top .sign-in-bar .more-nav nav ul {
  display: flex;
  margin-bottom: 0;
  list-style: none;
}
.vsm-top .sign-in-bar .more-nav nav ul li {
  margin-right: 1rem;
}

.vsm-top .navigation .brand .logo-1 {
  display: block !important;
}

.vsm-top .sign-in-bar .more-nav #enableRecite {
  margin: 0.6rem 0.2rem;
  background: #233C97;
  color: white;
  border-radius: 25px;
  padding: 0.2rem 2rem;
  border: 2px solid white;
  transition: all 0.3s ease-in-out;
}
.vsm-top .sign-in-bar .more-nav #enableRecite:hover {
  background: #DD9C1A;
}
.vsm-top .navigation .primary-nav ul > li > a {
  color: #293189 !important;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
}
.vsm-top .navigation .primary-nav ul li a {
  font-size: 1rem;
  font-weight: bold;
}
.vsm-top .navigation .primary-nav a:hover {
  color: #DD9C1A !important;
}
.vsm-top .navigation .primary-nav ul > li:hover > a {
  color: #293189 !important;
}
.vsm-top .navigation .primary-nav ul > li.dropdown:hover > a::after {
  color: #709c35 !important;
}
.vsm-top .navigation .primary-nav ul > li > a.btn {
  color: white !important;
}
.vsm-top .navigation .primary-nav ul > li:hover > a.btn {
  color: white !important;
}
/* .vsm-top .navigation .primary-nav ul > li:hover > a:hover {
  color: #293189 !important;
} */
.vsm-top .navigation .primary-nav ul > li.dropdown > ul {
  border-radius: 0 10px 10px 10px;
}
.vsm-top .navigation .primary-nav ul > li.dropdown > ul > li {
  transition: all 0.2s ease-in-out;
}

.vsm-top .navigation .primary-nav ul > li.dropdown > ul > li:hover {
  background-color: rgba(221, 156, 26, 0.53) !important;
}
.vsm-top .navigation .primary-nav ul > li.dropdown > ul > li > a {
  color: #0A0B19 !important;
}
.vsm-top .navigation .primary-nav ul li.meganav:hover>a:after {
  color: #709c35 !important;
}
.vsm-top.switch-fixed .navigation .primary-nav ul li a {
  color: #293189 !important;
}
.vsm-top .navigation .primary-nav .mega-menu nav a:hover h5 {
  color: #709c35 !important;
}
.vsm-top .navigation .primary-nav .mega-menu nav a:hover {
  background-color: rgba(221, 156, 26, 0.53) !important;
}
.vsm-top.switch-fixed .navigation .primary-nav ul li.meganav>a:after {
  color: #709c35 !important;
}
.vsm-top.fixed .navigation .primary-nav ul li.meganav>a:after {
  color: #709c35 !important;
}
.vsm-top.fixed .navigation .brand .logo-1 {
  display: block;
}
@media(min-width: 1024px) {
  .vsm-top.fixed .navigation .brand .logo-1 {
    display: block;
  }
}
.vsm-top .navigation .more-nav .ajax-login {
  margin-left: 0;
}
.vsm-top .navigation .more-nav .ajax-login .tooltip {
  background: #DD9C1A;
}
.vsm-top .navigation .more-nav .ajax-login > li > a:hover {
  color: #DD9C1A !important;
}
.vsm-top .navigation .more-nav ul > li > a:hover {
  color: #DD9C1A;
}
.vsm-top.switch-fixed .navigation .primary-nav ul li a.btn {
  color: white !important;
}
.vsm-top .navigation .more-nav .mobile .burger-menu span:hover::before {
  background: black;
}
.vsm-top .navigation .more-nav .mobile .burger-menu span:hover::after {
  background: black;
}
.vsm-top .navigation .burger-menu:hover > span {
  background: black;
}
.vsm-top {
  background: white !important;
}
.vsm-top.fixed .primary-nav ul > li > a {
  color: #293189 !important;
  transition: all 0.3s ease-in-out;
}
.vsm-top.fixed .primary-nav ul > li.dropdown > a {
  color: #293189 !important;
  transition: all 0.3s ease-in-out;
}
.vsm-top.switch-fixed .navigation .primary-nav ul li.dropdown>a:after {
  color: #709c35 !important;
}
.vsm-top.switch-fixed .navigation .more-nav ul li .fas.fa-search::before,
.vsm-top.switch-fixed .navigation .more-nav ul li .fas.fa-cloud-upload-alt::before,
.vsm-top.switch-fixed .navigation .more-nav ul li .fas.fa-envelope::before {
  color: black;
}
.vsm-top.switch-fixed .navigation .more-nav ul li .burger-menu span {
  background: black;
}
.vsm-top.switch-fixed .navigation .more-nav ul li .burger-menu span::before, .vsm-top.switch-fixed .navigation .more-nav ul li .burger-menu span:after {
  background: black;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border: 0.063rem solid #709c35 !important;;
  background-color: #709c35 !important;
}
/*-------------------------------
  End vsm-top
-------------------------------*/

/*-------------------------------
  vsm-drop-off-your-cv start
-------------------------------*/
.vsm-drop-off-your-cv .container>.row {
  justify-content: space-between;
}
.vsm-drop-off-your-cv .vsm-body .col:nth-child(1) .content .md-heading {
  color: black;
}
.vsm-drop-off-your-cv .vsm-body .col:nth-child(1) .content .rte {
  color: black;
}
.vsm-drop-off-your-cv a:hover {
  color: #DD9C1A !important;
}
.vsm-drop-off-your-cv .vsm-body .col:nth-child(2) .form-holder label {
  color: black;
}
.vsm-drop-off-your-cv .form-holder .element.select select {
  color: black;
}
.vsm-drop-off-your-cv .vsm-body .col:nth-child(2) .form-holder .field input {
  color: black;
}
.vsm-drop-off-your-cv .vsm-body .col:nth-child(2) .form-holder .field input::placeholder {
  color: black;
}
.vsm-drop-off-your-cv .vsm-body .col:nth-child(2) .form-holder .field .form-select {
  color: black;
}
.vsm-drop-off-your-cv .vsm-body .col:nth-child(2) .form-holder .field .form-select option {
  color: black;
}
.vsm-drop-off-your-cv .vsm-body .col:nth-child(2) .form-holder .field .icheck-primary a:hover {
  color: #DD9C1A;
}
.vsm-drop-off-your-cv .vsm-body .col:nth-child(2) .form-holder .field:hover input[type='checkbox'] {
  border: 1px #293189 solid;
}
.vsm-drop-off-your-cv .vsm-body .col:nth-child(2) .form-holder .element.submit .btn {
  background: #293189;
  color: white;
}
.vsm-drop-off-your-cv .vsm-body .col:nth-child(2) .form-holder .element.submit .btn:hover {
  background: #DD9C1A;
  color: white;
}

/*-------------------------------
  vsm-drop-off-your-cv END
-------------------------------*/

.vsm-hero-slider .bg {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 15rem;
}

.vsm-hero-slider .bg:before {
  display: none;
}

.vsm-hero-slider .content .rte {
  font-size: 24px;
  font-size: 1.5rem;
}

.vsm-hero-slider .content .rte p, .vsm-hero-slider .content .rte ul, .vsm-hero-slider .content .rte li, .vsm-hero-slider .content .rte a, .vsm-hero-slider .content .rte dd, .vsm-hero-slider .content .rte dt {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ffffff;
}

.vsm-hero-slider .content .rte a:hover {
  color: #293189;;
}

.vsm-default-single-media-hero .bg {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.vsm-default-single-media-hero .bg:before {
  display: none;
}

.vsm-default-single-media-hero .video::after {
  display: none;
}

.vsm-default-single-media-hero .component-wrapper {
  height: 100%;
}

.vsm-default-single-media-hero .vsm-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .vsm-default-single-media-hero .vsm-body .row .col {
    width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    max-width: 50%;
  }
}

/* .vsm-default-single-media-hero .content {
  -webkit-transform: translateY(-6.25rem);
          transform: translateY(-6.25rem);
} */

.vsm-default-single-media-hero .content .rte {
  font-size: 24px;
  font-size: 1.5rem;
}

.vsm-default-single-media-hero .content .rte p, .vsm-default-single-media-hero .content .rte ul, .vsm-default-single-media-hero .content .rte li, .vsm-default-single-media-hero .content .rte a, .vsm-default-single-media-hero .content .rte dd, .vsm-default-single-media-hero .content .rte dt {
  font-size: 24px;
  font-size: 1.5rem;
  color: #ffffff;
}

.vsm-default-single-media-hero .content .rte a:hover {
  color: #293189;;
}

.vsm-centralised-title-intro-text .btn {
  background-color: #293189;;
}

/* .vsm-content-layout-2 {
  background-image: url("../uploads/brand-pattern.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 500px 500px;
} */

.vsm-content-layout-2 .media {
  border-radius: 1.875rem;
  overflow: hidden;
}

.vsm-oversized-statement-block {
  color: #090909;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

.vsm-oversized-statement-block p {
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

.vsm-stats-count-up .stat .media img {
  max-width: 100%;
}

.vsm-split-grid-images-content-features .vsm-body .content .rte {
  margin-bottom: 30px;
}

.vsm-split-grid-images-content-features .medias .grid .media {
  overflow: hidden;
}

.vsm-split-grid-images-content-features .medias .grid .media:nth-child(1) {
  border-top-left-radius: 3.75rem;
}

.vsm-split-grid-images-content-features .medias .grid .media:nth-child(3) {
  border-bottom-left-radius: 3.75rem;
}

.vsm-split-grid-images-content-features .medias .grid .media:nth-child(4) {
  border-bottom-right-radius: 3.75rem;
}

.vsm-full-width-featured-testimonial-carousel q {
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

.vsm-full-width-featured-testimonial-carousel .media {
  overflow: hidden;
  border-bottom-left-radius: 3.75rem;
}

.vsm-full-width-featured-testimonial-carousel .author .name {
  color: #090909;
}

.vsm-full-width-featured-testimonial-carousel .author .position {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}
.vsm-job-carousel .vsm-header .col-auto {
  display: flex;
  align-items: center;
}

.vsm-job-carousel .vsm-body .swiper-slide .job-data .job-data-highlights .icon::before {
  color: #293189;
}
.vsm-job-carousel .swiper-navigation .swiper-button-prev, .vsm-job-carousel .swiper-navigation .swiper-button-next {
  color: #709c35;
}

footer.vsm-default-footer {
  background: #233C97
}

footer.vsm-default-footer-no-links .newsletter-signup .rte.larger-text {
  font-size: 18px;
  font-size: 1.125rem;
}

footer.vsm-default-footer-no-links .newsletter-signup .rte.larger-text p {
  font-size: 18px;
  font-size: 1.125rem;
}

footer.vsm-default-footer-no-links .newsletter-signup .input-group input {
  border-top-left-radius: 3.75rem;
  border-bottom-left-radius: 3.75rem;
}

footer.vsm-default-footer-no-links .general-contact-details li {
  font-size: 18px;
  font-size: 1.125rem;
}

footer.vsm-default-footer-no-links .general-contact-details li a {
  font-size: 18px;
  font-size: 1.125rem;
}

.vsm-default-signoff {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #293189;
}

.vsm-default-signoff .copyright, .vsm-default-signoff .signoff-links, .vsm-default-signoff .designed-by {
  font-size: 12px;
  font-size: 0.75rem;
}

.vsm-default-signoff .copyright a:hover, .vsm-default-signoff .signoff-links a:hover, .vsm-default-signoff .designed-by a:hover {
  color: #DD9C1A;
}

/* .vsm-wide-media-carousel .vsm-body {
  background-image: url("../uploads/brand-pattern.svg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 500px 500px;
} */

.vsm-wide-media-carousel .flex-wrapper .flex-item:nth-child(1) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.vsm-wide-media-carousel .flex-wrapper .flex-item:nth-child(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.vsm-content-image-50-50 {
  overflow: hidden;
}

.vsm-content-image-50-50 .container {
  z-index: 1;
  position: relative;
}

.vsm-content-image-50-50.left .bg {
  position: relative;
}

/* .vsm-content-image-50-50.left .bg::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url("../uploads/brand-pattern.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  right: 3.75rem;
  z-index: 0;
} */

.vsm-content-image-50-50.right .bg {
  position: relative;
}

/* .vsm-content-image-50-50.right .bg::before {
  position: absolute;
  content: "";
  display: block;
  background-image: url("../uploads/brand-pattern.svg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 3.75rem;
  z-index: 0;
} */

.vsm-content-image-50-50.rounded-bottom-right .bg {
  margin-top: 1.5em;
}

.vsm-content-image-50-50.rounded-bottom-right .bg:before {
  display: none;
}

.vsm-content-image-50-50.rounded-bottom-right .bg .media {
  overflow: hidden;
}

.vsm-content-image-50-50.rounded-bottom-right .bg .media img {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  margin: 0rem;
  width: 100%;
  height: 100%;
}

.vsm-content-image-50-50 .media {
  position: relative;
  overflow: hidden;
}

.vsm-content-image-50-50 .content .rte p {
  font-size: 1rem;
}

.vsm-content-image-50-50 .media img {
  margin: 1.875rem;
  border-radius: 1.875rem;
  overflow: hidden;
  width: calc(100% - 3.75rem);
  height: calc(100% - 3.75rem);
}

.vsm-short-testimonial-carousel {
  overflow: hidden;
}

.vsm-short-testimonial-carousel .bg {
  position: relative;
  padding: 3.75rem 0 0 0;
}

.vsm-short-testimonial-carousel .bg::before {
  z-index: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  background: #ececf7;
  background: linear-gradient(130deg, #ececf7 0%, #f7f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ececf7",endColorstr="#f7f2f2",GradientType=1);
  top: 0;
  left: 0;
}

.vsm-short-testimonial-carousel .swiper-container {
  overflow: visible;
}

.vsm-short-testimonial-carousel .swiper-slide {
  background: #ffffff;
  border-radius: 0.625rem;
  padding: 1.875rem;
  -webkit-box-shadow: 0 0px 1.875rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 1.875rem rgba(0, 0, 0, 0.1);
}

.vsm-short-testimonial-carousel .testimonial-data .author .name {
  color: #090909;
}

.vsm-short-testimonial-carousel .testimonial-data .author .position {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

.vsm-short-testimonial-carousel .testimonial-data .rte, .vsm-short-testimonial-carousel .testimonial-data .rte p {
  font-size: 1rem;
}

.vsm-short-testimonial-carousel .vsm-header, .vsm-short-testimonial-carousel .vsm-body {
  z-index: 1;
  position: relative;
}

.vsm-short-testimonial-carousel .vsm-body {
  margin-top: 3.75rem;
}
.vsm-short-testimonial-carousel .testimonial-data .media {
  width: 5.625rem;
}
.vsm-short-testimonial-carousel .testimonial-data .media img {
  border-radius: none;
}

.vsm-short-testimonial-carousel .swiper-pagination .swiper-pagination-bullet {
  background: #6f9c3598;
}
.vsm-short-testimonial-carousel .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #709c35;
}
/* .vsm-short-testimonial-carousel end */

/* .vsm-wide-media-carousel start */

.vsm-wide-media-carousel .vsm-body .swiper-navigation .swiper-button-next, .vsm-wide-media-carousel .vsm-body .swiper-navigation .swiper-button-prev {
  color: #709c35;
}

/* .vsm-accordion-mixed-content-50-50 */
.vsm-accordion-mixed-content-50-50 .accordion-header.collapsed:after {
  color: #709c35;
}

/* .vsm-accordion-mixed-content-50-50 */
.vsm-accordion-mixed-content-50-50 .accordion-header {
  font-weight: normal;
}

/* ACCORDION vsm-accordion-mixed-content-50-50 START*/
.vsm-accordion-mixed-content-50-50 {
  overflow: hidden;
}

.vsm-accordion-mixed-content-50-50 .col:nth-child(1) {
  margin-bottom: 4.75rem;
}

.vsm-accordion-mixed-content-50-50 .col:nth-child(2) {
  position: relative;
}

.vsm-accordion-mixed-content-50-50 .col:nth-child(2) .media {
  position: relative;
  z-index: 1;
}

.vsm-accordion-mixed-content-50-50 .col:nth-child(2):after {
  position: absolute;
  content: "";
  display: block;
  /*background-image: url("../uploads/brand-pattern.svg");*/
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  top: -3.75rem;
  left: 3.75rem;
  z-index: 0;
}

.vsm-accordion-mixed-content-50-50 .media {
  border-radius: 1.875rem;
  overflow: hidden;
}

.vsm-accordion-mixed-content-50-50 .media .plyr {
  height: 100%;
}

.vsm-full-width-call-to-action .col {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 66.6666666667%;
          flex: 1 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.vsm-full-width-call-to-action .btn {
  background: #100f30;
}

.vsm-full-width-call-to-action .btn span {
  color: white;
}

.vsm-full-width-call-to-action .btn:hover {
  background: #DD9C1A;
}

.vsm-full-width-call-to-action .btn:hover span {
  color: #ffffff;
}

.vsm-full-width-call-to-action .content .md-heading, .vsm-full-width-call-to-action .content .rte p {
  color: #ffffff;
}

.vsm-image-grid {
  margin-top: 2rem;
}

.vsm-image-grid .medias img {
  border-radius: 1.875rem;
}

.vsm-content-layout-3 .media {
  border-radius: 1.875rem;
}

/* .vsm-content-layout-3 .bg {
  background-image: url("../uploads/brand-pattern.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 500px 500px;
} */

.vsm-split-content-50-50 .rte blockquote p {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-latest-featured-alt .inline-link:hover {
  color: white;
}

.vsm-intro-content-40-60 .bg {
  padding: 3.75rem;
  background: #ececf7;
  background: linear-gradient(130deg, #ececf7 0%, #f7f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ececf7",endColorstr="#f7f2f2",GradientType=1);
}

.vsm-intro-content-40-60 .md-heading span {
  color: #293189;
}

.vsm-intro-content-40-60 .rte.larger-text {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-intro-content-40-60 .rte.larger-text p {
  font-size: 16px;
  font-size: 1rem;
}

.vsm-intro-content-40-60 .content .rte h4 {
  color: #293189;
}

.vsm-intro-content-40-60 .content .rte p strong {
  color: #090909;
}

.vsm-video-carousel {
  overflow: hidden;
}

.vsm-video-carousel .vsm-header {
  display: none;
}

.vsm-video-carousel .swiper-slide .video-card a {
  overflow: hidden;
  border-radius: 1.875rem;
}

.vsm-video-carousel .swiper-slide .video-card .no-media {
  overflow: hidden;
  border-radius: 1.875rem;
}

.vsm-content-layout-1 .media {
  border-radius: 1.875rem;
  z-index: 2;
}

.vsm-content-layout-1.blue_bg {
  background: #233C97;
}
.vsm-content-layout-1.blue_bg .md-heading {
  color: white;
}

.vsm-content-layout-1 .vsm-body .col-md-6 .content .rte p {
  font-size: 1rem;
}

.vsm-card-links .vsm-body .col a.card-link {
  border-radius: 0.938rem;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.vsm-card-links .vsm-footer {
  display: none;
}

.vsm-double-box-carousel .bg {
  padding: 3.75rem;
  background: #233C97;
}

.vsm-double-box-carousel .swiper-slide {
  background: none;
}

.vsm-double-box-carousel .vsm-body .swiper-slide .content .row {
  display: flex;
  flex-direction: column;
}
.vsm-double-box-carousel .vsm-body .swiper-slide .content .row .col .media {
  margin-bottom: 1rem
}
.vsm-double-box-carousel .swiper-navigation .swiper-button-next, .vsm-double-box-carousel .swiper-navigation .swiper-button-prev {
  color: #709c35;
}
.vsm-double-box-carousel .swiper-slide .content .xs-heading {
  color: white;
}
.vsm-double-box-carousel .swiper-slide .content strong {
  color: white;
}
.vsm-double-box-carousel .swiper-slide .content .rte p {
  color: white;
}
.vsm-single-accordion .vsm-header {
  margin-bottom: 1.875rem;
}

.vsm-content-in-image-100 .content-in-image {
  border-radius: 1.875rem;
  overflow: hidden;
}

.vsm-double-accordion .vsm-header {
  margin-bottom: 1.875rem;
}

.vsm-double-accordion .vsm-header .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 66.6666666667%;
}

.vsm-split-get-in-touch-form-content .vsm-body .content .rte.larger-text {
  font-size: 1rem;
}
.vsm-split-get-in-touch-form-content .vsm-body .content ul li {
  font-size: 1rem;
}


[class*="icheck-"] > input:first-child + input[type="hidden"] + label::before, [class*="icheck-"] > input:first-child + label::before{
  border: .063rem solid rgba(194,194,194,.8);
}

.icheck-primary label span{
  font-size: 1rem !important;
}

.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), 0.2); */
  background: rgba(221, 156, 26, 0.265) !important;
  border: .063rem solid rgba(var(--vsm-primary-colour), 0.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: .068rem solid #DD9C1A;
}
.vsm-split-get-in-touch-form-content .vsm-body .form-holder .btn:hover {
  color: white !important;
}

.vsm-short-content-33-33-33 .component-wrapper .content .feature .media {
  background-color: #293189;
}

.vsm-short-content-33-33-33 .vsm-body > .row > .col {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.vsm-short-content-33-33-33 .vsm-body > .row > .col:last-child {
  border-bottom: 0;
}

@media (min-width: 768px) {
  .vsm-short-content-33-33-33 .vsm-body > .row > .col:nth-last-child(-n+2) {
    border-bottom: 0;
  }
  .vsm-short-content-33-33-33 .vsm-body > .row > .col:nth-child(odd) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}

@media (min-width: 1024px) {
  .vsm-short-content-33-33-33 .vsm-body > .row > .col {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0.938rem;
  }
  .vsm-short-content-33-33-33 .vsm-body > .row > .col:nth-child(3n) {
    border-right: 0;
  }
  .vsm-short-content-33-33-33 .vsm-body > .row > .col:nth-last-child(-n+3) {
    border-bottom: 0;
  }
}

.vsm-split-content-33-33-33 .md-heading {
  color: #ffffff;
}

.vsm-split-content-33-33-33 .sm-heading {
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
}

.vsm-split-content-33-33-33 .content {
  margin-bottom: 3.75rem;
  color: #ffffff;
}

.vsm-split-content-33-33-33 .bg {
  padding: 3.75rem;
  background: #233C97;
  /*background: linear-gradient(130deg, #ececf7 0%, #f7f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ececf7",endColorstr="#f7f2f2",GradientType=1);*/
}

.vsm-double-media .col-md-6 {
  width: 50%;
}

@media (min-width: 768px) {
  .vsm-double-media .col-md-6 {
    width: 50%;
  }
}

.vsm-double-media .col-md-6:nth-child(1) .media {
  border-top-left-radius: 1.875rem;
}

.vsm-double-media .col-md-6:nth-child(2) .media {
  border-top-right-radius: 1.875rem;
}

.vsm-testimonial-carousel .bg {
  padding: 3.75rem 0;
  background-image: none;
  background: #ececf7;
  background: linear-gradient(130deg, #ececf7 0%, #f7f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ececf7",endColorstr="#f7f2f2",GradientType=1);
}

.vsm-testimonial-carousel .testimonial-data {
  border-radius: 0.938rem;
  overflow: hidden;
}

@media (min-width: 768px) {
  .vsm-testimonial-carousel .testimonial-data .col {
    width: 63.33333%;
  }
}

.vsm-contained-full-width-banner .media {
  border-radius: 0.938rem;
}

.vsm-job-search-alt .bg {
  padding: 9rem 0 5.75rem 0;
  background: #ececf7;
  background: -webkit-gradient(linear, left top, left bottom, from(#c0c0d2), to(#f7f2f2));
  background: linear-gradient(180deg, #c0c0d2 0%, #f7f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ececf7",endColorstr="#f7f2f2",GradientType=1);
}

.vsm-job-search-alt .element.select .field {
  background-color: #ffffff;
}

.vsm-job-search-results-listings-alt .side-cta {
  margin-top: 3.75rem;
  border-radius: 0.938rem;
}

.vsm-job-search-results-listings-alt .btn.btn-secondary {
  background: #293189;
  color: white;
}
.vsm-job-search-results-listings-alt .btn.btn-secondary:hover {
  background: #709c35;
  color: white;
  border: none;
}

@media(min-width: 768px) {
  .vsm-default-internal-hero .bg {
    height: 75vh;
  }
}

.vsm-default-internal-hero.black-text .bg {
  background: #ececf7;
  background: linear-gradient(130deg, #ececf7 0%, #f7f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ececf7",endColorstr="#f7f2f2",GradientType=1);
  padding: 10rem 0 5.75rem 0;
}

.vsm-default-internal-hero.black-text .bg:before {
  display: none;
}

.vsm-default-internal-hero.black-text .content .xs-heading, .vsm-default-internal-hero.black-text .content .md-heading, .vsm-default-internal-hero.black-text .content .rte, .vsm-default-internal-hero.black-text .content .rte p {
  color: #090909;
}

.vsm-job-details .vsm-body > .container > .row:nth-child(2), .vsm-job-details .vsm-body > .container > .row:nth-child(3), .vsm-job-details .vsm-body > .container > .row:nth-child(4) {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

 .vsm-job-details .form-holder form .element .btn{
   background: #DD9C1A !important;

 }

  .vsm-job-details .form-holder form .element .btn:hover{
    background: #090909 !important;
  }

#cv-dropoff .modal-content {
  border-radius: 0.938rem;
  background: #ececf7;
  background: linear-gradient(130deg, #ececf7 0%, #f7f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ececf7",endColorstr="#f7f2f2",GradientType=1);
}

#cv-dropoff .modal-header {
  border-bottom: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

#cv-dropoff .modal-body {
  padding: 4rem;
}

#cv-dropoff .modal-body .form-holder .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
}

#cv-dropoff .modal-body .form-holder .element .field .icheck-primary label span{
  font-size: 1rem;
}

@media (min-width: 768px) {
  #cv-dropoff .modal-body .form-holder .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: auto;
  }
}

#cv-dropoff .modal-body .form-holder .element.text input {
  background: white;
}

#cv-dropoff .modal-body .form-holder .element.text input::-webkit-input-placeholder {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

#cv-dropoff .modal-body .form-holder .element.text input:-ms-input-placeholder {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

#cv-dropoff .modal-body .form-holder .element.text input::-ms-input-placeholder {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

#cv-dropoff .modal-body .form-holder .element.text input::placeholder {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

#cv-dropoff .modal-body .form-holder .element.submit .btn {
  margin-top: 2.063rem;
  background: #DD9C1A !important;
  width: 100%;
}

#cv-dropoff .modal-body .form-holder .element.submit .btn:hover{
  background: #293189 !important;
  color: #fff;
}

/* .vsm-content-layout-1 .bg {
  background-image: url("../uploads/brand-pattern.svg");
  background-position: 20% bottom;
  background-repeat: no-repeat;
  background-size: 500px 500px;
  position: relative;
} */

.vsm-content-layout-1 .vsm-body .col-md-5 {
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .vsm-content-layout-2 .abs-left {
    left: 2%;
    width: calc(48% - var(--bs-gutter-x)/ 2);
  }
}

.vsm-short-content-33-33-33 .component-wrapper .content .feature .media {
  background: none;
  overflow: visible;
}

.vsm-short-content-33-33-33 .component-wrapper .content .feature .media img {
  max-width: 100%;
}

.vsm-testimonial-carousel .testimonial-data::before {
  background: rgba(var(--vsm-black), 0.6);
}

.vsm-latest-featured-alt .content-card {
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0px 1.875rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 1.875rem rgba(0, 0, 0, 0.1);
}

.vsm-timeline-horizontal .bg {
  background: none;
}

.vsm-timeline-horizontal .timeline .swiper-slide .event .media {
  border-radius: 0.625rem;
  overflow: hidden;
}

.vsm-timeline-horizontal .bg .events .content .rte p {
  color: white;
}
.vsm-timeline-horizontal .bg .events .content .xs-heading {
  color: white;
}

.vsm-content-layout-4 .left-col .media {
  border-radius: 1.875rem;
  overflow: hidden;
}

.vsm-content-layout-4 .right-col .media {
  border-top-left-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
  overflow: hidden;
}

.vsm-content-layout-4 .right-col .media .plyr--video {
  height: 100%;
}

.vsm-wide-media-carousel .media {
  border-radius: 0.625rem;
}
.vsm-drop-off-your-cv .bg{
  background:#fff;
}