/*------------------------------------*\
	FEATURED EXHIBITOR CAROUSEL
\*------------------------------------*/
#featured-exhibitor-wrapper  {
    background: #FFFFFF;
    text-align: center;
    padding: 22px 0 52px 0;
}

#featured-exhibitors {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
    font-size: 15px;
    color: #040404;
    font-weight: 600;
}

#featured-exhibitors #featured-exhibitor-carousel {
    width: 100%;
    float: left;
    padding: 0 0 32px 0;
}

#featured-exhibitors h3 {
    margin: 42px 0;
}

#featured-exhibitors #sponsor-carousel-wrapper .sponsor {
    text-align: center;
    height: 90px;
    line-height: 90px;
}

#featured-exhibitors a.view-all {
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
}

