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

Target Browsers: All
Media Type: Screen, Projection
Width: Min-Width 640px
------------------------------------------------------------------------ */

/* ---------------------------------------------------------------------
Wrappers
------------------------------------------------------------------------ */
.wrapper {
    margin: 1% auto;
    padding: 0;
    max-width: 1024px; 
    overflow: hidden;
}
.js .wrapper {
    max-width: 2560px; /* Subjective to change */
}
.load {
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}

/* ---------------------------------------------------------------------
Text
------------------------------------------------------------------------ */
.large-hide {
    text-indent: -9999px;
    position: absolute;
}

/* ---------------------------------------------------------------------
Splash Content
------------------------------------------------------------------------ */
.wrapper-line {
    line-height: 1px;
    margin: 0 auto 60px auto;
}
.line {
    padding-bottom: .7%;
    width: auto;
    display: inline-block;
}
.line-item {
    display: inline-block;
    vertical-align: middle;
}
.line-item:first-child {
    padding-left: 0;
    margin-left: 0;
    background: none;
}
.line-item:first-child:before {
    display: none;
}
.line-item-link,
.line-item-link-alt {
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
}
.text-small .line-item-link {
    padding-top: 1%;
}
.line-item-overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.line-item-link:hover,
.line-item-overlay:hover {
    background: #a8252b;
}
.line-img .line-item-link:hover,
.line-img .line-item-overlay:hover {
    background: none;
}
.overlay-js {
    background: no-repeat center url(../images/hover.png);
    background-size: contain;
    position: absolute;
    cursor: pointer;
}
.line-img {
    height: .58em;
    vertical-align: top;
}
.divider {
    font-size: .6em;
    display: inline-block;
    width: .9em;
    height: 1.05em;
    text-indent: -9999px;
    background: url(../images/divider.png) no-repeat top center;
    background-size: contain;
    line-height: 1;
    vertical-align: middle;
}
.text-large {
    font-size: .72em;
    line-height: .83;
    letter-spacing: -.04em;
    padding: 0 .06em;
}
.text-small {
    vertical-align: middle;
}
.text-small-line:first-child {
    line-height: .9;
}
.text-small-line {
    font-size: .28em;
    line-height: 1.2;
    display: block;
    letter-spacing: -.03em;
    color: #000;
    padding: 0 .1em;
}
.logo-img {
    display: none;
}
.img-item {
    height: 0; /* Fix for stopping gigantic images from loading before re-size kicks in */
}
.img-item-small {
    display: none;
}
.warning-bar {
    background: #f00;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

/* ---------------------------------------------------------------------
Modal
------------------------------------------------------------------------ */
.wrapper-modal {
    background: rgba(0,0,0,.75);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 2;
}
.wrapper-modal-fix {
    position: absolute;
    width: 880px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    height: 480px;
}
.modal {
    padding: 20px 0 20px 20px;
    max-height: 440px;
    overflow: auto;
    display: none;
}
.modal-alt,
.modal-full {
    padding: 20px 0 0 0;
    max-height: 460px;
    overflow: hidden;
    display: none;
}
.modal-inner {
    display: none;
    min-height: 400px; /* Fixes click to hide bug by extending inner modal */
    z-index: 5;
}
.modal-close {
    padding: 2px 20px 2px 0;
    margin-right: 20px;
    display: block;
    background: url(../images/close.png) no-repeat center right;
    font-size: 18px;
    margin-bottom: 15px;
    cursor: pointer;
}
.slider-info-full .slider-text {
    width: 100%;
    float: none;
}

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

/* ---------------------------------------------------------------------
DEVELOPMENT ONLY CSS - Not for production
------------------------------------------------------------------------ */
/*#modal-headline, .wrapper-modal, .modal {
    display: block;
}*/
/*#modal-icon, .wrapper-modal {
    display: block;
}*/
/*#modal-contact, .wrapper-modal {
    display: block;
}*/
/*.img-item, .divider {
    display: none;
}*/