@charset "utf-8";
/* CSS Document */
  @import url("https://use.typekit.net/mcs2zxy.css");


#page{
    padding-top:0;
}

#page_content{
    font-family: "lato", sans-serif;
font-weight: 400;
font-style: normal;

}
#microsite_header{
    background:#000;
    color:#fff;
    padding-top:1em;
}



/* Selecting links based on their href attribute */
ul#local_menu_header li a[href*="skillsbootcamp/learners"] {
    color: #74C7E6;
}

ul#local_menu_header li a[href*="skillsbootcamp/businesses"] {
    color: #77B829;
}

ul#local_menu_header li a[href*="skillsbootcamp/trainingproviders"] {
    color: #FCC949;
}

ul#local_menu_header li a[href*="skillsbootcamp/allskillsbootcamps"] {
    color: #EE6F03;
}

/* Applying white color on hover for all links */
ul#local_menu_header li a:hover {
    color: white;
}


@media(max-width:32em){
    #microsite_header img#logo{
    padding:0 5em;
}

#microsite_header img#fundedbylogo{
    max-width: 200px;
    float:right;
}

#microsite_header .mob-pad-0{
    padding-top:0!important;
}
}


@media(max-width:37.5em){
#page .navbar .nav>li>a {
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}
    
}

#page h1, h2, h3{
      color:#77B829;
    font-family: "league-gothic", sans-serif;
font-weight: 400;
font-style: normal;
}
#page h1.black, #page h2.black{
    color:#000;
}
#page h1.orange, #page h2.orange{
    color:#EE6F03;
}

#page h1.blue, #page h2.blue{
    color:#74C7E6;
}

#page h1.yellow, #page h2.yellow{
    color:#FCC949;
}

#page h1.large{
    font-size:2.75em;
}

#whatweoffer h2{
    font-size:2em;
}

.breadcrumb a, .breadcrumb a:visited, .breadcrumb a:active, .breadcrumb a:focus, .breadcrumb a:hover {
    color: #fff;
    border-color: #fff; 
}


    #local_header .navbar-inner {
    background-color: transparent;
    box-shadow: none;
    border: none;
    zoom: 1;
    float:right;
}

@media(min-width:37.5em){
    #local_header .navbar-inner {
    float:right;
}
}


#local_menu_header.nav>li>a {
    float: none;
    padding: 0.5rem;
    margin: 0;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    font-size:1.3em;
}


#course-box-slider-mob{
    display:flex;

}
#course-box-slider-mob .six.columns{
    width:50%;
}


x
.well#what-are-sb{
    background:url(/-/media/518713278AD742D2AD4E5ACD52CEC88F.ashx) no-repeat;
    background-size:cover;
}


.well#deliver-sb{
    background:url(/-/media/514180962EFA4BB485A1B0DD49E6FA81.ashx) no-repeat;
    background-size:cover;
}

#well-overlay{
    text-shadow: none;
    background:rgba(0,0,0,0.9);
    color:#fff;
    padding:1em;
}




.well.alternate{
    background:#000;
    border:2px solid #77B829;
    color:#fff;
    text-shadow: none;
    text-align: center;
}


.well.alternate-two{
    background:#fff;
    color:#222;
    text-shadow: none;
    border:2px solid #77B829;;
}

.well.orange{
    background:#DE762F;
    color:#222;
}


.well.yellow{
    background:#FCC949;
    color:#222;
}

.well.orange h2, .well.yellow h2, .well.green h2, .well.blue h2{
    color:#222;
}



.well.green{
    background:#77B829;
    color:#222;
}


.well.blue{
    background:#74C7E6;
    color:#222;
}



.well.orange a[role="button"].primary,
.well.yellow a[role="button"].primary,
.well.green a[role="button"].primary,
.well.blue a[role="button"].primary{
    background:#222;
    color:#fff;
    border: 0;
    border-radius: 0;
    text-shadow: none;
    box-shadow: none;
    min-height: auto;
   padding: 0.5rem 2rem;
}


.well.orange a[role="button"].primary:hover,
.well.yellow a[role="button"].primary:hover,
.well.green a[role="button"].primary:hover
.well.blue a[role="button"].primary:hover{
    background:#fff;
    color:#222;
}

.breakout-bg{
    background:#000;
    color:#fff;
    padding-bottom:1em;
}

.display-flex{
    display:block;
}


.pad-half-bottom{
    padding-bottom:0.5em;
}


.pad-triple-top{
    padding-top:3rem!important;
}


.pad-triple-bottom{
    padding-bottom:3rem!important;
}

.add-double-top{
    margin-top:2em;
}

.add-triple-top{
    margin-top:3em;
}

.add-triple-bottom{
    margin-bottom:3em;
}


.h-100{
    height:100%;
}
@media(min-width:37.5em){
    .display-flex{
    display:flex;
}
}
.display-flex.align-vertically-center{
    align-items: center;
}



a[role].primary{
    background:#77B829;
   color: #222;
    border:0;
    text-shadow:none;  
    box-shadow: none;
}



a[role].primary:hover{
    background:#fff;
   color: #222;
}


a.green-link:link, a.green-link:visited{
    color: #77B829;
    border-bottom:1px solid #77B829;
}

a.green-link:hover, a.green-link:active{
    color: #fff;
    border-bottom:1px solid #fff;
}


a.white-link:link, a.white-link:visited{
    color: #fff;
    border-bottom:1px solid #fff;
}

a.white-link:hover, a.white-link:active{
    color: #77B829;
    border-bottom:1px solid #77B829;
}



a.blue-link:link, a.blue-link:visited{
    color: #74C7E6;
    border-bottom:1px solid #74C7E6;
}

a.blue-link:hover, a.blue-link:active{
    color: #fff;
    border-bottom:1px solid #fff;
}


a.yellow-link:link, a.yellow-link:visited{
    color: #FCC949;
    border-bottom:1px solid #FCC949;
}

a.yellow-link:hover, a.yellow-link:active{
    color: #fff;
    border-bottom:1px solid #fff;
}


a.black-link:link, a.black-link:visited{
    color: #222;
    border-bottom:1px solid #222;
}

a.black-link:hover, a.black-link:active{
    color: #77B829;
    border-bottom:1px solid #77B829;
}






.pad-double-top{
    padding-top:3em!important;
}

.pad-double-bottom{
    padding-bottom:2em!important;
}




/*MICROSITE EXPANSION CSS */   
    #page h1.white, #page h2.white{
        color:#fff;
    }
    #page h2.yellow{
        color:#FCC949;
    }

  
    
.well.explore-splash{
    background:url(/-/media/1CF3CB0DF27D4521B79C8B079EA1E543.ashx) no-repeat;
    background-size:cover;
        font-family: "league-gothic", sans-serif;
    color:#fff;
    line-height:110%;
    font-size:1.5em;
    padding:1.5em;
}

.well.explore-splash a[role="button"].primary{
    padding: 0.5rem 2rem;
}



.testimonial-splash{
    background:url(/-/media/1CF3CB0DF27D4521B79C8B079EA1E543.ashx) no-repeat;
    background-size:cover;
        font-family: "league-gothic", sans-serif;
    color:#fff;
    line-height:110%;
    font-size:2em;
    padding:2em;
}

.testimonial-author{
    font-size:1rem;
       font-family: "lato", sans-serif;
font-weight: 400;
}

.testimonial-splash.no-bg{
    background:none!important;
    color:#222;

}

.breakout-bg.sc-header h1{
    font-size:3em!important;
    font-style: italic!important;
    line-height: 100%;
}

.breakout-bg.sc-header.normal h1{
    font-size:3em!important;
    font-style: normal!important;
    line-height: 100%;
}

    
    .breakout-area.sc-header-banner{
        background: #000;
    }
    .sc-header-banner .container{
          position: relative;
    width: 100%;
    margin: auto;
    }   
    

  .wave-background {
    width: 100%;
    display: block; /* This can be adjusted as needed */
  }

  .wave-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 64%; /* Adjust the width of the overlay as needed */
    height: 100%;
    background: url('/-/media/87F7643E496642DDB866AB91F71D3C9E.ashx') no-repeat;
    background-size: cover;
  }

  .sc-header-banner .content {
    position: absolute;
    top: 50%;
    left: 2%; /* Adjust the padding as needed */
    transform: translateY(-50%);
    width: 35%; /* Adjust the width as needed to not cross the wave */
   /* Adjust text color as needed */
    
  }

    
 #page    .sc-header-banner .content h1{
         font-family: "brother-1816-printed", sans-serif;
font-weight: 700;
font-style: italic;
         color:#fff!important;
         font-size:2.25em;
    }
    
     .sc-header-banner .content span.blue {
         color:#74C7E6;
    }
    
      .sc-header-banner .content span.orange {
         color:#DE762F;
    }
    
    
      .sc-header-banner .content span.green {
         color:#85BA42;
    }
    
    
     .sc-header-banner .content span.yellow {
         color:#FCC949;
    }
    
    
  @media (max-width: 768px) {
    .wave-overlay {
      width: 70%; /* Increase the size of the overlay on smaller screens */
    }
   
  }
    
    
    .image-content {
    background-size: cover;
    background-position: center;
}
    
    .well{
        background:#000;
        padding:1.5em;
        color:#fff;
    }
    
    
    a[role="button"].primary{
        border:0;
        border-radius:0;
        text-shadow: none;
        box-shadow: none;
        min-height: auto;
        padding:5px 5em;
        
    }
    
    
    a[role="button"].primary.orange{
        background:#DE762F;
        color:#000;
        
    }
    
    
    a[role="button"].primary.orange:hover{
        background:#fff;
        color:#000;
        
    }
    
    
    
    a[role="button"].primary.yellow{
        background:#FCC949;
        color:#000;
        
    }
    
    
     
    a[role="button"].primary.yellow:hover{
        background:#fff;
        color:#000;
    }



/*search courses*/


.search-container input{
    border-radius: 0;
    box-shadow: none;
    border:1px solid #000;
}
.course-title{
    text-align: center;
    background:#000;
    padding:1em;
    min-height:140px;
    color:#fff;
        margin-top:10px;

}


.course-title a{
    color:#fff!important;
    text-decoration: none!important;
    border:0!important;
}

.course-title.text-left{
    text-align:left!important;
}

#course-block-header{
    padding:2em 0;
}
 #course-block-header h1, #case-study-header-video h1{
    margin-top:2em;
}
#course-block-header h2{
    color:#fff;
}






#case-study-header, #case-study-header-video{
    background:url(/-/media/1CF3CB0DF27D4521B79C8B079EA1E543.ashx) no-repeat;
    background-size:cover;
      padding:3em 0;
    color:#fff;
}

/*course slide boxes*/
 section#course-box-slider {
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    width: 100%;
  }



  .fixed-course-box {
      background:#222;
    flex-shrink: 0;
    width: 22%; /* Same width as the sliding boxes */
    padding: 20px;
      min-height:250px;
  text-align: center;
    vertical-align: top;
    position: sticky;
    left: 0;
    z-index: 10;
  }

    



#box-slider a{
    color:#222!important;
    border-bottom:none!important;
}
.fixed-course-box h1{
    color:#fff!important;
    line-height: 110%;
}
  .course-slider-container {
    flex-grow: 1;
    overflow: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #888;
    margin-left: -20%; /* Offset for the sticky box */
    padding-left: 20%; /* Space for the sticky box */
     user-select: none; /* Prevent text selection during drag */
      
       padding-bottom: 20px; 
  }

  .course-slider-container::-webkit-scrollbar {
    height: 14px;
  
  }
  .course-slider-container::-webkit-scrollbar-track {
    background: #eee;
      
  }
  .course-slider-container::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 20px;
    border: 4px solid #f1f1f1;
  }
  .course-box {
    display: inline-block;
    width: 25%; /* Adjust the width as needed */
      min-height:250px;
    padding: 20px 40px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
          font-family: "lato", sans-serif;
font-weight: 400;
      margin-left:10px;
  }

@media(max-width:48em){
     .course-box {
     padding:0;
    }
}
  .course-box h3 {
    margin: 10px 0;
  }
  .course-icon {
    font-size: 48px; /* Icon size */
    margin-bottom: 10px;
  }


.fixed-course-box-mob{
    background:#222;
     min-height:275px;
}
.course-box-mob{
    padding:0.25em;
    text-align:center;
    min-height:275px;
}

.course-box-mob, .course-box-mob a{
    color:#222!important;
    font-size:1.25em;

}

.course-box-mob p{
    margin-top:0.5em;
}

 .course-box-mob .course-icon img {
   width:100%;
     padding:0.25em 0.25em 0.5em;
     margin-bottom:0;
  }

@media(min-width:350px) {
.fixed-course-box-mob,.course-box-mob{
     min-height:300px;
}

}

/*magnify gallery */

#slider-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

#slider-container #slider {
    position: relative;
    width: 100%;
    height: 350px; /* Set a fixed height or adjust as needed */
}


@media(max-width:600px) {
#slider-container #slider {
    position: relative;
    width: 100%;
    height: 200px; /* Set a fixed height or adjust as needed */
}

}

#slider-container .slide {
     width: 550px; /* Width for small images */
    opacity: 1;
    transition: all 0.5s ease; /* Ensure transitions for all slides */
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    display: block; /* Use visibility instead of display to allow for transition */
    visibility: hidden; /* Hide slides by default */
}

#slider-container .slide.center {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); /* Center and scale up the center slide */
    display: block; /* Show this slide */
}

/* Positioning and visibility for left and right slides */
#slider-container .slide.left, .slide.right {
    visibility: visible;
    opacity: 1; /* Less focus on side images */
}

#slider-container .slide.left {
    transform: translateX(calc(-50% - 500px)) scale(0.8); /* Position to the left */
}

#slider-container .slide.center {
    z-index: 2;
    opacity: 1;
    transform: translateX(-50%) scale(1); /* Center the image and scale up */
}

#slider-container .slide.right {
    transform: translateX(calc(-50% + 500px)) scale(0.8); /* Position to the right */
}


#slider-container button {
    position: absolute;
    top: 45%;
    background-color: transparent; /* Changed to transparent for visual consistency */
    border: none;
    cursor: pointer;
    font-size: 24px;
    transform: translateY(-50%); /* Center vertically */
    z-index: 3;
    background:#000;
    border-radius: 50%;
    color:#fff;
    padding:16px 24px;
    box-shadow: none;
}

#slider-container #left-btn {
    left: 300px; /* Adjust as necessary */
}

#slider-container #right-btn {
    right: 300px; /* Adjust as necessary */
}

    
        @media(max-width:32em){
     #slider-container .slide {
     width: 250px; /* Width for small images */
    opacity: 0.5;
    transition: all 0.5s ease; /* Ensure transitions for all slides */
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%) scale(0.8);
    display: block; /* Use visibility instead of display to allow for transition */
    visibility: hidden; /* Hide slides by default */
}
            
            
           #slider-container  .slide.left {
    transform: translateX(calc(-50% - 200px)) scale(0.8); /* Position to the left */
}

          #slider-container  .slide.right {
    transform: translateX(calc(-50% + 200px)) scale(0.8); /* Position to the right */
}

            
          #slider-container   button {
    position: absolute;
    top: 25%;
                
            }
          #slider-container  #left-btn {
    left: -10px; /* Adjust as necessary */
}

#slider-container #right-btn {
    right: -10px; /* Adjust as necessary */
}

        }
        

span.yellow{
  color:#FCC949;
}

span.green{
  color:#77B829;
}

span.orange{
      color:#EE6F03;
}

span.blue{
    color:#74C7E6;
}

.bg-black{
    background:#000;
}


.bg-orange{
    background:#EE6F03;
}

.bg-blue{
    background:#74C7E6;
}


.bg-green{
    background:#77B829;
}


.bg-yellow{
    background:#FCC949;
}


/* LINK TILES FOR COURES */

a.thumbnail {
    padding: 0;
    border: none;
    box-shadow: none;
    background: transparent;
   }

a.thumbnail:hover {
    border: none !important;
  transition: none;
}

.thumbnail p{
     padding: 1em;
    color: #fff;
    text-align: center;
    font-weight: normal !important;
}

.link-caption {
    background: #000;
    margin: 1em 0 0 0  !important;
	min-height: 150px;
}

/* CONTENT CARD WALL */

.wall .well {
    background-color: rgba(0,0,0,.05);
    color: #000
}

.card {
    border-radius: 0 !important;
}

.card-media {
    height: 12em !important;
}

.card-footer a[role=button].green {
    background-color: #000;
    color: #fff;
    min-height: 7em;
}

li.four.columns.stamp.add-bottom {
    position: relative;
    top: -150px !important;
}

ul.row.wall.remove-sides.scale-images {
    margin-top: 160px !important;
}



.center-img {
  display: flex;
  flex-wrap: wrap;
}

.center-img .center-item  {
  display: flex;
  align-items: center;
}

.center-img .center-item  img {
  max-width: 100%;
  height: auto;
}


.img-round {
  border-radius: 50%;
  width: 100px; /* Adjust the size as needed */
  height: 100px; /* Adjust the size as needed */
  object-fit: cover;
}
