.site-header {
    width: 100%;
    padding: 0;
    margin: 0
}

.site-header .site-info {
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    position: relative
}

.site-header .site-info h1 {
    width: 100%
}

.site-header .site-info h4 {
    padding-top: 75px
}

.site-content {
    position: relative;
    width: 100%;
    z-index: 5;
}

.site-content .primary-section {
    position: relative;
    width: 100%;
    max-height: 300px;
    overflow: hidden
}

.site-content .primary-section .primary-image {
    background: url(../images/intro.jpg) no-repeat;
    background-position: 100%;
    background-size: 100%;
    width: 100%;
    min-height: 100%;
    position: relative !important
}

.site-content .primary-section .top_banner_inr {
    background: url(../images/intro.jpg) no-repeat;
    background-position: 100%;
    background-size: 100%;
    width: 100%;
    min-height: 100%;
    position: relative !important
}

.site-content .primary-section .primary-image img {
    width: 100%;
    height: auto
}

.site-content .primary-options {
    margin: 75px 0;
    width: 100%
}

.site-content .primary-options h3 {
    text-align: center
}

.site-content .primary-options .options {
    margin: 0 auto;
    text-align: center
}

.site-content .primary-options .options pre {
    display: inline-block;
    text-align: left
}

.site-content .primary-options .options p {
    max-width: 400px;
    font-family: monospace;
    padding: 0;
    margin: 0 auto;
    text-align: left
}

.site-content .primary-options .options p.indent {
    text-indent: 20px
}

.site-content .primary-options .options p.explain {
    color: #005580
}

.site-content .primary-call {
    position: relative;
    overflow: hidden;
    height: 100px;
    width: 100%;
    text-align: center
}

.closing-image {
    width: 100%;
    background: #046;
    max-height: 350px;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    bottom: 0
}

.closing-image .footer-image {
    background: #003044 url(../img/mountains.jpg) no-repeat;
    background-position: 100%;
    background-size: 150%;
    width: 100%;
    min-height: 100%;
    position: relative !important
}


.closing-image .footer-image img {
    width: 100%;
    height: auto
}

.site-footer {
    width: 100%;
    text-align: center
}
