/* ALL PAGES (START) */
/* Menu Icons - Text */
.top-bar-section ul li > a {
  color: #002855;
}
 Menu Icons - Background 
.top-bar-section li:not(.has-form) a:not(.button) {
  background-color: #FFF;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
/* ALL PAGES (END) */

/* General CCS Classes (START) */
.haymarket-red {
  background-color: #e30613;
}
.haymarket-blue {
  background-color: #00c1d0;
}
.haymarket-orange {
  background-color: #00c1d0;
}
/* General CCS Classes (END) */



/* Learning Paths Page (START) */
/* SEARCH BAR */
.layout__content--learning-paths .widget--searchbar {
  width: 50%;
}
/* TITLES */
.layout__content--learning-paths .widget__title {
  color: #002855;
}

/* CAROUSEL */
.layout__content--learning-paths .featured-content-multi-carousel-item {
  background-color: #FFF;
}
/* Learning Paths Page (END) */

/* New Starters Page (START) */
/* SEARCH BAR */
.layout__content--new-starters .widget--searchbar {
  width: 50%;
}
/* Article Item */
.layout__content--new-starters .featured-content-article-item {
  background-color: #FFF;
}
/* GRID COLOUR */
.layout__content--new-starters .featured-content-default-grid .catalog-grid-item {
  background-color: #FFF;
}
/* New Starters Page (END) */

/* Global - Carousel (START) */
.featured-content-multi-carousel {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.featured-content-multi-carousel__nav-right {
  right: -0.5rem;
}
.btn.featured-content-multi-carousel__nav-right.btn--bare-icon i {
  font-size: 2rem;
}
.featured-content-multi-carousel__nav-left {
  left: -0.5rem;
}
.btn.featured-content-multi-carousel__nav-left.btn--bare-icon i {
  font-size: 2rem;
}
/* Global - Carousel (END) */

/* Topics this month (START) */
.featured-content-article-item {
  border: 1px solid #fff;
}
/* Topics this month (END) */

/* New Starters (START) */
.catalog-grid-item {
    border: 1px solid #fff;
}
/* New Starters (END) */


/* Workshop dropdown always open (START) */
#catalog-aggregation-dropdown-0 {
display: block;
}
/* Workshop dropdown always open (END) */


/* Remove Ratings (START) */
[class$="__rating"] {
display: none;
}
/* Remove Ratings (END) */

/* Article Headers (START) */
.article-header__type {
color: #fff;
}
/* Article Headers (END) */

/* background image fix (START) */
li.about-block__container .about-block {
background-size: cover;
display: flex;
align-items: center;
}
/* background image fix (END) */

/* default h3 style (START) */
h3 {
font-size: 1.625rem;
color: #002855;
}
/* default h3 style (END) */

/* hide basket button (START) */
#cart-button {
display:none;
}
/* hide basket button (end) */

/* HBi Additions */
/*hide powered by TI*/
.footer__powered-by {
  display: none  !important;
}

/*Hide need help*/
#i18n-7 {
 display: none !important;
}

/*Hide contact support*/
.footer__links .link:last-child {
    display: none;
}



/*adds margin to catalog search bar*/
.catalog-search-bar {
  margin-top: 35px;
}

/*Catalouge list view desc*/
.catalog-list-item__description {
  font-size: 14px;
}

/*Adds extra space under module nav*/
.course__detail__container {
  padding-top: 40px !important;
}

/*makes opacity on LP header image lighter*/
.learning-content-hero__overlay {
background-image: linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.5)) !important;
}

/*makes LP text larger*/
.learning-path-milestone-item__body p {
  font-size: 16px !important;
}

/*removes LP header - not needed*/
h3.catalog-header {
  display: none !important;
}


/*module title*/
.catalog-grid-item__title {
  font-size: 19px;
  color: #000000;
}


/*removes HR line after removed header*/
.hr__accent {
  display: none !important;
}
 
 /*makes LP body text larger*/
.catalog-grid-item__description {
  font-size: 14px !important;
  color: #333 !important;
}
/*remove grey border*/
.container {
  box-shadow: none;
}

/*add a line under the menu*/
.top-bar {
      margin-top:20px;
      border-bottom: 1px solid #e9e9e9;
      padding-bottom: 50px;
}

/*padding to the left of the logo*/
.ember-view .company-logo__container {
  padding-left:10px;
}


/* Hide email capture */
.email-capture {
  display: none;
}
/*Hide the Show Purchase and gift button*/
.layout__content--sidebar .btn--secondary {
  Display: none;
}

/*Hide the widget that displays social sharing*/
.course__detail__social{
  Display: none;
}


