
/*** T3SB identifier: t3sbs_footerSticky */

html {
	position:relative;
	min-height:100%
}
#page-footer {
	position:absolute;
	bottom:0;
	width:100%
}



/*** T3SB identifier: wPxRow */

body.selectionIsMade a#right,
body.selectionIsMade a#company,
body.selectionIsMade a#interim,
body.selectionIsMade a#applicant {display:none !important;}
body.wp-none .breadcrumb {display:none !important;}
body.wp-none li.home-svg {display:none; color:var(--bs-gray-600);}
.breadcrumb-item {
	font-size: 1rem !important;
	color: var(--bs-gray-600);
}
.breadcrumb-item.active {
	padding-right: var(--bs-navbar-nav-link-padding-x);
	padding-bottom: var(--bs-navbar-nav-link-padding-x);
	color: var(--bs-primary);
}
.breadcrumb-item::before {
  content: ">";
  margin-right: .5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  padding-right: 0;
}
.breadcrumb-item a {
	text-decoration: none;
	color: var(--bs-nav-link-color);
}
.nav-item svg {
	margin-right: .5rem;
	margin-top: -.70rem;
	color: var(--bs-gray-600);
}
.top-navbar {
  border-bottom: 1px solid #575757;
  padding-bottom: .3rem;
}
.navbar-home, .navbar-home svg {
	width:24px; 
	height:19px;
}



/*** T3SB identifier: swipercss-450 */

#swiper-450 {
	width: 100%;
	height: auto;
}
#swiper-450 .card {
	height: 100% !important;

/*edit*/
	display: flex !important;
}
#swiper-450 .swiper-button-next,
#swiper-450 .swiper-button-prev {
	color: white;
	text-shadow: 1px 1px 2px #000,0 0 25px #000,0 0 5px #000;
}
#swiper-450 .swiper-slide,
#swiper-450 .swiper-wrapper {
	height: auto !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
}
	

