body {
    font-size: 16px;
    color: #000000;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
	font-weight: 400;
    font-family:'cocogoosepro';
    letter-spacing:normal;
}
header.hero-banner {
    padding: 50px 0 0px !important;
    background-image: linear-gradient(50deg, #ED135A, #ED135A 42%, #524DA0 91% );
}
/* Typography */
a, a:visited {
    color: #b91551;
}
@font-face {
    font-family: 'cocogoosepro';
    src: url('https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-customer-files/eadea13b2bc3a53ed2fe42e6990171ad/f25015d2141516728d0dcecb71b77d86/fonts/cocogoosepro-ultralight-webfont.woff2') format('woff2'),
         url('https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-customer-files/eadea13b2bc3a53ed2fe42e6990171ad/f25015d2141516728d0dcecb71b77d86/fonts/cocogoosepro-ultralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
a:hover {
    color: #b91551;
    text-decoration:underline;
}
/***Hero***/
.hero h1 {
    font-size: 4.2em;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}
.hero h3 {
    font-size: 2.8em;
    letter-spacing: 0.5px;
}
@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;
}
}
/* 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 {
    background: #21144c;
}
.nav-icon {
   width: 28px;
   margin-right: 5px;
}
a.nav-link {
    letter-spacing: 2.1px;
    text-transform: uppercase;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}
li.nav-item {
    padding: 0px 11px;
}
.nav-item a {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
}
.brand-logo {
  width: 100%;
  max-width: 200px;
}
.my-settings {
    text-align: right!important;
    padding-right: 1rem!important;
    margin: 0!important;
    color: #ffffff;
    font-size: 14px !important;
    font-family:'cocogoosepro';
}
.hero-message em {
    color: #b91551;
}
/* Buttons */
.btn {
  font-weight: 600;
  text-transform: capitalize;
}
.btn-success,
.btn-success:hover,
.btn-success:visited,
.btn-success:active,
.btn-success:focus {
    background-color: #b91551;
    border-color: #b91551;
}
.btn-primary {
    border: 1px solid #b91551;
    color: #ffffff;
    transition: background .25s linear;
    background: #b91551;
    font-weight: 600;
    font-size: 15px;
    border-radius: 38px;
    -webkit-transition: color .2s ease-in-out 0s;
    transition: color .2s ease-in-out 0s;
}
.btn-primary:hover {
    color: #fff;
    background-color: #b91551;
    border-color: #b91551;
    background: -moz-linear-gradient(left, #C9225F 0%, #794889 100%);
    background: -webkit-linear-gradient(left, #C9225F 0%,#794889 100%) !important;
    background: linear-gradient(to right, #C9225F 0%,#794889 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C9225F', endColorstr='#794889',GradientType=1 );
    transform: scale(1.04);
    text-decoration: none !important;
    transition: all 0.4s ease;
}
.btn-info {
    color: #b91551 !important;
    background-color: #ffffff;
    border-color: #b91551;
    text-decoration: none !important;
    transition: all 0.4s ease;
    border-radius: 35px;
    font-size: inherit;
}
.btn-info:hover {
    color: #ffffff !important;
    background-color: #b91551;
    border-color: #b91551;
    text-decoration: none !important;
    transition: all 0.4s ease;
    border-radius: 35px;
    font-size: inherit;
}
.form-group .btn-primary {
    padding: 12px 40px !important;
}
a.button.button1 {
    border: 1px solid #b91551 !important;
    background: #b91551 !important;
    color: #ffffff !important;
    transition: background .25s linear;
    padding: 5px 35px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 40px;
    margin-top: 10px;
}
.badge {
  background-color: #b91551;
}
.near-me-btn {
    background: #ffffff;
    color: #b91551;
    border: 2px solid #b91551;
    font-weight: 600;
    font-size: 14px;
    border-radius: 38px;
}
.near-me-btn:hover {
    background: #ffffff;
    color: #b91551;
}
.page-item.active .page-link {
    background-color: #b91551;
    border-color: #b91551;
}
.page-link {
    color: #b91551;
}
.label-info {
    background-color: rgb(157 203 75);
}
.job-description-controls a {
    color: #ffffff;
    font-size: 15px;
}
.job-alerts .btn-primary {
    border: 1px solid #b91551;
    color: #b91551;
    background: #ffffff;
}
.job-alerts .btn-primary:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    background: #b91551;
}
.input-group input, .input-group-btn button {
    height: 42px;
    padding: 8px 24px;
}
input#search_control_query_1_0 {
    margin-right: 30px;
    border-radius: 38px;
}
.input-group {
    margin-bottom: 20px;
}
.job-search-results-table.job-search-results-content {
    padding-top: 55px;
}
select.job-search-results-filter {
    padding: 9px;
    background: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 35px;
}
/*** filter styling
select.job-search-results-filter {
    padding: 10px;
    background: #fff;
    border: 1px solid #ececec;
}
.job-search-control, .job-search-dropdown-filters {
    background: #E0E0E0;
}
.job-search-control {
    margin: 45px 0px 0px 0px !important;
    padding: 45px 45px 30px 45px;
    border-radius: 1px 1px 0px 0px;
}
.job-search-dropdown-filters {
    margin: 0px 0px 45px 0px;
    padding: 5px 28px 45px 45px !important;
    border-radius: 0px 0px 1px 1px;
}***/

.job-search-control input {
    margin-right: 25px;
}
.job-search-control .near-me-control {
    margin-left: 0px !important;
}
@media only screen and (max-width: 576px) {
.job-search-control input {
    margin-right: 0px;
}
} 
.job-search-control span.input-group-btn {
    padding-right: 15px;
}
/*** card styling ***/
.card-title a {
    font-size: 20px;
    font-weight: 800;
    color: #c5215d;
    padding-bottom: 10px;
    display: block;
    letter-spacing: .5px;
    line-height: 1.3;
}
.job-search-results-card-title a:after {
    content: " ";
    width: 43px;
    border: 2px solid #21144c;
    display: block;
    margin-top: 10px;
    border-radius: 30px;
}
.job-search-results-summary {
    font-size: 17px;
    line-height: 1.7;
}
.job-component-icon-and-text {
    font-size: 14px;
    color: #21144c;
}
.job-search-results-card {
    /* box-shadow: 5px 5px 0px #b91551; */
    border: 1px solid #21144c;
    padding: 20px 22px;
    border-radius: 14px;
    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: 15px;
    font-weight: 800;
    color: #b91551;
    text-transform: uppercase;
}
.collapse {
    color: #21144c;
}
.job-component-icon-and-text {
    background: #f9e8ee;
    color: #21144c;
    padding: 3px 14px;
    border-radius: 6px;
    width: fit-content;
    font-weight: 700;
}
.job-component-icon-and-text > i {
    width: 1.4em;
}
/**.job-component-icon-and-text i, .job-component-icon-and-text span {
    background: #f9e8ee;
    color: #21144c;
    padding: 4px 4px;
    border-radius: 5px;
    margin-bottom: 4px;
    font-weight: 700;
}**/
/*** job search page styling ***/
td.job-search-results-title a {
    font-weight: 600;
    font-size: 15px;
}
/*** job page styling ***/
.side-panel {
    box-shadow: 0 5px 9px 0 rgb(0 0 0 / 10%);
    padding: 40px 25px;
    margin-bottom: 20px;
    border-radius: 15px;
}
.side-panel .job-title {
    font-size: 18px;
    font-weight: 600;
}
.side-panel .job-field {
  color:#000;
}
.side-panel h3 {
    color: #21144c;
    font-weight: 800;
    font-size: 20px;
    margin: 6px 0px 20px 0px;
}
.job-alerts-cta h3 {
    font-size: 24px;
    padding-bottom:15px;
}
.block-job-description h2, .block-job-description h3 {
  color:#b91551;
}
.block-job-description .job-title {
    color: #b91551;
    font-weight: 600;
    font-size: 1.8em !important;
}
.block-job-description .job-description-controls {
    margin: 25px 0px 18px 0px;
}
.back-to a:before {
    content: "\f060";
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    padding-right: 10px;
}
.back-to a {
    font-weight: 600;
    padding-top: 15px;
    display: block;
}
/*** candidate styling ***/
.candidate-settings-panel {
    background-color: #f9f9f9;
    padding: 30px 42px;
}
.block-wrapper.candidate-settings {
    background: #f0f0f0;
    margin: 10px 0px;
    padding: 50px;
}
.candidate-settings-panel h3 {
    color: #21144c;
    font-weight: 800;
}
/*** footer ***/
footer {
    background: #21144c;
    border-top: 1px solid #21144c;
    padding: 50px 0px;
}
footer hr {
    color: #ffffff;
    opacity: 1;
}
img.logo-two {
    width: 100%;
    max-width: 80px;
}
img.logo-one {
    width: 100%;
    max-width: 155px;
}
footer p {
    font-size: 14px;
}
.help-links a {
  text-decoration:underline;
}
img.footer.brand-logo {
    width: 100%;
    max-width: 150px;
}
.footer-copy {
  color: #917236!important;
  text-align: center!important;
  font-weight: 600;
  font-size: 15px;
}
footer .sociallinks > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
ul.footer-links li {
  display: inline;
  font-size:14px;
}
footer .sociallinks > li a {
    color: #fff;
    font-size: 22px;
}
/***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: -15px;
	}
  .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 33%;
    max-width: 33%;
  }
}
@media (min-width: 768px) {
.job-search-results-dropdown-filter-col {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
.PageUpPeopleLink a {
    font-size: 14px;
    font-weight: 600;
}