@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,300;0,700;1,400&display=swap');

html  {
    margin: 0;
  }
  
  body {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #0b0b0b;
    margin: 0;
  }

 header {
    background: #FF8800;
    min-height: 50vh;
    padding: 25px;
    position: relative;
    z-index: 1;
  }

  header.jobHeader {
    min-height: unset;
  }

  header::after {
    background-image: url(https://werkenbijstudyworks.nl/wp-content/uploads/2023/06/Beeldmerk_StudyWorks_Wit.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
    opacity: 0.15;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
  
  #divPreNav {
    max-width: 1170px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  
  #divPreNav ul  { 
    margin: 0;
    list-style: none;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
  }

  #divPreNav ul li {
    border-right: 1px solid #fff;
    padding-right: 20px;
  }

  #divPreNav ul li:last-child {
    border-right: 0;
    padding-right: 0;
  }
  
  #divPreNav ul a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    display:flex;
    align-items: center;
    gap: 5px;
  }
  
  #divPreNav ul a:hover {
    text-decoration: underline;
    cursor: pointer;
  }
  
  header nav {
    background: #fff;
    display: flex;
    max-width: 1170px;
    border-radius: 150px;
    margin-right: auto;
    box-sizing: border-box;
    padding: 18px;
    justify-content: space-between;
    gap: 50px;
    margin-left: auto;
    align-items: center;    
    position: relative;
    z-index: 2;
  }
  
  header  nav ul {
    padding: 0;
    display: flex;
    gap: 50px;
    list-style: none;
    margin-left: auto;
  }
  
  header nav ul li a { 
    color: #0b0b0b;
    text-decoration: none;
  }
  
  header nav ul li a:hover { 
    cursor: pointer;
    color: #F17435;
  }
  
  header #imgMasterLogo {
    max-width: 150px;
    display: block;
    width: 100%;
    min-width: 150px;
  }
  
  header #btnMainJobApply {
    background: #F05C8F;
    padding: 15px 25px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    border-radius: 50px;
    border: none;
    width: 110px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

  #divPageTitle {
    margin: 50px 0;
    display: block;
    max-width: 1170px;
    margin-left: auto; 
    margin-right: auto;
  }
  
  h1, h2 {
    display: block;
    color: #fff;
    margin: 0;
    font-size: 45px;
  }
  
  h1 {
    font-weight: 500;
  }
  
  h2 {
    font-weight: 700;
  }

  #divJobMeta {
    color: #fff;
    display: flex;
    gap: 25px;
  }

  #divJobMeta i {
    margin-right: 5px;
  }

  #divBreadCrumbBar {
    background: #f5f5f5;
    padding: 10px 0;
  }

  #divBreadCrumbItemWrap {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    gap: 15px;
    align-items: center;
  }

  #divBreadCrumbBar a {
    text-decoration: none;
    color: #787878;
  }

  #divBreadCrumbBar a:hover {
    text-decoration: underline;
    cursor: pointer;
  }

  #divBreadCrumbBar i {
    color: #787878;
    font-size: 14px;
  }

  #divBreadCrumbBar #BreadCrumbPage {
    color: #F17435;
    font-weight: 700;
  }

  /* Styling mobile menu */

  *::before,
  *::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  }

  
  div.header ul {
    list-style: none;
  }
  
  div.header a {
    text-decoration: none;
    color: inherit;
  }
  
  div.header img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  
  div.header a,
  div.header button {
    cursor: default;
  }
  
  div.header button {
    color: inherit;
    background: transparent;
    border: none;
    outline: none;
    margin: 0;
    padding: 0;
  }
  
  .no-transition {
    transition: none !important;
  }
  
  div.header {
    position: relative;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15), 0 2px 1px -5px rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
  }
  div.header .navbar {
    display: flex;
    flex-direction: row;
    flex: 1;
    flex-basis: auto;
    align-items: center;
    justify-content: space-between;
  }
  div.header .navbar .vertical-logo {
    font-size: 1.7rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #d93622;
  }
  div.header .navbar .top-menu-wrapper {
    color: #221f1f;
  }
  div.header .navbar .top-menu-wrapper::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: background 0.5s;
  }
  div.header .navbar .open-mobile-menu i {
    color: #787878;
  }
  div.header .navbar .top-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 2;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  }
  div.header .navbar .top-menu {
    display: flex;
    flex-direction: column;
    width: 90%;
    overflow-y: auto;
    padding: 35px;
    background: rgb(230,117,52);
    background: linear-gradient(180deg, rgba(230,117,52,1) 0%, rgba(255,179,76,1) 100%);
    color: #fff;
  }
  div.header .navbar .top-menu-wrapper.show-offcanvas::before {
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  div.header .navbar .top-menu-wrapper.show-offcanvas .panel,
  div.header .navbar .top-menu-wrapper.show-offcanvas .top-menu {
    transform: translate3d(0, 0, 0);
    transition-duration: 0.7s;
  }
  div.header .navbar .top-menu-wrapper.show-offcanvas .top-menu {
    transition-delay: 0.2s;
    display: flex;
    justify-content: space-between;
    gap: 25px;
    box-sizing: border-box;
  }
  
  div.header ul.submenu li:last-child {
      border-bottom: 0;
  }
  
  div.header .navbar ul a {
      display: flex;
      font-size: 20px;
      font-weight: 700;
      transition: color 0.35s ease-out;
      font-family: 'Oxygen', sans-serif;
      justify-content: space-between;
      align-items: center;
  }
  div.header .navbar ul a:hover {
    color: #fff;
  }
  div.header ul.submenu li {
      padding: 15px 0;
  }
  div.header .navbar .has-dropdown i {
    display: none;
  }
  div.header .navbar .sub-menu {
    padding: 0.5rem 1.5rem 0 1.5rem;
  }
  div.header .navbar .sub-menu a {
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 0rem;
  }
  div.header .navbar .top-menu li + li {
    padding: 15px 0;
  }
  
  div.header .top-menu ul > li {
      border-bottom: 1px solid #85310047;
      padding-bottom: 15px;
  }
  div.header .navbar .top-menu .mob-block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 2rem;
  }
  div.header .navbar .top-menu .mob-block .logo {
    font-size: 1.7rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #d93622;
  }
  div.header .navbar .top-menu .mob-block i {
      color: #fff;
      font-size: 20px;
  }
  
  button.close-mobile-menu {
      padding: 0;
  }
  
  div.header img.logo {
      max-width: 100px;
  }
  
  div.header .mobile-first-items {
      margin-left: auto;
      display: flex;
      align-items: center;
      gap: 25px
  }
  
  div.header .mobile-first-items i {
      color: #787878;
      font-size: 22px;
  }
  
  button.open-mobile-menu {
      padding-left: 5px;
  }
  
  div.header {
      position: fixed !important;
      top: 0 !important;
      z-index: 10;
      width: 100%;
  }
  
  button.open-mobile-menu:focus {
      background: transparent;
  }
  
  button.open-mobile-menu:hover {
      background: transparent;
  }
  
  div.header.submenu a {
      text-transform: inherit !important;
      font-family: 'Source Sans Pro' !important;
      font-weight: 400 !important;
      font-size: 20px !important;
  }
  div.header ul.submenu {
      margin-top: 10px;
      padding-left: 15px;
  }
  
  div#mobileMenuMainButtonWrap {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: column;
      text-align: center;
      gap: 10px;
  }

  div.header .top-menu ul {
    padding-left: 0;
}
  
  div#mobileMenuMainButtonWrap #mainButtonDirectApply {
      background: #fff;
      color: rgba(230,117,52,1);
      padding: 10px 25px;
      width: auto;
      font-size: 17px;
      border-radius: 50px;
      font-family: 'Source Sans Pro';
      font-weight: 700;
      border: 1px solid #fff;
  }
  
  div#mobileMenuMainButtonWrap #mainButtonCoachPortal {
      background: transparent;
      color: #fff;
      padding: 10px 25px;
      width: auto;
      font-size: 17px;
      border-radius: 50px;
      font-family: 'Source Sans Pro';
      font-weight: 700;
      border: 1px solid #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
  }

  .subMenuItem {
    position: relative;
  }

  header .masterHeaderSubmenu {
    display: none;
  }

  header .masterHeaderSubmenu.subActive {
    display: block;
    position: absolute;
    width: max-content;
    padding-top: 45px;
  }

  header .masterHeaderSubmenu.subActive li:first-child {
    border-radius: 10px 10px 0 0;
    border-top: 1px solid #ccc;
}

header .masterHeaderSubmenu.subActive li:last-child {
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
    border-radius: 0 0 10px 10px;
}
header .masterHeaderSubmenu.subActive li {
    background: #fff;
    padding: 25px;
    padding-bottom: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

  header .indicatorSubmenu {
    font-size: 12px;
  }

  /* END OF ---- Styling mobile menu */

  /* -- Media Querys -- */

@media screen and (max-width: 1200px) {
  header nav, #divPreNav {
    display: none;
  }

  div.header {
    display: block;
  }
  header {
    min-height: 40vh;
    padding: 50px 25px 35px 25px;
  }

  #divBreadCrumbBar {
    padding: 15px;
  }

  .show-offcanvas ul.submenu {
    padding-left: 10px !important;
    padding-top: 10px;
  }

  .show-offcanvas ul.submenu a {
    font-size: 18px !important;
  }
}

@media screen and (min-width: 1200px) {
  div.header {
    display: none;
  }
}