 .ilc-continuing-education-banner {
    display: none;
}

 /* NAVIGATION */

.ilc-header {
    padding-bottom: 0;
}

.ilc-header .ilc-flex-header {
    padding: 20px 0;
}

.ilc-resource-view-toggles a {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: unset;
    margin-right: 18px;
    position: relative;
}

.ilc-resource-view-toggles a:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #e31700;
  transform-origin: bottom left;
  transition: transform 0.3s ease-in-out;
}

.ilc-resource-view-toggles a:hover:after, 
.ilc-resource-view-toggles a.ilc-active:after {
  transform: scaleX(1);
}

.ilc-resource-view-toggles a.ilc-active {
    border-bottom: none;
}


/* MOBILE NAV */

.ilc-is-mobile .ilc-header.ilc-main-nav .ilc-resource-view-toggles a {
    white-space: normal;
}

.ilc-is-mobile .ilc-resource-view-toggles a.ilc-active {
    color: #010101;
}

.ilc-is-mobile .ilc-resource-view-toggles a.ilc-active .ilc-icon svg path {
    fill: #e31700;
}

.ilc-is-mobile .ilc-resource-view-toggles .ilc-icon svg path,
.ilc-is-mobile .ilc-resource-view-toggles .ilc-active .ilc-icon svg path {
    fill: #010101;
}


/* AIA COURSES */

.ilc-continuing-education-courses {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(24rem, 100%), 1fr));
    gap: 1.6rem;
}

.ilc-continuing-education-courses .ilc-course-tile {
    height: auto;
    border: 1px solid #484848;
    margin: 0;
    max-width: unset;
    transition: box-shadow 220ms ease-in-out;
}

.ilc-continuing-education-courses .ilc-course-tile:hover {
    box-shadow: 0 0 7px silver;
    -webkit-box-shadow: 0 0 7px silver;
}

.ilc-continuing-education-courses .ilc-course-img {
    border: none;
}

.ilc-course-tile h4.ilc-course-name {
    margin: .7rem;
}

.ilc-course-credits{
    margin: .7rem;
    font-weight: 400;
    font-size: .9rem;
}

.ilc-continuing-education-courses .ilc-course-description {
     margin: .7rem;
     font-size: .9rem;
     max-height: unset;
     line-height: inherit;
}

.ilc-course-tile a:hover .ilc-course-credits, 
.ilc-course-tile a:hover .ilc-course-description {
    color: #000;
}


/* PRESENTATIONS */

.ilc-presentations .ilc-filters {
    background-color: #262626;
    border-radius: 0;
    
}

.ilc-presentations .ilc-filters select,
.ilc-presentations .ilc-filters input {
    margin-top: 10px;
}

.ilc-quick-search-products .ilc-product-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(24rem, 100%), 1fr));
    gap: 1.6rem;
}

.ilc-quick-search-products .ilc-product-tile {
    flex-basis: unset;
    max-width: unset;
    border: 1px solid #484848;
    margin: 0;
}

.ilc-quick-search-products .ilc-product-tile h4 {
    font-size: 1.1rem;
    padding: .7rem;
}

.ilc-quick-search-products .ilc-product-tile .ilc-company-name {
    font-size: .8rem;
    font-style: normal;
    padding: .2rem .7rem .7rem .7rem;
}

.ilc-quick-search-products .ilc-product-tile .ilc-description {
    font-size: .9rem;
    height: auto;
    padding: .2rem .7rem .7rem .7rem;
}

.ilc-quick-search-products .ilc-product-tile p {
    padding: .2rem .7rem .7rem .7rem;
}

.ilc-presentations .ilc-product-tile .ilc-tag-list span {
    background-color: #010101;
    color: #fff;
    text-transform: uppercase;
}

.ilc-quick-search-products .ilc-products-remaining-link a,
.ilc-products-remaining-link a {
    background: #e31700;
    color: #fff;
    padding: 11px 22px;
    text-transform: uppercase;
    font-size: .9rem;
    border: none;
    transition: all 220ms ease-in-out;
}

.ilc-quick-search-products .ilc-products-remaining-link a:hover,
.ilc-products-remaining-link a:hover {
    background: #b51515;
}


/* NEWS */

.ilc-news-and-events>h3 {
    display: none;
}

.ilc-news-and-events .ilc-feed ul {
    margin: 0 0 10px 0;
}
 
.ilc-news-and-events .ilc-feed ul li {
    padding: 20px 20px 20px 0;
}

.ilc-news-and-events .ilc-feed article .title {
    color: #010101;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.ilc-news-and-events .ilc-feed article .title b {
    font-weight: 500;
}

.ilc-news-and-events .ilc-news-right-bar .manufacturer_name_subtitle,
.ilc-news-and-events .ilc-feed article .subtitle {
    color: #010101;
    font-size: .8rem;
    font-style: normal;
}

.ilc-news-and-events .ilc-feed ul li .read-more {
    background: #e31700;
    color: #fff;
    display: inline-block;
    padding: 11px 22px;
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 400;
    transition: background 220ms ease-in-out;
}

.ilc-news-and-events .ilc-feed ul li .read-more:hover {
    background: #b51515;
}

.ilc-news-and-events .ilc-news-right-bar li {
    border: 1px solid #484848;
    padding: .7rem;
}

.ilc-news-and-events .ilc-news-right-bar p {
    font-size: .9rem;
}


/* EVENTS */

.ilc-calendar-masonry .ilc-events-grid .ilc-event-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(24rem, 100%), 1fr));
    gap: 1.6rem;
}

.ilc-calendar-masonry .ilc-events-grid .ilc-event-list .ilc-event-tile {
    height: auto;
    border: 1px solid #484848;
    margin: 0;
    flex-basis: unset;
    justify-content: unset;
}

.ilc-calendar-masonry .ilc-events-grid .ilc-event-list .ilc-event-tile .ilc-event-img-container {
    height: auto;
}

.ilc-calendar-masonry .ilc-events-grid .ilc-event-list .ilc-event-tile .ilc-event-name {
    margin-top: 1rem;
    height: auto;
}

.ilc-calendar-masonry .ilc-events-grid .ilc-event-list .ilc-event-tile .ilc-event-name,
.ilc-calendar-masonry .ilc-events-grid .ilc-event-list .ilc-event-tile .ilc-event-date, 
.ilc-calendar-masonry .ilc-events-grid .ilc-event-list .ilc-event-tile .ilc-event-time,
.ilc-calendar-masonry .ilc-events-grid .ilc-event-list .ilc-event-tile .ilc-company-name,
.ilc-calendar-masonry .ilc-events-grid .ilc-event-list .ilc-event-tile .ilc-description {
    margin-left: .7rem;
    margin-right: .7rem;
    height: auto;
}

.ilc-calendar-masonry .ilc-events-grid .ilc-event-list .ilc-event-tile p {
    font-size: .9rem;
}

.ilc-calendar-masonry .ilc-events-grid .ilc-event-list .ilc-event-tile .ilc-event-rsvp {
    background: #e31700;
    color: #fff;
    text-align: center;
    margin: .5rem;
    padding: .5em .5rem 1rem .5rem;
    font-size: .9rem;
    margin-top: auto;
    transition: background 220ms ease-in-out;
}

.ilc-calendar-masonry .ilc-events-grid .ilc-event-list .ilc-event-tile .ilc-event-rsvp:hover {
    background: #b51515;
}