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

    /*SHRINK DAWGDROPS MENU*/
    #mobile-nav {
        display: none;
    }

    #dawgdrops {
        z-index: 10;
    }

    #dawgdrops #logo-font {
        float: left;
        position: relative;
        width: auto;
        margin-bottom: 8px;
        margin-top: 4px;
    }

    #dawgdrops #block-system-main-menu .dawgdrops-nav li.first a {
        padding-left: 2px;
    }

    #dawgdrops #block-system-main-menu .dawgdrops-nav li.last ul {
        right: 0;
    }

    .dawgdrops-inner {
        padding: 12px 0 4px 0;
    }

    .dawgdrops-item.dawgdrops-item a {
        font-size: 15px;
        padding: 12px 8px 10px 18px;
    }

    .dawgdrops-item a.dropdown-toggle {
        padding: 10px 20px 10px 18px;
    }

    .dawgdrops-item a.dropdown-toggle::before {
        right: 4px;
        top: 19px;
    }

    .dawgdrops-item a.dropdown-toggle:hover::before {
        background: rgba(0, 0, 0, 0) url("assets/svg/uw-sprite.svg") no-repeat scroll -353px 0;
        content: "";
        height: 10px;
        position: absolute;
        top: 19px;
        width: 10px;
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .dawgdrops-menu {
        top: 44px;
    }

    #dawgdrops li li {
        margin: 0 8%;
        width: 83%;
    }

    .dawgdrops-item.dawgdrops-item li a {
        font-size: 15px;
        margin: 4px 0;
        padding: 2px 0 2px 10px;
    }



    /*HOMEPAGE SLIDER IMAGE AND CAPTION*/
    .front .uw-hero-image h1 {
        font-size: 32px;
    }

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

    #block-views-homepage-features-block .carousel-inner > .item {
        height: 500px;
    }

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

    .carousel-caption {
        height: 46%;
    }


    /*TILES SHOW HOVER/ACTIVE STATE*/
    .tile-wrap h3 {
      font-size: 20px;
      line-height: 30px;
      padding: 0 0;
    }
    .tile-info h4 {
        margin-bottom: 10px;
        padding-top: 10px;
    }
    .tile-info {
        opacity: 0;
        display: block;
    }
    .tile-wrap:hover .tile-info, .tile-wrap:focus .tile-info {
        /*top: 0;*/
        display: block;
        opacity: 1;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .uw-body .uw-site-title {
      display: block;
    }

    /*header patch alignment*/
    .uw-thinstrip .uw-patch {
        left: -5px;
    }
    	
    .uw-thinstrip .align-right a.btn {
      display: inline-block;
    }

    /*MAIN PAGE STYLES*/
    .uw-body h1 {
        font-size: 36px;
        line-height: 45px;
    }

    /*SIDEBAR*/
    .region-sidebar-first #block-menu-block-3 {
        display: block;
    }

    /* GETTING STARTED BLOCK */
    #block-block-24 .col-sm-4 {
      height: 300px;
      border-right: 1px dotted #85754d;
      border-bottom: 1px dotted #85754d;
      padding: 15px;
    }
    #block-block-24 a {
        position: absolute;
        bottom: 15px;
    }
    #block-block-24 .col-sm-4:nth-child(4), #block-block-24 .col-sm-4:nth-child(7) {
      border-right: 0;
    }
    #block-block-24 .col-sm-4:nth-child(5), #block-block-24 .col-sm-4:nth-child(6), #block-block-24 .col-sm-4:nth-child(7) {
      border-bottom: 0;
    }



}