/* default style */

html,
body {
  margin: 0;
  padding: 0;
}

.es-blend ul {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.es-blend footer {
  line-height: 1.5;
}

/* bootstrap style */

.es-text-center {
  text-align: center !important;
}
.es-text-right {
  text-align: right !important;
}
@media (min-width: 768px) {
  .es-text-md-left {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .es-text-md-right {
    text-align: right !important;
  }
}
.es-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.es-col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 576px) {
  .es-col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .es-col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .es-col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}
@media (min-width: 768px) {
  .es-col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .es-col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .es-col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media (min-width: 992px) {
  .es-col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}
@media (min-width: 992px) {
  .es-col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .es-col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media (min-width: 1200px) {
  .es-col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}
@media (min-width: 1200px) {
  .es-col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
.es-blend article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
.es-blend a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
.es-blend a:hover {
  text-decoration: underline;
}
.es-blend *,
::after,
::before {
  box-sizing: border-box;
}
@media (min-width: 576px) {
  .es-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .es-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .es-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .es-container {
    max-width: 1140px;
  }
}
.es-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.es-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.es-col,
.es-col-1,
.es-col-10,
.es-col-11,
.es-col-12,
.es-col-2,
.es-col-3,
.es-col-4,
.es-col-5,
.es-col-6,
.es-col-7,
.es-col-8,
.es-col-9,
.es-col-auto,
.es-col-lg,
.es-col-lg-1,
.es-col-lg-10,
.es-col-lg-11,
.es-col-lg-12,
.es-col-lg-2,
.es-col-lg-3,
.es-col-lg-4,
.es-col-lg-5,
.es-col-lg-6,
.es-col-lg-7,
.es-col-lg-8,
.es-col-lg-9,
.es-col-lg-auto,
.es-col-md,
.es-col-md-1,
.es-col-md-10,
.es-col-md-11,
.es-col-md-12,
.es-col-md-2,
.es-col-md-3,
.es-col-md-4,
.es-col-md-5,
.es-col-md-6,
.es-col-md-7,
.es-col-md-8,
.es-col-md-9,
.es-col-md-auto,
.es-col-sm,
.es-col-sm-1,
.es-col-sm-10,
.es-col-sm-11,
.es-col-sm-12,
.es-col-sm-2,
.es-col-sm-3,
.es-col-sm-4,
.es-col-sm-5,
.es-col-sm-6,
.es-col-sm-7,
.es-col-sm-8,
.es-col-sm-9,
.es-col-sm-auto,
.es-col-xl,
.es-col-xl-1,
.es-col-xl-10,
.es-col-xl-11,
.es-col-xl-12,
.es-col-xl-2,
.es-col-xl-3,
.es-col-xl-4,
.es-col-xl-5,
.es-col-xl-6,
.es-col-xl-7,
.es-col-xl-8,
.es-col-xl-9,
.es-col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.top-nav a {
  color: #ffffff;
  font-weight: bold;
  font-size: 0.85rem;
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
  display: inline-block;
}
.es-pl-4,
.es-px-4 {
  padding-left: 1.5rem !important;
}
.es-pr-4,
.es-px-4 {
  padding-right: 1.5rem !important;
}
.es-d-inline-block {
  display: inline-block !important;
}
.es-blend img {
  vertical-align: middle;
  border-style: none;
}
.es-mb-4,
.es-my-4 {
  margin-bottom: 1.5rem !important;
}
.es-mt-4,
.es-my-4 {
  margin-top: 1.5rem !important;
}
.es-justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.es-align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.es-justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
@media (min-width: 1200px) {
  .es-d-xl-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .es-pr-md-2,
  .es-px-md-2 {
    padding-right: 0.5rem !important;
  }
}
.es-pl-0,
.es-px-0 {
  padding-left: 0 !important;
}
.es-pb-0,
.es-py-0 {
  padding-bottom: 0 !important;
}
.es-pr-0,
.es-px-0 {
  padding-right: 0 !important;
}
.es-pt-0,
.es-py-0 {
  padding-top: 0 !important;
}
.es-pb-5,
.es-py-5 {
  padding-bottom: 3rem !important;
}
.es-pt-4,
.es-py-4 {
  padding-top: 1.5rem !important;
}
.es-pt-5,
.es-py-5 {
  padding-top: 3rem !important;
}
.es-pb-3,
.es-py-3 {
  padding-bottom: 1rem !important;
}
@media (min-width: 1200px) {
  .es-navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .es-navbar-expand-xl .es-navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.es-navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  padding: 0.5rem 1rem;
}
.es-navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .es-navbar-expand-xl .es-navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.es-ml-auto,
.es-mx-auto {
  margin-left: auto !important;
}
.es-navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .es-pl-md-3,
  .es-px-md-3 {
    padding-left: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .es-navbar-expand-xl .es-navbar-nav .es-nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.es-pb-5,
.es-py-5 {
  padding-bottom: 3rem !important;
}
@media (min-width: 992px) {
  .es-mb-lg-5,
  .es-my-lg-5 {
    margin-bottom: 3rem !important;
  }
}
.es-blend h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.es-blend .es-h1,
h1 {
  font-size: 2.5rem;
}
.es-blend .es-h1,
.es-h2,
.es-h3,
.es-h4,
.es-h5,
.es-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.es-blend b,
strong {
  font-weight: bolder;
}
.es-blend .es-h3,
h3 {
  font-size: 1.75rem;
}
.es-blend [type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
.es-blend [type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
.es-blend button,
select {
  text-transform: none;
}
.es-blend button,
input {
  overflow: visible;
}
.es-blend button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.es-blend button {
  border-radius: 0;
}
.es-blend dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.es-mb-5,
.es-my-5 {
  margin-bottom: 3rem !important;
}
@media (min-width: 992px) {
  .es-mb-lg-0,
  .es-my-lg-0 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .es-pb-md-3,
  .es-py-md-3 {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 768px) {
  .es-pt-md-3,
  .es-py-md-3 {
    padding-top: 1rem !important;
  }
}
@media (min-width: 992px) {
  .es-pb-lg-5,
  .es-py-lg-5 {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 992px) {
  .es-pt-lg-4,
  .es-py-lg-4 {
    padding-top: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .es-d-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .es-float-md-left {
    float: left !important;
  }
}
@media (min-width: 576px) {
  .es-m-sm-0 {
    margin: 0 !important;
  }
}
.es-m-auto {
  margin: auto !important;
}
@media (min-width: 768px) {
  .es-float-md-right {
    float: right !important;
  }
}
@media (min-width: 992px) {
  .es-float-lg-left {
    float: left !important;
  }
}
.es-mb-2,
.es-my-2 {
  margin-bottom: 0.5rem !important;
}
@media (min-width: 768px) {
  .es-pb-md-0,
  .es-py-md-0 {
    padding-bottom: 0 !important;
  }
}
.es-d-block {
  display: block !important;
}
.es-ml-5,
.es-mx-5 {
  margin-left: 3rem !important;
}
.es-pl-2, .es-px-2 {
  padding-left: .5rem !important;
}
.es-pr-2, .es-px-2 {
  padding-right: .5rem !important;
}
@media (min-width: 576px) {
  .es-pl-sm-4, .es-px-sm-4 {
      padding-left: 1.5rem !important;
  }
}

/* own style */

.top-nav {
  background: #262a2e;
}
@media screen and (max-width: 1199px) {
  .top-nav {
    display: none;
  }
}
.top-nav .search-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: bottom;
  margin-right: 5px;
}
.main-nav .site-logo {
  max-width: 240px;
  max-height: 80px;
  width: auto;
  height: auto;
}
.main-nav .header-logo img {
  max-width: 240px;
  max-height: 80px;
  width: auto;
  height: auto;
}
@media screen and (max-width: 576px) {
  .main-nav .site-logo {
    max-width: 140px;
    max-height: 55px;
    width: auto;
    height: auto;
  }
  .main-nav .header-logo img {
    max-width: 140px;
    max-height: 55px;
    width: auto;
    height: auto;
  }
}
.navbar-toggle {
  height: 22px !important;
  width: 28px !important;
  z-index: 5;
  position: relative;
  background: none;
  border: none;
  outline: none !important;
}
.navbar-toggle .icon-bar:first-child {
  top: 3px;
}
.navbar-toggle .icon-bar:last-child {
  top: 19px;
}
.navbar-toggle .icon-bar {
  position: absolute;
  width: 100%;
  height: 3px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  display: block;
  background: #ffffff;
  opacity: 1;
  transition: 0.5s;
}
.navbar-toggle[toggle="yes"] .icon-bar:first-child {
  opacity: 1;
  transform: rotate(135deg);
}
.navbar-toggle[toggle="yes"] .icon-bar {
  opacity: 0;
  top: 50%;
}
.navbar-toggle[toggle="yes"] .icon-bar:last-child {
  opacity: 1;
  transform: rotate(-135deg);
}
.main-nav {
  background: none;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.main-nav .es-nav-link {
  color: #ffffff;
  display: inline-block;
  text-align: left;
  font-weight: bold;
}
@media screen and (min-width: 1199px) {
  .main-nav .nav-sub-menu {
    position: absolute;
    top: 100%;
    background: #fff;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
    width: 150px;
    text-align: left;
    display: none;
    z-index: 1;
  }
}
@media screen and (min-width: 1199px) {
  .main-nav .nav-sub-menu .nav-sub-item {
    position: relative;
  }
}
.main-nav .nav-sub-menu .nav-sub-link {
  border-bottom: 1px solid #384048;
  color: #384048;
  font-size: 0.8rem;
  display: block;
  padding: 1rem 0.8rem;
}
@media screen and (min-width: 1199px) {
  .main-nav .nav-sub-menu:before {
    position: absolute;
    bottom: 100%;
    left: 1.8rem;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fff;
  }
}
.main-nav .nav-sub-menu:before {
  content: "";
}
.es-blend .large-header {
  height: 575px;
  background-image: url('/userfiles/EntrepreneurialScotland/ffImages/2_2023-08-06-231721_amac.png');
  background-position: center right;
}
.font-white {
  color: #ffffff;
}
.bg-grey {
  background: #384048;
}
.es-blend header {
  position: relative;
  padding-top: 11rem;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center;
  overflow: hidden;
}
@media screen and (min-width: 1199px) {
  .main-nav .nav-sub-menu .child-sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    display: none;
  }
}
.main-nav .nav-sub-menu .child-sub-menu {
  background: #e5e5e5;
}
@media screen and (min-width: 1199px) {
  .main-nav .nav-sub-menu .child-sub-menu .child-sub-link {
    border-bottom: 1px solid #c3c3c3;
  }
}
.main-nav .nav-sub-menu .child-sub-menu .child-sub-link {
  font-size: 0.8rem;
  padding: 1rem;
  display: block;
  color: #6a6a6a;
}
.nav-item:hover .nav-sub-menu {
  display: block;
}
.nav-sub-item:hover .child-sub-menu {
  display: block;
}
@media screen and (max-width: 1199px) {
  .main-nav .es-navbar {
    background: #dedede;
  }
}
@media screen and (max-width: 1199px) {
  .main-nav .es-navbar .nav-item .es-nav-link {
    color: #384048;
  }
}
.es-nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 1199px) {
  .main-nav .es-navbar .nav-item {
    border-bottom: 1px solid #262a2e;
    padding: 0.7rem 0;
  }
}
@media screen and (max-width: 1199px) {
  .main-nav .nav-sub-menu .nav-sub-link {
    border: none;
    padding: 0.5rem 0;
  }
}
@media screen and (max-width: 1198px) {
  .main-nav .nav-sub-menu .child-sub-menu {
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
  }
}
@media screen and (max-width: 1199px) {
  .main-nav .es-nav-link br {
    display: none;
  }
}
@media screen and (max-width: 1198px) {
  .es-collapse {
    display: none;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }
  .es-collapse[toggle="yes"] {
    max-height: 1000px;
  }
}
.es-blend li {
  margin: 0;
}
.es-login-buttons a {
  width: auto;
  height: auto;
  background: #384048;
  text-align: center;
  border-radius: 5px;
  color: white;
  font-weight: bold;
  border: solid 1px white;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.es-login-buttons a:hover {
  text-decoration: none;
}
.es-menu-login-buttons a {
  display: none;
  padding: 0.5rem 1rem;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .es-menu-login-buttons a {
    display: block;
    color: #384048 !important;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
}
.es-blend footer a {
  color: #ffffff;
}
.es-blend footer .site-logo {
  max-width: 240px;
  max-height: 80px;
  width: auto;
  height: auto;
}
.es-blend footer .footer-logo img {
  max-width: 240px;
  max-height: 80px;
  width: auto;
  height: auto;
  margin: auto !important;
}
@media (min-width: 576px) {
  .es-blend footer .footer-logo img {
    margin: 0 !important;
  }
}
@media (min-width: 768px) {
  .es-blend footer .footer-logo a {
    display: inline-block !important;
    padding-bottom: 1rem !important;
    float: left !important;
  }
}
@media (min-width: 992px) {
  .es-blend footer .footer-logo a {
    padding-bottom: 3rem !important;
    padding-top: 1.5rem !important;
  }
}
.es-blend footer .contact-info {
  font-size: 0.9rem;
}
.es-blend footer .social-icon img {
  width: 15px;
  height: 15px;
  object-fit: contain;
  margin-right: 20px;
}
.es-blend footer .sub-footer {
  font-size: 0.7rem;
}
.es-blend footer {
  background: #384048;
  color: #ffffff;
}
.es-blend footer p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #ffffff;
}

/* own style but content specific */

@media screen and (max-width: 576px) {
  .es-container {
    width: 98%;
  }
}
@media screen and (min-width: 768px) {
  .es-container {
    width: 95% !important;
  }
}
@media screen and (min-width: 1200px) {
  .es-container {
    width: 90% !important;
    max-width: 1600px !important;
  }
}
.es-blend header h1 {
  font-size: 3rem;
}
@media screen and (max-width: 1200px) {
  .es-blend header h1 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 580px) {
  .es-blend header h1 {
    font-size: 2rem;
  }
}
.es-blend header h3 {
  font-size: 1.75rem;
}
@media screen and (max-width: 1200px) {
  .es-blend header h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 580px) {
  .es-blend header h3 {
    font-size: 1.2rem;
  }
}
.es-blend h1,
h2,
h3,
h4,
h5 {
  color: #ffffff;
}

div#ctl02_ctl00_mainContentArea_mainContentArea_CandidateAdvertApplication1_divLogin { visibility: hidden; }