/*hide feature products*/
#main,.flex-direction-nav a {
    display: none !important;
}

/*removes background color behind 4 feature boxes*/
.home-featured,.wrap {
    background-color: #fff !important;
    padding-bottom: 0;
    margin-bottom: 0;
}

/*jumbotron-like slider for desktop*/
@media only screen and (min-width : 985px) {
    /*Changes 'learn more' button style*/
    div.whitebg .button-link {
        background-color: #dedede !important;
        color: red !important;
        padding: 0 !important;
        margin: 0 !important;
        font-weight: 400 !important;
    }

    /*Spacing*/
    .flexslider-copy {
        padding-top: 80px !important;
    }

    .main-footer {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .slide-one {
        min-height: inherit;
        background-size: contain;
    }
}

@media only screen and (min-width : 1600px) {
    .slide-one {
        min-height: 750px !important;
    }

    #ctl11_contentList {
        background-color: #000 !important;
    }
}