header {margin-bottom: 0px !important;}
.siteblock {
    padding-top:1em;
    padding-bottom:3em;
}
.siteblock h2 {
    font-size: 1.5em;
    text-align: center;
}
#intro {
    background: url('images/ltc-home-small.jpg') bottom center;
    background-repeat: no-repeat;
    height: 500px;
    margin: 120px auto 0 auto;
    width: 100%;
}
.intro-unit {
    color:#1c4e69;
    text-align: center;
    padding-top:40px;
}
.intro-unit a {
    margin:0 0 2em 0;
    background-color:#f8c34f;
    color:#004f76;
    text-decoration: none;
}
.intro-unit a:hover,.intro-unit a:active, .intro-unit a:focus {
    background-color:#f1ca73;
    color:#004f76;
}
.intro-unit h1, .intro-unit h2 {
    color:#004f76;
    margin:0;
}
.intro-unit h1 {
    font-size:2.25em;
    margin-bottom:30px;
}
.intro-unit h1 .smaller-h1 {
    font-size:0.45em;
    line-height:1em;
}
.intro-unit h2 {
    font-size:1.25em;
    font-weight: 400;
    margin-bottom:30px;
}
#introblock .dropdown-menu {
    width:100%;
    margin-top:-30px;
}
#introblock .dropdown-menu li a {
    display:block;
    width:100%;
    background-color:#fff;
    color:#28486C;
    padding:0.5em 1em;
    margin:0;
}
#introblock .dropdown-menu li a:hover {
    background-color:#3a699e;
    color:#fff;
    text-decoration: none;
}
#featureblock {
    background-color:#1eabc7;
}
#featureblock h2 {
    color:white;
}
#featureblock .featureglyph, #featureblock .featuretext {
    color:#eee;
    float:left;
    margin:1em 0;
}
#featureblock .featuretext {
    font-size:1.25em;
    margin-left:1.5em;
    line-height:1.5em;
    padding-top:1.25em;
}
#featureblock .featureglyph {
    font-size:3em;
    line-height:1em;
}
#reminderblock {
    min-height: 300px;
    margin-top:0;
    background-color:#0c3c60;
    color:#fff;
    text-align: center;
}
#reminderblock p {
    font-size:1.5em;
    margin-top:1em;
}
#reminderblock .bigblue {
    font-size:2.5em;
    color:lightblue;
}
.homeblock { color:#fff; padding-bottom:2em;}
.homeblock .innerblock { background-color:#0c3c60; padding:1em 2em 2em 2em; }
.homeblock h2 {
    font-size:1.5em;
    margin:1em 0;
}
.innerblock ul {
    margin-top: 2em;
    padding-left:15px;
}
.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
}
@media (min-width: 768px) {
    #intro {
        background: #62bdea url('images/ltc-home-medium.jpg') top center fixed;
        background-repeat: no-repeat;
        background-size:cover;
        -webkit-background-size:cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        height: 800px;
        margin-top:0;
    }
    .intro-unit {
        text-align: center;
        padding-top:0;
    }
    .intro-unit a {
        margin:0 0 2em 25px;
    }
    .intro-unit h1, .intro-unit h2 {
        margin:0;
    }
    .intro-unit h1 {
        margin:150px 0 40px 0;
        font-size:2.25em;
    }
    .intro-unit h1 .smaller-h1 {
        font-size:0.45em;
        line-height:1em;
    }
    .intro-unit h2 {
        font-size:1.5em;
        margin-bottom:30px;
    }
    #introblock .dropdown-menu {
        width:25em;
        margin-top:-35px;
        margin-right:15%;
    }
    #reminderblock .bigblue {
        font-size:3.5em;
    }
    #reminderblock {
        background: url('images/homechecks.jpg') top center fixed;
        background-repeat: no-repeat;
        background-size:cover;
        -webkit-background-size:cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
}
@media (min-width: 992px) {
    #intro {
        background: url('images/ltc-home-large.jpg') #62bdea top center fixed;
        background-repeat: no-repeat;
        background-size:cover;
        -webkit-background-size:cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        height: 800px;
        margin-top:0;
    }
    .intro-unit h1 {
        margin:140px 0 50px 0;
        font-size:3em;
        line-height:0.85em;
    }
    .intro-unit h2 {
        font-size:2em;
        margin-bottom:40px;
    }
    .intro-unit h1 .smaller-h1 {
        font-size:0.45em;
        line-height:1em;
    }
    #introblock .dropdown-menu {
        margin-right:25%;
    }
}
@media (min-width: 992px) {
    .homeblock .innerblock {min-height: 28em;}
}