body.fixed {
  left: 0;
  width: 100%;
  position: fixed; }

.tm-page {
  border: none !important; }

#menu {
  position: fixed;
  top: 0px;
  transition: ease all .3s;
  z-index: 100;
  background: #fff;
  width: 100%;
  max-width: 100vw;
  z-index: 100; }

.primaryMenuDesktop {
  position: fixed;
  top: 75px;
  transition: ease all .3s;
  z-index: 100;
  background: #fff;
  width: 100%;
  max-width: 100vw;
  padding: 15px 80px;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
  z-index: 99; }
  @media only screen and (max-width: 1150px) {
    .primaryMenuDesktop {
      display: none; } }
  .primaryMenuDesktop ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: flex-start; }
    .primaryMenuDesktop ul li {
      text-align: center;
      margin-right: 30px; }
      .primaryMenuDesktop ul li:last-of-type {
        margin: 0px; }
      .primaryMenuDesktop ul li a {
        font-size: 18px;
        line-height: 1;
        font-weight: 700;
        text-transform: uppercase;
        transition: ease .3s;
        color: #3c3c3c; }
      .primaryMenuDesktop ul li a:hover {
        color: #fe7902; }

.menu-header {
  width: 100%;
  background: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 80px;
  z-index: 10;
  transition: ease all .3s;
  border-bottom: solid 5px #fe7902; }
  @media only screen and (max-width: 800px) {
    .menu-header {
      padding: 10px 30px; } }
  .menu-header .left, .menu-header .right {
    display: flex;
    align-items: center;
    height: 100%; }
  .menu-header .left {
    transition: ease all .3s;
    width: max-content; }
    .menu-header .left a.logo {
      width: 360px;
      height: 40px;
      transition: ease all .3s; }
      @media only screen and (max-width: 800px) {
        .menu-header .left a.logo {
          width: 200px; } }
      .menu-header .left a.logo svg {
        height: 100%; }
  .menu-header .right {
    justify-content: flex-end; }
    .menu-header .right .widget_search {
      margin-left: 25px; }
      .menu-header .right .widget_search svg * {
        stroke-width: 2; }
    .menu-header .right .hamburger {
      font: inherit;
      display: inline-block;
      overflow: visible;
      margin: 0;
      padding: 10px;
      cursor: pointer;
      transition-timing-function: linear;
      transition-duration: .15s;
      transition-property: opacity,filter;
      text-transform: none;
      color: inherit;
      border: 0;
      z-index: 100;
      background-color: transparent;
      position: relative;
      top: 3px;
      display: none; }
      @media only screen and (max-width: 1150px) {
        .menu-header .right .hamburger {
          display: block; } }
      .menu-header .right .hamburger .hamburger-box {
        position: relative;
        display: inline-block;
        width: 16px;
        height: 14px; }
        .menu-header .right .hamburger .hamburger-box .hamburger-inner, .menu-header .right .hamburger .hamburger-box .hamburger-inner:after, .menu-header .right .hamburger .hamburger-box .hamburger-inner:before {
          position: absolute;
          width: 17px;
          height: 2px;
          transition: ease all .2s;
          border-radius: 4px;
          background-color: #000; }
        .menu-header .right .hamburger .hamburger-box .hamburger-inner:after {
          bottom: -12px; }
        .menu-header .right .hamburger .hamburger-box .hamburger-inner:before {
          bottom: -6px; }
        .menu-header .right .hamburger .hamburger-box .hamburger-inner:after, .menu-header .right .hamburger .hamburger-box .hamburger-inner:before {
          display: block;
          content: "";
          opacity: 1; }
      .menu-header .right .hamburger.is-active .hamburger-inner {
        transform: translate3d(0, 6px, 0) rotate(45deg); }
      .menu-header .right .hamburger.is-active .hamburger-inner:before {
        transform: rotate(-45deg) translate3d(-6px, -4px, 0);
        opacity: 0; }
      .menu-header .right .hamburger.is-active .hamburger-inner:after {
        transform: translate3d(0, -12px, 0) rotate(-90deg); }
    .menu-header .right ul {
      list-style: none;
      padding: 0px;
      margin: 0px;
      display: flex;
      justify-content: flex-end; }
      @media only screen and (max-width: 1150px) {
        .menu-header .right ul {
          display: none; } }
      .menu-header .right ul li {
        text-align: center;
        margin-right: 30px; }
        .menu-header .right ul li:last-of-type {
          margin: 0px; }
        .menu-header .right ul li a {
          font-size: 18px;
          line-height: 1;
          font-weight: 700;
          text-transform: uppercase;
          transition: ease .3s;
          color: #fe7902; }
        .menu-header .right ul li a:hover {
          color: #0477bc; }

.menu-content {
  width: 100%;
  height: calc(100vh - 70px);
  background: transparent;
  display: flex;
  position: absolute;
  top: calc(-100vh);
  transition: ease .5s;
  z-index: -1; }
  @media only screen and (max-width: 1150px) {
    .menu-content {
      flex-direction: column;
      overflow-y: scroll; } }
  .menu-content a {
    text-decoration: none !important; }
  .menu-content.active {
    top: 70px;
    transition-delay: 0s; }
  .menu-content > .left {
    width: 50%;
    height: 100%;
    background: white;
    transition: ease .6s;
    transition-delay: 0s;
    display: flex;
    flex-direction: column;
    border: solid 5px #fe7902; }
    @media only screen and (max-width: 1150px) {
      .menu-content > .left {
        width: 100%; } }
    .menu-content > .left .skills {
      display: flex;
      justify-content: flex-end;
      padding: 0px 20px;
      position: relative; }
      .menu-content > .left .skills a {
        position: absolute;
        top: -160px; }
        @media only screen and (max-width: 800px) {
          .menu-content > .left .skills a {
            position: relative;
            top: 0px; } }
    .menu-content > .left .top {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 30px 30px 0px 30px; }
      .menu-content > .left .top ul li a {
        font-size: 42px;
        font-weight: 700;
        transition: ease .3s;
        text-transform: uppercase; }
        @media only screen and (max-width: 800px) {
          .menu-content > .left .top ul li a {
            font-size: 26px; } }
      .menu-content > .left .top ul li.uk-active {
        position: relative; }
        .menu-content > .left .top ul li.uk-active:before {
          content: "";
          width: 20px;
          height: 20px;
          display: block;
          position: absolute;
          left: -30px;
          top: calc(50% - 10px);
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Ccircle fill='none' stroke='%230477bc' stroke-width='2' cx='10' cy='10' r='7'/%3E%3C/svg%3E"); }
        .menu-content > .left .top ul li.uk-active a {
          color: #0477bc; }
      .menu-content > .left .top ul li ul {
        padding: 0 0 0 30px; }
        .menu-content > .left .top ul li ul li a {
          font-size: 24px;
          font-weight: 700;
          text-transform: uppercase;
          color: #3c3c3c;
          transition: ease .3s; }
          @media only screen and (max-width: 800px) {
            .menu-content > .left .top ul li ul li a {
              font-size: 16px; } }
        .menu-content > .left .top ul li ul li:hover a {
          color: #fe7902; }
    .menu-content > .left .bottom {
      width: 100%;
      height: 300px;
      display: flex; }
      @media only screen and (max-width: 1700px) {
        .menu-content > .left .bottom {
          flex-direction: column; } }
      .menu-content > .left .bottom > div {
        position: relative;
        opacity: 1;
        z-index: 0;
        transition: ease .6s;
        display: flex;
        justify-content: center;
        align-items: center; }
        .menu-content > .left .bottom > div a {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 4px;
          padding: 30px 60px;
          color: white;
          background: #fe7902;
          transition: ease .3s;
          font-size: 32px;
          font-weight: 700;
          text-transform: uppercase; }
          @media only screen and (max-width: 800px) {
            .menu-content > .left .bottom > div a {
              font-size: 22px; } }
          .menu-content > .left .bottom > div a:hover {
            background: #0477bc; }
      .menu-content > .left .bottom .left {
        width: 100%;
        height: 100%;
        transition-delay: 1.2s;
        padding: 30px 15px 30px 30px; }
        @media only screen and (max-width: 1700px) {
          .menu-content > .left .bottom .left {
            padding: 30px 30px 0px 30px; } }
      .menu-content > .left .bottom .right {
        width: 100%;
        height: 100%;
        transition-delay: 1.2s;
        padding: 30px 30px 30px 30px; }
  .menu-content > .right {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: ease .6s;
    transition-delay: 0s;
    border-right: solid 5px #fe7902;
    border-top: solid 5px #fe7902;
    border-bottom: solid 5px #fe7902; }
    @media only screen and (max-width: 1150px) {
      .menu-content > .right {
        width: 100%; } }
    .menu-content > .right .content {
      background: #fe7902;
      width: 100%;
      height: 100%;
      opacity: 1;
      transition: ease .6s;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 60px 30px; }
      .menu-content > .right .content .top {
        width: 100%;
        height: 100%;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .menu-content > .right .content .top h2 {
          margin-bottom: 60px;
          color: white; }
          @media only screen and (max-width: 800px) {
            .menu-content > .right .content .top h2 {
              font-size: 42px; } }
        .menu-content > .right .content .top ul {
          list-style: none;
          padding: 0px;
          margin: 0px;
          width: 100%;
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          grid-gap: 30px;
          max-width: 600px; }
          @media only screen and (max-width: 800px) {
            .menu-content > .right .content .top ul {
              grid-gap: 15px; } }
          .menu-content > .right .content .top ul li {
            text-align: center; }
            .menu-content > .right .content .top ul li a {
              font-size: 32px;
              line-height: 1;
              font-weight: 700;
              text-transform: uppercase;
              transition: ease .3s;
              color: white; }
              @media only screen and (max-width: 800px) {
                .menu-content > .right .content .top ul li a {
                  font-size: 24px; } }
              @media only screen and (max-width: 500px) {
                .menu-content > .right .content .top ul li a {
                  font-size: 16px; } }
            .menu-content > .right .content .top ul li a:hover, .menu-content > .right .content .top ul li a.hover {
              color: #0477bc; }
      .menu-content > .right .content .bottom {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .menu-content > .right .content .bottom .karte {
          transition: ease .3s;
          fill: white; }
          .menu-content > .right .content .bottom .karte:hover {
            fill: #0477bc; }
        .menu-content > .right .content .bottom svg a.hover .karte {
          fill: #0477bc; }

body * {
  box-sizing: border-box !important; }

.ui-widget-header {
  background: #fe7902 !important;
  border: 1px solid #fe7902 !important; }

.setEmployeePublic {
  background-image: url();
  background-position: center;
  background-size: 30px;
  background-repeat: no-repeat;
  cursor: pointer; }
  .setEmployeePublic.loading {
    background-image: url("http://sfb.local/wp-content/uploads/2021/12/Rolling-1s-200px-1.gif");
    background-color: #303031;
    color: transparent;
    border-color: transparent; }
    .setEmployeePublic.loading span {
      display: none; }

.page-id-289 .tm-page > p,
.page-id-289 .tm-page .wppb-success {
  display: none; }

.ui-datepicker-month,
.ui-datepicker-year {
  color: white !important; }

.jobList {
  display: flex;
  flex-direction: column; }

.jobListItem {
  display: flex;
  border: 4px solid white;
  margin-bottom: 30px;
  transition: ease .3s; }
  .jobListItem:hover {
    border: 4px solid #fe7902 !important;
    text-decoration: none !important; }
    .jobListItem:hover .date {
      border-right: 3px solid #fe7902 !important; }
      .jobListItem:hover .date .top {
        background: #fe7902 !important;
        color: white !important; }
      .jobListItem:hover .date .bottom {
        color: #fe7902 !important; }
    .jobListItem:hover .availableSpace .top, .jobListItem:hover .availableSpace .bottom {
      border-left: 3px solid #fe7902 !important;
      border-right: 3px solid #fe7902 !important; }
    .jobListItem:hover .availableSpace .top {
      background: #fe7902 !important;
      color: white !important; }
      .jobListItem:hover .availableSpace .top:after {
        background: white !important; }
    .jobListItem:hover .availableSpace .bottom {
      background: #fe7902 !important;
      color: white !important; }
    .jobListItem:hover .city {
      border-left: 3px solid #fe7902 !important; }
  .jobListItem .date {
    display: flex;
    flex-direction: column;
    border-right: 3px solid white;
    transition: ease .3s; }
    .jobListItem .date .top, .jobListItem .date .bottom {
      font-weight: 600;
      text-align: center;
      padding: 10px 20px;
      height: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: ease .3s; }
    .jobListItem .date .top {
      background: white;
      color: black; }
    .jobListItem .date .bottom {
      color: black;
      text-transform: uppercase; }
  .jobListItem .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    justify-content: center;
    padding: 10px 20px;
    width: 100%; }
    .jobListItem .title h3 {
      margin: 0px; }
    .jobListItem .title span {
      color: #fe7902; }
    .jobListItem .title .provider {
      color: black; }
  .jobListItem .sfbMark {
    font-size: 32px;
    font-weight: bold;
    transform: rotate(-90deg) translateX(-50%);
    height: 18px;
    position: relative;
    top: 10px;
    right: 5px; }
  .jobListItem .availableSpace .top, .jobListItem .availableSpace .bottom {
    font-weight: 600;
    text-align: center;
    height: 50%;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 3px solid white;
    border-right: 3px solid white;
    transition: ease .3s; }
  .jobListItem .availableSpace .top {
    background: white;
    color: black;
    position: relative; }
    .jobListItem .availableSpace .top:after {
      content: "";
      background: black;
      width: 80%;
      height: 3px;
      position: absolute;
      bottom: 0px;
      left: 10%;
      transition: ease .3s; }
  .jobListItem .availableSpace .bottom {
    background: white;
    color: black; }
  .jobListItem .city {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-left: 3px solid white;
    padding-left: 0px;
    width: 153px;
    transition: ease .3s;
    flex-shrink: 0; }
    .jobListItem .city h4 {
      margin: 0px; }
  .jobListItem.sfb .city {
    border-left: 3px none;
    padding-left: 0px;
    width: 150px; }
  .jobListItem.dark {
    border: 4px solid #f8f8f8; }
    .jobListItem.dark .availableSpace .top, .jobListItem.dark .availableSpace .bottom {
      border-left: 3px solid #f8f8f8;
      border-right: 3px solid #f8f8f8; }
    .jobListItem.dark .availableSpace .top {
      background: #f8f8f8; }
    .jobListItem.dark .availableSpace .bottom {
      background: #f8f8f8; }
    .jobListItem.dark .city {
      border-left: 3px solid #f8f8f8; }

.registrationForms .registrationFormSwicther {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  list-style: none;
  padding: 0; }
  .registrationForms .registrationFormSwicther li.uk-active a h3 {
    background: #0477bc; }
  .registrationForms .registrationFormSwicther li {
    width: 50%;
    margin-right: 30px; }
    .registrationForms .registrationFormSwicther li:last-of-type {
      margin-right: 0px; }
    .registrationForms .registrationFormSwicther li a h3 {
      margin: 0px;
      padding: 30px 60px;
      color: white;
      background: #fe7902;
      width: 100%;
      margin-right: 0px;
      text-align: center;
      border-radius: 4px;
      transition: ease .3s;
      cursor: pointer; }
      .registrationForms .registrationFormSwicther li a h3:hover {
        background: #0477bc; }

.registrationForm form {
  width: 100%;
  border-left: 5px solid #0477bc;
  padding-left: 25px; }
  .registrationForm form #wppb-form-element-19 {
    display: flex;
    align-items: center; }
    .registrationForm form #wppb-form-element-19 label {
      width: max-content;
      margin-right: 15px; }
  .registrationForm form .login-submit {
    padding-bottom: 0px !important; }
  .registrationForm form #upload_resume_button {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 26px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    transition: .1s ease-in-out;
    transition-property: color,background-color,background-position,background-size,border-color,box-shadow;
    font-weight: 400;
    border-radius: 4px;
    background-origin: border-box;
    background-color: #303031;
    color: #fff;
    border: 2px solid transparent !important;
    padding: 0 3px;
    line-height: 26px;
    font-size: 14px; }
    .registrationForm form #upload_resume_button:hover {
      background-color: #fe7902;
      color: #fff;
      border-color: transparent; }
  .registrationForm form input[type=text], .registrationForm form input[type=date], .registrationForm form input[type=password], .registrationForm form input[type=email] {
    width: 100%;
    outline: none !important;
    border: solid #0477bc 2px;
    border-radius: 4px;
    height: 35px;
    padding: 0 10px; }
  .registrationForm form select {
    width: 100%;
    outline: none !important;
    border: solid #0477bc 2px;
    border-radius: 4px;
    padding: 0 10px;
    height: 35px; }
  .registrationForm form textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    outline: none !important;
    border: solid #0477bc 2px;
    border-radius: 4px;
    padding: 10px 10px;
    height: 80px;
    min-height: 80px;
    transition: none !important; }
  .registrationForm form input[type=text], .registrationForm form input[type=date], .registrationForm form input[type=password], .registrationForm form input[type=email], .registrationForm form select, .registrationForm form textarea {
    transition: ease 0.2s; }
    .registrationForm form input[type=text]::placeholder, .registrationForm form input[type=date]::placeholder, .registrationForm form input[type=password]::placeholder, .registrationForm form input[type=email]::placeholder, .registrationForm form select::placeholder, .registrationForm form textarea::placeholder {
      font-family: alwyn-new-web;
      font-size: 14px;
      font-weight: 400;
      color: black;
      opacity: 0.5; }
  .registrationForm form input[type="submit"] {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 26px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    transition: .1s ease-in-out;
    transition-property: color,background-color,background-position,background-size,border-color,box-shadow;
    font-weight: 400;
    border-radius: 4px;
    background-origin: border-box;
    background-color: #fe7902;
    cursor: pointer;
    color: #fff;
    border: 2px solid transparent !important; }
    .registrationForm form input[type="submit"]:hover {
      background-color: #303031;
      color: #fff;
      border-color: transparent; }
  .registrationForm form .wppb-radios {
    margin-top: 15px; }
    .registrationForm form .wppb-radios label {
      margin-top: 2px; }
  @supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .registrationForm form input[type='checkbox'],
    .registrationForm form input[type='radio'] {
      --active: #0477bc;
      --active-inner: #fff;
      --focus: 2px rgba(39, 94, 254, .3);
      --border: #0477bc;
      --border-hover: #0477bc;
      --background: #fff;
      --disabled: #F6F8FF;
      --disabled-inner: #E1E6F9;
      -webkit-appearance: none;
      -moz-appearance: none;
      height: 24px;
      outline: none;
      display: inline-block;
      vertical-align: top;
      position: relative;
      margin: 0;
      cursor: pointer;
      border: 2px solid var(--bc, var(--border));
      background: var(--b, var(--background));
      transition: background .3s, border-color .3s, box-shadow .2s; }
      .registrationForm form input[type='checkbox']:after,
      .registrationForm form input[type='radio']:after {
        content: '';
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s); }
      .registrationForm form input[type='checkbox']:checked,
      .registrationForm form input[type='radio']:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2); }
      .registrationForm form input[type='checkbox']:disabled,
      .registrationForm form input[type='radio']:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: .9; }
        .registrationForm form input[type='checkbox']:disabled:checked,
        .registrationForm form input[type='radio']:disabled:checked {
          --b: var(--disabled-inner);
          --bc: var(--border); }
        .registrationForm form input[type='checkbox']:disabled + label,
        .registrationForm form input[type='radio']:disabled + label {
          cursor: not-allowed; }
      .registrationForm form input[type='checkbox']:hover:not(:checked):not(:disabled),
      .registrationForm form input[type='radio']:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover); }
      .registrationForm form input[type='checkbox']:not(.switch),
      .registrationForm form input[type='radio']:not(.switch) {
        width: 24px; }
        .registrationForm form input[type='checkbox']:not(.switch):after,
        .registrationForm form input[type='radio']:not(.switch):after {
          opacity: var(--o, 0); }
        .registrationForm form input[type='checkbox']:not(.switch):checked,
        .registrationForm form input[type='radio']:not(.switch):checked {
          --o: 1; }
      .registrationForm form input[type='checkbox'] + label,
      .registrationForm form input[type='radio'] + label {
        font-size: 14px;
        line-height: 21px;
        display: inline-block;
        vertical-align: top;
        cursor: pointer;
        margin-left: 4px; }
    .registrationForm form input[type='checkbox']:not(.switch) {
      border-radius: 4px; }
      .registrationForm form input[type='checkbox']:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 3px;
        transform: rotate(var(--r, 20deg)); }
      .registrationForm form input[type='checkbox']:not(.switch):checked {
        --r: 43deg; }
    .registrationForm form input[type='checkbox'].switch {
      width: 38px;
      border-radius: 11px; }
      .registrationForm form input[type='checkbox'].switch:after {
        left: 2px;
        top: 2px;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        background: var(--ab, var(--border));
        transform: translateX(var(--x, 0)); }
      .registrationForm form input[type='checkbox'].switch:checked {
        --ab: var(--active-inner);
        --x: 17px; }
      .registrationForm form input[type='checkbox'].switch:disabled:not(:checked):after {
        opacity: .6; }
    .registrationForm form input[type='radio'] {
      border-radius: 50%; }
      .registrationForm form input[type='radio']:after {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: var(--active-inner);
        opacity: 0;
        transform: scale(var(--s, 0.7)); }
      .registrationForm form input[type='radio']:checked {
        --s: .5; } }

.courseFilters .courseFilterMain {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  .courseFilters .courseFilterMain h3 {
    margin: 0px;
    padding: 30px 60px;
    color: white;
    background: #fe7902;
    width: 100%;
    margin-right: 30px;
    text-align: center;
    border-radius: 4px;
    transition: ease .3s;
    cursor: pointer; }
    .courseFilters .courseFilterMain h3:last-of-type {
      margin-right: 0px; }
    .courseFilters .courseFilterMain h3:hover {
      background: #0477bc; }
    .courseFilters .courseFilterMain h3.active {
      background: #0477bc; }
.courseFilters .courseFilterSecondary {
  display: flex; }
  .courseFilters .courseFilterSecondary input[type=text], .courseFilters .courseFilterSecondary input[type=date] {
    width: 100%;
    outline: none !important;
    border: solid #fe7902 2px;
    border-radius: 4px;
    height: 35px;
    padding: 0 10px; }
  .courseFilters .courseFilterSecondary select {
    width: 100%;
    outline: none !important;
    border: solid #fe7902 2px;
    border-radius: 4px;
    padding: 0 10px;
    height: 35px; }
  .courseFilters .courseFilterSecondary textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    outline: none !important;
    border: solid #fe7902 2px;
    border-radius: 4px;
    padding: 10px 10px;
    height: 80px;
    min-height: 80px;
    transition: none !important; }
  .courseFilters .courseFilterSecondary input[type=text], .courseFilters .courseFilterSecondary input[type=date], .courseFilters .courseFilterSecondary select, .courseFilters .courseFilterSecondary textarea {
    transition: ease 0.2s;
    margin-right: 15px; }
    .courseFilters .courseFilterSecondary input[type=text].wpcf7-not-valid, .courseFilters .courseFilterSecondary input[type=date].wpcf7-not-valid, .courseFilters .courseFilterSecondary select.wpcf7-not-valid, .courseFilters .courseFilterSecondary textarea.wpcf7-not-valid {
      border: solid #CF3339 2px; }
    .courseFilters .courseFilterSecondary input[type=text]:last-child, .courseFilters .courseFilterSecondary input[type=date]:last-child, .courseFilters .courseFilterSecondary select:last-child, .courseFilters .courseFilterSecondary textarea:last-child {
      margin: 0 0 0 0 !important; }
  .courseFilters .courseFilterSecondary.wide input[type=text], .courseFilters .courseFilterSecondary.wide input[type=date], .courseFilters .courseFilterSecondary.wide select, .courseFilters .courseFilterSecondary.wide textarea {
    margin-right: 30px; }
  .courseFilters .courseFilterSecondary .additionalCourseSearch {
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: none; }
    .courseFilters .courseFilterSecondary .additionalCourseSearch:hover {
      background: #0477bc;
      color: white; }
.courseFilters .courseFilterCategory ul {
  margin: 15px 0 30px 0;
  padding: 0px;
  display: flex;
  flex-wrap: wrap; }
  .courseFilters .courseFilterCategory ul li {
    list-style: none;
    margin: 15px 15px 0 0;
    padding: 10px 30px;
    background: #fe7902;
    flex-shrink: 0;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    transition: ease .3s; }
    .courseFilters .courseFilterCategory ul li:hover {
      background: #0477bc; }
    .courseFilters .courseFilterCategory ul li.active {
      background: #0477bc; }

.courseList.loading {
  background: url("../assets/loading.gif") center top no-repeat;
  background-size: 100px 100px;
  width: 100px;
  height: 100px; }

.courseListItem {
  display: flex;
  border: 4px solid #f8f8f8;
  margin-bottom: 30px;
  transition: ease .3s; }
  .courseListItem:hover {
    text-decoration: none !important; }
  .courseListItem:hover {
    border: 4px solid #fe7902; }
    .courseListItem:hover .date {
      border-right: 3px solid #fe7902; }
      .courseListItem:hover .date .top {
        background: #fe7902;
        color: white; }
      .courseListItem:hover .date .bottom {
        color: #fe7902; }
    .courseListItem:hover .availableSpace .top, .courseListItem:hover .availableSpace .bottom {
      border-left: 3px solid #fe7902;
      border-right: 3px solid #fe7902; }
    .courseListItem:hover .availableSpace .top {
      background: #fe7902;
      color: white; }
      .courseListItem:hover .availableSpace .top:after {
        background: white; }
    .courseListItem:hover .availableSpace .bottom {
      background: #fe7902;
      color: white; }
    .courseListItem:hover .city {
      border-left: 3px solid #fe7902; }
  .courseListItem .date {
    display: flex;
    flex-direction: column;
    border-right: 3px solid #f8f8f8;
    transition: ease .3s; }
    .courseListItem .date .top, .courseListItem .date .bottom {
      font-weight: 600;
      text-align: center;
      padding: 10px 20px;
      height: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: ease .3s; }
    .courseListItem .date .top {
      background: #f8f8f8;
      color: black; }
    .courseListItem .date .bottom {
      color: black;
      text-transform: uppercase; }
  .courseListItem .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    justify-content: center;
    padding: 10px 20px;
    width: 100%; }
    .courseListItem .title h3 {
      margin: 0px; }
    .courseListItem .title span {
      color: #fe7902; }
    .courseListItem .title .provider {
      color: grey; }
  .courseListItem .sfbMark {
    font-size: 32px;
    font-weight: bold;
    transform: rotate(-90deg) translateX(-50%);
    height: 18px;
    position: relative;
    top: 10px;
    right: 5px; }
  .courseListItem .availableSpace .top, .courseListItem .availableSpace .bottom {
    font-weight: 600;
    text-align: center;
    height: 50%;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 3px solid #f8f8f8;
    border-right: 3px solid #f8f8f8;
    transition: ease .3s; }
  .courseListItem .availableSpace .top {
    background: #f8f8f8;
    color: black;
    position: relative; }
    .courseListItem .availableSpace .top:after {
      content: "";
      background: black;
      width: 80%;
      height: 3px;
      position: absolute;
      bottom: 0px;
      left: 10%;
      transition: ease .3s; }
  .courseListItem .availableSpace .bottom {
    background: #f8f8f8;
    color: black; }
  .courseListItem .city {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-left: 3px solid #f8f8f8;
    padding-left: 0px;
    width: 153px;
    transition: ease .3s;
    flex-shrink: 0; }
    .courseListItem .city h4 {
      margin: 0px; }
  .courseListItem.sfb .city {
    border-left: 3px none;
    padding-left: 0px;
    width: 150px; }

.seminar-main-form-trigger {
  padding: 15px 24px;
  background: white;
  cursor: pointer;
  margin-bottom: 30px;
  border: 5px solid #fe7902;
  transition: ease .2s;
  position: relative; }
  .seminar-main-form-trigger h2 {
    margin: 0px;
    transition: ease .2s;
    color: #fe7902; }
  .seminar-main-form-trigger svg {
    position: absolute;
    right: 24px;
    top: calc(50% - 10px);
    height: 20px;
    width: 20px;
    transition: ease .2s;
    transform: rotate(-90deg); }
    .seminar-main-form-trigger svg * {
      fill: #fe7902; }
  .seminar-main-form-trigger.active {
    border: 5px solid #0477bc; }
    .seminar-main-form-trigger.active h2 {
      color: #0477bc; }
    .seminar-main-form-trigger.active svg {
      transform: rotate(0deg); }
      .seminar-main-form-trigger.active svg * {
        fill: #0477bc; }

.form {
  overflow: hidden;
  width: 100%;
  max-height: 0px;
  padding: 0px;
  margin: 0px;
  transition: ease .5s;
  transition-delay: 0.4s; }
  .form form {
    transition: opacity ease .5s;
    opacity: 0; }
  .form.active {
    transition-delay: 0s;
    margin-bottom: 15px; }
    .form.active.main {
      max-height: 9000px; }
    .form.active.secondary {
      max-height: 5000px; }
    .form.active form {
      opacity: 1;
      transition: opacity ease .5s .4s; }

.wpcf7 {
  position: relative; }
  .wpcf7 .wpcf7-response-output {
    margin: 0px !important;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: calc(100% - 165px);
    line-height: 31px;
    font-size: 18px;
    padding: 0 25px;
    font-family: alwyn-new-web; }
  .wpcf7 form.invalid .wpcf7-response-output {
    border-color: #CF3339;
    border-radius: 4px;
    text-align: center;
    background: #CF3339;
    color: white; }
  .wpcf7 form.sent .wpcf7-response-output {
    border-color: #208a3a;
    border-radius: 4px;
    text-align: center;
    background: #208a3a;
    color: white; }
  .wpcf7 .ajax-loader {
    position: relative;
    top: 8px; }

.shn-form {
  width: 100%;
  border-left: 5px solid #0477bc;
  padding-left: 25px; }
  .shn-form > p {
    margin: 0 0 15px 0 !important; }
    .shn-form > p:last-of-type {
      margin: 15px 0 15px 0 !important; }
  .shn-form .coursePrice {
    font-size: 22px;
    font-weight: bold;
    color: #fe7902;
    margin: 0px; }
    .shn-form .coursePrice span {
      font-weight: bold;
      color: black;
      font-size: 24px; }
    .shn-form .coursePrice span:last-of-type {
      font-size: 24px; }
  .shn-form > p:last-of-type {
    display: flex;
    margin-bottom: 0px;
    margin-top: 30px; }
  .shn-form > p {
    max-width: 600px; }
  .shn-form > h1 {
    position: relative;
    bottom: 13px;
    margin-bottom: 0px; }
    @media only screen and (max-width: 600px) {
      .shn-form > h1 {
        font-size: 38px; } }
  .shn-form input[type=submit] {
    border-radius: 4px !important;
    border: 1px solid #555; }
  .shn-form .form-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px; }
    @media only screen and (max-width: 600px) {
      .shn-form .form-row {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start; }
        .shn-form .form-row .left, .shn-form .form-row .right {
          margin: 0px !important; }
        .shn-form .form-row .left {
          margin-bottom: 15px !important; } }
    .shn-form .form-row:last-of-type {
      margin-bottom: 0px; }
    .shn-form .form-row.radio * {
      width: auto; }
    .shn-form .form-row.radio .wpcf7-form-control.wpcf7-radio {
      display: flex; }
      .shn-form .form-row.radio .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
        margin-right: 15px;
        margin-bottom: 0px; }
      .shn-form .form-row.radio .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
        display: flex;
        flex-direction: row-reverse; }
        .shn-form .form-row.radio .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
          width: max-content; }
        .shn-form .form-row.radio .wpcf7-form-control.wpcf7-radio .wpcf7-list-item label input {
          margin-right: 15px;
          flex-shrink: 0; }
    .shn-form .form-row.checkbox .wpcf7-list-item {
      margin-bottom: 10px; }
      .shn-form .form-row.checkbox .wpcf7-list-item .wpcf7-list-item-label {
        cursor: pointer; }
      @supports (-webkit-appearance: none) or (-moz-appearance: none) {
        .shn-form .form-row.checkbox .wpcf7-list-item input[type='checkbox'],
        .shn-form .form-row.checkbox .wpcf7-list-item input[type='radio'] {
          --active: #0477bc;
          --active-inner: #fff;
          --focus: 2px rgba(39, 94, 254, .3);
          --border: #0477bc;
          --border-hover: #0477bc;
          --background: #fff;
          --disabled: #F6F8FF;
          --disabled-inner: #E1E6F9;
          -webkit-appearance: none;
          -moz-appearance: none;
          height: 24px;
          outline: none;
          display: inline-block;
          vertical-align: top;
          position: relative;
          margin: 0;
          cursor: pointer;
          border: 2px solid var(--bc, var(--border));
          background: var(--b, var(--background));
          transition: background .3s, border-color .3s, box-shadow .2s; }
          .shn-form .form-row.checkbox .wpcf7-list-item input[type='checkbox']:after,
          .shn-form .form-row.checkbox .wpcf7-list-item input[type='radio']:after {
            content: '';
            display: block;
            left: 0;
            top: 0;
            position: absolute;
            transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s); }
          .shn-form .form-row.checkbox .wpcf7-list-item input[type='checkbox']:checked,
          .shn-form .form-row.checkbox .wpcf7-list-item input[type='radio']:checked {
            --b: var(--active);
            --bc: var(--active);
            --d-o: .3s;
            --d-t: .6s;
            --d-t-e: cubic-bezier(.2, .85, .32, 1.2); }
          .shn-form .form-row.checkbox .wpcf7-list-item input[type='checkbox']:disabled,
          .shn-form .form-row.checkbox .wpcf7-list-item input[type='radio']:disabled {
            --b: var(--disabled);
            cursor: not-allowed;
            opacity: .9; }
            .shn-form .form-row.checkbox .wpcf7-list-item input[type='checkbox']:disabled:checked,
            .shn-form .form-row.checkbox .wpcf7-list-item input[type='radio']:disabled:checked {
              --b: var(--disabled-inner);
              --bc: var(--border); }
            .shn-form .form-row.checkbox .wpcf7-list-item input[type='checkbox']:disabled + label,
            .shn-form .form-row.checkbox .wpcf7-list-item input[type='radio']:disabled + label {
              cursor: not-allowed; }
          .shn-form .form-row.checkbox .wpcf7-list-item input[type='checkbox']:hover:not(:checked):not(:disabled),
          .shn-form .form-row.checkbox .wpcf7-list-item input[type='radio']:hover:not(:checked):not(:disabled) {
            --bc: var(--border-hover); }
          .shn-form .form-row.checkbox .wpcf7-list-item input[type='checkbox']:not(.switch),
          .shn-form .form-row.checkbox .wpcf7-list-item input[type='radio']:not(.switch) {
            width: 24px; }
            .shn-form .form-row.checkbox .wpcf7-list-item input[type='checkbox']:not(.switch):after,
            .shn-form .form-row.checkbox .wpcf7-list-item input[type='radio']:not(.switch):after {
              opacity: var(--o, 0); }
            .shn-form .form-row.checkbox .wpcf7-list-item input[type='checkbox']:not(.switch):checked,
            .shn-form .form-row.checkbox .wpcf7-list-item input[type='radio']:not(.switch):checked {
              --o: 1; }
          .shn-form .form-row.checkbox .wpcf7-list-item input[type='checkbox'] + label,
          .shn-form .form-row.checkbox .wpcf7-list-item input[type='radio'] + label {
            font-size: 14px;
            line-height: 21px;
            display: inline-block;
            vertical-align: top;
            cursor: pointer;
            margin-left: 4px; }
        .shn-form .form-row.checkbox .wpcf7-list-item input[type='checkbox']:not(.switch) {
          border-radius: 4px; }
          .shn-form .form-row.checkbox .wpcf7-list-item input[type='checkbox']:not(.switch):after {
            width: 5px;
            height: 9px;
            border: 2px solid var(--active-inner);
            border-top: 0;
            border-left: 0;
            left: 7px;
            top: 3px;
            transform: rotate(var(--r, 20deg)); }
          .shn-form .form-row.checkbox .wpcf7-list-item input[type='checkbox']:not(.switch):checked {
            --r: 43deg; }
        .shn-form .form-row.checkbox .wpcf7-list-item input[type='checkbox'].switch {
          width: 38px;
          border-radius: 11px; }
          .shn-form .form-row.checkbox .wpcf7-list-item input[type='checkbox'].switch:after {
            left: 2px;
            top: 2px;
            border-radius: 50%;
            width: 15px;
            height: 15px;
            background: var(--ab, var(--border));
            transform: translateX(var(--x, 0)); }
          .shn-form .form-row.checkbox .wpcf7-list-item input[type='checkbox'].switch:checked {
            --ab: var(--active-inner);
            --x: 17px; }
          .shn-form .form-row.checkbox .wpcf7-list-item input[type='checkbox'].switch:disabled:not(:checked):after {
            opacity: .6; }
        .shn-form .form-row.checkbox .wpcf7-list-item input[type='radio'] {
          border-radius: 50%; }
          .shn-form .form-row.checkbox .wpcf7-list-item input[type='radio']:after {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: var(--active-inner);
            opacity: 0;
            transform: scale(var(--s, 0.7)); }
          .shn-form .form-row.checkbox .wpcf7-list-item input[type='radio']:checked {
            --s: .5; } }
    .shn-form .form-row .wpcf7-field-groups .wpcf7-field-group:first-of-type .column:first-of-type {
      width: calc(100% - 40px); }
    .shn-form .form-row .wpcf7-field-group {
      position: relative;
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-top: 15px; }
      @media only screen and (max-width: 600px) {
        .shn-form .form-row .wpcf7-field-group {
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start; }
          .shn-form .form-row .wpcf7-field-group .column:first-of-type {
            width: calc(100% - 90px); }
          .shn-form .form-row .wpcf7-field-group > p:last-of-type {
            right: 90px !important; } }
      .shn-form .form-row .wpcf7-field-group:first-of-type {
        margin-top: 0px; }
        .shn-form .form-row .wpcf7-field-group:first-of-type h6 {
          display: block !important; }
        .shn-form .form-row .wpcf7-field-group:first-of-type > p:last-of-type {
          top: 25px; }
          @media only screen and (max-width: 600px) {
            .shn-form .form-row .wpcf7-field-group:first-of-type > p:last-of-type {
              right: 45px !important; } }
      .shn-form .form-row .wpcf7-field-group .column {
        margin-right: 15px; }
        .shn-form .form-row .wpcf7-field-group .column h6 {
          font-size: 14px;
          display: none; }
        .shn-form .form-row .wpcf7-field-group .column:last-of-type {
          margin-right: 0px; }
        .shn-form .form-row .wpcf7-field-group .column h6, .shn-form .form-row .wpcf7-field-group .column p {
          margin: 0 0 10px 0; }
      .shn-form .form-row .wpcf7-field-group > p:last-of-type {
        display: flex;
        flex-direction: row-reverse;
        position: absolute;
        right: 0px;
        top: 2px;
        margin: 0px;
        transform: translateX(calc(100% + 15px)); }
        .shn-form .form-row .wpcf7-field-group > p:last-of-type button {
          background: transparent;
          outline: none !important;
          border: 2px solid #0477bc;
          border-radius: 50%;
          width: 30px;
          height: 30px;
          display: block;
          margin-right: 15px;
          cursor: pointer;
          font-weight: 400;
          font-size: 20px;
          color: #0477bc;
          transition: ease .2s; }
          .shn-form .form-row .wpcf7-field-group > p:last-of-type button:hover {
            color: white;
            background: #0477bc; }
          .shn-form .form-row .wpcf7-field-group > p:last-of-type button.wpcf7-field-group-remove {
            padding: 0 0 2px 0; }
    .shn-form .form-row .left {
      margin-right: 7px; }
    .shn-form .form-row .right {
      margin-left: 7px; }
    .shn-form .form-row div {
      width: 100%; }
    .shn-form .form-row .wpcf7-not-valid-tip {
      display: none !important; }
    .shn-form .form-row span {
      width: 100%;
      margin: 0px; }
      .shn-form .form-row span input[type=text], .shn-form .form-row span input[type=date] {
        width: 100%;
        outline: none !important;
        border: solid #0477bc 2px;
        border-radius: 4px;
        height: 35px;
        padding: 0 10px; }
      .shn-form .form-row span select {
        width: 100%;
        outline: none !important;
        border: solid #0477bc 2px;
        border-radius: 4px;
        padding: 0 10px;
        height: 35px; }
      .shn-form .form-row span textarea {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        outline: none !important;
        border: solid #0477bc 2px;
        border-radius: 4px;
        padding: 10px 10px;
        height: 80px;
        min-height: 80px;
        transition: none !important; }
      .shn-form .form-row span input[type=text], .shn-form .form-row span input[type=date], .shn-form .form-row span select, .shn-form .form-row span textarea {
        transition: ease 0.2s;
        font-family: alwyn-new-web !important; }
        .shn-form .form-row span input[type=text].wpcf7-not-valid, .shn-form .form-row span input[type=date].wpcf7-not-valid, .shn-form .form-row span select.wpcf7-not-valid, .shn-form .form-row span textarea.wpcf7-not-valid {
          border: solid #CF3339 2px; }
        .shn-form .form-row span input[type=text]::placeholder, .shn-form .form-row span input[type=date]::placeholder, .shn-form .form-row span select::placeholder, .shn-form .form-row span textarea::placeholder {
          font-family: alwyn-new-web !important; }

.jobFilters input::placeholder,
.jobFilters select {
  font-family: alwyn-new-web !important; }

.courseFilters input::placeholder,
.courseFilters select {
  font-family: alwyn-new-web !important; }

.jobList {
  margin-top: 30px; }

.jobList.loading {
  background: url("../assets/loading.gif") center top no-repeat;
  background-size: 100px 100px;
  width: 100px;
  height: 100px; }

.jobListItem {
  border: 4px solid #f8f8f8; }
  .jobListItem .city {
    border-left: 4px solid #f8f8f8; }

.jobFilterSecondaryMain {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  .jobFilterSecondaryMain h4 {
    margin: 0px;
    padding: 10px 30px;
    color: white;
    background: #fe7902;
    width: 100%;
    margin-right: 30px;
    text-align: center;
    border-radius: 4px;
    transition: ease .3s;
    cursor: pointer; }
    .jobFilterSecondaryMain h4:last-of-type {
      margin-right: 0px; }
    .jobFilterSecondaryMain h4:hover {
      background: #0477bc; }
    .jobFilterSecondaryMain h4.active {
      background: #0477bc; }

.jobFilters .jobFilterMain {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  .jobFilters .jobFilterMain h3 {
    margin: 0px;
    padding: 30px 60px;
    color: white;
    background: #fe7902;
    width: 100%;
    margin-right: 30px;
    text-align: center;
    border-radius: 4px;
    transition: ease .3s;
    cursor: pointer; }
    .jobFilters .jobFilterMain h3:last-of-type {
      margin-right: 0px; }
    .jobFilters .jobFilterMain h3:hover {
      background: #0477bc; }
    .jobFilters .jobFilterMain h3.active {
      background: #0477bc; }
.jobFilters .jobFilterSecondary {
  display: flex; }
  .jobFilters .jobFilterSecondary input[type=text], .jobFilters .jobFilterSecondary input[type=date] {
    width: 100%;
    outline: none !important;
    border: solid #fe7902 2px;
    border-radius: 4px;
    height: 35px;
    padding: 0 10px; }
  .jobFilters .jobFilterSecondary select {
    width: 100%;
    outline: none !important;
    border: solid #fe7902 2px;
    border-radius: 4px;
    padding: 0 10px;
    height: 35px; }
  .jobFilters .jobFilterSecondary textarea {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    outline: none !important;
    border: solid #fe7902 2px;
    border-radius: 4px;
    padding: 10px 10px;
    height: 80px;
    min-height: 80px;
    transition: none !important; }
  .jobFilters .jobFilterSecondary input[type=text], .jobFilters .jobFilterSecondary input[type=date], .jobFilters .jobFilterSecondary select, .jobFilters .jobFilterSecondary textarea {
    transition: ease 0.2s;
    margin-right: 15px; }
    .jobFilters .jobFilterSecondary input[type=text].wpcf7-not-valid, .jobFilters .jobFilterSecondary input[type=date].wpcf7-not-valid, .jobFilters .jobFilterSecondary select.wpcf7-not-valid, .jobFilters .jobFilterSecondary textarea.wpcf7-not-valid {
      border: solid #CF3339 2px; }
    .jobFilters .jobFilterSecondary input[type=text]:last-child, .jobFilters .jobFilterSecondary input[type=date]:last-child, .jobFilters .jobFilterSecondary select:last-child, .jobFilters .jobFilterSecondary textarea:last-child {
      margin: 0 0 0 0 !important; }
  .jobFilters .jobFilterSecondary.wide input[type=text], .jobFilters .jobFilterSecondary.wide input[type=date], .jobFilters .jobFilterSecondary.wide select, .jobFilters .jobFilterSecondary.wide textarea {
    margin-right: 30px; }
  .jobFilters .jobFilterSecondary .additionalJobSearch {
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: none; }
    .jobFilters .jobFilterSecondary .additionalJobSearch:hover {
      background: #0477bc;
      color: white; }
.jobFilters .jobFilterCategory ul {
  margin: 15px 0 30px 0;
  padding: 0px;
  display: flex;
  flex-wrap: wrap; }
  .jobFilters .jobFilterCategory ul li {
    list-style: none;
    margin: 15px 15px 0 0;
    padding: 10px 30px;
    background: #fe7902;
    flex-shrink: 0;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    transition: ease .3s; }
    .jobFilters .jobFilterCategory ul li:hover {
      background: #0477bc; }
    .jobFilters .jobFilterCategory ul li.active {
      background: #0477bc; }

/*# sourceMappingURL=custom.css.map */
