Skip to main content.
sitemap


Work for Farm Credit of The Virginias

:root { --color-theme-1-hue: 88.6; --color-theme-1-saturation: 61.6%; --color-theme-1-lightness: 34.7%; --color-theme-1: hsl(var(--color-theme-1-hue), var(--color-theme-1-saturation), var(--color-theme-1-lightness)); } /* Replace rest of CSS with what's below here */ [dir] body, html[dir], [dir] .job-meta { background: #eff1ed; } h1,h2,h3,h4,h5,h6 { font-weight: 700; } /* Layout */ [dir] .home-page, [dir] .app__subpage { padding-left: 20px; padding-right: 20px; } [dir] .home-page { padding-top: 15rem; /* Below line commented by PRP on 11/22/23 for PBI 626236 */ /*padding-bottom: 5rem;*/ } /* Header */ [dir] .app__top { /* Below line commented by PRP on 11/22/23 for PBI 626236 */ /*padding: 30px 40px;*/ /* Below line added by PRP on 11/22/23 for PBI 626236 */ padding: 0.1px 0.1px; background: var(--color-theme-1); /* Below line added by PRP on 11/22/23 for PBI 626236 */ max-height: 122px; } .app-header__logo { width: 200px; } .app-header__logo-image { max-height: none; } [dir] .app-toggle-menu__strap { color: #fff; } /* UI */ [dir] .search-box-compact__fieldset { background: #fff; } [dir] .scroll-suggest__mouse { border: 1px solid #fff; } [dir] .scroll-suggest__dot, [dir=ltr] .scroll-suggest__arrows { color: #fff; } [dir] .button { background: #fff; border-radius: 5px; color: #5b8f22; font-size: 20px; } [dir] .button::before { border: 1px solid var(--color-theme-1); border-radius: 5px; } [dir] .search-box-compact__button { background: var(--color-theme-1); } .favourite-jobs__toggle { color: #eff1ed; } .favourite-jobs__toggle:hover, .favourite-jobs__toggle:focus { color: #fff; } .favourite-jobs--active .favourite-jobs__toggle { color: var(--color-theme-1); } .icon-search-thin { color: #fff; font-size: 1.25em; } /* Homepage */ .home-page__heading { font-weight: 700; color: #fff; } .home-page__background-inner:before { position: absolute; content: ''; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.35); } .categories-list__button, .categories-list__counter { color: #fff; font-weight: 700; font-size: 1.25em; } /* Footer */ [dir] .app-footer, .app__custom-footer { background: var(--color-theme-1); position: relative; z-index: 2; bottom: 0; width: 100%; padding-top: 2rem; padding-bottom:2rem; } .footer__logo { width: 140px; margin: 0 auto; padding-top: 2rem; padding-bottom: 1rem; text-align: center; } .footer__logo img { width: 100% } .footer-links { justify-content: center; } .footer-links__link { color: #fff; } .app-footer__links--desktop { display: block; margin: 0 auto; } .search-box-compact__mode-item:hover { color: var(--color-theme-1); } /* Job Listings*/ .job-details__title, [dir] .job-details__description-header { font-weight: 700; } [dir] .job-details__header-line { background-color: var(--color-theme-1); opacity: 1; } [dir] .job-actions__favorited, .copy-link__icon { color: var(--color-theme-1); } [dir=ltr] .user-menu__icon, [dir=ltr] .user-menu__header { color: #fff; } /* Media Queries */ @media screen and (max-width: 768px) { .job-details__title { font-size: 3.25rem; } .footer-links { justify-content: center; } } @media only screen and (max-width: 600px) { [dir] .app-footer, .app__custom-footer { position: relative; } } @media screen and (max-width: 480px) { [dir] .app__top { padding-left: 15px; padding-right: 15px; } .app-header__logo { width: 140px; } [dir] .home-page { /* Below line commented by PRP on 11/22/23 for PBI 626236 */ /*padding-top: 15rem;*/ padding-bottom: 13rem; padding-left: 10px; padding-right: 10px; } [dir] .app__subpage { padding-top: 10rem; } [dir] .search-box-compact__fieldset { border-radius: 5px; } }