﻿h1, h2, h3, h4, h5, h6 {
    line-height: 120%;
    margin: 0;
}

.landingBanner {
}

.imageContainer {
    height: 530px;
    background-color: #f8f8f8;
    position: relative;
}

.landingBanner .imageContainer .separator {
    background-color: black;
    height: 1px;
    left: 0;
    opacity: 0.15;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.landingBanner .imageContainer .image {
    background-image: url('Banner/slide0.png');
    background-position: center top;
    background-repeat: no-repeat;
    height: 100%;
    display: block;
}

.landingBanner .imageContainer .infoContainer {
    background: none repeat scroll 0 0 rgba(248, 248, 248, 0.9);
    bottom: 0;
    left: 0;
    padding: 20px 0;
    position: absolute;
    right: 0;
}

    .landingBanner .imageContainer .infoContainer .content .dynamicContent {
        display: none;
    }

        .landingBanner .imageContainer .infoContainer .content .dynamicContent.current {
            display: block;
        }

.landingBannerTitle {
    width: 760px;
}

    .landingBannerTitle h4 {
        font-family: "Segoe UI","Helvetica Neue",Helvetica,Verdana,sans-serif;
        padding-bottom: 10px;
    }

    .landingBannerTitle h6 {
        color: #666;
        padding-bottom: 18px;
    }

.landingBanner .dynamicContent {
    float: left;
}

.landingBanner .staticContent {
    /*float: right;
    position: relative;*/
    position: absolute;
    top: -250px;
    left: 0;
    right:0;
}

/* .landingBanner .staticContent .landingBannerButton a {
        background-image: url('orange_button_bg.png');
        color: white;
        display: block;
        border-style: none;
        height: 64px;
        width: 272px;
        text-align: center;
        line-height: 64px;
        font-size: 30px;
        text-decoration: none;
    }*/

.banner-button {
    background-color: #ff6100;
    border-radius: 10px;
    padding: 5px 30px;
    text-decoration: none;
    text-align: center;
    border-style: none;
    color: #fff;
    font-size: 30px;

}

    .banner-button:hover {
        background-color: #eb5a00;
    }

.landingBannerButton {

    text-align:center;
}

.horizontalBar.separator {
    background-color: #4a4a4a;
    padding: 15px 0px;
    color: white;
}

.horizontalBar .innerContainer {
    margin: 30px 0px;
}

.horizontalBar .columns .column {
    float: left;
    width: 170px;
    margin-left: 30px;
}

    .horizontalBar .columns .column a {
        text-decoration: none;
    }

    .horizontalBar .columns .column h4 {
        color: white;
    }



.section .columns .column {
    float: left;
    width: 320px;
    padding-left: 30px;
}

    .section .columns .column h5 {
        padding-bottom: 15px;
    }

    .section .columns .column .text {
        font-size: 16px;
    }
