/*!
 * Start Bootstrap - Heroic Features HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
html {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    margin: 0;
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    height: 100%;
    color: #005B7E;
    background-color: #FFF;
}
.cr-slidder {
    min-height: 450px;
}

.hero-spacer {
    margin-top: 50px;
}

.hero-feature {
    margin-bottom: 30px;
    min-height:200px;
}

footer {
    margin: 50px 0;
}

.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.container
{
    height:100%
}


input
{
margin-top: 10px;
margin-bottom: 10px;
}
.navy
{
    color:#005B7E;
}
.light-blue
{
    color:#D7F4FF;
}
.light-orange
{
    color:#FDE4D9
}
.red
{
    color:Red;
}
.orange
{
    color:#F4621C;
}
.body-a
{
    font-weight:bold;
}
.body-b
{
    font-size:16px;
    font-weight:bold;
}