﻿/*
	STYLE SHEET FOR JQUERY LISTNAV PLUGIN V 3.0.0, 11/22/2017
	For more information, visit http://esteinborn.github.com/jquery-listnav
*/
.listNav,
.ln-letters {
    overflow: hidden;
}

.listNavHide {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.letterCountShow {
    display: block;
}

.ln-letters a {
    border: 1px solid silver;
    border-right: none;
    display: block;
    float: left;
    font-size: .9em;
    padding: 2px 6px;
    text-decoration: none;
}

.ln-letters .ln-last {
    border-right: 1px solid silver;
}

.ln-letters a:hover,
.ln-letters .ln-selected {
    background-color: #eaeaea;
}

.ln-letters .ln-disabled {
    color: #ccc;
}

.ln-letter-count {
    color: #336699;
    font-size: .8em;
    left: 0;
    line-height: 1.35;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
}

/*# sourceMappingURL=listnav.css.map */
/* #demoSeven */
.imageList {
    width: 550px;
}

    .imageList img,
    .imageList h2,
    .imageList p {
        float: left;
    }

    .imageList img {
        text-align: right;
        margin: 0 auto;
    }

    .imageList p,
    .imageList h2 {
        width: 360px;
    }

    .imageList li {
        list-style-type: none;
        overflow: hidden;
        padding: 1em 0 1em 1em;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

        .imageList li:hover {
            background-color: #3267286b;
            cursor: pointer;
            -webkit-box-shadow: 0px 0px 2px 0px #3267286b;
            box-shadow: 0px 0px 5px 0px #3267286b;
        }

    .imageList h2,
    .imageList p {
        background: none;
        padding-bottom: 0;
        margin: 0;
    }

    .imageList a {
        text-decoration: none;
        color: #326728;
        font-size: 20px;
    }

.last-name {
    display: none;
}

.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}