@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap");
:root {
  --vsm-white:  255, 255, 255;
  --vsm-black:  9, 9, 9;
  --vsm-body-copy-colour:  116, 118, 120;
  --vsm-accent-colour:  255, 211, 68;
  --vsm-primary-colour:  255, 139, 68;
  --vsm-secondary-colour:  95, 99, 104;
  --vsm-teritary-colour:  70, 87, 117;
  --vsm-quaternary-colour:  214, 218, 213;
  --vsm-quinary-colour:  214, 218, 213;
}

:root {
  --vsm-mobile-padding-top: 30px;
  --vsm-mobile-padding-bottom: 30px;
  --vsm-tablet-padding-top: 50px;
  --vsm-tablet-padding-bottom: 50px;
  --vsm-desktop-padding-top: 80px;
  --vsm-desktop-padding-bottom: 80px;
}

/* **** EXTRA WIDE CONTAINER **** */
.container.wide {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container.wide {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container.wide {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container.wide {
    width: 100%;
    max-width: 90%;
  }
}

/* NO GUTTERS */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* ------------------------------
Icons
--------------------------------*/
/* ------------------------------
Typography
--------------------------------*/
html,
body {
  height: 100% !important;
  font-family: "Montserrat", 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: "Montserrat", sans-serif;
  font-weight: 600;
}

ul,
ol,
dd,
p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}

ul strong,
ol strong,
dd strong,
p strong {
  font-weight: 600;
}

a {
  color: #ff5e00;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #FFD344;
}

.heading {
  font-size: 70px;
  font-size: 4.375rem;
}

.md-heading {
  font-size: 40px;
  font-size: 2.5rem;
}

.sm-heading {
  font-size: 30px;
  font-size: 2.5rem !important;
}

.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
--------------------------------*/
/* ------------------------------
Forms
--------------------------------*/
/* ***** FORM VALIDATION MESSAGES ****** */
.field-validation-error,
.field-validation-valid,
.validation-summary-errors {
  /* DEFAULT STYLES FOR VALIDATION MESSAGES - CLASS BASED ON DEV REQUIREMENTS */
}

/* ------------------------------
Theme
--------------------------------*/

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */ 
  .vsm-default-internal-hero.alt .bg {
  height: 100vh;
  background-color: rgba(var(--vsm-primary-colour), 1);
  background-blend-mode: multiply;
 /* background-attachment: fixed;*/
}
}

@supports not (-webkit-touch-callout: none) {
  /* CSS for other than iOS devices */ 
  .vsm-default-internal-hero.alt .bg {
  height: 100vh;
  background-color: rgba(var(--vsm-primary-colour), 1);
  background-blend-mode: multiply;
  background-attachment: fixed;
}
}



.vsm-top .navigation .primary-nav nav {
  justify-content: center;
}

.vsm-default-internal-hero .bg {
  background-color: rgba(var(--vsm-primary-colour), 1);
  background-blend-mode: multiply;
}
.vsm-default-internal-hero #JobDataList{
  min-width: 100px;
}
.vsm-default-internal-hero .element.text input{
  padding: 0.7rem;
}
/*
@media screen and (max-width: 374px) {
.vsm-default-internal-hero .input-group {
    position: relative;
    display: block;
    flex-wrap: no-wrap;
    /* align-items: stretch; */
    /* width: 100%;
}
} */
.vsm-default-internal-hero .element.select select {
  background-image: none;
  border: 0.063rem solid rgba(0,0,0,0.1);
  border-radius: 0;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  /*padding: 0.59rem;*/
}
.vsm-404-page .bg {
  background-color: rgba(var(--vsm-primary-colour), 1);
  background-blend-mode: multiply;
  background-attachment: fixed;
}

.vsm-404-page .bg .btn span {
  color: #fff;
}

.vsm-full-width-call-to-action .bg {
  background-color: rgba(var(--vsm-teritary-colour), 1);
  background-blend-mode: multiply;
}

.vsm-short-content-33-33-33 .component-wrapper .content .feature .media {
  background: rgba(var(--vsm-primary-colour), 1);
}

.vsm-full-width-call-to-action-alt .bg {
  background: linear-gradient(30deg, rgba(var(--vsm-primary-colour), 1) 50%, rgba(var(--vsm-primary-colour), 0.9) 50%) !important;
  width: 1320px;
  margin: 0 auto;
}

.vsm-full-width-call-to-action-alt .bg .btn:hover {
  background-color: #fff;
}

.vsm-full-width-call-to-action-alt .bg .btn:hover span {
  color: rgba(var(--vsm-primary-colour), 1);
}

@media screen and (max-width: 1400px) {
  .vsm-full-width-call-to-action-alt {
    padding: 0;
  }
  .vsm-full-width-call-to-action-alt .bg {
    width: 100%;
  }
}

.vsm-full-width-call-to-action-alt {
  margin: 0 auto;
}

.vsm-full-width-call-to-action-alt .btn {
  border: 2px solid #fff;
}

.vsm-full-width-call-to-action-alt .btn span {
  color: #fff;
}

.home-intro {
  background: linear-gradient(13deg, rgba(var(--vsm-primary-colour), 1) 50%, rgba(var(--vsm-primary-colour), 0.9) 50%) !important;
}

.home-intro p {
  color: #fff;
}

.home-intro .btn{
    border:2px solid #fff;
}

.home-intro .btn:hover{
    background: #fff;
    border: 2px solid #fff;
}

.home-intro .btn span{
    color: #fff;
}

.home-intro .btn:hover span{
    color: rgba(var(--vsm-primary-colour), 1);
}



.vsm-content-in-image-50-50 .btn {
  background: none;
  padding-left: 0;
  border: none;
}

/* @media (min-width:992px){
  .vsm-content-in-image-50-50 .vsm-body .row .col{
  max-width: 50%;
}
} */

.vsm-content-in-image-50-50 .vsm-body .row .col .content-in-image{
  width: 100%;
}

.vsm-content-in-image-50-50 .btn span {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-default-internal-hero.alt .btn {
  border: 2px solid rgba(var(--vsm-primary-colour), 1);
  background: none;
}

.vsm-default-internal-hero.alt .btn:hover {
  border: 2px solid rgba(var(--vsm-primary-colour), 1);
  background: rgba(var(--vsm-primary-colour), 1);
}

.btn {
  border: 2px solid rgba(var(--vsm-primary-colour), 1);
  background: none;
}

.btn span {
  color: rgba(var(--vsm-primary-colour), 1);
}

.btn:hover span {
  color: #fff;
}

.curve {
  position: relative;
  margin: 0;
  padding: 0;
  background: rgba(var(--vsm-primary-colour), 1);
  width: 100%;
  height: 170px;
}

#curve {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#curve path {
  fill: #fff;
}

.vsm-job-carousel.homepage {
  background-image: url(/uploads/nadine-shaabana-ZPP-zP8HYG0-unsplash.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
 /* padding: 200px 0; */
  background-color: rgba(var(--vsm-primary-colour), 1);
  background-blend-mode: multiply;
    user-select: none;
  -webkit-user-select: none;
}

.vsm-job-carousel.homepage h3 {
  color: #fff;
}

.vsm-job-carousel .swiper-slide {
  border: 1px solid rgba(var(--vsm-primary-colour), 1);
  background: #fff;
}
.vsm-job-carousel .swiper-button-prev{
  user-select: none;
  -webkit-user-select: none;
}
.vsm-job-carousel .swiper-button-next{
  user-select: none;
  -webkit-user-select: none;
}

.vsm-job-details.upload-form .vsm-body .container > .row {
  justify-content: center;
}

.vsm-job-details.upload-form .vsm-body .container > .row .btn span {
  color: #fff;
}

.vsm-stats-count-up .stat {
  color: #fff;
}

.vsm-stats-count-up .col .stat:after {
  border: none;
}

.vsm-stats-count-up .stat .count {
  color: #fff;
  font-size: 2.75rem;
}

.vsm-content-carousel .bg {
  background-image: url(https://sitescdn.wearevennture.co.uk/public/circle/assets/slider-bg.jpg);
  background-position: center;
  background-size: cover;
  padding: 130px 0;
  background-color: rgba(var(--vsm-primary-colour), 1);
  background-blend-mode: multiply;
  user-select: none;
  -webkit-user-select: none;
}
.vsm-content-carousel .flex-wrapper .flex-item:nth-child(1){
   /* background: white;*/
}
.vsm-content-carousel h3 {
  color: #fff;
}

.vsm-content-carousel .swiper-button-prev {
  color: #fff;
  user-select: none;
  -webkit-user-select: none;
}

.vsm-content-carousel .swiper-button-next {
  color: #fff;
  user-select: none;
  -webkit-user-select: none;
}

.vsm-media-hub-more-row .vsm-body .container > .row {
  border-bottom: none;
}

.vsm-double-box-carousel {
  background-color: rgba(var(--vsm-primary-colour), 0.1);
}

.vsm-double-box-carousel h3 {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-double-box-carousel .swiper-slide {
  background: none;
}

.vsm-double-box-carousel .swiper-slide .content .row {
  display: block;
}

.vsm-double-box-carousel .content {
  display: block;
}

.vsm-double-box-carousel .swiper-slide {
  width: 400px !important;
}

.vsm-double-box-carousel .content .col .media {
  height: unset;
  margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
  .vsm-double-box-carousel .swiper-slide {
    width: 100% !important;
  }
  .curve{
      display:none;
  }
  .home-intro{
      margin-bottom: 45px;
  }
    .vsm-content-carousel .bg{
      padding:50px 0;
  }
  .vsm-content-carousel .swiper-slide img{
      max-width: none !important;
      max-height: none !important;
      width:100%;
  }
}

.vsm-top .navigation .brand img {
  height: 40px;
}

.vsm-job-carousel .swiper-wrapper {
  margin-bottom: 35px;
}

.vsm-job-carousel h2 {
  color: #fff;
}

.vsm-profile-cards .col {
  background-color: #fff  !important;
  padding-bottom: 15px;
  padding-top: 15px;
}

.vsm-profile-cards .profile {
  padding-left: 50px;
  padding-right: 50px;
  background-color: #f2f2f2;
}

@media (min-width: 800px) {
  .vsm-profile-cards .col {
    flex: 1 1 33%;
  }

}

.vsm-default-footer img {
  margin-bottom: 30px;
}

.vsm-default-footer .bio {
  width: 80%;
}

.vsm-default-signoff {
  background-color: #272727;
}

.vsm-drop-off-your-cv .form-holder .element.submit .btn span {
  color: #fff;
}

.vsm-drop-off-your-cv .form-holder .element.submit .btn:hover {
  background-color: #fff;
  border: 2px solid #fff;
}

.vsm-drop-off-your-cv .form-holder .element.submit .btn:hover span {
  color: rgba(var(--vsm-primary-colour), 1);
}

.vsm-data-capture-alt .btn span {
  color: #fff;
}

.vsm-data-capture-alt .btn:hover {
  border: 2px solid #fff;
}

.search-bar .btn {
  background-color: rgba(var(--vsm-primary-colour), 1);
  width:100%;
}

.search-bar .btn span {
  color: #fff;
}

.search-bar .btn:hover {
  background-color: #fff;
  border: 2px solid rgba(var(--vsm-primary-colour), 1);
}

.search-bar .btn:hover span {
  color: rgba(var(--vsm-primary-colour), 1);
}

.job-data .btn-primary span {
  color: #fff;
}

.job-search-filters button span {
  color: #fff;
}

.vsm-job-details .btn span {
  color: #fff;
}

.vsm-responsive-nav button {
  border: none;
}

.vsm-responsive-nav button:hover {
  border: none  !important;
}

.newsletter-signup .btn {
  background-color: rgba(var(--vsm-primary-colour), 1);
}

.newsletter-signup .btn span {
  color: rgba(var(--vsm-primary-colour), 1);
}

.newsletter-signup .btn:hover {
  background-color: #000;
  border: 2px solid rgba(var(--vsm-primary-colour), 1);
}

.newsletter-signup .btn span {
  color: #fff;
}

.vsm-data-capture-alt .form-holder .element.submit .btn{
    padding: 9px 0;
    margin-top: 2rem;
}

.vsm-content-carousel .swiper-slide img{
    max-height:260px;
    max-width: 200px;
}
.vsm-content-carousel.large-images .swiper-slide .col{
    width:100%;
    height:100%;
    padding: 0px;
    margin:0px!important;
    aspect-ratio: 1 / 1;

}
.vsm-content-carousel.large-images .swiper-slide img{ 
    width:100%;
    height:100%;
      max-height:500px;
    max-width:500px;
      aspect-ratio: 1 / 1;
    object-fit: cover;     

}
.vsm-content-carousel.large-images .swiper-slide{
    margin-right:0px!important;
}
.vsm-content-carousel.large-images .swiper-slide .row{
    margin:0px!important;
}


.vsm-default-signoff .signoff-links li a{
    font-size: 12px;
}

.vsm-full-width-call-to-action-alt.search-results-cta .bg{
    width:100%;
}
.vsm-top .navigation.search-open .brand {
    display: none;
}
.menu-open .vsm-top.switch-fixed .navigation .brand .logo-1 {
    display: none;
}
.menu-open .vsm-top.switch-fixed .navigation .brand .logo-2 {
    display: block;
}
/* vsm-medium-boxes */
.vsm-medium-boxes .col{
    margin-bottom: 1rem;
}
.vsm-medium-boxes .medium-box {
  border: 0.063rem solid rgba(0,0,0,0.2);
  padding: 1.875rem;
  margin-bottom: 24px;
 /* display: flex;*/
  height: 100%;
}
.vsm-medium-boxes .medium-box .head {
    display: inline-flex!important;
    align-items: center;
    margin-bottom: 1.875rem;
}
@media (min-width: 768px) {
 .vsm-medium-boxes .medium-box .head .sm-heading{
       font-size:1.7rem!important;
 }
}

@media (min-width: 992px) {
 .vsm-medium-boxes .medium-box .head .sm-heading{
     font-size:1.9rem!important;
 }
}

@media (min-width: 1200px) {
 .vsm-medium-boxes .medium-box .head .sm-heading{
      font-size: 2.3rem!important;
 }
}

.vsm-medium-boxes .medium-box .head .media{
width: 80px;
height: 100px;
z-index: -1;
margin-right: 0;

}
.vsm-medium-boxes .medium-box .head .media img{
    padding: 0rem 1rem 0rem 0rem;
 width: 80px;
    height: 100%;
    object-fit: contain;
}
.vsm-content-image-50-50.contained-img .media .lax{
  transform:none!important;  
}
.vsm-content-image-50-50.contained-img img{
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 width:100%;
 height:100%;
 -o-object-fit:contain;
 object-fit:contain
}
@media (min-width: 768px) {
.vsm-content-in-image-50-50.no-overlay .content-in-image {
  min-height: 300px;  
  height:100%;
}
}
@media (min-width: 992px) {
.vsm-content-in-image-50-50.no-overlay .content-in-image {
  min-height: 350px;  
  height:100%;
}
}
@media (min-width: 1200px) {
.vsm-content-in-image-50-50.no-overlay .content-in-image {
  min-height: 420px;    height:100%;
}
}
@media (min-width: 1400px) {
.vsm-content-in-image-50-50.no-overlay .content-in-image {
  min-height: 490px;    height:100%;
}
}
.vsm-content-in-image-50-50 .content-in-image .content:not(:empty){
    position: relative;
z-index: 1;
padding: 1.875rem;
}
.vsm-content-in-image-50-50.no-overlay .header{
   padding-top:50px;     
}
.vsm-content-in-image-50-50.no-overlay .header{
   padding-bottom: 50px;
}
.vsm-content-in-image-50-50.no-overlay .header:empty{
   padding-top: 0px;     
}
.vsm-content-in-image-50-50.no-overlay .header:empty{
   padding-bottom: 0px;
}

.vsm-content-in-image-50-50.no-overlay .content-in-image .media img{
width: 100%;
height: auto;
-o-object-fit: cover;
object-fit: cover;
}
.vsm-content-in-image-50-50.no-overlay .content-in-image .media::before {
    background:none;
}
.vsm-content-in-image-50-50.no-overlay .content-in-image:hover .media{
  -webkit-transform: scale(1);
  transform: scale(1);
}
.vsm-content-in-image-50-50.no-overlay .content-in-image .media {
  position: absolute;
  top: 0;
  overflow: hidden;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  width: 100%;
  height: 100%;
}
.vsm-short-content-33-33-33 .component-wrapper .content .feature .media img{
   max-width: 100%; 
}

@media screen and (max-width:768px) {
  .vsm-default-internal-hero .search-bar .input-group .element.text{
    width:70%;
  }
    .vsm-default-internal-hero .search-bar .input-group .element.select{
    width:30%;
  }
}

/*# sourceMappingURL=theme.css.map */

body.job-page .main >.vsm-job-search-results-listings >.bg >.component-wrapper > .vsm-body > .container{max-width:100%; margin:0; padding:0;}

#vennture_dynamic_jobsearch .vsm-job-search-results-listings .job-listing>li:first-child{
      border-top: 0.0625rem solid rgba(0,0,0,.1);
}
#vennture_dynamic_jobsearch .vsm-job-search-results-listings .job-listing>li:first-child:hover{
      border-top: 0.0625rem solid rgba(var(--vsm-primary-colour),.5);
}

#vennture_dynamic_jobsearch .results-header .col-auto .btn, #vennture_dynamic_jobsearch .map .btn{
  background: rgba(var(--vsm-primary-colour),1);
  color:rgba(var(--vsm-white), 1);
}
#vennture_dynamic_jobsearch .results-header .col-auto .btn span, #vennture_dynamic_jobsearch .map .btn span{color:rgba(var(--vsm-white), 1);}
#vennture_dynamic_jobsearch .results-header .col-auto .btn:hover, #vennture_dynamic_jobsearch .map .btn:hover{
background: rgba(var(--vsm-secondary-colour),1);
color:rgba(var(--vsm-white), 1);
}

#vennture_dynamic_jobsearch .results-header .col-auto .btn:hover span, #vennture_dynamic_jobsearch .map .btn:hover span{color:rgba(var(--vsm-white), 1);}

#vennture_dynamic_jobsearch .map-container .job-results .job-listing>li .btn span{
  color:rgba(var(--vsm-white), 1);
}

#vennture_dynamic_jobsearch .vsm-search-bar .search-bar>.row>.col .form-holder .col-auto .btn{
  background: rgba(var(--vsm-black), 1);
}

#vennture_dynamic_jobsearch .map div:focus,#vennture_dynamic_jobsearch .map div:focus-visible,#vennture_dynamic_jobsearch .map div:focus-within {
    outline: none !important
}

#vennture_dynamic_jobsearch .map iframe+div {
    border: none !important;
    outline: none !important
}

#vennture_dynamic_jobsearch .job-search-filters .filter-group .filters .filter .element.button-icons .field button span{
color: rgba(var(--vsm-black), 1);
}
#vennture_dynamic_jobsearch .job-search-filters .filter-group .filters .filter .element.button-icons .field button:hover {
  background: rgba(var(--vsm-primary-colour), 1);
  color: rgba(var(--vsm-white), 1);
}
#vennture_dynamic_jobsearch .job-search-filters .filter-group .filters .filter .element.button-icons .field button.selected {
  background: rgba(var(--vsm-primary-colour), 1);
  color: rgba(var(--vsm-white), 1);
}

.job-search-filters .filter-group .filters .filter .element.button-icons.text .field button span strong{
  font-weight: 600;
}