.casestudy .section h3 {
    font-weight: 700;
    font-size: 2rem;
}

.casestudy .section h4 {
    font-weight: 700;
    font-size: 1.4rem;
}

    .casestudy .section h4 + p {
        margin-top: 0;
    }

/* ------ Horizontal Rule ------ */
div.horizontal_rule {
    height: 1px;
    width: 100%;
    float: left;
    margin: 0;
    background: #e9e9e9; /* Fallback for non supported browsers */
    background: -moz-linear-gradient(left, #eeeeee 0%, #e9e9e9 30%, #e9e9e9 70%, #eeeeee 100%);
    background: -webkit-linear-gradient(left, #eeeeee 0%, #e9e9e9 30%, #e9e9e9 70%, #eeeeee 100%);
    overflow: hidden; /* fixes ie6 lameness */
}



/* ------ List Item ------ */
/* THIS IS USED FOR PRODUCT PAGE TAB CONTENT LISTSINGS - ie multiroom indoor units */

div.list_item_wrapper {
    float: left;
    width: 100%;
    min-height: 10px;
    margin-bottom: 30px;
    clear: both;
}

div.list_item {
    float: left;
    width: 100%;
    margin: 15px 0 15px 0;
}

    /* No top margin on first List Item */
    div.list_item:first-child {
        margin: 0 0 15px 0;
    }


/* ------ Thumbnail Image ------ */

a.thumbnail {
    display: block;
    position: relative;
    width: auto;
    max-width: 200px;
    height: 120px;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: inset 0 0 3px #eee;
}


    a.thumbnail.square {
        width: 190px;
        height: 190px;
    }

    a.thumbnail:hover {
        border: 1px solid #ccc;
        box-shadow: 0 0 5px #ddd;
    }


    a.thumbnail span {
        display: block;
        background-repeat: no-repeat;
        background-position: center center;
        border: 1px solid white;
        height: 100%;
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        border-radius: 4px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

/* ------ Name ------ */

.list_item .name {
    margin: 10px 0 10px 0;
}

    .list_item .name a {
        font-family: 'Roboto', 'Open Sans', sans-serif;
        color: #000000;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
    }

#.list_item .name a:hover {
    color: red;
    text-decoration: underline;
}

.list_item .location {
    margin: -6px 0 2px 0;
    color: #000000;
    font-style: italic;
}





#hero_wrapper {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    height: auto;
    width: auto;
    overflow: hidden;
    box-shadow: 0 0 4px #eee;
    margin-bottom: -0.5rem;
}

    #hero_wrapper img {
        height: 100%;
        width: 100%;
        background-size: cover;
    }




/* --------------- CATEGORY HEADER --------------- */

#category_wrapper {
    border: 1px solid #ddd;
    min-height: 115px;
    padding: 20px 25px 10px 25px;
    width: auto;
    overflow: hidden;
    position: relative;
    background: #eee; /* Fallback*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#eeeeee');
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#eeeeee));
    background: -webkit-linear-gradient(top, #f1f1f1, #eeeeee);
    background: -moz-linear-gradient(top, #f1f1f1, #eeeeee);
    background: -ms-linear-gradient(top, #f1f1f1, #eeeeee);
    background: -o-linear-gradient(top, #f1f1f1, #eeeeee);
    background: linear-gradient(top, #f1f1f1, #eeeeee);
    box-shadow: 0 0 4px #eee;
}


    #category_wrapper .category_header {
    }

    #category_wrapper .category_quick_description {
        font-size: 16px;
        line-height: 1.5em;
    }

    #category_wrapper .map {
        position: absolute;
        right: 15px;
        top: 20px;
    }


    #category_wrapper .category_description_map {
        margin-right: 140px;
    }

/* --------------- PRODUCT IMAGE --------------- */

#image_gallery {
    text-align: center;
    display: block;
    padding: 20px;
}

/* --------------- DESCRIPTION WRAPPER (Main content) --------------- */

#description_wrapper,
#info_wrapper {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    min-height: 50px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 4px #eee;
}






    /* --------------- CASE STUDY ------------------ */

    #description_wrapper .casestudy,
    #info_wrapper .casestudy {
        padding: 0px;
    }

        #description_wrapper .casestudy .section,
        #info_wrapper .casestudy .section {
            position: relative;
            min-height: 50px;
            margin: 0px;
            padding: 25px;
            background-image: url('/images/section_bg_960.jpg');
            background-position: center top;
            background-repeat: no-repeat;
            overflow: auto;
            width: auto;
        }

        .me-ui #description_wrapper .casestudy .section,
        .me-ui #info_wrapper .casestudy .section,
        #description_wrapper .casestudy.me-ui .section,
        #info_wrapper .casestudy.me-ui .section {
            width: auto;
        }

        #description_wrapper .casestudy .section:first-child,
        #info_wrapper .casestudy .section:first-child {
            background-image: none;
        }

.casestudy .section h2 {
    font-weight: 500;
}

.casestudy .section h3 {
    font-weight: bold;
    margin-top: 1.2em;
}

.casestudy .section h4 {
    font-weight: 700;
    font-size: 1.4rem;
}

.casestudy .section h2:first-child,
.casestudy .section h3:first-child {
    margin: 0px;
}

.row + .row h3:first-child,
.row + .row h4:first-child {
    margin-top: 1.4rem;
}


.casestudy .category_description {
    font-size: 1.5rem;
    font-family: "Inter";
    line-height: 140%;
}


.casestudy p, h1, h2, h3, h4, h5, ul, ol {
    font-family: "Inter", Roboto, Arial, Helvetica, sans-serif;
}

.casestudy .section p, ul, ol {
    line-height: 150%;
    color: #1F1F1F;
    font-size: 1.4rem;
}



.casestudy .section .caveat {
    font-size: 1.1rem;
}


.casestudy .equipment {
    position: relative;
    margin: 10px 10px 10px 0;
}

    .casestudy .equipment.double {
        width: 460px;
    }

    .casestudy .equipment h3 {
        font-size: 16px;
        margin: 0px;
        font-weight: bold;
    }

    .casestudy .equipment p {
        font-size: 14px;
        margin-top: 0.5em;
    }


#hero_wrapper {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    height: auto;
    width: auto;
    overflow: hidden;
    box-shadow: 0 0 4px #eee;
    margin-bottom: -0.5rem;
}

.casestudy .nav {
    position: relative;
    min-height: 50px;
    margin: 0px;
    padding: 0px;
    overflow: auto;
}

    .casestudy .nav span.date {
        float: left;
        font-size: 11px;
        font-style: italic;
        padding: 15px 0px 0px 25px;
    }

    .casestudy .nav a {
        float: right;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        background: #eee;
        padding: 15px 25px;
    }

        .casestudy .nav a:first-child {
            margin-right: 0px;
            border-right: 1px solid #ddd;
        }

        .casestudy .nav a:hover {
            background: #fff;
        }

        .casestudy .nav a:visited {
        }



/* MOBILE SITE */
@media screen and (max-width: 560px) {

    a.thumbnail {
        width: 180px;
        height: 100px;
        margin: 5px 0;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        border: none;
        box-shadow: none;
    }

        a.thumbnail span {
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -ms-border-radius: 0px;
            -o-border-radius: 0px;
            border-radius: 0px;
            border: none;
            box-shadow: none;
        }


    #hero_wrapper {
        width: auto;
        height: auto;
    }

    .hero_slide {
        width: auto;
        height: auto;
        border: none;
    }

        .hero_slide .hero_bg_image {
            position: inherit;
        }

    img.hero_bg_image {
        width: auto;
        height: auto;
    }

    .hero_slide .hero_text_box {
        width: auto;
        height: auto;
    }


    #category_wrapper {
        width: auto;
        height: auto;
        padding: 10px;
    }

        #category_wrapper .map {
            position: inherit;
            left: 0px;
            top: 0px;
            right: auto;
        }

        #category_wrapper .category_description_map {
            margin-right: inherit;
        }


    #description_wrapper,
    #info_wrapper {
        width: auto;
        height: auto;
        padding: 0px;
    }

        #description_wrapper .casestudy .section,
        #info_wrapper .casestudy .section {
            width: auto;
            height: auto;
            padding: 25px 10px 10px 10px;
        }


    .casestudy .third_width,
    .casestudy .third_width.double {
        width: auto;
    }
}


@media (min-width: 48em) {
    .center a.thumbnail {
        margin-left: auto;
        margin-right: auto;
    }
}
