/* ---------------------------------------------------------------------
Original Author: Ash Blue
Contributors: N/A

Target Browsers: All
Media Type: Screen, Projection
Width: Max-Width 460px
------------------------------------------------------------------------ */
.wrapper {
    margin: 20px;
    overflow: hidden
}
/* Possibly not needed */
.wrapper-modal {
    display: none;
}

/* ---------------------------------------------------------------------
Text
------------------------------------------------------------------------ */
.small-hide {
    display: none;
}

/* ---------------------------------------------------------------------
Footer
------------------------------------------------------------------------ */
.footer-logo {
    margin: 12px 0 0 14px;
    background: url(../images/lawler-ballard-van-durand-small.png) no-repeat;
    width: 56px;
    height: 17px;
}

/* ---------------------------------------------------------------------
Images
------------------------------------------------------------------------ */
.img-item,
.img-item-small {
    max-width: 100%;
}

/* ---------------------------------------------------------------------
Splash Content
------------------------------------------------------------------------ */
.line-item {
    border-bottom: 12px solid #000;
    margin-bottom: 24px;
    padding-bottom: 24px;
    display: block;
}
.line:last-child .line-item:last-child {
    border-bottom: none;
}
.line-item-link {
    position: relative;
    display: block;
    line-height: 55px;
    text-decoration: none;
}
.img-item-small {
    display: block;
}
.text-small {
    font-size: 50px;
}
.text-large {
    font-size: 45px;
    line-height: 45px;
    display: block;
}
.logo-text {
    display: none;
}
.divider {
    display: none;
}
.img-item {
    display: none;
}
.overlay-js {
    display: none;
}