/* Override bootstrap border-box sizing */
*, *:before, *:after {
    -moz-box-sizing: inherit;
}
body {
    background-color: #f3ecdc;
}
.topBar {
    width: 100%;
    height: 20px;
    background: #0054A6;
    -webkit-box-shadow: 0px 5px 7px rgba(50, 50, 50, 0.64);
-moz-box-shadow:    0px 5px 7px rgba(50, 50, 50, 0.64);
box-shadow:         0px 5px 7px rgba(50, 50, 50, 0.64);
z-index: 10;
position: absolute;
top: 0;
left: 0;
}
.container {
    max-width: 980px;
    padding: 0px;
}
.content {
    background: white;
    padding: 20px;
    clear: both;
}
.footer {
    background: white;
    line-height: 35px;
    border-radius: 0px 0px 15px 15px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    color: #0054A6;
}
.navigation {
    border-top: 1px solid #0054A6;
    border-bottom: 1px solid #0054A6;
    background: #E3E4CF;
    width: 100%;
    margin-bottom: 0px;
    font-size: .9em;
    float: right;
}
.nav li a {
    color: #0054A6;
}
.header {
    margin-top: 20px;
    height: 100px;
    background: no-repeat top right;
    float: left;
    width: 100%;
}
.header.p1 {
    background-image: url('../shared/header.png');
}

.header.p2 {
    background-image: url('../shared/header2.png');
}

.header.p3 {
    background-image: url('../shared/header3.png');
}
.header.p4 {
    background-image: url('../shared/header4.png');
}
.logo { 
    width: 430px;
    height: 53px; 
    background: url('../shared/logo.png') no-repeat bottom center;
    margin-top: 40px;
}
.tagline {
    width: 486px;
    height: 16px; 
    background: url('../shared/tagline.png') no-repeat bottom center;
    margin-top: 75px;
    margin-left: 55px;
}


h2 {
    font-size: 24px;
}
.lead {
    font-size: 18px;
}
.content > ul > li {
    font-size: 15px;
    line-height: 1.5em;
    margin-bottom: 5px;
}
@media screen and (min-width: 976px) and (max-width: 1000px) {
    .tagline {
        margin-left: 20px;
    }
}
@media screen and (max-width: 975px) { 
   .logo { 
        margin-top: 24px;
          background-position: bottom center;
       width: 100%;
    }
    .tagline { 
       margin-top: 0px;
       margin-left: 0px;
       background-position: bottom center;
       width: 100%;
    } 
}

@media screen and (max-width: 515px) { 
    .nav li a {
        padding: 6px;
    }
    body, .container {
        margin: 0;
        padding: 0;
    }
    .logo { 
        background: url('../shared/logo_sm.png') no-repeat bottom center;
       width: 100%;
    }
    .tagline { 
        background: url('../shared/tagline_sm.png') no-repeat bottom center;
        width: 100%;
    }
}
@media screen and (max-width: 374px) { 
    .nav li {
        width: 99%;
    }
    .nav li a {
        padding: 6px;
    }
    .logo { 
        background: url('../shared/logo_xsm.png') no-repeat bottom center;
    }
    .tagline { 
        background: url('../shared/tagline_xsm.png') no-repeat bottom center;
    }
}