body {
    background: url('/images/bg-bar-2.gif') repeat-x;
    font: 400 0.7em verdana, arial, sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.nav a {
	color: black;
	text-decoration: none;
}

.nav a p {
    transition: all 0.1s;
}

.nav a p:hover {
    background-color: #f3f3f3;
}

footer a {
    color: #ccc;
}

.container.body-content {
    background-color: #FBFBFB;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    box-shadow: 0px 0px 5px 2px #ccc;
    flex: 1;
}

.container {
    max-width: 950px;
}

body, p, blockquote {
    font-size: 12px;
}

.contentheading {
    padding-bottom: 0px;
    padding-top: 10px;
    font-family: arial,sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    color: #353e47;
    border-bottom-width: 6px;
    border-bottom-style: solid;
    border-bottom-color: #dddddd;
}

h2 {
    font-size: 1.1em;
    color: #005595;
    margin-top: 12px;
    margin-bottom: 3px;
    font-weight: bold;
}

.nav li {
    border-bottom: 1px solid #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(204, 204, 204);
}

#footer {
    font-size: 0.9em;
    position: relative;
    clear: both;
    background-color: #113D7E; /* Old browsers */
    background: -moz-linear-gradient(top, #113D7E 0%, rgba(8,49,107,1) 48%, #02275D 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #113D7E 0%,rgba(8,49,107,1) 48%, #02275D 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #113D7E 0%,rgba(8,49,107,1) 48%, #02275D 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#113d7e', endColorstr='#02275d',GradientType=0 ); /* IE6-9 */
}
	#footer, #footer * {
		color: #fff;
	}

/* HELPER CLASSES */
#cookie-agreement {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.9);
    //height: 71px;
    display: none;
    color: white;
    padding: 20px 60px;
}

    #cookie-agreement .agree {
        float: right;
    }

    #cookie-agreement .close {
        color: white;
        opacity: 1;
        position: absolute;
        top: 15px;
        right: 15px;
    }
