:root {
/* 	--Brand-Primary-BB-Red: #E6344A;
	--Ui-Regular-Base---White: #FFF;
	--Ui-Regular-Base---Black: #000; */
	--slot-size: 56px;
	--slot-label-width: 44px;
	--slot-radius: 12px;
	--slot-blue-top: #1a5d85;
	--slot-blue-bottom: #0c597f;
	--slot-text-muted: #adb5bd;
	--slot-border-color: #ced4da;

}
body {
	font-family:'Hero Junior';
}
.icon-bar {
	width: 32px;
	height: 4px;
	background-color: #3d3e3f;
	display: block;
	transition: all .3s;
	margin-top: 4px
}
.navbar-toggler .top-bar {
	transform: translatey(6px) rotate(-45deg);
	transform-origin: 70% 100%;
	margin-top:-10px;
}
.navbar-toggler .middle-bar {
	opacity: 0;
	transition: .1s;
	transform: rotate(-45deg);
	transform-origin: 30% 70%
}
.navbar-toggler .bottom-bar {
	transform: translate(0) rotate(45deg);
	transform-origin: 70% 10%
}
.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
	margin-top:0px;
}
.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
	transform: rotate(0)
}
.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0)
}
.navbar-toggler:focus {
	box-shadow: none;
}
.nav-link,
.navbar-toggler:focus {
	outline: 0
}
.navLogo {
  height:50px;
}
.bcMenu {
	background: #e8063c;
	color: #fff;
}
.bcDropdownItem {
	color:#fff!important;
}
.bcDropdownItem:hover {
	color:rgba(0,0,0,.5)!important;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
		border: 0;
		font-weight: 400!important;
}
.drop-menu-style {
	border-top-left-radius:0px;
	border-bottom-left-radius:0px;
	    border: 0;
}
#our-childcare-menu {
	background: #ea324a;
	color: #fff;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: none
}
#aboutus-menu {
	background: #015d84;
	color: #fff
}

#parent-area-menu {
	background: #f29d1c;
	color: #fff
}

#our-brands-menu {
	background: #01abaa;
	color: #333;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: none
}

#careers-menu {
	background-color: #77338a
}

#aboutus-menu a,
#careers-menu a,
#our-brands-menu a,
#our-childcare-menu a,
#parent-area-menu a {
	color: #fff
}

#aboutus-menu a:hover,
#careers-menu a:hover,
#our-brands-menu a:hover,
#our-childcare-menu a:hover,
#parent-area-menu a:hover {
	color: #3d3e3f
}
.bbNavBar .navbar-toggler {
	border:none;
  position:relative;
  top:5px;
}


#mobile-find-nursery-button {
	background-color: #fecd1b;
	-webkit-box-shadow: 0 5px 4px 0 rgba(61, 62, 63, .1);
	box-shadow: 0 5px 4px 0 rgba(61, 62, 63, .1);
	border: none;
	margin: 0 5px 0 0;
	color: #3d3e3f;
	font-family: 'Hero Junior Super';
	border-radius: 5px
}
.bbNavBar .dropdown-toggle::after {
	display:none;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5);
    font-size:smaller;
}
.navbar.navbar-light.navbar-expand-lg.fixed-top.bg-white {
  font-family: 'Hero Junior';
  font-weight:700;
}
.topContainer {
	margin-top:100px;
}
/*Book a visit*/
#bookAVisit .modal-title {
  color: #111;
	font-family: "Hero Junior";
	font-size: 28px;
	font-style: normal;
	font-weight: 900;
	line-height: 100%; 
	letter-spacing: -0.8px;
}
#bookAVisit .modal-header {
	border-bottom:none;
	display: flex;
  align-items: center;
  justify-content: space-between
}
#bookAVisit .modal-title span {
  background: #e31c2b; /* Busy Bees red */
  color: #fff;
  padding: 4px 8px;
  border-radius: 2px;
  line-height: 1;
}
.bavStep {
	background-color:#e5e7eb;
	width:22px;
	border-radius:4px;
	height:6px;
}
.bavCurrentStep {
	background-color: #f4b400;
}
.ui-datepicker-calendar {
    margin:0 auto;
		width:100%;
}
.removeIcon {
    margin-top:10px;
}
#datepicker .ui-datepicker .ui-datepicker-next .ui-icon{
    display:none;
}
#datepicker .ui-datepicker .ui-datepicker-prev .ui-icon{
    display:none;
}
.ui-datepicker-calendar span {
    color:#8d979a;
    font-size:16px;
    font-family:'Hero Junior';
    font-weight:bold;
}
.ui-state-default {
    color:var(--Ui-Regular-Base---Black, #000);
    font-size:16px;
    font-family:'Hero Junior';
    font-weight:bold;
		text-decoration: none;
		height: 15px;
		width:15px;
    display: inline-block;
		line-height:30px;

}
.ui-state-default:hover {
    color:#333;
    font-size:16px;
    font-family:'Hero Junior';
    text-decoration:none;
}
.ui-datepicker-calendar td {
    padding:10px;
    text-align:center;
}
.ui-datepicker-title {
    text-align:center;
    color:var(--Ui-Regular-Base---Black, #000);
    font-size:20px;
    font-family: 'Hero Junior Super';
		margin-bottom:20px;
		margin-top:0px;
}
#ui-datepicker-div .ui-datepicker-title {
	margin-top:20px;
}
#ui-datepicker-div .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-next {
	margin-top:0px;
}
.ui-datepicker-calendar th {
	text-align: center;
	margin-top:10px;
}
.ui-datepicker-current-day {  
    background: #1f4f6b;
    border-radius:10px;
		
}
.ui-datepicker-current-day .ui-state-default  {
	color:  var(--Ui-Regular-Base---White, #FFF);
	text-decoration: none;
}
.ui-datepicker-current-day span {
    color:#fff!important;
}
#datepicker .ui-datepicker-unselectable span {
    color:#d3d3d3;
    font-weight:normal;
}
#ui-datepicker-div .ui-datepicker-title select{
    color:#3d3e3f!important;
    font-family: 'Hero Junior'!important;
    border-radius:4px;
}
.ui-datepicker-header {
	display: flex;
	justify-content: space-between;
}
.ui-datepicker-prev, .ui-datepicker-next {
		cursor: pointer;
		padding: 8px;
}
.ui-datepicker-prev {
		order: 0;
}
.ui-datepicker-next {
		order: 2;
}
.ui-datepicker-prev::before,
.ui-datepicker-next::before {
		background-position: center;
		background-size: cover;
		content: '';
		cursor: pointer;
		display: inline-block;
		height: 12px;
		transform: translate(0, 25%);
		width: 6px;
}
.ui-datepicker-prev::before {
		background-image: url("/2026bb/assets/img/chevLeft.png");
		margin-top: 17px;
    margin-left: 10px;
}
.ui-datepicker-next::before {
		background-image: url("/2026bb/assets/img/chevRight.png");
		margin-top: 17px;
    margin-right: 10px;
}
.slotContainer {
	white-space: nowrap;
	scrollbar-width: none; /* Firefox */
  display: none; /* Chrome/Safari */
	scroll-snap-type: x mandatory;
	scroll-snap-align: start;
}
.slotDivider {
	width:100%;
	border-top:2px dashed #d1d5db;
}
.slotButton {
  padding: 12px 18px;
  border-radius: 12px;
  border: 1px solid #d1d5db;
  background: #f3f4f6;
  color: #444;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
	text-align: center;
	width:106px;	
}
.slotSelected {
  background: #1f4f6b;
  color: #fff;
  border: none;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
	text-align: center;
		width:106px;	

}
.btnDisabled {
	opacity: 0.5;
}
.fullTimeUnselected {
  padding: 12px 18px;
  border-radius: 12px;
  background: #fff;
  color: #444;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
	text-align: center;
	width:106px;	
}
.redBtn {
	width: 100%;
  padding: 14px;
  border-radius: 14px;
  border: none;
  background: linear-gradient(180deg, #ff3b3b, #e31c2b);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 3px 0 #b91c1c;
  transition: all 0.15s ease;
}
.ftl {
	border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: none;
}
.ftr {
	border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-left: none;
}
.blueBtn {
	width: 100%;
  padding: 14px;
  border-radius: 14px;
  background: #1f4f6b;
  color: #fff;
  border: none;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.whiteBtn {
	width: 100%;
  padding: 14px;
  border-radius: 14px;
  border: none;
  background:#f3f4f6;
  color: #444;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 3px 0 #d1d5db;
  transition: all 0.15s ease;
}


.bbBtnGroup {
	background-color:#fff;
	border:1px solid #ddd;
	border-radius: 12px;
	padding:3px;
}
.noSlotsMessage {
	min-width: 0;           
  flex-shrink: 1;         
  overflow-wrap: break-word;
}

.noSlotsMessage p {
	font-size:12px;
	margin-bottom:0px!important;
}
/* Inputs */
#bookAVisit input, #bookAVisit select, #bookAVisit textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 12px;
  border-radius: 12px;
  border: 1px solid #ddd;
  font-size: 14px;
}
.modal-header a i {
	color: #000;
	font-size: 16px;
	position: relative;
	top: -1px;
}

.childDetails p {
	font-size:13px;
	color: #6c757d;
}
input, select, textarea{
  color: #1f4f6b!important;
	font-weight:700!important;
}
input::placeholder, select::placeholder, textarea::placeholder {
	color:var(--bs-body-color)!important;
	font-weight:400!important;
}
/* Yellow active button */
.yellowBtn {
  background: #FFC107;
  color: #333;
  box-shadow: 0 4px 0 #E0A800;
	padding: 14px 28px;
  border: none;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
	text-align: center;
	text-decoration: none;
}
input[type="date"] {
  position: relative;
  padding: 10px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}

input[type="date"]:before {
  color: transparent;
  background: none;
  display: block;
  font-family: 'FontAwesome';
  content: '\f073';
  /* This is the calendar icon in FontAwesome */
  width: 15px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
  color: #999;
}
.blueButton {
  background: #1f4f6b;
  color: #fff;
  border: none;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,0.15);
	text-align: center;
	border-radius:5px;
	margin-bottom:5px;
}
input[type="date"].form-control.is-invalid, input[type="date"].form-control.is-valid{
	background-position: right calc(2.375em + .1875rem) center;
}
#bookAVisit .step2Title {
	font-size:20px;	
}
#bookAVisit .step3Title, #bookAVisit .step4Title {
	font-size: 20px;
	line-height: 0.95;
	font-weight: 900;
	color: #111;
}
.bbLabel {
	font-size: 16px;
	line-height: 1.35;
	font-weight:700;
	color: #111;
	margin-bottom: 10px;
	font-family: 'Hero Junior';
}

.sessions-wrap {
	max-width: 560px;
}

.days-row {
	gap: 0.375rem;
	margin-bottom: 0.5rem;
}

.days-row .spacer,
.days-row .side-spacer,
.time-label,
.side-label {
	width: var(--slot-label-width);
	min-width: var(--slot-label-width);
	text-align: center;
}

.day-label,
.session-slot {
	width: var(--slot-size);
	min-width: var(--slot-size);
	height: var(--slot-size);
}

.day-label {
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

.schedule-box {
	border: 1px solid var(--slot-border-color);
	border-radius: 1rem;
	padding: 0.5rem;
	background: #fff;
	overflow-x: auto;
}

.schedule-inner {
	min-width: max-content;
}

.session-row {
	gap: 0.375rem;
}

.session-row + .session-row {
	margin-top: 0.375rem;
}

.time-label,
.side-label {
	height: var(--slot-size);
	color: var(--slot-text-muted);
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}

.session-slot {
	border: 0;
	border-radius: var(--slot-radius);
	font-weight: 700;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.session-slot:hover {
	transform: translateY(-1px);
}

.session-slot.active {
	color: #fff;
	background: linear-gradient(180deg, var(--slot-blue-top), var(--slot-blue-bottom));
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.14),
		0 2px 6px rgba(0,0,0,0.18);
}

.session-slot.inactive {
	background: transparent;
	color: #495057;
}

.session-slot:focus-visible {
	outline: 3px solid rgba(13, 110, 253, 0.35);
	outline-offset: 2px;
}
.fundingLink {
	text-decoration: none;
	color:var(--bs-secondary-color)!important;
}
.consent-group {
	max-width: 420px;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	color: #343a40;
}

.consent-group .form-check {
	margin-bottom: 0.9rem;
	min-height: auto;
}

.consent-group .form-check:last-child {
	margin-bottom: 0;
}

.form-check-input {
	width: 1.05rem!important;
	height: 1.05rem!important;
	margin-top: 0.2rem;
	border-color: #8a949e;
	cursor: pointer;
	border-radius:4px!important;
}

.form-check-input:checked {
	background-color: #0f6b84!important;
	border-color: #0f6b84!important;
}

.form-check-input:focus {
	box-shadow: 0 0 0 0.2rem rgba(15, 107, 132, 0.15);
	border-color: #0f6b84!important;
}

#childStartDate + .invalid-feedback {
	text-align:right;
	margin-top: -8px;
  font-size: .775em;
}
#sessionsFieldWrap.is-invalid #sessionsGrid {
  border: 1px solid #dc3545;
  border-radius: 0.375rem;
  padding: 0.5rem;
}

#sessionsFieldWrap .invalid-feedback {
  display: none;
}

#sessionsFieldWrap.is-invalid .invalid-feedback {
  display: block;
}
.bbLabel a {
	color:#111;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.info-tile {
  min-height: 90px;
  border: 1px solid #d6d6d6;
  border-radius: 14px;
  background: #f7f7f7;
  color: #5a5a5a;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 3px rgba(0,0,0,.06);
  transition: all .2s ease;
  cursor: pointer;
  user-select: none;
}

.info-tile:hover {
  background: #f1f1f1;
  border-color: #c9c9c9;
  color: #444;
}

.info-tile.selected {
  background: #0f6b84;
  border-color: rgba(13, 110, 253, 0.35)!important;
  color: #fff;
}

.info-tile.limit-reached:not(.selected) {
  opacity: 0.55;
}

.interest-field .invalid-feedback {
  display: none;
  margin-top: 0.75rem;
}

.interest-field.is-invalid .invalid-feedback {
  display: block;
}

.interest-field.is-invalid .info-tile {
  border-color: #dc3545;
}
#enquiryNotes.form-control.is-valid,
.was-validated #enquiryNotes.form-control:valid {
  background: none !important;
}
.bb-btn__label a {
	text-decoration:none;
	color:#fff;
}
#footerAccordion ul {
	padding:0px;
}
.contactLinks a {
	color:#fecd1b;
}

#location .redBtn, #location .blueBtn {
	font-size:12px;
}
@media (max-width: 576px) {
	:root {
		--slot-size: 50px;
		--slot-label-width: 38px;
	}
}
@media screen and (max-width: 600px) {
    #CookiebotWidget:not(.CookiebotWidget-inactive) {
        bottom: 94px!important;
        left: 15px!important;
    }
}
@media (min-width: 767px) {
	.ui-datepicker-calendar td {
    padding:15px;
    text-align:center;
	}
	}
.ui-state-default {
    color:var(--Ui-Regular-Base---Black, #000);
    font-size:16px;
    font-family:'Hero Junior';
    font-weight:bold;
		text-decoration: none;
		height: 30px;
		width:30px;
    display: inline-block;
		line-height:30px;
}
.dropdown-menu {
      min-width: 20rem;
}

@media (max-width: 991px) {
    #mobile-nav-container .dropdown-toggle {
        margin-left: 8%;
    }

		#CookiebotWidget {
			bottom:90px;
		}

    #about-menu-link {
      color: #015d84;
      font-size: 25px;
      line-height: 25px
    }
  

    #parent-area-menu-link {
      color: #f29d1c;
      font-size: 25px;
      line-height: 25px
    }
  

    #our-childcare-menu-link {
      color: #ea324a;
      font-size: 25px;
      line-height: 25px
    }

    #our-brands-menu-link {
      color: #01abaa;
      font-size: 25px;
      line-height: 25px
    }

    #careers-menu-link {
      color: #77338a;
      font-size: 25px;
      line-height: 25px
    }
    .nav-link {
      display: block;
      padding: .5rem 1rem;
			padding-left:0px;
			font-family: 'Hero Junior';
    	font-weight: 700;
    }
    .dropdown-toggle .beeCuriousLink {
        background-color: #e8063c;
        font-size: 25px;
        line-height: 35px;
        color: #fff;
        padding-left: 10px;
				display: inline-block;
        padding-right: 10px;
    }
		 .bb-mobile-nav-list .dropdown-toggle::after {
			float: right;
			display: inline-block;
			width: 0;
			height: 0;
			margin-right: -15px;
			margin-top: 8px;
			vertical-align: middle;
			content: ""
		}

		#bcDropdown::after {
			float: right;
			display: inline-block;
			width: 0;
			height: 0;
			margin-right: -15px;
			margin-top: 8px;
			vertical-align: middle;
			content: "";
			color:#e8063c!important;
			font-size: 25px;
			line-height: 25px
		}

		.bb-site-navbar-list {
			min-height: 650px;
			height: 100vh;
			max-height: 100vh;
		}

		.dropdown-menu {
			min-width:100%;
		}
  
}

@media (min-width:992px) {
	.dropdown:hover>.dropdown-menu {
		display: block;
	}
	.dropdown-toggle::after {
		display: none;
	}


	.dropdown>.dropdown-toggle:active {
		pointer-events: none;
	}
  .beeCuriousLink {
      background-color: #e8063c;
      color: #fff !important;
      padding: 3px;
      position: relative;
      padding-left: 5px;
      padding-right: 5px;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

}

