@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Montserrat:wght@400;700&family=Roboto:wght@300;400;700&family=Open+Sans:wght@400;700&display=swap");
.btn, .form-control, .card {
  border-radius: 0 !important; }

.btn-primary {
  background-color: #8ece32;
  border-color: #8ece32;
  font-weight: bold; }
  .btn-primary:hover {
    background-color: #72a628;
    border-color: #8ece32; }

.btn-primary.disabled, .btn-primary.disable, .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #b7ce8a;
  border-color: #b7ce8a;
  font-weight: bold;
  cursor: default;
  outline: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:active, .btn-primary.disable:hover, .btn-primary.disable:active, .btn-primary:not(:disabled):not(.disabled):active:hover, .btn-primary:not(:disabled):not(.disabled):active:active {
    background-color: #b7ce8a;
    border-color: #b7ce8a; }

.btn-info {
  background-color: #01a9f4;
  border-color: #01a9f4;
  font-weight: bold; }
  .btn-info:hover {
    background-color: #0189c5;
    border-color: #01a9f4; }

.btn-outline-info {
  border-color: #01a9f4;
  color: #01a9f4;
  font-weight: bold; }
  .btn-outline-info:hover {
    background-color: #01a9f4;
    border-color: #01a9f4; }

.btn-blue {
  background-color: #40b4e5;
  border-color: #40b4e5;
  font-weight: bold; }
  .btn-blue:hover {
    background-color: #2a96c4;
    border-color: #2a96c4; }

.btn-light-gray {
  background-color: #d0c7c7;
  border-color: #d0c7c7;
  font-weight: bold; }
  .btn-light-gray:hover {
    background-color: #bbb3b3;
    border-color: #bbb3b3; }

.btn-light {
  background-color: #EFEFEF;
  border-color: #EFEFEF; }
  .btn-light:hover {
    background-color: #F9F9F9;
    border-color: #F9F9F9; }

.btn-boldblue {
  background-color: #249df5;
  border-color: #249df5; }
  .btn-boldblue:hover {
    background-color: #0e8ae3;
    border-color: #0e8ae3; }

.btn-xs {
  padding: 0 4px;
  font-size: 0.8rem;
  margin-top: -2px; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.25rem; }

.grecaptcha-badge {
  display: none !important; }

@media (max-width: 767px) {
  .steps-container {
    background-color: transparent !important;
    border: none !important; }
    .steps-container .steps {
      list-style: none;
      background-color: white !important;
      border: none !important;
      box-shadow: none !important; }
      .steps-container .steps .first {
        border-radius: 0 !important; } }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #222222; }

.btn-blue {
  background: #3babf7;
  color: white; }
  .btn-blue:hover {
    background: #359adf;
    color: white; }

.bg-green {
  background-color: #8ece32 !important;
  color: white !important; }
  .bg-green:hover {
    background-color: #72a628 !important;
    color: white !important; }

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #2164f4;
  background-color: #2164f4; }

.btn {
  border-radius: 5px !important; }

@media (min-width: 992px) {
  .container {
    padding-left: 45px;
    padding-right: 45px;
    max-width: none; } }

@media (min-width: 1420px) {
  .container-fluid-xl {
    max-width: 1420px; } }
@media (min-width: 991px) {
  .container-fluid-xl {
    padding-left: 45px;
    padding-right: 45px; } }

div.modal-content .modal-body label {
  padding-left: 4px; }

body {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  min-height: 100vh;
  display: grid;
  grid-template-rows: 1fr auto; }
  @media (max-width: 767px) {
    body {
      display: block;
      overflow-x: hidden; }
      body.open {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        height: 70px;
        overflow: hidden; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1420px; } }

b, strong {
  font-weight: bold; }

a {
  color: #334488; }
  a:hover {
    color: #FF9900;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-weight: 700;
  font-family: 'Lato', sans-serif; }

header .logo .dark {
  display: none; }

header-original {
  margin: 10px 0 20px;
  position: relative; }
  header-original .header-wrapper {
    display: flex;
    align-items: center; }
    header-original .header-wrapper .logo {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      header-original .header-wrapper .logo img {
        margin-top: -2px;
        margin-right: 30px; }
      header-original .header-wrapper .logo .navigation-item {
        margin-left: 30px;
        color: #555555;
        position: relative;
        height: 30px; }
        header-original .header-wrapper .logo .navigation-item a {
          color: #555555;
          font-weight: bold;
          font-size: 1rem;
          display: block;
          white-space: nowrap; }
          header-original .header-wrapper .logo .navigation-item a:hover {
            color: #72a628; }
          header-original .header-wrapper .logo .navigation-item a.btn {
            color: white;
            padding: 2px 15px;
            outline: none;
            margin-top: -4px; }
    header-original .header-wrapper .navigation {
      flex: 1;
      text-align: right;
      display: flex;
      justify-content: flex-end;
      margin-top: 8px;
      align-items: center; }
      header-original .header-wrapper .navigation .navigation-item {
        margin-left: 30px;
        color: #555555;
        position: relative;
        height: 30px; }
        header-original .header-wrapper .navigation .navigation-item a {
          color: #555555;
          font-weight: bold;
          font-size: 1rem; }
          header-original .header-wrapper .navigation .navigation-item a:hover {
            color: #72a628; }
          header-original .header-wrapper .navigation .navigation-item a.btn {
            color: white;
            padding: 2px 15px;
            outline: none;
            margin-top: -4px; }
        header-original .header-wrapper .navigation .navigation-item.menu-handle {
          font-size: 18px;
          cursor: pointer; }
        header-original .header-wrapper .navigation .navigation-item:first-child {
          margin-left: 0; }
        header-original .header-wrapper .navigation .navigation-item > ul {
          display: none;
          position: absolute;
          top: 30px;
          right: 0;
          list-style: none;
          margin: 0;
          background: #E0E0E0;
          padding: 15px;
          min-width: 300px;
          z-index: 100000; }
          header-original .header-wrapper .navigation .navigation-item > ul > li {
            border-bottom: 1px solid #00000033;
            background: #FFFFFF;
            width: auto; }
            header-original .header-wrapper .navigation .navigation-item > ul > li > a {
              display: block;
              padding: 8px 15px;
              color: #555555;
              font-weight: bold;
              text-align: left;
              width: auto; }
              header-original .header-wrapper .navigation .navigation-item > ul > li > a:hover {
                background: #8ece32;
                color: white; }
        header-original .header-wrapper .navigation .navigation-item.profile > ul {
          min-width: 200px; }
        header-original .header-wrapper .navigation .navigation-item:hover > ul {
          display: block; }
    @media (max-width: 991px) {
      header-original .header-wrapper .navigation .navigation-item {
        display: none; }
        header-original .header-wrapper .navigation .navigation-item.menu-handle {
          display: block; } }
  header-original .header-navigation {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 99999;
    background: #E0E0E0;
    padding: 15px;
    display: none; }
    header-original .header-navigation.open {
      display: block; }
    header-original .header-navigation > ul {
      display: block;
      list-style: none;
      background: white;
      padding: 0;
      margin: 0; }
      header-original .header-navigation > ul > li {
        border-bottom: 1px solid #00000033; }
        header-original .header-navigation > ul > li > a {
          display: block;
          padding: 8px 15px;
          color: #555555;
          font-weight: bold; }
          header-original .header-navigation > ul > li > a:hover {
            color: white;
            background: #8ece32; }
        header-original .header-navigation > ul > li > span {
          display: block;
          padding: 8px 15px;
          color: #555555;
          font-weight: bold; }
        header-original .header-navigation > ul > li > ul.submenu {
          list-style: none;
          display: block;
          padding: 0;
          margin: 0; }
          header-original .header-navigation > ul > li > ul.submenu > li {
            padding: 4px 30px;
            font-size: 0.9rem;
            font-weight: bold; }
            header-original .header-navigation > ul > li > ul.submenu > li a {
              color: #555555; }
              header-original .header-navigation > ul > li > ul.submenu > li a:hover {
                color: #FF9900; }
              header-original .header-navigation > ul > li > ul.submenu > li a:before {
                content: '- '; }
    @media (max-width: 991px) {
      header-original .header-navigation {
        left: 0; } }
  header-original .logo {
    padding-top: 8px; }
    header-original .logo a img {
      max-height: 22px; }
    @media (max-width: 767px) {
      header-original .logo {
        padding-top: 0; }
        header-original .logo a img {
          max-height: 18px; } }
  @media (min-width: 1200px) {
    header-original {
      padding-bottom: 10px;
      border-bottom: 1px solid #E0E0E0; }
      header-original.no-line {
        padding-bottom: 0;
        border-bottom: none; }
      header-original nav.top {
        text-align: right; }
        header-original nav.top > ul {
          display: block;
          list-style: none;
          margin: 0;
          padding: 0; }
          header-original nav.top > ul > li {
            display: inline-block;
            position: relative;
            padding: 0;
            margin: 0 0 0 8px;
            font-size: 0.9rem;
            white-space: nowrap;
          /*
          &.greeting {
            text-transform: none;
            &> a {
              text-transform: none;
              cursor: default;
            }
            .sub-greeting {
              position: absolute;
              top: 28px;
              right: 0;
              text-align: right;
              white-space: nowrap;

              a {
                font-weight: bold;
                color: $linkColorHighlight;
                font-size: 0.85rem;
                margin-right: 8px;
                padding: 0;

                &:last-child {
                  margin-right: 0;
                }
              }
            }
          }

          &.greeting-mobile {
            display: none;
          }
          */ }
            header-original nav.top > ul > li.post-job-button {
              margin-left: 75px; }
              header-original nav.top > ul > li.post-job-button a {
                padding: 0 15px;
                font-size: 1rem; }
            header-original nav.top > ul > li > a {
              display: inline-block;
              color: #555555;
              position: relative;
              font-weight: bold;
              padding: 10px 18px;
              white-space: nowrap;
              font-size: 16px; }
              header-original nav.top > ul > li > a.btn {
                color: white;
                margin-right: 0;
                padding: 8px 24px; }
            header-original nav.top > ul > li:hover > a {
              background: #E0E0E0; }
              header-original nav.top > ul > li:hover > a.btn {
                background: #72a628; }
            header-original nav.top > ul > li.sign-in {
              padding-left: 18px; }
              header-original nav.top > ul > li.sign-in > a {
                padding: 10px 0; }
                header-original nav.top > ul > li.sign-in > a:hover {
                  color: #72a628; }
              header-original nav.top > ul > li.sign-in:hover > a {
                background: transparent; }
            header-original nav.top > ul > li > ul.submenu {
              display: none;
              position: absolute;
              background: #E0E0E0;
              left: 0;
              top: 40px;
              min-width: 100%;
              list-style: none;
              margin: 0;
              padding: 10px;
              z-index: 900; }
              header-original nav.top > ul > li > ul.submenu.right {
                right: 0;
                left: auto;
                min-width: 250px; }
              header-original nav.top > ul > li > ul.submenu > li {
                text-align: left;
                white-space: nowrap;
                background-color: #FFFFFF; }
                header-original nav.top > ul > li > ul.submenu > li a, header-original nav.top > ul > li > ul.submenu > li span {
                  color: #555555;
                  font-weight: bold;
                  font-size: 0.9rem;
                  display: block;
                  padding: 8px;
                  transition: all 0.3s; }
                  header-original nav.top > ul > li > ul.submenu > li a:hover, header-original nav.top > ul > li > ul.submenu > li span:hover {
                    color: white;
                    background: #8ece32; }
                header-original nav.top > ul > li > ul.submenu > li ul.submenu {
                  list-style: none;
                  margin: 0;
                  padding: 0; }
                  header-original nav.top > ul > li > ul.submenu > li ul.submenu a {
                    padding-left: 15px;
                    font-size: 0.85rem; }
                    header-original nav.top > ul > li > ul.submenu > li ul.submenu a:before {
                      content: '- '; }
            header-original nav.top > ul > li:hover > ul.submenu {
              display: block; } }
  header-original .toggle-mobile {
    display: none;
    cursor: pointer; }
  @media (max-width: 1199px) and (min-width: 768px) {
    header-original {
      display: block;
      margin: 16px 0 16px;
      padding-bottom: 10px;
      border-bottom: 3px solid #0d6aad;
      position: relative; }
      header-original .btn {
        padding: 4px 16px; }
      header-original > .row {
        display: block; }
        header-original > .row > .col-lg-2 {
          max-width: 100%; }
        header-original > .row > .col-lg-10 {
          max-width: 100%; }
      header-original .toggle-mobile {
        display: block;
        position: absolute;
        right: 8px;
        top: 0;
        z-index: 100; }
        header-original .toggle-mobile i {
          font-size: 24px; }
      header-original .tablet-post-job {
        position: absolute;
        right: 60px;
        top: -5px; }
      header-original .logo {
        padding-top: 0; }
      header-original nav {
        position: absolute;
        top: 16px;
        left: 0;
        right: 0;
        background: white;
        display: none;
        z-index: 100;
        padding: 15px;
        font-size: 18px;
        border-bottom: 5px solid #72a628; }
        header-original nav.open {
          display: block; }
        header-original nav > ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          header-original nav > ul > li {
            padding: 0;
            margin: 0; }
            header-original nav > ul > li.post-job-button {
              display: none; }
            header-original nav > ul > li.greeting {
              display: none; }
            header-original nav > ul > li.greeting-mobile {
              display: block;
              margin-bottom: 15px; }
            header-original nav > ul > li > a {
              display: block;
              border-top: 1px dotted #E0E0E0;
              border-bottom: 1px dotted #E0E0E0;
              font-size: 24px;
              padding: 8px 16px; }
              header-original nav > ul > li > a:hover {
                background: #8ece32;
                color: white; }
              header-original nav > ul > li > a i.fa {
                margin-right: 8px; }
            header-original nav > ul > li > ul.submenu {
              list-style: none;
              padding: 0;
              margin: 0;
              display: none; }
              header-original nav > ul > li > ul.submenu > li {
                margin-top: 10px;
                line-height: 1.3rem; }
                header-original nav > ul > li > ul.submenu > li:last-child {
                  margin-bottom: 10px; }
            header-original nav > ul > li.open > ul.submenu {
              display: block; }
            header-original nav > ul > li.greeting .sub-greeting a {
              display: block;
              padding-left: 15px; } }
  @media (max-width: 767px) {
    header-original {
      display: block;
      margin: 8px 0 16px;
      border-bottom: 3px solid #0d6aad;
      height: 40px;
      position: relative; }
      header-original .toggle-mobile {
        display: block;
        position: absolute;
        right: 8px;
        top: 8px;
        z-index: 100; }
        header-original .toggle-mobile i {
          font-size: 24px; }
      header-original .logo {
        padding-top: 3px;
        text-align: left; }
      header-original nav {
        position: absolute;
        top: 16px;
        left: 0;
        right: 0;
        background: white;
        display: none;
        z-index: 100;
        padding: 15px;
        font-size: 18px;
        border-bottom: 5px solid #72a628; }
        header-original nav.open {
          display: block; }
        header-original nav > ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          header-original nav > ul > li {
            padding: 0;
            margin: 0; }
            header-original nav > ul > li.post-job-button {
              display: none; }
            header-original nav > ul > li.greeting {
              display: none; }
            header-original nav > ul > li.greeting-mobile {
              display: block;
              margin-bottom: 15px; }
            header-original nav > ul > li > a {
              display: block;
              border-top: 1px dotted #E0E0E0;
              border-bottom: 1px dotted #E0E0E0;
              font-size: 24px;
              padding: 8px 16px; }
              header-original nav > ul > li > a:hover {
                background: #8ece32;
                color: white; }
              header-original nav > ul > li > a i.fa {
                margin-right: 8px; }
            header-original nav > ul > li > ul.submenu {
              list-style: none;
              padding: 0;
              margin: 0;
              display: none; }
              header-original nav > ul > li > ul.submenu > li {
                margin-top: 10px;
                line-height: 1.3rem; }
                header-original nav > ul > li > ul.submenu > li:last-child {
                  margin-bottom: 10px; }
            header-original nav > ul > li.open > ul.submenu {
              display: block; }
            header-original nav > ul > li.greeting .sub-greeting a {
              display: block;
              padding-left: 15px; } }

footer {
  background: #313237;
  color: #a5a6aa;
  border-top: 5px solid #9fc359; }
  footer .footer-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 200px;
    grid-gap: 15px; }
    @media (max-width: 991px) {
      footer .footer-grid {
        display: block; } }
  footer .footer {
    padding: 45px 45px; }
    @media (max-width: 991px) {
      footer .footer {
        padding: 45px 30px; } }
  @media (max-width: 991px) {
    footer .footer-column {
      width: 100%;
      display: block;
      min-width: 50%; } }
  @media (min-width: 992px) {
    footer .footer-column.footer-social {
      padding-left: 15px;
      border-left: 1px solid #e0e0e0; } }
  footer h3 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #e0e0e0;
    text-transform: uppercase; }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    footer ul li {
      padding: 4px 0;
      font-size: 0.95rem; }
      footer ul li a {
        color: #e0e0e0; }
        footer ul li a:hover {
          color: #ffffff;
          text-decoration: none; }

.copyright {
  background: #232429;
  border-top: 1px solid #18191d66;
  padding: 30px 0; }
  @media (max-width: 767px) {
    .copyright {
      text-align: center;
      font-size: 0.8rem; }
      .copyright .text-right {
        text-align: center !important;
        margin-top: 15px;
        margin-bottom: 15px; } }

.green {
  color: #8ece32; }

.gray {
  color: #76787b; }

.orange {
  color: #FF9900; }

.black {
  color: #555555; }

.btn-gray {
  background: #76787b;
  color: white;
  border-color: #76787b; }
  .btn-gray:hover {
    background: #585a5c;
    text-decoration: none;
    color: white; }

input[type=text]:not(.form-control), input[type=email]:not(.form-control), input[type=password]:not(.form-control), input[type=url]:not(.form-control), input[type=date]:not(.form-control), select:not(.form-control), textarea:not(.form-control) {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin-bottom: 15px; }

select {
  padding-left: 0.5rem; }

input[type=text].form-control-lg,
input[type=email].form-control-lg,
input[type=password].form-control-lg,
select.form-control-lg,
textarea.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.share {
  display: inline-block;
  position: relative; }
  .share .share-dropdown {
    position: absolute;
    left: 0;
    top: 24px;
    min-width: 200px;
    list-style: none;
    margin: 0;
    padding: 5px 0 0;
    z-index: 900;
    display: none; }
    .share .share-dropdown > a {
      padding: 8px;
      text-align: left;
      white-space: nowrap;
      border-left: 1px solid #222222;
      border-right: 1px solid #222222;
      border-bottom: 1px solid white;
      border-top: none;
      color: #222222;
      font-weight: bold;
      font-size: 0.9rem;
      display: block;
      background: #ffffff; }
      .share .share-dropdown > a:hover {
        background-color: #f9f9f9; }
      .share .share-dropdown > a:first-child {
        border-top: 1px solid #222222; }
      .share .share-dropdown > a:last-child {
        border-bottom: 1px solid #222222; }
  .share:hover .share-dropdown {
    display: block; }

.bannerad {
  text-align: center;
  padding: 10px 0;
  /*
  &>:before {
    content: 'ADVERTISEMENT';
    font-weight: bold;
    font-size: 1rem;
    display: block;
  }
*/ }
  .bannerad img {
    max-width: 90%; }

.job-basket-account .job-basket-account-right {
  background: #F3F3F3; }
@media (min-width: 992px) {
  .job-basket-account .job-basket-account-left {
    padding-right: 30px; }
  .job-basket-account .job-basket-account-right {
    padding: 1px 15px 15px; } }

body.app_frontend_index header {
  border-bottom: none !important; }

#main {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden; }

body.app_frontend_index #main {
  background-color: #f3f3f4; }

#top-banner {
  background-color: #fff; }

.modal-backdrop.show {
  opacity: 0.75; }

#index .head {
  height: 300px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  background-size: cover;
  background-repeat: no-repeat; }
  #index .head .text {
    color: black; }
    #index .head .text h1 {
      font-size: 35px;
      font-weight: bold;
      margin: 0 0 30px;
      color: inherit; }
    #index .head .text h2 {
      font-size: 29px;
      font-weight: bold;
      margin: 0;
      color: inherit; }
      #index .head .text h2 em {
        font-weight: normal; }
#index .top-of-search {
  padding-bottom: 15px;
  margin-top: -15px; }
#index .search-bar {
  background: #ededed;
  border-radius: 3px;
  position: relative;
  margin-bottom: 15px; }
  #index .search-bar input {
    background: transparent;
    font-size: 24px;
    padding: 30px 168px 30px 15px;
    color: black;
    margin-bottom: 0;
    outline: none;
    border: 1px solid transparent;
    border-top: 1px solid #00000033;
    transition: all 0.3s; }
    #index .search-bar input:focus {
      border: 1px solid #8ece32; }
  #index .search-bar button {
    position: absolute;
    right: 9px;
    top: 9px;
    padding: 7px 15px;
    transition: all 0.3s;
    font-size: 20px; }
#index .search-filters {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 2fr 160px;
  grid-gap: 15px;
  align-items: center;
  margin-bottom: 15px; }
  #index .search-filters select, #index .search-filters input[type=text] {
    width: 100%;
    margin-bottom: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #ededed;
    font-size: 14px;
    padding: 4px 40px 4px 8px;
    cursor: pointer;
    transition: all 0.3s;
    outline: none;
    border: 1px solid transparent; }
    #index .search-filters select:focus, #index .search-filters input[type=text]:focus {
      border: 1px solid #8ece32; }
    #index .search-filters select.blue, #index .search-filters input[type=text].blue {
      background: #2164f4;
      color: white;
      border: 1px solid #2164f4; }
      #index .search-filters select.blue option, #index .search-filters input[type=text].blue option {
        background: #ededed;
        color: #222222; }
  #index .search-filters .select {
    position: relative; }
    #index .search-filters .select:after {
      font-family: 'Font Awesome 5 Pro';
      font-weight: 900;
      font-size: 14px;
      content: '\f078';
      position: absolute;
      top: 8px;
      right: 8px;
      color: #999999;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      text-align: center;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding-top: 2px;
      background: #FFFFFF;
      pointer-events: none; }
  #index .search-filters .advanced-search {
    white-space: nowrap;
    font-size: 16px;
    text-align: right; }
    #index .search-filters .advanced-search a {
      font-weight: bold;
      color: black;
      transition: all 0.3s; }
      #index .search-filters .advanced-search a i {
        font-size: 20px; }
      #index .search-filters .advanced-search a:hover {
        color: #8ece32; }
  #index .search-filters .freelance, #index .search-filters .diversity {
    font-size: 15px; }
  #index .search-filters .hidden {
    display: none; }
#index .clear-filters {
  float: right;
  clear: none;
  margin-top: 49px; }
  #index .clear-filters a {
    background: #2164f4;
    padding: 5px 10px;
    font-weight: bold;
    transition: all 0.3s;
    color: white; }
    #index .clear-filters a i {
      font-size: 0.9em; }
    #index .clear-filters a:hover {
      background: #467ff8; }
#index .jobs-title-wrapper {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 30px;
  padding-bottom: 4px;
  margin-top: -15px; }
  #index .jobs-title-wrapper ul.jobs-title {
    list-style: none;
    display: inline-block;
    font-size: 24px;
    padding: 0;
    margin: 45px 0 0; }
    #index .jobs-title-wrapper ul.jobs-title li {
      display: inline-block;
      font-weight: bold;
      padding: 4px 15px 6px;
      transition: all 0.3s;
      background: #959595;
      border: 1px solid #959595;
      border-bottom: 1px solid #CCCCCC;
      color: #FFFFFF; }
    #index .jobs-title-wrapper ul.jobs-title:hover li.active a {
      background: #F9F9F9;
      color: #666666; }
      #index .jobs-title-wrapper ul.jobs-title:hover li.active a:hover {
        background: #8ece32;
        color: white; }
#index .featured-jobs {
  background: #EFEFEF;
  padding: 8px; }
  #index .featured-jobs h3 {
    border-top: 3px solid #222222;
    padding-top: 4px; }
  #index .featured-jobs .job {
    border-top: 1px solid #CCCCCC;
    padding: 18px 0;
    color: #222222;
    display: block; }
    #index .featured-jobs .job h4 {
      font-size: 16px;
      margin-bottom: 0;
      color: #334488; }
    #index .featured-jobs .job .company {
      font-size: 13px; }
    #index .featured-jobs .job .location {
      font-size: 14px; }
    #index .featured-jobs .job:hover {
      color: #222222; }
      #index .featured-jobs .job:hover h4 {
        color: #FF9900; }
#index .jobs-wrapper .job {
  border-bottom: 1px solid #E0E0E0;
  padding: 15px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  align-items: center;
  transition: all 0.3s;
  opacity: 1;
  position: relative; }
  #index .jobs-wrapper .job .featured-mobile {
    display: none; }
  #index .jobs-wrapper .job:hover {
    background: #F9F9F9; }
  #index .jobs-wrapper .job.fetched {
    opacity: 0; }
  #index .jobs-wrapper .job:last-child {
    border-bottom: none; }
  #index .jobs-wrapper .job .details {
    display: grid;
    grid-template-columns: 75px 1fr;
    grid-gap: 15px; }
    #index .jobs-wrapper .job .details .logo {
      border-radius: 15px;
      display: flex;
      align-items: center;
      border: 1px solid #CCCCCC;
      padding: 4px;
      height: 75px;
      box-shadow: 0 0 1px 0 #999999 inset, 0 0 1px 0 #999999; }
      #index .jobs-wrapper .job .details .logo img {
        max-width: 100%;
        max-height: 100%; }
    #index .jobs-wrapper .job .details .text .date {
      color: #999999;
      text-transform: uppercase;
      font-size: 12px;
      font-weight: bold;
      display: flex;
      align-items: center; }
    #index .jobs-wrapper .job .details .text a {
      margin: 0;
      font-weight: bold;
      color: black;
      font-size: 20px;
      display: block;
      font-family: 'Montserrat', sans-serif;
      vertical-align: top;
      line-height: 1.25em; }
    #index .jobs-wrapper .job .details .text .company {
      font-weight: bold;
      font-size: 16px;
      color: #666666;
      display: flex;
      align-items: center; }
  #index .jobs-wrapper .job .featured {
    background: #2164f4;
    color: white;
    padding: 0 8px;
    font-size: 12px;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    margin: -2px 0 0;
    vertical-align: top;
    font-weight: bold; }
  #index .jobs-wrapper .job .new {
    background: #518fe9;
    color: white;
    padding: 0 8px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 15px; }
  #index .jobs-wrapper .job .location {
    text-align: right; }
    #index .jobs-wrapper .job .location .location-text {
      display: grid;
      grid-template-columns: 1fr 20px;
      align-items: center;
      font-size: 14px;
      color: #666666; }
      #index .jobs-wrapper .job .location .location-text .text {
        text-align: right; }
      #index .jobs-wrapper .job .location .location-text .icon {
        font-size: 16px;
        text-align: right;
        color: #BBBBBB; }
  #index .jobs-wrapper .job .type {
    text-align: right;
    font-size: 14px; }
    #index .jobs-wrapper .job .type .text {
      display: inline-block;
      color: #666666; }
    #index .jobs-wrapper .job .type .icon {
      display: inline-block; }
    #index .jobs-wrapper .job .type i.fa-clock {
      font-size: 14px;
      color: #BBBBBB; }
#index .no-jobs {
  font-size: 16px;
  display: none;
  margin-top: 30px; }
#index #load-more {
  border-radius: 15px;
  background: #72a628;
  margin: 30px 0 0;
  display: block;
  text-align: center;
  padding: 6px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s;
  color: white; }
  #index #load-more:hover {
    background: #8ece32; }
#index .advertisement {
  font-size: 14px;
  text-align: center; }
#index #career-advice {
  padding: 16px;
  border: 1px solid #E0E0E0; }
  #index #career-advice h3 {
    font-size: 24px; }
  #index #career-advice h4 {
    font-size: 1.3rem; }
  #index #career-advice .article {
    clear: both;
    padding-bottom: 16px; }
    #index #career-advice .article .image {
      width: 100%; }
      #index #career-advice .article .image img {
        max-width: 100%; }
#index .banner-ad {
  padding: 30px 0;
  text-align: center; }
#index #career-advice {
  border-top: 2px solid #969799; }

@media (max-width: 991px) {
  body.app_frontend_index .container, body.app_frontend_index_jobs .container {
    max-width: 100%; }
    body.app_frontend_index .container header, body.app_frontend_index_jobs .container header {
      padding-bottom: 0 !important;
      height: auto !important; }
      body.app_frontend_index .container header .logo, body.app_frontend_index_jobs .container header .logo {
        text-align: left; }
  body.app_frontend_index #index .head, body.app_frontend_index_jobs #index .head {
    height: 240px;
    background-size: cover;
    background-position: left center; }
    body.app_frontend_index #index .head .text h1, body.app_frontend_index_jobs #index .head .text h1 {
      font-size: 29px; }
    body.app_frontend_index #index .head .text h2, body.app_frontend_index_jobs #index .head .text h2 {
      font-size: 24px; }
  body.app_frontend_index #index .search-bar input, body.app_frontend_index_jobs #index .search-bar input {
    font-size: 16px;
    padding: 20px 136px 19px 12px; }
  body.app_frontend_index #index .search-bar button, body.app_frontend_index_jobs #index .search-bar button {
    font-size: 13px;
    right: 2px;
    top: 2px; }
  body.app_frontend_index #index .search-filters, body.app_frontend_index_jobs #index .search-filters {
    grid-template-columns: 1fr 1fr; }
    body.app_frontend_index #index .search-filters .advanced-search, body.app_frontend_index_jobs #index .search-filters .advanced-search {
      text-align: center;
      grid-column: 1/-1; }
    body.app_frontend_index #index .search-filters .remote, body.app_frontend_index #index .search-filters .diversity, body.app_frontend_index #index .search-filters .freelance, body.app_frontend_index_jobs #index .search-filters .remote, body.app_frontend_index_jobs #index .search-filters .diversity, body.app_frontend_index_jobs #index .search-filters .freelance {
      grid-column: 1/-1; }
    body.app_frontend_index #index .search-filters select, body.app_frontend_index_jobs #index .search-filters select {
      font-size: 16px; }
  body.app_frontend_index #index ul.jobs-title, body.app_frontend_index_jobs #index ul.jobs-title {
    font-size: 18px;
    margin-top: 30px; }
  body.app_frontend_index #index .jobs-wrapper .job, body.app_frontend_index_jobs #index .jobs-wrapper .job {
    grid-template-columns: 1fr;
    padding: 8px 0; }
    body.app_frontend_index #index .jobs-wrapper .job .date, body.app_frontend_index_jobs #index .jobs-wrapper .job .date {
      margin-top: 4px; }
    body.app_frontend_index #index .jobs-wrapper .job .details .text .title, body.app_frontend_index_jobs #index .jobs-wrapper .job .details .text .title {
      margin-top: 2px; }
    body.app_frontend_index #index .jobs-wrapper .job .details .text a, body.app_frontend_index_jobs #index .jobs-wrapper .job .details .text a {
      font-size: 16px;
      line-height: 1.2em; }
    body.app_frontend_index #index .jobs-wrapper .job .details .text .company, body.app_frontend_index_jobs #index .jobs-wrapper .job .details .text .company {
      font-size: 14px; }
    body.app_frontend_index #index .jobs-wrapper .job .new, body.app_frontend_index_jobs #index .jobs-wrapper .job .new {
      right: 0;
      top: 8px; }
    body.app_frontend_index #index .jobs-wrapper .job .location, body.app_frontend_index_jobs #index .jobs-wrapper .job .location {
      text-align: left;
      margin-left: 90px; }
      body.app_frontend_index #index .jobs-wrapper .job .location .location-text, body.app_frontend_index_jobs #index .jobs-wrapper .job .location .location-text {
        display: grid;
        grid-template-columns: 20px 1fr; }
        body.app_frontend_index #index .jobs-wrapper .job .location .location-text .icon, body.app_frontend_index_jobs #index .jobs-wrapper .job .location .location-text .icon {
          grid-column: 1;
          grid-row: 1;
          text-align: left; }
        body.app_frontend_index #index .jobs-wrapper .job .location .location-text .text, body.app_frontend_index_jobs #index .jobs-wrapper .job .location .location-text .text {
          grid-column: 2;
          grid-row: 1;
          text-align: left; }
    body.app_frontend_index #index .jobs-wrapper .job .type, body.app_frontend_index_jobs #index .jobs-wrapper .job .type {
      text-align: left;
      margin-left: 90px; }
      body.app_frontend_index #index .jobs-wrapper .job .type .type-text, body.app_frontend_index_jobs #index .jobs-wrapper .job .type .type-text {
        display: grid;
        grid-template-columns: 20px 1fr; }
        body.app_frontend_index #index .jobs-wrapper .job .type .type-text .icon, body.app_frontend_index_jobs #index .jobs-wrapper .job .type .type-text .icon {
          grid-column: 1;
          grid-row: 1;
          text-align: left; }
        body.app_frontend_index #index .jobs-wrapper .job .type .type-text .text, body.app_frontend_index_jobs #index .jobs-wrapper .job .type .type-text .text {
          grid-column: 2;
          grid-row: 1;
          text-align: left; }
  body.app_frontend_index #index .jobs-wrapper .featured-mobile, body.app_frontend_index_jobs #index .jobs-wrapper .featured-mobile {
    display: block;
    position: absolute;
    left: 0;
    width: 75px;
    top: 90px;
    background: #2164f4;
    color: white;
    padding: 2px 0 1px;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    vertical-align: top;
    font-weight: bold;
    text-align: center; }
  body.app_frontend_index #index .jobs-wrapper .featured, body.app_frontend_index_jobs #index .jobs-wrapper .featured {
    display: none; }
  body.app_frontend_index #index .clear-filters, body.app_frontend_index_jobs #index .clear-filters {
    float: none;
    margin: 22px auto 15px;
    width: 200px;
    text-align: center; } }
#job-alerts-bar {
  position: fixed;
  bottom: -200px;
  left: 0;
  right: 0;
  background: #e2e2e2;
  color: #000000;
  z-index: 9999999;
  padding: 30px 0;
  height: 130px;
  transition: bottom 0.5s; }
  #job-alerts-bar.open {
    bottom: 0; }
  #job-alerts-bar .close {
    position: absolute;
    right: 40px;
    top: 15px;
    font-size: 27px;
    cursor: pointer; }
  #job-alerts-bar .wrapper {
    display: grid;
    grid-template-columns: auto 1fr auto;
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
    padding: 0 30px;
    grid-gap: 15px; }
    #job-alerts-bar .wrapper .text {
      text-align: center;
      font-size: 24px; }
  @media (max-width: 1199px) {
    #job-alerts-bar .close {
      top: 10px;
      right: 10px; }
    #job-alerts-bar .wrapper .text {
      font-size: 19px; } }
  @media (max-width: 991px) {
    #job-alerts-bar .close {
      top: 10px;
      right: 10px; }
    #job-alerts-bar .wrapper .signup .btn {
      font-size: 15px; } }
  @media (max-width: 767px) {
    #job-alerts-bar {
      height: 100px; }
      #job-alerts-bar .close {
        top: 2px;
        right: 2px; }
      #job-alerts-bar .wrapper {
        grid-template-columns: 1fr auto;
        padding: 0 15px; }
        #job-alerts-bar .wrapper .icon {
          display: none; }
        #job-alerts-bar .wrapper .text {
          font-size: 13px; } }

#index-v1 .header {
  padding: 125px 0 60px;
  background-size: cover;
  background-position: top center;
  margin-bottom: 16px; }
  #index-v1 .header form .container {
    max-width: 1020px; }
  @media (min-width: 992px) {
    #index-v1 .header .search-fields {
      margin-top: 30px; }
      #index-v1 .header .search-fields > div {
        padding: 0; } }
  @media (min-width: 992px) {
    #index-v1 .header .btn-primary {
      border-bottom-left-radius: 0 !important;
      border-top-left-radius: 0 !important;
      max-width: none; } }
  @media (max-width: 991px) {
    #index-v1 .header .btn-primary {
      max-width: 507px;
      margin: 0 auto; } }
  #index-v1 .header .btn-primary:hover {
    background-color: white !important;
    border-color: #5f8fe9;
    color: #222222; }
  #index-v1 .header .content {
    margin: 0 auto;
    padding: 0 16px; }
    #index-v1 .header .content h1 {
      text-align: center;
      font-size: 2.7em;
      font-weight: normal;
      margin-bottom: 15px; }
      @media (max-width: 991px) {
        #index-v1 .header .content h1 {
          margin-bottom: 30px; } }
    #index-v1 .header .content label {
      font-weight: bold;
      font-size: 1.25rem;
      color: #555555;
      padding-left: 5px;
      margin-bottom: 0.2rem; }
    #index-v1 .header .content .header-submit {
      padding-top: 33px; }
      #index-v1 .header .content .header-submit a {
        font-size: 0.75rem;
        color: #222222;
        font-weight: bold;
        max-width: 507px; }
      @media (max-width: 991px) {
        #index-v1 .header .content .header-submit {
          padding-top: 15px; } }
  @media (max-width: 991px) {
    #index-v1 .header {
      padding: 1px 0 30px;
      background-position: bottom center;
      background-size: auto; }
      #index-v1 .header h1 {
        margin-top: -10px; } }
#index-v1 h2 {
  margin-bottom: 30px; }
#index-v1 #career-advice {
  padding: 16px;
  border: 1px solid #E0E0E0;
  border-top: 2px solid #999999; }
  #index-v1 #career-advice h3 {
    font-size: 24px;
    color: #555555; }
  #index-v1 #career-advice h4 {
    font-size: 1.3rem; }
  #index-v1 #career-advice .article {
    clear: both;
    padding-bottom: 16px; }
    #index-v1 #career-advice .article .image {
      width: 100%; }
      #index-v1 #career-advice .article .image img {
        max-width: 100%;
        width: 100%; }
#index-v1 .banner-ad {
  padding: 30px 0;
  text-align: center; }
#index-v1 .index-upload-resume {
  margin-top: 15px;
  text-align: center;
  font-size: 1.16rem; }
  #index-v1 .index-upload-resume a {
    color: #01a9f4; }
@media (max-width: 1199px) and (min-width: 768px) {
  #index-v1 .index-field {
    width: 507px;
    margin: auto;
    display: block;
    flex: none; } }
#index-v1 .featured-jobs {
  font-size: 2rem;
  margin: 15px 0 30px 15px; }
  @media (max-width: 767px) {
    #index-v1 .featured-jobs {
      font-size: 1.5rem; } }
#index-v1 #news-gossip {
  padding: 15px; }
  #index-v1 #news-gossip h3 {
    font-size: 24px;
    margin-bottom: 15px; }
  #index-v1 #news-gossip .news-item {
    margin-top: 15px;
    padding-top: 15px; }
    #index-v1 #news-gossip .news-item img {
      max-width: 100%;
      width: 100%; }
    #index-v1 #news-gossip .news-item h4 {
      font-size: 1rem; }
    #index-v1 #news-gossip .news-item .news-byline {
      font-size: 0.8rem;
      text-transform: uppercase;
      color: #666666;
      margin-top: -8px;
      margin-bottom: 8px; }
    #index-v1 #news-gossip .news-item .news-divider {
      border-bottom: 1px solid #E0E0E0;
      margin-bottom: 22px;
      padding-bottom: 8px;
      margin-top: -15px; }
    #index-v1 #news-gossip .news-item .news-item-source {
      font-size: 0.7rem; }
    #index-v1 #news-gossip .news-item.first {
      margin-top: -15px;
      padding-top: 0; }
      #index-v1 #news-gossip .news-item.first .news-divider {
        display: none; }
    #index-v1 #news-gossip .news-item p {
      font-size: 0.9rem;
      line-height: 1.2em; }
#index-v1 .main-search > div {
  padding: 0; }
#index-v1 .featured-jobs-section {
  padding: 0 30px; }
  #index-v1 .featured-jobs-section .recently-viewed .editing {
    display: none; }
  #index-v1 .featured-jobs-section .recently-viewed.is-editing .editing {
    display: block; }
  #index-v1 .featured-jobs-section .recently-viewed.is-editing .not-editing {
    display: none; }
#index-v1 .advertisement {
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center; }
#index-v1 .job-item h3.job-item-title {
  font-size: 1.05rem; }
#index-v1 .job-item .job-item-company {
  font-size: 1.05rem; }
#index-v1 .job-item ul.job-item-details li {
  font-size: 0.75rem; }
#index-v1 .header-v2-wrapper {
  background: #00315c;
  margin-bottom: 15px;
  color: white; }
  #index-v1 .header-v2-wrapper a, #index-v1 .header-v2-wrapper h2 {
    color: white !important; }
  #index-v1 .header-v2-wrapper label {
    color: #222222; }
#index-v1 .header-v2 {
  padding: 25px 0;
  width: 925px;
  max-width: 100%;
  margin: 0 auto; }
  #index-v1 .header-v2 h2 {
    margin-bottom: 20px; }
  @media (max-width: 991px) {
    #index-v1 .header-v2 h2 {
      font-size: 1.6rem;
      padding: 0 15px; } }
  #index-v1 .header-v2 .search {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    grid-gap: 15px;
    align-content: center; }
    @media (max-width: 991px) {
      #index-v1 .header-v2 .search {
        grid-template-columns: 1fr;
        justify-content: center;
        padding: 0 15px; }
        #index-v1 .header-v2 .search .submit {
          text-align: center; } }
    #index-v1 .header-v2 .search .field {
      border-radius: 10px;
      border: 1px solid #666666;
      padding: 8px 20px;
      display: grid;
      grid-template-columns: auto 1fr;
      grid-gap: 15px;
      align-items: center;
      background: white; }
      #index-v1 .header-v2 .search .field.focus {
        box-shadow: 0 0 15px #00000033;
        border-color: #0d6eb3; }
      #index-v1 .header-v2 .search .field label {
        font-weight: bold;
        margin-bottom: 0;
        font-size: 1.1em; }
      #index-v1 .header-v2 .search .field input, #index-v1 .header-v2 .search .field select {
        margin-bottom: 0;
        padding: 0;
        border: transparent;
        outline: none;
        height: auto;
        font-size: 1.1em; }
    #index-v1 .header-v2 .search .submit button {
      background: #0074d9;
      color: white;
      font-size: 1.15rem;
      font-weight: bold;
      padding: 3px 45px;
      height: 100%;
      border-radius: 5px;
      border: 1px solid #0074d9; }
      @media (max-width: 991px) {
        #index-v1 .header-v2 .search .submit button {
          font-size: 1.25rem;
          padding: 7px 50px;
          display: block;
          width: 100%; } }
      #index-v1 .header-v2 .search .submit button:hover {
        background: white;
        color: #222222;
        border: 1px solid #0074d9;
        transition: 0.3s background-color, 0.3s color; }
  #index-v1 .header-v2 .bottom {
    margin-top: 30px;
    font-weight: bold;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.7em; }
    #index-v1 .header-v2 .bottom a {
      color: black; }
      #index-v1 .header-v2 .bottom a i {
        color: #0d6eb3; }

#job-alerts-bar {
  position: fixed;
  bottom: -200px;
  left: 0;
  right: 0;
  background: #e2e2e2;
  color: #000000;
  z-index: 9999999;
  padding: 15px 0;
  height: 100px;
  transition: bottom 0.5s; }
  #job-alerts-bar.open {
    bottom: 0; }
  #job-alerts-bar .close {
    position: absolute;
    right: 40px;
    top: 15px;
    font-size: 27px;
    cursor: pointer; }
  #job-alerts-bar .wrapper {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
    padding: 0 30px;
    grid-gap: 15px;
    width: 100%; }
    #job-alerts-bar .wrapper .text {
      text-align: center;
      font-size: 28px;
      flex: 1; }
    #job-alerts-bar .wrapper .icon {
      width: 73px; }
    #job-alerts-bar .wrapper .signup {
      width: 123px; }
  @media (max-width: 1199px) {
    #job-alerts-bar .close {
      top: 10px;
      right: 10px; }
    #job-alerts-bar .wrapper .text {
      font-size: 23px; } }
  @media (max-width: 991px) {
    #job-alerts-bar .close {
      top: 10px;
      right: 10px; }
    #job-alerts-bar .wrapper .signup .btn {
      font-size: 18px; } }
  @media (max-width: 767px) {
    #job-alerts-bar {
      height: 100px; }
      #job-alerts-bar .close {
        top: 2px;
        right: 2px; }
      #job-alerts-bar .wrapper {
        grid-template-columns: 1fr auto;
        padding: 0 15px; }
        #job-alerts-bar .wrapper .icon {
          display: none; }
        #job-alerts-bar .wrapper .text {
          font-size: 13px; } }

#index-v3 {
  background-color: #fff; }
  #index-v3 .header {
    padding: 125px 0 60px;
    background-size: cover;
    background-position: top center;
    margin-bottom: 16px; }
    #index-v3 .header form .container {
      max-width: 1020px; }
    @media (min-width: 992px) {
      #index-v3 .header .search-fields {
        margin-top: 30px; }
        #index-v3 .header .search-fields > div {
          padding: 0; } }
    @media (min-width: 992px) {
      #index-v3 .header .btn-primary {
        border-bottom-left-radius: 0 !important;
        border-top-left-radius: 0 !important;
        max-width: none; } }
    @media (max-width: 991px) {
      #index-v3 .header .btn-primary {
        max-width: 507px;
        margin: 0 auto; } }
    #index-v3 .header .btn-primary:hover {
      background-color: white !important;
      border-color: #5f8fe9;
      color: #222222; }
    #index-v3 .header .content {
      margin: 0 auto;
      padding: 0 16px; }
      #index-v3 .header .content h1 {
        text-align: center;
        font-size: 2.7em;
        font-weight: normal;
        margin-bottom: 15px; }
        @media (max-width: 991px) {
          #index-v3 .header .content h1 {
            margin-bottom: 30px; } }
      #index-v3 .header .content label {
        font-weight: bold;
        font-size: 1.25rem;
        color: #555555;
        padding-left: 5px;
        margin-bottom: 0.2rem; }
      #index-v3 .header .content .header-submit {
        padding-top: 33px; }
        #index-v3 .header .content .header-submit a {
          font-size: 0.75rem;
          color: #222222;
          font-weight: bold;
          max-width: 507px; }
        @media (max-width: 991px) {
          #index-v3 .header .content .header-submit {
            padding-top: 15px; } }
    @media (max-width: 991px) {
      #index-v3 .header {
        padding: 1px 0 30px;
        background-position: bottom center;
        background-size: auto; }
        #index-v3 .header h1 {
          margin-top: -10px; } }
  #index-v3 h2 {
    margin-bottom: 30px; }
  #index-v3 #career-advice {
    padding: 16px 5px;
    border-top: 1px solid #999999;
    margin: 25px auto; }
    #index-v3 #career-advice h3 {
      color: #555555;
      font-size: 24px;
      font-weight: normal;
      text-transform: uppercase; }
      #index-v3 #career-advice h3 a {
        font-size: 16px;
        text-transform: none; }
    #index-v3 #career-advice h4 {
      font-size: 1.3rem; }
    #index-v3 #career-advice h6 a {
      color: #000;
      font-size: 18px; }
    #index-v3 #career-advice .article {
      clear: both;
      padding-bottom: 36px; }
      #index-v3 #career-advice .article .image {
        width: 100%; }
        #index-v3 #career-advice .article .image img {
          margin-bottom: 5px;
          max-width: 100%;
          width: 100%; }
  #index-v3 .banner-ad {
    padding: 30px 0;
    text-align: center;
    overflow-x: hidden;
    max-width: 100%; }
  #index-v3 .index-upload-resume {
    margin-top: 15px;
    text-align: center;
    font-size: 1.16rem; }
    #index-v3 .index-upload-resume a {
      color: #01a9f4; }
  @media (max-width: 1199px) and (min-width: 768px) {
    #index-v3 .index-field {
      width: 507px;
      margin: auto;
      display: block;
      flex: none; } }
  #index-v3 .featured-jobs {
    font-size: 2rem;
    font-weight: normal;
    margin: 15px 0 30px 15px;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      #index-v3 .featured-jobs {
        font-size: 1.5rem; } }
  #index-v3 #news-gossip {
    padding: 15px; }
    #index-v3 #news-gossip h3 {
      font-size: 24px;
      margin-bottom: 15px; }
    #index-v3 #news-gossip .news-item {
      margin-top: 15px;
      padding-top: 15px; }
      #index-v3 #news-gossip .news-item img {
        max-width: 100%;
        width: 100%; }
      #index-v3 #news-gossip .news-item h4 {
        font-size: 1rem; }
      #index-v3 #news-gossip .news-item .news-byline {
        font-size: 0.8rem;
        text-transform: uppercase;
        color: #666666;
        margin-top: -8px;
        margin-bottom: 8px; }
      #index-v3 #news-gossip .news-item .news-divider {
        border-bottom: 1px solid #E0E0E0;
        margin-bottom: 22px;
        padding-bottom: 8px;
        margin-top: -15px; }
      #index-v3 #news-gossip .news-item .news-item-source {
        font-size: 0.7rem; }
      #index-v3 #news-gossip .news-item.first {
        margin-top: -15px;
        padding-top: 0; }
        #index-v3 #news-gossip .news-item.first .news-divider {
          display: none; }
      #index-v3 #news-gossip .news-item p {
        font-size: 0.9rem;
        line-height: 1.2em; }
  #index-v3 .main-search > div {
    padding: 0; }
  #index-v3 .featured-jobs-section .recently-viewed .editing {
    display: none; }
  #index-v3 .featured-jobs-section .recently-viewed.is-editing .editing {
    display: block; }
  #index-v3 .featured-jobs-section .recently-viewed.is-editing .not-editing {
    display: none; }
  #index-v3 .advertisement {
    font-size: 0.75rem;
    font-weight: bold;
    text-align: center; }
  #index-v3 .job-item h3.job-item-title {
    font-size: 1.05rem; }
  #index-v3 .job-item .job-item-company {
    font-size: 1.05rem; }
  #index-v3 .job-item ul.job-item-details li {
    font-size: 0.75rem; }
  #index-v3 .header-v2-wrapper {
    background: #00315c;
    margin-bottom: 15px;
    color: white; }
    #index-v3 .header-v2-wrapper a, #index-v3 .header-v2-wrapper h2 {
      color: white !important; }
    #index-v3 .header-v2-wrapper label {
      color: #222222; }
  #index-v3 .header-v2 {
    padding: 25px 0;
    width: 925px;
    max-width: 100%;
    margin: 0 auto; }
    #index-v3 .header-v2 h2 {
      margin-bottom: 20px; }
    @media (max-width: 991px) {
      #index-v3 .header-v2 h2 {
        font-size: 1.6rem;
        padding: 0 15px; } }
    #index-v3 .header-v2 .search {
      display: grid;
      grid-template-columns: 1fr 1fr auto;
      grid-gap: 15px;
      align-content: center; }
      @media (max-width: 991px) {
        #index-v3 .header-v2 .search {
          grid-template-columns: 1fr;
          justify-content: center;
          padding: 0 15px; }
          #index-v3 .header-v2 .search .submit {
            text-align: center; } }
      #index-v3 .header-v2 .search .field {
        border-radius: 10px;
        border: 1px solid #666666;
        padding: 8px 20px;
        display: grid;
        grid-template-columns: auto 1fr;
        grid-gap: 15px;
        align-items: center;
        background: white; }
        #index-v3 .header-v2 .search .field.focus {
          box-shadow: 0 0 15px #00000033;
          border-color: #0d6eb3; }
        #index-v3 .header-v2 .search .field label {
          font-weight: bold;
          margin-bottom: 0;
          font-size: 1.1em; }
        #index-v3 .header-v2 .search .field input, #index-v3 .header-v2 .search .field select {
          margin-bottom: 0;
          padding: 0;
          border: transparent;
          outline: none;
          height: auto;
          font-size: 1.1em; }
      #index-v3 .header-v2 .search .submit button {
        background: #0074d9;
        color: white;
        font-size: 1.15rem;
        font-weight: bold;
        padding: 3px 45px;
        height: 100%;
        border-radius: 5px;
        border: 1px solid #0074d9; }
        @media (max-width: 991px) {
          #index-v3 .header-v2 .search .submit button {
            font-size: 1.25rem;
            padding: 7px 50px;
            display: block;
            width: 100%; } }
        #index-v3 .header-v2 .search .submit button:hover {
          background: white;
          color: #222222;
          border: 1px solid #0074d9;
          transition: 0.3s background-color, 0.3s color; }
    #index-v3 .header-v2 .bottom {
      margin-top: 30px;
      font-weight: bold;
      text-align: center;
      font-size: 1.1rem;
      line-height: 1.7em; }
      #index-v3 .header-v2 .bottom a {
        color: black; }
        #index-v3 .header-v2 .bottom a i {
          color: #0d6eb3; }
  #index-v3 .header-v3-wrapper {
    padding: 88px 0 78px;
    border-bottom: 1px solid #00000022;
    margin-bottom: 15px; }
    #index-v3 .header-v3-wrapper h1 {
      font-size: 3em;
      font-weight: 900;
      color: black;
      margin-bottom: -30px; }
      #index-v3 .header-v3-wrapper h1 strong {
        font-weight: 900; }
      @media (max-width: 767px) {
        #index-v3 .header-v3-wrapper h1 {
          text-align: left; } }
      @media (max-width: 991px) {
        #index-v3 .header-v3-wrapper h1 {
          font-size: 2.6em; } }
    #index-v3 .header-v3-wrapper .header-v3 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 30px; }
      #index-v3 .header-v3-wrapper .header-v3 h2 {
        font-size: 3rem;
        margin-bottom: 45px;
        font-weight: normal;
        color: black; }
        @media (max-width: 991px) {
          #index-v3 .header-v3-wrapper .header-v3 h2 {
            font-size: 2.6em; } }
      @media (max-width: 991px) {
        #index-v3 .header-v3-wrapper .header-v3 {
          grid-template-columns: 1fr 0.01em;
          grid-gap: 0; } }
      #index-v3 .header-v3-wrapper .header-v3 .header-left {
        padding-top: 90px; }
        @media (max-width: 991px) {
          #index-v3 .header-v3-wrapper .header-v3 .header-left {
            padding-top: 45px; } }
        @media (max-width: 767px) {
          #index-v3 .header-v3-wrapper .header-v3 .header-left {
            padding-top: 0; } }
        #index-v3 .header-v3-wrapper .header-v3 .header-left .search {
          display: grid;
          grid-template-columns: 1fr 1fr auto;
          grid-gap: 13px;
          margin-bottom: 15px; }
          @media (max-width: 500px) {
            #index-v3 .header-v3-wrapper .header-v3 .header-left .search {
              grid-template-columns: 1fr; } }
          #index-v3 .header-v3-wrapper .header-v3 .header-left .search .field {
            border: 1px solid #666666;
            padding: 8px 20px;
            display: grid;
            grid-template-columns: auto 1fr;
            grid-gap: 15px;
            align-items: center;
            background: white;
            border-radius: 25px; }
            #index-v3 .header-v3-wrapper .header-v3 .header-left .search .field.focus {
              box-shadow: 0 0 15px #00000033;
              border-color: #0d6eb3; }
            #index-v3 .header-v3-wrapper .header-v3 .header-left .search .field .btn-input-clear {
              background-color: #fff;
              border: 0;
              right: 5px; }
              #index-v3 .header-v3-wrapper .header-v3 .header-left .search .field .btn-input-clear:focus {
                outline: 0; }
            #index-v3 .header-v3-wrapper .header-v3 .header-left .search .field label {
              font-weight: bold;
              margin-bottom: 0;
              font-size: 1.1em; }
              #index-v3 .header-v3-wrapper .header-v3 .header-left .search .field label svg {
                width: 18px;
                height: 18px;
                color: #949597; }
            #index-v3 .header-v3-wrapper .header-v3 .header-left .search .field input, #index-v3 .header-v3-wrapper .header-v3 .header-left .search .field select {
              margin-bottom: 0;
              padding: 0;
              border: transparent;
              outline: none;
              height: auto;
              font-size: 1.1em; }
          @media (max-width: 499px) {
            #index-v3 .header-v3-wrapper .header-v3 .header-left .search .submit {
              margin-bottom: 25px; } }
          #index-v3 .header-v3-wrapper .header-v3 .header-left .search .submit button {
            width: 100%;
            background: #0d6aad;
            color: white;
            border: none;
            border-radius: 25px;
            padding: 4px 15px;
            text-align: center;
            font-size: 25px;
            font-weight: 900; }
            @media (max-width: 500px) {
              #index-v3 .header-v3-wrapper .header-v3 .header-left .search .submit button {
                font-size: 1.3rem; } }
            #index-v3 .header-v3-wrapper .header-v3 .header-left .search .submit button:hover {
              background: #0e8ae3;
              transition: all 0.3s; }
        #index-v3 .header-v3-wrapper .header-v3 .header-left .bottom {
          font-size: 1.25rem; }
          #index-v3 .header-v3-wrapper .header-v3 .header-left .bottom h3 {
            font-size: 1.25rem;
            margin-bottom: 0;
            font-weight: 900; }
          #index-v3 .header-v3-wrapper .header-v3 .header-left .bottom ul {
            list-style: none;
            margin: 0;
            padding: 0; }
            @media (min-width: 768px) {
              #index-v3 .header-v3-wrapper .header-v3 .header-left .bottom ul {
                margin-left: -15px; } }
            @media (max-width: 1199px) {
              #index-v3 .header-v3-wrapper .header-v3 .header-left .bottom ul {
                display: grid;
                grid-template-columns: 1fr 1fr 1fr 1fr; } }
            @media (max-width: 991px) {
              #index-v3 .header-v3-wrapper .header-v3 .header-left .bottom ul {
                display: grid;
                grid-template-columns: 1fr 1fr 1fr; } }
            @media (max-width: 767px) {
              #index-v3 .header-v3-wrapper .header-v3 .header-left .bottom ul {
                display: grid;
                grid-template-columns: 1fr 1fr; } }
            #index-v3 .header-v3-wrapper .header-v3 .header-left .bottom ul > li {
              display: inline-block; }
              #index-v3 .header-v3-wrapper .header-v3 .header-left .bottom ul > li a {
                white-space: nowrap;
                padding: 8px 15px; }
                @media (max-width: 767px) {
                  #index-v3 .header-v3-wrapper .header-v3 .header-left .bottom ul > li a {
                    padding: 8px 0;
                    display: block; } }
              @media (max-width: 767px) {
                #index-v3 .header-v3-wrapper .header-v3 .header-left .bottom ul > li {
                  display: block; } }
          #index-v3 .header-v3-wrapper .header-v3 .header-left .bottom .popular-searches {
            margin-top: 15px;
            display: block; }
            @media (min-width: 768px) {
              #index-v3 .header-v3-wrapper .header-v3 .header-left .bottom .popular-searches {
                margin: 15px auto 0; } }
            @media (max-width: 767px) {
              #index-v3 .header-v3-wrapper .header-v3 .header-left .bottom .popular-searches {
                display: grid;
                grid-template-columns: 1fr 1fr 1fr;
                grid-gap: 10px; } }
            @media (max-width: 500px) {
              #index-v3 .header-v3-wrapper .header-v3 .header-left .bottom .popular-searches {
                display: grid;
                grid-template-columns: 1fr 1fr;
                grid-gap: 10px;
                grid-template-rows: repeat(3, minmax(auto, 1fr)); }
                #index-v3 .header-v3-wrapper .header-v3 .header-left .bottom .popular-searches .view-all-accountingjobs-com {
                  grid-column: 1 / 3; }
                #index-v3 .header-v3-wrapper .header-v3 .header-left .bottom .popular-searches .view-all-teachingjobs-com, #index-v3 .header-v3-wrapper .header-v3 .header-left .bottom .popular-searches .view-all-biostatjobs-com {
                  grid-row: 3 / 4;
                  grid-column: 1 / 3; } }
          #index-v3 .header-v3-wrapper .header-v3 .header-left .bottom a {
            color: #222222;
            font-size: 0.9rem;
            white-space: nowrap;
            padding: 3px 12px;
            border: 1px solid #00000033;
            line-height: 1.85em;
            border-radius: 25px;
            display: block;
            background: #eae9ef; }
            @media (min-width: 768px) {
              #index-v3 .header-v3-wrapper .header-v3 .header-left .bottom a {
                font-size: 0.8em;
                display: inline-block;
                margin: 0 4px 8px; } }
            @media (max-width: 767px) {
              #index-v3 .header-v3-wrapper .header-v3 .header-left .bottom a {
                font-size: 0.8em;
                background: white; } }
            #index-v3 .header-v3-wrapper .header-v3 .header-left .bottom a.view-all {
              color: #000; }
            #index-v3 .header-v3-wrapper .header-v3 .header-left .bottom a:hover {
              background-color: #0d6eb3;
              color: white;
              transition: all 0.3s;
              text-decoration: none; }
          #index-v3 .header-v3-wrapper .header-v3 .header-left .bottom .bottom-cta a {
            font-size: inherit;
            font-weight: bold;
            text-decoration: underline; }
            @media (max-width: 991px) {
              #index-v3 .header-v3-wrapper .header-v3 .header-left .bottom .bottom-cta a {
                font-size: 1em; } }
        #index-v3 .header-v3-wrapper .header-v3 .header-left .recently-viewed a:hover {
          text-decoration: underline; }
      #index-v3 .header-v3-wrapper .header-v3 .header-right {
        padding-top: 90px;
        background: url("/images/index3-jj.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        height: 100%; }
  #index-v3 .featured-jobs-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
    align-items: flex-start; }
    #index-v3 .featured-jobs-row .featured-jobs-item .job-item-small {
      margin-bottom: 0; }
  @media (max-width: 1199px) {
    #index-v3 .featured-jobs-mobile .initial-hidden-mobile {
      display: none; } }
  #index-v3 .extra-links ul {
    padding: 0; }
    #index-v3 .extra-links ul li {
      list-style-type: none;
      display: inline-block; }
      #index-v3 .extra-links ul li:after {
        content: ' | ';
        margin: 0 10px; }
      #index-v3 .extra-links ul li:last-child:after {
        content: '';
        margin: 0; }

.job-item-small {
  display: block;
  margin-bottom: 30px;
  overflow-x: hidden; }
  .job-item-small .company-image {
    height: 80px;
    width: 100%;
    padding: 6px;
    border: 1px solid #E0E0E0;
    text-align: center;
    display: block;
    display: -webkit-flex;
    align-items: center;
    vertical-align: middle; }
    .job-item-small .company-image img {
      max-width: 100%;
      max-height: 100%;
      margin: 0 auto; }
  .job-item-small h3.job-item-title {
    font-size: 1rem;
    color: #2d74c8;
    margin-bottom: 0;
    margin-top: 3px; }
  .job-item-small .job-item-company {
    color: black;
    font-size: 0.9rem; }
  .job-item-small ul.job-item-details {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0; }
    .job-item-small ul.job-item-details li {
      color: #555555;
      font-size: 0.8rem;
      display: block; }
      .job-item-small ul.job-item-details li:last-child {
        margin-right: 0; }
      .job-item-small ul.job-item-details li .job-item-new {
        background: #8ece32;
        color: white;
        font-size: 0.7rem;
        padding: 2px 4px;
        margin-top: -2px;
        border-radius: 3px; }
  .job-item-small:hover h3.job-item-title {
    color: #FF9900;
    transition: color 0.3s; }
  .job-item-small:hover ul.job-item-details li {
    color: #222222; }
  .job-item-small:hover .company-image {
    border-color: #01a9f4;
    transition: border-color 0.3s; }

.job-item {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  display: block;
  padding: 15px 15px 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 15px; }
  .job-item h3.job-item-title {
    font-size: 1.125rem;
    color: #2d74c8;
    margin-bottom: 0.5rem; }
  .job-item .job-item-company {
    color: #555555;
    font-size: 1.1rem;
    font-weight: 700; }
  .job-item .job-item-description {
    color: #555555;
    font-size: 0.85rem;
    font-weight: 400; }
    @media (max-width: 767px) {
      .job-item .job-item-description.hidden {
        display: none; } }
    .job-item .job-item-description:hover {
      color: #555555; }
  .job-item ul.job-item-details {
    list-style: none;
    position: relative;
    margin: 12px 0 0;
    padding: 0; }
    @media (max-width: 767px) {
      .job-item ul.job-item-details {
        margin-top: 8px; } }
    .job-item ul.job-item-details li {
      color: #555555;
      display: inline-block;
      font-size: 1.0rem;
      margin-right: 15px; }
      @media (max-width: 575px) {
        .job-item ul.job-item-details li {
          font-size: 0.75rem; } }
      .job-item ul.job-item-details li:last-child {
        margin-right: 0; }
      .job-item ul.job-item-details li .job-item-new {
        background: #8ece32;
        color: white;
        font-size: 0.75rem;
        padding: 2px 4px;
        margin-top: -2px;
        border-radius: 3px;
        font-weight: bold;
        letter-spacing: 0.05em; }
  .job-item .company-image img {
    margin-left: 5px;
    max-width: 150px;
    max-height: 60px; }
  .job-item .job-item-industries {
    margin: 12px 0 0;
    padding: 0; }
    .job-item .job-item-industries li {
      color: rgba(13, 12, 34, 0.6);
      border: 1px solid rgba(13, 12, 34, 0.5);
      border-radius: 5px;
      font-size: 12px;
      display: inline-block;
      padding: 2px 6px;
      margin-right: 5px; }
  .job-item:hover {
    border: 1px solid #01a9f4; }
    .job-item:hover h3.job-item-title {
      color: #FF9900; }
    .job-item:hover ul.job-item-details li {
      color: #222222; }
  .job-item .job-item-featured {
    background: #8ece32;
    background: #01a9f4;
    color: white;
    font-size: 0.75rem;
    padding: 2px 6px;
    display: inline-block;
    margin-top: 6px;
    border-radius: 3px;
    font-weight: bold;
    letter-spacing: 0.05em; }
  .job-item .job-item-save {
    background: #0d6eb3;
    color: white;
    font-size: 0.75rem;
    padding: 2px 6px;
    display: inline-block;
    margin-top: 6px;
    border-radius: 3px;
    font-weight: bold;
    letter-spacing: 0.05em;
    white-space: nowrap; }
    .job-item .job-item-save.saved {
      background: #01a9f4; }

@media (max-width: 991px) {
  #jobs > h2 {
    font-size: 12pt; } }
#jobs .create-job-alert-btn {
  border: 1px solid #0d6aad;
  font-size: 14px;
  padding: 4px 8px;
  color: #fff;
  background: #0d6aad; }
  #jobs .create-job-alert-btn:hover {
    background: #249df5;
    color: white;
    transition: all 0.3s; }
#jobs .next-page-btn {
  border: 1px solid #72a628;
  font-size: 14px;
  padding: 4px 8px;
  color: #fff;
  background: #72a628; }
  #jobs .next-page-btn:hover {
    background: #8ece32;
    color: white;
    transition: all 0.3s; }
#jobs .previous-page-btn {
  border: 1px solid #555555;
  font-size: 14px;
  padding: 4px 8px;
  color: #555555; }
  #jobs .previous-page-btn:hover {
    background: #555555;
    color: #ffffff;
    transition: all 0.3s; }
#jobs .tabs {
  margin-top: 26px;
  height: 31px; }
  #jobs .tabs a {
    color: #222222;
    padding: 8px;
    background: #CCCCCC; }
    #jobs .tabs a.open {
      background: #E0E0E0; }
#jobs .search-container {
  background: #e4e3e3;
  border: 1px solid #E0E0E0;
  padding: 15px; }
  #jobs .search-container .panel {
    display: none; }
    #jobs .search-container .panel.open {
      display: block; }
  #jobs .search-container .section {
    padding-top: 15px; }
    #jobs .search-container .section:not(:first-child) {
      border-top: 1px solid #EFEFEF;
      margin-top: 15px; }
    #jobs .search-container .section h4 {
      color: #555;
      font-size: 1.1rem;
      cursor: pointer;
      display: grid;
      grid-template-columns: 1fr auto; }
      #jobs .search-container .section h4 i.fa-angle-down {
        display: inline-block; }
      #jobs .search-container .section h4 i.fa-angle-up {
        display: none; }
    #jobs .search-container .section .options {
      display: none;
      list-style: none;
      margin: 0;
      padding: 0;
      font-size: 1rem; }
      #jobs .search-container .section .options .checkbox-list {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-gap: 8px; }
        #jobs .search-container .section .options .checkbox-list input[type=checkbox] {
          width: 16px;
          height: 16px; }
        #jobs .search-container .section .options .checkbox-list > span:first-child {
          margin-bottom: 5px; }
        #jobs .search-container .section .options .checkbox-list > span:last-child {
          margin-top: -3px; }
        #jobs .search-container .section .options .checkbox-list.checkbox-list-hidden {
          display: none; }
      #jobs .search-container .section .options a {
        display: block;
        color: #555;
        cursor: pointer; }
        #jobs .search-container .section .options a:hover {
          text-decoration: underline; }
        #jobs .search-container .section .options a.selected {
          font-weight: bold; }
      #jobs .search-container .section .options.industries {
        line-height: 1.6em; }
        #jobs .search-container .section .options.industries a {
          display: inline-block; }
      #jobs .search-container .section .options li {
        padding: 0; }
    #jobs .search-container .section.open h4 i.fa-angle-down, #jobs .search-container .section.always-open h4 i.fa-angle-down {
      display: none; }
    #jobs .search-container .section.open h4 i.fa-angle-up, #jobs .search-container .section.always-open h4 i.fa-angle-up {
      display: inline-block; }
    #jobs .search-container .section.open .options, #jobs .search-container .section.always-open .options {
      display: block; }
  #jobs .search-container .panel.detailed .section {
    border-top: none;
    padding-top: 0; }
    #jobs .search-container .panel.detailed .section h4 {
      font-size: 1.05rem; }
#jobs .pagination-nav {
  margin: 0 auto;
  display: inline-block;
  font-size: 0.9rem; }
  #jobs .pagination-nav .pagination {
    border-radius: 0; }
    #jobs .pagination-nav .pagination .page-item .page-link {
      padding: 8px 0;
      min-width: 35px;
      cursor: pointer;
      border-color: #CCCCCC;
      white-space: nowrap; }
      #jobs .pagination-nav .pagination .page-item .page-link.next-page {
        background-color: #8ece32;
        color: white; }
        #jobs .pagination-nav .pagination .page-item .page-link.next-page:hover {
          background-color: #72a628; }
    #jobs .pagination-nav .pagination .page-item:last-child .page-link {
      padding: 8px 15px;
      font-weight: bold; }
    #jobs .pagination-nav .pagination .page-item.active .page-link {
      background: #666666; }
      #jobs .pagination-nav .pagination .page-item.active .page-link:hover {
        color: white; }
    #jobs .pagination-nav .pagination .page-item:first-child .page-link, #jobs .pagination-nav .pagination .page-item:last-child .page-link {
      border-bottom-left-radius: 0;
      border-top-left-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

#apply-buttons {
  margin: 20px 0 12px; }
  #apply-buttons > a {
    border: 1px solid #E0E0E0;
    border-bottom: 1px solid #F9F9F9;
    background: #F9F9F9;
    color: #222222;
    font-size: 16px;
    font-weight: bold;
    padding: 13px 22px;
    opacity: 0.5; }
    @media (max-width: 767px) {
      #apply-buttons > a {
        padding: 7px 11px;
        font-size: 14px; } }
    #apply-buttons > a i {
      display: none;
      font-size: 1.25rem; }
    #apply-buttons > a.active i {
      display: inline-block; }
    #apply-buttons > a:hover {
      color: white;
      opacity: 1;
      transition: all 0.3s; }
    #apply-buttons > a.non-registered {
      background: #548fe9;
      color: white; }
      #apply-buttons > a.non-registered.active, #apply-buttons > a.non-registered:hover {
        opacity: 1; }
    #apply-buttons > a.registered {
      background: #72a628;
      color: white; }
      #apply-buttons > a.registered.active, #apply-buttons > a.registered:hover {
        opacity: 1; }

.job-specs {
  font-weight: 400;
  font-size: 1.1rem; }

.jobs-page-wrapper {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px; }

#search-form-desktop button.btn-input-clear {
  background-color: transparent;
  border: 0;
  display: inline-block;
  margin: -8px 0 0;
  outline: 0;
  padding: 0; }
#search-form-desktop .dropdown button {
  display: flex;
  text-align: left;
  width: 100%;
  overflow-x: hidden; }
  #search-form-desktop .dropdown button:after {
    margin-left: auto; }
#search-form-desktop .dropdown .dropdown-toggle {
  border: 1px solid #ced4da;
  border-radius: 15px;
  margin-bottom: 10px; }
  #search-form-desktop .dropdown .dropdown-toggle.active {
    background-color: #f3fdff;
    border-color: #0d6eb3; }
  #search-form-desktop .dropdown .dropdown-toggle::after {
    float: right;
    margin-top: 10px; }
#search-form-desktop .dropdown:last-child {
  margin-right: 0; }
#search-form-desktop .input-group {
  background-color: #fafafa;
  border: 1px solid #ced4da;
  border-radius: 5px;
  padding: 1px 5px; }
  #search-form-desktop .input-group input, #search-form-desktop .input-group select {
    background-color: transparent;
    border: 0; }
  #search-form-desktop .input-group input:focus, #search-form-desktop .input-group select:focus, #search-form-desktop .input-group button.btn-input-clear:focus {
    box-shadow: none; }
  #search-form-desktop .input-group svg {
    width: 15px;
    height: 15px;
    margin-top: 10px;
    margin-left: 5px; }
#search-form-desktop button.btn-search {
  font-size: 18px;
  margin-left: 10px;
  padding: 6px 20px;
  white-space: nowrap; }
  #search-form-desktop button.btn-search svg {
    width: 15px;
    height: 15px;
    margin-right: 10px; }

#featured-jobs {
  background-color: #fff;
  border: 0;
  border-radius: 5px;
  padding: 20px 20px; }
  #featured-jobs h2 {
    margin-bottom: 25px; }
  #featured-jobs .featured-jobs-item:last-child .job-item-small {
    border-bottom: 0;
    padding-bottom: 0; }
  #featured-jobs .featured-jobs-item .job-item-small {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px; }
    #featured-jobs .featured-jobs-item .job-item-small .company-image {
      border: 0;
      float: left;
      height: 90px;
      width: 90px;
      margin-right: 10px; }

#jobBasketModal .modal-body h5 {
  font-size: 1.25rem; }
  @media (max-width: 575px) {
    #jobBasketModal .modal-body h5 {
      font-size: 5vw; } }

/* JobAlertSearchResult*/
.job-alert-search-result {
  background-color: #fff;
  border: 1px solid transparent;
  border-bottom: 1px solid #EFEFEF;
  border-top: 3px solid #2a96c4;
  border-radius: 5px;
  display: block;
  padding: 40px 20px 20px;
  margin-bottom: 15px;
  text-align: center; }
  .job-alert-search-result .job-alert-search-result-form {
    gap: 8px;
    justify-content: center; }
    .job-alert-search-result .job-alert-search-result-form input[type="email"] {
      border-radius: 5px;
      width: 300px; }
    .job-alert-search-result .job-alert-search-result-form .dropdown .btn {
      background-color: #fff; }
      .job-alert-search-result .job-alert-search-result-form .dropdown .btn .caret {
        margin-left: 80px; }
    .job-alert-search-result .job-alert-search-result-form .btn-blue {
      max-height: 38px;
      padding-left: 30px;
      padding-right: 30px;
      white-space: nowrap; }
    @media (max-width: 767px) {
      .job-alert-search-result .job-alert-search-result-form input[type="email"] {
        width: 100%; }
      .job-alert-search-result .job-alert-search-result-form .dropdown {
        width: 100%;
        text-align: left; }
        .job-alert-search-result .job-alert-search-result-form .dropdown .btn {
          align-items: center;
          display: flex;
          margin-bottom: 15px;
          width: 100%; }
          .job-alert-search-result .job-alert-search-result-form .dropdown .btn .caret {
            margin-left: auto; }
        .job-alert-search-result .job-alert-search-result-form .dropdown .dropdown-menu {
          width: 100%; }
      .job-alert-search-result .job-alert-search-result-form .btn-blue {
        display: block;
        margin-bottom: 15px;
        width: 100%; } }
  .job-alert-search-result .errors {
    font-weight: bold;
    color: #d00;
    list-style-type: none;
    padding: 0; }

#job-view .job-header {
  background: #eae9ef;
  border-bottom: 1px solid #DDDDDD;
  padding: 30px 0;
  margin-bottom: 50px; }
  #job-view .job-header .action-buttons a:not(.apply-btn) {
    font-size: 0.925rem; }
  #job-view .job-header a.btn:not(.apply-btn) {
    font-size: 0.85rem;
    padding: 4px 8px; }
  #job-view .job-header h1 {
    color: #222222;
    font-size: 1.9rem; }
  #job-view .job-header h2 {
    font-size: 1.4rem;
    margin-bottom: 0; }
  #job-view .job-header h2 a {
    font-size: 1.4rem; }
  #job-view .job-header h3 {
    font-size: 1.15rem; }
  #job-view .job-header .job-header-button {
    font-size: 1.0rem;
    margin: 0 8px; }
#job-view .apply-btn {
  border-radius: 40px !important;
  padding: 5px 30px;
  font-size: 1.1rem !important; }
#job-view .job-specs table tr td, #job-view .job-specs table tr th {
  font-size: 0.9rem;
  color: #555555; }
#job-view .job-specs .company-image {
  max-width: 250px;
  max-height: 180px;
  margin: 0 auto;
  display: block; }
#job-view .apply-text {
  font-size: 1.6rem;
  color: #660033;
  text-align: center;
  font-weight: bold;
  margin: 15px 0; }
  @media (max-width: 767px) {
    #job-view .apply-text {
      font-size: 1.3rem; } }
#job-view .jobs-copyright {
  font-size: 0.85rem;
  font-weight: bold;
  margin: 30px 0;
  text-align: center; }
#job-view .apply-email h4 {
  font-size: 1.15rem; }
#job-view .apply-email .card-body {
  background: #F9F9F9; }
#job-view .apply-email h3 {
  color: #5a8200; }
#job-view .registered-job-seekers h3 {
  color: #6bc0e0; }
#job-view .apply-online {
  font-size: 1.9rem;
  font-weight: bold;
  color: black;
  text-transform: uppercase; }
#job-view #non_registered_application_form_coverLetter, #job-view #registered_application_form_coverLetter {
  height: 200px; }
#job-view label.required:after {
  content: '*';
  color: red; }

#job_listing_email_form_comments {
  height: 100px; }

@media print {
  footer, .copyright, .action-buttons, nav, .sf-toolbar {
    display: none !important; } }
.action-buttons {
  padding-right: 20px; }
  @media (max-width: 767px) {
    .action-buttons {
      margin-top: 30px; } }

.career-advice-text-article {
  margin-bottom: 60px; }
  .career-advice-text-article .pre-headline {
    text-transform: uppercase;
    color: #FF9900;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: bold; }
  .career-advice-text-article .article-title {
    margin-bottom: 20px; }
  .career-advice-text-article .article-quote {
    border-top: 2px solid #222222;
    border-bottom: 2px solid #222222;
    margin: 30px 0;
    padding: 30px 0;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.1em; }
  @media (min-width: 768px) {
    .career-advice-text-article .article-photo {
      float: right;
      clear: none;
      margin: 0 0 15px 15px; }
    .career-advice-text-article .article-quote {
      float: right;
      clear: none;
      width: 400px;
      margin-left: 30px; } }

#career-advice h4 {
  margin-top: 15px; }

#edit-resume #sections {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block; }
  #edit-resume #sections li {
    display: block;
    background: #EFEFEF;
    padding: 8px 16px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9rem;
    border-bottom: 1px solid #FFFFFF; }
    #edit-resume #sections li:last-child {
      border-bottom: none; }
    #edit-resume #sections li.active {
      background: #8ece32; }
      #edit-resume #sections li.active a {
        color: white; }
    #edit-resume #sections li.divider {
      height: 30px;
      background: white; }
    #edit-resume #sections li.title {
      color: #222222;
      text-transform: none;
      font-weight: bold;
      background: white; }
    #edit-resume #sections li a {
      position: relative;
      display: block; }
      #edit-resume #sections li a i.fa-check, #edit-resume #sections li a i.fa-times {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -8px; }
    #edit-resume #sections li i.fa-check {
      display: none; }
    #edit-resume #sections li i.fa-times {
      display: inline-block; }
    #edit-resume #sections li.complete i.fa-check {
      display: inline-block; }
    #edit-resume #sections li.complete i.fa-times {
      display: none; }
#edit-resume .tab {
  display: none; }
  #edit-resume .tab.active {
    display: block; }
#edit-resume label {
  display: block;
  clear: both; }
  #edit-resume label.required:after {
    content: '*';
    color: red; }
#edit-resume #resume_form_journalism_jobs_socialMedia {
  display: block;
  clear: both; }
#edit-resume .checkbox label {
  display: inline-block; }
#edit-resume .work-sample-item {
  padding: 15px;
  border: 1px solid #E0E0E0;
  margin-bottom: 15px;
  position: relative; }
  #edit-resume .work-sample-item .delete-work-sample {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 10px; }
#edit-resume .work-sample-template {
  display: none; }

#manage-resume {
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */ }
  #manage-resume .profile-picture img {
    max-height: 150px;
    max-width: 150px; }
  #manage-resume .resume-links li:last-child:before {
    content: ' | '; }
  #manage-resume .profile {
    margin-top: 15px; }
    #manage-resume .profile .details {
      display: grid;
      grid-template-columns: 1fr auto;
      grid-gap: 15px; }
      #manage-resume .profile .details .left {
        color: #555555;
        font-weight: bold; }
      #manage-resume .profile .details .right {
        color: #222222;
        font-weight: bold; }
  #manage-resume .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px; }
  #manage-resume .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
  #manage-resume .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s; }
  #manage-resume .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s; }
  #manage-resume input:checked + .slider {
    background-color: #8ece32; }
  #manage-resume input:focus + .slider {
    box-shadow: 0 0 1px #8ece32; }
  #manage-resume input:checked + .slider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px); }
  #manage-resume .slider.round {
    border-radius: 23px; }
  #manage-resume .slider.round:before {
    border-radius: 50%; }
  #manage-resume #details {
    font-size: 14px; }
    #manage-resume #details h3 {
      font-size: 1.25rem;
      margin-bottom: 0; }
    #manage-resume #details .top .left .company h3 {
      font-size: 1.75rem; }
    #manage-resume #details h4 {
      font-size: 18px;
      margin-bottom: 0; }
    #manage-resume #details .top {
      display: grid;
      grid-template-columns: 1fr auto;
      grid-gap: 15px; }
      #manage-resume #details .top .left .company, #manage-resume #details .top .left .location {
        font-size: 14px; }
        #manage-resume #details .top .left .company span, #manage-resume #details .top .left .location span {
          font-size: 14px; }
      #manage-resume #details .top .right {
        font-size: 14px;
        font-weight: bold;
        padding-top: 4px; }
    #manage-resume #details .up-next {
      margin-top: 15px;
      color: #555555;
      font-weight: bold; }
    #manage-resume #details .next-item {
      display: grid;
      grid-template-columns: 1fr auto;
      grid-gap: 15px;
      font-size: 20px;
      color: #72a628;
      border: 2px solid #8ece32;
      padding: 8px 15px;
      border-radius: 3px; }
      #manage-resume #details .next-item:hover {
        color: white;
        background: #72a628;
        transition: all 0.3s; }
    #manage-resume #details .next-item-text {
      margin-top: 8px;
      font-size: 10px; }
    #manage-resume #details .goals {
      margin-top: 15px; }
      #manage-resume #details .goals .top {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-gap: 15px; }
        #manage-resume #details .goals .top .left {
          font-size: 18px;
          font-weight: bold;
          color: #555555; }
        #manage-resume #details .goals .top .right {
          font-size: 14px;
          font-weight: bold; }
      #manage-resume #details .goals table {
        margin-top: 8px; }
        #manage-resume #details .goals table td {
          padding: .3rem 0;
          font-weight: bold; }
          #manage-resume #details .goals table td.field {
            white-space: nowrap;
            font-weight: normal;
            padding-right: 5px; }
    #manage-resume #details .options {
      color: #222222;
      margin-bottom: 15px; }
      #manage-resume #details .options strong {
        color: #555555; }
      #manage-resume #details .options div.toggler {
        display: grid;
        grid-template-columns: 1fr auto;
        grid-gap: 15px;
        margin-bottom: 8px;
        align-items: center; }
        #manage-resume #details .options div.toggler small {
          font-size: 10px;
          display: block; }
    #manage-resume #details .actions .btn small {
      display: block;
      font-size: 12px; }
  #manage-resume #main-area h2 {
    margin-bottom: 15px;
    font-size: 18px; }
  #manage-resume #main-area .instructions {
    font-size: 15px;
    margin-bottom: 15px; }
  #manage-resume #main-area form .form-item {
    display: grid;
    grid-template-columns: 125px 1fr;
    grid-gap: 15px;
    margin-bottom: 15px; }
    #manage-resume #main-area form .form-item.full-width {
      grid-template-columns: 1fr; }
    @media (max-width: 767px) {
      #manage-resume #main-area form .form-item {
        grid-template-columns: 1fr;
        display: block; } }
    #manage-resume #main-area form .form-item label {
      font-size: 14px;
      padding-top: 6px; }
      #manage-resume #main-area form .form-item label:after {
        content: '(Optional)';
        font-size: 10px;
        display: block; }
        @media (max-width: 767px) {
          #manage-resume #main-area form .form-item label:after {
            grid-template-columns: 1fr;
            display: inline;
            padding-left: 4px; } }
      #manage-resume #main-area form .form-item label.required:after {
        content: '*';
        display: inline;
        color: red;
        font-size: 1em; }
      #manage-resume #main-area form .form-item label.not-optional:after {
        content: ''; }
    #manage-resume #main-area form .form-item .value {
      display: flex;
      gap: 20px;
      position: relative; }
      #manage-resume #main-area form .form-item .value #resume-label {
        max-width: 200px; }
      #manage-resume #main-area form .form-item .value .error {
        color: red; }
      #manage-resume #main-area form .form-item .value .saved {
        position: absolute;
        right: 5px;
        top: 7px;
        color: #72a628;
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.15s;
        z-index: 999; }
        #manage-resume #main-area form .form-item .value .saved.padded {
          right: 15px; }
        #manage-resume #main-area form .form-item .value .saved.show {
          opacity: 1; }
        #manage-resume #main-area form .form-item .value .saved span {
          font-size: 1rem;
          font-weight: bold;
          position: absolute;
          right: -2px;
          top: 32px;
          white-space: nowrap;
          background: white; }
        #manage-resume #main-area form .form-item .value .saved.textarea {
          top: auto;
          bottom: 50px; }
          #manage-resume #main-area form .form-item .value .saved.textarea span {
            position: relative;
            top: auto;
            right: auto;
            padding: 0 0 0 4px; }
    #manage-resume #main-area form .form-item input {
      margin-bottom: 0; }
      #manage-resume #main-area form .form-item input:read-only {
        background: #EFEFEF;
        cursor: default; }
      #manage-resume #main-area form .form-item input.show-required {
        background: #ca195a22; }
      #manage-resume #main-area form .form-item input::-webkit-input-placeholder {
        color: #A9A9A9; }
      #manage-resume #main-area form .form-item input:focus::-webkit-input-placeholder {
        color: #FFFFFF; }
    #manage-resume #main-area form .form-item .help {
      font-size: 12px; }
  #manage-resume #main-area .card {
    margin-bottom: 15px;
    background: #F9F9F9;
    color: #555555;
    height: auto;
    max-height: 61px;
    transition: max-height 0.5s ease-out, background-color 0.3s;
    transition-delay: 0s;
    overflow: hidden; }
    #manage-resume #main-area .card:hover {
      background: #FFFFFF;
      transition: background-color 0.3s;
      cursor: pointer; }
    #manage-resume #main-area .card h2 {
      display: grid;
      grid-template-columns: 1fr auto;
      color: #555555;
      user-select: none;
      align-items: baseline; }
      #manage-resume #main-area .card h2 span.edit, #manage-resume #main-area .card h2 span.close {
        color: #222222;
        font-size: 12px !important; }
      #manage-resume #main-area .card h2 span.close {
        display: none; }
    #manage-resume #main-area .card h3 {
      color: #555555;
      font-size: 16px; }
    #manage-resume #main-area .card.active {
      background: #FFFFFF;
      transition: max-height 0.3s ease-out, background-color 0.3s;
      transition-delay: 0.5s;
      cursor: default;
      max-height: 2000px; }
      #manage-resume #main-area .card.active h2 {
        color: #222222;
        transition: color 0.5s; }
        #manage-resume #main-area .card.active h2 span.edit {
          display: none; }
        #manage-resume #main-area .card.active h2 span.close {
          display: block;
          cursor: pointer; }
  #manage-resume #main-area .employment-history {
    padding: 8px;
    border: 1px solid #EFEFEF;
    background: #F9F9F9;
    margin-bottom: 15px;
    position: relative; }
    #manage-resume #main-area .employment-history .btn-delete-employment-history {
      position: absolute;
      right: 8px;
      top: 4px;
      color: red;
      cursor: pointer; }
    #manage-resume #main-area .employment-history:last-child {
      margin-bottom: 0; }
  #manage-resume #main-area form.work-samples .work-sample {
    padding: 8px;
    border: 1px solid #EFEFEF;
    background: #F9F9F9;
    margin-bottom: 15px;
    position: relative; }
    #manage-resume #main-area form.work-samples .work-sample .btn-delete-work-sample {
      position: absolute;
      right: 8px;
      top: 4px;
      color: red;
      cursor: pointer; }
    #manage-resume #main-area form.work-samples .work-sample:last-child {
      margin-bottom: 0; }

#job-basket .actions {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 30px; }
  #job-basket .actions .left {
    flex: 1;
    text-align: left; }
  #job-basket .actions .right {
    flex: 1;
    text-align: right; }
  @media (max-width: 767px) {
    #job-basket .actions {
      display: block; }
      #job-basket .actions .left, #job-basket .actions .right {
        text-align: center; }
      #job-basket .actions .right {
        margin-top: 8px; } }
#job-basket .job-basket-job {
  position: relative; }
  #job-basket .job-basket-job .btn-remove {
    display: none;
    position: absolute;
    right: 15px;
    top: 12px;
    z-index: 999;
    border: 1px solid white; }
  #job-basket .job-basket-job:hover .btn-remove {
    display: block; }
  @media (max-width: 767px) {
    #job-basket .job-basket-job .btn-remove {
      display: block; } }

#cssform_employer h2 {
  font-size: 16px;
  margin-top: 10px; }

#cssform_employer .required {
  font-size: 20px;
  font-weight: bold;
  color: #FF9900; }

#cssform_employer input[type="checkbox"] {
  background-color: #fff;
  margin-left: 10px; }

#cssform_employer p {
  padding-bottom: 10px; }

#cssform_employer label {
  font-weight: bold; }

#colsearch .label {
  font-weight: bold;
  margin-bottom: -15px; }

#cssform_employer fieldset {
  display: inline-block;
  *display: inline;
  /* leading asterisk IS correct */
  margin-right: 40px;
  border: 2px solid #b8b8b8;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f7f7f7; }

.cssform p {
  width: 350px;
  clear: left;
  margin: 0;
  padding: 15px 0 8px 0;
  padding-left: 155px;
  /*width of left column containing the label elements*/
  border-top: 1px dashed gray;
  height: 1%; }

.leftinput p {
  width: 350px;
  padding: 15px 0 8px 0;
  padding-left: 0px;
  /*width of left column containing the label elements*/
  padding-right: 155px; }

.leftinput label {
  font-weight: bold; }

.cssform h2 {
  font-size: 16px; }

.cssform fieldset {
  display: inline-block;
  *display: inline;
  /* leading asterisk IS correct */
  margin-right: 20px;
  border: 2px solid #b8b8b8;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding-left: 10px;
  padding-right: 5px; }

.cssform fieldset.fsmedium {
  display: inline-block;
  *display: inline;
  /* leading asterisk IS correct */
  margin-right: 40px;
  border: 2px solid #b8b8b8;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  width: 340px;
  height: 280px;
  padding-top: 15px;
  padding-bottom: 0px; }

.cssform fieldset.fsmaller {
  display: inline-block;
  *display: inline;
  /* leading asterisk IS correct */
  margin-left: 80px;
  border: 2px solid #b8b8b8;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  width: 260px;
  height: 240px;
  padding-top: 15px;
  padding-bottom: 0px; }

fieldset.extrapad {
  display: inline-block;
  *display: inline;
  /* leading asterisk IS correct */
  margin-right: 40px;
  border: 2px solid #b8b8b8;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  width: 450px;
  height: 360px;
  padding-top: 15px;
  padding-bottom: 0px; }

fieldset.extra_extrapad {
  width: 530px;
  height: 540px; }

fieldset.test {
  display: inline-block;
  *display: inline;
  /* leading asterisk IS correct */
  margin-right: 40px;
  border: 2px solid #b8b8b8;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding: 35px 35px 35px 35px; }

legend.small {
  font-weight: bold;
  font-size: 14px;
  color: black;
  padding: 5px; }

legend {
  font-weight: bold;
  font-size: 1.5em;
  padding: 5px; }

legend.csslegendbig {
  font-size: 25px; }

legend.csslegendleft {
  font-size: 25px;
  padding-left: 0px; }

.cssform dt.small {
  font-size: 12px; }

.cssform a {
  text-decoration: underline; }

.cssform dt {
  font-size: 16px; }

/*.cssform input[type="text"]{ */
/*width of text boxes. IE6 does not understand this attribute*/
/*width: 180px;*/
/*}*/
.cssform textarea {
  width: 250px;
  height: 150px; }

.button {
  background-color: transparent;
  border: 1px solid #666666;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: url(../images/background_nav.jpg) top left repeat-x;
  display: inline-block;
  padding: 7px 10px 7px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  position: relative;
  cursor: pointer;
  margin-bottom: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px; }

/*.button {

	background: url(../images/background_nav.jpg) top left repeat-x;
	display: inline-block;
	padding: 5px 10px 6px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;}*/
.button-gray {
  background-color: #666666;
  border: 1px solid #666666;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  display: inline-block;
  padding: 5px 10px 6px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  margin-bottom: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px; }

.button-grayl {
  background-color: #666666;
  border: 1px solid #666666;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  display: inline-block;
  padding: 10px 14px 10px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  margin-bottom: 0px;
  margin-left: -55px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px; }

.buttonr {
  background-color: transparent;
  margin-left: 15px;
  border: 1px solid #666666;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background-color: #7BB200;
  display: inline-block;
  padding: 10px 14px 10px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  position: relative;
  cursor: pointer;
  margin-bottom: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px; }

#content p.button {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px; }

#content a.button {
  background: url(../images/background_nav.jpg) top left repeat-x;
  display: inline-block;
  padding: 5px 10px 6px;
  border: none;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  margin-bottom: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px; }

.button_new {
  background-color: transparent;
  border: 1px solid #666666;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: url(../images/background_nav.jpg) top left repeat-x;
  display: inline-block;
  padding: 7px 10px 7px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  position: relative;
  cursor: pointer;
  margin-bottom: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px; }

.clear {
  display: inline-block;
  padding: 5px 10px 6px;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  margin-bottom: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px; }

.myform {
  font-family: Arial, sans-serif;
  margin-left: 28%;
  margin-right: 10%;
  width: 400px;
  padding: 14px;
  border: solid 2px #ffcc99;
  background: #F9F6F4; }

.myform h2 {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: none; }

form.easyfrm fieldset {
  margin-bottom: 10px;
  border: solid 3px #ffcc99; }

form.easyfrm legend {
  padding: 0 2px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 12px; }

form.easyfrm label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top; }

form.easyfrm fieldset ol {
  margin: 0;
  padding: 0; }

form.easyfrm fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0; }

form.easyfrm fieldset fieldset {
  border: none;
  margin: 3px 0 0; }

form.easyfrm fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal; }

form.easyfrm fieldset fieldset label {
  display: block;
  width: auto; }

form.easyfrm em {
  font-weight: bold;
  font-style: normal;
  color: #f00; }

form.easyfrm label {
  width: 120px;
  /* Width of labels */ }

form.easyfrm fieldset fieldset label {
  margin-left: 123px;
  /* Width plus 3 (html space) */ }

#content .formboxbutton_center {
  padding-right: 20px;
  margin-bottom: 0px;
  margin-left: 400px; }

#content .formboxbuttonl {
  width: 150px;
  float: left;
  padding-right: 20px;
  margin-bottom: 0px;
  margin-left: 190px;
  padding-top: 20px; }

#content .formboxbuttonr {
  width: 150px;
  float: left;
  margin-left: 120px;
  margin-bottom: 0px;
  padding-top: 20px; }

#content .formboxbuttonl_top {
  width: 70px;
  float: left;
  margin-bottom: 0px;
  margin-left: 300px; }

#content .formboxbuttonr_top {
  width: 70px;
  float: right;
  margin-right: 300px;
  margin-bottom: 0px; }

#content .formboxbuttonleft {
  width: 200px;
  float: left;
  margin-bottom: 0px;
  margin-left: 240px;
  padding-top: 20px; }

#content .formboxbuttonright {
  width: 200px;
  float: right;
  margin-right: 240px;
  margin-bottom: 0px;
  padding-top: 20px; }

a.highlight {
  background: #F79221;
  color: #fff;
  font-size: 15px; }

#formbox_wrapper {
  width: 900px;
  padding-bottom: 395px; }

#formbox_wrapper h2.left {
  float: left;
  background: #666666;
  color: #fff;
  padding-left: 50px;
  padding-bottom: 3px;
  width: 360px;
  padding-top: 6px;
  font-weight: bold;
  font-size: 1.5em; }

#formbox_wrapper h2.right {
  float: right;
  background: #666666;
  color: #fff;
  padding-left: 30px;
  padding-right: 20px;
  margin-right: 40px;
  padding-bottom: 3px;
  padding-top: 6px;
  width: 350px;
  font-weight: bold;
  font-size: 1.5em; }

#formbox_wrapper .goright {
  margin-left: 60px; }

#formbox_wrapper .whitestrip {
  padding-right: 0px;
  padding-left: 0px;
  margin-left: 10px;
  background: #FFF; }

.formboxleft_border {
  float: left;
  width: 50%;
  padding-bottom: 50px;
  padding-top: 15px;
  border-right: 1px solid; }

.formboxright_borderctr {
  float: right;
  width: 40%;
  margin-left: 0px;
  margin-right: 100px;
  padding-top: 15px;
  padding-left: 0px;
  padding-bottom: 180px;
  margin-top: 0px; }

.formboxright_border {
  float: right;
  width: 40%;
  padding-right: 85spx;
  padding-top: 15px;
  padding-left: 45px;
  padding-bottom: 180px;
  margin-top: 0px; }

.formboxleft_border form.fbleft, dd.fbleft, dt.fbleft, dl.fbleft {
  margin-left: 40px; }

.formboxright_border form.fbright, dl.fbright, dd.fbright, dt.fbright {
  margin-left: 10px; }

#formbox1 {
  float: left;
  width: 45%;
  margin-left: 10px; }

#formbox1-small {
  float: left;
  width: 35%; }

#formbox2-large {
  float: right;
  width: 45%; }

#formbox2 {
  float: right;
  width: 35%; }

#formbox3 {
  float: right;
  width: 45%;
  margin-top: 5px;
  padding-top: 0px; }

#formbox4 {
  float: right;
  width: 35%;
  margin-right: 60px; }

#formbox1 h2 {
  font-size: 23px;
  font-weight: bold; }

.middle {
  margin-left: auto;
  margin-right: auto;
  width: 50em; }

.middle h3 {
  text-align: center; }

.listmiddle {
  margin-left: 320px; }

#two-column {
  width: 550px; }

#two-column #left {
  width: 300px;
  float: left; }

#two-column #right {
  width: 250px;
  float: right; }

#two-column p {
  margin-bottom: 12px; }

#two-column input {
  border: none;
  border: 1px solid #000;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 540px;
  padding: 5px; }

#two-column #right input, #two-column #left input {
  width: 240px; }

#two-column textarea {
  position: relative;
  padding: 5px;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 540px; }

#two-column input:focus, #two-column textarea:focus {
  background: #eee; }

#two-column .tcbutton {
  background: url(../images/background_nav.jpg) top left repeat-x;
  width: 240px;
  color: #fff;
  padding: 8px 18px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

#two-column.tcbutton {
  padding: 8px 18px;
  background: #222;
  color: #fff;
  border: 1px solid #fff;
  float: right;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

#two-column fieldset {
  display: inline-block;
  *display: inline;
  /* leading asterisk IS correct */
  margin-right: 40px;
  border: 2px solid #b8b8b8;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px; }

#two-columnlist {
  width: 950px; }

#two-columnlist #left {
  width: 400px;
  float: left;
  margin-left: 50px; }

#two-columnlist #leftsmall {
  width: 150px;
  float: left; }

#two-columnlist #rightsmall {
  width: 200px;
  float: right;
  margin-left: 20px; }

#two-columnlist #right {
  width: 350px;
  float: right;
  margin-left: 90px; }

#two-columnlist h2 {
  font-weight: bold;
  font-size: 18px;
  padding-top: 5px; }

#two-columnlist ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  list-style-image: url(../graphics/bullet_01.png); }

#tableform table {
  background: #F9F6F4;
  margin-left: 10px; }

#tableform input {
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px; }

#tableform label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 3px; }

#tableform .vertm {
  vertical-align: middle; }

#content h2.noborder {
  font-size: 18px;
  margin-top: 10px;
  background-color: white;
  margin-left: 0px;
  margin-right: 640px;
  margin-bottom: 10px;
  border: none; }

#event_entry {
  margin-left: 200px; }

#event_entry h2 {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-family: inherit;
  font-weight: bold;
  line-height: 1;
  color: #FF9900;
  text-rendering: optimizelegibility;
  font-size: 30px;
  line-height: 40px; }

#event_entry p.lead {
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-family: inherit;
  text-rendering: optimizelegibility;
  font-size: 16px; }

#event_entry .required {
  font-size: 20px;
  font-weight: bold;
  color: #FF9900; }

.eventform label {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif; }

.eventform legend {
  padding-top: 10px;
  padding-right: 2px;
  padding-bottom: 10px;
  padding-left: 2px;
  font-weight: bold;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 14px; }

.eventform p {
  width: 500px;
  clear: left;
  margin: 0;
  padding: 5px 0 8px 0;
  padding-left: 100px;
  /*width of left column containing the label elements*/
  border-bottom: dotted 2px #E4E4E4;
  height: 1%;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif; }

.eventform p.submit {
  width: 500px;
  clear: left;
  margin: 0;
  padding-top: 10px;
  padding-left: 0px;
  /*width of left column containing the label elements*/
  font-size: 140%;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif; }

.eventform label {
  font-weight: bold;
  float: left;
  margin-left: -100px;
  /*width of left column*/
  width: 200px;
  /*width of labels. Should be smaller than left column (155px) to create some right margin*/
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif; }

.eventform label.mult {
  font-weight: bold;
  float: none;
  margin-left: 0px;
  /*width of left column*/
  width: 50px;
  /*width of labels. Should be smaller than left column (155px) to create some right margin*/ }

.eventform input[type="text"] {
  /*width of text boxes. IE6 does not understand this attribute*/
  width: 380px;
  height: 22px; }

.eventform input.short {
  /*width of text boxes. IE6 does not understand this attribute*/
  width: 300px;
  height: 22px; }

.eventform input.counter {
  width: 40px;
  margin-left: 100px; }

.eventform fieldset {
  display: inline-block;
  *display: inline;
  /* leading asterisk IS correct */
  margin-right: 40px;
  border: 2px solid #b8b8b8;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #f7f7f7; }

.eventform textarea {
  width: 380px; }

.eventform input[type="text"] {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 12px;
  line-height: 20px;
  color: #555555; }

.eventform select {
  display: inline-block;
  height: 28px;
  padding-right: 6px;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-left: 6px;
  margin-bottom: 9px;
  font-size: 12px;
  line-height: 28px;
  color: #555555; }

.eventform label,
.eventform input,
.eventform button,
.eventform select,
.eventform textarea {
  font-size: 12px;
  font-weight: normal; }

.cssform_side dt.small {
  font-size: 12px; }

.cssform_side a {
  text-decoration: underline; }

.cssform_side dt {
  font-size: 16px; }

.cssform_side p {
  width: 350px;
  padding-left: 155px;
  /*width of left column containing the label elements*/
  border-top: none; }

.leftinput_side {
  width: 210px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  border-right: dotted 2px #E4E4E4;
  background-color: #f6f6f6;
  margin-left: -10px; }

#colsearch .leftinput_side p {
  width: 210px;
  font-size: 12px; }

.leftinput_side h3 {
  padding-top: 10px;
  padding-bottom: 5px; }

#colsearch .leftinput_side label {
  float: left;
  width: 210px;
  font-size: 12px; }

.leftinput_side a {
  text-decoration: underline; }

.leftinput_side select {
  font-size: 12px; }

#line {
  border-bottom: dotted 2px #E4E4E4;
  border-bottom-color: #cccccc;
  width: 260px; }

#rssfeed {
  float: right;
  margin-left: 810px; }

p.pagenumbs {
  float: right;
  display: block;
  margin-top: 20px;
  padding-left: 60px;
  margin-right: -35px; }

#rssfeed p.box {
  background-color: #E4E4E4;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  float: right;
  margin-top: -15px;
  margin-bottom: 5px;
  padding-bottom: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px; }

#rssfeed p.pagenumbs {
  padding-left: 20px;
  padding-right: 15px; }

#rssfeed a {
  font-family: Arial, sans-serif;
  font-size: 12px; }

#top {
  float: left;
  margin-top: -60px;
  margin-right: 600px; }

#top h2 {
  font-size: 20px;
  padding-top: 25px; }

#employer-manager {
  margin-bottom: 75px; }
  #employer-manager .card {
    border-radius: 0.75rem !important;
    min-height: 100%; }
  #employer-manager .main-actions .card {
    background-color: #f1f1f1; }
    #employer-manager .main-actions .card .card-body a {
      white-space: nowrap; }
    #employer-manager .main-actions .card .card-text {
      font-size: 1.1rem; }
  #employer-manager .icon {
    color: #58BF28;
    display: flex;
    font-size: 60px; }
  #employer-manager .quick-actions {
    margin: 15px 0;
    padding: 0 1.25rem; }
    #employer-manager .quick-actions .btn {
      color: #77787B;
      white-space: nowrap; }
    @media (max-width: 575px) {
      #employer-manager .quick-actions {
        padding: 0 1.25rem; } }
    @media (min-width: 992px) {
      #employer-manager .quick-actions {
        border-right: 1px solid rgba(0, 0, 0, 0.125); } }
  #employer-manager .job-dates {
    display: inline-block;
    padding: 0 1.25rem;
    margin-top: 8px; }
  #employer-manager .job-views {
    display: inline-block;
    margin: 20px 0;
    min-width: 115px;
    background-color: #eae9ef;
    border-radius: 0.75rem;
    text-align: center;
    padding: 10px 10px 0; }
    #employer-manager .job-views strong {
      display: block;
      font-size: 30px; }

#order-summary #order-total {
  font-size: 1.3rem;
  font-weight: bold; }
  #order-summary #order-total .total {
    color: red; }
#order-summary .job-price {
  font-size: 1.15rem;
  font-weight: bold; }
  #order-summary .job-price .price {
    color: red; }

#signup-form label.required:after {
  content: '*';
  color: red; }

#billing-page .saved-credit-cards {
  border: 1px solid #E0E0E0;
  padding: 15px 15px 5px;
  margin-bottom: 15px; }
  #billing-page .saved-credit-cards strong {
    font-weight: bold; }
  #billing-page .saved-credit-cards input {
    margin-right: 8px; }
  #billing-page .saved-credit-cards .divider {
    border-bottom: 1px solid #E0E0E0;
    padding: 0 15px;
    margin: 0 -15px;
    margin-bottom: 10px;
    padding-bottom: 10px; }
  #billing-page .saved-credit-cards label {
    font-weight: normal;
    width: 100%;
    margin: 0 -15px;
    padding: 8px 15px; }

#news .news-items {
  font-size: 0.9rem;
  color: #666666; }
  @media (min-width: 768px) {
    #news .news-items {
      padding-right: 60px; }
      #news .news-items .row > div:nth-child(odd) .news-item {
        margin-right: 10px; }
      #news .news-items .row > div:nth-child(even) .news-item {
        margin-left: 10px; } }
  #news .news-items .row > div {
    margin-bottom: 25px; }
    #news .news-items .row > div .news-item {
      border-bottom: 1px solid #666666 !important;
      padding-bottom: 20px;
      height: 100%; }
      #news .news-items .row > div .news-item h3 {
        font-size: 16px !important;
        font-family: "Georgia", serif;
        font-weight: bold;
        margin: 0 0 8px !important;
        color: #00396b !important; }
      #news .news-items .row > div .news-item h4 {
        color: #000;
        font-size: 14px !important;
        font-weight: normal;
        margin: 0 0 2px; }
      #news .news-items .row > div .news-item .news-image {
        vertical-align: middle;
        border-style: none;
        float: right;
        max-width: 100px;
        margin-left: 10px; }
#news .latest-jobs {
  background: #EFEFEF;
  padding: 10px; }
  #news .latest-jobs h3 {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #999999;
    border-top: 3px solid #222222; }
  #news .latest-jobs .job {
    border-bottom: 1px solid #999999;
    margin-bottom: 8px;
    padding-bottom: 8px; }
    #news .latest-jobs .job h4 {
      font-size: 1em;
      margin-bottom: 0; }
    #news .latest-jobs .job .company {
      font-size: 0.9em; }

#packages .title {
  display: grid;
  grid-template-columns: 1fr 250px;
  margin-bottom: 15px;
  align-items: center; }
  #packages .title a {
    display: block;
    text-align: right; }
  @media (max-width: 767px) {
    #packages .title {
      display: block; }
      #packages .title a {
        text-align: left; } }
#packages .package-wrapper .package {
  display: grid;
  grid-template-columns: 1fr 400px;
  background: #f6f7fa;
  margin-bottom: 15px;
  padding: 30px; }
  #packages .package-wrapper .package .left p.description {
    color: #666666; }
  #packages .package-wrapper .package .right {
    display: flex;
    align-items: center;
    justify-content: right;
    text-align: right; }
    #packages .package-wrapper .package .right .action {
      display: flex;
      align-items: center;
      justify-content: right;
      margin: 0 0 0 auto;
      border: 1px solid #CCCCCC; }
      #packages .package-wrapper .package .right .action .price {
        font-size: 30px;
        border-right: 1px solid #CCCCCC;
        padding: 15px;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
      #packages .package-wrapper .package .right .action .link {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px; }
  @media (max-width: 991px) {
    #packages .package-wrapper .package {
      display: block; }
      #packages .package-wrapper .package .left {
        margin-bottom: 15px; } }

@media (max-width: 767px) {
  body.open header {
    border-bottom: none !important; } }
.nav-bar-top {
  background-color: #fff;
  border-bottom: 1px solid #E0E0E0;
  position: relative; }

header {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
  min-height: 60px; }
  header nav.desktop, header nav.mobile {
    display: none;
    flex: 1; }
    header nav.desktop > ul, header nav.mobile > ul {
      list-style: none;
      display: flex;
      margin: 0;
      padding: 0;
      align-items: center;
      justify-content: flex-start; }
      header nav.desktop > ul > li:first-child, header nav.mobile > ul > li:first-child {
        margin-left: 45px; }
      header nav.desktop > ul li, header nav.mobile > ul li {
        position: relative;
        display: inline-block;
        border-radius: 5px;
        white-space: nowrap; }
        header nav.desktop > ul li span.open, header nav.mobile > ul li span.open {
          display: none; }
        header nav.desktop > ul li:first-child, header nav.mobile > ul li:first-child {
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0; }
        header nav.desktop > ul li > a, header nav.mobile > ul li > a {
          display: block;
          color: #222222;
          padding: 8px 11px;
          margin: 0 5px;
          border-bottom: 2px solid transparent;
          font-weight: normal; }
          @media (min-width: 768px) {
            header nav.desktop > ul li > a, header nav.mobile > ul li > a {
              font-weight: bold; } }
          header nav.desktop > ul li > a:hover, header nav.mobile > ul li > a:hover {
            border-bottom: 2px solid #0d6eb3;
            transition: 0.3s border-bottom-color; }
          header nav.desktop > ul li > a.active, header nav.mobile > ul li > a.active {
            border-bottom: 2px solid #0d6eb3; }
          header nav.desktop > ul li > a .fa-user-circle, header nav.mobile > ul li > a .fa-user-circle {
            font-size: 36px;
            margin-top: 3px;
            display: block;
            position: absolute;
            right: 0;
            top: -13px; }
            @media (max-width: 767px) {
              header nav.desktop > ul li > a .fa-user-circle, header nav.mobile > ul li > a .fa-user-circle {
                top: -30px;
                right: 15px; } }
          header nav.desktop > ul li > a .fa-times, header nav.desktop > ul li > a .fa-bars, header nav.desktop > ul li > a .fa-chevron-down, header nav.desktop > ul li > a .fa-chevron-up, header nav.mobile > ul li > a .fa-times, header nav.mobile > ul li > a .fa-bars, header nav.mobile > ul li > a .fa-chevron-down, header nav.mobile > ul li > a .fa-chevron-up {
            position: absolute;
            right: 8px;
            top: -2px; }
        header nav.desktop > ul li.logged-out > a .fa-times, header nav.desktop > ul li.logged-out > a .fa-bars, header nav.desktop > ul li.logged-out > a .fa-chevron-down, header nav.desktop > ul li.logged-out > a .fa-chevron-up, header nav.mobile > ul li.logged-out > a .fa-times, header nav.mobile > ul li.logged-out > a .fa-bars, header nav.mobile > ul li.logged-out > a .fa-chevron-down, header nav.mobile > ul li.logged-out > a .fa-chevron-up {
          top: -4px; }
          @media (max-width: 991px) {
            header nav.desktop > ul li.logged-out > a .fa-times, header nav.desktop > ul li.logged-out > a .fa-bars, header nav.desktop > ul li.logged-out > a .fa-chevron-down, header nav.desktop > ul li.logged-out > a .fa-chevron-up, header nav.mobile > ul li.logged-out > a .fa-times, header nav.mobile > ul li.logged-out > a .fa-bars, header nav.mobile > ul li.logged-out > a .fa-chevron-down, header nav.mobile > ul li.logged-out > a .fa-chevron-up {
              top: -16px; } }
        header nav.desktop > ul li.spacer, header nav.mobile > ul li.spacer {
          width: 100%; }
        header nav.desktop > ul li.post-job-button, header nav.mobile > ul li.post-job-button {
          margin-left: 8px;
          border-left: 1px solid #EFEFEF !important;
          border-radius: 0;
          padding-left: 8px; }
          header nav.desktop > ul li.post-job-button.no-divider, header nav.mobile > ul li.post-job-button.no-divider {
            border-left: 0;
            margin-left: 0;
            padding-left: 0; }
          header nav.desktop > ul li.post-job-button > a, header nav.mobile > ul li.post-job-button > a {
            margin-left: 15px;
            color: white;
            padding: 4px 23px;
            border: 1px solid transparent;
            border-radius: 25px !important;
            font-weight: bold; }
            header nav.desktop > ul li.post-job-button > a:hover, header nav.mobile > ul li.post-job-button > a:hover {
              border-color: transparent; }
            header nav.desktop > ul li.post-job-button > a.btn-primary:hover, header nav.mobile > ul li.post-job-button > a.btn-primary:hover {
              background: white;
              color: #222222;
              border: 1px solid #72a628; }
        header nav.desktop > ul li ul, header nav.mobile > ul li ul {
          list-style: none;
          display: none;
          position: absolute;
          left: 0;
          top: 40px;
          background: #FFFFFF;
          padding: 1px;
          z-index: 999;
          font-size: 14px;
          box-shadow: 0 0 15px #00000066;
          width: 390px;
          border-radius: 3px;
          border: 1px solid #EFEFEF; }
          @media (max-width: 767px) {
            header nav.desktop > ul li ul, header nav.mobile > ul li ul {
              box-shadow: none; } }
          header nav.desktop > ul li ul li, header nav.mobile > ul li ul li {
            display: block;
            background: transparent;
            border-radius: 0; }
            header nav.desktop > ul li ul li:first-child, header nav.mobile > ul li ul li:first-child {
              margin-top: 8px; }
            header nav.desktop > ul li ul li:last-child, header nav.mobile > ul li ul li:last-child {
              padding-bottom: 0 !important;
              margin-bottom: 4px; }
            header nav.desktop > ul li ul li a, header nav.mobile > ul li ul li a {
              font-weight: normal;
              font-size: 18px !important;
              padding: 8px 15px;
              display: block;
              white-space: nowrap; }
              @media (min-width: 992px) {
                header nav.desktop > ul li ul li a, header nav.mobile > ul li ul li a {
                  font-size: 16px !important;
                  color: #0d6eb3; } }
              header nav.desktop > ul li ul li a:hover, header nav.mobile > ul li ul li a:hover {
                text-decoration: underline; }
              header nav.desktop > ul li ul li a i, header nav.mobile > ul li ul li a i {
                display: none; }
              header nav.desktop > ul li ul li a:hover, header nav.mobile > ul li ul li a:hover {
                border-bottom-color: transparent; }
        header nav.desktop > ul li.submenu, header nav.mobile > ul li.submenu {
          position: relative;
          display: inline-flex;
          align-items: center; }
          header nav.desktop > ul li.submenu .name, header nav.mobile > ul li.submenu .name {
            display: block;
            font-weight: bold;
            margin-left: 30px;
            font-size: 18px;
            margin-right: -48px;
            color: #222222;
            width: auto; }
            @media (max-width: 767px) {
              header nav.desktop > ul li.submenu .name, header nav.mobile > ul li.submenu .name {
                display: none; } }
          header nav.desktop > ul li.submenu a, header nav.mobile > ul li.submenu a {
            border-bottom: 2px solid transparent !important;
            padding: 8px 25px;
            width: 70px;
            position: relative; }
            header nav.desktop > ul li.submenu a.toggle-main-menu, header nav.mobile > ul li.submenu a.toggle-main-menu {
              margin-right: 0; }
          header nav.desktop > ul li.submenu span.closed, header nav.desktop > ul li.submenu span.open, header nav.mobile > ul li.submenu span.closed, header nav.mobile > ul li.submenu span.open {
            width: 22px;
            font-size: 22px; }
          header nav.desktop > ul li.submenu.open span.closed, header nav.mobile > ul li.submenu.open span.closed {
            display: none !important;
            width: 16px; }
          header nav.desktop > ul li.submenu.open span.open, header nav.mobile > ul li.submenu.open span.open {
            display: block !important;
            width: 16px; }
          header nav.desktop > ul li.submenu.open ul, header nav.mobile > ul li.submenu.open ul {
            display: block !important; }
            header nav.desktop > ul li.submenu.open ul li.sign-in, header nav.mobile > ul li.submenu.open ul li.sign-in {
              background: white; }
          @media (min-width: 767px) {
            header nav.desktop > ul li.submenu ul, header nav.mobile > ul li.submenu ul {
              right: 0 !important;
              top: 35px;
              left: auto;
              width: 300px; }
              header nav.desktop > ul li.submenu ul li:first-child, header nav.mobile > ul li.submenu ul li:first-child {
                padding-top: 8px; }
              header nav.desktop > ul li.submenu ul li:last-child, header nav.mobile > ul li.submenu ul li:last-child {
                padding-bottom: 8px; }
              header nav.desktop > ul li.submenu ul a, header nav.mobile > ul li.submenu ul a {
                display: inline-block;
                font-size: 18px !important;
                padding: 8px 15px; }
                header nav.desktop > ul li.submenu ul a:hover, header nav.mobile > ul li.submenu ul a:hover {
                  text-decoration: underline; }
            header nav.desktop > ul li.submenu .fa-times, header nav.mobile > ul li.submenu .fa-times {
              color: #FF9900; } }
          @media (max-width: 991px) {
            header nav.desktop > ul li.submenu ul, header nav.mobile > ul li.submenu ul {
              border: 1px solid #999999; } }
          @media (min-width: 992px) {
            header nav.desktop > ul li.submenu ul a, header nav.mobile > ul li.submenu ul a {
              font-size: 16px !important;
              color: #0d6eb3; } }
        @media (min-width: 768px) {
          header nav.desktop > ul li.search-jobs:hover ul, header nav.mobile > ul li.search-jobs:hover ul {
            display: block; } }
        header nav.desktop > ul li.bars > a, header nav.mobile > ul li.bars > a {
          border-bottom: 2px solid transparent !important; }
          header nav.desktop > ul li.bars > a i.fa-bars, header nav.mobile > ul li.bars > a i.fa-bars {
            font-size: 1.2rem; }
        header nav.desktop > ul li.bars ul, header nav.mobile > ul li.bars ul {
          right: 0;
          left: auto; }
        header nav.desktop > ul li.divider, header nav.mobile > ul li.divider {
          background: #CCCCCC;
          height: 1px;
          margin: 8px 15px; }
        header nav.desktop > ul li.text, header nav.mobile > ul li.text {
          padding: 8px 15px;
          text-align: left; }
          header nav.desktop > ul li.text h3, header nav.mobile > ul li.text h3 {
            font-weight: bold;
            font-size: 16px; }
          header nav.desktop > ul li.text h4, header nav.mobile > ul li.text h4 {
            font-size: 12px;
            text-transform: uppercase;
            font-weight: bold;
            margin: 0;
            color: #555555; }
          @media (max-width: 767px) {
            header nav.desktop > ul li.text, header nav.mobile > ul li.text {
              margin: 0 0 -8px 8px; } }
  header nav.mobile ul li span.closed, header nav.mobile ul li span.open {
    position: absolute;
    right: 20px;
    top: 40px; }
  header nav.mobile ul li span.closed {
    display: block;
    margin-right: -4px; }
  header nav.mobile ul li span.open {
    display: none;
    margin-right: -4px; }
  header nav.mobile ul li.submenu {
    text-align: right;
    position: static; }
    header nav.mobile ul li.submenu a {
      border-bottom: 2px solid transparent !important;
      padding: 8px 30px;
      position: static; }
    header nav.mobile ul li.submenu.open span.closed {
      display: none !important; }
    header nav.mobile ul li.submenu.open span.open {
      display: block !important; }
    header nav.mobile ul li.submenu.open ul {
      display: block !important; }
      @media (min-width: 768px) {
        header nav.mobile ul li.submenu.open ul {
          position: absolute;
          left: 0;
          right: 0;
          top: 70px;
          width: 100% !important;
          text-align: left; } }
      @media (max-width: 767px) {
        header nav.mobile ul li.submenu.open ul {
          top: 65px;
          bottom: -2px;
          position: fixed;
          border: none; } }
  header nav.mobile ul li ul {
    font-size: 18px;
    position: absolute;
    top: 79px;
    left: 0 !important;
    right: 0 !important;
    width: 100%; }
    header nav.mobile ul li ul li a {
      display: block;
      font-size: 18px;
      margin-left: -8px; }
      header nav.mobile ul li ul li a i {
        display: none; }
      header nav.mobile ul li ul li a:hover {
        background: none;
        border-color: transparent !important; }
      header nav.mobile ul li ul li a span.arrow {
        display: block;
        float: right; }
  @media (min-width: 992px) {
    header nav.desktop {
      display: block; }
    header.no-line {
      border-bottom: none; } }
  @media (max-width: 991px) {
    header.no-line {
      border-bottom: none; }
    header nav.mobile {
      display: block; } }
  @media (max-width: 991px) and (max-width: 767px) {
    header nav.mobile .post-job-button {
      display: none; } }

#post-job-2 .btn {
  scale: 120%;
  margin: 0 10px; }
#post-job-2 h1 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin: 60px 0 30px; }
#post-job-2 #steps {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 800px;
  margin: 0 auto 30px; }
  #post-job-2 #steps .step {
    width: 100%;
    flex-grow: 1; }
    #post-job-2 #steps .step .number {
      color: #72a628;
      font-weight: bold;
      font-size: 18px;
      border-bottom: 4px solid #efefef;
      padding-bottom: 5px;
      margin-bottom: 5px; }
    #post-job-2 #steps .step .text {
      font-weight: bold;
      font-size: 24px; }
    #post-job-2 #steps .step.active .number {
      border-bottom: 4px solid #8ece32; }
#post-job-2 h2 {
  color: #72a628; }
#post-job-2 .section-header {
  display: flex;
  justify-content: space-between;
  text-align: center; }
  @media (max-width: 767px) {
    #post-job-2 .section-header {
      flex-direction: column;
      align-items: center;
      margin-bottom: 10px; } }
#post-job-2 form label {
  font-size: 18px;
  font-weight: bold;
  display: block; }
  #post-job-2 form label.required:after {
    content: " *";
    color: red; }
#post-job-2 form .section {
  display: none; }
  #post-job-2 form .section.active {
    display: block; }
#post-job-2 .form-buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 30px; }
  @media (max-width: 767px) {
    #post-job-2 .form-buttons {
      flex-direction: column;
      align-items: center; } }
#post-job-2 .help-text {
  font-size: 14px;
  color: #999999;
  margin-top: -10px; }
#post-job-2 .internal-link {
  color: #8ece32;
  text-decoration: underline;
  cursor: pointer; }

/*# sourceMappingURL=style.css.map */
