html * {
    -webkit-font-smoothing: antialiased;
}
body {
    margin: 0;
    font-family: "Muli", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}
/*** Text ***/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: muli,arial,sans-serif;
}
.h1, h1 {font-size: 2.625rem}
.h2, h2 {font-size: 2.25rem}
.h3, h3 {font-size: 1.875rem}
.h4, h4 {font-size: 1.5rem}
.h5, h5 {font-size: 1.25rem;}
.h6, h6 {font-size: 1rem}

.text-primary-bab {
color:#b20838;
}
.text-secondary-bab {
color:#870e40;
}
a {
    color: #870e40;
}
a:visited {
    color: #870e40;
}
.top-link {
  font-size: .875rem !important;
  color: #870e40 !important;
}
.block-wrapper.bab-h-p h1 {
    color: #b20838;
}
.block-wrapper.bab-h-p h2 {
    color: #b20838;
}
.block-wrapper.bab-h-p h3 {
    color: #b20838;
}
.block-wrapper.bab-h-s h1 {
    color: #870e40;
}
.block-wrapper.bab-h-s h2 {
    color: #870e40;
}
.block-wrapper.bab-h-s h3 {
    color: #870e40;
}
.bg-grey {
  background:#EDF1F2;
}
.card a {
    color: #870e40;
    font-weight: 600;
}

/*** Nav ***/
.top-nav {
  background:#f6f2f5;
}
.navbar-toggler {
    border-color: #fff0 !important;
}
.navbar a {
    color: #870e40!important;
    font-weight: 700;
}
.navbar a:hover {
    color: #870e40!important;
    font-weight: 700;
}
/*** HEADER ***/
.bab-jumbotron {
    margin-bottom: 2rem;
    background: url(https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-uploads/public/uploads/587ddb626c1e8a8d1e4f72bcb64d0862/images/files/b27962e3b55ec811aa86c10e83aee8a8/original/Banner_image-1.jpg?1590974117);
    padding: 18em 0em 6em 0em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-color: rgba(0, 0, 0, 0.34);
    background-blend-mode: overlay;
}
.bab-jumbotron h1 {
    color: #fff;
}
.easy-autocomplete.form-control.form-control-sm.fix-autocomplete {
    width: 50% !important;
}
.job-search-control .btn-primary, .job-search-control .btn-primary:active, .job-search-control .btn-primary:visited, .job-search-control .btn-primary:focus {
    border: 1px solid #aa0533 !important;
    background: #aa0533;
    font-weight: 700;
    border-radius: 25px !important;
    margin-left: 20px;
    padding: 0px 35px;
    color: #fff;
}
/*** HEADER MOBILE TWEAKS ***/
@media only screen and (max-width: 600px) {
.job-search-control button#search_control_button_0_0 {
    width: 100%;
    margin: 15px 0px 0px 0px;
}
}
/*** Buttons ***/
#form_submit_2_0 {
    padding: 12px 36px 12px 36px !important;
    border-radius: 24px;
    background: #b20838;
    color: #fff !important;
    border: 1px solid #b20838;
        border-top-color: rgb(178, 8, 56);
        border-right-color: rgb(178, 8, 56);
        border-bottom-color: rgb(178, 8, 56);
        border-left-color: rgb(178, 8, 56);
    text-align: center;
    text-transform: none !important;
    font-size: 16px !important;
    margin-top: -5px;
    transition: background .25s linear;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #a90533;
    border-color: #a90533;
}
.btn-bab {
    text-transform: none !important;
    font-size: 16px !important;
	margin-top: -5px;
    transition: background .25s linear;
}
.btn-bab-primary {
    padding: 12px 36px 12px 36px !important;
    border-radius: 24px;
    background: #b20838;
    color: #fff !important;
    border: 1px solid #b20838;
  	text-align:center;
}
.btn-bab-primary-outline {
    padding: 12px 36px 12px 36px !important;
    border-radius: 24px;
    background: #fff;
    color: #b20838; 
    border: 1px solid #b20838;
  	text-align:center;
}
.btn-bab-secondary {
    background: #870E40;
}
.btn-bab-secondary-outline {
    background: #870E40;
}
#near_me_button_1_0 {
    background: #b20838;
    border: 1px solid #b20838;
    border-radius: 24px;
    padding: 9px 36px 9px 36px !important;
}
#search_control_button_1_0 {
  background: #fff;
    border: 1.5px solid #b20838;
    border-radius: 24px;
    padding: 9px 24px 9px 24px;
    color: #b20838;
}
.form-control {
    border-top: 0px;
    border-bottom: 1px solid #a2a1a1;
    border-left: 0px;
    border-right: 0px;
    margin-right: 35px;
}
/*** FILTERS & JOBS ***/
.job-search-filter-groups {
    background-color: #f6f2f5!important;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #aa0533 !important;
    border-color: #aa0533 !important;
}
li.page-item a {
    color: #aa0533;
}
li.page-item a:hover {
    color: #aa0533;
}
/*** FILTERS & JOBS MOBILE TWEAKS ***/
@media only screen and (max-width: 600px) {
input#search_control_query_1_0 {
    width: 100%;
    margin: 0px 0px 15px 0px;
}
  span.input-group-btn {
    width: 100%;
}
  button#search_control_button_1_0 {
    margin: 0px 0px 10px 0px;
    width: 100%;
}
  .job-search-control .near-me-control {
    margin: 0px 0px 0px 0px;
}
  button#near_me_button_1_0 {
    width: 100%;
}  
}
/*** Accordian Styling ***/
.accordion-head {
    padding: 1rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 4px;
}
.accordion-head h3 {
    font-size: 22px;
    color: #a90533;
    font-weight: 600;
}
/*** Filters ***/
.badge {
    background-color: #870e40;
}
.label-info {
      background-color: #870e40 !important;
}
.label-primary {
    background-color: #870e40 !important;
}
/*** Footer ***/
  .footer-text {
    font-size: .875rem;
    line-height: 24px;
}
.linkList ul li {
    font-size: 1rem;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
}
.linkList-link {
    color: #323d42 !important;
    font-size: .875rem;
}
.fa-social {
    background: #323d42;
    height: 20px;
    max-height: 20px;
    width: 20px;
    max-width: 20px;
    display: block;
    text-align: center;
}
.apply_url-call-to-action h2 {
    font-size: 1.65rem;
    font-weight: 700;
    padding: 15px 1px;
    color: #a90533;
}
.acknowledge p {
    font-size: 14px;
    margin: 0;
}
.atsi {
    max-width: 70px;
}
/**Buttons**/
a.button.button1 {
    border: 1px solid rgba(80,86,86,.5);
    background: #b20838;
    color: #ffffff;
    transition: background .25s linear;
	border-radius: 34px;
    padding: 5px 37px;
    font-size: 13px;
}
.highlightSection .border {
    border-color: 1px solid #dee2e6!important;
    border-radius: 2px;
}
form *[type='submit'] {
    border-color: #b20838;
    padding: 9px 36px 9px 36px !important;
    border-radius: 24px;
    border: 1px solid #b20838;
}
/*** CANDIDATE PAGE ***/
.candidate-settings-panel {
    background-color: #EDF1F2;
}
.job-summary {
    line-height: 1.3em;
    padding-top: 12px;
}
.job h3.job-title {
    font-weight: 600 !important;
    padding-bottom: 5px;
}
.job h3.job-title:hover {
	color:#870e40;
}
.job .job-field:hover {
	color:#870e40;
}

/*** SPACING ***/
.col-md-4 {
  margin-bottom:1rem!important;
}
.col-md-3 {
  margin-bottom:1rem!important;
}
/***OTHER STYLING TESTING***/
.card {
    border-width: 0;
    box-shadow: 0 12px 15px rgba(140,152,164,.1);
}
.team-member-image {
    max-width: 100%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.quote-wrap {
    padding: 1rem;
}
.team-member-bio {
    text-align: left !important;
    padding: 1rem;
}

/*** Internal ***/
.bab-jumbotron-internal {
    margin-bottom: 2rem;
    background: url(https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-uploads/public/uploads/91051c3f03172012da0ceee316f1d561/images/files/cf4024979b2c698d26e8b2373e1246ce/original/0B2A6453-crop.jpg?1615764398);
    padding: 18em 0em 10em 0em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-color: rgba(0, 0, 0, 0.34);
    background-blend-mode: overlay;
}

/* FAQs */

.block-faq-set .btn {
  padding: 0;
}

.block-faq-set h5 {
  margin-bottom: 0;
}

.block-faq-set .card-header {
    padding: 30px;
}

.block-faq-set .faq-accordion .card-header .accordion-button.btn {
  font-size: 16px;
  text-transform: none;
  color: #000;
}

.block-faq-set .accordion > .card {
  border-bottom: 1px solid #d1d1d1;
}

.block-faq-set .accordion > .card:last-child {
  border-bottom: none;
}