/*------------------------------
Padding
------------------------------*/
.padding-top {
  padding-top: 30px!important;
}
@media (min-width: 768px) {
  .padding-top {
    padding-top: 50px!important;
  }
}
@media (min-width: 1024px) {
  .padding-top {
    padding-top: 80px!important;
  }
}
.padding-bottom {
  padding-bottom: 30px!important;
}
@media (min-width: 768px) {
  .padding-bottom {
    padding-bottom: 50px!important;
  }
}
@media (min-width: 1024px) {
  .padding-bottom {
    padding-bottom: 80px!important;
  }
}

/* ------------------------------
Typography
--------------------------------*/
@import url("https://use.typekit.net/bkh2inh.css");
html,
body {
  font-family: proxima-nova, sans-serif;
}

a {
  color: #563BCC;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
a:hover {
  color: #2DB0A9;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

h1, h2, h3, h4, h5 {
  color: #151C2F;
  line-height: 100%;
}

h1 {
  font-weight: 700;
  font-size: 42px;
  font-size: 2.625rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 48px;
    font-size: 3rem;
  }
}

h2 {
  font-weight: 600;
  font-size: 34px;
  font-size: 2.125rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 39px;
    font-size: 2.4375rem;
  }
}

h3 {
  font-weight: 600;
  font-size: 27px;
  font-size: 1.6875rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 31px;
    font-size: 1.9375rem;
  }
}

h4 {
  font-weight: 600;
  font-size: 22px;
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  h4 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

h5 {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

p {
  color: #727785;
}

/* ------------------------------
Buttons
--------------------------------*/
.btn {
  padding: 12px 24px;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 120%;
  border: none;
}
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: inherit;
}

.btn-stretch {
  width: 100%;
  height: 100%;
}

.btn-primary {
  background-color: #563BCC;
  color: #ffffff;
}
.btn-primary:hover {
  background: #2E13A4;
}

.btn-white {
  background: #ffffff;
  color: #151C2F;
}

.btn-ghost-white {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.btn-ghost-white:hover {
  background: #ffffff;
  color: #151C2F;
}

.btn-ghost-primary {
  border: 1px solid #563BCC;
  color: #563BCC;
}
.btn-ghost-primary:hover {
  background: #563BCC;
  color: #ffffff;
}

.btn-ghost-grey {
  border: 1px solid #A7B5DC;
  color: #A7B5DC;
}
.btn-ghost-grey:hover {
  border-color: #563BCC;
  background: #563BCC;
  color: #ffffff;
}

a.arrow-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
}
a.arrow-link i {
  margin-left: 6px;
}

/* ------------------------------
Forms
--------------------------------*/
.form-group {
  margin-bottom: 15px;
}
.form-group label,
.form-group .label-alt {
  margin: 0 0 3px 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #151C2F;
}
.form-group .form-control {
  background: #FBFAFF;
  border-radius: 3px;
  border: 1px solid #D5CFF2;
  font-size: 16px;
  font-size: 1rem;
  line-height: 120%;
  color: #727785;
  padding: 18px 15px;
  min-height: 50px;
  font-weight: 500;
  outline: none !important;
  -webkit-appearance: none;
}
.form-group .form-control:active, .form-group .form-control:focus, .form-group .form-control:hover {
  border-color: #563BCC;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.form-group .form-control::-webkit-input-placeholder {
  color: #727785;
  font-size: 14px;
  font-size: 0.875rem;
}
.form-group .form-control::-moz-placeholder {
  color: #727785;
  font-size: 14px;
  font-size: 0.875rem;
}
.form-group .form-control:-ms-input-placeholder {
  color: #727785;
  font-size: 14px;
  font-size: 0.875rem;
}
.form-group .form-control::-ms-input-placeholder {
  color: #727785;
  font-size: 14px;
  font-size: 0.875rem;
}
.form-group .form-control::placeholder {
  color: #727785;
  font-size: 14px;
  font-size: 0.875rem;
}
.form-group.input-sm .form-control {
  font-size: 14px;
  font-size: 0.875rem;
  background: #ffffff;
  border-color: #B4CAFA;
  padding: 9px 15px;
  max-height: unset;
  min-height: 40px;
}

.terms {
  color: #727785;
  font-size: 14px;
  font-size: 0.875rem;
}

/* -------- Custom checkbox-------- */
.form-check {
  padding: 0;
}
.form-check .checkbox-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
  overflow: hidden;
  margin: 0;
}
.form-check .checkbox-container:hover input ~ .checkmark {
  background: #f1eefa;
  -webkit-transition: all 0.12s;
  transition: all 0.12s;
}
.form-check .checkbox-container .checkbox-label {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 13px;
  color: #727785;
  font-weight: 500;
}
.form-check .checkbox-container .checkbox-label .total-label {
  display: inline-block;
  margin-left: 3px;
  opacity: 0.4;
  font-size: 12px;
  font-size: 0.75rem;
}
.form-check .checkbox-container .checkbox-label a {
  color: #2DB0A9;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 0.12s;
  transition: border-bottom 0.12s;
}
.form-check .checkbox-container .checkbox-label a:hover {
  border-bottom: 1px solid #2DB0A9;
  -webkit-transition: border-bottom 0.12s;
  transition: border-bottom 0.12s;
}
@media (min-width: 768px) {
    .form-check .checkbox-container .checkmark {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  height: 24px;
  width: 24px;
  background-color: #ffffff;
  border: 1px solid #D5CFF2;
  border-radius: 6px;
  margin-right: 6px;
  -webkit-transition: all 0.12s;
  transition: all 0.12s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
}
@media (max-width: 767px) {
.form-check .checkbox-container .checkmark {
  position: relative;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  height: 24px;
  width: 40px;
  background-color: #ffffff;
  border: 1px solid #D5CFF2;
  border-radius: 6px;
  margin-right: 6px;
  -webkit-transition: all 0.12s;
  transition: all 0.12s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}}
.form-check .checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.12s;
  transition: all 0.12s;
}

.form-check .checkbox-container .checkmark i {
  opacity: 0;
  color: #563BCC;
  font-size: 16px;
  font-size: 1.1rem;
  z-index: 2;
}
.form-check .checkbox-container input {
  position: relative;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-check .checkbox-container input:checked ~ .checkmark {
  border-color: #563BCC;
}
.form-check .checkbox-container input:checked ~ .checkmark:after {
  opacity: 1;
  -webkit-transition: all 0.12s;
  transition: all 0.12s;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.12s;
}
.form-check .checkbox-container input:checked ~ .checkmark i {
  opacity: 1;
}
.form-check.radio .checkbox-container .checkmark {
  border-radius: 100%;
}
.form-check.radio .checkbox-container .checkmark i {
  font-size: 16px;
  font-size: 1rem;
  margin-right: -1px;
}
.form-check.tag {
  margin-bottom: 0 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.form-check.tag .checkbox-label {
  display: inline-block;
  padding: 6px 9px;
  background: #E9E4FF;
  border-radius: 3px;
  color: #563BCC;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-transition: all 0.09s ease-in-out;
  transition: all 0.09s ease-in-out;
}
.form-check.tag input:checked ~ .checkbox-label {
  background-color: #563BCC;
  color: #ffffff;
  -webkit-transition: all 0.09s ease-in-out;
  transition: all 0.09s ease-in-out;
}

/* -------- Custom select-------- */
.select-container {
  position: relative;
  overflow: hidden;
  background: #FBFAFF;
  border-radius: 3px;
  border: 1px solid #D5CFF2;
}
.select-container select {
  position: relative;
  z-index: 2;
  display: block;
  min-height: 50px;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 100%;
  color: #727785;
  padding: 18px 15px;
  font-weight: 500;
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none !important;
  -webkit-appearance: none;
  cursor: pointer !important;
}
.select-container select:active, .select-container select:focus, .select-container select:hover {
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.select-container .custom-arrow {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background: transparent;
  border-radius: 0 3px 3px 0;
  border-left: 1px solid #D5CFF2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.select-container .custom-arrow i {
  color: #563BCC;
  font-size: 20px;
  font-size: 1.25rem;
}

/* -------- Custom file upload -------- */
.file-upload-container {
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
  background: #FBFAFF;
  border-radius: 3px;
  border: 1px solid #D5CFF2;
  margin: 0 !important;
  cursor: pointer;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.file-upload-container input {
  -webkit-appearance: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
}
.file-upload-container span.file-name {
  color: #727785;
  font-weight: 500;
}
.file-upload-container .custom-upload-icon {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background: transparent;
  border-radius: 0 3px 3px 0;
  border-left: 1px solid #D5CFF2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.file-upload-container .custom-upload-icon i {
  color: #563BCC;
  font-size: 20px;
  font-size: 1.25rem;
}

/* -------- Custom pagination-------- */
ul.pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -6px;
}
ul.pagination li.page-item {
  
}
ul.pagination li.page-item a.page-link {
  margin: 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
  color: #727785;
  -webkit-transition: all 0.12s;
  transition: all 0.12s;
  background-color: transparent;
  border: none;
  padding: 0 6px;
}
ul.pagination li.page-item a.page-link.active {
  color: #563BCC;
  font-weight: 600;
}
ul.pagination li.page-item a.page-link:hover {
  -webkit-transition: all 0.12s;
  transition: all 0.12s;
  color: #563BCC;
}
ul.pagination li.page-item a.page-link i {
  color: #563BCC;
}
.rte blockquote{
    font-size: 1.4rem;
    line-height: 1.4375em;
    position: relative;
    padding: 1.5rem 0 1.5rem;
    margin: 0.938rem 0;
    width: calc(100% - 1.5em);
    max-width: 98vw;
    left:1.5em;
    display: block;
    text-align: left;
    color: #563BCC;
    position: relative;
      font-style: italic;
}
.rte blockquote p{
    font-size: 1.4rem;
    line-height: 1.4375em;
    color: #563BCC;
      font-style: italic;

}
blockquote{
    font-size: 1.4rem;
    line-height: 1.4375em;
    position: relative;
    padding: 1.5rem 0 1.5rem;
    margin: 0.938rem 0;
    width: calc(100% - 1.5em);
    max-width: 98vw;
    left:1.5em;
    display: block;
    text-align: left;
    color: #563BCC;
    /*    color: #151C2F;*/
    position: relative;
      font-style: italic;
}
blockquote p{
    color: #563BCC;
    font-size: 1.4rem;
    line-height: 1.4375em;
      font-style: italic;
}
      

/* ------------------------------
Theme
--------------------------------*/
/*# sourceMappingURL=theme.css.map */

a{text-decoration: none;}
footer .quick-links-header h6, footer .quick-contact-header h6{color:#ffffff}
footer .row.justify-content-between > a{width:auto}
:root {
  --vsm-white: 255, 255, 255;
  --vsm-black: 9, 9, 9;
  --vsm-body-copy-colour: 37, 37, 38;
  --vsm-accent-colour: 21, 28, 47;
    --vsm-primary-colour: 86, 59, 204;
  --vsm-secondary-colour: 224, 230, 29;
  --vsm-tertiary-colour: 35, 157, 149;
  --vsm-quaternary-colour: 114, 40, 166;
  --vsm-quinary-colour: 0, 117, 101;
}

#vennture_dynamic_jobsearch 
    .autocomplete-dropdown-container>div {
        font-weight: 400;
    }

    #vennture_dynamic_jobsearch .results-header .col-auto .btn {
  background: rgba(var(--vsm-primary-colour), 1);
  color: rgba(var(--vsm-white), 1);
}

#vennture_dynamic_jobsearch .results-header .col-auto .btn:hover {
  background: rgba(var(--vsm-black), 1);
  color: rgba(var(--vsm-white), 1);
}

#vennture_dynamic_jobsearch .results-header .col-auto .btn:hover span {
  color: rgba(var(--vsm-white), 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 .map-container .map .btn {
  background: rgba(var(--vsm-primary-colour), 1);
}
#vennture_dynamic_jobsearch .map-container .map .btn:hover {
  background: rgba(var(--vsm-black), 1);
  color: rgba(var(--vsm-white), 1);
}
#vennture_dynamic_jobsearch .map-container .map .btn:hover span {
  color: rgba(var(--vsm-white), 1);
}

    .top.switch-fixed{ position: sticky;}

   #vennture_dynamic_jobsearch .vsm-search-bar .search-bar .input-group input, #vennture_dynamic_jobsearch .vsm-search-bar .search-bar .input-group select{min-height: auto;}

  #vennture_dynamic_jobsearch .vsm-search-bar .search-bar .row .col .form-holder form>.row>.col:nth-child(3) .element.select .form-control{height:auto}

@media (min-width: 768px) {
  #vennture_dynamic_jobsearch .vsm-search-bar .search-bar .row .col .form-holder form .form-group, #vennture_dynamic_jobsearch .vsm-search-bar .search-bar .row .col .form-holder form .input-group, #vennture_dynamic_jobsearch .vsm-search-bar .search-bar .row .col .form-holder form .element.select{margin-bottom: 0;}
}

#vennture_dynamic_jobsearch .vsm-search-bar{position: relative; z-index: 1;}