body {
    font-size: 17px;
    color: #000000;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
/* Typography */
a, a:visited {
    color: #00549e;
}
a:hover {
    color: #00549e;
    text-decoration:underline;
}
/* Navigation */
.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 {
  color: #000000;
}
.navbar {

}
a.nav-link {
    letter-spacing: 2.1px;
    text-transform: uppercase;
    font-size: 14px;
    color: #000000 !important;
    font-weight: 600;
}
li.nav-item {
    padding: 0px 11px;
}
.nav-item a {
  color:#444444 !important;
}
.brand-logo {
    width: 100%;
    max-width: 155px;
}
.my-settings {
    font-size: 17px;
    margin: 0!important;
    font-weight: 400 !important;
}
.hero-message em {
    color: #be830e;
}
/***Hero***/
.hero h1 {
    font-size: 5em;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}
.hero h3 {
    font-size: 2.1em;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
@media only screen and (max-width: 576px) {
  .hero h1 {
    font-size: 2.6em;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}
.hero h3 {
    font-size: 1.6em;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
}
/* Buttons */
.btn {
  font-weight: 600;
  text-transform: capitalize;
}
.btn-success,
.btn-success:hover,
.btn-success:visited,
.btn-success:active,
.btn-success:focus {
    background-color: #be830e;
    border-color: #be830e;
}
.btn-primary {
    border: 3px solid #be830e;
    color: #000000;
    transition: background .25s linear;
    background: #ffffff;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: color .2s ease-in-out 0s;
    transition: color .2s ease-in-out 0s;
    line-height: 1.1;
    border-radius: 5px !important;
}
.btn-primary:hover {
    color: #be830e;
    background-color: #000000;
    border-color: #000000;
}
.form-group .btn-primary {
    padding: 12px 40px !important;
}
a.button.button1 {
    border: 3px solid #BE830E !important;
    background: #ffffff !important;
    color: #000000 !important;
    transition: background .25s linear;
    padding: 5px 35px;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 5px;
}
.badge {
    background-color: #000000;
    width: 36px;
    text-align: center;
    padding: 5px !important;
    margin: 2px !important;
    font-size: 12px;
}
.near-me-btn {
    background: #ffffff;
    color: #be830e;
    border: 2px solid #be830e;
    font-weight: 600;
    font-size: 14px;
}
.near-me-btn:hover {
    background: #ffffff;
    color: #be830e;
}
.call-to-action-employee-referral a {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
a.referral-link {
    text-align: center;
    background: #ffffff;
    color: #000000;
    display: block;
    padding: 12px 0px;
    width: 190px;
    font-size: 16px;
    border: 3px solid #BE830E !important;
    border-radius: 5px;
    font-weight: 600;
}
.job-position-description-document a.btn.btn-info {
    background: #000;
    border: 1px solid #000;
}
.job-position-description-document a.btn.btn-info:hover {
    color:#fff;
}
.page-item.active .page-link {
    background-color: #be830e;
    border-color: #be830e;
}
.page-link {
    color: #be830e;
}
.label-info {
    background-color: rgb(157 203 75);
}
.job-description-controls a, .job-description-controls span {
    background: #be830e !important;
    color: #000000 !important;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #be830e !important;
}
.job-alerts .btn-primary {
    border: 1px solid #be830e;
    color: #be830e;
    background: #ffffff;
}
.job-alerts .btn-primary:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    background: #be830e;
}
.job-alerts {
    background: #be830e;
    border: 1px solid #be830e;
    padding: 10px;
    text-align: center;
    width: 14em;
}
.job-alerts a {
    color:#fff;
}
/*** filter styling ***/
select.job-search-results-filter {
    padding: 10px;
    background: #fff;
    border: 1px solid #ececec;
}
.input-group input, .input-group-btn button {
    height: 46px;
    padding: 12px 26px;
}
.input-group .btn {
    border-radius: 5px;
}
.job-search-control input {
    margin-right: 25px;
}
@media only screen and (max-width: 576px) {
.job-search-control input {
    margin-right: 0px;
}
}
.block-job-search-results .job-search-filter-groups .list-unstyled::-webkit-scrollbar, .block-job-search-results .job-search-filter-groups .job-component-details .job-component-list ul::-webkit-scrollbar, .job-component-details .job-component-list .block-job-search-results .job-search-filter-groups ul::-webkit-scrollbar {
    visibility: visible;
    background: #e5e5e5;
    overflow-y: none;
}
.block-job-search-results .job-search-filter-groups .list-unstyled::-webkit-scrollbar-thumb, .block-job-search-results .job-search-filter-groups .job-component-details .job-component-list ul::-webkit-scrollbar-thumb, .job-component-details .job-component-list .block-job-search-results .job-search-filter-groups ul::-webkit-scrollbar-thumb {
    visibility: visible;
    background: #3d3a3a;
}
.block-job-search-results .job-search-filter-groups .list-unstyled, .block-job-search-results .job-search-filter-groups .job-component-details .job-component-list ul, .job-component-details .job-component-list .block-job-search-results .job-search-filter-groups ul {
    overflow-y: scroll;
    padding-right: 14px;
    overflow-x: hidden !important;
}
/***
.block-job-search-results .job-search-filter-groups .list-unstyled, .block-job-search-results .job-search-filter-groups .job-component-details .job-component-list ul, .job-component-details .job-component-list .block-job-search-results .job-search-filter-groups ul {
    padding-right: 14px;
    overflow-x: hidden;
    max-height: inherit;
}
***/
/*** filter checkboxes ***/
.job-search-filter-groups {
    background-color: #f5edde;
}
/*** Search page styling ***/
.job-search-results-table.job-search-results-content {
    margin-top: 45px;
}
th.job-search-results-categories, th.job-search-results-employment-type {
  display:none;
}
.block-job-search-results .job-search-results .job-search-results-category, .block-job-search-results .job-search-results .job-search-results-employment-type {
  display:none;
}
.job-search-collapse {
    color: #000;
    font-weight: 600;
    font-size: 18px !important;
}
.job-search-collapse::after {
    content: "\+";
    font-size: 20px;
}
/*** card styling ***/
.card-title a {
    font-size: 24px;
    font-weight: 500;
    color: #be830e;
}
.job-search-results-summary {
    font-size: 17px;
    line-height: 1.7;
}
.job-component-icon-and-text {
    font-size: 15px;
    color: #000000;
}
.job-component-list {
    display: inline-flex;
}
.job-component-icon-and-text > i {
    width: 15px;
}
.job-component-icon-and-text span {
    margin-right: 20px;
}
.job-component-details {
    font-size: 90%;
    padding: 10px 0px 10px 0px;
}
.job-search-results-card {
    border: 2px solid #F5EDDE !important;
    padding: 15px;
    border-radius: 5px;
    background: #ffffff;
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: #ffffff;
    border-top: 1px solid #fff;
}
.card-footer {
    padding: 0.3rem 1.25rem;
}
.card-footer a {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
/*** job page styling ***/
.side-panel {
    box-shadow: 0 5px 9px 0 rgb(0 0 0 / 10%);
    padding: 40px 25px;
    margin-bottom: 20px;
}
.side-panel .job-title {
    font-size: 18px;
    font-weight: 600;
}
.side-panel .job-field {
  color:#000;
}
.side-panel h3 {
    font-size: 24px;
}
.job-alerts-cta h3 {
    font-size: 24px;
    padding-bottom:15px;
}
.block-job-description h2, .block-job-description h3 {
  color:#be830e;
}
.block-job-description .job-title {
    color: #be830e;
    font-weight: 600;
    font-size: 1.8em !important;
}
ul.side-nav-items {
    list-style: none;
    padding: 16px 12px;
    font-size: 14px;
    border: 1px solid #ececec;
    width: 17em;
    border-top: 3px solid #f5edde;
}
ul.side-nav-items li:after {
    content: "\f08e";
    font-weight: 600;
    font-family: "Font Awesome 7 Free";
    padding-left: 8px;
    font-size: 11px;
}
ul.side-nav-items li a {
  text-decoration:underline;
}
/*** candidate styling ***/
.candidate-settings-panel {
    background-color: #f9f9f9;
    padding: 30px 42px;
}
.block-wrapper.candidate-settings {
    background: #f0f0f0;
    margin: 10px 0px;
    padding: 50px;
}
/*** search boxes ***/
.anu-card {
    border: 2px solid #F5EDDE !important;
    padding: 30px 25px 10px 25px;
    height: 100%;
}
/*** footer ***/
.anu-wf-h3, .anu-wf-p {
    color: #ffffff;
}
/***candidate consent***/
.consent-modal .image-wrapper {
    text-align: left;
}
.modal-footer .btn-success {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.modal-footer .btn-info {
    color:#000 !important;
    background-color: #fff;
    border-color: #000000;
}
/*** mobile styles ***/
@media only screen and (max-width: 576px) {
.row.job-search-results-card-row {
    margin-left: 0px;
    margin-right: 0px;
	}
  .job-search-results-dropdown-filter-col {
    margin: 5px 0px;
}
span.input-group-btn {
    width: 100%;
    margin: 5px 0px;
}
  .job-search-control .btn-primary, .near-me-btn {
    width:100%;
  }
  .job-search-control .near-me-control {
    margin-left: 0px;
  }
  .job-search-control {
    padding: 0px;
}
  img.brand-logo {
    width: 100%;
	max-width: 155px;
  }
  .my-settings {
    font-size: 12px;
    text-align: right!important;
    padding-right: 0rem!important;
    margin: 0!important;
  }
  .hero-title h2 {
    font-size: 60px;
}
}
@media (min-width: 992px) {
  .job-search-results-card-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
.job-search-results-dropdown-filter-col {
    flex: 0 0 33%;
    max-width: 33%;
  }
}

