/* Theme Selection CSS */
h1 {
  letter-spacing: inherit;}

.text-white p {
  color: #fff !important;
}

.text-white h1{
  color: #fff !important;
}

.btn-top-nav {
  color: #000;
  background-color: #F8F9FA;
  border-color: #F8F9FA;
  font-size:14px!important;
}

.topnav-menu {
  padding: .8rem .3rem;
  border-radius: 15px;
}

#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;
}

/* Logo */

img.brand-logo {
  width: 100%;
  max-width: 200px;
  
}

/* Typography */

body {
  font-size: 16px;
    line-height: 1.875;
    color: #555;
    font-family: Arial,sans-serif; 
    font-style: normal;
    font-weight: 400;
}
html {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,76,151,.5);
    transition-property: opacity;
    transition-duration: .15s;
    overflow-x: hidden;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

a, 
a:visited {
  color: #333;  
}
.referral-link {
    color: #FFF;
}
.referral-link:hover {
    color: #FFF;
}

h1,.h1 {
  font-family: 'SaunaPro-Bold';
      font-size: 50px;
    line-height: 50px;
    color: #111;
  font-style: normal;
    margin: 10px 0;
}
h2,.h2 {
  font-size: 30px;
    line-height: 40px;
    color: #111;
    padding-top: 4px;
    padding-bottom: 10px;
    font-weight: 500;
}
.h3, h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #111;
}
.h4, h4 {
    line-height: 30px;
    font-weight: 700;
}
.h4, .h5, h4, h5 {
    font-size: 20px;
}
.h5, h5 {
    line-height: 1.1818;
}

h4,
h5 {
  font-family: "Open Sans";
}

/* Navigation */

.primary-title h1 {
    font-size: 3.5em;
}

.nav-link {
    padding: 15px 20px;
}

.navbar-light .navbar-nav .nav-link {
  color: #333;
}

.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: #333;
}

.dropdown-menu {
  border-radius: 0;  
  padding: 0;
  margin: 0;
  min-width:15rem;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* Font face */

@font-face {
  font-family: 'SaunaPro-Bold';
  src:  url('https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-customer-files/5ae1db58ec54c19e6321bade681bdeab/b11b6434e95537e0ffad56acdc42168d/SaunaPro/SaunaPro-Bold.eot') format('eot'),
        url('https://s3.ap-southeast-2.amazonaws.com/rec-marketing-apse2-customer-files/5ae1db58ec54c19e6321bade681bdeab/b11b6434e95537e0ffad56acdc42168d/SaunaPro/SaunaPro-Bold.woff') format('woff');		
}
/* Primary Title */

@media only screen and (max-width: 768px) {
  .primary-title h1 {
    font-size: 1.7em;
  }
}

/* Buttons */
.btn {
    font-size: 16px;
	font-weight: 600;
	padding: 10px 24px;
	
	-webkit-transition: background 0.25s linear;
	transition: background 0.25s linear;
	text-decoration: none;
   -webkit-appearance: none;
   text-align: center;
   -webkit-transition: background-color .15s cubic-bezier(.5,0,.5,1) 0s,color .15s cubic-bezier(.5,0,.5,1) 0s;
    transition: background-color .15s cubic-bezier(.5,0,.5,1) 0s,color .15s cubic-bezier(.5,0,.5,1) 0s;
    vertical-align: middle;
  text-transform: capitalize;
	
}
.btn-primary {
	    border: 1px solid #d0006f;
    background: #d0006f;
    color: #fff !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 #d0006f;
    background: #d0006f;
    color: #fff;
	margin-left: 20px;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
	    border: 1px solid #FF59A2;
    background: #FF59A2;
    color: #fff;
}




.btn-success, .btn-success:active, .btn-success:visited, .btn-success:focus, .btn-success.focus {
	background-color: #007b83;
    border-color: #007b83;
    color: #fff;
	box-shadow: none !important;
	
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show>.btn-success.dropdown-toggle {
	background-color: #007b83;
    border-color: #007b83;
    color: #fff;
	box-shadow: none !important;
}
.btn-success, .btn-success:hover, .btn-success:visited, .btn-success:active, .btn-success:focus {
	background-color: #007b83;
    border-color: #007b83;
    color: #fff;
}
.btn-info {
	background-color: #007b83;
    border-color: #007b83;
    color: #fff;
}
.btn-info:hover {
	background-color: #007b83;
    border-color: #007b83;
    color: #fff;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show>.btn-info.dropdown-toggle {
	background-color: #007b83;
    border-color: #007b83;
    color: #fff;
}

button#consent_reject {
    padding: 10px 20px;
  line-height: normal;
  margin-bottom: 20px;
}
#consent_agree {
   font-size: 16px;
	font-weight: 600;
	padding: 10px 24px;
    padding: 0.625rem 1.5rem;
	
	-webkit-transition: background 0.25s linear;
	transition: background 0.25s linear;
	text-decoration: none;
   -webkit-appearance: none;
   text-align: center;
   -webkit-transition: background-color .15s cubic-bezier(.5,0,.5,1) 0s,color .15s cubic-bezier(.5,0,.5,1) 0s;
    transition: background-color .15s cubic-bezier(.5,0,.5,1) 0s,color .15s cubic-bezier(.5,0,.5,1) 0s;
    vertical-align: middle;
  background-color: #007b83;
    border-color: #007b83;
    color: #fff;   
    line-height: normal;
    margin-bottom: 20px;
}
.btn-primary:hover {
  background-color: #547CCE;
    border-color: #547CCE;
}
.input-group input, .input-group-btn button {
    height: auto;
}
#manage_cookie_preferences {
    margin-bottom: 20px;
}
/*** Buttons CSS ends*****/

/* Job Search Block */

.job-search-results ul {
  font-weight: 400;
}

.job-search-results a {
  color: #365c88;  
}

.badge {
  background-color: #d0006f;
}



.block-job-search-results .job-search-results table {
  font-size: 15px;
}

.job-search-filter-groups {
  background-color: #f8f9fa;
}

@media only screen and (max-width: 768px) {
  .block-job-search-results .job-search-results .job-search-collapse {
    font-size: 16px;
  }
}

/* Footer */
footer {     
  background-color: #f8f9fa;
  padding:30px 0;
}

footer .fab {
    font-weight: 400;
    font-size: 30px;
    color: #fff;
}

footer .sociallinks {
  margin-top:1rem;
  
}

footer .sociallinks > li{
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

footer .bottom-footer li{
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* Container width class */

.primary-title .block-image-text {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .primary-title .block-image-text {
    width: 750px;
  }
}
@media (min-width: 992px) {
 .primary-title .block-image-text {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .primary-title .block-image-text {
    width: 1170px;
  }
}

/*candidate settings*/
.candidate-settings-bar {background-color:#007b83;
color:#fff;
font-size: 16px;}
.candidate-settings-bar a{color:#fff;
font-size: 16px;}
/*navbar*/
a.nav-link.text-primary {color:#007b83 !important;}

.icare-footer {font-size: 16px;
    color: #FFF;
  background-color: #111;
}

.job-search-results a {
    color: #d0006f;
}

  .card-footer {
    background-color: #FFF;
    text-align: right;
    border-top: 0;
    margin-bottom: 10px;

}
.card-footer a {
    color: #004c97;
    border: 1px solid #004c97;
    padding: 5px 10px;
    border-radius: 30px;
}
.btn-primary:hover {
    color: #fff;
    border: 1px solid #547CCE;
    background: #547CCE;
}


/* buttons */
a.button.button1 {
    border: 1px solid #007b83;
    background: #007b83;
  color: #fff;
  font-size: 16px;
   line-height: 1.5;
   transition-duration: .15s;
   transition-property: color,background-color,border-color;
   display: inline-block;
   outline: none;
   
   font-weight: 500;
   text-decoration: none;
   padding: 12px 40px;
   text-align: center;
   width: auto;
   cursor: pointer;
  
}
a.button.button2 {
    border: 1px solid #004c97;
    background: #004c97;
    color: #fff;
    font-size: 16px;
   line-height: 1.5;
   transition-duration: .15s;
   transition-property: color,background-color,border-color;
   display: inline-block;
   outline: none;
   
   font-weight: 500;
   text-decoration: none;
   padding: 12px 40px;
   text-align: center;
   width: auto;
   cursor: pointer;
  
}
a.button.button3 {
    font-size: 16px;
    line-height: 1.5;
    transition-duration: .15s;
    transition-property: color,background-color,border-color;
    display: inline-block;
    outline: none;
    color: #fff;
    border: 1px solid;
    font-weight: 500;
    padding: 12px 40px;
    text-align: center;
    text-decoration: underline;
  background-color: #702082;
  
}


a.button.button4 {
        border: 1px solid #FFF;
    background: transparent;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
   transition-duration: .15s;
   transition-property: color,background-color,border-color;
   display: inline-block;
   outline: none;
   
   font-weight: 500;
   text-decoration: none;
   padding: 12px 40px;
   text-align: center;
   width: auto;
   cursor: pointer;
}

a.button.button1:hover {
    border: 1px solid #52B0B8;
    background: #52B0B8;
  color: #fff;
 }

a.button.button2:hover {
    border: 1px solid #547CCE;
    background: #547CCE;
  color: #fff; 
  }

a.button.button3:hover {
    border: 1px solid #A755B8;
    background: #A755B8;
  color: #fff; 
  }
a.button.button4:hover {
    background-color: #e0499a;
    border-color: #e0499a;
    color: #fff; 
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #d0006f;
    border-color: #d0006f;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #FF59A2;
    border-color: #FF59A2;
}

.page-link:hover {
  color:#FF59A2;}
.list-inline a {
    color: #fff;
}

.card {
  border-radius: 0px;}
.card-footer:last-child {
border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;}
  
  li.job-component-icon-and-text.job-component-category {
    display: none;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    
    margin-left: 2em;
}
.job-search-results input.form-control {
  border-radius:20px !important;}
.call-to-action-form input:not([type=submit]), .call-to-action-form textarea, .call-to-action-form select {
    color: black;
    
}
.selectize-control.multi {
    
}
.form-group-submit button {
    
}
/* footer*/
footer {
    background-color: #f8f9fa;
    padding-bottom: 30px;
  	padding-top: 30px;
}

.block-job-search-results .job-search-results .job-search-filter-groups {
    width: 100%;
    border-radius: 0px;
}
.block-job-search-results .job-search-filter-groups h4 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 15px;
}
.block-job-search-results .job-search-filter-groups .search-filter {
    padding-left: 15px;
    margin-bottom: 15px !important;
}
.card-img, .card-img-top {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}
.btn-primary:hover {
    color: #fff;
    background-color: #FF59A2;
    border-color: #FF59A2;
}
fieldset {
   
    padding: 5px;
}


.row-background-brand_color_5 a {
  color:#d0006f;
}

.persona-column {
    border-radius: 0px;
    padding: 40px;
    border: 1px solid #cccccc;
}
.meet-team-col  {
    border-radius: 0px;
    padding: 40px;
    border: 1px solid #cccccc;
    
}
.meet-team-search-col{
    border-radius: 0px;
    padding: 40px;
    border: 1px solid #cccccc;
  
}
.row-background-brand_color_6.meet-team-col{
    background-color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .persona-column {
      height: 100%; 
}
  }
.persona-column a.button.button3 {
   
  position: absolute;
    right: 30px;
    bottom: 15px;
    color: #d0006f;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 0;
    background: transparent;
    border: 0;
}
.persona-column a.button.button3::after {
    content: "\f138"!important /* the different icon */;
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    margin-left: 10px;
}
/*.persona-column a.button.button4 {
    position: absolute;
    left: 40px;
    bottom: 15px;
}
*/
.team-member-block {
  border-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  border: 2px solid #cccccc;
}

.video-player-wrapper .vjs-poster {
  background-position: inherit; }

.header-link-text {
  color: #000 !important;}

.header-link-text:hover {
  color: #007b83 !important;}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

ul.dropdown-menu {
    left: inherit;
    top: inherit;
}

.hasdropdown .dropdown-item:hover, .hasdropdown .dropdown-item:focus {
    color: #007b83;
    text-decoration: none;
    background-color: #cccccc;
    border-left: 5px solid #007b83;
}

.hasdropdown .dropdown-item {
  border-left: 5px solid #FFF;}

.col-md-4 {
    margin-bottom: 1rem!important;
}

a.button {
text-transform: UNSET;
}

.btn-primary {
  text-transform: UNSET;
}




button#search_control_button_1_0:hover {
     background-color: #FF59A2;
    border-color: #FF59A2;
}

.near-me-btn {
    
    background-color: #004c97;
}

.near-me-btn:hover {
   
    background-color: #547CCE;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}/********Hamburger Animation CSS*************/

/* Icon 1 */
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: transparent;
}


#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 11;
	margin: 0;
	padding: 0;
	position: relative;
	width: 27px;
	height: 18px;
	cursor: pointer;
}
#nav-icon1 span {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	background-color: #007b83;
	display: block;
	position: absolute;
	left: 0;
	height: 3px;
	width: 100%;
	opacity: 1;
	transform: rotate(0);
	transition: .25s ease-in-out;
}
#nav-icon1 span:nth-child(1) {
	top: 0px;
}
#nav-icon1 span:nth-child(2) {
	top: 8px;
}
#nav-icon1 span:nth-child(3) {
	top: 16px;
}
#nav-icon1.open span:nth-child(1) {
	top: 18px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}
#nav-icon1.open span:nth-child(3) {
	top: 18px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
/********Hamburger Animation CSS ends*************/
/* The side navigation menu */

.sidenavhideshow {
	visibility: hidden;
	transform: translateX(100%);
}
.sidenav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
    height: 100%;
    width: 100%;
    position: fixed;
    right: 0;
    overflow: hidden;
    transition: visibility .5s, transform .5s;
    z-index: 9999;
    padding-top: 70px;
}
.sidenav {
	background: #ffffff;
	overflow-y: auto;
}
ul.mobile_menu {
	padding: 0;
}
.sidenav .mobile_menu li a {
	transition: 0.3s;
	font-size: 16px;
	line-height: 22px;
	border-bottom: 1px solid #007b83;
	display: block;
	padding: 13px 20px;
}
.sidenav .mobile_menu li a {
	color: #000;
	font-family: Poppins, sans-serif;
	font-weight: 500;
	font-style: normal;
	text-decoration: none;
}

li {
    margin: 0;
    padding: 0;
}
.mobile_menu .card-body {
    padding: 0px;
    list-style: none;
    background-color: #FFF;
}
/******* Mobile Dropdown Icon***********/

.dropdown_row {
	display: flex;
}
.dropdown_pagelink {
	flex: 1 0 0;
}
.dropdown_icon {
	position: relative;
	width: 49px;
	right: 0;
	top: 0;
	z-index: 6;
	padding: 16px 18px;
	
	border-bottom: 1px solid #007b83;
	cursor: pointer;
}
.fa-chevron-right::before {
    content: "\f054";
    
}

/******* Mobile Dropdown Icon Ends***********/
/********* Mobile side nav css end***********/

.candidate-favourite {
    border: 1px solid rgba(80, 86, 86, 0.5);
    background: #004c97;
    color: #fff;
    
}

.candidate-favourite:hover {
  background-color: #547CCE;
  border: 1px solid #547CCE;
}
.favourites-button-text {
  color:#fff;
}

a#link_view_favourites_1_0 {
    border: 1px solid rgba(80, 86, 86, 0.5);
    background: #547CCE;
    color: #fff;
    border-radius: 25px;
}

.job-search-results .job-search-control
{
  left: 50%;
  position: absolute;
    top: -110px;
    padding: 30px 30px;
    background: #f8f9fa;
    width: 100%;
    border-radius: 0px;
   
    transform: translate(-50%,0%);
    margin-bottom: 25px;
}
@media all and (min-width: 768px) { 
.job-search-results .job-search-control {
    position: absolute;
    top: -110px;
    padding: 30px 30px;
    background: #f8f9fa;
    width: 100%;
    border-radius: 0px;
    left: 35%;
    transform: translate(-50%,0%);
    margin-bottom: 25px;
}
}
.exit-call-to-action-modal #close_exit_call_to_action {
    display: none;
}
.exit-call-to-action-modal .modal-footer
{
  padding:0;
}
.banner_text .block-image-cover .block-image-text {
    position: absolute;
    top: 115px;
    left: 0;
}
/*@media all and (min-width: 428px) {
.banner_text .block-image-cover .block-image-text {
    top: 40px;
    
}

}*/

.banner_text .block-image-cover .block-image-text  h1
{
    padding: 15px 40px;
    background: #702082;
    opacity: 0.6;
     margin:0;
}
.search_bar .page-row-container {
    width: 91%;
   
    padding: 30px 30px;
    background: #f8f9fa;
    position: relative;
    text-align: center;
    top: -40px;
    margin: 0 auto;
    border-radius: 0px;
}

.row-background-brand_color_6.persona-column {
    background-color: #fff;
}
.block-wrapper.persona-column.row-background-brand_color_2.text-white h3 {
    color: #FFF;
}
a.button.button4::before {
    content: "\f002"!important /* the different icon */;
    font-family: 'Font Awesome 7 Free';
    font-weight: 900;
    margin-right: 10px;
}
i.fas.fa-chevron-down.dropdown_icon.collapsed::before {
    content: "\f078"!important /* the different icon */;
}
.fa-chevron-down.dropdown_icon::before {
    content: "\f077";
  
}
.fixed-top {
   
    z-index: 99999;
}
.modal {
    
    z-index: 999999;
}
.sidenav .mobile_menu li ul li a
{
  padding-left:40px;
}
.block-job-search-results .job-search-filter-groups label 
{
    margin-bottom: 0;
}

.banner_text_pink .block-image-cover .block-image-text {
    position: absolute;
    top: 115px;
    left: 0;
}
.banner_text_pink .block-image-cover .block-image-text h1 {
    padding: 15px 40px;
    background: #d0006f;
    opacity: 0.6;
    margin: 0;
}
.banner_text_teal .block-image-cover .block-image-text {
    position: absolute;
    top: 115px;
    left: 0;
}
.banner_text_teal .block-image-cover .block-image-text h1 {
    padding: 15px 40px;
    background: #007b83;
    opacity: 0.6;
    margin: 0;
}
.container-fluid.top-acknowledgement {
    background-color: #007b83;
}
p.acknowledgement {
    margin-bottom: 0px;
    text-align: center;
    font-style: italic;
    color: #ffffff;
    padding-bottom:10px;
}

.block-jobs .job {
    margin-bottom: 34px;
    background-color: #f8f9fa;
    padding-left: 1em;
    padding-right: 1em;
}
.referral-link {
    color: #ffffff !important;
    background: #004c97;
    width: 100%;
    padding: 10px 20px;
    border-radius: 0px;
    font-weight: 600;
    font-size: 15px;
    display: none;
}
.referral-link::after {
    content: "\f08e";
    font-weight: 900;
    font-family: 'Font Awesome 7 Free';
    margin-left: 10px;
}

.referral-link:hover {
      color: #d0006f;
  text-decoration:underline;
}
.text-white .referral-link {
    color: #fff;
}
.job-description-controls .btn-primary {
    background-color: #004c97;
    border-color: #004c97;
}
.job-description-controls .btn-primary:hover {
    background-color: #547CCE;
    border-color: #547CCE;
}
@media all and (min-width: 992px) {

.persona-column .page-block {
    height: 300px;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 992px){
.persona-column .page-block {
    height: 460px;
}
}
.sidebar {
    border: 1px solid #ececec;
    padding: 20px 16px;
    margin-bottom: 10px;
    background: #fafafa;
}