/* ==========================================
	Mixins
========================================== */
/* ==========================================
	Variables
========================================== */
:root {
  --sans: 'Poppins', 'Open Sans', sans-serif;
  --handwriting: 'Permanent Marker', 'Poppins', 'Open Sans', sans-serif;
  --icon: "Font Awesome 5 Pro";
  --blue: #004e74;
  --blue-dk: #2B6884;
  --blue-lt: #CAE7F0;
  --orange: #D67A49;
  --orange-dk: #c7602a;
  --black: #143a55;
  --grey: #a3a3a3;
  --grey-dk: #747474;
  --grey-md: #6C6C6C;
  --grey-lt: #ccc;
  --off-white: #eef3f5;
  --white: #fff;
  --trans: transaprent;
  --ts-primary: #004E74;
  --ts-primary-hover: #2B6884;
  --ts-secondary: #C7602A;
  --ts-secondary-hover: #D67A49;
  --ts-grey: #a3a3a3;
  --ts-lt-grey: #EFEFEF;
  --ts-dark-grey: #747474;
  --ts-optional: #71C3DD;
  --ts-error: #CE3507;
  --primary: var(--blue);
  --primary-dk: var(--blue-dk);
  --primary-lt: var(--blue-lt);
  --secondary: var(--orange);
  --secondary-dk: var(--orange-dk);
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px; }

select {
  appearance: none;
  /* Removes default styling */
  -webkit-appearance: none;
  /* For Safari */
  -moz-appearance: none;
  /* For Firefox */
  width: 100%;
  padding: 0.5rem 1rem;
  /* Custom padding */
  padding-right: 2rem;
  /* Space for the arrow */
  font-size: 1rem;
  /* Font size */
  color: #000000;
  /* Text color */
  background-color: #ffffff !important;
  /* Background color */
  border: 1px solid #747474;
  /* Border styling */
  border-radius: 4px;
  /* Rounded corners */
  outline: none;
  /* Remove outline */
  cursor: pointer;
  /* Pointer cursor on hover */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpolygon points='0,0 10,0 5,5' fill='%23333'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  /* Position the arrow */
  background-size: 0.75rem;
  /* Size of the arrow */ }

.container {
  width: 100%;
  max-width: 1600px; }

.input-error {
  color: red;
  display: block;
  margin-top: 4px; }

html, body {
  margin: 0;
  padding: 0;
  font-size: 16px; }

body {
  background: var(--white);
  padding-top: 100px;
  position: initial !important;
  font-size: 16px;
  line-height: 1.5;
  color: var(--grey-dk);
  font-family: var(--sans);
  font-weight: 400;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%; }

p {
  margin-bottom: 20px; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.25rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 0.75rem; }

@media (min-width: 576px) {
  h1 {
    font-size: 1.75rem; }
  h2 {
    font-size: 1.5rem; }
  h3 {
    font-size: 1.25rem; }
  h4 {
    font-size: 1.125rem; }
  h5 {
    font-size: 1rem; }
  h6 {
    font-size: 0.75rem; } }

@media (min-width: 768px) {
  h1 {
    font-size: 2.125rem; }
  h2 {
    font-size: 2em; }
  h3 {
    font-size: 1.5rem; }
  h4 {
    font-size: 1.25rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

@media (min-width: 992px) {
  h1 {
    font-size: 2.25rem; }
  h2 {
    font-size: 2rem; }
  h3 {
    font-size: 1.75rem; }
  h4 {
    font-size: 1.5rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

@media (min-width: 1200px) {
  h1 {
    font-size: 4em; }
  h2 {
    font-size: 3em; }
  h3 {
    font-size: 2.25rem; }
  h4 {
    font-size: 1.5rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--sans);
  font-weight: 700;
  line-height: 1.25;
  margin-top: 0; }

ul.no-bullets {
  list-style: none;
  padding: 0; }
  ul.no-bullets i,
  ul.no-bullets svg {
    display: inline-block;
    width: 20px;
    vertical-align: top;
    padding-top: 5px;
    margin-right: 5px; }
  ul.no-bullets p {
    display: inline-block;
    width: calc(100% - 30px); }

.no-padding {
  padding: 0; }

p a {
  color: var(--secondary-dk);
  text-decoration: underline; }
  p a:hover {
    cursor: pointer;
    color: var(--secondary); }

.small {
  font-size: 80%; }

/* Repeated Elements */
section {
  padding: 40px 0; }
  section.overlap {
    padding: 50px 0 120px; }

.text-handwriting {
  font-family: var(--handwriting);
  font-weight: 300; }

.curve-top {
  padding: 50px 0 100px;
  border-radius: 80px 80px 0 0;
  margin-top: -60px;
  z-index: 1;
  background-color: var(--white); }
  .curve-top .row {
    padding: 20px 0; }

.curve-bottom {
  padding: 50px 0;
  border-radius: 0 0 80px 80px;
  z-index: 1;
  background-color: var(--white); }

img.full-width {
  object-fit: cover;
  object-position: center center; }

img.rounded {
  border-radius: 15px; }

img.soft-shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }

.full-width {
  width: 100%; }

.width-80 {
  width: 80%;
  margin: 0 auto; }

.width-60 {
  width: 60%;
  margin: 0 auto; }

.width-50 {
  width: 50%;
  margin: 0 auto; }

.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden; }

.decorative-arrow-right {
  display: inline-block;
  position: relative;
  top: -20px;
  margin-bottom: -65px;
  margin-left: 100px;
  width: 250px;
  height: auto; }

.image-wrapper {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover; }

.blog-cards {
  display: flex; }

.blog-item-col {
  display: flex; }

.card {
  position: relative;
  word-wrap: break-word;
  background: rgba(255, 255, 255, 0.85);
  border: none;
  border-radius: 0; }
  .card.solid {
    background: var(--white); }
  .card.border {
    border: 1px solid var(--grey); }
  .card label {
    font-size: 16px;
    font-weight: 500; }
  .card .card-img {
    margin-bottom: 0; }
    .card .card-img img {
      border-radius: 10px 10px 0 0;
      margin-bottom: 0;
      width: 100%;
      max-width: none;
      height: auto;
      min-height: 150px;
      max-height: 250px;
      object-fit: cover;
      object-position: center center; }
  .card .card-body {
    padding: 20px; }

.modal .modal-content {
  border-radius: 0;
  cursor: pointer; }

.modal .modal-body.centered .close {
  position: absolute;
  top: 5px;
  right: 10px; }

.modal .modal-body.centered {
  text-align: center; }
  .modal .modal-body.centered .model-forum {
    text-align: left;
    display: grid;
    margin: 0 auto;
    padding-bottom: 16px;
    grid-gap: 4px; }
    .modal .modal-body.centered .model-forum textarea {
      min-width: 100%;
      min-height: 50px;
      resize: vertical; }
    .modal .modal-body.centered .model-forum textarea.message {
      min-height: 150px; }

.modal .modal-body.centered .red {
  color: #ce3507; }

.modal .modal-body.centered .blue {
  color: var(--primary); }

.modal .modal-header {
  border-bottom: none; }

.callout {
  border-top: 1px solid var(--off-white);
  border-bottom: 1px solid var(--off-white);
  padding: 20px 0; }
  .callout .icon {
    background: var(--off-white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    float: left;
    margin-right: 10px; }
    .callout .icon i,
    .callout .icon svg {
      color: var(--primary); }
  .callout .title {
    font-weight: 600;
    color: var(--green);
    margin-bottom: 0;
    font-style: bold; }
  .callout .detail {
    color: var(--grey);
    list-style: none;
    margin-left: 20px; }
    .callout .detail li {
      border-bottom: 1px solid var(--off-white); }
      .callout .detail li:last-child {
        border-bottom-color: transparent; }

.indicator {
  display: inline-block;
  margin-right: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%; }

blockquote, .blockquote {
  display: block;
  border-left: 5px solid var(--secondary);
  padding: 0 20px;
  margin: 20px 20px 40px;
  color: var(--secondary);
  font-weight: bold; }
  blockquote.blue, .blockquote.blue {
    border-left-color: var(--primary-dk);
    color: var(--primary-dk);
    padding: 20px;
    background: var(--off-white);
    margin: 20px 20px 40px; }

.full-width {
  width: 100%; }

.show-mobile {
  display: none; }

/* Scrollbar */
::-webkit-scrollbar {
  width: 8px; }

::-webkit-scrollbar-track {
  background: transparent; }
  ::-webkit-scrollbar-track:hover {
    background: rgba(0, 0, 0, 0.15); }

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px; }
  ::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.5); }

.bg-off-white:first-of-type {
  margin-top: -50px; }
  .bg-off-white:first-of-type > section.overlap {
    padding: 120px 0; }

.m-0 {
  margin: 0 !important; }

.d-block {
  display: block !important; }

textarea.ts-select {
  resize: vertical;
  min-height: 60px; }

.ts-select, .ts-input {
  width: 100%;
  padding: 8px;
  border: 1px solid var(--ts-dark-grey);
  border-radius: 4px;
  height: 38px;
  color: var(--ts-dark-grey);
  background-color: var(--white); }
  .ts-select:focus-visible, .ts-input:focus-visible {
    border: 1px solid var(--ts-primary);
    border: 1px solid var(--ts-optional);
    box-shadow: rgba(111, 195, 220, 0.48) 0px 0px 0px 3px; }

input[type="checkbox"]:checked {
  background-color: var(--blue);
  border: 2px solid var(--blue); }

input[type="checkbox"] {
  accent-color: var(--blue); }

.checkbox-wrapper label {
  color: #747474; }

.dropdown-toggle {
  color: var(--grey-dk); }
  .dropdown-toggle:hover {
    color: initial; }

.ts-dropdown {
  width: 100%;
  text-align: center;
  color: var(--black); }
  .ts-dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .ts-dropdown ul li a {
      text-decoration: none;
      padding: 8px;
      display: block;
      color: var(--black); }
      .ts-dropdown ul li a:hover {
        background: var(--ts-lt-grey); }
    .ts-dropdown ul li:last-child a {
      padding-bottom: 10px; }

.job-detail {
  background: #efefef;
  padding: 4px 12px;
  font-size: 10px;
  border-radius: 15px;
  display: inline-flex;
  gap: 8px;
  align-items: center; }

.skills {
  margin-bottom: 16px; }

.checkbox-wrapper {
  display: flex;
  gap: 8px;
  align-items: flex-start; }
  .checkbox-wrapper input {
    height: 16px;
    width: 16px; }
  .checkbox-wrapper label {
    margin: 0; }

.addBtn {
  display: flex;
  justify-content: end;
  gap: 8px; }

.tooltip-container {
  position: relative;
  display: inline-block; }

.tooltip {
  visibility: hidden;
  width: 200px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.2s, visibility 0.2s; }

.tooltip-trigger:hover + .tooltip,
.tooltip-trigger:focus + .tooltip {
  visibility: visible;
  opacity: 1; }

.tooltip-trigger:active + .tooltip {
  visibility: hidden;
  opacity: 0; }

.add-remove a:first-child {
  color: var(--ts-secondary);
  text-decoration: none; }
  .add-remove a:first-child:hover {
    color: var(--ts-secondary-hover); }

.error-msg {
  color: var(--ts-error);
  display: block;
  margin-top: 4px; }

#search_profiles .card {
  position: relative;
  word-wrap: break-word;
  background: rgba(255, 255, 255, 0.85);
  border: none;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
  #search_profiles .card.solid {
    background: var(--white); }
  #search_profiles .card label {
    font-size: 16px;
    font-weight: 500; }
  #search_profiles .card .card-img {
    margin-bottom: 0; }
    #search_profiles .card .card-img img {
      border-radius: 10px 10px 0 0;
      margin-bottom: 0;
      width: 100%;
      max-width: none;
      height: auto;
      min-height: 150px;
      max-height: 250px;
      object-fit: cover;
      object-position: center center; }
  #search_profiles .card .card-body {
    padding: 30px 20px; }

/* To be removed once verified */
.section-title {
  margin-bottom: 12px; }

.card-data {
  margin-bottom: 16px; }

.job_row_data {
  margin-bottom: 16px;
  display: grid; }
  .job_row_data .ts-form-group.select.addSkills {
    grid-template-columns: 1fr; }

.optional-required.job_row_data {
  display: flex;
  gap: 24px; }

.grid-cell.expand {
  display: grid;
  grid-gap: 8px; }

#editor-container {
  position: relative;
  margin-bottom: 12px; }
  #editor-container .sufficient-description {
    position: absolute;
    right: 8px;
    bottom: 2px;
    font-size: 14px; }
  #editor-container #editor {
    resize: vertical;
    height: 250px;
    min-height: 250px;
    overflow: hidden; }

.error-add-remove {
  display: grid;
  grid-template-columns: 1fr 1fr; }

.card-data_title {
  font-weight: 500; }

.compensation-input {
  position: relative; }
  .compensation-input .ts-select {
    padding-left: 21px; }
  .compensation-input:before {
    content: "$";
    position: absolute;
    left: 10px;
    top: 7px; }

.schedule-container, .benefits, .bonus-options {
  display: grid;
  grid-template-columns: 1fr 1fr; }

.wysiwyg-editor .sufficient-description {
  bottom: 4px; }

.bold {
  font-weight: 700 !important; }

.primary {
  color: var(--ts-primary) !important; }

label {
  font-size: 16px; }

.grid-single {
  display: grid; }

.grid-double {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px; }

.grid-quad {
  display: grid;
  grid-template-columns: repeat(4, 1fr); }

.pagination li.active a {
  background-color: #1976D2 !important;
  color: #ffffff; }

.pagination li:nth-child(-n+2) a {
  color: #1976D2 !important; }

.pagination li:nth-last-child(-n+2) a {
  color: #1976D2 !important; }

#hero {
  padding: 50px 0;
  background-color: var(--orange-dk);
  background-image: url("/static/img/home_hero_01.png");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat; }

#mission-teaser {
  background-image: linear-gradient(rgba(0, 78, 116, 0.75), rgba(0, 78, 116, 0.75)), url("/static/img/home_secondary_hero.jpg");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat; }

#newsletter-signup .socials {
  display: inline-block;
  margin: 0;
  padding: 0; }
  #newsletter-signup .socials li {
    display: inline-block;
    margin: 0 3px; }
    #newsletter-signup .socials li a {
      color: var(--white);
      background: var(--orange-dk);
      display: block;
      width: 30px;
      height: 30px;
      font-size: 16px;
      line-height: 30px;
      border-radius: 50%; }
      #newsletter-signup .socials li a:hover {
        background: var(--orange); }

.parallax {
  background-attachment: fixed; }

#employee-hero {
  padding: 50px 0;
  background-image: url("/static/img/tradescouts_blue_handshake.png");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat; }

#portfolio-teaser {
  padding: 100px 0;
  background-image: url("/static/img/tradescouts_orange_contractor.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

#employer-teaser {
  padding: 100px 0;
  background-image: url("/static/img/employer-bottom.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

#privacy-banner {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px 0 0;
  background: white;
  color: var(--black);
  font-weight: 600;
  font-size: 90%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
  #privacy-banner .btn-default {
    margin-left: 20px;
    padding: 5px 20px;
    font-size: 90%;
    border: none; }

#no_results {
  text-align: center;
  margin: 20px auto 50px; }
  #no_results img.no-results {
    width: 75%;
    height: auto;
    margin: 20px 15%;
    object-fit: contain;
    object-position: center center; }

#update_profile {
  margin-bottom: 50px; }

#profile #profile-image {
  text-align: center; }
  #profile #profile-image img.shadow {
    width: 80%;
    height: auto;
    min-height: 300px;
    max-height: 300px;
    object-fit: cover;
    object-position: center top;
    margin: 20px auto;
    display: block;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3); }

#modal_profilePhoto img {
  width: auto;
  height: auto;
  max-height: 600px;
  object-fit: contain;
  object-position: top center; }

#tabs {
  min-height: 600px; }
  #tabs .nav {
    border-bottom: 1px solid var(--grey-lt);
    margin: 30px 0;
    position: relative; }
    #tabs .nav .nav-item {
      text-align: center;
      margin: 0 5px 0;
      padding: 0;
      display: inline-block; }
      #tabs .nav .nav-item.active {
        color: var(--secondary);
        font-weight: 600; }
        #tabs .nav .nav-item.active:hover > a {
          font-weight: bold;
          color: var(--secondary); }
      #tabs .nav .nav-item a {
        border: 0px; }
    #tabs .nav a {
      display: block;
      color: var(--black);
      text-decoration: none;
      padding: 5px 10px;
      background: var(--white); }
  #tabs .indicator {
    min-width: 25px;
    height: 4px;
    border-radius: 5px;
    background: var(--secondary);
    position: absolute;
    bottom: -2px;
    left: 0;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s; }
  #tabs ul.skills {
    list-style: none; }
    #tabs ul.skills li {
      margin-left: -10px; }
      #tabs ul.skills li:before {
        content: '\f0da';
        display: inline-block;
        margin-right: 10px; }
  #tabs .tab-pane .resources {
    margin-bottom: 20px;
    margin-left: -30px;
    padding-left: 0; }
    #tabs .tab-pane .resources p {
      font-size: 90%; }
    #tabs .tab-pane .resources .title {
      margin-bottom: 10px; }
    #tabs .tab-pane .resources .resource-list {
      font-size: 90%;
      line-height: 1.2; }
      #tabs .tab-pane .resources .resource-list ul {
        list-style: none;
        margin: 0;
        padding: 0; }
        #tabs .tab-pane .resources .resource-list ul li:not(.list-image):nth-child(n+2) {
          display: none; }
        #tabs .tab-pane .resources .resource-list ul li.list-image {
          width: 48%;
          margin-bottom: 25px;
          display: inline-block; }
          #tabs .tab-pane .resources .resource-list ul li.list-image:nth-child(n+5) {
            display: none; }
        #tabs .tab-pane .resources .resource-list ul img,
        #tabs .tab-pane .resources .resource-list ul video {
          width: 100px;
          height: 100px;
          object-fit: cover;
          display: inline-block;
          margin: 0 auto;
          -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3); }
  #tabs .carousel .carousel-control {
    top: 50%;
    background: var(--primary-dk) !important;
    color: var(--white);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin: 0 20px;
    line-height: 40px; }
  #tabs .carousel .thumb-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto 20px;
    max-width: 400px;
    overflow-y: scroll;
    height: 50px; }
    #tabs .carousel .thumb-wrapper .thumb-indicators {
      position: absolute;
      top: 0;
      left: 0;
      text-align: left;
      white-space: nowrap; }
      #tabs .carousel .thumb-wrapper .thumb-indicators li {
        display: inline-block; }
        #tabs .carousel .thumb-wrapper .thumb-indicators li img,
        #tabs .carousel .thumb-wrapper .thumb-indicators li video {
          width: auto;
          height: 50px !important; }
  #tabs .skills .form-group.checkbox {
    padding: 0 20px; }
  #tabs .icon {
    background: var(--off-white);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    float: left;
    margin-right: 10px; }
    #tabs .icon i, #tabs .icon svg {
      color: var(--primary-dk); }
  #tabs .title {
    font-size: 110%;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 20px; }
    #tabs .title a {
      color: inherit;
      text-decoration: none; }

.section-icon i, .section-icon svg {
  font-size: 200%;
  color: var(--primary); }

.text-xl {
  font-size: 350%;
  font-weight: bold;
  display: block; }

.row.display-flex {
  display: flex;
  flex-wrap: wrap; }
  .row.display-flex > [class*='col-'] {
    flex-direction: column; }

.blog {
  padding-top: 80px; }
  .blog .hero {
    color: var(--blue-dk);
    text-align: center;
    margin-top: -50px;
    padding: 50px 0; }
  .blog .card {
    margin: 20px 0; }
    .blog .card h3 {
      line-height: 1.1; }
      .blog .card h3 a {
        color: inherit;
        text-decoration: none;
        font-weight: bold; }
    .blog .card .card-img {
      margin-bottom: -20px; }
    .blog .card.vertical .card-img {
      margin: 0;
      padding: 0; }
      .blog .card.vertical .card-img img {
        margin: 0;
        border-radius: 10px 0 0 10px; }
  .blog .blog-post {
    padding: 50px 0 100px;
    border-radius: 80px 80px 0 0;
    z-index: 1;
    background-color: white; }
    .blog .blog-post img {
      display: block;
      max-width: 600px;
      height: 400px;
      object-fit: cover;
      object-position: center center;
      margin: 40px auto 20px; }
    .blog .blog-post ul li,
    .blog .blog-post ol li {
      margin-bottom: 20px; }
    .blog .blog-post .share-btns {
      display: inline-block;
      margin-left: 10px; }
      .blog .blog-post .share-btns i, .blog .blog-post .share-btns svg {
        margin-right: 10px; }
        .blog .blog-post .share-btns i:hover, .blog .blog-post .share-btns svg:hover {
          color: var(--primary-dk); }
  .blog h2 {
    margin-top: 30px;
    margin-bottom: 15px; }

#services p {
  line-height: 1.5; }

#services .container {
  max-width: 1400px; }

#services .card h3 {
  font-size: 120%; }

#services .benefit img {
  width: 100%;
  max-width: 75px;
  margin: 0 auto;
  display: block; }

.panel {
  padding-top: 30px; }

@media all and (min-width: 770px) {
  #mission-teaser {
    padding: 100px 0; } }

.navbar-brand {
  position: relative;
  padding: 0 15px;
  margin: 15px 0 0;
  height: 40px;
  z-index: 200; }
  .navbar-brand img {
    display: block;
    height: 100%;
    width: auto; }

.navbar {
  background: var(--white);
  padding: 15px 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(43, 43, 43, 0.4);
  -moz-box-shadow: 0 0 10px 0 rgba(43, 43, 43, 0.4);
  box-shadow: 0 0 10px 0 rgba(43, 43, 43, 0.4); }
  .navbar a {
    text-decoration: none; }
  .navbar li a {
    color: var(--black);
    font-weight: 600;
    padding: 20px 10px;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s; }
    .navbar li a:hover {
      background: transparent;
      color: var(--grey); }
  .navbar .navbar-fixed-top .navbar-collapse, .navbar .navbar-fixed-bottom .navbar-collapse {
    max-height: unset !important; }
  .navbar .navbar-toggle {
    z-index: 110;
    padding: 20px;
    line-height: unset;
    margin: 15px 0;
    color: var(--black) !important; }
  .navbar .sub-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block; }
    .navbar .sub-nav li a {
      display: block;
      color: unset; }

.navbar-right {
  display: block; }
  .navbar-right .btn {
    margin: 12px;
    padding: 10px 20px;
    color: var(--white); }
    .navbar-right .btn:hover {
      color: var(--white); }

footer {
  padding: 20px 0;
  background: var(--blue);
  color: var(--white);
  font-size: 80%; }
  footer a {
    text-decoration: none;
    color: var(--white); }
  footer #footer-menu {
    margin: 30px 0 0; }
  footer ul.menu {
    list-style: none;
    margin: 0 auto;
    padding: 0; }
    footer ul.menu li {
      display: block;
      margin: 4px 0; }
    footer ul.menu .socials {
      margin: 0;
      padding: 0; }
      footer ul.menu .socials li {
        display: inline-block;
        margin: 4px; }

a {
  color: var(--orange-dk); }
  a:hover {
    color: var(--secondary-dk);
    text-decoration: none; }

.text-primary,
.text-blue,
.color-blue {
  color: var(--primary); }

.text-primary-dk,
.color-dk-blue {
  color: var(--primary-dk); }

.text-secondary,
.color-orange {
  color: var(--secondary); }

.text-secondary-dk,
.color-dk-orange {
  color: var(--secondary-dk); }

.text-white {
  color: var(--off-white); }

.text-grey {
  color: var(--grey-dk); }

.text-red {
  color: brown; }

.text-green {
  color: #239828; }

.bg-primary {
  background: var(--primary); }

.bg-primary-lt {
  background: var(--primary-lt); }

.bg-primary-dk {
  background: var(--primary-dk); }

.bg-secondary {
  background: var(--secondary-dk); }

.bg-secondary-dk {
  background: var(--secondary-dk); }

.bg-secondary-lt {
  background: var(--secondary-lt); }

.bg-black {
  background: var(--black);
  color: var(--white); }

.bg-secondary,
.bg-secondary-dk,
.bg-primary,
.bg-primary-dk {
  color: white; }
  .bg-secondary a,
  .bg-secondary-dk a,
  .bg-primary a,
  .bg-primary-dk a {
    color: white; }

.bg-off-white,
.bg-off-w {
  background: var(--off-white); }

.bg-white {
  background: var(--white); }

.bg-secondary-lt-after {
  position: relative; }
  .bg-secondary-lt-after:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: var(--secondary);
    opacity: .25;
    z-index: -1; }

.btn {
  padding: 10px 26px;
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
  border-radius: 4px;
  border: none;
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s; }
  .btn.btn-default, .btn.btn-success, .btn.btn-blue {
    color: var(--white);
    border: none;
    background: var(--blue); }
    .btn.btn-default:hover, .btn.btn-success:hover, .btn.btn-blue:hover {
      border: none;
      background: var(--blue-dk);
      color: var(--white); }
  .btn.btn-green {
    color: green;
    background: transparent;
    border: 2px solid green;
    width: 100%; }
  .btn.btn-orange, .btn.btn-warning {
    color: var(--white) !important;
    background: var(--secondary-dk);
    border: none; }
    .btn.btn-orange:hover, .btn.btn-warning:hover {
      border: none;
      color: var(--white);
      background: var(--secondary); }
  .btn.btn-outline {
    background: inherit;
    border: 2px solid var(--black);
    color: var(--black); }
    .btn.btn-outline:hover {
      background: var(--primary-dk);
      color: var(--white);
      border-color: var(--primary-dk); }
  .btn.btn-redact {
    height: 120px;
    border: 2px dotted var(--grey-dk);
    color: var(--grey-dk); }
  .btn.btn-lg, .btn.large {
    padding: 15px 40px;
    margin: 20px; }
  .btn.btn-small, .btn.small {
    padding: 5px 10px;
    font-size: 80%;
    display: inline-block;
    margin: 5px 10px; }
  .btn.btn-circle, .btn.circle {
    border-radius: 50%;
    height: 25px !important;
    width: 25px;
    padding: 5px;
    text-align: center; }
  .btn.btn-offw {
    background: var(--off-white);
    color: var(--black); }
    .btn.btn-offw:hover {
      background: var(--black);
      color: var(--off-white); }
  .btn.text-only {
    padding: 10px 0;
    margin: 0;
    background: transparent;
    color: unset;
    text-transform: unset; }
    .btn.text-only.btn-blue {
      color: var(--blue); }
      .btn.text-only.btn-blue:hover {
        color: var(--blue-dk); }
    .btn.text-only.btn-orange {
      color: var(--orange-dk); }
      .btn.text-only.btn-orange:hover {
        color: var(--orange); }
    .btn.text-only.btn-white {
      font-size: 14px;
      color: var(--white); }
      .btn.text-only.btn-white:hover {
        color: var(--grey); }
    .btn.text-only:hover {
      background: transparent; }
  .btn svg {
    padding-left: 5px; }

.arrow::after {
  content: '\f324';
  position: relative;
  display: none;
  font: var(--fa-font-regular); }

.arrow svg {
  padding-left: 5px; }

.alert {
  background-color: var(--orange);
  border-color: var(--orange-dk); }

.open > .dropdown-toggle.btn-success {
  background-color: var(--primary-dk);
  border-color: transparent; }

a.request-more-resources {
  color: var(--secondary);
  text-decoration: underline; }

.--open {
  background: #00d563;
  border: 1px solid #00bc57;
  color: #00d563; }

.--draft {
  background: #6e00b3;
  border: 1px solid #5e009a;
  color: #6e00b3; }

.--pending {
  background: #4c84ff;
  border: 1px solid #3372ff;
  color: #4c84ff; }

.--closed {
  background: #fd2f51;
  border: 1px solid #fd163c;
  color: #fd2f51; }

select.simple {
  border: none;
  border-bottom: 3px solid var(--secondary);
  padding: 0 5px;
  color: var(--secondary);
  font-weight: bold; }

.text-right .form-group {
  margin-left: 10%; }

.form-group.inline-block {
  display: inline-block;
  padding: 0 20px; }

th {
  font-size: 120%;
  color: var(--primary-dk);
  font-weight: bold; }

.animate {
  opacity: 0;
  transition: all ease-in-out .3s; }
  .animate.animateUp {
    padding-top: 100px; }
    .animate.animateUp.slideUp {
      opacity: 1;
      padding-top: 0; }
  .animate.animateDown {
    padding-bottom: 100px; }
    .animate.animateDown.slideDown {
      opacity: 1;
      padding-bottom: 0; }
  .animate.animateLeft {
    right: -25%;
    position: relative; }
    .animate.animateLeft.slideLeft {
      opacity: 1;
      right: 0;
      position: relative; }
  .animate.animateRight {
    left: -25%;
    position: relative; }
    .animate.animateRight.slideRight {
      opacity: 1;
      left: 0;
      position: relative; }

/* ===== Checkmark Animation  ===== */
:root {
  --loader-size: 100px;
  --check-height: calc(var(--loader-size)/2);
  --check-width: calc(var(--check-height)/1.75);
  --check-left: calc( var(--loader-size)/8 + var(--loader-size)/32 );
  --green: #44b03a; }

.circle-loader {
  margin-bottom: var(--loader-size)/2;
  border: 8px solid rgba(0, 0, 0, 0.2);
  border-left-color: var(--green);
  animation: loader-spin 800ms 1 linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: var(--loader-size);
  height: var(--loader-size); }

.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: var(--green);
  background: var(--green);
  transition: border 120ms ease-out; }

.checkmark {
  display: none; }
  .checkmark.draw:after {
    animation-duration: 300ms;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    animation-name: checkmark;
    transform: scaleX(-1) rotate(135deg); }
  .checkmark:after {
    opacity: 1;
    transform-origin: left top;
    border-right: 15px solid white;
    border-top: 15px solid white;
    border-radius: 5px;
    content: '';
    top: 48px;
    width: var(--check-width);
    left: var(--check-left);
    position: absolute; }

/* ===== Keyframes ===== */
@keyframes loader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1; }
  20% {
    height: 0;
    width: var(--check-width);
    opacity: 1; }
  40% {
    height: var(--check-height);
    width: var(--check-width);
    opacity: 1; }
  100% {
    height: var(--check-height);
    width: var(--check-width);
    opacity: 1; } }

#search_jobs {
  margin-bottom: 20px; }

/* Remove an unnecessary class */
.d-sm-none {
  display: none; }

#hero,
#employee-hero {
  padding: 50px 15px;
  background-color: var(--orange-dk);
  background-image: url("/static/img/home_hero_01.png");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat; }
  #hero.jumbotron,
  #employee-hero.jumbotron {
    padding: 100px 0 !important; }
  #hero .btn.btn-orange,
  #employee-hero .btn.btn-orange {
    margin: 10px 0 0 !important; }
  #hero #prospectHeader,
  #employee-hero #prospectHeader {
    margin: 0; }
  #hero .actionBtn,
  #employee-hero .actionBtn {
    margin-bottom: 0px; }
  #hero .subline,
  #employee-hero .subline {
    color: var(--grey-dk); }
    #hero .subline p,
    #employee-hero .subline p {
      line-height: 1.2; }
  #hero .hero-text.h1,
  #employee-hero .hero-text.h1 {
    font-size: 300%; }
  #hero #learnMore,
  #employee-hero #learnMore {
    margin: 10px 0; }
  #hero .card.profiler,
  #hero .card.prospect,
  #employee-hero .card.profiler,
  #employee-hero .card.prospect {
    margin-bottom: 0px; }
  #hero .form-group select,
  #hero .form-group input,
  #employee-hero .form-group select,
  #employee-hero .form-group input {
    width: 100%;
    border: 1px solid var(--grey-md);
    border-radius: 4px;
    padding: 10px; }

#employer-hero {
  padding: 50px 15px;
  background-color: var(--orange-dk);
  background-image: url("/static/img/employer-hero.png");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat; }
  #employer-hero.jumbotron {
    padding: 100px 0 !important; }
  #employer-hero .btn.btn-orange {
    margin: 10px 0 0 !important; }
  #employer-hero #prospectHeader {
    margin: 0; }
  #employer-hero .actionBtn {
    margin-bottom: 0px; }
  #employer-hero .subline {
    color: var(--grey-dk); }
    #employer-hero .subline p {
      line-height: 1.2; }
  #employer-hero .hero-text.h1 {
    font-size: 300%; }
  #employer-hero #learnMore {
    margin: 10px 0; }
  #employer-hero .card.profiler,
  #employer-hero .card.prospect {
    margin-bottom: 0px; }
  #employer-hero .form-group select,
  #employer-hero .form-group input {
    width: 100%;
    border: 1px solid var(--grey-md);
    border-radius: 4px;
    padding: 10px; }

.h4-subline {
  font-weight: 100; }

#employee-hero {
  padding: 50px 15px;
  background-color: unset;
  background-image: url("/static/img/tradescouts_blue_handshake.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  #employee-hero .hero-text {
    margin-top: 36px; }

.form-control {
  border-radius: 4px; }

.search_jobs {
  justify-content: space-between;
  width: 100%;
  margin: 15px 0; }

.search_jobs_submit {
  padding: 12px 0 !important; }

.light-blue {
  color: var(--white); }

.job-search-bar {
  flex: 2.5;
  margin-right: 8px; }

.location-search-bar {
  flex: 1.5;
  margin-right: 8px; }

.search-btn {
  flex: 1; }

.image-wrapper {
  padding: 25%; }

/* Additional styles for various elements */
body {
  padding-top: 80px; }

.parallax {
  background-attachment: fixed; }

.sm-no-padding {
  padding: 0; }

.hero-text h1 {
  font-size: 300%; }

.hero-text h2 {
  font-size: 26px; }

.hero-text p {
  font-size: 16px; }

footer ul.menu {
  margin-top: 20px; }

/* Styles for elements inside #profile section */
#profile #profile-image img.shadow {
  width: 90px;
  height: 90px;
  min-height: unset;
  border-radius: 50%;
  box-shadow: none !important; }

#profile h2 {
  font-size: 100%; }

/* Styles for #quickJobSearch section */
#quickJobSearch {
  padding: 10px;
  margin-bottom: unset;
  top: 85px; }
  #quickJobSearch p {
    margin-bottom: 0; }
  #quickJobSearch #job-filter {
    display: none;
    padding-top: 10px; }

.secondary-hero {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .secondary-hero .hero-text {
    text-align: center; }

.mission-values strong,
.portfolio-values strong {
  font-size: larger; }

@media all and (max-width: 768px) {
  #hero .container .row > *:not(:first-child) {
    margin-top: 24px; } }

@media all and (min-width: 768px) {
  .custom-col-md {
    width: 62.33%; }
  .secondary-hero {
    display: block; }
    .secondary-hero .hero-text {
      text-align: left; }
    .secondary-hero .btn {
      width: 60%; }
  .hero-text h2 {
    font-size: 32px; } }

@media all and (min-width: 992px) {
  #hero {
    padding: 50px 0; }
    #hero .homeHero {
      margin-bottom: 18px; }
  #employee-hero .form-group {
    margin-bottom: 0 !important; }
  .search_jobs {
    display: flex;
    flex-direction: row; }
  .custom-col-lg {
    width: 46.33%; }
  .portfolio-values > * {
    margin-bottom: 3em; }
  .hero-text h2 {
    font-size: 56px; } }

.job-cards {
  padding-bottom: 0 !important; }

.profiler .card-body {
  padding-bottom: 16px; }

#job-peek-details > * + * {
  margin-top: 8px; }

.jobCard {
  height: auto !important; }
  .jobCard .card-body {
    height: auto !important; }
    .jobCard .card-body .jobTitle,
    .jobCard .card-body .location {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }

.job-cat {
  display: inline-block;
  background: var(--primary-dk);
  color: var(--white);
  font-size: 12px;
  font-weight: 600;
  padding: 3px 15px;
  border-radius: 15px; }
  .job-cat:hover {
    color: var(--white); }

.zoom {
  overflow: hidden; }

.zoom img {
  transition: transform .5s ease; }
  .zoom img:hover {
    transform: scale(1.2); }

.light-blue.arrow:hover {
  color: #cae7f0; }

/* For Job Board */
.jobDescList {
  position: fixed;
  right: -150%;
  top: 0;
  background: var(--white);
  z-index: 2;
  overflow-y: scroll;
  height: 100%;
  padding-top: 90px; }
  .jobDescList .company-info {
    margin-bottom: 20px; }
  .jobDescList.active {
    display: block;
    right: 0; }
  .jobDescList #description {
    white-space: pre-line; }
  .jobDescList .show-mobile {
    display: block; }
  .jobDescList .jobDesc #jobHeader {
    margin-bottom: 16px; }
    .jobDescList .jobDesc #jobHeader .jobHeader_row {
      align-items: center;
      grid-gap: 8px;
      padding-bottom: 12px; }
      .jobDescList .jobDesc #jobHeader .jobHeader_row.jobHeader_row_edit {
        margin-bottom: 12px; }
      .jobDescList .jobDesc #jobHeader .jobHeader_row .edit-job-btn {
        cursor: pointer;
        text-decoration: none; }
      .jobDescList .jobDesc #jobHeader .jobHeader_row .jobHeader_row__cta .editBtns {
        display: flex;
        gap: 8px;
        align-items: center; }
        .jobDescList .jobDesc #jobHeader .jobHeader_row .jobHeader_row__cta .editBtns .save-updates {
          text-decoration: none;
          color: var(--ts-primary);
          cursor: pointer; }
          .jobDescList .jobDesc #jobHeader .jobHeader_row .jobHeader_row__cta .editBtns .save-updates:hover {
            color: var(--ts-primary-hover); }
    .jobDescList .jobDesc #jobHeader #job-details .job-details_tags {
      display: flex;
      flex-wrap: wrap;
      gap: 4px;
      font-size: 10px; }
  .jobDescList .jobDesc #jobBody .jobBody_row-4 .compensation-rate {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 8px; }

.jobList #employer-job-header {
  display: flex;
  flex-direction: column;
  gap: 8px; }
  .jobList #employer-job-header .dashboardJobFlow_header {
    display: flex;
    flex-direction: column;
    grid-gap: 8px; }
    .jobList #employer-job-header .dashboardJobFlow_header .ts-primary:hover {
      background: var(--secondary); }
  .jobList #employer-job-header .searchFilter {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px; }
    .jobList #employer-job-header .searchFilter #filterMenu .ts-secondary:hover {
      color: var(--ts-grey); }
    .jobList #employer-job-header .searchFilter #filterMenu .btn {
      border: solid 1px var(--ts-dark-grey);
      color: var(--ts-dark-grey);
      justify-content: space-between;
      font-weight: unset;
      display: flex;
      padding: 7px;
      align-items: center;
      text-transform: none; }
    .jobList #employer-job-header .searchFilter .dropdown {
      flex: 2; }
    .jobList #employer-job-header .searchFilter .searchable {
      width: 100%;
      flex: 4; }

.jobList .jobCardWrapper {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px; }
  .jobList .jobCardWrapper .jobCard {
    position: relative;
    border: 1px solid var(--ts-grey);
    border-radius: 4px;
    cursor: pointer; }
    .jobList .jobCardWrapper .jobCard.active {
      border: 1px solid var(--ts-optional);
      box-shadow: rgba(111, 195, 220, 0.48) 0px 0px 0px 3px; }
    .jobList .jobCardWrapper .jobCard .job-status.open {
      background: #00d563;
      display: block;
      text-align: center;
      font-weight: 600;
      padding: 4px;
      color: #ffffff; }
    .jobList .jobCardWrapper .jobCard .job-status.pending {
      background: #4c84ff;
      display: block;
      text-align: center;
      font-weight: 600;
      padding: 4px;
      color: #ffffff; }
    .jobList .jobCardWrapper .jobCard .job-status.closed {
      background: #fd2f51;
      display: block;
      text-align: center;
      font-weight: 600;
      padding: 4px;
      color: #ffffff; }
    .jobList .jobCardWrapper .jobCard .job-status.draft {
      background: #6e00b3;
      display: block;
      text-align: center;
      font-weight: 600;
      padding: 4px; }
      .jobList .jobCardWrapper .jobCard .job-status.draft a {
        color: #ffffff; }
  .jobList .jobCardWrapper .pagination {
    margin: 0 auto;
    font-size: 14px; }

@media (min-width: 992px) {
  #employer-job-header {
    margin-top: 9px; }
  #job-switcher {
    margin-top: 48px; } }

.expiration-banner {
  background: var(--ts-lt-grey);
  color: var(--secondary);
  height: 2em;
  position: relative;
  display: flex;
  justify-content: space-between;
  border: 1px solid var(--grey-lt);
  border-radius: 4px;
  padding: 4px; }

#expiration-banner .close {
  text-align: center;
  opacity: 1;
  color: var(--secondary);
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  line-height: 16px;
  cursor: pointer; }

.show-mobile.back.simple i, .show-mobile.back.simple h6 {
  display: inline; }

.show-mobile.back.simple {
  color: black; }
  .show-mobile.back.simple svg {
    margin-right: 4px; }

.tabDropdown .btn svg {
  float: right; }

.dropdown-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.dropdown-menu li a {
  text-decoration: none;
  color: black;
  font-size: 14px;
  display: block;
  padding: 5px 15px;
  margin: 0; }
  .dropdown-menu li a:hover {
    background: #b4b4b4; }
  .dropdown-menu li a .light-indicator {
    margin-right: 4px; }

.jobDescList {
  position: fixed;
  right: 100%;
  top: 38px;
  background: var(--white);
  z-index: 2;
  overflow-y: scroll;
  height: 100%;
  padding-top: 90px; }
  .jobDescList .company-info {
    margin-bottom: 20px; }
  .jobDescList.active {
    display: block;
    right: 0; }
  .jobDescList #description {
    white-space: pre-line; }
  .jobDescList .show-mobile {
    display: block; }
  .jobDescList .jobDesc #jobHeader {
    margin-bottom: 16px; }
    .jobDescList .jobDesc #jobHeader .jobHeader_row {
      align-items: center;
      grid-gap: 8px;
      padding-bottom: 12px; }
      .jobDescList .jobDesc #jobHeader .jobHeader_row.jobHeader_row_edit {
        margin-bottom: 12px; }
      .jobDescList .jobDesc #jobHeader .jobHeader_row .nav-item > * {
        color: var(--grey-dk);
        font-size: 15px; }
      .jobDescList .jobDesc #jobHeader .jobHeader_row .nav-item a:focus {
        text-decoration: none; }
      .jobDescList .jobDesc #jobHeader .jobHeader_row .nav-link.active {
        font-weight: 600;
        color: var(--ts-primary); }
      .jobDescList .jobDesc #jobHeader .jobHeader_row .title_row {
        display: grid;
        grid-template-columns: 1fr auto;
        margin-top: 16px; }
        .jobDescList .jobDesc #jobHeader .jobHeader_row .title_row #actions {
          margin: auto; }
        .jobDescList .jobDesc #jobHeader .jobHeader_row .title_row .job-name h5 {
          font-size: 16px;
          padding-right: 40px; }
      .jobDescList .jobDesc #jobHeader .jobHeader_row .edit-job, .jobDescList .jobDesc #jobHeader .jobHeader_row .editBtns {
        margin: auto; }
      .jobDescList .jobDesc #jobHeader .jobHeader_row .jobHeader_row__title .title h3 {
        margin: 0; }
      .jobDescList .jobDesc #jobHeader .jobHeader_row .edit-job-btn {
        cursor: pointer;
        text-decoration: none;
        min-width: 100%; }
      .jobDescList .jobDesc #jobHeader .jobHeader_row .dashboardTabs {
        display: none; }
      .jobDescList .jobDesc #jobHeader .jobHeader_row .jobHeader_row__cta .editBtns {
        display: flex;
        gap: 8px;
        align-items: center; }
        .jobDescList .jobDesc #jobHeader .jobHeader_row .jobHeader_row__cta .editBtns .save-updates {
          text-decoration: none;
          color: var(--ts-primary);
          cursor: pointer; }
          .jobDescList .jobDesc #jobHeader .jobHeader_row .jobHeader_row__cta .editBtns .save-updates:hover {
            color: var(--ts-primary-hover); }
      .jobDescList .jobDesc #jobHeader .jobHeader_row .tabDropdown .btn {
        margin-bottom: 8px;
        text-align: left;
        min-width: 100%;
        text-transform: capitalize;
        border: solid 1px var(--ts-dark-grey) !important;
        color: var(--primary) !important;
        background: transparent;
        display: flex;
        justify-content: space-between;
        padding: 7px;
        align-items: center;
        font-weight: unset;
        margin-top: 14px; }
  .jobDescList .jobDesc .light-indicator {
    display: inline-flex;
    width: 0.75em;
    /* Equivalent to w-3 in Tailwind CSS */
    height: 0.75em;
    /* Equivalent to h-3 in Tailwind CSS */
    background: #0eac0e;
    border-radius: 50%;
    /* Equivalent to rounded-full in Tailwind CSS */ }
  .jobDescList .jobDesc #jobBody .jobBody_row-4 .compensation-rate {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 8px; }

#actions svg {
  rotate: 90deg;
  margin-right: 16px;
  height: 1.3em; }

#filterMenu .ts-secondary:hover {
  color: var(--ts-grey); }

#filterMenu .btn {
  border: solid 1px var(--ts-dark-grey);
  color: var(--ts-dark-grey); }

.ts-form-group > * + * {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 8px; }

.compensation-rate-selectors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px; }

.range-rate-selectors {
  display: flex;
  gap: 16px; }

.ts-form-group.select {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px; }

.defaultQuestions_checkbox {
  display: flex;
  gap: 24px; }

.defaultQuestionsSectionWrapper_single {
  margin-bottom: 12px; }

.question-choices {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8px 0;
  /* Adjust styles for .newJob_wrapper */
  /* Flexbox utility classes for medium screens */ }
  .question-choices .optional-required {
    display: flex;
    gap: 24px; }
  @media (min-width: 768px) {
    .question-choices {
      /* Adjust styles for elements inside .jobBoard */ }
      .question-choices .jobBoard #job-editor .jobDescList .jobDesc #jobHeader {
        /* Adjust margin-top */ }
        .question-choices .jobBoard #job-editor .jobDescList .jobDesc #jobHeader #job-details {
          margin-top: 12px; }
      .question-choices .jobBoard #job-editor .defaultQuestionsSection .defaultQuestionsSectionWrapper {
        margin: 12px 0 24px; }
        .question-choices .jobBoard #job-editor .defaultQuestionsSection .defaultQuestionsSectionWrapper p {
          margin: 0;
          font-size: 16px;
          font-weight: 400; }
        .question-choices .jobBoard #job-editor .defaultQuestionsSection .defaultQuestionsSectionWrapper .form-check {
          display: flex;
          gap: 6px;
          align-items: center; }
          .question-choices .jobBoard #job-editor .defaultQuestionsSection .defaultQuestionsSectionWrapper .form-check .form-check-input {
            width: 15px;
            height: 15px; }
          .question-choices .jobBoard #job-editor .defaultQuestionsSection .defaultQuestionsSectionWrapper .form-check .form-check-label {
            font-size: 16px;
            margin-bottom: 0; }
      .question-choices .jobBoard #job-editor .custom-questions {
        margin-bottom: 12px; }
        .question-choices .jobBoard #job-editor .custom-questions textarea {
          max-width: 100%;
          min-height: 66px;
          resize: vertical; }
      .question-choices .jobDesc #tabs .jobBody_row-1 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 16px; }
      .question-choices .jobDesc #tabs .single_row {
        grid-column: span 2; }
      .question-choices .jobDesc #tabs .checkbox-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 12px; }
        .question-choices .jobDesc #tabs .checkbox-container .skill {
          display: flex;
          flex-direction: column;
          border: 1px solid var(--ts-lt-grey);
          padding: 10px;
          transition: max-height 0.3s ease-in-out;
          overflow: hidden;
          background: #f5f5f552; }
          .question-choices .jobDesc #tabs .checkbox-container .skill .expand {
            max-height: 200px; }
          .question-choices .jobDesc #tabs .checkbox-container .skill .checkbox-wrapper {
            display: flex;
            align-items: center; }
      .question-choices .jobDesc #tabs .removeAndAdd {
        padding-right: 12px; }
      .question-choices .jobDesc #tabs .schedule-container,
      .question-choices .jobDesc #tabs .benefits,
      .question-choices .jobDesc #tabs .bonus-options {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr; } }
  .question-choices .text-md-left {
    text-align: left !important; }
  .question-choices .text-md-right {
    text-align: right !important; }
  .question-choices .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .question-choices .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }

.profileCardWrapper {
  margin: 24px 16px 0;
  display: flex;
  flex-direction: column;
  gap: 8px; }

.profileCard {
  position: relative;
  padding: 12px;
  border: 1px solid var(--ts-grey);
  border-radius: 4px;
  cursor: pointer; }

.profile-card-body {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-gap: 8px;
  grid-template-rows: auto auto auto auto; }
  .profile-card-body img {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 80px;
    height: 80px;
    border-radius: 50%; }
  .profile-card-body .name-info {
    display: grid;
    grid-template-rows: auto auto auto; }
    .profile-card-body .name-info .profile-header {
      color: var(--blue); }
    .profile-card-body .name-info .subline {
      margin: -10px 0; }
      .profile-card-body .name-info .subline p {
        font-size: 0.75em;
        color: var(--grey-dk); }
    .profile-card-body .name-info .profile-details {
      display: flex;
      flex-wrap: wrap;
      gap: 8px; }
  .profile-card-body .right-elements {
    display: grid;
    grid-template-rows: max-content; }
    .profile-card-body .right-elements .profile-status {
      padding: 5px;
      height: fit-content;
      color: var(--ts-dark-grey);
      background-color: var(--grey-lt);
      font-size: 10px;
      font-weight: 500;
      position: absolute;
      right: 0; }
    .profile-card-body .right-elements .dropdown a {
      float: right; }

.text-area {
  display: grid; }
  .text-area textarea.userRow_body__comments {
    max-width: 100%;
    min-height: 50px;
    resize: vertical; }

/* Large devices (desktops, 992px and up) */
@media (min-width: 768px) {
  /* Adjust styles for elements inside .jobBoard */
  .jobBoard #job-editor .jobDescList {
    position: relative;
    top: 0;
    right: 0;
    z-index: 0;
    overflow-y: auto;
    padding-top: 0; }
    .jobBoard #job-editor .jobDescList .show-mobile {
      display: none; }
  /* Adjust styles for .newJob_wrapper */ }

@media (min-width: 992px) {
  .jobDescList .jobDesc #jobHeader .jobHeader_row .dashboardTabs {
    display: block; } }

@media (min-width: 1200px) {
  /* Adjust styles for .jobCardWrapper and .jobDescList inside .jobBoard */
  .jobBoard .jobCardWrapper {
    max-height: 800px;
    overflow: auto;
    padding: 5px; }
  .jobBoard .jobDescList {
    max-height: 965px;
    overflow: auto;
    border-bottom: 1px solid var(--ts-lt-grey); }
    .jobBoard .jobDescList .title_row .job-name h5 {
      font-size: 23px !important; } }

.job-details_tags, .job-board-details {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 10px; }

@media (max-width: 575.98px) {
  .jobDescList.active {
    width: 100%; } }

html {
  scroll-behavior: smooth !important; }

#app nav {
  display: none; }

.nav-offset {
  margin-top: 400px; }

input,
select {
  padding: 8px 16px;
  border-radius: 4px;
  border: 1px solid #747474;
  font-size: 14px;
  width: 100%; }

label {
  margin: 0;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-items: center; }
  label input {
    height: 16px;
    width: 16px; }

.label-title {
  margin-bottom: 8px;
  font-weight: 600; }

.fw-600 {
  font-weight: 600; }

.inner-row {
  margin-bottom: 16px; }

.section-title {
  color: #004e74; }

.flex-gap-sm {
  display: flex;
  gap: 16px; }

.add-remove {
  display: flex;
  justify-content: end;
  gap: 8px; }
  .add-remove .addRemoveLabel {
    color: #c7602a;
    font-weight: 600;
    float: right; }

.newJob_wrapper_steps_buttons {
  display: flex;
  gap: 8px;
  justify-content: end; }
  .newJob_wrapper_steps_buttons .submit-button {
    background: #ffffff;
    border: 2px solid #42a058;
    color: #42a058;
    display: block;
    padding: 8px 20px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px; }
    .newJob_wrapper_steps_buttons .submit-button:hover {
      background: #42a058;
      color: #ffffff; }
  .newJob_wrapper_steps_buttons .saveDraft-button {
    background: #004e74;
    border: none;
    color: #ffffff;
    display: block;
    padding: 8px 20px;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px; }
    .newJob_wrapper_steps_buttons .saveDraft-button:hover {
      background: rgba(0, 78, 116, 0.9); }

#app {
  margin-top: 60px; }

.page-title {
  color: #004e74;
  text-align: center;
  border-bottom: 1px solid #747474;
  margin-bottom: 30px;
  padding-bottom: 30px; }

#skillCard .grid-quad, #skillCard .grid-single {
  gap: 16px; }
  #skillCard .grid-quad .skill-card, #skillCard .grid-single .skill-card {
    background: #f5f5f5;
    border: 1px solid #cccbcb;
    padding: 8px; }

@media (min-width: 992px) {
  #app .page-title {
    font-size: 32px;
    text-align: left;
    margin-bottom: 30px;
    border-bottom: none;
    padding-bottom: 0; } }

@media all and (max-width: 768px) {
  /* Adjust styles for .jobBoard */
  .jobBoard {
    padding: 0;
    margin-top: 50px;
    width: 100%; }
  .edit-job-btn {
    width: 100%; }
  .job_row_data {
    grid-gap: 8px; }
  /* Styles for specific elements with class .userRow_headers */
  .userRow_headers {
    display: none; }
  /* Adjust styles for .userRow_body */
  .userRow .userRow_body {
    grid-template-columns: auto; } }

@media all and (max-width: 768px) and (max-width: 992px) {
  /* Hide jobCardTabs inside .jobCard */
  .jobCard .jobCardTabs {
    display: none; }
  .tabList {
    display: none; }
  /* Adjust styles for #jobHeader and #jobBody inside .jobDesc */
  .jobDesc #jobHeader {
    position: relative;
    top: 0; }
    .jobDesc #jobHeader .jobHeader_row {
      display: block; }
      .jobDesc #jobHeader .jobHeader_row .jobHeader_row__cta .editBtns {
        gap: 16px; }
        .jobDesc #jobHeader .jobHeader_row .jobHeader_row__cta .editBtns button,
        .jobDesc #jobHeader .jobHeader_row .jobHeader_row__cta .editBtns .btn {
          white-space: nowrap; }
  .jobDesc #jobBody {
    max-height: unset;
    margin-bottom: 150px; } }

@media all and (min-width: 768px) and (max-width: 1200px) {
  .jobBoard {
    margin-top: 30px; } }

@media all and (min-width: 768px) {
  .offset-md-9 {
    margin-left: 75%; }
  .d-md-block {
    display: block; }
  .d-md-none {
    display: none; }
  /* Revert .hide-mobile to its original display property */
  .hide-mobile {
    display: unset; } }

@media all and (min-width: 992px) {
  /* Adjust margin-top for #tabs inside #profile */
  #profile #tabs {
    margin-top: -200px; }
  .tabList {
    display: flex;
    border-bottom: 2px solid var(--ts-lt-grey);
    padding-bottom: 8px;
    margin-top: 16px;
    justify-content: space-between; }
  .desktop_grid {
    display: grid;
    grid-template-columns: 1fr auto; }
  .jobCardSelect {
    display: none; }
  .dashboard-tabs-dropdown {
    display: none; }
  .jobList #employer-job-header {
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .jobList #employer-job-header .dashboardJobFlow_header {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
    .jobList #employer-job-header .searchFilter {
      display: flex;
      flex-direction: row;
      gap: 8px; } }

@media all and (min-width: 1049px) {
  /* Hide elements with .hidden-xl */
  .hidden-xl {
    display: none !important; } }

@media all and (min-width: 1200px) {
  /* Adjust max-width for .container */
  .container {
    max-width: 1200px; }
  #expiration-banner, #job-editor {
    margin-top: 24px; }
  /* Hide .jobCardSelect */
  .jobCardSelect {
    display: none; } }

@media (min-width: 576px) {
  /* Flexbox utility classes for small screens */
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; } }

.jobBoard h3, .jobBoard h4 {
  color: var(--blue); }

.jobBoard h6 {
  color: var(--grey-dk);
  font-weight: bold; }

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