﻿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;
    height: 100vh;
}

.nav a {
    color:black;
}

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 0 auto;
}
.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;
}

.contact-right p {
    padding: 10px;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
}

.contact-right h4 {    
    padding-bottom: 2px;
    font: 400 1.6em arial, sans-serif;
    color: #353E47;
    border-bottom: 6px solid #ddd;
    text-align: right;
    border-bottom-color: #005595;
    font-size: 14px;
    margin-bottom:0;
}

@media screen and (max-width:991px) {
    .contact-right h4 {    
        text-align: left;
    }
}

.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 */
}

/* HELPER CLASSES */
.m-b-0 {
    margin-bottom: 0;
}

.full-width {
    width: 100%;
}

.inline-block {
    display:inline-block;
}

#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;
}