@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

#top-nav {
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 20%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 20%);
}

.btn-top-nav {
    color: #000;
    background-color: #F8F9FA;
    border-color: #F8F9FA;
    font-size: 14px!important;
}

.topnav-menu {
    padding: .8rem .3rem;
    border-radius: 15px;
}

#top-nav .dropdown-item {
    padding: .7rem 1.5rem;
    color: #171616;
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
#top-nav .return-to-guide {
    font-size: 1rem;
}
#top-nav .return-to-guide:hover {
    text-decoration: underline;
}
#top-nav .ready-for-form {
    font-size: 0.8rem;
}

/* Logo */
.navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

img.brand-logo {
    width: 100%;
    max-width: 275px;
/*     padding: 15px 30px 15px 0; */
}


/* Typography */
body, p, li {
  color: #333;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight:400;
}
/** Typography **/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "Figtree", serif;
  font-weight:600;
  letter-spacing:normal;
}

a,
a:visited {
    color: #333333;
    text-decoration: none;
}

#top-nav a,
#top-nav a:visited {
    color: #002f54;
    font-weight: 700;
    letter-spacing: .03rem;
}
#top-nav a:hover {
    text-decoration: underline !important;
}

#top-nav button {
    background-color: #002f54;
    border-color: #002f54;
    border-radius: 5px;
    letter-spacing: .2em;
}

#top-nav .dropdown-menu a,
#top-nav .dropdown-menu a:visited {
    color: #000000;
}
#top-nav .dropdown .show::before {
    display: none;
}

#top-nav .dropdown-menu a:hover {
    background-color: #F8F9FA;
}


/* Navigation */
.navbar {
    height: auto;
    padding: 0 4rem;
    background-color: #ffffff;
    border-bottom: 4px solid #006633;
}

.hero-img-text-block h1 {
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 0.75;
    /* text-transform: uppercase; */
    text-transform: capitalize;
    text-shadow: 6px 1px 5px rgb(0 0 0 / 71%);
}

.nav-link {
    padding: 20px 15px 12px 15px;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 600;
    letter-spacing: .03rem;
    color: #1a1919;
}
.navbar-light .navbar-nav .nav-link:not(.existing-applicant-btn):hover {
    color: #ffcc33 !important;
  	text-decoration: underline;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    font-weight: 600;
    letter-spacing: .03rem;
    color: #1a1919;
}

.dropdown-menu {
  	top: 95%;
    border-radius: 5px;
    padding: 0;
    margin: 0;
    background-color: #f6f6f4;
}
.dropdown-menu::before {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #8C1515;
    border-width: 8px;
}
/*** change dropdown triangle to caret ***/
.dropdown-toggle::after {
    font: var(--fa-font-solid);
    content: "\f107"!important;
    display: inline-block;
    border: none;
  	vertical-align: inherit;
    margin-left: 0.4em;
}
.dropdown-item:hover {
    text-decoration: none;
    background-color: #edede9;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }
}


/* Primary Title */

@media only screen and (max-width: 768px) {
    .hero-img-text-overlay h1 {
        font-size: 1.7em;
    }
}


/* Buttons */

.btn {
    font-weight: 600;
}

.btn-primary {
    border: 1px solid #006633;
    background: #006633;
    color: #fff;
    border-radius: 5px;
    width: 105px;
    margin-right: -12px;
    margin-left: 15px;
}

.btn-primary:hover {
    border: 2px solid #ffcc33;
    background-color: #ffcc33;
    color: #000;
}
a.button.button3 {
    border: 1px solid rgb(0 102 51);
    background: #006633;
    border: 1px solid #006633;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    text-transform: inherit !important;
    font-size: 15px;
    padding: 10px 20px;
}
a.button.button3:hover {
    border: 1px solid #ffda45;
    background: #ffda45;
    border: 1px solid #ffda45;
    color: #000000;
    border-radius: 5px;
    font-weight: 600;
    text-transform: inherit !important;
    font-size: 15px;
    padding: 10px 20px;
}

/* see all open positions button */

.hero-img-text-overlay .button1 {
    background-color: #8C1515 !important;
    border-radius: 12px;
    border: none !important;
    float: left;
    margin-left: 105px;
    margin-top: 15px;
    font-weight: 700;
    color: #ffffff !important;
    letter-spacing: 0.06rem;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
    box-sizing: border-box;
    -webkit-transition: all .2s linear !important;
    transition: all .2s linear !important;
}

.hero-img-text-overlay .button1:hover {
    background-color: #640707!important;
    box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
    transform: scale(1.05);
}

button.navbar-toggler {
  background-color: transparent;
  border: none;
}
button.navbar-toggler .navbar-toggler-icon {
  background-image: none;
}
.navbar-toggler-bars {
    width: auto;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    padding: 3px;
}
/* Footer */

footer {
    background-color: #f8f9fa;
    padding: 30px 0;
}

footer .fab {
    font-weight: 400;
    font-size: 30px;
    color: #364f6b;
}

footer .sociallinks {
    margin-top: 1rem;
    margin-left: -10px;
}

footer .sociallinks>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

footer .bottom-footer li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}


/* Container width class */

.hero-img-text-overlay .block-image-text {
    padding-right: 15px;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    top: 330px;
    left: 225px;
}

.hero-img-text-overlay .block-image-text img {
    margin-left: 11px;
    transform: scale(1.2);
}

@media (min-width: 768px) {
    .hero-img-text-overlay .block-image-text {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .hero-img-text-overlay .block-image-text {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .hero-img-text-overlay .block-image-text {
        width: 1170px;
    }
}


/* FOOTER CSS  */

.site-footer {
/*     background: url('https://s3.us-east-1.amazonaws.com/rec-marketing-usea1-uploads/public/uploads/5679a27eb78c73eab7704385ec9bf0d6/images/files/16a580f87ee38cc72bc81f4a1705c51c/medium/gmu-footer-bg.jpg?1671141703') center center / cover no-repeat transparent; */
    background-color: #ECECE9;
    padding: 45px 0 0;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer h6 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #004226;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px
}

.site-footer p {
  color: #000;
  font-weight: 400;
}

.site-footer a {
    color: #006633;
}

.site-footer a:hover {
    color: #006633;
    text-decoration: none;
    font-weight: 600;
}

.footer-column-2 {
    padding-left: 100px;
}

.footer-column-3 {
    padding-left: 100px;
}

.footer-links {
    padding-left: 0;
    list-style: none
}

.footer-links li {
    display: block
}

.footer-links a {
    color: #000;
    font-weight: 600;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #006633;
    text-decoration: none;
    font-weight: 600;
}

.footer-links.inline li {
    display: inline-block
}

.site-footer .social-icons {
    text-align: right
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
}



@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}
/* green footer */
.container-fluid.footer-copyright-wrapper {
    background-color: #004226;
    padding: 2.5rem 0 1.5rem;
    border-top: 8px solid #ffcc33;
}
p.copyright-text {
    margin: 0;
    color: #fff;
}
.copyright-text a,
.copyright-text a:active,
.copyright-text a:visited {
    color: #ffcc33;
}
.copyright-text a:hover {
    color: #fff;
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }
    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}

.social-icons a {
    background-color: #006633;
    color: #fff;
    font-size: 1.3rem;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}

.social-icons a.facebook:hover {
    background-color: #3b5998;
    transform: scale(1.1);
}

.social-icons a.twitter:hover {
    background-color: #00aced;
    transform: scale(1.1);
}

.social-icons a.linkedin:hover {
    background-color: #007bb6;
    transform: scale(1.1);
}

.social-icons a.instagram:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    transform: scale(1.1);
}
.fa.fa-instagram {
    font-size: 1.5rem;
    line-height: 40px;
}

@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}


/* END FOOTER CSS  */


/* JOB SEARCH RESULTS CSS  */

.job-search-results ul {
    font-weight: 400;
}

.job-search-results a {
    color: #006633;
    font-weight: 600;
}
.job-search-results a:hover {
    text-decoration: underline !important;
}

.badge {
    background-color: #006633;
}

.btn-success,
.btn-success:hover,
.btn-success:visited,
.btn-success:active,
.btn-success:focus {
    background-color: #006633;
    border-color: #006633;
    border-radius: 5px;
    width: 105px;
}
.btn-info,
.btn-info:hover,
.btn-info:visited,
.btn-info:active,
.btn-info:focus {
    background-color: #006633;
    border-color: #006633;
    border-radius: 5px;
    width: auto;
}

.block-job-search-results .job-search-results table {
    font-size: 15px;
}

@media only screen and (max-width: 768px) {
    .block-job-search-results .job-search-results .job-search-collapse {
        font-size: 16px;
    }
}


/* ------------------------------ */


/* override filter groups column width  */

.block-job-search-results .job-search-results .job-search-filter-groups {
    width: auto;
}

.job-search-filter-groups {
    background-color: #EDEDE9;
    padding-left: 36px !important;
    padding-right: 36px !important;
    border-radius: 8px;
}

.job-search-filter-categories {
    background-color: #F6F6F4;
    padding: 8px;
    margin: 0px -20px 30px -20px;
    /* border-radius: 8px; */
}

.job-search-filter-departments {
    background-color: #F6F6F4;
    padding: 8px;
    margin: 0px -20px 30px -20px;
    /* border-radius: 8px; */
}

.job-search-filter-employment-types {
    background-color: #F6F6F4;
    padding: 8px;
    margin: 0px -20px 30px -20px;
    /* border-radius: 8px; */
}
.job-search-filter-country-codes {
    background-color: #F6F6F4;
    padding: 8px;
    margin: 0px -20px 30px -20px;
    /* border-radius: 8px; */
}
.job-search-filter-cities {
    background-color: #F6F6F4;
    padding: 8px;
    margin: 0px -20px 30px -20px;
    /* border-radius: 8px; */
}

.job-search-control input {
    border-radius: 5px !important;
    border: 1px solid rgba(80, 86, 86, 0.5);
    height: 50px;
}

.job-search-control button {
    height: 50px;
}

.job-search-results-card {
    border-radius: 8px;
    border: 8px solid rgba(246, 246, 244, 1);
}
@media (min-width: 768px) {
  .job-search-results-card-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 992px) {
    .navbar {
        height: auto;
    }
}

.side-panel {
  background: transparent;
  padding: 1em;
  background-color: #f5fafc;
  margin-bottom: 30px;
  border-radius: 3px;
  margin-bottom: 30px;
}


@media (min-width: 767px) {
  .block-posts .post h3.post-title,
  .side-panel h3 {
    font-size: 21px;
  }
}

/*** THEME TWO JOB DESCRIPTION PAGE STYLES ***/

.theme-two-apply-now-btn {
    margin-bottom: 60px;
}

.theme-two-apply-now-btn .button {
    background-color: #006633 !important;
    color: white !important;
    border: 2px solid rgba(80, 86, 86, 0.5) !important;
    border-radius: 8px;
    font-weight: 700 !important;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.theme-two-apply-now-btn .button:hover {
    background-color: #fff !important;
    color: #006633 !important;
    border: 2px solid rgba(80, 86, 86, 0.5) !important;
    border-radius: 8px;
    font-weight: 700 !important;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.theme-two-side-panel {
    background-color: #f3f3f3;
    border: 4px solid #ebebeb;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.theme-two-side-panel input {
    border-radius: 5px;
}

.theme-two-side-panel .btn {
    background-color: #006633;
    color: #fff !important;
  	width: 200px;
    font-weight: 700;
    letter-spacing: .1em;
    margin-left: 0 !important;
}

.theme-two-side-panel .btn:hover {
    background-color: #fff;
    border: 1px solid rgba(80, 86, 86, 0.5);
    color: #006633 !important;
    font-weight: 700;
    letter-spacing: .1em;
}

.theme-two-job-description {
    padding-right: 2.2em;
}

.theme-two-job-description .job-title {
    font-weight: 700;
    font-size: 26px;
    letter-spacing: .03rem;
}

.theme-two-job-description .btn {
    background-color: #006633;
    color: #fff !important;
    margin-left: 0;
    margin-right: 15px;
    padding: 5px 10px !important;
    line-height: normal;
}

.theme-two-job-description .btn:hover {
    background-color: #fff;
    color: #006633 !important;
    border: 1px solid rgba(80, 86, 86, 0.5);
    margin-left: 0;
    margin-right: 15px;
    padding: 5px 10px !important;
    line-height: normal;
}

.theme-two-ready-to-apply {
    background-color: #f6f6f4;
}

.theme-two-ready-to-apply h2 {
    font-weight: 700;
    letter-spacing: .03rem;
}

.theme-two-ready-to-apply input {
    border-radius: 5px;
}

.theme-two-ready-to-apply .btn {
    background-color: #006633 !important;
    color: #fff !important;
    margin-left: 0;
}

.theme-two-ready-to-apply .btn:hover {
    border: 1px solid rgba(80, 86, 86, 0.5);
    background-color: #fff !important;
    color: #006633 !important;
    font-weight: 700;
}

.theme-two-side-panel h2 {
    font-weight: 700;
    letter-spacing: .03rem;
}

.theme-two-side-panel .job-title {
    color: #006633 !important;
    font-weight: 600;
    letter-spacing: .03rem;
}

.theme-two-side-panel .job-title:hover {
    text-decoration: underline;
}

.theme-two-side-panel .job-department {
    font-weight: 700;
    letter-spacing: .03rem;
}

/* referral link in apply-cta styling */
a#referral_link {
    display: flex;
    justify-content: center;
    color: #006633 !important;
    font-weight: 600;
    padding: 0 0 0.8rem;
}
a.existing-applicant-btn {
    background-color: #006633;
    border: 2px solid #006633;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 0.8rem !important;
    text-align: center;
}
a.existing-applicant-btn:hover {
    background-color: #ffda45;
    text-decoration: none;
    border: 2px solid #ffda45;
    border-radius: 5px;
    color: #000 !important;
    font-weight: 600 !important;
    font-size: 0.8rem !important;
}
@media (min-width: 1200px) {
  .theme-two-nav-container {
    margin: auto;
  }
}
@media (min-width: 1400px) {
  .theme-two-nav-container {
    margin: auto 3rem;
  }
}
@media (min-width: 1675px) {
  .theme-two-nav-container {
    margin: auto 10rem;
  }
}

/* navbar - nav menu mobile styling  */
@media (max-width: 992px) {
  .nav-link {
    padding: 0.6rem 1rem 0;
  }
  a.existing-applicant-btn {
    margin: 0.5rem 0;
  }
}
@media (max-width: 575px) {
  img.brand-logo {
    max-width: 250px;
  }
  .navbar {
    padding: 0 1rem 0.5rem;
  }
}
@media (max-width: 475px) {
  img.brand-logo {
    max-width: 225px;
  }
}
/* navbar - nav links padding top - desktop */
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
      padding-top: 1.5rem;
  }
}

/* VIDEO HERO BLOCK STYLING */
.no-gutters .container-fluid {
    padding: 0;
}

.ua-video-container .row {
    margin-right: 0;
}

.ua-video-container .row .col-md-12 {
    padding-right: 0;
}

/* No side padding */

.no-side-padding .row {
    margin-right: 0;
    margin-left: 0;
}

.no-side-padding .col-md-12 {
    padding: 0 !important;
}
header {
    position: relative;
    background-color: black;
    height: 20rem;
    min-height: 20rem;
    width: 100%;
    overflow: hidden;
}

header video {
    position: absolute;
    top: 85px;
    left: 50%;
    object-fit: cover;
    object-position: center;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 475px;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

header .container {
    position: relative;
    z-index: 2;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.2;
    z-index: 1;
}

header * {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0px;
}

.video-text-block {
    width: 800px;
    margin: 0 auto;
}

.video-text-block .input-group-btn button,
.video-text-block .input-group input {
    height: 45px;
}

@media (pointer: coarse) and (hover: none) {
    header {
        background: url("https://files.clinchtalent.com/c72c8238228dc98fcca1943c3ce1dd26/3afaa3e1bcfe6c9804bf3d5eb0c0a87e/video-poster.jpeg") black no-repeat center center scroll;
    }
    header video {
        display: none;
    }
}

/* search filter override - remote ==> telework friendly */
.job-search-filter-remote .job-search-filter-header.remote {
    visibility: hidden;
    position: relative;
}

.job-search-filter-remote .job-search-filter-header.remote::after {
    visibility: visible;
    position: absolute;
    left: 0;
    margin-left: -15px;
    content: "Telework Friendly";
}
.job-search-filter-remote,
.job-search-list-items.remote {
    margin-bottom: 0.3rem !important;
}
.job-search-filter-remote .job-search-list-items.remote {
    margin-left: -15px;
}
.job-search-filter-remote .job-search-list-items.remote span {
    visibility: hidden;
    position: relative;
}
.job-search-filter-remote .job-search-list-items.remote span::after {
    visibility: visible;
    position: absolute;
    left: 0;
    content: "Yes";
}
/* job card override - remote ==> telework friendly */
.job-search-results-table .job-search-results-card-body .job-component-list .job-component-remote span {
    visibility: hidden;
    position: relative;
}
.job-search-results-table .job-search-results-card-body .job-component-list .job-component-remote span::after {
    visibility: visible;
    position: absolute;
    left: 0;
    content: "Telework Friendly";
    min-width: max-content;
    width: max-content;
}

/* JOB PAGE HERO TEXT - STYLE FIX  */
.hero-img-text-block.job-page .block-image-text {
    display: flex;
    justify-content: center;
} 
.hero-img-text-block.job-page .block-image-text h1 {
    line-height: 1.15;
    text-transform: capitalize;
    width: 50%;
}

/* JOB SEARCH PAGE - ADD 'REQUISITION #:' TEXT TO JOB CARD BEFORE THE REQ # */
/* JOB LISTING PAGE - ADD 'REQUISITION #:' TEXT TO JOB DESCRIPTION BEFORE THE REQ # */
.job-search-results-card span[id^="requisition_identifier_"]::before,
.job-component-details span[id^="requisition_identifier_"]::before{
    position: relative;
    content: 'Requisition #:';
}

/* JOB SEARCH PAGE - SIDE FILTERS - CHANGE EMPLOYMENT TYPE --> JOB CATEGORY */
.job-search-results .job-search-filter-header.employment_types {
    visibility: hidden;
}
.job-search-results  .job-search-filter-header.employment_types::after {
    content: 'Job Category';
    visibility: visible;
    display: flex;
    margin-top: -16px;
}
/* JD PAGE - JOB DESCRIPTION SECTION - CUSTOM FIELDS STYLING */
.job-description h6 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400 !important;
    font-size: 90%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
/* JOB SEARCH SIDE FILTERS, REMOTE, HYBRID, ONSITE PSEUDO TEXT */
li[data-value="remote"] {
    position: relative;
}
li[data-value="remote"]::after {
    position: absolute;
    content: ' Eligible';
    margin-left: 5px;
    font-size: 14.5px;
    font-weight: normal;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
li[data-value="on site"] {
    position: relative;
}
li[data-value="on site"]::after {
    position: absolute;
    content: ' Required';
    margin-left: 5px;
    font-size: 14.5px;
    font-weight: normal;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
li[data-value="hybrid"] {
    position: relative;
}
li[data-value="hybrid"]::after {
    position: absolute;
    content: ' Eligible';
    margin-left: 5px;
    font-size: 14.5px;
    font-weight: normal;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

/* JOB SEARCH PAGE, REMOVE REMOTE TYPE FROM JOB LISTING */
.job-component-icon-and-text.job-component-workplace-type  {
    display: none;
}

/* REMOVED AT THE REQUEST OF THE CLIENT
.job-search-filter-groups h4.workplace_types {
    visibility: hidden;
    position: relative;
}
.job-search-filter-groups h4.workplace_types::after {
    visibility: visible;
    position: absolute;
    left: 0;
    content: "Remote Options";
}*/