﻿header#header-main {
    height: 60px;
    margin-top: 10px;
}

#top-nav {
    height: auto;
}

.ll-top-logo {
    height: 45px;
}

.ll-pipe-sep {
    color: #05396b;
    font-family: "DINNextW01-CondensedReg","DIN Next Condensed",Helvetica,Arial,sans-serif;
    font-size: 200%;
    margin-right: 10px;
}

.ll-application-title {
    color: #05396b;
    font-family: "DINNextW01-CondensedReg","DIN Next Condensed",Helvetica,Arial,sans-serif;
    font-size: 200%;
    margin-right: 10px;
    text-transform: uppercase;
    /*float: right;*/
}

.ll-small-logo {
    line-height: 0;
    font-size: 0;
    color: transparent;
}

.ll-header-title {
    display: inline-block;
}

    .ll-header-title span, .ll-header-title img {
        vertical-align: middle;
        vertical-align: -webkit-baseline-middle;
    }

.ll-title {
    /*display: block;*/
}

.ll-subtitle {
    font-size: 0.75em;
    text-transform: none;
}

.ll-contact-block {
    /*display: inline-block;*/
    float: right;
}

    .ll-contact-block span {
        display: block;
        color: #05396b;
        font-family: "DIN Next",Helvetica,Arial,sans-serif;
        font-size: 75%;
    }

.ll-footer-section {
    font-family: "DIN Next Condensed",Helvetica,Arial,sans-serif;
    font-size: 100%;
    padding-top: 10px;
    margin-top: 10px;
}

section.ll-footer-section footer h1 {
    font-family: "DIN Next Condensed", Helvetica, Arial, sans-serif;
    font-size: 100%;
}

.ll-footer-section span {
    display: block;
}

.ll-footer-contact {
    display: inline-block;
    text-transform: uppercase;
    line-height: 1.5em;
}

    .ll-footer-contact a {
        text-decoration: underline;
        color: white;
    }

.ll-footer-cc {
    /*display: inline-block;*/
    float: right;
}

@media print {

    .ll-header-title {
        display: inline-block;
    }

    .ll-footer-contact a[href]:after {
        content: none;
    }
}