@media only screen and (min-width: 1024px) {

    /*HOMEPAGE SLIDER IMAGE AND CAPTION*/
    #block-views-homepage-features-block .carousel-inner > .item {
        height: 315px;
    }

    .image-half {
        height: 315px;
        width: 50.5%;
        background-size: auto auto;
    }

    .carousel-caption {
        text-align: left;
        height: 100%;
        position: relative;
    }

    .carousel-caption h1, .carousel-caption h2, .carousel-caption p {
        width: 45%;
    }

    .front .uw-hero-image h1 {
        font-size: 52px;
        margin-bottom: 25px;
    }

    .front .uw-hero-image p {
        font-size: 15px;
    }

    .front .uw-hero-image a.more-link {
        font-size: 11px;
        display: inline;
    }

    .slide0 .image-half {
        background-position: 50px bottom;
        background-size: auto 92%;
    }

    .slide1 .image-half {
        background-position: 50px bottom;
    }

    .slide2 .image-half {
        background-position: left center;
        background-size: auto auto;
    }

    .slide3 .image-half {
        background-position: left bottom;
    }

    .slide4 .image-half {
        background-position: -10px center;
        background-size: auto auto;
    }
    .slide5 .image-half {
        background-position: left center;
        background-size: auto auto;
    }

    .carousel-indicators {
        text-align: left;
        bottom: 20px;
        width: 60%;
    }


    /*HOMEPAGE TILES*/
    .home .thumb {
      margin-top: 45px;
    }

    .tile-info {
        padding: 25px;
    }
    .tile-wrap h3 {
        padding: 5px 25px 0 25px;
        font-size: 24px;
        line-height: 30px;
    }

    .tile-info p {
        font-size: 18px;
        line-height: 25px;
    }

    .tile-info h4 {
        font-size: 24px;
        line-height: 30px;
        padding-top: 0;
    }

    /*SIDEBAR*/
    .widget {
        padding: 0 0 0 40px;
    }
    #block-block-9 {
        background-position: 40px center;
    }
    .region-sidebar-first #block-menu-block-3 {
        display: block;
        margin-top: 61px;
    }
    #block-menu-menu-staff h2, #block-menu-menu-generic-page-menu h2 {
        margin-top: 61px;
    }

    /* GETTING STARTED BLOCK */
    #block-block-24 .col-sm-4 {
      height: 275px;
    }

    /*FOOTER*/
    #services-toggle {
        display: block;
    }

}