.bbAtWorkButton {
    background-color: #226E91;
    color: #fff;
    border-radius: 6px;
    padding: 10px 20px;
    font-family: 'Hero Junior Super';
    border: none;
}
.bbAtWorkButton:hover, .bbAtWorkButton:focus, .bbAtWorkButton:active {
    background-color:#7792AC;
    border:none;
    text-decoration:none;
    color:#fff;
    outline:none;
}
.bbAccordion .card-header {
    background-color:#226E91!important;
    color: #fff;
}
.bbAtWorkProducts ul {
    padding-left:20px;
}
#products-menu {
    background-color: #226E91;
}
#products-menu a {
    color:#fff;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff!important;
    text-decoration: none;
    background-color: #1B5470;
}
.mini-icon {
	padding-right: 10px
}
#faqs h2 {
    color:#e8063c;
}
.bbAccordion .btn-link {
    color:#fff;
}

.newsTeaser{ 
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.newsTeaser p {
    margin-bottom:0px!important;
}
.newsTitle {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bbAccordion .card-header{
    cursor:pointer;
}

.btn-link:hover {
    text-decoration:none;
}
.btn-link:focus {
    outline:none;
    box-shadow:none;
    text-decoration:none;
}
.introText {
    color:#000;
    font-size:22px;
    line-height:28px;
}
.bbAtWorkTiles h3 {
    color:#EC3C53;
    line-height:24px;
    font-size:16px;
}
.bbAtWorkTiles .tileActive h3 {
    color:#fff;
}
.bgWhite {
    background-color:#fff;
    border-radius:8px;
    min-height:260px;
}
.jumbotron {
    background-color:#E1E3EC;
}
.socialIcons {
    font-size:20px;
}
.socialIcons a {
    color:#fff;
}
.bgRed {
    background-color: #EC3C53;
    border-radius: 25px;
    padding: 8px;
    width: 47px;
}
.tileText {
    background-color:#EC3C53;
    color:#fff;
}
.tileActive {
    background-color:#EC3C53;
}
.lh30 {
    line-height:30px;
}

.bbAtWorkTiles a:focus, .bbAtWorkTiles a:hover, .bbAtWorkTiles a:active {
    text-decoration:none;
}

.btn-primary {
    background-color:#226E91;
    border:none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color:#7792AC;
    border:none;
}
#mobile-book-visit-button, #mobile-find-nursery-button {
    background-color:#226E91;
    color:#fff;
}
#gdprStatement a {
    color:#226E91!important;
    text-decoration:underline;
    font-weight:bold;
}
#gdprStatement a:hover {
    color:#7792AC!important;
}

.bgWhite:hover {
    cursor:pointer;
}
.collapsed .bgWhite {
    background-color:#fff;
}
.whiteJumbotron {
    background-color:#fff;
}
.bbAtWorkHeading {
    color:#226E91!important;
}
.footer-social-icon {
    background-color:#226E91;
}
.footer-social-icon svg {
    color:#fff;
}
.redHighlight {
    color:#e8063c;
    font-weight:900;
}
.fs20 {
    font-size:20px;
}
.bbAtWorkProductIndicators {
    bottom:-40px;
}
.bbAtWorkProductIndicators li {
    background-color:#226E91;
}
.bbAtWorkStat {
    font-size:60px;
}
.bbAtWorkContentHolder {
    background-color:#f0f6fa;
    color:#226E91;
    font-size:20px;
    margin-top:85px;
}
.bbAtWorkWhiteBg {
    background-color:#fff;
}
.bbAtWorkBBBG {
    background: url("/2021bb/assets/img/backgrounds/bbAtWork.jpg");
    background-size: contain!important;
}

.bbAtWorkBGSmall {
    background: url("/2021bb/assets/img/backgrounds/bbAtWorkSmall.jpg"); 
    border-radius:15px; 
    max-width:250px;
}
.gdprVisit {
    max-width: 300px;
    position: relative;
    top: 11px;
    text-align: left!important;
}
#mfoot-getintouch, #h5-contactus-1, #mfoot-getintouch-caret, #footer-tel-1 a  {
    color:#226E91!important;
}
.bbAtWorkStatHolder {
    background-color:#F0F6FA;
}
.numberCircle {
    display: inline-block;
    background-color: #fff;
    border-radius: 52px;
    width: 20px;
    text-align: center;
    font-weight: 900;
    font-size: 12px;
    height: 20px;
    padding-top: 2px;
    margin-top:10px;
}
.yellowBox {
    background-color:#FFD600;
    border-radius:8px;
    min-height:170px;
    position: relative;
}
.yellowArrowRight {
    width: 0; 
    height: 0; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #FFD600;
    position: absolute;
    right:-15px;
    top:75px;
}
.yellowArrowDown {
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #FFD600;
    position: absolute;
    bottom:-15px;
    left:calc(50% - 15px);
      
}
.purpleBox {
    background-color:#77328A;
    border-radius:8px;
    min-height:170px;
    position: relative;
}

.purpleBox .numberCircle {
    color:#77328A
}
.purpleArrowRight {
    width: 0; 
    height: 0; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #77328A;
    position: absolute;
    right:-15px;
    top:75px;
}
.purpleArrowDown {
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #77328A;
    position: absolute;
    bottom:-15px;
    left:calc(50% - 15px);
}
.pinkBox {
    background-color:#E94282;
    border-radius:8px;
    min-height:170px;
    position: relative;
}
.pinkBox .numberCircle {
    color:#E94282
}
.pinkArrowRight {
    width: 0; 
    height: 0; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #E94282;
    position: absolute;
    right:-15px;
    top:75px;
}
.pinkArrowDown {
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #E94282;
    position: absolute;
    bottom:-15px;
    left:calc(50% - 15px);
}
.photoColumn {
    margin-top:15px;
}
.ybbPhotoBoxOne {
    background-image: url('/2021bb/assets/img/icons/bbAtWork/ybb6.jpg');
    background-size:cover;
    border-radius:8px;
    min-height:170px;
    position: relative;
}
.ybbPhotoBoxTwo {
    background-image: url('/2021bb/assets/img/icons/bbAtWork/ybb7.jpg');
    background-size:cover;
    border-radius:8px;
    min-height:170px;
    position: relative;
}
.bipPhotoBoxOne {
    background-image: url('/2021bb/assets/img/icons/bbAtWork/bip7.jpg');
    background-size:cover;
    border-radius:8px;
    min-height:170px;
    position: relative;
}
.pfPhotoBoxOne  {
    background-image: url('/2021bb/assets/img/icons/bbAtWork/pf7.jpg');
    background-size:cover;
    border-radius:8px;
    min-height:170px;
    position: relative;
}
.greenBox {
    background-color:#65B32E;
    border-radius:8px;
    min-height:170px;
}
.greenBox .numberCircle {
    color:#65B32E
}
.greenArrowDown {
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #65B32E;
    position: absolute;
    bottom:-15px;
    left:calc(50% - 15px);
      
}
.tealBox {
    background-color:#00ABAA;
    border-radius:8px;
    min-height:170px;
}
.tealBox .numberCircle {
    color:#00ABAA
}
.tealArrowLeft {
    width: 0; 
    height: 0; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent; 
    border-right:15px solid #00ABAA; 
    position: absolute;
    top: 75px;
    left:0px;
}
.tealArrowDown {
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #00ABAA;
    position: absolute;
    bottom:-15px;
    left:calc(50% - 15px);
      
}
.blueBox {
    background-color:#005E84;
    border-radius:8px;
    min-height:170px;
}
.blueBox .numberCircle {
   color:#005E84; 
}
.blueArrowLeft {
    width: 0; 
    height: 0; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent; 
    border-right:15px solid #005E84; 
    position: absolute;
    top: 75px;
    left:0px;
}
.blueArrowDown {
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #005E84;
    position: absolute;
    bottom:-15px;
    left:calc(50% - 15px);
}
.tangerineBox {
    background-color:#F59D15;
    border-radius:8px;
    min-height:170px;
    position: relative;
}

.tangerineBox .numberCircle {
    color:#F59D15
}
.tangerineArrowLeft {
    width: 0; 
    height: 0; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent; 
    border-right:15px solid #F59D15; 
    position: absolute;
    top: 75px;
    left:-15px;
}
.tangerineArrowDown {
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #F59D15;
    position: absolute;
    bottom:-15px;
    left:calc(50% - 15px);
}
.lightBlueBox {
    background-color:#67B9E8;
    border-radius:8px;
    min-height:170px;
    position: relative;
}

.lightBlueBox .numberCircle {
    color:#67B9E8
}
#mobile-nav-container .dropdown-toggle {
    margin-left:0px!important;
}
@media (min-width: 768px) {
    .bbAtWorkStatHolder {
        background: url("/2021bb/assets/img/bbAtWorkStatPhoto.jpg"); 
        min-height:598px;
        background-color:none;
    }
    .gdprVisit {
        max-width:none;
        position: static;
    }
    .photoColumn {
        margin-top:0px;
    }
}
#rcbrand2 {
    background:#fff; 
    display:table;
}
#rcbrand2 li {
    display:table-cell; 
    vertical-align:middle; 
    height:77px;
}
.rc-rcbrand-container {
    position:relative;
    max-width:100%;
    margin-bottom: 20px;
}
.rc-rcbrand-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
    padding-top:40px;
    padding-bottom:40px;
}

.rc-rcbrand-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    background: #ffffff;
}

.rc-rcbrand-item {
    float:left;
    margin:0px;
    padding:0px;
    position:relative;
    line-height:0px;
}
.rc-rcbrand-item img {
    margin-top: 10px;
    margin-bottom: 10px;
    height:57px;
}

.rc-rcbrand-nav-left,
.rc-rcbrand-nav-right {
    padding:5px 10px;
    border-radius:50%;    
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);   
    background: rgb(255, 102, 0, 0.5);
    color: #fff;     
    display:none;
}

.rc-rcbrand-nav-left {
    left: 10px;
}

.rc-rcbrand-nav-left:before {
    content: "<"
}

.rc-rcbrand-nav-left.disabled {
    opacity: 0.4;
}

.rc-rcbrand-nav-right {
    right: 5px;    
}

.rc-rcbrand-nav-right:before {
    content: ">"
}

.rc-rcbrand-nav-right.disabled {
    opacity: 0.4;
}
.navbar-light .navbar-nav .nav-link.active {
    color:#226E91;
}
@media (min-width:992px) {
    .bbAtWorkContentHolder {
        margin-top:47px;
    }
}
@media (min-width:768px) {
    .navbar-toggler {

        top: 70px;
    }
}