
body {
  font-family:Arial, Helvetica, sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
}
p {
    line-height: 1.5em;
}
/* Typography */
a, a:visited {
    color: #3C0074;
}
a:hover {
    color: #3C0074;
    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;
}
li.nav-item {
    padding: 10px 16px;
    margin-bottom: auto;
    margin-top: auto;
}
li.nav-item a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}
.brand-logo {
    width: 100%;
    max-width: 370px;
}
.bg-purple {
  background:#450084;
}
/*** hero section ***/
.hero {
    background: url(https://d2nc0na9w8r5aj.cloudfront.net/public/uploads/2068e2acccb212dad8db1a5fc9530ac8/images/files/958bfbdd02e224d781cb3f68f30be3d6/original/Media_Homepage_Banner_Desktop_%281%29.png?1684208173);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*** Buttons ***/
a.button {
    text-transform: inherit !important;
    font-family:inherit;
}
.btn {
    font-weight: 600;
    font-family:inherit;
    text-transform: inherit;
}
.btn-success,
.btn-success:hover,
.btn-success:visited,
.btn-success:active,
.btn-success:focus {
    background-color: #3C0074;
    border-color: #3C0074;
}
.btn-primary {
    border: 3px solid #3C0074;
    color: #ffffff;
    transition: background .25s linear;
    background: #3C0074;
    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: #3C0074;
    background-color: #ffffff;
    border-color: #3C0074;
}
.form-group .btn-primary {
    padding: 12px 40px !important;
}
a.button.button1 {
    border: 3px solid #3C0074 !important;
    background: #3C0074 !important;
    color: #ffffff;
    transition: background .25s linear;
    padding: 8px 50px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 3px;
}
a.button.button2 {
    border: 3px solid #000000 !important;
    background: #000000 !important;
    color: #ffffff;
    transition: background .25s linear;
    padding: 8px 50px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 3px;
    margin-top: 15px;
}
a.button.button4 {
    color: #000000;
    border: 0;
    padding: 0;
    font-weight: 600;
    font-size: 15px;
}
a.find-out-more {
    color: #000000;
    font-weight: 600;
    padding-top: 12px;
    display: block;
    font-size: 15px;
}
.find-out-more:after {
    content: '>';
    margin-left: 6px;
    font-size: 18px;
    color: #3C0074;
}
.job-search-results-active-filters .badge {
    background: #3C0074 !important;
    padding: 3px 5px 3px 8px !important;
}
.badge {
    background-color: #3C0074;
    text-align: center;
    padding: 5px !important;
    margin: 2px !important;
    font-size: 12px;
}
.near-me-btn {
    background: #3C0074;
    color: #ffffff;
    border: 2px solid #3C0074;
    font-weight: 600;
    font-size: 14px;
}
.near-me-btn:hover {
    background: #ffffff;
    color: #3C0074;
}
.call-to-action-employee-referral a {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.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: #3C0074;
    border-color: #3C0074;
}
.page-link {
    color: #3C0074;
}
.label-info {
    background-color: rgb(157 203 75);
}
.job-description-controls a, .job-description-controls span {
    background: #3C0074 !important;
    color: #ffffff !important;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #3C0074 !important;
}
.job-alerts .btn-primary {
    border: 1px solid #3C0074;
    color: #3C0074;
    background: #ffffff;
}
.job-alerts .btn-primary:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    background: #3C0074;
}
.applicant-login {
    background: #3C0074;
    border: 1px solid #3C0074;
    padding: 15px;
    text-align: center;
    width: 90%;
    border-radius: 3px;
}
.job-alerts a, .applicant-login a {
    color: #fff;
    font-family: 'Source Sans Pro';
}
.job-description {
    line-height: 1.5;
}
/*** filter styling ***/
select.job-search-results-filter {
    padding: 10px;
    background: #fff;
    border: 1px solid #ececec;
}
.input-group input, .input-group-btn button {
    height: 40px;
    padding: 8px 26px;
}
.input-group .btn {
    border-radius: 5px;
}
.job-search-control input {
    margin-right: 25px;
    border-radius: 5px !important;
}
@media only screen and (max-width: 576px) {
.job-search-control input {
    margin-right: 0px;
}
}


/*** filter checkboxes ***/
.job-search-filter-groups {
    background-color: #ffffff;
}
/*** Search page styling ***/
.job-search-results-title a {
    font-weight: 600;
    font-size: 15px;
}
.block-job-search-results .job-search-results .job-search-filter-groups {
    width: 95%;
    border: 1px solid #dddddd;
    background: #f7f7f7;
    padding: 22px;
    border-radius: 4px;
}
.job-search-results-table.job-search-results-content {
    margin-top: 20px;
}
h4.job-search-filter-header {
    font-size: 18px !important;
}
.job-search-collapse {
    color: #000;
    font-weight: 600;
    font-size: 18px !important;
}
.job-search-collapse::after {
    content: "\+";
    font-size: 20px;
}
.block-job-search-results .job-search-filter-groups li {
    margin-bottom: 4px;
    line-height: 1.2em;
}
.pagination-container {
    margin-top: 25px;
}

/*** top cards ***/
.card {
    border: 0;
    border-radius: 4px !important;
}
.card a.button.button4:after {
    content: '>';
    margin-left: 6px;
    font-size: 18px;
    color: #3C0074;
}
/*** card styling ***/
.card-title a {
    font-weight: 600;
    color: #3C0074;
    font-size: 22px;
}
.job-search-results-card {
    border: 1px solid #ddd !important;
    padding: 18px 20px;
    border-radius: 6px;
    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: #3C0074;
}
/*** job page styling ***/
.side-panel {
    background-color: #f3f3f3;
    border: 4px solid #ebebeb;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.side-panel .job-title {
    font-size: 22px !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
}
.side-panel .job-field {
    color: #484848;
    font-size: 14px;
    font-weight: 600;
}
.side-panel h3 {
    font-size: 24px;
}
.side-panel .job-summary {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.2;
}
.job-alerts-cta h3 {
    font-size: 24px;
    padding-bottom:15px;
}
.block-job-description h2, .block-job-description h3 {
  color:#3C0074;
}
.block-job-description .job-title {
    color: #3C0074;
    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;
}
/*** footer ***/
footer {
    background: #F4EFE1;
    padding: 60px 0px;
}
footer a, footer p {
    color: #444444 !important;
    font-size: 14px;
}
.footer-brand-logo {
    width: 100%;
    max-width: 165px;
    margin-bottom: 20px;
}
.ul.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.social-icons li {
    margin: 10px 0px;
}
.social-icons a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #3c0074;
    border-radius: 50%;
    font-size: 20px;
    color: #ffffff !important;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}
/***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 100%;
    max-width: 100%;
  }
}

/*** Site specific ***/
.my-auto .col-md-6, .my-auto .col-md-8, .my-auto .col-md-4 {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.no-gutters .container-fluid, .no-gutters .container {
    padding: 0px;
}
.page-body.page.editing .hero-search-box {
  margin-top: 0px;
  margin-bottom: 0px;
}

/**home**/
.hero-search-box {
    margin-top: -190px;
    margin-bottom: 145px;
}
.job-category-cards .col-md-4 {
    margin-bottom: 10px;
    padding: 10px 40px;
}
.job-category-cards .block-image-uncropped-full-width:after {
    background-color: rgba(60 0 116 / 50%) !important;
}
.job-category-cards h2 {
    font-size: 28px;
    font-weight: 500;
}
/** benefit-cards **/
.benefit-cards img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0px 0px;
}
.benefit-cards h3 {
  background: #CBB677;
  padding: 16px;
  border-radius: 0px 0px 10px 10px;
}
.benefits-purple h3 {
    background: #450084;
    color:#ffffff;
}
.benefits-purple h3 a {
    color:#ffffff;
}
.benefit-cards p {
    margin-bottom: 0px;
}

/*** to sort ***/
.selectize-control.multi .selectize-input > div {
    background-color: #3C0074;
    color: #fff;
    border-radius: 4px;
}
.form-control {
    border-radius: 4px;
      border: 1px solid #ccc;
}
.selectize-input {
    border-radius: 4px;
}
.job-search-results-card {
transition: box-shadow .3s;
}
.job-search-results-card:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}

/* CUSTOM JOB CARDS - DESCRIPTIONS ON RIGHT */
/* job search page card title link */
.card-title.job-search-results-card-title {
    position: relative;
    display: inline-block;
    width: 70%;
}
.job-search-results .card {
    display: block;
    margin: 0px 15px 0px 15px;
}
.card-title .job-search-results-card-title a,
.card-title .job-search-results-card-title a:hover {
    font-size: 1.5rem;
    font-weight: 600;
    color: #4d1979;
}
.block-job-search-results .job-search-results .job-search-results-card {
    padding: 0;
}
.card-body.job-search-results-card-body {
  padding-right: 0;
}
.card-text.job-search-results-summary {
    width: 75%
}
.job-component-details .job-component-list ul {
    margin-left: 0.5rem;
}
.check-check .job-component-details {
    float: right !important;
    display: flex;
    flex-direction: column;
    background-color: #F8F8F8;
  	width: 210px !important;
    margin-top: -17px;
    margin-bottom: 0;
    margin-left: 10px;
    border-radius: 0px 5px 5px 0px;
    border-left: 1px solid #EAEAEA;
  	border-top: 1px solid #EAEAEA;
    line-height: 2em;
    font-weight: 400 !important;
    padding: 60px 12px 70px 12px;
}
/* viewport width less than 1200px */
@media (max-width: 1200px) {
  .job-search-results-container .page-row-container {
    width: 75%;
    max-width: 75%;
  }
  .check-check .job-component-details {
    float: right !important;
    position: absolute;
    bottom: 0;
    top: 0;
    display: inline-flex;
    flex-direction: column;
    background-color: #f8f8f8;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 18px;
    border-radius: 0px 5px 5px 0px;
    border-left: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    line-height: 2em;
    font-weight: 400 !important;
    padding: 40px 12px 25px 12px;
  }
  .check-check .card-text.job-search-results-summary {
    width: 70%;
  }
}
/* viewport width less than 992px */
@media (max-width: 992px) {
  .job-search-results-container .page-row-container {
    width: 90%;
    max-width: 90%;
  }
}
/* === EXISTING APPLICANT / LOGIN BUTTON STYLE ======== */
a.existing-applicant-btn:link,
a.existing-applicant-btn:active,
a.existing-applicant-btn:visited,
a.existing-applicant-btn:focus,
a.existing-applicant-btn:hover {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    margin-top: 0;
    color: #450084 !important;
    font-weight: 600 !important;
    font-size: 0.8rem !important;
}

