/* Theme Selection CSS */

.hero_banner_jumbotron {
  background: url(https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-uploads/public/uploads/1f26d710db87eb56a32ffd07ac6e7bb6/images/files/d13f3c5f2b41877d5f9c3c73b3794674/large/Female_carer_sitting_on_bech_with_older_lady_outdoors.png?1675768823);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 16rem 0 4rem 0;
}


/* Logo */


.footer-wrapper img.brand-logo {
   width: 100%;
  max-width:100%;
  padding: 12px 0;
}

img.brand-logo {
   width: 100%;
  max-width:117px;
  padding: 12px 0;
}

@media (min-width: 768px) 
{
  img.brand-logo{
    max-width:117px;
}
  .footer-wrapper img.brand-logo {
   width: 100%;
  max-width:300px;
  padding: 12px 0;
}
  
}

@media screen and (min-width:480px) {
 img.brand-logo{
     width: 100%;
     max-width: 148px;
    margin: 0;
  }
}

@media (min-width:992px) {
  img.brand-logo {
      width: 100%;
      max-width:  210px;
    padding: 0;
    margin: 0 0 15px;
  }
}

@media (min-width:1280px) {
  img.brand-logo {
    width: 100%;
  max-width:  293px;
  }
}

/* Typography */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    letter-spacing:normal;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.2; 
}

h1 {
  color: #002d74;
  font-weight: 600;
}

@media (min-width:768px) {
  h1 {
    font-size: 44px;
   
  }
}

h2 {
  line-height: 1.2;
  font-weight: 600;
  color: #002d74;
  font-size: 32px; 
}

@media (min-width:768px) {
  h2 {
    font-size: 36px;
   
  }
}

h3 {
  color: #005DAA;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 500;
}

@media (min-width:768px) {
  h3 {
    font-size: 28px;
    
  }
}

h4 {
  color: #0d4e9c;
 
}

@media (min-width:768px) {
  h4 {
    font-size: 28px;
  }
}
body{
  overflow-x:hidden;
}

body,
p, 
li
{
  color: #333;  
  font-weight: 400;  
  letter-spacing: normal;
  font-size: 16px;
  line-height: 1.6;
}

/* Navigation */

.dropdown-item {
    padding: .7rem 1.5rem;
    color: #171616 !important;
}

.dropdown-item.active, .dropdown-item:active {
   background-color: transparent;
    text-decoration: none;
    color: #4B08A1;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: transparent;
    text-decoration: none;
    color: #4B08A1;
}

.dropdown-item, .dropdown-item:visited {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #505050;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

#top-nav .dropdown-item {
  padding: .7rem 1.5rem;
  color: #171616 ;
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.primary-title h1 {
    font-size: 3.5em;
}

.nav-link {
  padding: 15px 15px 12px 15px;
}

.navbar-light .navbar-nav .nav-link {
  color: #FFF;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #c1d72f;
     text-decoration:none;
}
.navbar-nav ul, .navbar-nav ul li{
  margin-bottom:0;
}

.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: #FFF;
}

a.nav-link.setting_btn {
    background: #c1d72f;
    color: #002d74 !important;
    border-radius: 4px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    font-weight: 600;
}
a.nav-link.setting_btn:hover {
    background: #deff08;
    border-color: #deff08;
    color: #1a2a6b;
    text-decoration:none;
}

.dropdown-menu {
  border-radius: 0;  
  padding: 0;
  margin: 0;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* Primary Title */

.primary-title h1 {
  font-size: 3.5em;
  padding: 0em 3em;
}

@media only screen and (max-width: 768px) {
  .primary-title h1 {
     font-size: 1.7em;
     padding: 0em 1em;
  }
}

/* Buttons */

.btn {
  font-weight: 600;
}

a.button.button1 {
  border-radius: 4px;
  font-weight: 600;
  background: #deff08;
  border-color: #deff08;
  color: #1a2a6b;
  -webkit-box-shadow: 2px 2px 0 rgb(0 0 1 / 3%);
  box-shadow: 2px 2px 0 rgb(0 0 1 / 3%);
  margin-bottom: 8px;
  font-size: 16px;
  text-transform: inherit;
  padding: 16px 27px 16px 22px;
  line-height: 1.2;
  transition: color,.3s,ease-in-out,border,.3s,ease-in-out,background,.3s,ease-in-out;
}

a.button.button1:hover {
    background: #deff08;
    border-color: #deff08;
    color: #1a2a6b;
}

/* Job Search Block */

.job-search-results ul {
  font-weight: 400;
}



.badge {
  background-color: #364f6b;
}



.block-job-search-results .job-search-results table {
  font-size: 15px;
}

.job-search-filter-groups {
  background-color: #f8f9fa;
}

.job-search-results-card-title a {
  font-weight: 600;
    color: #002d74;
    font-size: large;
}

.job-component-details span,
.job-component-details i {
   color: #536a81;  
}

@media only screen and (max-width: 768px) {
  .block-job-search-results .job-search-results .job-search-collapse {
    font-size: 16px;
  }
}

/* Card */
.job-component-details .job-component-list li, .job-component-details .job-component-list a {
    transition: none;
    font-size: 95%;
}

h3.card-title {
    font-size: large;
}
.card {
  border: 2px solid #e1e6ec; 
}

.card-footer {
  border-top: 2px solid rgb(225 230 236);
}

.fa-chevron-right:before {
  vertical-align: middle;
}



/* Footer */


.sociallinks a {
    margin: 0 0 8px 8px;
    font-size: 40px;
    color: #FFF;
}

footer .sociallinks {
  margin-top:1rem;
  margin-left:-10px;
}

footer .sociallinks > li{
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

footer .bottom-footer li{
     display: inline-block;
    padding-right: 5px;
    color: #fff;
}
.bg_rh_blue
{
      background-color: #002d74;
}
footer a {
    color: #FFF;
}
footer .sociallinks a:hover {
    color: #c1d72f;
}
.bottom-footer a:hover{
    text-decoration: none;
    color: #c1d72f;
}
footer a:visited {
    color: #fff;
}

/* Kayla's edits */
/*.col-md-12.block-content h3 {
  font-weight: 800;
  color: white!important;  
}*/

.col-md-12.block-content h4 {
  font-weight: 800;
  color: white!important;  
}

blockquote {
  border-left: 4px solid #002d74;
  border-color: rgba(0,45,116,.6);
  padding: 15px;
  margin: 15px;
}

blockquote p {
  color: #002d74;
}

.rounded_img .col-md-6 .block-image-cover, .rounded_img .col-md-4 .block-image-cover, rounded_img .col-md-8 .block-image-cover {
    border-radius: 3px 3px 25px;
}
/*** Job listing cards**/
.job-component-details {
    font-size: 95%;
}
.card {
    border: 0;
    background-color: transparent;
}
.job-search-results-content .card-body
{
    background-color: #FFF;
    border:1px solid #002d74;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 25px;
}
.job-search-results-content .card-footer {
    border-top: 0;
    border: 0;
    border-bottom: 0px solid #002d74;
    border-bottom-right-radius: 25px;   
    background-color: #002d74;
   color: #FFFFFF;
   padding: 10px 25px;
}

.job-search-results-footer a {
  color: #FFFFFF;
}
.my-auto .col-md-4, .my-auto .col-md-6, .my-auto .col-md-8 {
    margin-top: auto;
    margin-bottom: auto;
}
/*** filter styling ***/
select.job-search-results-filter {
	padding: 10px;
	background: #fff;
	border: 1px solid rgba(190, 191, 193, 1);
    border-radius: 4px;
}

.search_bar_body .job-search-control, .job-search-dropdown-filters {
	background: #002d74;
}


.search_bar_body .job-search-control {
	margin: 45px 0px 0px 0px !important;
	padding: 45px 16px 23px 16px;
	border-radius: 0px 0px 0px 0px;
}

.job-search-dropdown-filters {
	margin: 0px 0px 45px 0px;
	padding: 5px 16px 45px 16px !important;
	border-radius: 0px 0px 1px 1px;
    border-bottom-right-radius: 25px;
}

.input-group input,
.input-group-btn button {
	height: 42px;
	padding: 8px 18px;
}

 .input-group-btn {
	margin-left: 15px !important;
}

@media only screen and (max-width: 576px) {
	.search_bar_body .input-group-btn {
		margin-left: 0px !important;
	}
}

@media (min-width: 768px) {
	.job-search-results-dropdown-filter-col {
		flex: 0 0 50%;
        max-width: 50%;
	}

	.job-search-results-card-col {
		flex: 0 0 25%;
		max-width: 25%;
	}

}
.job-search-control .near-me-control {
     margin-left: 0;
}
/*** buttons**/
.btn-primary,.btn-success,a.btn.btn-info,a.btn.btn-light,.sign-out {
    background-color: #c5dd29;
    border-color: #c5dd29;
    color: #002d74 !important;
    border-radius: 4px;
    border:1px solid transparent;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    font-weight: 600;
    text-transform: inherit;
    font-size: 16px;
  -webkit-box-shadow: 2px 2px 0 rgba(0,0,1,.03);
    box-shadow: 2px 2px 0 rgba(0,0,1,.03);
}
a.btn.btn-info:hover,a.btn.btn-light:hover {
    background: #deff08;
    border-color: #deff08;
    color: #1a2a6b;
    text-decoration: none !important;
}
.btn:hover {
    background: #deff08;
    border-color: #deff08;
    color: #1a2a6b;
    text-decoration: none !important;
}
 .btn-success:visited, .btn-success:active, .btn-success:focus {
     background: #deff08;
    border-color: #deff08;
    color: #1a2a6b;
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    background: #deff08;
    border-color: #deff08;
    color: #1a2a6b;
}
.btn-primary:after, .btn-success:after, .btn-info:after, a.button:after, .btn-danger:after {
    content: '\f0a9';
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    margin-left: 5px;
}
.hero_banner_jumbotron .job-search-control .btn-primary, .hero_banner_jumbotron .job-search-control .btn-primary:active, .hero_banner_jumbotron .job-search-control .btn-primary:visited, .hero_banner_jumbotron .job-search-control .btn-primary:focus {
 
    margin-left:15px;
  border-color: #c5dd29 !important;
  border-radius: 4px;
}
.hero_banner_jumbotron h1
{
  color:#FFF;
}
.hero_banner_jumbotron .block-wrapper
{
  border-bottom-right-radius: 25px;
}
.hero_banner_jumbotron .row > *
{
padding-left:0;
padding-right:0;
}

.easy-autocomplete.form-control.form-control-sm.fix-autocomplete {
  width: 50% !important;
}
@media (max-width: 768px) {
	.hero_banner_jumbotron .job-search-control .easy-autocomplete.form-control.form-control-sm.fix-autocomplete {
		width: 100% !important;
	}

	.hero_banner_jumbotron .job-search-control .input-group-btn {
		width: 100%;
		text-align: center;
	}

	.hero_banner_jumbotron .job-search-control .btn-primary {
		margin-left: 0;
		margin-top: 20px;
	}
}
.block-job-description .job-description-controls .btn {
    padding: 10px 10px !important;
    line-height: normal;
    color: #002d74;
}
.row-foreground-brand_color_2 form *[type='submit'] {
    border-color: #c5dd29;
}
.row-foreground-brand_color_2 form *[type='submit']:hover {
    border-color: #c5dd29;
}
.form-control {
    border-radius: 4px;
}
span.ada-label-text {
    font-weight: 600;
}
.block-job-description h3 {
    font-size: 36px;
    color: #002d74;
    font-weight: 700;
}
.row-foreground-brand_color_2 .btn-primary span.submit-start {
    color: #002d74;
}
.row-foreground-brand_color_2 .selectize-dropdown-content .option
{
  color:#333333;
}
.row-foreground-brand_color_2 .selectize-dropdown-content .option.active {
    color: #FFFFFF;
}

.cta_apply h2
{
  color:#fff;
}
.cta_apply span.ada-label-text {
    color:#fff;
}
.cta_apply a{
      color:#fff;
}
.sidebar
{
   padding:20px;
  border:5px solid #002d74;
   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
   border-bottom-left-radius: 3px;   
   border-bottom-right-radius: 25px;   
}
.tiles_layout .block-jobs .job {
    margin-bottom: 34px;
    padding: 1rem;
    margin-left: 10px;
    border-radius: 4px;
    background-color: #FFF;
    border-bottom: 55px solid #002d74;
    border-bottom-right-radius: 55px;
}

@media (min-width: 768px)
{
.tiles_layout .jobs-list
{
  display:flex;
}
.tiles_layout .block-jobs .job {
    flex: 33.33%;
    max-width: 33.333%;
}
}

.tiles_layout .block-jobs .job h3.job-title, .tiles_layout .block-jobs .job .job-title.h3 {
    font-weight: 600;
    color: #002d74;
    font-size: large;
    margin-bottom: 3px;
}
.tiles_layout .jobs-list .job-summary 
{
  margin-top:0.5rem;
}

.tiles_layout .job a{
    color: #002d74;
}
/**** Blogs***/
.testimonials .card-title {
    font-size: 24px;
    color:#0d4e9c;
    font-weight:600;
}
.testimonials .posts-card-body
{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.testimonials .post-tags
{
  margin-bottom: 0.5rem;
}
.testimonials .posts-cards .author-metadata,.testimonials .post-metadata{
    background-color: #FFF;
     color:#0d4e9c;
}
.testimonials .badge.post-tag {
    background-color: #002d74 !important;
}
/**** Blogs***/

/*** Rounded edges for Seach bar and filters***/
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.job-search-results input.form-control {
    border-radius: 4px;
}
.page-link,.page-link:hover
{
color: #0d4e9c;
  
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #002d74;
    border-color: #002d74;
  color: #fff;
}
.carousel-caption h2 {
    font-size: 20px;
}
.faq_block .accordion-button 
{
  color:#005daa;
  font-weight:600;
}
.accordion-button:not(.collapsed) {
    color: #FFFFFF;
    background-color: #005daa;
    box-shadow:unset;
}
.top-footer {
    background: #0d4e9c;
    color: #fff;
    padding: 29px 0;
}

.sociallinks-title {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight:600;
}

.sociallinks a {
    margin: 0 0 8px 8px;
    font-size: 40px;
    color: #FFF;
}

.bottom-footer {
    padding-top: 80px;
    padding-bottom: 57px;
    text-align: left;
    font-size: 18px;
    line-height: 1.333;
}

.email_title {
    font-size: 18px;
    margin: 15px 0;
}
.copyright-text {
  
    padding: 34px 0;
}
.copyright-text p{
    margin-bottom:0;
    color: #002d74;
}
.job-field.job-city:before {
    content: '';
    background-image: url(https://d2nc0na9w8r5aj.cloudfront.net/public/uploads/1f26d710db87eb56a32ffd07ac6e7bb6/images/files/a09d51698a6026a393b8979253d5800c/medium/map-marker%281%29.png?1684471963);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 18px;
    width: 18px;
    display: inline-flex;
    top: 5px;
    margin-right: 5px;
}
.block-jobs .job span.job-field.job-location::before {
    content: '';
    background-image: url(https://d2nc0na9w8r5aj.cloudfront.net/public/uploads/1f26d710db87eb56a32ffd07ac6e7bb6/images/files/a09d51698a6026a393b8979253d5800c/medium/map-marker%281%29.png?1684471963);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 18px;
    width: 18px;
    display: inline-flex;
    top: 5px;
    margin-right: 5px;
}
.job-component-list-location .fa-location-arrow::before
{
   content: '';
    background-image: url(https://d2nc0na9w8r5aj.cloudfront.net/public/uploads/1f26d710db87eb56a32ffd07ac6e7bb6/images/files/a09d51698a6026a393b8979253d5800c/medium/map-marker%281%29.png?1684471963);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    height: 18px;
    width: 14px;
    display: inline-flex;
    top: 5px;
    margin-right: 5px;
}
ul.sociallinks a img {
    height: 40px;
    width: 40px;
}
.candidate-settings-panel h3 {
    font-size: 20px;
}
.label-success,.label-info {
    background-color: #1a2a6b;
}
.btn-xs, .btn-group-xs > .btn {
    padding: 4px 8px;
    line-height: 1.5;
}
.show-when-candidate-known,a.not-candidate,a.not-candidate:visited,a.not-candidate:hover
{
  color:#0d4e9c ;
}
.plain-button.sign-out {
    background-color: transparent !important;
    border: 0;
    box-shadow: unset;
}
@media (max-width: 920px) 
{
	.job-search-control .easy-autocomplete.form-control.form-control-sm.fix-autocomplete {
		width: 100% !important;
	}

	.job-search-control .input-group-btn {
		width: 100%;
		text-align: center;
		margin-left: 0px !important;
	}

	.job-search-control .btn-primary,
	.job-search-control .btn-success {
		margin-left: 0;
		margin-top: 20px;
		width: 100%;
	}

	.job-search-control .near-me-control {
		margin-left: 0px;
	}

	.job-search-results-dropdown-filter-col {
		margin-bottom: 20px;
	}
  .job-search-results-content .card {
    margin-left: 10px;
}
  .block-job-description .job-description-controls .btn {
    display: block;
    margin-bottom: 20px;
}
  .job-position-description-document a {
    display: block;
}
  .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
}
.selectize-control.multi .selectize-input > div {
    background-color: #0d4e9c;
}
.selectize-dropdown .active {
    background-color: #0d4e9c;
}
.jobs-list .job a, .jobs-list .job a:visited,.sidebar a, .sidebar a:visited {
    color: #0d4e9c;
}
.sidebar .job-summary {
    margin-top: 8px;
}
a.not-candidate span
{
  color:#fff;
}
.card-footer.job-search-results-footer a:after {
    content: '\f061';
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    margin-left: 8px;
}
a,a:visited
{
 color: #002d74;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23111'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23111'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-prev, .carousel-control-next { 
    z-index: 99;
    width: 32px;
    padding: 0px;
    background: TRANSPARENT; 
    opacity: 1;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: transparent;
    border-radius: 2rem;
}
@media (max-width: 920px)
{
.custom_carousel .carousel-item-block {
    width: 100%;
}
}
.job-search-results-footer a {
    color: #FFFFFF;
    visibility: hidden;
}

.card-footer a:before {
    content: 'View job' !important;
    visibility: visible;
}
.easy-autocomplete input {
  background-color:#FFF;
}
/* no search bar */
.no-search-bar .input-group {
    display: none;
}
.no-search-bar .job-search-control {
    display: none;
}

.no-search-bar .job-search-dropdown-filters {
    display: none;
}

/* button not blue */

.btn span.submit-state.submit-start {
    color: #1a2a6b;
}
.btn span.submit-state.submit-in-progress {
    color: #1a2a6b;
}
.btn span.submit-state.submit-finished {
    color: #1a2a6b;
}

.vjs-youtube-mobile .vjs-big-play-button {
  display: block !important;
}

.vjs-youtube-mobile .vjs-resize-manager {
  display: block !important;
}

.video-js.vjs-controls-enabled .vjs-big-play-button {
    display: none !important;
}

.video-js.vjs-controls-enabled.vjs-paused .vjs-big-play-button {
    display: block !important;
}

/* application process page */
.no-pagination .row.pagination-container {
    display: none;
}
/* one-row-only in job listing*/

.one-row-only .job-search-results-card-row .job-search-results-card-col {
    display: none;
}
.one-row-only .job-search-results-card-row .job-search-results-card-col:nth-child(-n+4) {
  display: flex; /* Display the first 4 job elements*/
}
/*** featured jobs ***/
.featured .jobs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; 
}
.featured .job {
    flex: 1 1 calc(25% - 20px);
    border: 1px solid #002d74;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 0px;
    border-radius: 3px 3px 30px 3px;
    margin-top: 15px;
}
.featured .job-title {
    font-size: 18px;
    padding-bottom: 12px;
}
@media (max-width: 767px) {
.featured .job {
    flex: 1 1 calc(50% - 20px); 
  }
}
