﻿#nccnUpcomingEvents {
    padding-top: 83px;
    padding-bottom: 90px;
    background-color: #f4f4f4;
}
#nccnUpcomingEvents .nccn-h2 {
    margin-bottom: 45px;
    text-align: center;
    font-size: 38px;
    font-weight: lighter;
}
#nccnUpcomingEvents .event-item {
    padding: 6px;
}

#nccnUpcomingEvents .card {
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.161);
}

    #nccnUpcomingEvents .card .card-img-top {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    #nccnUpcomingEvents .card .card-body {
        padding-bottom: 0;
        padding-left: 30px;
    }

#nccnUpcomingEvents .card-title.nccn-h3 {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
}

#nccnUpcomingEvents .nccn-h4-gray {
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
}

#nccnUpcomingEvents .card-footer {
    background: none;
    border: none;
    padding-bottom: 35px;
    padding-left: 30px;
}

#nccnUpcomingEvents .link a {
    color: #006098;
    font-family: 'Roboto';
    font-weight: bold;
}

    #nccnUpcomingEvents .link a span:after {
        content: ' ';
        background: url(/ResourcePackages/NCCN/images/right_arrow.png) no-repeat;
        width: 20px;
        display: inline-block;
        height: 13px;
        margin-left: 14px;
    }

 .scroller {
     position: absolute;
     top: 50%;
     width: 30px;
     height: 54px;
     z-index: 100;
}

     .scroller span {
        display: inline-block;
        width: 100%;
        height: 100%;
        background-position: center center;
    }

.scroller-right {
    right: -50px;
    border: 0;
}

    .scroller-right span {
        background: url(/ResourcePackages/NCCN/images/scroll-right.png) no-repeat;
        width: 29px;
    }

.scroller-left {
    left: -50px;
    border: 0;
}

    .scroller-left span {
        background: url(/ResourcePackages/NCCN/images/scroll-left.png) no-repeat;
        width: 29px;
    }
@media (max-width: 576px) {
    #nccnUpcomingEvents .container {
        max-width: 77% !important;
    }
}
@media (max-width: 768px) {
    #nccnUpcomingEvents .container {
        max-width: 77% !important;
    }
}
@media (min-width: 768px) {
    #nccnUpcomingEvents .container {
        max-width: 635px !important;
    }
}
@media (min-width: 780px) {
    #nccnUpcomingEvents .container {
        max-width: 650px !important;
    }
}
@media (min-width: 992px) {
    #nccnUpcomingEvents .container {
        max-width: 850px !important;
    }
}
@media (min-width: 1090px) {
    #nccnUpcomingEvents .container {
        max-width: 970px !important;
    }
}
@media (min-width: 1200px){
    #nccnUpcomingEvents .container {
        max-width: 1060px !important;
    }
}
@media (min-width: 1230px) {
    #nccnUpcomingEvents .container {
        max-width: 1100px !important;
    }
}
@media (min-width: 1280px) {
    #nccnUpcomingEvents .container {
        max-width: 1140px !important;
    }
}