@import url("https://use.typekit.net/eap0glx.css");

@font-face {
    font-family: 'DaxlinePro-Regular';
    src: url('https://dfacxoaxr5wom.cloudfront.net/30d21b60ccdbe4d3af486f6dcc7c42f2/b91f23d88c7407d3840d334e1f00599c/Fonts_benetas/Fonts/Daxline/DaxlinePro-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;  
}
@font-face {
    font-family: 'DaxlinePro-Light';
    src: url('https://dfacxoaxr5wom.cloudfront.net/30d21b60ccdbe4d3af486f6dcc7c42f2/b91f23d88c7407d3840d334e1f00599c/Fonts_benetas/Fonts/Daxline/DaxlinePro-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;  
}
@font-face {
    font-family: 'DaxlinePro-Bold';
    src: url('https://dfacxoaxr5wom.cloudfront.net/30d21b60ccdbe4d3af486f6dcc7c42f2/b91f23d88c7407d3840d334e1f00599c/Fonts_benetas/Fonts/Daxline/DaxlinePro-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;  
}
@font-face {
    font-family: 'DaxlinePro-Thin';
    src: url('https://dfacxoaxr5wom.cloudfront.net/30d21b60ccdbe4d3af486f6dcc7c42f2/b91f23d88c7407d3840d334e1f00599c/Fonts_benetas/Fonts/Daxline/DaxlinePro-Thin.otf') format('opentype');
    font-weight: normal;
    font-style: normal;  
}
@font-face {
    font-family: 'DaxlinePro-ExtraBold';
    src: url('https://dfacxoaxr5wom.cloudfront.net/30d21b60ccdbe4d3af486f6dcc7c42f2/b91f23d88c7407d3840d334e1f00599c/Fonts_benetas/Fonts/Daxline/DaxlinePro-ExtraBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;  
}
/* proxima-nova*/ 

@font-face {
    font-family: 'proximanova-regular';
    src: url('https://dfacxoaxr5wom.cloudfront.net/30d21b60ccdbe4d3af486f6dcc7c42f2/b91f23d88c7407d3840d334e1f00599c/Fonts_benetas/Fonts/Proxima%20Nova/proximanova-regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;  
}

:root {
  /* Colors */
  --primary-color: #F26D04; 
  --secondary-color: #6c757d; 
  --dark-color: #000000; 
  --light-color: #ffffff; 
  --input-border-colour:#c9c9c9;
  --white: #FFFFFF;
    --tangerine: #FFF2E3;
    --orange: #F26D04;
    --orange-hover: #E16605;
    --yellow: #FFB81C;
    --teal: #00566E;
    --teal-light: #dce5e7;
    --charcoal: #54585A;

  /* Other variables */
  --border-radius: 5px;
  --box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  --padding: .75rem 3rem;
  --button-border-radius: 35px;

  /* Cards */
  --card-background-colour:#ffffff;
  --card-border-colour:#c9c9c9;
  --card-padding:30px 30px;
  
  /* Fonts */
  --font-family-body:'proxima-nova', sans-serif;
  --font-family-heading:"DaxlinePro-Bold", sans-serif;
  

  /* Search page columns Job Search cards layout, change 100% for 1 job, 33% for 3, 25% for 4 */
  --card-columns:33%;
  --filter-columns:25%;
}
.text-tangerine h5 {
    color: var(--tangerine) !important;
}

/*** Global Theme ***/
/* Adjust font size for various screen widths */
@media (min-width: 1200px) 
{
  html { font-size: 20px; }
}
@media (max-width: 1199px) and (min-width: 992px) 
{	
  html 
  { 
    font-size: 20px; 
  }
}
@media (max-width: 991px) and (min-width: 768px) 
{ 
  html 
 { 
   font-size: 18px; 
 }
}
@media (max-width: 767px)
{	
  html { 
    font-size: 18px; 
       }
}
html, body {
  background:#fff;
  color: var(--charcoal);
  line-height:1.5;
  font-family:var(--font-family-body);
  font-weight:500;
  margin: 0;
  width: 100%;
  height: 100%;
}
p,li
{
    color: var(--charcoal);
    letter-spacing: -.10px;
    line-height: 1.4;
    font-weight: 500;
    font-size:1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}

/** Typography **/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family:var(--font-family-heading);
  color:var(--teal);
  line-height:1.5;
  letter-spacing: -.75px;
}
.h1,h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    .h1,h1 {
        font-size:2.5rem
    }
}

.h2,h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    .h2,h2 {
        font-size:2rem
    }
}

.h3,h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    .h3,h3 {
        font-size:1.75rem
    }
}

.h4,h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    .h4,h4 {
        font-size:1.5rem
    }
}

.h5,h5 {
    font-size: 1.25rem
}

.h6,h6 {
    font-size: 1rem
}
a, a:visited {
    color: var(--orange);
}
a:hover {
    color: var(--orange);
    text-decoration:underline;
}
.hero-h1 h1 {
  font-size:56px;
}
.hero-h2 h2 {
  font-size:46px;
}
/** Navigation **/
.nav-item {
  margin:0px;
}
.nav-link {
    color: var(--dark-color) !important;
    font-size: 16px;
    font-weight: 400;
    padding: 8px 20px !important;
    transition: all 0.3s ease;
    opacity: 1;
   position: relative;
  text-decoration:none !important;
  font-family:var(--font-family-body);
  font-size:1rem;
}
.nav-lnk:hover{
  text-decoration:none;
}
/* Logos */
.navbar-brand-logo {
    width: 100%;
    max-width: 155px;
}
.footer-brand-logo {
    width: 100%;
    max-width: 155px;
}

/*** Buttons ***/
.btn, button, a.button {
    font-weight: 600;
    font-family: inherit;
    text-transform: inherit;
    line-height: 1.5;
    padding: var(--padding);
    webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
    -webkit-transition: 0.21s ease-in;
    -moz-transition: 0.21s ease-in;
    -o-transition: 0.21s ease-in;
    transition: 0.21s ease-in;
    border-radius: var(--button-border-radius);
    font-size: 16px;
    text-transform:inherit;
    text-decoration:none;
}
.btn-primary  {
  background:var(--orange);
  color:var(--light-color);
  border:1px solid var(--orange);
}
.btn-primary:hover,
.btn-primary:visited,
.btn-primary:active,
.btn-primary:focus{
  background:var(--orange-hover);
  color:var(--light-color);
  border:1px solid var(--orange-hover);
}
.btn-success {
  background:var(--orange);
  color:var(--light-color);
  border:1px solid var(--orange);
}
.btn-success:hover,
.btn-success:visited,
.btn-success:active,
.btn-success:focus {
   background:var(--orange-hover);
  color:var(--light-color);
  border:1px solid var(--orange-hover);
}
.btn-info {
  background:var(--primary-color);
  color:var(--light-color);
  border:1px solid var(--primary-color);
}
.btn-info:hover,
.bbtn-info:visited,
.btn-info:active,
.btn-info:focus{
 background:var(--orange-hover);
  color:var(--light-color);
  border:1px solid var(--orange-hover);
}
/* custom buttons */
a.button.button1 {
  background:var(--primary-color);
  color:var(--light-color);
  border:1px solid var(--primary-color);
  border-radius: var(--button-border-radius);
}
a.button.button1:hover {
  background:var(--orange-hover);
  color:var(--light-color);
  border:1px solid var(--orange-hover);
}
a.button.button2 {
  background:var(--secondary-color);
  color:var(--light-color);
  border:1px solid var(--secondary-color);
  border-radius: var(--button-border-radius);
}
a.button.button2:hover {
  background:var(--primary-color);
  color:var(--light-color);
  border:1px solid var(--primary-color);
}
a.button.button3 {
  background:var(--primary-color);
  color:var(--light-color);
  border:1px solid var(--primary-color);
  border-radius: var(--button-border-radius);
}
a.button.button3:hover {
  background:var(--primary-color);
  color:var(--light-color);
  border:1px solid var(--primary-color);
  border-radius: var(--button-border-radius);
  filter: brightness(120%);
}
a.button.button4 {
    color: #000000;
    border: 0;
    padding: 0;
    font-weight: 600;
    font-size: 15px;
}

/* Input group fix */
.input-group input, .input-group-btn button {
    height: auto !important;
    padding: var(--padding) !important;
}

/** Job Search page **/
/* Job Search table */

/* Job Search cards */
@media (min-width: 992px) {
  .job-search-results-card-col {
    flex: 0 0 var(--card-columns);
    max-width: var(--card-columns);
  }
}
@media (min-width: 768px) {
.job-search-results-dropdown-filter-col {
    flex: 0 0 var(--filter-columns);
    max-width: var(--filter-columns);
  }
}
.card {
    border: 1px solid #444444;
    border-radius: var(--border-radius);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 6px;
}
/** Job Search page filters / inputs */
.block-job-search-results .job-search-results .job-search-filter-groups {
    width: 100%;
  background-color: #fff2e3;
    border-radius: 6px;
}
.job-search-control input {
    border-radius: var(--border-radius) !important;
    border: 1px solid var(--input-border-colour);
}
.job-search-dropdown-filters select {
    padding: 10px 10px;
    margin-bottom: 6px;
    border-radius: var(--border-radius);
    border: 1px solid var(--input-border-colour);
}
.badge {
    background-color: var(--primary-color) !important;
    border-radius: var(--border-radius);
    color: var(--light-color);
}
.page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--light-color);
}
.page-link {
    color: var(--primary-color);
}
@media only screen and (max-width: 576px) {
	.pagination li:not(:first-child):not(:last-child) {
		display: none;
	}
}

/** Job Advert **/
/* Side panels */
.side-panel {
    box-shadow: 0 5px 9px 0 rgb(0 0 0 / 10%);
    padding: 40px 25px;
    margin-bottom: 20px;
    border-radius: 6px;
    background-color:#FFF2E3;
}
.side-panel .job-title {
   font-size: 18px;
    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;
}

/* Jobs list content block table style */
.job {
   background: transparent;
    padding: 0;
}
.job .job-title {
    margin-bottom: 10px;
    color: #202e49  !important;
}
.job-summary {
  padding-top: 8px;
  color: var(--charcoal) !important;
}
/* Employee Referral Link */

/** CTAs **/

/* Search Bar */
.job-search-control .near-me-control {
    margin-left: 0;
}
.job-search-control .input-group-btn {
    margin-left: 15px !important;
}
/* Cards */
.card {
    border: 1px solid var(--card-border-colour);
    border-radius: var(--border-radius);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 6px;
    background: var(--card-background-colour);
    padding:var(--card-padding);
}
.card-body {
    padding: 0px;
}
.card-footer {
    background: var(--card-background-colour);
    border-top: 0px;
    padding: 10px 0px;
}
/* Carousel */
.carousel-caption {
    position: relative;
    right: 0 !important;
    bottom: 1.25rem;
    left: 0 !important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
}
.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='%23000000'%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-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%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, .carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 60% 60%;
    border-radius: 2rem;
    background-color: #FFF;
    padding: 2rem;
}
.carousel-item-caption-header {
    text-shadow: none !important;
    color: var(--dark-color) !important;
}
.carousel-item-caption-detail * {
    text-shadow: none !important;
    color: var(--dark-color) !important;
}
@media (min-width: 768px) {
	.carousel-control-prev, .carousel-control-next {
		width: 3%;
	}
}
/** Video **/
/*** video fixes ***/
@media (min-width: 576px) {
	.col-md-12 .clinch-video-player.video-js {
		height: 292px;
	}
	.col-md-8 .clinch-video-player.video-js {
		height: 292px;
	}
	.col-md-6 .clinch-video-player.video-js {
		height: 292px;
	}
	.col-md-4 .clinch-video-player.video-js {
		height: 292px;
	}
}
@media (min-width: 768px) {
	.col-md-12 .clinch-video-player.video-js {
		height: 392px;
	}
	.col-md-8 .clinch-video-player.video-js {
		height: 258px;
	}
	.col-md-6 .clinch-video-player.video-js {
		height: 190px;
	}
	.col-md-4 .clinch-video-player.video-js {
		height: 122px;
	}
}
@media (min-width: 992px) {
	.col-md-12 .clinch-video-player.video-js {
		height: 526px;
	}
	.col-md-8 .clinch-video-player.video-js {
		height: 348px;
	}
	.col-md-6 .clinch-video-player.video-js {
		height: 256px;
	}
	.col-md-4 .clinch-video-player.video-js {
		height: 166px;
	}
}
@media (min-width: 1200px) {
	.col-md-12 .clinch-video-player.video-js {
		height: 628px;
	}
	.col-md-8 .clinch-video-player.video-js {
		height: 414px;
	}
	.col-md-6 .clinch-video-player.video-js {
		height: 310px;
	}
	.col-md-4 .clinch-video-player.video-js {
		height: 300px;
	}
}
@media (min-width: 1400px) {
	.col-md-12 .clinch-video-player.video-js {
		height: 730px;
	}
	.col-md-8 .clinch-video-player.video-js {
		height: 482px;
	}
	.col-md-6 .clinch-video-player.video-js {
		height: 358px;
	}
	.col-md-4 .clinch-video-player.video-js {
		height: 334px;
	}
}
.vjs-youtube .vjs-poster {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.video-player-wrapper .vjs-poster img {
    object-fit: cover;
    height: inherit;
    width: 100%;
}
/** Teams **/
/*** Team Member Quote ***/
.team-member-bio {
    text-align: left !important;
}
.team-member-image {
    margin-bottom: 10px;
}
.team-member-bio .name {
    font-size: 17px;
    font-weight: 600;
}
.team-member-bio .title {

}
.team-member-bio .bio {

}
.team-member-bio .social-links i {
    margin-right: 8px !important;
}
/** Blogs **/
.posts-cards .posts-cards-cols {
    display: flex;
    flex-wrap: wrap;
    gap: inherit;
}
.posts-card {
  flex: 0 calc(33.33% - 2rem);
  margin: 1rem;
}
.posts-cards .posts-card {
   border-radius: 10px;
}
.posts-cards .posts-card-body {
    height: auto;
    padding: 20px 0px;
    background: rgba(236 236 236 / 0%);
}
.card {
    background: rgba(236 236 236 / 0%);
}
.posts-cards .posts-card .card-title {
    font-size: 18px;
    font-weight: 600;
}
.posts-cards .posts-card-link {
  color: #F26D04 !important;
     font-weight: 500;
    font-size: 18px;
    margin-top: 10px;
    text-decoration: none;
}
.badge.post-tag {
    background: #202e49 !important;
    padding: 6px 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.posts-card-body .post-tags {
    display: none;
}
.posts-cards .posts-card-footer {
    padding: 10px 30px;
    background: none;
}
.posts-card-image {
    transition: transform 0.3s ease;
    border-radius: 8px;
}
@media only screen and (max-width: 768px) {
    .posts-cards .posts-cards-cols {
        flex-direction: column;
    }
}
/** FAQs Accordion **/
.accordion-item:first-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.accordion-item:last-of-type {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.accordion-item {
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #333;
}
.accordion-button:not(.collapsed) {
	color: #333;
	background-color: #ececec;
	box-shadow: unset;
}
.accordion-item:first-of-type .accordion-button {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.accordion-button:focus {
	z-index: 3;
	border-color: transparent;
	outline: 0;
	box-shadow: unset;
}
.accordion-button {
	font-size: 1rem;
	padding: 20px;
}
.accordion-body {
	padding: 20px;
}
/** Footer **/
footer {
    background: var(--charcoal);
    padding: 60px 0px;
}
footer a, footer p {
    color: #ffffff !important;
    font-size:1rem;
}
.social li i {
    font-size: 20px;
}

/** Candidate consent **/
.consent-modal .image-wrapper {
   width: 100%;
   text-align: left;
}
.consent-reject {
  
}
.consent-agree {
  
}
/** Mobile styles **/




/* My Settings */
.candidate-settings-panel {
    background-color: #f9f9f9;
    padding: 30px 42px;
}
.candidate-settings {
    background: #f0f0f0;
    margin: 10px 0px;
    padding: 50px;
}
/* Alignment */
/* Vertical Alignment add my-auto to ROW */
.my-auto .col-md-6, .my-auto .col-md-8, .my-auto .col-md-4 {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
/* text left alignment sits within container on fullwidth page */
@media (min-width: 576px) {
 .hero-banner .block-image-text * {
   width: 540px;
   margin-right:auto;
   margin-left:auto;
  }
}
@media (min-width: 768px) {
  .hero-banner .block-image-text * {
    width: 720px;
    margin-right:auto;
    margin-left:auto;
  }
}
@media (min-width: 992px) {
 .hero-banner .block-image-text * {
   width: 960px;
   margin-right:auto;
   margin-left:auto;
  }
}
@media (min-width: 1200px) {
 .hero-banner .block-image-text * {
   width: 1140px;
   margin-right:auto;
   margin-left:auto;
  }
}
@media (min-width: 1400px) {
  .hero-banner .block-image-text * {
    width: 1320px;
    margin-right:auto;
    margin-left:auto;
  }
}

/* Spacing */


/** Other fixes **/


/** CTA select dropdowns **/
.selectize-control.multi .selectize-input>div {
	background-color: var(--teal);
	color: var(--light-color);
    border-radius: var(--teal);
}
.selectize-dropdown-content .option.active {
	background-color: var(--teal);
}
.selectize-input {
    border-radius: var(--border-radius);
}
.candidate-settings-panel i {
  color:var(--dark-color);
}

.navbar-nav .nav-link::before {
	content: '';
	margin-right: 0.5rem!important;
	margin-left: 0.5rem!important;
	position: absolute;
	width: -webkit-fill-available;
	height: 4px;
	bottom: 2px;
	left: 0;
	background-color: var(--yellow);
	opacity: 0;
	transition: opacity .3s;
}
.navbar-nav .nav-link.active::before,
.navbar-nav .nav-link.show::before,
.navbar-nav .nav-link:hover::before {
	content: '';
	margin-right: 0.5rem!important;
	margin-left: 0.5rem!important;
	position: absolute;
	width: -webkit-fill-available;
	height: 4px;
	bottom: 2px;
	left: 0;
	background-color: var(--yellow);
	opacity: 1;
}
.dropdown-menu[data-bs-popper] {
    top: 174%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer);
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05) inset;
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05) inset;
    border: 1px solid rgb(0, 0, 0, 0.175);
    border-radius: 0.375rem;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: var(--charcoal);
    background-color: transparent;
     text-decoration:none;
}
 .dropdown-item:active,.dropdown-item.active{
    color: var(--light-color);
    text-decoration: none;
    background-color: var(--orange-hover);
}
a.dropdown-item {
    color: var(--charcoal);
}
.job_alert_cta h2, .job_alert_cta h3, .job_alert_cta h4, .job_alert_cta p,.job_alert_cta span {
  color:#FFF;
}

.roles_links .block-image-cover .block-image-text {
    top: 113%;
    transform: translateY(-113%);
    -webkit-transform: translateY(-113%);
    -moz-transform:translateY(-113%);
    -ms-transform: translateY(-113%);
    -o-transform:translateY(-113%);
    display: flex;
    justify-content: center;
    align-items: center;
  
}
 @media (min-width: 768px) {
    .offset-right {
        margin-right: 33.33333333%;
    }
}
/* Chatbot color*/
.chatbot-header-name {
    color: #FFF;
}
.chatbot-message-content.sent .chatbot-message-text {
    color: #FFF;
}
/* Custome cards*/
.custom_cards .block-wrapper {
    border-radius: 0px;
    -webkit-box-shadow: 0 18px 22px -8px rgba(26, 26, 26, 0.2);
    box-shadow: 0 18px 22px -8px rgba(26, 26, 26, 0.2);
    padding: 0px;
}

.custom_cards .block-wrapper .page-block *:not(:first-child) {
    padding: 1rem;
    margin-bottom: 0;
}
.care_cards .block-wrapper
{
  border:5px solid #fff2e3;
}
.care_cards .block-wrapper .page-block h4:first-child
{
      background-color: #fff2e3;
      padding: 35px 0;
}
.care_cards .block-wrapper .page-block *:not(:first-child) {
    padding: 0.5rem;
    margin-bottom: 0;
}
.care_cards .block-wrapper .page-block h3{
     font-weight: 800;
    font-size: 1rem;
    letter-spacing: 0;
    color: var(--charcoal);
}
.care_cards .block-wrapper .page-block p:first-of-type{
     min-height:15em
}
/*blog post cards styling*/

.blog_cards .card
{
  padding:0; 
  background-color: #fff2e3;
}
.blog_cards  .posts-card-body {
    padding: 1rem;
}
.posts-card-image {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
/* columns spacing on mobile*/

 @media(max-width: 767px) {
    .mb-mobile .col-md-4,.mb-mobile .col-md-8, .mb-mobile .col-md-2, .mb-mobile .col-md-6, .mb-mobile .col-md-3 {
        margin-bottom: 1.5rem;
    }
}
.orange_cards .block-wrapper 
{
  border: 3px solid var(--yellow);
    border-radius: 8px;
    background-color: var(--white);
     padding: 1.5rem;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .10);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .10);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .10);
}
.orange_cards .block-wrapper:hover{
  background-color: var(--tangerine);
    border: 3px solid var(--tangerine);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25); 
}
.orange_cards .block-wrapper p:first-of-type
{
  font-weight: 600;
  font-size: 125%;
  color: var(--orange);
}
.orange_cards .block-wrapper p:first-of-type:hover
{
  color: var(--orange);
}
 /* Flip Cards CSS */

.card-container-each {
  display: grid;
  perspective: 1000px;
}

.card-each{
 /* margin: 10px 10px;*/
}

.card-flip {
  display: grid;
  grid-template-areas: "frontAndBack";
  transform-style: preserve-3d;
  transition: all 0.7s ease;
}

.card-flip div {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border: none;

}

.card-title-back {
  display: grid;
  align-items: center;
  text-align: center;
  
}

.card-text-back {
  display: grid;
  align-items: center;
  text-align: center;
  line-height: 1rem;
}

.card-front {
  grid-area: frontAndBack;
}

.card-back {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-area: frontAndBack;
  transform: rotateY(-180deg);
  background: #fff;
  box-shadow: 0 12px 15px rgb(140 152 164 / 10%);
  padding: 8px 12px;
  border-radius:0.375rem;
}

.card-title-back  {
font-weight:700;
      margin-bottom: 8px;
    margin-top: 15px;
}

.card-text-back {
    font-size: inherit;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    font-family: inherit;
}

.card-container-each:hover .card-flip {
  transform: rotateY(180deg);
}
.page-row .page-block .card-flip img {
    max-width: 150px;
    max-height: 150px;
}
@media only screen and (max-width: 767px)
{
   .card-container-each {
    margin-bottom: 20px;
}
}
/*** Flip card css ends***/

/* Jobs list content block card style */
.job-list-cards .jobs-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -15px;
    margin-top: -15px;
    align-items: stretch;
}
.job-list-cards .job {
    background: #ffffff;
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);*/
    width: calc(33.333% - 30px);
    margin-left: 15px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-bottom: 0px !important;
    border: 5px solid #fff2e3 !important;
    padding: 18px 20px;
    border-radius: 6px;
    background: #FFF2E3;
}
@media (max-width: 768px) {
    .job-list-cards .job {
        width: calc(50% - 30px);
    }
}
@media (max-width: 480px) {
    .job-list-cards .job {
        width: calc(100% - 30px);
    }
}
.job-list-cards .job .job-title {
    margin-bottom: 10px;
    color: var(--teal) !important;
}
.job-list-cards .job-summary {
  padding-top: 12px;
  color: var(--dark-color) !important;
}
.job-list-cards .table>:not(caption)>*>* {
    border-bottom-width: 0 !important;
}
/* Jobs list content block card style -- Ends */

/*** card styling ***/
.job-search-results-card .card-title a {
    font-weight: 600;
    color: #00566E;
    font-size: 22px;
}
.job-search-results-card {
    border: 5px solid #fff2e3 !important;
    padding: 18px 20px;
    border-radius: 6px;
    background: #FFF2E3;
    transition: box-shadow .3s;
}
li.job-component-icon-and-text i {
    color: #F26D04;
}
.job-search-results-card .card-footer {
    padding: 0.3rem 0rem;
    background-color: transparent;
    border-top: 0;
}

.job-search-results-card .card-footer a {
    font-size:100%;
    font-weight: 600;
    color: #E16605;
    transition: color 0.3s;
  
}
h3.card-title
{
  line-height:1;
}
.job-component-details {
    font-size: 100%;
}
@media only screen and (max-width: 576px) {
  
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;
}
.job-search-control .input-group-btn
{
margin-left:0px !important;
}
  .consent-reject {
    margin-bottom: 8px;
}
  .job-search-control .col-2{
		width:100%;
	}
}
.block-jobs .job {
margin-bottom: 16px;
}
.block-job-search-results .clear-filters-button 
{
    margin-bottom: 5px;
    padding: 0.75rem 2rem;
}
 