@import url("/clients/thinkahead/styles/main.min.css");
/* @import url("//localhost:5757/main.css"); */

/* LRO 20.03.2017 / #ZD 16595 / Fix category introduction image width */
.carousel .content.listingIntro img {
width:inherit;
height:inherit;
}

/* LRO 24.04.2017 / #ZD 17311 / Hide publish details wrapper on each page */
.publishDetailsWrapper {
  display:none;
}
/* LRO 1.6.17 / #ZD18306 / change Support courses feed background color to transparent */
.SupportcoursesFeed ul.feedList {
  background-color:transparent;
}

/* 558265 sticky header */
header#pageHeader {
    background-color: #ffffff;
}
.pageHeader.sticky .mainLogo {
    width: 157.5px;
    height: 56px;
}
.pageHeader.sticky .adminBarEdit, 
.pageHeader.sticky .adminBar, 
.pageHeader.sticky ul.socialIcons, 
.pageHeader.sticky .searchContainer, 
.pageHeader.sticky .menuAdminContainer {
    display: none;
}
@media screen and (min-width: 1049px){
  .carousel img {
      margin-top: 45px;
  }
}