/* http://getbootstrap.com/getting-started/#support-ie10-width */
@-ms-viewport       { width: device-width; }
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }
body {
    padding-top: 55px;
}
html,body{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
}
h1{
    font-weight: 400;
}
p{
    font-weight: 300;
}
label{
    font-weight: 400;
}
div.navbar-fixed-top{
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
}
div#topborder{ 
    height: 5px; 
    background-color: #dbc67d;
}
div.navbar{
    box-shadow: 0 0 5px rgba(0,0,0,0.8);
}
a.navbar-brand{
    background-image: url("/images/logo-menu.png");
    background-repeat: no-repeat;
    background-position: 0 10px;
    margin-left: 10px;
    min-height: 25px;
    min-width: 75px;
}
button#login{
    margin-left: 5px;
    background-image: url("/images/icons/login.png");
    background-repeat: no-repeat;
    background-size: 8px auto;
    background-position: 55px 9px;
    padding-right: 25px;
}
.invalid{
    font-size: 14px;
    color: #ff0033;
}
.container.outer{
    padding-bottom: 60px;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* must match .footer height */
    margin-bottom: 88px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    /* must match body margin-bottom */
    /* reflects height of secure seal where showing */
    height: 88px;
    background-color: #eee;
    padding: 34px;
    font-size: 12px;
}
#footerCopyright{
}
#footerLinks{
    float: right;
}
#footerLinks a{
    padding: 0 20px;
    color: inherit;
}
.image{
    max-width: 100%;
}
.image img{
    max-width: 100%;
    display: block;
    width: auto;
    margin: 0 auto;
}
a.linkout:after{
    content: url("/images/new_window.png");
    padding-left: 2px;
    white-space: nowrap;
}
.seal{
    position: relative;
    top: -34px;
    margin-bottom: -34px;
}
iframe[name="google_conversion_frame"]{
    position:fixed;
}
/* End sticky footer styles
-------------------------------------------------- */
@media (max-width:490px){
    .footer{
        height: 128px;
        padding: 34px;
    }
    body {
        /* must match .footer height */
        margin-bottom: 128px;
    }
    #footerLinks a{
        line-height: 2em;
    }
}
@media (min-width: 992px) and (max-width: 1200px){
    #footerLinks a{
        padding: 0 5px;
    }
}
@media (max-width: 992px) {    
    #footerLinks{
        float: none;
        text-align: center;
    }
    #footerLinks a{
        padding: 0px 10px;
    }
    #footerCopyright{
        
    }
}
