﻿body {
    font-size: 13px;
    padding-top: 51px;
    padding-bottom: 20px;
    background-color: #ccc;
}

.container-format {
    padding-top: 92px;
    background-color: #fff;
    padding-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

/* override */
.navbar-inverse {
    background-color: #505050 !important;
    /*border-color: #9e9e9e;*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Open Sans", sans-serif;
    line-height: 1;
    font-weight: 700;
    margin: 0;
    padding: 4px 0;
}

.navbar-header {
    margin-left: -14px !important;
}

#app-logo {
    /* height: auto; */
    /* max-width: 683px; */
    margin-top: -18.6px;
    padding-top: 5px;
    padding-bottom: 8px;
    /* margin-left: 11px; */
}

blockquote {
    padding: 0px 0px !important;
    margin: 0 0 0px !important;
    border-left: 5px !important;
}

blockquote p {
    padding: 10px 20px;
    margin: 0 0 0px;
    font-size: 14px;
    border-left: 5px;
}

/* Renewal form */

.divider-line {
    border-bottom: 1px solid #eee;
}

/* footer */
.footer {
    /*float: left;*/
    margin-left: 34px;
    margin-right: 30px;
}

#globalfooter a {
    color: #555;
    text-decoration: none;
}

#globalfooter {
    font-size: 12px;
    line-height: 1.33341;
    font-weight: 400;
    letter-spacing: -.01em;
    color: #333;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

#globalfooter .legal-copyright {
    float: left;
    margin-top: 5px;
}

#globalfooter .gf-footer-legal-links {
    float: right;
    margin-top: 5px;
}

#globalfooter .gf-footer-legal-link {
    border-right: 1px solid #d6d6d6;
    margin-right: 7px;
    padding-right: 10px;
    display: inline-block;
    margin-top: 0px;
    white-space: nowrap;
}

#globalfooter .gf-footer-legal-link:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
