 /* MAIN CSS */
 
 .ilc-continuing-education-banner {
     display: none;
 }
 
 /* NAV */
 
 .ilc-header .ilc-flex-header {
     padding: 20px 0;
 }
 
.ilc-header.ilc-main-nav .ilc-resource-view-toggles a {
    font-size: .8rem;
    font-weight: 600;
    text-align: center;
    padding: .5em 1.5rem;
    margin: 0.5em 1em 0.5em 0;
    display: inline-block;
    white-space: nowrap;
    border: 1px solid #0066a3;
    background: #0066a3;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.ilc-header.ilc-main-nav .ilc-resource-view-toggles a.ilc-active,
.ilc-header.ilc-main-nav .ilc-resource-view-toggles a:hover {
    background: #fff;
    color: #0066a3;
    transition: all 220ms ease-in-out;
}

.ilc-header {
    padding-bottom: 0;
}

.ilc-header .ilc-line-card-buttons {
    display: 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: #0066a3;
}

.ilc-is-mobile .ilc-resource-view-toggles a.ilc-active .ilc-icon svg path {
    fill: #fff;
}

.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: #0066a3;
}


/* AIA COURSES */

.ilc-course-tile h4.ilc-course-name {
    font-size: 1rem;
}

.ilc-course-tile a:hover .ilc-course-description {
    color: #0066a3;
}


/* PRESENTATIONS */

.ilc-presentations .ilc-filters {
    background-color: #2c2c2c;
}

.ilc-presentations .ilc-filters select,
.ilc-presentations .ilc-filters input {
    margin-top: 10px;
}

@media screen and (min-width: 1700px) {
    .ilc-quick-search-products .ilc-product-tile {
        flex-basis: calc(24% - 30px);
        max-width: calc(24% - 30px);
}}

.ilc-quick-search-products .ilc-product-tile .ilc-company-name {
    font-size: .8rem;
    text-transform: uppercase;
    font-style: normal;
}

.ilc-quick-search-products .ilc-product-tile .ilc-description {
    font-size: .9rem;
}

.ilc-presentations .ilc-product-tile .ilc-tag-list span {
    background-color: #0066a3;
    color: #fff;
}

.ilc-quick-search-products .ilc-products-remaining-link a,
.ilc-products-remaining-link a {
    background: #0066a3;
    color: #fff;
    border: 1px solid #0066a3;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 220ms ease-in-out;
}

.ilc-quick-search-products .ilc-products-remaining-link a:hover,
.ilc-products-remaining-link a:hover {
    background: #fff;
    color: #0066a3;
    transition: all 220ms ease-in-out;
}

    
/* 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 {
    padding-bottom: 10px;
}

.ilc-news-and-events .ilc-news-right-bar .manufacturer_name_subtitle,
.ilc-news-and-events .ilc-feed article .subtitle {
    color: #484848;
    text-transform: uppercase;
    font-size: .8rem;
    font-style: normal;
}

.ilc-news-and-events .ilc-feed ul li .read-more {
    background: #0066a3;
    display: inline-block;
    padding: .8em 2.5em;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: 600;
    color: #fff;
    border: 1px solid #0066a3;
    text-align: center;
}

.ilc-news-and-events .ilc-feed ul li .read-more:hover {
    background: #fff;
    color: #0066a3;
}


/* EVENTS */

.ilc-calendar-masonry .ilc-events-grid .ilc-event-list .ilc-event-tile {
    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: #0066a3;
    border: 1px solid #0066a3;
    color: #fff;
    text-align: center;
    margin: .5rem;
    padding: .5em .5rem 1rem .5rem;
    font-size: .9rem;
    font-weight: 600;
}

.ilc-calendar-masonry .ilc-events-grid .ilc-event-list .ilc-event-tile .ilc-event-rsvp:hover {
    color: #0066a3;
    background: #fff;
    transition: all 220ms ease-in-out;
}